/*
Theme Name: Buxum child
Theme URI: https://buxum.ch
Author: Buxum Communication
Author URI: https://buxum.ch
Description: Custom theme made with love
Version: 1.0.16
Text Domain: buxum-child
Template: twentyseventeen
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* Webfont: Akkurat */@font-face {
	font-family: akkurat;
	src: url('fonts/Akkur.eot'); /* IE9 Compat Modes */
	src: url('fonts/Akkur.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/Akkur.woff') format('woff'), /* Modern Browsers */
		 url('fonts/Akkur.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/Akkur.svg#Akkurat') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Webfont: Akkurat-Regular */@font-face {
	font-family: akkurat;
	src: url('fonts/AkkurIta.eot'); /* IE9 Compat Modes */
	src: url('fonts/AkkurIta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/AkkurIta.woff') format('woff'), /* Modern Browsers */
		 url('fonts/AkkurIta.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/AkkurIta.svg#Akkurat-Regular') format('svg'); /* Legacy iOS */
	font-style: italic;
	font-weight: normal;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Webfont: Akkurat-Light */@font-face {
	font-family: akkurat;
	src: url('fonts/AkkurLig.eot'); /* IE9 Compat Modes */
	src: url('fonts/AkkurLig.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/AkkurLig.woff') format('woff'), /* Modern Browsers */
		 url('fonts/AkkurLig.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/AkkurLig.svg#Akkurat-Light') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Webfont: AkkuratLight-Light */@font-face {
	font-family: akkurat;
	src: url('fonts/AkkurLigIta.eot'); /* IE9 Compat Modes */
	src: url('fonts/AkkurLigIta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/AkkurLigIta.woff') format('woff'), /* Modern Browsers */
		 url('fonts/AkkurLigIta.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/AkkurLigIta.svg#AkkuratLight-Light') format('svg'); /* Legacy iOS */
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Webfont: Akkurat-Bold */@font-face {
	font-family: 'akkurat';
	src: url('fonts/AkkurBol.eot'); /* IE9 Compat Modes */
	src: url('fonts/AkkurBol.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/AkkurBol.woff') format('woff'), /* Modern Browsers */
		 url('fonts/AkkurBol.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/AkkurBol.svg#Akkurat-Bold') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Webfont: AkkuratBold-Bold */@font-face {
	font-family: 'akkurat';
	src: url('fonts/AkkurBolIta.eot'); /* IE9 Compat Modes */
	src: url('fonts/AkkurBolIta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/AkkurBolIta.woff') format('woff'), /* Modern Browsers */
		 url('fonts/AkkurBolIta.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/AkkurBolIta.svg#AkkuratBold-Bold') format('svg'); /* Legacy iOS */
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
select::-ms-expand {
    display: none;
}
/******************** BUXUM ********************/

/********** ALL **********/

html,
body{
	font-family: 'akkurat', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #555;
}

.boxed{
	width: 100%;
	max-width: 1190px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#content #primary{
	margin-top: 8%;
	margin-bottom: 8%;
}

h1,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
h6{
	margin: 1.5em 0 1em 0;
	line-height: 1.2;
}

h1:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
h6:first-child{
	margin-top: 0;
}

h1:last-child,
h2:last-child,
.h2-like:last-child,
h3:last-child,
.h3-like:last-child,
h4:last-child,
.h4-like:last-child,
h5:last-child,
h6:last-child{
	margin-bottom: 0;
}

h1,
p.page-title{
	font-size: 2.5em;
}

h2,
.h2-like{
	color: #000;
	font-size: 2.142em;
	font-weight: 400;
}

h3,
.h3-like,
h6{
	font-weight: 300;
}

h3,
.h3-like{
	font-size: 1.571em;
}

h4,
.h4-like{
	font-size: 1.285em;
}

h5{
	font-weight: 700;
}

p,
ul,
ol,
dl,
pre,
address,
cite{
	line-height: 1.42857142;
	margin-bottom: 1em;
}

ul li:before{
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #257dc0;
	vertical-align: top;
	margin-top: 7px;
}

li ul{
	margin: 0 0 0 1em;
}

ol{
	counter-reset: ol;
}

ol li:before{
	content: counter(ol);
	counter-increment: ol;
	color: #257dc0;
	display: inline-block;
	margin-right: 0.5em;
}

li ol{
	counter-reset: ol1;
	margin: 0 0 0 1em;
}

ol li li:before{
	content: counter(ol)"."counter(ol1);
	counter-increment: ol1;
}

ol li li ol{
	counter-reset: ol2;
	margin: 0 0 0 1em;
}

ol li ol li li:before{
	content: counter(ol)"."counter(ol1)"."counter(ol2);
	counter-increment: ol2;
}

ol li h1,
ol li h2,
ol li h3,
ol li h4,
ol li h5,
ol li h{
	display: inline-block;
}

a{
	color: #257dc0;
}

strong,
b{
	font-weight: 700;
}

i,
em{
	font-style: italic;
}

table{
	width: 100%;
	margin: 2em 0;
}

table caption{
	font-weight: 700;
}

thead,
th{
	font-weight: 700;
	text-align: left;
}

thead{
	border-bottom: 1px solid #dadada;
}

tfoot{
	border-top: 1px solid #dadada;
}

tfoot,
tfoot th{
	font-weight: 400;
	font-style: italic;
}

tr:nth-child(even){
	background-color: #f7f7f7;
}

td,
th{
	padding: 0.5em 0;
}

blockquote{
	font-size: 1.285em;
	font-weight: 300;
	margin: 1.5em 0;
}

blockquote p{
	font-size: 1.571rem;
}

pre,
code{
	font-family: monospace;
}

dl dt{
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0.5em;
}

dl dd{
	padding-left: 1em;
	margin-bottom: 1em;
}

hr{
	border: none;
	border-bottom: 1px solid #555;
	height: 1px;
	margin: 2em 0;
}

input,
textarea,
select,
button,
.quform .quform-field{
	font-family: 'akkurat', Helvetica, sans-serif;
	font-size: 0.857em;
	color: #257dc0;
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	padding: 0 0 1em 0;
	width: 100%;
	margin-bottom: 1em;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: border-bottom-width 0.1s ease;
	transition: border-bottom-width 0.1s ease;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	line-height: 1.2;
}

.quform-button-submit-default{
	float: right;
}

.entry-content .quform-button-submit-default>button{
	padding: 0 2em;
	line-height: 40px;
}

.quform-label{
	pointer-events: none;
}

.quform-label{
	font-family: 'akkurat', Helvetica, sans-serif;
	font-size: 0.857em;
}

.quform-label>label{
	text-transform: uppercase;
	color: #257dc0;
	font-weight: 400;
	line-height: 1.2;
}

input:focus,
textarea:focus,
button:focus,
.quform .quform-field:focus{

	border-bottom-width: 5px;
}

select:focus {
	outline: none;
}

label{
	display: inline-block;
	margin-bottom: 1em;
	vertical-align: baseline;
	font-weight: 700;
}

input[type=radio],
input[type=checkbox]{
	width: auto;
	display: inline-block;
}

select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: url('img/ui/triangle-down.png') no-repeat right 1em center;
	background-size: 13px 8px;
	border-radius: 0;
}

textarea,
.quform .quform-field-textarea{
	height: 1rem;
}
.quform .quform-field-textarea.bigarea{
	height: 10rem;
}
.quform-label-inside{
	opacity: 1 !important;
}
.quform-element-select.quform-element-required .quform-spacer{
	position: relative;
}
.quform-element-select.quform-element-required .quform-spacer::after{
	content: "*";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	color: #cc0101;
    margin: 0 0 0 5px;
    font-size: 90%;
}
fieldset{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #555;
}

fieldset legend{
	font-style: italic;
	margin-bottom: 1em;
}

.btn,
input[type=submit],
input[type=button],
button,
.quform-button-submit-default>button{
	width: auto;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 1em 1.5em;
	background-color: #257dc0;
	border: none;
	text-decoration: none;
	font-size: 0.857em;
	cursor: pointer;
	height: 3em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1.2;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.btn.secondary,
input[type=submit].secondary,
input[type=button].secondary,
button.secondary{
	background-color: #1ab0e6;
}

.btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.btn:focus,
input[type=submit]:focus,
input[type=button]:focus,
button:focus{
	outline: none;
	background-color: #1ab0e6;
}

.btn.secondary:hover,
input[type=submit].secondary:hover,
input[type=button].secondary:hover,
button.secondary:hover,
.btn.secondary:focus,
input[type=submit].secondary:focus,
input[type=button].secondary:focus,
button.secondary:focus{
	background-color: #257dc0;
}

.success{
	color: #08af0b;
}

.error{
	color: #b01313;
}

.notice{
	color: #257dc0;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #257dc0;
	opacity: 1; /* Firefox */
	text-transform: uppercase;
	font-size: 0.857em;
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #257dc0;
	opacity: 1; /* Firefox */
	text-transform: uppercase;
	font-size: 0.857em;
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #257dc0;
	opacity: 1; /* Firefox */
	text-transform: uppercase;
	font-size: 0.857em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #257dc0;
	opacity: 1; /* Firefox */
	text-transform: uppercase;
	font-size: 0.857em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #257dc0;
	text-transform: uppercase;
	font-size: 0.857em;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #257dc0;
	text-transform: uppercase;
	font-size: 0.857em;
}

.half,
.third,
.two-third,
.quarter{
	float: left;
	width: 48%;
	margin-right: 4%;
}

.third,
.two-third{
	width: 31%;
	margin-right: 3.5%;
}

.two-third{
	width: 62%;
}

.quarter{
	width: 22%;
}

.half:nth-child(even),
.third:nth-child(3n),
.two-third:nth-child(even),
.quarter:nth-child(4n),
.two-third:nth-child(odd) + .third{
	margin-right: 0;
}

.half:nth-child(even) + .half,
.third:nth-child(3n) + .third,
.quarter:nth-child(4n) + .quarter{
	clear: both;
}

/********** /ALL **********/

/********** HEADER / FOOTER **********/

#masthead{
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding-top: 40px;
}

#masthead .header-image{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.home #masthead{
	max-height: 100vh;
}

#masthead .header-image:before,
.home-slider:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.home #masthead .header-image:before,
.home-slider:after{
	opacity: 0.4;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 14%, rgba(0,0,0,0.3) 82%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 14%,rgba(0,0,0,0.3) 82%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 14%,rgba(0,0,0,0.3) 82%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.children-slider:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.home-slider,
.children-slider{
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

.home-slider-inner,
.children-slider-inner{
	font-size: 0;
	white-space: nowrap;
	height: 100%;
	transform: translateX(0);
	transition: transform 0.6s ease;
}

.home-slider .slide,
.children-slider .slide{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#site-navigation{
	color: #555;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 100%;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
	padding-top: 131px;
	z-index: 2;
	padding-bottom: 30px;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	transition: -webkit-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#page:before{
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-open #page:before,
.appointment-open #page:before{
	opacity: 0.7;
	visibility: visible;
}

.menu-open #site-navigation{
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

.admin-bar #site-navigation{
	padding-top: 163px;
}

#site-navigation .search-form{
	width: 370px;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -185px;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

#site-navigation .search-form input{
	border-bottom-color: #acacac;
	color: #808080;
	font-size: 1.285em;
	text-transform: none;
}

#site-navigation .search-form ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	font-size: 1em;
	text-transform: none;
}

#site-navigation .search-form :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	font-size: 1em;
	text-transform: none;
}

#site-navigation .search-form ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	font-size: 1em;
	text-transform: none;
}

#site-navigation .search-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	font-size: 1em;
	text-transform: none;
}

#site-navigation .search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #acacac;
	font-size: 1em;
	text-transform: none;
}

#site-navigation .search-form ::-ms-input-placeholder { /* Microsoft Edge */
	color: #acacac;
	font-size: 1em;
	text-transform: none;
}

#site-navigation #top-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#site-navigation a{
	color: #555;
}

#site-navigation .logo {
	filter: invert();
}

#site-navigation .site-navigation-branding {
	position: absolute;
	top: 40px;
	left: calc((100vw - 1190px)/2 + 15px);
}

#site-navigation #top-menu > .menu-item > a{
	font-size: 1.285em;
	color: #000;
	padding-bottom: 1em;
}

#site-navigation #top-menu > .menu-item > .sub-menu > .menu-item-has-children,
#site-navigation #top-menu > .menu-item > .sub-menu > .menu-item-has-children ~ .menu-item{
	margin-top: 1em;
}

#site-navigation #top-menu > .menu-item > .sub-menu > .menu-item-has-children:first-child,
#site-navigation #top-menu > .menu-item > .sub-menu > .menu-item-has-children ~ .menu-item:first-child{
	margin-top: 0;
}

#site-navigation #top-menu > .menu-item > .sub-menu > .menu-item-has-children > a,
#site-navigation #top-menu > .menu-item > .sub-menu > .menu-item-has-children ~ .menu-item > a{
	color: #000;
	border-bottom: 1px solid #909090;
	padding-bottom: 0.2em;
	font-weight: 400;
}

#site-navigation .address{
	color: #555;
	padding-top: 0.8em;
}

#site-navigation .address strong{
	color: #000;
}

#site-navigation #top-menu > .menu-item > .sub-menu a{
	padding: 0.8em 0 0.6em 0;
	font-weight: 300;
}

#site-navigation .sub-menu{
	margin-left: 0;
}

#site-navigation .icon{
	display: none;
}

#site-navigation > .boxed {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#site-navigation .site-navigation-footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
	margin-right: -2rem;
	margin-left: -2rem;
}

#site-navigation .site-navigation-footer > * {
	margin-right: 2rem;
	margin-left: 2rem;
}
#site-navigation .site-navigation-footer > p {
	color: #000;
	font-size: 2.14rem;
}
#site-navigation .site-navigation-footer > p > span {
	display: block;
	color: #555;
	font-size: 0.733em;
}

#site-navigation .site-navigation-footer > p .link {
	color: #257dc0;
	font-size: 1.25rem;
	margin-top: 0;
}

.header-top{
	text-align: right;
}

.header-top,
.header-bottom{
	display: inline-block;
	width: 100%;
}

.site-branding{
	float: left;
	position: relative;
}

.site-title{
	margin-bottom: 0;
}

.menu-toggle{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.785em;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 30px 6px 15px;
	height: 1rem;
	line-height: 1rem;
	position: relative;
	margin: 17px -30px 0 15px;
	z-index: 3;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.menu-toggle:before,
.menu-toggle:after{
	content: "";
	position: absolute;
	left: 15px;
	right: 30px;
	top: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transform: translateY(0px) rotate(0deg);
	        transform: translateY(0px) rotate(0deg);
	transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-toggle:after{
	top: auto;
	bottom: 0;
}

.menu-toggle:hover:before{
	-webkit-transform: translateX(-21px) translateY(13px) scale(1, 0.35) rotate(-90deg);
	        transform: translateX(-21px) translateY(13px) scale(1, 0.35) rotate(-90deg);
}

.menu-toggle:hover:after{
	-webkit-transform: translateX(21px) translateY(-13px) scale(1, 0.35) rotate(90deg);
	        transform: translateX(21px) translateY(-13px) scale(1, 0.35) rotate(90deg);
}

.menu-open .menu-toggle{
	color: #000;
}

.menu-open .menu-toggle:before,
.menu-open .menu-toggle:after{
	background-color: #000;
}

.menu-open .menu-toggle:before{
	-webkit-transform: translateX(32px) translateY(13px) scale(1) rotate(45deg);
	        transform: translateX(32px) translateY(13px) scale(1) rotate(45deg);
}

.menu-open .menu-toggle:after{
	-webkit-transform: translateX(32px) translateY(-13px) scale(1) rotate(-45deg);
	        transform: translateX(32px) translateY(-13px) scale(1) rotate(-45deg);
}

#masthead ul li:before,
#colophon ul li:before{
	display: none;
}

.wpml-ls{
	border: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: 19px;
	position: relative;
	z-index: 3;
}

.wpml-ls ul{
	line-height: 1;
}

.wpml-ls-legacy-list-horizontal a{
	padding: 0.5em 0.3em;
	font-size: 1.071em;
	color: rgba(255,255,255,0.6);
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a,
.wpml-ls-legacy-list-horizontal a:hover{
	color: #fff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.menu-open .wpml-ls-legacy-list-horizontal a {
	color: rgba(0,0,0,0.6);
}

.menu-open .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a,
.menu-open .wpml-ls-legacy-list-horizontal a:hover{
	color: #000;
}

.wpml-ls-legacy-list-horizontal a span{
	position: relative;
}

.wpml-ls-legacy-list-horizontal a span:before{
	content: "";
	position: absolute;
	right: -0.3em;
	top: 0;
	bottom: 3px;
	width: 1px;
	background-color: #fff;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.menu-open .wpml-ls-legacy-list-horizontal a span:before{
	background-color: #000;
}

.wpml-ls-legacy-list-horizontal li:last-child a span:before{
	display: none;
}

.header-bottom{
	padding: 12% 0 14% 0;
	position: relative;
}

.header-bottom .page-title{
	margin-bottom: 0.5em;
	margin-top: 0;
}

.header-bottom .page-subtitle{
	font-size: 1.571em;
	font-weight: 300;
	max-width: 750px;
}

.header-bottom .page-subtitle:first-child{
	margin-bottom: 0.5em;
}

.header-bottom .link{
	color: #fff;
	margin-top: 0.5em;
}

.header-bottom .link:before,
.header-bottom .link:after{
	background-color: #fff;
}

.children-nav{
	white-space: nowrap;
	font-size: 0;
	margin-top: 2rem;
}

.home .children-nav{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	margin: 0;
	z-index: 1;
}

.children-nav-item{
	cursor: pointer;
	display: inline-block;
	vertical-align: baseline;
	text-decoration: none;
	white-space: normal;
	font-size: 0.785rem;
	color: rgba(85, 85, 85, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 1.5em;
	margin-right: 1%;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.children-nav-item:hover{
	color: rgba(85, 85, 85, 1);
}

.home .children-nav-item{
	color: rgba(255, 255, 255, 0.5);
}
.home .children-nav-item a{
	color: #ffffff;
	text-decoration: none;
}

.home .children-nav-item:hover,
.home .children-nav-item.active{
	color: rgba(255, 255, 255, 1);
}

.children-nav-item:last-child{
	margin-right: 0;
}

.children-nav-item:before,
.children-nav-item:after,
.brochures-list a:before,
.brochures-list a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #555;
	opacity: 0.5;
}

.home .children-nav-item:before,
.home .children-nav-item:after{
	background-color: #fff;
}

.children-nav-item:after,
.brochures-list a:after{
	opacity: 1;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	transition: -webkit-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.children-nav-item:hover:after,
.children-nav-item.active:after,
.brochures-list a:hover:after,
.brochures-list a:active:after{
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.header-breadcrumb-item{
	color: #fff;
	text-decoration: none;
}

a.header-breadcrumb-item:hover{
	text-decoration: underline;
}

.header-breadcrumb-item-wrapper:after{
	content: " ≥ ";
}

#colophon{
	white-space: nowrap;
	font-size: 0;
}

.menu li:before{
	display: none;
}

.menu-item a{
	text-decoration: none;
	padding: 0.2em 0;
	display: inline-block;
	width: 100%;
	max-width: 20ch;
}

.menu-item a:hover{
	text-decoration: underline;
}

#colophon{
	background-color: #f6f6f6;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}

#colophon .section{
	white-space: normal;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
}

#colophon .menu-item a{
	color: #000;
	font-weight: 700;
	padding-bottom: 1em;
	padding-top: 0;
}

#colophon strong{
	color: #000;
}

#colophon .wpml-ls{
	margin-top: -0.5em;
	margin-bottom: 1em;
}

#colophon .wpml-ls-legacy-list-horizontal a{
	color: #949494;
}

#colophon .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a,
#colophon .wpml-ls-legacy-list-horizontal a:hover{
	color: #000;
}

#colophon .wpml-ls-legacy-list-horizontal a span:before{
	background-color: #000;
}

#colophon .social-links-menu .menu-item{
	display: inline-block;
	margin-right: 0.5em;
}

#colophon .social-links-menu .menu-item a{
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	background-color: #257dc0;
	padding: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#colophon .social-links-menu{
	margin-bottom: 2em;
}

#colophon .social-links-menu .menu-item .icon{
	color: #fff;
	width: 60%;
	height: 60%;
	position: relative;
	top: 20%;
	fill: #fff;
}

#colophon .sign{
	font-size: 0.714em;
	margin-bottom: 0.5em;
}

#colophon .sign a{
	color: #555;
	text-decoration: none;
}

#colophon .sign a:hover{
	text-decoration: underline;
}

#colophon .section:last-child {
	display: inline-flex;
	align-items: flex-start;
}

#colophon .site-credits {
	margin-left: 3em;
}

/********** /HEADER / FOOTER **********/

/********** PAGE **********/

.entry-content .section{
	display: inline-block;
	width: 100%;
	padding-top: 8%;
	margin-top: 8%;
	border-top: 1px solid #6d6e71;
}

.entry-content .section:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.entry-content .section p{
	text-align: justify;
}

.link{
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 2em;
	position: relative;
}

.link:before,
.link:after{
	content: "";
	position: absolute;
	width: 120px;
	left: 100%;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	background-color: #555;
	margin-left: 1em;
	transition: -webkit-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	pointer-events: none;
}

.link:before{
	left: 0;
	bottom: 0;
	width: 100%;
	margin-left: 0;
	top: auto;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}

.link:hover:before,
.link:hover:after{
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}

.link:hover:before{
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.link:hover:after{
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
}

.entry-content .section.title_col_2_image_text_link .content,
.entry-content .section.last_post_type_archive .content,
.entry-content .section.col_2_title_subheading_text_image .content{
	position: relative;
	display: inline-block;
	width: 100%;
}

.entry-content .section.title_col_2_image_text_link .content .image,
.entry-content .section.last_post_type_archive .content .image,
.entry-content .section.col_2_title_subheading_text_image .content .image{
	width: 48%;
	position: absolute;
	top: 0;
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.entry-content .section.last_post_type_archive .content .image {
	background-size: cover;
}

.entry-content .section.col_2_title_subheading_text_image h2 {
	color: #257dc0;
}

.entry-content .section.col_1_title_col_2_text h2 {
	text-align: center;
}

.entry-content .section.last_post_type_archive .content{
	margin-bottom: 2em;
}

.entry-content .section.last_post_type_archive .content:last-child{
	margin-bottom: 0;
}

.entry-content .section.last_post_type_archive .content h3 a{
	color: #555;
	text-decoration: none;
}

.entry-content .section.col_1_center_title_subheading{
	width: 100%;
/* 	max-width: 680px; */
	margin: auto;
/* 	text-align: center; */
	border-bottom: none;
	display: block;
}

.entry-content .section.col_2_title_text + .post_type_archive,
.entry-content .section.col_1_center_title_subheading + .section,
.entry-content .section.references-brands,
.entry-content .section.references-brands + .section,
.entry-content .section.col_2_title_text + .vertical_slider{
	padding-top: 0;
	border-top: 0;
	margin-top: 5%;
}

.entry-content .slider + .col_2_text {
	margin-top: 5%;
}

.entry-content .section.col_2_title_text > .one-third{
	overflow: hidden;
}

.entry-content .section.post_type_archive.loading{
	pointer-events: none;
}

.entry-content .section.post_type_archive:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url('img/ui/loading.svg') no-repeat center 50px;
	background-size: 200px 200px;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.entry-content .section.post_type_archive.loading:after{
	opacity: 1;
	visibility: visible;
}

.home .entry-content .section.post_type_archive,
.home .entry-content .section.contact,
.entry-content > .section.last-brands,
.entry-content .section.last-brands + .section,
.entry-content .section.references-brands + .section.featured-products,
.entry-content .section.vertical_slider + .col_2_title_subheading_text,
.entry-content .section.icon_text,
.entry-content .section.icon_text + .vertical_slider,
.entry-content .section.icon_text + .section{
	padding-top: 0;
	margin-top: 8%;
	border-top: none;
}

.entry-content .section.post_type_archive .full-width,
.entry-content .section.last-brands .full-width,
.entry-content .section.icon_text .full-width{
	background-color: #f6f6f6;
	padding: 8% 0;
}

.home .entry-content > .col_2_title_subheading_text + .title_col_2_image_text_link {
	position: relative;
	border-top: none;
	padding: 8% 0;
}

.home .entry-content > .col_2_title_subheading_text + .title_col_2_image_text_link::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
	width: 100vw;
	background-color: #f6f6f6;
}

.entry-content .section.post_type_archive .two-third,
.entry-content .section.post_type_archive .third{
	width: 27.5%;
	margin-right: 8.75%;
	text-align: left;
}

.entry-content .section.post_type_archive .two-third{
	width: 63.75%;
}

.entry-content .section.post_type_archive .two-third.last,
.entry-content .section.post_type_archive .third.last{
	margin-right: 0;
}

.entry-content .section.icon_text .cols{
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	clear: both;
}

.entry-content .section.icon_text .col{
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 5px;
}

.entry-content .section.icon_text svg,
.entry-content .section.icon_text_single svg{
	width: 80px;
	height: 60px;
	fill: #257dc0;
}

.entry-content .section.icon_text_single .half:first-child{
	text-align: center;
}

.entry-content .section.icon_text_single h2{
	margin-top: 1em;
}

.post-type-archive-header,
.icon-text-header,
.last-post-type-archive-header{
	margin-bottom: 2em;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.icon-text-header,
.last-post-type-archive-header{
	margin-bottom: 3em;
}

.post-type-archive-header .link,
.icon-text-header .link,
.last-post-type-archive-header .link{
	margin-top: 1em;
}

.full-width{
	position: relative;
	display: inline-block;
	width: 100%;
}

.full-width > .boxed > .half{
	width: 50%;
	margin-right: 0;
	padding-right: 6%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.full-width > .boxed > .half:nth-child(even){
	padding: 0 0 0 6%;
}

.entry-content .section.quote,
.entry-content .section.quote + .section,
.entry-content .section.cta_banner,
.entry-content .section.cta_banner + .section{
	padding-top: 0;
	border-top: none;
}

.entry-content .section.quote .full-width,
.entry-content .section.cta_banner .full-width{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: right;
	padding: 8% 0;
}

.entry-content .section.quote .full-width:before,
.entry-content .section.cta_banner .full-width:before{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #fff;
	opacity: 0.6;
}

.entry-content .section.quote .full-width blockquote,
.entry-content .section.quote .full-width cite,
.entry-content .section.cta_banner .full-width h3,
.entry-content .section.cta_banner .full-width .btn{
	display: inline-block;
	text-align: left;
	max-width: 580px;
	width: 100%;
	position: relative;
	margin: 0;
}

.entry-content .section.quote .full-width blockquote:before{
	content: "“";
	font-family: Arial, sans-serif;
	font-size: 5em;
	display: block;
	height: 4rem;
	color: #000;
}

.entry-content .section.cta_banner .full-width h3{
	margin-bottom: 2em;
	line-height: 1.5;
}

.entry-content .section.cta_banner .full-width .btn{
	width: auto;
}

.entry-content .section.references-brands .full-width{
	position: relative;
	padding: 6% 0 0;
}

.entry-content .section.references-brands .last-references-sub-heading,
.entry-content .section.references-brands .last-brands-sub-heading{
	margin-bottom: 0;
}

.entry-content .section.references-brands .last-reference,
.entry-content .section.references-brands .last-brand{
	margin-top: 4em;
}

.entry-content .section.references-brands .post-thumbnail{
	height: auto;
	padding-bottom: 0;
	margin-bottom: 0;
}

.entry-content .section.references-brands .post-thumbnail img{
	width: 100%;
	max-width: 200px;
	height: auto;
	-webkit-filter: gray;
	        filter: gray;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.home .post-type-case-study,
.home .post-type-reference{
	margin-top: 3em;
}

.home .post-type-reference .slide{
	font-size: 1rem;
	white-space: nowrap;
	padding: 0;
	height: auto;
}

.home .post-type-reference .slide .hentry{
	padding-left: 0;
	padding-right:25px;
}

.home .post-type-reference .entry-title{
	margin-top: 0.5em;
	white-space: pre-line;
}

.entry-content .section.contact .persons{
	text-align: right;
	display: flex;
}

.entry-content .section.contact .person{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 0.5em;
}

.entry-content .section.contact .person .photo{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	margin: 0 auto 1em auto;
	overflow: hidden;
}

.entry-content .section.contact .person p{
	margin-bottom: 0;
	text-align: center;
}

.entry-content .section.contact .person .name{
	text-transform: uppercase;
	color: #257dc0;
}

.entry-content .section.contact .person .city{
	font-size: 0.857em;
	color: #000;
	margin-bottom: 0.3em;
}

.entry-content .section.last-brands .boxed{
	white-space: nowrap;
	font-size: 0;
}

.home .entry-content .section.last-brands .brands{
	font-size: 0;
	margin-top: 2rem;
}

.home .entry-content .section.last-brands .brand{
	width: 20%;
	margin: 0;
}

.entry-content .section.last-brands .boxed > .two-third,
.entry-content .section.last-brands .boxed > .third,
.home .entry-content .section.last-brands > .two-third,
.home .entry-content .section.last-brands > .third{
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	white-space: normal;
	float: none;
}

.entry-content .section.last-brands .boxed > .two-third,
.home .entry-content .section.last-brands > .two-third{
	font-size: 0;
}

.entry-content .section.last-brands .brand{
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 1rem 0;
}

.postid-826 .entry-content .section.last-brands .brand,
.postid-629 .entry-content .section.last-brands .brand{
	width: 25%;
}

.entry-content .section.last-brands .brand img{
	width: 100%;
	max-width: 200px;
	height: auto;
	-webkit-filter: gray;
	        filter: gray;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.entry-content .section.featured-products .product .link{
	text-transform: none;
	font-size: 2.142em;
	max-width: 230px;
	word-break: break-word;
	transition: color 0.3s ease;
	color: #aaa;
}

.entry-content .section.featured-products .children-nav{
	margin-top: 4rem;
}

/********** /PAGE **********/

/********** CONTACT **********/

.map{
	width: 100%;
	height: 410px;
}

.page-template-template-contact .entry-content .section > .third{
	width: 25%;
}

.page-template-template-contact .entry-content .section > .two-third{
	width: 71.5%;
}

.page-template-template-contact .entry-content .section{
	padding-top: 0;
	border-top: none;
}

.page-template-template-contact .entry-content .section.featured-products{
	padding-top: 8%;
	border-top: 1px solid #6d6e71;
}

/********** /CONTACT **********/

/********** ARCHIVE POSTS **********/

.year-filter-form{
	display: inline-block;
}

.year-filter{
	display: inline-block;
	width: auto;
	min-width: 75px;
	font-size: 1.285em;
	background-position: right 5px;
	padding-left: 1em;
	padding-right: 2em;
	margin-bottom: 3em;
}

.pagination{
	text-align: center;
	margin-top: 5%;
	font-size: 1rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.pagination-link{
	color: #257dc0;
	cursor: pointer;
}

.pagination-link.disabled{
	pointer-events: none;
	color: #c4c4c4;
}

.pagination-link.prev{
	margin-right: 135px;
}

.pagination-link.next{
	margin-left: 135px;
}

.pagination-link.next:before{
	-webkit-transform-origin: left center;
	        transform-origin: left center;
}

.pagination-link.next:after{
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 1em;
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}

.pagination .sep{
	padding: 0 1em;
	color: #257dc0;
}

.category-filter{
	display: none;
}

.category-filter-select {
	margin-bottom: 5%;
	max-width: 27.5%;
}

.page-id-54 .category-filter-select,
.page-id-2282 .category-filter-select {
	max-width: 63.75%;
}

.category-filter-item{
	color: #000;
	text-decoration: none;
	font-size: 1.285em;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-bottom: 0.5em;
}

.category-filter-item.active,
.category-filter-item:hover{
	color: #257dc0;
}

.category-filter-item.active{
	position: relative;
}

.category-filter-item.active:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #257dc0;
}

.archive-post-type{
	display: inline-block;
	width: 100%;
}

.archive-post-type .hentry{
	text-align: left;
}

.archive-post-type.post-type-post .hentry{
	width: 27.5%;
	margin-right: 8.75%;
	margin-bottom: 5%;
	float: left;
}

.archive-post-type .hentry:nth-child(3n){
	margin-right: 0;
}

.archive-post-type.post-type-expert-advice .hentry,
.archive-post-type.post-type-case-study .hentry{
	position: relative;
	padding-left: 30%;
	margin-bottom: 4%;
	width: 100%;
}

.archive-post-type.post-type-expert-advice .hentry:last-child,
.archive-post-type.post-type-case-study .hentry:last-child{
	margin-bottom: 0;
}

.post-thumbnail{
	display: block;
	height: 0;
	padding-bottom: 55%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2em;
}

.archive-post-type.post-type-expert-advice .post-thumbnail,
.archive-post-type.post-type-case-study .post-thumbnail{
	position: absolute;
	left: 0;
	width: 26.8%;
	top: 0;
	height: 100%;
	padding: 0;
	margin: 0;
}

.entry-terms{
	padding-top: 0.333em;
}

.archive-post-type .hentry a,
.archive-post-type .hentry .read-more:hover,
.entry-terms a{
	text-decoration: none;
}

.archive-post-type .hentry a:hover,
.entry-terms a:hover{
	text-decoration: underline;
}

.archive-post-type .entry-title{
	margin: 1em 0 0.333em 0;
}

.archive-post-type.post-type-expert-advice .entry-title,
.archive-post-type.post-type-case-study .entry-title{
	margin-bottom: 1em;
}

.archive-post-type .entry-title a{
	color: #000;
}

.archive-post-type .hentry .read-more{
	margin-top: 2em;
	font-size: 0.857em;
}

.archive-post-type.post-type-post.scoopit .hentry{
	width: 49%;
	margin-right: 2%;
	position: relative;
	height: 0;
	padding-bottom: 26%;
	margin-bottom: 2%;
	overflow: hidden;
}

.archive-post-type.post-type-post.scoopit .hentry:nth-child(odd){
	width: 23.5%;
	padding-bottom: 54%;
}

.archive-post-type.post-type-post.scoopit .hentry:nth-child(3){
	float: right;
	margin-right: 0;
}

.archive-post-type.post-type-post.scoopit .hentry .post-thumbnail,
.archive-post-type.post-type-post.scoopit .hentry .entry-title{
	position: absolute;
}

.archive-post-type.post-type-post.scoopit .hentry:before{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
	pointer-events: none;
}

.archive-post-type.post-type-post.scoopit .hentry:hover:before{
	opacity: 0.6;
}

.archive-post-type.post-type-post.scoopit .hentry .post-thumbnail{
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
	transition: -webkit-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	z-index: 0;
}

.archive-post-type.post-type-post.scoopit .hentry:hover .post-thumbnail{
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.archive-post-type.post-type-post.scoopit .hentry .entry-title{
	bottom: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 1em;
	font-size: 1.142em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 2;
}

.archive-post-type.post-type-post.scoopit .hentry .entry-title a{
	color: #fff;
}

.archive-post-type.post-type-post.scoopit .hentry .entry-title a:hover{
	text-decoration: none;
}

.type-reference{
	text-align: left;
}

.type-reference .entry-title{
	margin: 0.5em 0 0.1em 0;
	font-size: 1.285rem;
	color: #000;
}

.type-reference .entry-content{
	font-weight: 300;
	font-size: 1.285rem;
	color: #000;
}

.section.post_type_archive .references{
	margin-top: 4em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section.post_type_archive .references:after{
	content: "";
	flex: 0 1 31%;
}

.section.post_type_archive .references .type-reference{
	flex: 0 1 31%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #f6f6f6;
}

/********** /ARCHIVE POSTS **********/

/********** ARCHIVE BRANDS **********/

.section.post_type_archive .type-brand .post-thumbnail{
	height: auto;
	padding: 0;
	float: left;
	width: 18%;
	margin-right: 8%;
	text-align: left;
}

.section.post_type_archive .type-brand .post-thumbnail img{
	width: 100%;
	max-width: 200px;
	height: auto;
}

.section.post_type_archive .type-brand{
	margin: 2em 0;
	clear: both;
}

.section.post_type_archive .type-brand .entry-header,
.section.post_type_archive .type-brand .entry-content{
	overflow: hidden;
}

.section.post_type_archive .type-brand .entry-title{
	margin: 0 0 1em 0;
	text-align: left;
}

/********** /ARCHIVE BRANDS **********/

/********** SINGLE POST **********/

.slider{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	position: relative;
}

.slider.vertical{
	overflow: visible;
	display: inline-block;
	width: 100%;
	white-space: normal;
	margin-bottom: 4rem;
}

.slider .slider-inner{
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	transition: -webkit-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.slider.vertical .slider-inner{
	height: 350px;
	overflow: hidden;
}

.slider .slide{
	height: 0;
	padding-bottom: 50%;
	display: inline-block;
	vertical-align: top;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.slider.vertical .slide{
	height: 100%;
	padding-bottom: 0;
	width: 100%;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	font-size: 0;
	white-space: nowrap;
}

.slider .slide-image{
	position: relative;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
}

.entry-content .section .slider-nav-item{
	font-size: 2.142rem;
	color: #aaa;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	margin-bottom: 1.5em;
	text-align: left;
}

.entry-content .section .slider-nav-item:last-child{
	margin-bottom: 0;
}

.entry-content .section .slider-nav-item.active,
.entry-content .section .slider-nav-item:hover,
.entry-content .section .slider-nav.horizontal .slider-nav-item.active,
.entry-content .section .slider-nav.horizontal .slider-nav-item:hover{
	color: #257dc0;
}

.entry-content .section .slider-nav-item .slider-nav-item-inner{
	position: relative;
}

.entry-content .section .slider-nav-item .slider-nav-item-inner:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #257dc0;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
    transform-origin: right center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.entry-content .section .slider-nav-item:hover .slider-nav-item-inner:after,
.entry-content .section .slider-nav.horizontal .slider-nav-item.active .slider-nav-item-inner:after,
.entry-content .section .slider-nav.horizontal .slider-nav-item.active:hover .slider-nav-item-inner:after,
.entry-content .section .slider-nav-item.active .slider-nav-item-inner:after{
	transform-origin: left center;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.entry-content .section .slider-nav.horizontal{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.entry-content .section .slider-nav.horizontal .slider-nav-item{
	font-size: 1.285rem;
	color: #000;
	position: relative;
}

.entry-content .section .slider-nav.horizontal .slider-nav-item:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-left: 0;
	background-color: #257dc0;
}

.entry-content .section .slider-nav.horizontal .slider-nav-item:hover:after{
	transform: scale(0, 1);
}

.slider.vertical .pagination{
	position: absolute;
	top: 350px;
	margin-top: 1em;
	right: 0;
	margin-right: 0;
}

.slider.horizontal .pagination{
	margin: 0;
	font-size: 0;
}

.slider_col_2_text .slide {
	background-size: contain;
}

.slider_col_2_text .slider .pagination {
	float: none;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

.slider.horizontal .pagination .pagination-link{
	position: absolute;
	left: 0;
	width: 100px;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	margin: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, opacity 0.2s ease;
	background-image: url('img/ui/arrow-right-w.png');
	background-position: center center;
	background-size: 39px 30px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.slider.horizontal .pagination .pagination-link.next{
	transform: rotate(0);
	left: auto;
	right: 0;
}

.slider.horizontal .pagination .pagination-link.disabled{
	opacity: 0;
}

.slider.horizontal .pagination .pagination-link:hover{
	background-color: rgba(0, 0, 0, 0.6)
}

.slider.horizontal .pagination .pagination-link:before,
.slider.horizontal .pagination .pagination-link:after{
	display: none;
}

.single .hentry .entry-header{
	margin-top: 3%;
}

.single .hentry .entry-title{
	font-size: 1.285em;
	font-weight: 700;
	margin: 1em 0;
}

.last-references-title,
.last-brands-title{
	margin-bottom: 0.5em;
}

.last-references-sub-heading,
.last-brands-sub-heading{
	margin: 0 0 2em 0;
}

.last-reference-title,
.last-brand-title{
	font-weight: 700;
	margin: 0.5em 0 0 0;
	font-size: 1.428em;
}

.last-reference-title{
	font-weight: 400;
}

.last-references-title + div {
	display: flex;
	align-items: flex-start;
}

.last-references-title + div > :first-child {
	flex-basis: 65%;
	margin-right: calc(11% + 25px);
}

.last-references-title + div > .link {
	margin-top: 0.75em;
}

.last-reference-title a,
.last-brand-title a{
	color: #555;
	text-decoration: none;
}

.last-reference-title a:hover,
.last-brand-title a:hover{
	text-decoration: underline;
}

.entry-content .section .city{
	font-size: 1.071em;
	margin-top: 0.1em;
	text-align: left;
}

/********** /SINGLE POST **********/

/********** APPOINTMENT **********/

#open-appointment{
	position: fixed;
	width: 76px;
	height: 76px;
	border-radius: 38px;
	bottom: 50px;
	right: 50px;
	z-index: 1;
	cursor: pointer;
	background: #257dc0 url('img/ui/appointment.png') no-repeat center center;
	background-size: 33px 31px;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-box-shadow: 0 0 0 #a9a9a9;
	        box-shadow: 0 0 0 #a9a9a9;
	transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

#open-appointment:hover{
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-box-shadow: 0 6px 15px #a9a9a9;
	        box-shadow: 0 6px 15px #a9a9a9;
}

#appointment{
	position: fixed;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #fff;
	z-index: 3;
	max-height: 100%;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.appointment-open #appointment{
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}

.appointment-inner{
	margin: 3% auto;
	position: relative;
}

#appointment .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	margin-left: -19px;
	margin-top: -19px;
	cursor: pointer;
}

#appointment .close:before,
#appointment .close:after{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	border-radius: 1px;
	background-color: #257dc0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#appointment .close:after{
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#appointment .appointment-title{
	margin-bottom: 4%;
}

.appointment-contact{
	float: left;
	text-align: center;
	margin-right: 50px;
}

.appointment-content{
	overflow: hidden;
}

.appointment-contact-photo{
	width: 120px;
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 60px;
	margin: 0 0 1em 0;
}

.appointment-contact-name{
	text-transform: uppercase;
	color: #257dc0;
}
.appointment-content .quform{
	margin: 3em 0;
}
/********** /APPOINTMENT **********/

/******************** BUXUM ********************/

/* AF-74 */
.children-nav a[href="https://shop.allemandfreres.ch/fr/home/"],
.children-nav a[href="https://shop.allemandfreres.ch/de/home/"]{
	background:#257dc0;
	color: #fff;
	position: relative;
	padding-left: 15px;
}
.children-nav a[href="https://shop.allemandfreres.ch/fr/home/"]:hover,
.children-nav a[href="https://shop.allemandfreres.ch/de/home/"]:hover{
	color: #fff;
}
.children-nav a:not(.cta)[href="https://shop.allemandfreres.ch/fr/home/"]::before, a:not(.cta)[href="https://shop.allemandfreres.ch/de/home/"]::before {
    content: "";
    display: block;
    width: 100%;
    height: 13px;
    background: #257dc0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    opacity: 1;
}
.featured-products .boxed{
	padding-left: 0;
	padding-right: 0;
}
.slider-vertical-select{
	display: none;
}

.customization-options,
.customization-options ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.customization-options li:before {
	display: none;
}

.customization-options > li {
	background-color: #eee;
}

.customization-options > li + li {
	margin-top: 17px;
}

.customization-options .btn-accordion,
.customization-options.related-products a {
	display: flex;
	justify-content: space-between;
	background-color: #f6f6f6;
	color: #257dc0;
	font-size: 1.875rem;
	letter-spacing: normal;
	text-align: left;
	text-transform: none;
	width: 100%;
	height: auto;
	min-height: 3em;
	margin-bottom: 0;
}

.customization-options .btn-accordion:after {
	content: '+';
}

.customization-options .btn-accordion.is-open:after {
	content: '–';
}

.customization-options .options-list-item {
	display: flex;
	align-items: flex-start;
	padding: 3em;
	position: relative;
	margin-right: -1rem;
	margin-left: -1rem;
}

.customization-options .options-list-item > * {
	margin-right: 1rem;
	margin-left: 1rem;
}

.customization-options .options-list-item + .options-list-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 3rem;
	display: block;
	width: calc(100% - 6rem);
	height: 1px;
	margin: 0;
	background-color: #6d6e71;
}

.customization-option-image {
	border-radius: 50%;
	max-width: 200px;
}

.customization-options .options-group-title {
	margin-bottom: 0;
}

.customization-options h4 {
	color: #000
}

.customization-options .options-list-item p {
	text-align: left;
}

.customization-options .option-description {
	flex-grow: 1;
}

.customization-options .option-specifications {
	box-sizing: border-box;
	background-color: #f6f6f6;
	padding: 30px 40px;
	min-width: 280px;
	max-width: 30%;
}

.customization-options .option-specifications-title {
	display: block;
	color: #257dc0;
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.customization-options.related-products a {
	box-sizing: border-box;
	padding: 1em 1.5em;
	text-decoration: none;
	height: auto;
	min-height: 3em;
	line-height: 1.2;
}

.customization-options.related-products a:after {
	content: '>';
}

.customization-options .customization-option-gallery {
	padding: 1em;
	display: flex;
	flex-wrap: wrap;
}

.customization-option-gallery > li {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 1em;
	max-width: 113.5px;
}

.customization-option-gallery > li > span {
	margin-top: 1rem;
}

.customization-option-gallery > li > span + span {
	margin-top: 0;
	font-size: 11px;
}

.customization-option-gallery .customization-option-image {
	max-width: 115px;
}

.brochures-inner-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.brochures-inner-content h3 {
	margin-bottom: 0;
	margin-right: 3em;
	white-space: nowrap;
}

.brochures-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin: -1em;
	padding-left: 0;
}

.brochures-list > li::before {
	display: none;
}

.brochures-list > li {
	margin: 1em;
}

.brochures-list a {
	position: relative;
	color: #555;
	font-size: 0.857rem;
	padding-bottom: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 0.3s ease;
}

.brochures-list a .icon-download {
	display: inline-block;
	background: url(img/ui/icon-download.png) no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	margin-left: 1em;
	margin-bottom: -0.5em;
}

.entry-content .section.services {
	position: relative;
	padding-top: 0;
	border-top: none;
}

.entry-content .section.services::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 100vw;
	margin-left: -50vw;
	background-color: #f6f6f6;
}

.entry-content .section.services .service {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
	padding-top: 8%;
	padding-bottom: 8%;
}

.entry-content .section.services .service > div {
	margin-right: 1rem;
	margin-left: 1rem;
}

.entry-content .section.services .service > :first-child {
	text-align: center;
	flex-basis: 35%;
}

.entry-content .section.services .service + .service::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1rem;
	right: 1rem;
	height: 1px;
	background-color: #000;
}

.entry-content .section.services .service__description {
	flex-basis: 55%;
}

.entry-content .section.services .service__icon {
	width: 81px;
}

/* PRODUCT SINGLE */

.single-product .entry-content > h2,
.single-product .entry-content .section.customization h3 {
	text-align: center;
}

.single-product .entry-content > h2 {
	text-transform: uppercase;
	margin-top: 2em;
}

.single-product .entry-content .section h3 {
	color: #555;
}

.single-product .entry-content .section:first-of-type {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.single-product .entry-content .section.customization {
	padding-top: 4%;
}

.section.customization + .section.brochures {
	border-top: none;
	margin-top: 4%;
	padding-top: 0;
}

.entry-content .section.brochures > div {
	box-sizing: border-box;
	background-color: #eee;
	padding: 4em 2.8125em;
}

.entry-content .brochures-inner-content {
	background-color: #fff;
	padding: 38px 44px;
}

.entry-content .brochures-inner-content h3 {
	color: #257dc0;
	font-size: 1.285rem;
	font-weight: 400;
}

/******************** RESPONSIVE ********************/
@media all and (max-width: 1300px){
	.header-bottom{
		box-sizing: border-box;
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
}

@media all and (max-width: 1190px){

	#site-navigation .site-navigation-branding {
		left: 15px;
	}

	.last-references-title + div {
		display: block;
	}

	.last-references-title + div > :first-child {
		margin-right: auto;
	}

	.last-references-title + div > .link {
		margin-top: 2em;
	}

}

@media all and (max-width: 991px){

	/* HIDE - SHOW */
	.nav-slider{
		display: none !important;
	}
	.header-bottom{
		box-sizing: border-box;
		padding: 12% 0 14% 0 !important;
	}

	/* GLOBAL */
	.half{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.third, .two-third{
		width: 100%;
	}
	.full-width > .boxed > .half{
		width: 100%;
		padding: 0;
	}
	.full-width > .boxed > .half:nth-child(even) {
    	padding: 0;
	}
	.home .post-type-reference .slide .hentry{
		padding-left: 0;
		padding-right:0;
	}
	#open-appointment{
	    bottom: 25px !important;
	    top: initial !important;
	    transform: scale(.7) !important;
	    right: 25px !important;
	    z-index: 999999 !important;
	}
	.entry-content .section.title_col_2_image_text_link .content > :first-child,
	.entry-content .section.col_2_title_subheading_text_image .content > :first-child {
		margin-bottom: 2em;
	}
	.entry-content .section.title_col_2_image_text_link .content > .has-image,
	.entry-content .section.col_2_title_subheading_text_image .content > .has-image {
		position: relative;
		height: 0;
		padding-bottom: 55%;
	}
	.entry-content .section.title_col_2_image_text_link .content .image,
	.entry-content .section.last_post_type_archive .content .image,
	.entry-content .section.col_2_title_subheading_text_image .content .image {
	    width: 49%;
	    position: absolute;
	    top: 0;
	    height: 100%;
	    background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.entry-content .section.last_post_type_archive .content .image {
		background-size: cover;
	}
	.entry-content .section.title_col_2_image_text_link .content .image,
	.entry-content .section.col_2_title_subheading_text_image .content .image {
		width: 100%;
	}
	#masthead{
		overflow-x: hidden;
		min-height: 450px;
		display: flex;
		align-items: center;
	}
	#masthead .header-top{
		position: absolute;
    	top: 17px;
	}
	.section.vertical_slider{
		border-top: 0;
	}
	.slider-vertical-select{
		font-size: 1em;
		display: block;
		text-align: center;
		text-align-last: center;
	}
	.slider.vertical .slider-nav{
		display: none;
	}
	#masthead + .children-nav{
		margin-top: -70px;
   	 	background: transparent;
	}
	#masthead + .children-nav.alone{
		margin-top:-40px !important;
	}
	#masthead + .children-nav *{
		text-align: center;
		color: #fff;
	}
	#masthead + .children-nav .owl-dots{
		margin-top: -15px !important;
	}
	#masthead + .children-nav .owl-loaded .owl-dot span{
		border-radius: 0;
		height: 1px;
		min-width: 15vw;
	}
	#masthead + .children-nav .owl-dot.active span,
	#masthead + .children-nav .owl-dot:hover span{
		background-color: #fff !important;
	}
	#masthead + .children-nav .children-nav-item:before,
	#masthead + .children-nav .children-nav-item:after{
		display: none;
	}

	#masthead + .children-nav a[href="https://shop.allemandfreres.ch/fr/home/"],
	#masthead + .children-nav a[href="https://shop.allemandfreres.ch/de/home/"]{
		padding: .75em 0;
	}

	.entry-content .section.last-brands .boxed{
		display: flex;
		flex-direction: column;
	}
	.postid-826 .entry-content .section.last-brands .brand, .postid-629 .entry-content .section.last-brands .brand{
		width: 100%;
	}
	.owl-loaded .quarter{
		width: 100%;
	}

	/* TYPO */
	.section.col_2_title_text h2{
		margin-bottom: 1em;
	}

	/* MENU */
	.menu-open #masthead > .boxed{
		height: 100vh;
	}
	#site-navigation #top-menu{
		flex-direction: column;
		padding: 15px;
	}
	.header-bottom{
		z-index: 0;
	}
	#top-menu li{
		margin: 0;
		width: 100%;
	}
	#top-menu > li{
		margin: 1em 0;
	}
/* 	#top-menu .sub-menu:not(.deep-nav){
		max-height: 0;
		overflow: hidden;
		transform-origin: top;
		transition: all .3s ease;
	} */
/* 	#top-menu .menu-item-has-children:not(.has-deep-nav){
		position: relative;
	}
	#top-menu .menu-item-has-children:not(.has-deep-nav)::after{
		content: "+";
		color: #257dc0;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateY(50%) scale(1.3);
		font-weight: bold;
	} */
/* 	#top-menu .menu-item-has-children.sub-opened:not(.has-deep-nav)::after{
		content: "-";
	}
	#top-menu .sub-opened .sub-menu{
		max-height: none;
	} */
	/* 	.deep-nav .has-deep-nav > a::after{
		content: ">";
		display: inline-block;
		margin-left: 10px;
		font-weight: bold;
	} */
	#site-navigation .search-form input{
		border-radius: 0;
		appearance: none;
		-webkit-appearance: none;
	}
	nav#site-navigation{
		overflow-x: hidden;
	}
	.menu-open{
		overflow:hidden;
	}
	.menu-open, .menu-open *{
		-webkit-overflow-scrolling: auto !important;
	}
	#top-menu .address{
		display: none;
	}
	#top-menu .sub-menu .deep-nav li{
		margin: 0;
	}
	#site-navigation #top-menu > .menu-item > .sub-menu > .menu-item-has-children > a, #site-navigation #top-menu > .menu-item > .sub-menu > .menu-item-has-children ~ .menu-item > a{
		border-bottom: 1px solid #dcdcdc;
	}
	#site-navigation #top-menu > .menu-item > a{
		padding-bottom: .35em;
	}
	.menu-item a {
		max-width: none;
	}
	.menu-item a:hover{
		text-decoration: none !important;
		color: #257dc0 !important;
	}
	#site-navigation .search-form{
		position: static;
		left: 0;
		margin-left: 30px;
	}
	#site-navigation > .boxed{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		position: fixed;
		height: calc(100vh - 300px);
		overflow-y: scroll;
		margin-top:25px;
	}
	#site-navigation > .boxed > *{
		flex: 0 0 45%;
	}
	#site-navigation .site-navigation-footer {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	#site-navigation .site-navigation-footer > * {
		margin-right: 0;
		margin-left: 0;
	}
	#site-navigation .site-navigation-footer > p {
		color: #000;
		font-size: 1.5rem;
	}
	#site-navigation .site-navigation-footer .address {
		margin-top: 1em;
	}
	.menu-open .header-top{
		position: fixed;
	}
	.menu-open #page:before, .appointment-open #page:before{
		visibility: hidden;
	}
	.menu-toggle{
		margin: 17px 10px 0 15px;
	}
	.menu-open .menu-toggle{
		margin: 17px 40px 0 15px;
	}
	.menu-open .site-content-contain, .menu-open #masthead .children-nav{
		opacity: 0;
		pointer-events: none;
	}
	#site-navigation .search-form input {
		max-width: 80%;
		margin-bottom:0;
	}
	.header-bottom .page-subtitle{
		font-size: 1.25em;
	}


	/* SLIDERS */
	.owl-loaded.cols{
		display: block !important;
	}
	.owl-loaded .col{
		flex-basis: initial !important;
		flex-grow: initial !important;
		padding: initial !important;
	}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
		background: #257dc0 !important;
	}
	.owl-loaded.persons{
		text-align: initial !important;
		display: block !important;
	}
	.owl-loaded.persons .owl-stage{
		margin: 3em 0;
	}
	.owl-loaded.persons .person{
		display: initial !important;
		margin: initial !important;
	}
	.children-nav .owl-loaded{
		font-size: initial !important;
	}
	.owl-loaded .children-nav-item{
		width: 100% !important;
	}
	.home #masthead .owl-dots{
		margin-top: -15px !important;
	}
	.home #masthead .owl-loaded .owl-dot span{
		border-radius: 0;
		height: 1px;
		min-width: 15vw;
	}
	.home #masthead .owl-loaded .owl-dot.active span,
	.home #masthead .owl-loaded .owl-dot:hover span{
		background-color: #fff !important;
	}
	.home #masthead .children-nav-item{
		text-align: center;
	}
	.home .children-nav-item::before{
		display: none !important;
	}
	.home .children-nav-item::after{
		display: none !important;
	}
	.owl-loaded.archive-post-type .hentry{
		float: none !important;
		margin: auto !important;
	}


	/* HOME */
	.home .entry-content .section.last-brands .brand{
		width: 50%;
	}
	.entry-content .section.contact .persons{
		margin: 3em 0;
	}
	#site-navigation .site-navigation-branding {
		position: absolute;
		top: 17px;
		left: 15px;
	}
	.menu-open .header-bottom{
		opacity: 0;
		z-index: 0;
		pointer-events: none;
	}
	.home .children-nav {
    	bottom: 0;
	}


	/* PRODUCT SINGLE */
	.entry-content .section.references-brands .full-width{
		background: transparent;
	}

	/* MARQUES */
	.section.post_type_archive .type-brand {
	    display: flex;
	    flex-direction: column;
	}
	.section.post_type_archive .type-brand .post-thumbnail {
		width: 100%;
	    max-width: 150px;
		margin: .5em auto;
	}

	/* POSTS */
	.page .category-filter-select {
		max-width: none;
	}
	.page-id-54 .category-filter-select,
	.page-id-2282 .category-filter-select {
		max-width: none;
	}
	.archive-post-type.post-type-post .hentry{
		width: 100%;
		margin: 5% 0;
	}
	.entry-content .section.last_post_type_archive .content{
		display: flex;
		flex-direction: column;
	}
	.last_post_type_archive .content .half:nth-child(odd){
		display: flex;
		padding: 1.5em 0;
	}

	.entry-content .section.last_post_type_archive .content .image{
		width: 100%;
		height: 275px;
		position: static;
	}
	.entry-content .section.icon_text_single h2{
		margin-bottom: 1em;
	}
	.home .post-type-reference .slide{
		width: 100% !important;
	}
	.entry-content .section.post_type_archive .full-width .sep,
	.entry-content .section.last-brands .full-width .sep,
	.entry-content .section.icon_text .full-width .sep{
		background-color: #f6f6f6;
	}

	/* CONTACT */
	.page-template-template-contact .entry-content .section{
		display: flex;
		flex-direction: column;
	}
	.page-template-template-contact .entry-content .section > .third{
		width: 100%;
	}

	/* FOOTER */
	#colophon .boxed{
		display: flex;
		flex-direction: column;
	}
	#colophon .section{
		width: 100% !important;
	}
	#colophon .section:last-child {
		display: block;
	}

	#colophon .site-credits {
		margin-left: 0;
	}
	.full-width .icon-text-header{
    	display: flex;
    	flex-direction: column;
	}
	.full-width .two-third{
		width: 100%;
	}
	.full-width .third{
		width: 100%;
	}
	.post-type-archive-header, .icon-text-header, .last-post-type-archive-header{
		display: flex;
		flex-direction: column;
	}
	.post-type-archive-header div, .last-post-type-archive-header div{
		width: 100% !important;
	}
	.page-template-template-contact .entry-content .section > .two-third{
		width: 100% !important;
	}
	.page-template-template-contact .map{
		margin: 1em 0;
	}

	.customization-options .options-list-item {
		display: block;
	}

	.customization-options .options-list-item .customization-option-image {
		display: block;
		margin-bottom: 1em;
		max-width: 100px;
	}

	.customization-options .option-specifications {
		clear: both;
		margin-top: 1rem;
		max-width: none;
	}

	.brochures-inner-content {
		display: block;
	}

	.brochures-inner-content h3 {
		margin-right: 0;
		margin-bottom: 1em;
	}

	.entry-content .section.services .service {
		display: block;
	}

	.entry-content .section.services .service .service__description {
		margin-top: 2em;
	}

}
@media (max-width: 750px) {

	#site-navigation > .boxed {
		display: block;
	}

	#site-navigation .site-navigation-footer {
		margin-top: 30px;
		margin-left: 15px;
	}

}
@media (max-width: 575px) {
	/* GLOBAL */
	.home #masthead{
		padding-bottom:25px;
	}
	.header-bottom .page-title{
		font-size:2.15em;
	}
	.site-title img{
		max-width: 160px;
	}
	.pagination{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.pagination-link.prev{
		margin-right: 20px;
		margin-top: 0;
	}
	.pagination-link.next{
		margin-left: 20px;
		margin-top: 0;
	}
	.pagination .sep {
	    padding: 0 1em;
	    color: #257dc0;
	    background: #fff;
	    position: relative;
	    z-index: 1;
	}
	.last-brands .link::after{
		display: none;
	}
	.post-type-archive-header, .icon-text-header, .last-post-type-archive-header{
		overflow-x: hidden;
	}
	.entry-content .section.contact .person .photo{
		width: 100px;
		height: 100px;
	}
	/* REFERENCES */
	.post-type-case-study article{
		padding-left: 0 !important;
		display: flex;
    	flex-direction: column
	}
	.archive-post-type.post-type-case-study .post-thumbnail{
		position: static;
	    width: 100%;
	    height: 225px;
	    margin: 1em 0;
	}
	/* CONSEILS D'EXPERTS */
	.archive-post-type.post-type-expert-advice .hentry{
		padding-left: 0;
	}
	.archive-post-type.post-type-expert-advice .post-thumbnail{
		position: static;
		width: 100%;
		height: 250px;
		margin: 1.5em 0;
	}
	/* BC */
	.header-breadcrumb{
		line-height:1.5em;
	}

	.customization-options .btn-accordion,
	.customization-options.related-products a {
		padding: 0.75em;
		min-height: auto;
	}

	.customization-options .options-list-item {
		padding: 1.5em;
	}

	.customization-options .options-list-item + .options-list-item::before {
		left: 2.5rem;
		width: calc(100% - 5rem);
	}

	.customization-options .option-specifications {
		padding: 15px 20px;
	}

	.entry-content .section.brochures > div {
		padding: 1.5em;
	}
}


/******************** /RESPONSIVE ********************/
.nav-slider{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 100;
	cursor: pointer;
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
	height: 1.5em;
	vertical-align: top;
	width: 1.5em;
}
.nav-slider.right{
	right: 40px;
	transform: rotate(45deg);

}
.nav-slider.left{
	left: 40px;
	transform: rotate(-135deg);
}


/* MODIF TEMPS */
/* .menu-item-2285 .sub-menu li:last-child{
	display: none;
}
.menu-item-538 .sub-menu li:last-child{
	display: none;
} */


/* AF-87 */
@media all and (min-width: 992px){
	body.menu-open{
		overflow: hidden;
	}
}

body.page-id-677 .custom-acf-children a:last-child,
body.page-id-2122 .custom-acf-children a:last-child{
	display: inline-block;
}

.cta-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.5em;
}
.cta-container a{
	font-size: 1.285em;
    color: #fff;
    padding: 1.25em 0;
    text-decoration: none;
    margin-right: 2.25em;
	position: relative;
}
.cta-container a::after{
	content: "";
	margin-top: 10px;
	display: block;
	height: 2px;
	width: 0px;
	background-color: #257dc0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.cta-container a:hover::after{
	content: "";
	margin-top: 10px;
	display: block;
	height: 2px;
	width: 100%;
	background-color: #257dc0;
}
.cta-container a:last-child{
	margin-right: 0;
}
@media all and (max-width: 767px){
	.cta-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 3em 0;
	}
	.cta-container a{
		padding: .5em 0;
	}

	.section.post_type_archive .references .type-reference
	{
		flex: 0 1 100%;
	}
}

/* .page-id-90 .eshopLink,
.page-id-2008 .eshopLink
{
	display: none!important;
}

.page-id-90 .children-nav .owl-dots .owl-dot:last-child,
.page-id-2008 .children-nav .owl-dots .owl-dot:last-child
{
	display: none!important;
} */

/**
 * 90 : page Produits (FR)
 * 2008 : page Produits (EN)
 * 2744 Page établis d'horloger (FR)
 * 3252 Page établis d'horloger (EN)
 * 2883 Page établis de bijoutiers (FR)
 * 3253 Page établis de bijoutiers (EN)
 * 2886 Page accessoires horlogers (FR)
 * 3255 Page accessoires horlogers (EN)
 * 2888 Page armoires à tiroirs (FR)
 * 3257 Page armoires à tiroirs (EN)
 */
 .page-id-90 .children-nav,
 .page-id-2008 .children-nav,
 .page-id-2744 .children-nav,
 .page-id-3252 .children-nav,
 .page-id-2883 .children-nav,
 .page-id-3253 .children-nav,
 .page-id-2886 .children-nav,
 .page-id-3255 .children-nav,
 .page-id-2888 .children-nav,
 .page-id-3257 .children-nav,
.single-product .children-nav
{
	margin-top: -4rem;
}
.page-id-90 .custom-acf-children a:last-child,
.page-id-94 .custom-acf-children a:last-child,
.page-id-677 .custom-acf-children a:last-child,
.page-id-2122 .custom-acf-children a:last-child,
.page-id-2016 .custom-acf-children a:last-child,
.page-id-2008 .custom-acf-children a:last-child,
.single-product .custom-acf-children a:last-child
{
	display: inline-block;
}

@media screen and (max-width: 576px)
{
	.children-nav.custom-acf-children .owl-dot span
	{
		min-width: 13vw!important;
	}

	#masthead .children-nav .owl-dot span
	{
		min-width: 13vw!important;
	}
}

/**
 * 90 : page Produits (FR)
 * 2008 : page Produits (EN)
 * 2744 Page établis d'horloger (FR)
 * 3252 Page établis d'horloger (EN)
 * 2883 Page établis de bijoutiers (FR)
 * 3253 Page établis de bijoutiers (EN)
 * 2886 Page accessoires horlogers (FR)
 * 3255 Page accessoires horlogers (EN)
 * 2888 Page armoires à tiroirs (FR)
 * 3257 Page armoires à tiroirs (EN)
 */
.page-id-90 .topContent.children-nav a,
.page-id-2008 .topContent.children-nav a,
.page-id-2744 .topContent.children-nav a,
.page-id-3252 .topContent.children-nav a,
.page-id-2883 .topContent.children-nav a,
.page-id-3253 .topContent.children-nav a,
.page-id-2886 .topContent.children-nav a,
.page-id-3255 .topContent.children-nav a,
.page-id-2888 .topContent.children-nav a,
.page-id-3257 .topContent.children-nav a,
.single-product .topContent.children-nav a
{
	color: white;
}

.page-id-90 .topContent .children-nav-item:before,
.page-id-2008 .topContent .children-nav-item:before,
.page-id-2744 .topContent .children-nav-item:before,
.page-id-3252 .topContent .children-nav-item:before,
.page-id-2883 .topContent .children-nav-item:before,
.page-id-3253 .topContent .children-nav-item:before,
.page-id-2886 .topContent .children-nav-item:before,
.page-id-3255 .topContent .children-nav-item:before,
.page-id-2888 .topContent .children-nav-item:before,
.page-id-3257 .topContent .children-nav-item:before,
.single-product .topContent .children-nav-item:before
{
	background-color: white!important;
}

.page-id-90 .topContent .children-nav-item::after,
.page-id-2008 .topContent .children-nav-item::after,
.page-id-2744 .topContent .children-nav-item::after a,
.page-id-3252 .topContent .children-nav-item::after a,
.page-id-2883 .topContent .children-nav-item::after a,
.page-id-3253 .topContent .children-nav-item::after a,
.page-id-2886 .topContent .children-nav-item::after a,
.page-id-3255 .topContent .children-nav-item::after a,
.page-id-2888 .topContent .children-nav-item::after a,
.page-id-3257 .topContent .children-nav-item::after a,
.single-product .topContent .children-nav-item::after
{
	background-color: rgba(255, 255, 255, 1)!important;
}

.page-id-135 .archive-post-type,
.page-id-2028 .archive-post-type
{
	display: none;
}

/**
 * 48 : page News (FR)
 * 60 : page News (EN)
 */
.page-id-48 .last-post-type-archive-header .link,
.page-id-60 .last-post-type-archive-header .link {
	display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	  color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	  opacity: 1;
}

.mfp-close:active {
	  top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  position: absolute;
	  left: 0;
	  top: 0;
	  margin-top: 35px;
	  margin-left: 35px;
	  border: medium inset transparent;
}

.mfp-arrow:after {
	  border-top-width: 13px;
	  border-bottom-width: 13px;
	  top: 8px;
}

.mfp-arrow:before {
	  border-top-width: 21px;
	  border-bottom-width: 21px;
	  opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	  border-right: 17px solid #FFF;
	  margin-left: 31px;
}

.mfp-arrow-left:before {
	  margin-left: 25px;
	  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	  border-left: 17px solid #FFF;
	  margin-left: 39px;
}

.mfp-arrow-right:before {
	  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	  line-height: 0;
	  width: 100%;
	  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	  top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
	background-color: white;
	background-clip: content-box;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Cookie law info  */

.cli-plugin-button,
.wt-cli-privacy-btn {
    border-radius: 10px;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #257dc0;
    border-radius: #257dc0;
}

.cli-switch input:checked + .cli-slider {
    background-color: #257dc0;
}
