/*
	Theme Name: Interfonction
	Theme URI: 
	Description: Theme interfonction
	Version: 1.0
	Author: Bravad
	Author URI: https://bravad.ca
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/
@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Bold.woff2') format('woff2'),
        url('fonts/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler.woff2') format('woff2'),
        url('fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson';
    src: url('fonts/CrimsonText-Italic.woff2') format('woff2'),
        url('fonts/CrimsonText-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson';
    src: url('fonts/CrimsonText-Regular.woff2') format('woff2'),
        url('fonts/CrimsonText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson';
    src: url('fonts/CrimsonText-BoldItalic.woff2') format('woff2'),
        url('fonts/CrimsonText-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson';
    src: url('fonts/CrimsonText-Bold.woff2') format('woff2'),
        url('fonts/CrimsonText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}html,body{font-size:100%; }body{font-family: 'Crimson',Helvetica,Arial,sans-serif;color:#282828}.clear:after,.clear:before{content:' ';display:table}.clear:after{clear:both}.clear{*zoom:1}img{max-width:100%;vertical-align:bottom}a{color:#282828;text-decoration:none}a:hover{color:#444}a:active,a:focus,a:hover{outline:0; text-decoration:none; background:none;}input:focus{outline:0;border:1px solid #04A4CC}

/* Table bootstrap */
.inside{margin-top:20px;margin-bottom:20px;background:#ededed;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f4f4),color-stop(100%,#ededed));background:-moz-linear-gradient(top,#f4f4f4 0,#ededed 100%);background:-ms-linear-gradient(top,#f4f4f4 0,#ededed 100%)}.inside-full-height{height:100%;margin-top:0;margin-bottom:0}.row-height{display:table;table-layout:fixed;height:100%;width:100%}.col-height{display:table-cell;float:none;height:100%}.col-top{vertical-align:top}.col-middle{vertical-align:middle}.col-bottom{vertical-align:bottom}@media (min-width:480px){.row-xs-height{display:table;table-layout:fixed;height:100%;width:100%}.col-xs-height{display:table-cell;float:none;height:100%}.col-xs-top{vertical-align:top}.col-xs-middle{vertical-align:middle}.col-xs-bottom{vertical-align:bottom}}@media (min-width:768px){.row-sm-height{display:table;table-layout:fixed;height:100%;width:100%}.col-sm-height{display:table-cell;float:none;height:100%}.col-sm-top{vertical-align:top}.col-sm-middle{vertical-align:middle}.col-sm-bottom{vertical-align:bottom}}@media (min-width:992px){.row-md-height{display:table;table-layout:fixed;height:100%;width:100%}.col-md-height{display:table-cell;float:none;height:100%}.col-md-top{vertical-align:top}.col-md-middle{vertical-align:middle}.col-md-bottom{vertical-align:bottom}}@media (min-width:1200px){.row-lg-height{display:table;table-layout:fixed;height:100%;width:100%}.col-lg-height{display:table-cell;float:none;height:100%}.col-lg-top{vertical-align:top}.col-lg-middle{vertical-align:middle}.col-lg-bottom{vertical-align:bottom}}

html,body{background: #fff; }

.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
 }


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.nopad{padding:0!important;}
.relative{position:relative;}
.absolute{position:absolute;}
.center{text-align:center;}
.ta-right{text-align:right;}
.ta-left{text-align:left;}
.upper{text-transform:uppercase;}
.pad{padding:50px 0;}
.smallpad{padding:25px 0;}
.largepad{padding:75px 0;}
.page-info{font-size:18px;}
.light{font-weight:300;}
.table{display:table;}
.hideme{visibility:hidden;}
.table-cell{display:table-cell}
.middle{vertical-align:middle;}
.ucenter{position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.row{margin:0;}
.oh{overflow:hidden;}
.right{float:right;}
.left{float:left;}
.appear .container{opacity:0;}
.strong, .bold{font-weight:bold;}
.cover{background-size:cover!important;}
.important{color:#d0224c}

.icon-bar{background:#282828;}

h1,h2,h3,h4,h5{text-transform:uppercase;}

.butler{font-family: "Butler"}
.montserrat{font-family: "Montserrat"}
.crimson{font-family: "Crimson"}

button:focus{outline: none;}

.dark-bg{background:#121212; background-blend-mode: lighten;}

.link{font-family:"Montserrat"; text-transform: uppercase; font-weight: bold; transition:color 0.5s}
.link.white{color:#fff;}
.link.black{color:#282828;}
.link.white:hover{color:#ccc;}
.link.black:hover{color:#666;}

.line-after{position: relative;}
.line-after.white:after{position: absolute; content:""; width:100px; height: 2px; margin-left:15px; border-top:1px solid #fff; top:50%; transform: translateY(-50%); transition: width 0.5s;}
.line-after.black:after{position: absolute; content:""; width:100px; height: 2px; margin-left:15px; border-top:1px solid #282828; top:50%; transform: translateY(-50%); transition: width 0.5s;}
.line-after.under:after{position: absolute; content:""; width:100px; height: 2px; left:-15px; top:40px; transition: width 0.5s;}

.line-after.white:hover:after, .line-after.black:hover:after, .line-after.under:hover:after{width:120px;}

.underlined{position: relative; padding-bottom:60px;}
.underlined:after{position: absolute; bottom:-30px; left:0; content:''; height:2px; border-top:1px solid #fff; width:5vw;}
.underlined.right:after{position: absolute; bottom:-30px; right:0; content:''; height:2px; border-top:1px solid #fff; width:5vw;}

.underlined.black:after{position: absolute; bottom:-30px; left:0; content:''; height:2px; border-top:1px solid #282828; width:5vw;}
.underlined.black.right:after{position: absolute; bottom:-30px; right:0; content:''; height:2px; border-top:1px solid #282828; width:5vw;}

@media screen and (max-width: 1024px){

    .nopad-mobile{padding:0!important;}

    .underlined:after{display: none;}
    .line-after.white:after, .line-after.black:after{display: none;}
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

header .left, header .right{width:8.3333%; position: fixed; top:0; z-index:800; padding:15px; ;}
header .left{left:0; text-align: center; mix-blend-mode: difference;}
header .right{right:0; text-align: center; z-index:801;}
header .mobile-logo{display: none;}
header .lang-switcher{font-size:16px; position: absolute; top: 50px; right:8vw; font-family:"Montserrat"; font-weight: bold; color:#6a6866; text-transform: uppercase; transition: color 0.4s;  }
header .lang-switcher:hover{color:#6a686680; }
header .hamburger{margin-top:20px; z-index: 801;}
header .hamburger-inner, header .hamburger-inner:after, header .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{background:#959799; border-radius: 0;}
header .hamburger-inner, .hamburger.is-active .hamburger-inner{background:none; }

header .follow-us{transform: rotate(-90deg) translateY(calc(-50% - 250px)) translateX(-50%); display: flex; width: 500px; position: absolute; left: 50%; top: 50%;}
header .follow-us .follow-us-text, header .follow-us .social-icons{flex:0 1 auto; font-size:15px; color:#6a6866; font-family:"Montserrat"; text-transform: uppercase; font-weight: bold; mix-blend-mode: difference;}
header .follow-us .social-icons{width:100px; margin-left:120px; position: relative; }
header .follow-us .social-icons:before{content:""; position: absolute; top:10px; height:1px; border-top:1px solid #6a6866; width:115px; left:-100px; }
header .follow-us .social-icons ul{list-style: none; margin: 0; padding:0;}
header .follow-us .social-icons ul li{display: inline-block; }
header .follow-us .social-icons ul li svg{width:15px; fill:#6a6866; transition: all 0.4s; }
header .follow-us .social-icons ul li svg:hover{ fill:#6a686680; }

@media screen and (max-width: 1024px){
    header{position: fixed; width:100vw; height:120px; top:0; left:0; background:#fff; z-index:800;}
    header .follow-us{display: none;}
    header .left{left:30px;}
    header .right{right:30px;}
    header .mobile-logo{display: block;}
    header .mobile-logo .logo{margin:45px auto; width:160px;  position: relative;}
    header .mobile-logo .logo img{ background:#fff; }
    header .mobile-logo .logo:before, header .mobile-logo .logo:after{content:""; border-top:2px solid #a2a4a5; position: absolute; height:2px;}
    header .mobile-logo .logo:before{left:-100px; top:15px; width:10vw;}
    header .mobile-logo .logo:after{right:-100px; top:15px; width:10vw;}
}

@media screen and (max-width: 778px){
    header .right{right:55px;}
    header .lang-switcher{right:initial; right: calc(100vw - 125px);}
    header .mobile-logo .logo:before, header .mobile-logo .logo:after{display: none;}
}

/*------------------------------------*\
    NAV
\*------------------------------------*/

header nav{position: fixed; width:65vw; background:#fff; top:0; right:-100vw; z-index: 800; padding-top:2vh; transition: right 1s ease-in-out;}
header nav.is-open{right:0px;}
header .navz{margin-top:60px; margin-left:15px;}
header .navz li{margin:15px 0;}
header nav .logo{position: relative;  margin:25px auto 15px; width:200px;}
header nav .logo:before, header nav .logo:after{content:""; border-top:2px solid #a2a4a5; position: absolute; height:2px;}
header nav .logo:before{left:-160px; top:15px; width:150px;}
header nav .logo:after{right:-160px; top:15px; width:150px;}
header nav ul li {display: block; }
header nav ul li a{font-family:"Butler"; font-size:32px; color:#000; transition: color 0.5s;}
header nav ul li a span{font-size:16px; padding:0 15px; color:#959799;transition: color 0.5s;}
header nav ul li a:hover, header nav ul li a:hover span{color:#959799;}
header nav .nav_follow-us{font-family:"Montserrat"; font-weight: bold; text-transform: uppercase; font-size: 16px; color:#959799; margin-left:15px;}
header nav .nav_follow-us ul li{display: inline-block; margin-right:15px;}
header nav .nav_follow-us svg{width:16px; fill:#6a6866; transition: all 0.4s; }
header nav .nav_follow-us svg:hover{ fill:#6a686680; }
header nav .nav_footer{background:#121212; color:#fff;padding:30px; display: flex; justify-content: space-around;}
header nav .nav_footer_item{flex:0 1 auto;}
/*header nav .nav_footer_item:nth-child(1){margin-top:-10px;}
header nav .nav_footer .quote-link{font-size:32px; font-family:"Butler"; text-transform:none; font-weight: normal;}*/

@media screen and (max-width: 1024px){
    header nav{width:100vw; padding-top:120px;}
    header nav.is-open{height:100vh; overflow-y: scroll;}
    header nav .nav_footer{justify-content: space-between;}
}

@media screen and (max-width: 767px){
    header nav .logo{position: absolute; top:20px; left:50%; transform:translateX(-50%);}
    header nav .logo:before, header nav .logo:after{display: none;}
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

section .content, footer .content{width:calc(100vw - 16.6666%); margin:0 auto;}

#page-header{width: 100%; padding:30px 0; height:120px;}
#page-header .logo{margin:15px auto; width:200px;  position: relative;}
#page-header .logo img{ background:#fff; }
#page-header .logo:before, #page-header .logo:after{content:""; border-top:2px solid #a2a4a5; position: absolute; height:2px;}
#page-header .logo:before{left:-160px; top:15px; width:150px;}
#page-header .logo:after{right:-160px; top:15px; width:150px;}

.padding-30{padding:30px 0;}
.padding-60{padding:60px 0;}
.padding-120{padding:120px 0;}

.padding-30-top{padding:30px 0 0;}
.padding-60-top{padding:60px 0 0;}
.padding-120-top{padding:120px 0 0;}

.padding-30-bottom{padding:0 0 30px;}
.padding-60-bottom{padding:0 0 60px;}
.padding-120-bottom{padding:0 0 120px;}

.section-title{position: relative; z-index: 10; left:0px;}
.section-title.right{text-align: right}
.section-title .number{font-size:90px; color:#282828; font-family:"Crimson"; display: none;}
.section-title .title{font-size:20px; color:#a2a4a5; font-family:"Butler"; text-transform: uppercase; position: relative; top:-75px; white-space: nowrap;}

@media screen and (max-width: 1024px){
    section .content, footer .content{width:100%;}

    #page-header .logo{display: none;}

    .padding-30{padding:15px 30px;}
    .padding-60{padding:30px 30px;}
    .padding-120{padding:60px 30px;}
    section .content.no-mobile-padding{padding:0 30px;}

    .section-title{position: relative; z-index: 10; left:0px;}
}

@media screen and (max-width: 767px){
    #page-header .logo:before, #page-header .logo:after{display: none}

    .padding-30{padding:15px 15px;}
    .padding-60{padding:30px 15px;}
    .padding-120{padding:60px 15px;}
}

/*------------------------------------*\
    FRONTPAGE
\*------------------------------------*/

#front-page-header{height:calc(100vh - 120px);}
#front-page-header #header {height:calc(100vh - 120px); position: relative; overflow: hidden;}
#front-page-header #header .image-container .background{height:100vh; width:100%; transform: scale(1,1); position: absolute; top:0; left:0; animation: header_zoom_in 15s forwards}
#front-page-header #header .image-container .text{position: absolute; top:50%; left:10%; transform:translateY(-50%); color:#fff; text-shadow:0 0 6px #000; }
#front-page-header #header .image-container .text h1{font-size: calc(48px + 1vw); }
#front-page-header #header .image-container .text .subtitle{text-transform: uppercase; font-weight:bold; font-family:"Montserrat"; font-size:16px; letter-spacing: 0.1rem;}
#front-page-header #header .image-container .collection-icon{ position: absolute; bottom:15px; left:15px; }
#front-page-header #header .image-container .collection-icon svg{ width:30px; height:30px;  }
#front-page-header #header .image-container .collection-icon svg .cls-3{ fill:#fff!important;  }
#front-page-header #header .image-container .collection-name { color:#fff; position: absolute; bottom:15px; right:15px; text-transform: uppercase; font-size:12px; font-weight:bold; font-family:"Montserrat"; }

@keyframes header_zoom_in{
    0%{transform: scale(1,1);}
    100%{transform: scale(1.1,1.1);}
}

@media screen and (max-width: 1024px){
    #front-page-header #header .image-container .text h1{font-size: calc(36px + 1vw);}
}


#front-page-about{ margin-top:60px; padding:0 0 60px; color:#fff;}
#front-page-about .logo{max-width: 300px; margin:0 0 60px;}
#front-page-about .about-txt a{color:#fff; font-family:"Montserrat"; text-transform: uppercase; font-weight: bold; transition:color 0.5s; }
#front-page-about .about-txt a:hover, #front-page-about .sesame a:hover, #front-page-about .kadrium a:hover{color:#a2a4a5;}
#front-page-about .flex{display: flex; justify-content: space-between; flex-wrap: nowrap;}
#front-page-about .flex .item{flex:0 1 33%;}
#front-page-about .sesame a, #front-page-about .kadrium a{color:#fff; font-family:"Montserrat"; text-transform: uppercase; font-weight: bold; transition:color 0.5s; position: relative; top:40px; left:0; transition:color 0.5s; z-index:10;}
#front-page-about .sesame svg, #front-page-about .kadrium svg{width:60%; height: 150px;}

#about_us_why{margin-top:-240px; padding:120px 0 0;}
#about_us_why .bg-image{background-size: cover; min-height: 350px}
#about_us_why .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
#about_us_why h2{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0;}
#about_us_why .why_reasons{display: flex; flex-wrap: wrap;}
#about_us_why .why_reasons .why_reason{flex:1 1 48%; margin:30px 1%;}
#about_us_why .why_reasons .why_reason h3{font-size:calc(22px + 2vw); margin:0; padding:0; text-transform: initial; }
#about_us_why .why_reasons .why_reason .why_reason_text{margin-top:60px;}

@media screen and (max-width: 1366px){
    #front-page-about .sesame svg{height: 135px;}
}

@media screen and (max-width: 1024px){
    #front-page-about .flex{flex-wrap: wrap;}
    #front-page-about .flex .item{flex:0 1 100%;}
    #front-page-about .sesame svg{height: 150px;}
    #front-page-about .sesame a, #front-page-about .kadrium a{position: relative; top:30px;}

    #about_us_why .why_reasons .why_reason .why_reason_text{padding-right:15px;}
}

#product-01 .section-title{transform: rotate(-90deg); left:0; bottom:240px; position: absolute; z-index:10; margin-left:0;}
#product-01 .image-container{position: relative;}
#product-01 .image-container .back-image{position: absolute; opacity: 0.25; z-index:0; left:50px;  bottom:50px;}
#product-01 .image-container .front-image{position: relative; z-index:1;}
#product-01 h2{font-size: calc(24px + 2vw); color:#282828; padding-bottom:120px; position: relative;}
#product-01 h2:after{content:""; height:1px; border:1px solid #282828; width:200px; position: absolute; bottom:60px; left:0;}

@media screen and (max-width: 1024px){
    #product-01 .section-title{bottom: initial; top:200px; left:40px;}
    #product-01 .image-container .back-image{display: none;}
    #product-01 h2{margin-top:30px;}
}

#realisation-02 .section-title{position: absolute; z-index:10; top:60px; right:15px;}
#realisation-02 .realisation-slider{margin-top:20px;}
#realisation-02 .realisation-slider-controls{position: absolute; top:50%; transform: translateY(-50%); width: 100%;}
#realisation-02 .realisation-slider-controls svg{width:30px; height:30px;}
#realisation-02 .realisation-slider-controls #realisation-slider-next, #realisation-02 .realisation-slider-controls #realisation-slider-prev{ background:#fff; padding:20px; position: absolute; cursor:pointer;}
#realisation-02 .realisation-slider-controls #realisation-slider-next{right:-15px; transform: rotate(-90deg); transition: right 0.5s;}
#realisation-02 .realisation-slider-controls #realisation-slider-next:hover{right:-25px;}
#realisation-02 .realisation-slider-controls #realisation-slider-prev{left:-15px; transform: rotate(90deg); transition: left 0.5s;}
#realisation-02 .realisation-slider-controls #realisation-slider-prev:hover{left:-25px;}

#realisation-02 .see-more-realisations{background:#121212; position: absolute; right:80px; bottom:60px; padding:30px 220px 30px 120px; text-align: center;}

@media screen and (max-width: 1024px){
    #realisation-02 .content{padding:120px 0;}
    #realisation-02 .see-more-realisations{bottom:80px; right: initial; left:50%; transform: translateX(-50%); padding:30px 10px; width: 75vw;}
    #realisation-02 .realisation-slider-controls #realisation-slider-next{right:0;}
    #realisation-02 .realisation-slider-controls #realisation-slider-prev{left:0;}
}

@media screen and (max-width: 992px){
    #realisation-02 .realisation-slider-controls{top:90%;}
    #realisation-02 .realisation-slider-controls #realisation-slider-next:hover{right:0px;}
    #realisation-02 .realisation-slider-controls #realisation-slider-prev:hover{left:0px;}
}

#blogue-03 #blogue-slider{margin:0; padding:0; list-style: none;}
#blogue-03 h3{font-size: calc(24px + 2vw); color:#282828; padding-bottom:120px; position: relative;}
#blogue-03 h3:after{content:""; height:1px; border:1px solid #282828; width:200px; position: absolute; bottom:60px; left:0;}
#blogue-03 .flex {display: flex; flex-wrap: nowrap; justify-content: space-between;}
#blogue-03 .flex .item{flex:auto; display: block;  padding:40px 0;}
#blogue-03 .flex .item:nth-child(1){width:40%;}
#blogue-03 .flex .item:nth-child(2){ width:60%; }
#blogue-03 .post-excerpt .meta{overflow: hidden;}
#blogue-03 .post-excerpt .category{font-size:18px; float:left; font-weight: bold; text-transform: uppercase; color:#959799; font-family:"Montserrat";}
#blogue-03 .post-excerpt .date{font-weight: 300; float:right; font-size:18px; text-transform: uppercase; font-family:"Montserrat";}
#blogue-03 .post-excerpt .post-title{margin-top:60px;}
#blogue-03 .post-excerpt .excerpt{margin:30px 0;}
#blogue-03 .post-excerpt .excerpt .view-article{display: none;}
#blogue-03 .post-thumbnail .first-image{position: absolute; top:40px; right:40px; z-index:10;}
#blogue-03 .post-thumbnail .next-image{position: absolute; z-index:1; top:-40px; right:-40px; opacity: 0.25;}
#blogue-03 .blogue-slider-controls{position: absolute; top:50%; transform: translateY(-50%); width: 100%; }
#blogue-03 .blogue-slider-controls svg{width:30px; height:30px;}
#blogue-03 .blogue-slider-controls #blogue-slider-next, #blogue-03 .blogue-slider-controls #blogue-slider-prev{ background:#fff; padding:20px; position: absolute; cursor:pointer;}
#blogue-03 .blogue-slider-controls #blogue-slider-next{right:-15px; transform: rotate(-90deg); transition: right 0.5s;}
#blogue-03 .blogue-slider-controls #blogue-slider-next:hover{right:-25px;}
#blogue-03 .blogue-slider-controls #blogue-slider-prev{left:-15px; transform: rotate(90deg); transition: left 0.5s;}
#blogue-03 .blogue-slider-controls #blogue-slider-prev:hover{left:-25px;}

@media screen and (max-width: 1024px){
    #blogue-03 .flex {flex-wrap: wrap}
    #blogue-03 .flex .item:nth-child(1), #blogue-03 .flex .item:nth-child(2){flex:0 1 auto; width:100%;}
    #blogue-03 .post-thumbnail .first-image{position: relative; top:0; right:0;}
    #blogue-03 .post-thumbnail .next-image{display: none;}
}

@media screen and (max-width: 992px){
    #blogue-03 .blogue-slider-controls{top:100%;}
    #blogue-03 .blogue-slider-controls #blogue-slider-next:hover{right:0px;}
    #blogue-03 .blogue-slider-controls #blogue-slider-prev:hover{left:0px;}
}

#contact-04 {background: linear-gradient(180deg, white 80%, #121212 20%);}
#contact-04 .bg{min-height: 800px; position: relative; z-index:2; margin-top:-60px;} /* Added bg hack since z-index not working with bg image */
#contact-04 .text{ background:#fff; padding:30px 120px; position: absolute; left:0; top:50%; transform: translateY(-50%);}
#contact-04 .text h2{font-size: calc(24px + 2vw);}

@media screen and (max-width: 1024px){
    #contact-04 .section-title{padding-left: 30px}
    #contact-04 .content{padding:120px 0;}
    #contact-04 .bg{min-height: 600px;}
    #contact-04 .text{padding:30px;}
}

#distributor-05{background:#121212; color:#fff; }
#distributor-05 .section-title{background:#fff; padding:60px 30px; left:0;}
#distributor-05 .section-title .title{top:initial; bottom: 0; color:#121212;}
#distributor-05 .section-title a{position: absolute; right:220px; top:50%; transform: translateY(-50%);}

@media screen and (max-width: 1024px){
    #distributor-05 .section-title a{position: relative; right:initial; top:initial transform:none; display: block; margin:30px 0;}
}

@media screen and (max-width: 480px){
    #distributor-05 .section-title .number{font-size:48px;}
    #distributor-05 .section-title .title{font-size:16px;}
    #distributor-05 .section-title a{font-size: 14px;}
}

/*------------------------------------*\
    ABOUT US
\*------------------------------------*/

.page-template-tpl-about-us #about_us_header_image .bg-image{background-size: cover; min-height: 350px}
.page-template-tpl-about-us #about_us_header_image .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
.page-template-tpl-about-us #about_us_header_image h1{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0;}

.page-template-tpl-about-us #about_us_intro .logo{height:20px;}
.page-template-tpl-about-us #about_us_intro .align-right{position: absolute; right:0;}
.page-template-tpl-about-us #about_us_intro .intro_text{color:#fff; font-size:calc(24px + 2vw); line-height: 1.2em; position: relative;}

.page-template-tpl-about-us #second_image {margin-top:60px;}
.page-template-tpl-about-us #second_image .bg-image{min-height: 500px; margin-top:60px; position: relative; background-size: 75% 100%!important;}
.page-template-tpl-about-us #second_image h2{color:#fff; padding:0; margin:0; font-size:calc(24px + 2vw); text-align: right; text-transform: initial; position: absolute; right:0; top:40%; transform: translateY(-50%);}
.page-template-tpl-about-us #second_image .about_us_content{color:#fff; font-size:18px;}


.page-template-tpl-about-us #distinctions{color:#fff;}
.page-template-tpl-about-us #distinctions h2{ font-size:calc(24px + 2vw); margin-bottom:60px;}
.page-template-tpl-about-us #distinctions .year{font-size:calc(24px + 2vw);}
.page-template-tpl-about-us #distinctions .distinction_content{font-size: 20px;}

.page-template-tpl-about-us #our_mission{}
.page-template-tpl-about-us #our_mission h2{font-size:calc(24px + 2vw); margin-bottom:60px;}
.page-template-tpl-about-us #our_mission .our_mission{font-size:calc(20px + 2vw);}
.page-template-tpl-about-us #our_mission .our_mission_link{margin:30px 0;}

.page-template-tpl-about-us #our_team {background:#121212; color:#fff;}
.page-template-tpl-about-us #our_team h2{font-size:calc(24px + 2vw); margin-bottom:60px;}
.page-template-tpl-about-us #our_team .team{display: flex; flex-wrap: wrap; margin:0; padding:0; }
.page-template-tpl-about-us #our_team .team .item{flex:0 1 23%; margin:1%; }
.page-template-tpl-about-us #our_team .team .item .team_name{font-family: "Montserrat"; font-size:20px; text-transform: uppercase; margin:15px 0; }
.page-template-tpl-about-us #our_team .team .item a{color:#fff; transition: all 0.25s;}
.page-template-tpl-about-us #our_team .team .item a:hover{color:#6a6866;}

@media screen and (max-width: 1024px){
    .page-template-tpl-about-us #about_us_intro .logo{display: none;}
    .page-template-tpl-about-us #about_us_intro {padding:240px 0 120px;}

    .page-template-tpl-about-us #second_image .bg-image{min-height: initial; position: relative; background-size:cover!important;}
    .page-template-tpl-about-us #second_image h2{right:30px;}
    .page-template-tpl-about-us #second_image .about_us_content{padding:120px 0 240px;}

    .page-template-tpl-about-us #our_team .team .item{flex:0 1 48%; }
    
}

@media screen and (max-width: 767px){
    .page-template-tpl-about-us #about_us_intro {padding:180px 0 0;}

    .page-template-tpl-about-us #second_image h2{right:initial; left:15px; text-align: left; font-size:24px;}
    .page-template-tpl-about-us #second_image .about_us_content{padding:60px 0;}

    .page-template-tpl-about-us #about_us_why .why_reasons .why_reason{flex:1 1 100%; margin:30px 0;}

    .page-template-tpl-about-us #distinctions .year{margin-top:30px;}

    .page-template-tpl-about-us #our_team .team .item{flex:0 1 100%; margin:1% 0;}
}

/*------------------------------------*\
    FANCYBOX
\*------------------------------------*/

.fancybox-button div{background:#fff!important; color:#000!important; }
.fancybox-navigation .fancybox-button--arrow_right{transform: rotate(-90deg)}
.fancybox-navigation .fancybox-button--arrow_left{transform: rotate(90deg)}


/*------------------------------------*\
    CONTACT US
\*------------------------------------*/

.page-template-tpl-contact .phone p{margin:0; display: inline-block;}

.page-template-tpl-contact #contact_us_header_image .bg-image{background-size: cover; min-height: 350px}
.page-template-tpl-contact #contact_us_header_image .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
.page-template-tpl-contact #contact_us_header_image h1{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0;}

.page-template-tpl-contact #contact_us_intro {margin-top:60px; padding:0 0 120px; color:#fff;}
.page-template-tpl-contact #contact_us_intro .intro_text{font-size:calc(24px + 2vw); }

.page-template-tpl-contact #contact_us_info {margin-top:60px; padding:0 0 120px; }
.page-template-tpl-contact #contact_us_info #map{width: 100%; height: calc(100vh / 4 * 3); margin-top: calc(-100vh / 4 );} 
.page-template-tpl-contact #contact_us_info address{width:100%;}
.page-template-tpl-contact #contact_us_info .address{font-weight: bold;}
.page-template-tpl-contact #contact_us_info .contact_us_logo{margin-left:17px; margin-bottom: 30px; }
.page-template-tpl-contact #contact_us_info .contact_us_logo svg{height:20px;}

.page-template-tpl-contact #contact_us_form .form_intro_text{font-size:calc(24px + 2vw); line-height: calc(24px + 2vw); padding-bottom:30px; }
.page-template-tpl-contact #contact_us_form .before_form_text{font-size:22px; line-height: 24px; margin-top:60px;}
.page-template-tpl-contact #contact_us_form .the-form{margin-top:60px; font-family:"Montserrat"; font-size:14px;}
.page-template-tpl-contact #contact_us_form .the-form label{margin-top:20px; display: block; font-family:"Montserrat"; font-size:14px; text-transform: uppercase; font-weight: bold;}
/*.page-template-tpl-contact #contact_us_form .the-form .ft-input--checkbox{display: block;}
.page-template-tpl-contact #contact_us_form .the-form .ft-input--checkbox label, .page-template-tpl-contact #contact_us_form .the-form .ft-field--checkbox label{display: inline-block;}
.page-template-tpl-contact #contact_us_form .the-form .ft-input--checkbox label{margin-left:5px;}*/
.page-template-tpl-contact #contact_us_form .the-form div[data-type="file"] label{display: block; font-family:"Montserrat"; font-size:14px; text-transform: uppercase; font-weight: bold;}
.page-template-tpl-contact #contact_us_form .the-form input[type="text"], .page-template-tpl-contact #contact_us_form .the-form input[type="email"], .page-template-tpl-contact #contact_us_form .the-form input[type="tel"], .page-template-tpl-contact #contact_us_form .the-form textarea{border-radius: 0; /*border-top:0; border-left:0; border-right:0;*/ margin:0;}
.page-template-tpl-contact #contact_us_form .the-form textarea{ min-height:115px; background-attachment: local;   /*  border-bottom:0;  background-image:linear-gradient(to right, white 10px, transparent 10px),
        linear-gradient(to left, white 10px, transparent 10px),repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);*/line-height: 31px;padding: 0 10px;}

#ft_6037e780bf28a{display: none;}
#ft_6037e8862ae56 br{display: none} 

.page-template-tpl-contact #contact_us_form .the-form .ft-checkbox{text-transform: initial; font-weight: normal;}

.ft-message{margin-top:20px;}

.page-template-tpl-contact #contact_us_form .the-form div[data-type="file"]{margin-bottom: 30px;}
.page-template-tpl-contact #contact_us_form .the-form div[data-type="file"] input[type="file"]{border:0;}

.page-template-tpl-contact #contact_us_form .form-links ul{list-style:none; margin:0; padding:0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.page-template-tpl-contact #contact_us_form .form-links ul li{flex: 1 1 50%;}
.page-template-tpl-contact #contact_us_form .form-links ul li.submit-link{text-align: right; margin-right:100px; }

.page-template-tpl-contact #contact_us_form .the-form .ft-invalid{color:#cc0000;}
.page-template-tpl-contact #contact_us_form .the-form .ft-field--submit, .ft-autofill{display: none} /* Hide submit since trigger by javascript */

input[type=radio]{height:auto;width:auto}
input[type=radio]:checked,input[type=radio]:not(:checked){left:-9999px;position:absolute}
input[type=radio]:checked+label,input[type=radio]:not(:checked)+label{cursor:pointer;display:block;margin:1rem 1rem 1rem 0;padding-left:3rem;position:relative;vertical-align:middle}
input[type=radio]:checked+label:before,input[type=radio]:not(:checked)+label:before{background-color:#fff;border-radius:100%;border:.2rem solid #dfe4e6;content:"";display:inline-block;height:2rem;left:0;margin:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);vertical-align:middle;width:2rem}
input[type=radio]:checked+label:after,input[type=radio]:not(:checked)+label:after{background-color:#8a9294;border-radius:100%;content:"";height:1.2rem;left:.4rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.2s ease-out;transition:.2s ease-out;width:1.2rem}
input[type=radio]:not(:checked)+label:after{display:none}
input[type=radio]:checked+label:after{display:block}
input[type=radio]:disabled+label{cursor:not-allowed}

input[type=checkbox]{height:auto;width:auto}
input[type=checkbox]:checked,input[type=checkbox]:not(:checked){left:-9999px;position:absolute}
input[type=checkbox]:checked+label,input[type=checkbox]:not(:checked)+label{display:block;cursor:pointer;margin:1rem 1rem 1rem 0;padding-left:3rem;position:relative;vertical-align:middle}
input[type=checkbox]:checked+label:before,input[type=checkbox]:not(:checked)+label:before{background-color:#fff;border:.2rem solid #dfe4e6;content:"";display:inline-block;height:2rem;left:0;margin:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);vertical-align:middle;width:2rem}
input[type=checkbox]:checked+label:after,input[type=checkbox]:not(:checked)+label:after{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%238a9294;%7D%0A%3C/style%3E%3Cpath class='st0' d='M14.9,12l6.5-6.5c0.8-0.8,0.8-2.1,0-2.9c-0.8-0.8-2.1-0.8-2.9,0L12,9.1L5.5,2.6c-0.8-0.8-2.1-0.8-2.9,0 c-0.8,0.8-0.8,2.1,0,2.9L9.1,12l-6.5,6.5c-0.8,0.8-0.8,2.1,0,2.9c0.8,0.8,2.1,0.8,2.9,0l6.5-6.5l6.5,6.5c0.4,0.4,0.9,0.6,1.4,0.6 s1.1-0.2,1.4-0.6c0.8-0.8,0.8-2.1,0-2.9L14.9,12z'/%3E%3C/svg%3E%0A");content:"";height:1.2rem;left:.4rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.2s ease-out;transition:.2s ease-out;width:1.2rem}
input[type=checkbox]:not(:checked)+label:after{display:none}
input[type=checkbox]:checked+label:after{display:block}
input[type=checkbox]:disabled+label{cursor:not-allowed}



@media screen and (max-width:1024px) {
    .page-template-tpl-contact #contact_us_intro{margin-top:60px;padding:0;color:#fff}
    .page-template-tpl-contact #contact_us_info .contact_us_logo{margin-left:17px;margin-bottom:30px;margin-top:60px}
}
@media screen and (max-width:767px) {
    .page-template-tpl-contact #contact_us_info{margin-top:240px;padding:0}
    .page-template-tpl-contact #contact_us_info #map{width:100%;margin-top:calc(-100vh / 4)}
    .page-template-tpl-contact #contact_us_form .form-links ul li{flex:1 1 100%}
    .page-template-tpl-contact #contact_us_form .form-links ul li.submit-link{text-align:left;margin-right:initial;margin-top:25px}
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/

.page-template-tpl-blog #blog_header_image .bg-image{background-size: cover; min-height: 350px}
.page-template-tpl-blog #blog_header_image .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
.page-template-tpl-blog #blog_header_image h1{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0;}

.page-template-tpl-blog #blog_filters{margin-top:60px; color:#fff;}
.page-template-tpl-blog #blog_filters .filters{display: flex; flex-wrap: nowrap;}
.page-template-tpl-blog #blog_filters .filters .item{flex:0 1 50%;}
.page-template-tpl-blog #blog_filters .filters .item:nth-child(2){text-align:right;}

.page-template-tpl-blog #blog_archives .blog_meta{overflow: hidden; margin:0 0 30px;} 
.page-template-tpl-blog #blog_archives .blog_meta .blog_cat, .page-template-tpl-blog #blog_archives .blog_meta .blog_date{font-weight: bold; text-transform: uppercase; font-family:"Montserrat";} 
.page-template-tpl-blog #blog_archives .blog_meta .blog_date{color: #939598}
.page-template-tpl-blog #blog_archives .blog_meta .separator{margin:0 10px; font-weight: bold;}
.page-template-tpl-blog #blog_archives .logo{width:auto; height:20px; position: absolute; right:0;}

.page-template-tpl-blog #blog_archives article{margin-bottom: 120px}
.page-template-tpl-blog #blog_archives article .flex{display: flex; flex-wrap: nowrap;}
.page-template-tpl-blog #blog_archives article .flex.reverse{flex-direction: row-reverse;}
.page-template-tpl-blog #blog_archives article .post-thumbnail{flex:0 1 60%;}
.page-template-tpl-blog #blog_archives article .flex.reverse .post-thumbnail{text-align: right;}
.page-template-tpl-blog #blog_archives article .article{flex:0 1 40%; padding:60px; }
.page-template-tpl-blog #blog_archives article .article h3{margin:0; padding-bottom:30px; font-size:32px;}
.page-template-tpl-blog #blog_archives article .article .meta{ margin-top:60px; margin-bottom:30px; display: flex; flex-wrap: nowrap; }
.page-template-tpl-blog #blog_archives article .article .meta .category, .page-template-tpl-blog #blog_archives article .article .meta .date{flex:1 1 auto;}
.page-template-tpl-blog #blog_archives article .article .meta .category{font-size:18px; float:left; font-weight: bold; text-transform: uppercase; color:#959799; font-family:"Montserrat";}
.page-template-tpl-blog #blog_archives article .article .meta .date{text-align: right; font-weight: 300; font-size:18px; text-transform: uppercase; font-family:"Montserrat";}
.page-template-tpl-blog #blog_archives article .article .excerpt .view-article{display: block; margin-top:30px; font-family:"Montserrat"; font-weight: bold; text-transform: uppercase; position: relative}
.page-template-tpl-blog #blog_archives article .article .excerpt .view-article:after{position: absolute; content:""; width:100px; height: 2px; margin-left:15px; border-top:1px solid #282828; top:50%; transform: translateY(-50%);}

@media (max-width: 992px){
    .page-template-tpl-blog #blog_archives article .article .meta .date{font-size:14px;}
}

/* Chosen fix */
.filters .chosen-container{width:80%!important; text-align: left;}
.filters .chosen-container-single .chosen-single{border:1px solid #fff; background:#121212; border-radius: 0; height:40px; line-height: 40px;}
.filters .chosen-container-single .chosen-single div{width:40px;}
.filters .chosen-container-single .chosen-single div b{background:url(img/filter-arrow.png) center center no-repeat; background-size: 20px 20px!important; border-left:1px solid #fff;}
.filters .chosen-container-single .chosen-single span{color:#fff; font-family:"Montserrat"; font-size:16px; font-weight: bold; text-transform: uppercase;}

@media screen and (max-width: 1024px){

    .page-template-tpl-blog #blog_archives .logo{display: none;}

    .page-template-tpl-blog #blog_archives article .flex{flex-wrap: wrap;}
    .page-template-tpl-blog #blog_archives article .flex.reverse{flex-direction: initial;}
    .page-template-tpl-blog #blog_archives article .post-thumbnail{flex:0 1 100%; text-align: center;}
    .page-template-tpl-blog #blog_archives article .flex.reverse .post-thumbnail{text-align: center;}
    .page-template-tpl-blog #blog_archives article .article{flex:0 1 100%; padding:30px 0; }
    .page-template-tpl-blog #blog_archives article .article .meta{margin-top:10px;}

    .filters .chosen-container-single .chosen-single div b{background-size: 20px 20px!important;}
}

@media screen and (max-width: 767px){
    .filters, .page-template-tpl-blog #blog_filters .filters{flex-wrap: wrap;}
    .filters .item, .page-template-tpl-blog #blog_filters .filters .item{flex:0 1 100%; margin-bottom: 30px}
    .filters .item:nth-child(2){text-align:initial;}

    .filters .chosen-container{width:100%!important;}
}

/*------------------------------------*\
    BLOG - SINGLE
\*------------------------------------*/

.single #single_blog_header_image .bg-image{background-size: cover; height:50vh;}
.single #single_blog_header_image .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
.single #single_blog_header_image h1{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0; text-shadow: 0 0 6px #000}

.single #single_blog_meta{margin-top:60px; color:#fff;}
.single #single_blog_meta .meta{display: flex; flex-wrap: nowrap;}
.single #single_blog_meta .item{flex:0 1 50%;}
.single #single_blog_meta .catname{font-weight: bold; font-size:18px; font-family:"Montserrat"; text-transform: uppercase;}
.single #single_blog_meta .date{ font-size:18px; font-family:"Montserrat"; text-align: right; text-transform: uppercase;}

.single .contenu_2_colonnes h2{font-size:22px; text-transform: none; font-weight: bold;}
.single .contenu_2_colonnes .second-col{margin-top:32px;}

.single .gros_titre_avec_image h3{font-size:50px; line-height: 56px; position: relative;}
.single .gros_titre_avec_image h3:after{border-top:1px solid #282828; height:2px; left:0; bottom:-60px; width:5vw; content:''; position: absolute;}

.single .single-post-caroussel{margin-top:20px; position: relative;}
.single .single-post-slider-controls{position: absolute; top:50%; transform: translateY(-50%); width: 100%;}
.single .single-post-slider-controls svg{width:30px; height:30px;}
.single .single-post-slider-controls .single-post-slider-next, .single .single-post-slider-controls .single-post-slider-prev{ background:#fff; padding:20px; position: absolute; cursor:pointer;}
.single .single-post-slider-controls .single-post-slider-next{right:20px; transform: rotate(-90deg); transition: right 0.5s;}
.single .single-post-slider-controls .single-post-slider-next:hover{right:-25px;}
.single .single-post-slider-controls .single-post-slider-prev{left:-15px; transform: rotate(90deg); transition: left 0.5s;}
.single .single-post-slider-controls .single-post-slider-prev:hover{left:-25px;}

@media screen and (max-width: 1024px){

    .single .gros_titre_avec_image h3{font-size:30px; line-height: 36px}

    .single .single-post-slider-controls{ top:40%; }

    .single #single_blog_header_image .bg-image{background-size: cover; height:50vh;}

    .single .single-post-sliders .bx-viewport img{width:100%; height:auto;}
}

/*------------------------------------*\
    REALISATIONS
\*------------------------------------*/

.page-template-tpl-realisations .bg-image{background-size: cover; min-height:350px; position: relative; z-index: 799}
.page-template-tpl-realisations .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
.page-template-tpl-realisations h1{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0;}


.page-template-tpl-realisations .realisation-grid .grid-item{width:calc(33% - 60px); margin-bottom:60px; position: relative;}
.page-template-tpl-realisations .realisation-grid .grid-item .meta{position: absolute; bottom:0; width:100%; height:75px; background: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0));}
.page-template-tpl-realisations .realisation-grid .grid-item .num{color:#fff; padding:10px; position: absolute; bottom:0; right:0;}
.page-template-tpl-realisations .realisation-grid .grid-item .brand{ padding:10px; position: absolute; bottom:0; left:0;}
.page-template-tpl-realisations .realisation-grid .grid-item .brand svg {width:30px;}
.page-template-tpl-realisations .realisation-grid .grid-item .brand svg .cls-1, .page-template-tpl-realisations .realisation-grid .grid-item .brand svg .cls-2, .page-template-tpl-realisations .realisation-grid .grid-item .brand svg .cls-3{fill:#fff;}


@media screen and (max-width: 1024px){
    .page-template-tpl-realisations .realisation-grid{height:auto!important;}
    .page-template-tpl-realisations .realisation-grid .grid-item{width:100%; position: relative!important;}
    .page-template-tpl-realisations .realisation-grid .grid-item{top:inherit!important;}
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/

.post-type-archive-product .bg-image{background-size: cover; min-height:350px; position: relative; z-index: 799}
.post-type-archive-product .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
.post-type-archive-product h1{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0; }

.post-type-archive-product #products_filters{margin-top:60px;}
.post-type-archive-product #products_filters .filters-trigger {color:#fff; font-size: 18px; margin:0 auto; width: 600px; text-align:center; font-weight: bold; font-family:"Montserrat"; text-transform: uppercase; cursor:pointer;}
.post-type-archive-product #products_filters .filters-trigger .filter-icn{width: 30px; margin-right:20px;}
.post-type-archive-product #products_filters .filters-trigger button{background:#121212; border:1px solid #fff; text-transform: uppercase; font-weight: bold; font-family:"Montserrat"; padding:15px; margin-bottom:60px; color:#fff; font-size: 15px; transition: filter 0.5s;}
.post-type-archive-product #products_filters .filters-trigger button:hover{filter: invert(100%);}
.post-type-archive-product #products_filters .filters-content{display: none; position: absolute; left:0; width:100%; z-index:10; background:#121212; }
.post-type-archive-product #products_filters .filters{display: flex; flex-wrap: nowrap; margin:60px 0;}
.post-type-archive-product #products_filters .filters .item{flex:0 1 50%; padding:60px;}
.post-type-archive-product #products_filters .filters .item svg.kadrium{max-height:120px;}
.post-type-archive-product #products_filters .filters .item svg.sesame{max-height:105px;}
.post-type-archive-product #products_filters .filters .item.brands{border-right:1px solid #6a6866;}
.post-type-archive-product #products_filters .filters .item.brands a{margin:60px 0; pointer-events: none;} /* Pointer event to disable the filter on logo */
.post-type-archive-product #products_filters .filters .item.brands svg{width:200px; opacity: 0.6;}
.post-type-archive-product #products_filters .filters .item.brands a.active svg{opacity: 1;}
.post-type-archive-product #products_filters .filters .item .filter{margin:60px 0; padding:0 15px; text-align: center;}
.post-type-archive-product #products_filters .filters .item a{display: block; color:#6a6866; text-transform: uppercase; font-weight: bold; font-family:"Montserrat"; margin:15px 0; } 
.post-type-archive-product #products_filters .filters .item a:hover, .post-type-archive-product #products_filters .filters .item a.active{color:#fff;}

.post-type-archive-product #products_filters .brands .filter a span{display: none!important}
.post-type-archive-product #products_filters .categories .filter a span{pointer-events: none; padding:3px 6px; font-size:12px; font-weight: normal; background:#fff; color:#000; border-radius: 50%; margin-left:10px;}

.post-type-archive-product #products_list .grid .grid-item{width:calc(33% - 60px); margin-bottom:60px; text-align:center;}
.post-type-archive-product #products_list .product-img{background-size: cover; background-position: center center;}
.post-type-archive-product #products_list .product-img img{opacity: 0;}
.post-type-archive-product #products_list .product-name{margin:20px 0;}
.post-type-archive-product #products_list .product_number{background:rgba(0,0,0,0.5); color:#fff; padding:4px 5px; position: absolute; bottom:0; right:0;}
.post-type-archive-product #products_list .collection_meta{position: absolute; }
.post-type-archive-product #products_list .collection_meta.bottom-right{bottom:15px; right:15px;}
.post-type-archive-product #products_list .collection_meta.bottom-left{bottom:15px; left:15px;}
.post-type-archive-product #products_list .collection_meta.top-right{top:15px; right:15px;}
.post-type-archive-product #products_list .collection_meta.top-left{top:15px; left:15px;}
.post-type-archive-product #products_list .collection_meta svg{width:30px; fill:#fff;}
.post-type-archive-product #products_list .collection_meta svg#kadrium_icn .cls-3, .post-type-archive-product #products_list .collection_meta svg#sesame_icn .cls-1{fill:#fff}
.post-type-archive-product #products_list .collection_meta .logo{ width:30px; height:30px;}

@-moz-document url-prefix() {
    .post-type-archive-product #products_list .product-img img{height:400px;}
}

@media screen and (max-width: 1024px){

    .post-type-archive-product #products_filters .filters .item svg{max-height:100px;}
    .post-type-archive-product #products_list .grid{height:auto!important;}
    .post-type-archive-product #products_list .grid .grid-item{width:100%; position: relative!important;}
    .post-type-archive-product #products_list .grid .grid-item{top:inherit!important;}
}

@media screen and (max-width: 767px){
    .post-type-archive-product #products_filters .filters-trigger{width: 300px;}
    .post-type-archive-product #products_filters .filters-trigger button{margin-bottom: 15px;}
    .post-type-archive-product #products_filters .filters{flex-wrap: wrap;}
    .post-type-archive-product #products_filters .filters .item{flex:0 1 100%; padding:0px; margin:0;}
    .post-type-archive-product #products_filters .filters .item.brands{border-right:none; }
    .post-type-archive-product #products_filters .filters .item.brands .filter{display: flex; flex-wrap: nowrap; margin:15px 0; padding:0;}
    .post-type-archive-product #products_filters .filters .item.brands a{flex:0 1 48%; width:48%;}
    .post-type-archive-product #products_filters .filters .item svg.kadrium, .post-type-archive-product #products_filters .filters .item svg.sesame{max-height:75px;}
    .post-type-archive-product #products_filters .filters .item a{margin:15px 0}

    .post-type-archive-product #products_list .collection_meta .collection-name{margin-right:15px;}
}

/*------------------------------------*\
    SINGLE PRODUCT
\*------------------------------------*/

.single-product #single_product_header_image .bg-image{background-size: cover; min-height:350px; height:calc(100vh - 120px); position: relative; z-index: 200}
.single-product #single_product_header_image .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
.single-product #single_product_header_image h1{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0; text-shadow:0 0 6px #000;}
.single-product #single_product_header_image svg{width: 30px}

.single-product #single_product_header_image .collection_meta{position: absolute; bottom:0px; padding-bottom: 30px; width:100%; height:75px; background: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0)); display: flex; flex-wrap: nowrap; place-items:baseline; }
.single-product #single_product_header_image .collection_meta > div{flex:0 1 48%; color:#fff; }
.single-product #single_product_header_image .collection_meta svg .cls-3, .single-product #single_product_header_image .collection_meta svg .cls-2, .single-product #single_product_header_image .collection_meta svg .cls-1{fill:#fff!important}
.single-product #single_product_header_image .collection_meta .logo{position: absolute; bottom:0; left:0; padding:10px;}
.single-product #single_product_header_image .collection_meta .collection-name{white-space: nowrap; text-align: right;}
.single-product #single_product_header_image .product_number{ color:#fff; padding:10px; position: absolute; bottom:0; right:0;}

.single-product #single_product_description{margin-top:60px; color:#fff; font-size: 18px}
.single-product #single_product_description .description, .single-product #single_product_description .call-to-actions{display: flex; flex-wrap: wrap; }
.single-product #single_product_description .description .item, .single-product #single_product_description .call-to-actions .item{flex:0 1 50%;}
.single-product #single_product_description .description .item .second-col{padding-left:30px;}
.single-product #single_product_description .call-to-actions{margin-top:60px;}
.single-product #single_product_description .call-to-actions .files .button{ width:calc(46% - 60px); margin:0 30px; border:1px solid #fff; background:#121212; color:#fff; text-transform: uppercase; color:#fff; font-family:"Montserrat"; text-align: center; border-radius: 0; transition:filter 0.5s; padding:15px;}
.single-product #single_product_description .call-to-actions .files .button:hover{filter:invert(100%);}


.single-product #single_product_images .product-grid .grid-item{width:calc(50% - 60px); margin-bottom:60px; text-align:center; position: relative;}
.single-product #single_product_images .product-grid .grid-item.two-col{width: 100%;}
.single-product #single_product_images .product-grid .grid-item .meta{position: absolute; bottom:0; width:100%; height:75px; background: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0));}
.single-product #single_product_images .product-grid .grid-item .num{color:#fff; padding:10px; position: absolute; bottom:0; right:0;}
.single-product #single_product_images .product-grid .grid-item .brand{ padding:10px; position: absolute; bottom:0; left:0;}
.single-product #single_product_images .product-grid .grid-item .brand svg {width:30px;}
.single-product #single_product_images .product-grid .grid-item .brand svg .cls-1, .single-product #single_product_images .product-grid .grid-item .brand svg .cls-2, .single-product #single_product_images .product-grid .grid-item .brand svg .cls-3{fill:#fff;}


.single-product #single_product_options .accordion h2{position:relative; margin:1%; font-size:24px; font-family:"Montserrat";cursor: pointer; padding:15px; color:#fff; background:#121212; transition: all 0.25s;}
.single-product #single_product_options .accordion h2:hover{background:#444343;}
.single-product #single_product_options .accordion h2.collapsed:after{transform: rotate(0deg); }
.single-product #single_product_options .accordion h2:after{transition:transform 0.25s; transform: rotate(-180deg); content:' '; position: absolute; top:20px; right:20px; background:url(img/accordeon-arrow.svg); background-size: 20px 20px; width:20px; height:20px; }
.single-product #single_product_options .accordion h3{margin:15px 1%; font-size:20px; font-family:"Montserrat";}
.single-product #single_product_options .accordion .grid{display: flex; flex-wrap: wrap;}
.single-product #single_product_options .accordion .grid .item{flex:0 1 18%; margin:1%;}
.single-product #single_product_options .accordion .grid .item h5{margin:10px 0; font-size:18px; font-family:"Montserrat"; text-transform: uppercase; font-weight: bold;}

.single-product #single_product_options .collection_2{padding:0 15px;}

@media screen and (max-width: 1024px){

    .single-product #single_product_header_image .bg-image{background-size: cover; min-height:350px; height:calc(50vh - 120px);}
    .single-product #single_product_header_image .collection_meta svg{width:40px;}

    .single-product #single_product_description .call-to-actions .quote{text-align: center;}
    .single-product #single_product_description .call-to-actions .files{margin-top: 60px;}
    .single-product #single_product_description .call-to-actions .item{flex: 0 1 100%;}
    .single-product #single_product_description .call-to-actions .files .button{width:100%; margin: 0 0 30px;}

    .single-product #single_product_images .product-grid{height:initial!important;}
    .single-product #single_product_images .product-grid .grid-item h3{font-size:28px;}
    .single-product #single_product_images .product-grid .grid-item{position: relative!important; width: 100%;}

    .single-product #single_product_options .accordion .grid .item{flex:0 1 31%; }
}

@media screen and (max-width: 767px){
    .single-product #single_product_description .description .item{flex:0 1 100%;}
    .single-product #single_product_description .description .item .second-col{padding-left:0px;}   
    .single-product #single_product_options .accordion .grid .item h5{font-size:14px;}
    .single-product #single_product_options .accordion .grid .item{flex:0 1 48%; }
}

/*------------------------------------*\
    DISTRIBUTORS
\*------------------------------------*/

.page-template-tpl-distributors #distributors_header_image .bg-image{background-size: cover; min-height:350px; position: relative; z-index: 799}
.page-template-tpl-distributors #distributors_header_image .align-vertical{position: absolute; top:50%; width:100%; transform:translateY(-50%);}
.page-template-tpl-distributors #distributors_header_image h1{color:#fff; font-size:calc(24px + 2vw); padding:0; margin:0;}

.page-template-tpl-distributors #distributors_filters{margin-top:60px; color:#fff;}
.page-template-tpl-distributors #distributors_filters .filters{display: flex; flex-wrap: nowrap;}
.page-template-tpl-distributors #distributors_filters .filters .item{flex:0 1 50%;}
.page-template-tpl-distributors #distributors_filters .filters .item:nth-child(2){text-align:right;}

.page-template-tpl-distributors #distributors_filters .geolocates{position: relative;}
.page-template-tpl-distributors #distributors_filters .geolocates input{width:80%; border:1px solid #fff; padding-left:5px; background:#121212; border-radius: 0; height:40px; line-height: 40px; color:#fff; font-family:"Montserrat"; font-size:16px; font-weight: bold; text-transform: uppercase; }
.page-template-tpl-distributors #distributors_filters .geolocates input::placeholder{color:#fff; font-family:"Montserrat"; font-size:16px; font-weight: bold; text-transform: uppercase;}
.page-template-tpl-distributors #distributors_filters .geolocates .trigger-geolocate{background:url(img/filter-arrow.png) #121212 center center no-repeat; position: absolute; border:1px solid #fff; width:40px; height:40px; right:0; top:0; z-index:10; cursor: pointer}

.page-template-tpl-distributors #dist_map{width:100%; height:75vh;}
.page-template-tpl-distributors #dist_map .infowindowTitle, .page-template-tpl-distributors #dist_map .infowindowContent{font-weight: bold;}
.page-template-tpl-distributors #dist_map .infowindowTitle{font-size:18px;}
.page-template-tpl-distributors #dist_map .infowindowContent{font-size:16px; line-height: 20px;}

.page-template-tpl-distributors #distributors_list .address{padding:30px;}
.page-template-tpl-distributors #distributors_list h3{font-size:22px; font-weight: bold;}
.page-template-tpl-distributors #distributors_list p{font-size:15px; font-weight: bold;}

@media screen and (max-width: 1024px){
    .page-template-tpl-distributors #distributors_filters .filters{flex-wrap: wrap;}
    .page-template-tpl-distributors #distributors_filters .filters .chosen-container{width:100%!important;}
    .page-template-tpl-distributors #distributors_filters .filters .item{flex:0 1 100%; margin-bottom: 30px;}
    .page-template-tpl-distributors #distributors_filters .filters .item:nth-child(2){text-align:left;}

    .page-template-tpl-distributors #distributors_filters .geolocates input{width:100%;}

    .page-template-tpl-distributors #distributors_list .address{margin-bottom:30px;}
}

@media (max-width: 767px){
    .page-template-tpl-distributors #distributors_list .address{padding:20px 0;}
}

/*------------------------------------*\
    404
\*------------------------------------*/

#container_404 a{text-decoration: underline;}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer{background:#121212; color:#fff; }
footer .footer-logo svg{max-width: 220px;}
footer nav ul{display:flex; flex-wrap:nowrap; justify-content: space-around; list-style: none; margin:60px 0; padding:0;}
footer nav ul li{flex:0 1 auto; }
footer nav ul li span{font-size:16px; color:#959799; }
footer nav ul li a{color:#fff; font-size: 24px; transition: all 0.5s;}
footer nav ul li a:hover{color:#959799;}

@media screen and (max-width: 1024px){
    footer nav{display: none;}
}


.ft-confirmation{text-align:right;font-weight:800;text-transform:uppercase;font-size:24px;}
.ft-confirmation--success{color:green;}
.ft-confirmation--error{color:red;}



footer .newsletter {display: flex; flex-wrap: wrap; width: 50%; margin:0 auto;}
footer .newsletter .stay-in-touch {flex:1 1 100%; font-size:24px; position: relative; width:100%; text-align: center; margin:15px 0;}
footer .newsletter .stay-in-touch:after {display:none; position: absolute; content:""; width:100px; height: 1px; margin-left:15px; border-top:1px solid #fff; top:20px;}
footer .newsletter .newsletter-form{flex: 1 1 100%; ; overflow: hidden; width:100%; position: relative; padding-bottom:20px;}
footer .newsletter .newsletter-form .ft-confirmation{text-align: center; }
footer .newsletter .ft-field--email label, footer .newsletter .ft-field--email input[type="email"], footer .newsletter .ft-field--submit{float:left; display: block;}
footer .newsletter .ft-field--email label{display:none; font-family:"Montserrat"; text-transform: uppercase; font-weight: bold; font-size:15px; width:25%; line-height: 35px; white-space: nowrap;}
footer .newsletter .ft-field--email input[type="email"]{width:100%; border-radius:0; width:85%;}
footer .newsletter .ft-field--submit{width: 10%; position: relative;}
footer .newsletter .ft-field--submit button{ border-radius: 0; background:none; border:1px solid #fff; padding:0; width:40px; height:38px; display: block; transition: opacity 0.5s;}
footer .newsletter .ft-field--submit button img{width:10px; height:20px;}
footer .newsletter .ft-field--submit button:hover{opacity: 0.8}
footer .ft-autofill{display: none;}

@media screen and (max-width: 1366px){
    footer .newsletter .stay-in-touch{width:45%;}
    footer .newsletter .newsletter-form{width:55%;}
    footer .newsletter {width: 100%}
}

@media screen and (max-width: 1024px){
    footer .newsletter{flex-wrap: wrap; width: 100%}
    footer .newsletter .stay-in-touch{text-align: center; margin:15px 0;}
    footer .newsletter .stay-in-touch, footer .newsletter .newsletter-form{flex:0 1 100%; width:100%; margin-top:40px;}
    footer .newsletter .stay-in-touch:after, footer .newsletter .ft-field--email label{display: none;}
    footer .newsletter .ft-field--email input[type="email"]{width: 90%; }
}

footer .copy{margin:60px 0 0; overflow: hidden;}
footer .rights{float:left;}
footer .bravad{float:right;}
footer .bravad a{color:#fff; transition:all 0.5s;}
footer .bravad a:hover{color:#cc0000;}

@media screen and (max-width: 1024px){
    footer .copy{text-align: center;}
    footer .rights, footer .bravad{float:none;}
}

/*------------------------------------*\
    BXSLIDER
\*------------------------------------*/

.bx-wrapper{position:relative;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}
.bx-wrapper img{height:540px; width:auto; display:block; margin:0 auto;}
.bxslider{margin:0;padding:0;border:1px solid #fff;}
ul.bxslider{list-style:none}
.bx-viewport{-webkit-transform:translatez(0); border:2px solid #fff;}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}
.bx-wrapper .bx-loading{min-height:50px;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}
.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}
.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus{background:#282828}
.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;vertical-align:bottom;*zoom:1;*display:inline}
.bx-wrapper .bx-pager-item{font-size:0;line-height:0}
.bx-wrapper .bx-prev{left:10px;}
.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-prev:focus{background-position:0 0}
.bx-wrapper .bx-next{right:10px;}
.bx-wrapper .bx-next:hover,.bx-wrapper .bx-next:focus{background-position:-43px 0}
.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}
.bx-wrapper .bx-controls-direction a.disabled{display:none}
.bx-wrapper .bx-controls-auto{text-align:center}
.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;margin:0 3px}
.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus{background-position:-86px 0}
.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;margin:0 3px}
.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus{background-position:-86px -33px}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}
.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,0.75);width:100%}
.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}

/*------------------------------------*\
    FANCYBOX
\*------------------------------------*/

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/*------------------------------------*\
    @MEDIA QUERIES
\*------------------------------------*/

@media (max-width:990px){
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        z-index:999;
    }
    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
        padding:0;
        overflow:hidden;
    }
    .collapse.in{overflow:hidden;}
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


