﻿:root {
	--kleur1: #b7dceb; /* lichtblauw: menustreepje actief, menutekst hamburger actief, tekstlink met pijltje, hover gewone links */
	--kleur2: #344a53; /* donkerblauw: hoofdtekst, menutekst, streepjes burger */
	--kleur3: #00a5e3; /* middenblauw: titels */
	--kleur4: #e6fdff; /* achtergrond grijsachtig */
}

@charset "UTF-8";

@font-face{
	font-family: 'DTL-Argo';
	src: url("../fonts/DTL-Argo-T.eot");
    src: url("../fonts/DTL-Argo-T.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/DTL-Argo-T.woff2") format("woff2"), 
        url("../fonts/DTL-Argo-T.woff") format("woff"), 
        url("../fonts/DTL-Argo-T.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'DTL-ArgoLight';
	src: url("../fonts/DTLArgoTLight.eot");
    src: url("../fonts/DTLArgoTLight.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/DTLArgoTLight.woff2") format("woff2"), 
        url("../fonts/DTLArgoTLight.woff") format("woff"), 
        url("../fonts/DTLArgoTLight.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'Open Sans';
	src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/OpenSans-Regular.woff2") format("woff2"), 
        url("../fonts/OpenSans-Regular.woff") format("woff"), 
        url("../fonts/OpenSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'Open Sans';
	src: url("../fonts/OpenSans-Bold.eot");
    src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/OpenSans-Bold.woff2") format("woff2"), 
        url("../fonts/OpenSans-Bold.woff") format("woff"), 
        url("../fonts/OpenSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
strong, b{
	font-weight: 600;
	}
em, i{
	font-style: italic;
	}
sup, sub{
	position: relative;
	top: -0.6em;
	font-size: 65% !important;
	line-height: 1em !important;
	}
sub{
	top: auto;
	bottom: -0.3em;
	}
small{
	display: inline-block;
	vertical-align: baseline;
	font-size: .75em;
	line-height: 1.666666666666667em;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
	display: block;
	}
/*_____________________________________________*/
html{
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	}
body{
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 18px;
	line-height: 1.555555555555556em;
	font-weight: 400;
	color: var(--kleur2);
	overflow-x: hidden;
	min-width: 320px;
	}
/*Common styles*/
*, *:before, *:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	position: relative;
	font-family: 'DTL-Argo', sans-serif;
	font-weight: 300;
	color: var(--kleur3);
}
h1, .h1{
	font-size: 66px;
	line-height: 1.060606060606061em;
	color: var(--kleur3);
}
.title-wrap h1 {
	max-width: 950px;
}
h2, .h2{
	font-size: 54px;
	line-height: 1em;
	max-width: 1001px;
	margin: 37px 0 32px;
	}
h3, .h3 {
	font-size: 46px;
	line-height: 1em;	
	margin: 35px 0 30px;
}
h4, .h4 {
	font-size: 42px;
	line-height: 1.047619047619048em;
	margin: 30px 0 26px;
}
h5, .h5{
	font-size: 38px;
	line-height: 1.052631578947368em;
	max-width: 840px;
	margin-bottom: 22px;
	}
h6, .h6{
	font-size: 32px;
	line-height: 1.0625em;
	}

ol, ul {
	list-style: none;
	margin: 15px 15px 30px 90px;
	max-width: 1020px;
}
ul li, ol li{
	position: relative;
	line-height: 1.5em;
	letter-spacing: 0.001em;
	padding-left: 40px;
	}
ol li:not(:last-child), ul li:not(:last-child) {
	margin: 0 0 10px;
	}
ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
    width: 6px;
	height: 6px;
	background-color: var(--kleur3);
}
ol{
	counter-reset: list1;
	list-style-type: none;
	}
ul ul, ol ol{
	max-width: none;
	margin: 15px 0;
	}
ol > li{
	background: none !important;
	}
ol > li:before{
    font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 700;
	counter-increment: list1;
	content: "0" counter(list1) ".";
	position: absolute;
	left: 0px;
	top: 5px;
	}
ol ol{
	counter-reset: list2;
	margin-left: 55px;
	}
ol ol li{
	background: none;
	letter-spacing: -0.38px;
	line-height: 1.611111111111111em;
	}
ol ol li:before{
	counter-increment: list2;
	content: "0" counter(list1) "." counter(list2);
	left: 2px;
	}
ul li p:first-child, ol li p:first-child{
	margin-top: 0 !important;
	}
ul li p:last-child, ol li p:last-child{
	margin-bottom: 0 !important;
	}
/*_______________________________*/

a{
	outline: none !important;
	text-decoration: none;
	}
.no-touchevents a:hover{

	}

/* .no-touchevents a[href^=tel]:hover, .no-touchevents a[href^=fax]:hover{
	color: #86868F;
	opacity: .7;
	} */
p{
    margin: 15px 0 15px 45px;
	max-width: 950px;
	}
p b{
    font-weight: 700;
	}
p a, .tekstlink {
	display: inline-block;
	line-height: 1em;
	color: var(--kleur2);
    border-bottom: 1px solid var(--kleur2);
    transition: color .4s ease, border-bottom .4s ease;
	}
.no-touchevents p a:hover, .no-touchevents .tekstlink:hover {
	color: var(--kleur1);
	border-bottom: 1px solid transparent;
}
.img-box{
	margin: 87px auto 55px;
	}
img{
	display: block;
	max-width: 100%;
	height: auto;
	}
p img.left, p img.right {
	display: block;
    margin-top: 25px;
	margin-bottom: 0;
}
img.left {
	margin: 25px 25px 25px -134px;
	max-width: 64%;
}
img.right {
    margin: 25px -134px 25px 25px;
	max-width: 64%;
}
p img.left{
	display: block;
	margin-right: 25px;
	}
p img.right{
	display: block;
	margin-left: 25px;
	}
img.machine {
	margin:5px 0 60px 85px;
	max-width: 64%;
}
	

a img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	}
.auto-width-img{
	max-width: 1096px;
	margin: 0 auto;
	}
.time{
	display: block;
	}
.important-text {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.25em;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 35px 0;
	padding-left: 28px;
	border-left: 3px solid #CC1E1E;
}

blockquote {
	padding: 134px 0 69px;
	margin: 59px auto;
	text-align: center;
	background: #eceeef;
}
blockquote .text {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 998px;
	padding: 0 15px;
	margin: 0 auto;
	font-size: 24px;
	font-family: 'DTL-Argo';
	font-size: 38px;
	line-height: 1.315789473684211em;
	font-weight: 300;
	color: var(--kleur2);
	text-align: left;
}
blockquote .text::after {
	content: '';
	position: absolute;
	top: -44px;
	left: 15px;
	width: 29px;
	height: 23px;
	background: url(../i/quote.png) no-repeat;
}
blockquote .text p {
	margin-left: 0;
}
blockquote .text p:not([class]) {
	margin-bottom: 7px;
}
blockquote .text .author {
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 1.555555555555556em;
	font-weight: 400;
	color: var(--kleur2);
	margin-left: auto;
}


/* download box */
.download-box {
	margin: 15px 0 15px 45px;
}
.download-box a {
	display: flex;
	align-items: flex-start;
	transition: opacity .3s ease;
}
.download-box a p {
	margin: 0;
	line-height: 1.111111111111111em;
}
.download-box a .icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.download-box a .title {
	font-size: 18px;
	font-weight: 700;
	color: var(--kleur2);
	margin-bottom: 3px;
}
.download-box a .subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.no-touchevents .download-box a:hover {
	opacity: .7;
}



/*___________________________*/
/*Form styles*/
.form{
	position: relative;
	z-index: 2;
	text-align: left;
	}
.form .surnaam {
	display:none!important;
}
.form-box .form{
	margin: 0;
	}
.field{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 25px;
	}
.error-field input{
	color: #d70000;
	border: 1px solid #d70000;
}
.form-control {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	color: var(--kleur3);
	padding: 11px 10px;
	border: 1px solid var(--kleur1);
}
.form-control:focus {
	border: 1px solid var(--kleur2);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #787878;
	opacity: 1;
	}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #787878;
	opacity: 1;
	}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #787878;
	opacity: 1;
	}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
	opacity: 0 !important;
	}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
	opacity: 0 !important;
	}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
	opacity: 0 !important;
	}
/*Btn*/
.btn-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 120px 0;
}
.btn-box .btn {
	margin: 0 45px;
}
.btn {
	font-family: 'DTL-Argo';
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 300;
	letter-spacing: 0.003em;
	padding: 16px;
	color: #fff;
	background-color: var(--kleur3);
	border:1px solid  var(--kleur3);
	min-width: 236px;
	transition: color .3s ease, background-color .3s ease, border .3s ease;
	}
.btn:disabled{
    opacity: .4;
	}
.no-touchevents .btn:not(:disabled):hover {
	cursor: pointer;
	color: var(--kleur2);
	background-color: #fff;
	border-color: var(--kleur2);
}
.no-touchevents .btn:not(:disabled):active {
	background: var(--kleur1);
	color:#fff;
	border-color: var(--kleur1);
}

.link {
	display: inline-block;
	font-family: 'DTL-ArgoLight';
	font-size: 18px;
	line-height: 1.5em;
	color: var(--kleur3);
	font-weight: 300;
	padding-right: 23px;
	background: url(../i/link_arr.png) no-repeat;
	background-position: center right;
	transition: padding .3s ease;
	text-decoration:underline
}
.no-touchevents a.link:hover {
	padding-right: 30px;
}
#pnlContent .link {
	margin:0
}
p .link {
	border:none
}


/* Img text box */
.img-text-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 62px;
	margin-bottom: 122px;
}
.img-text-box .text{
	width: 43.5%;
	margin-right: 40px;
}
.img-text-box .text .title{
	margin-left: 0;
}
.img-text-box .text .link {
	margin-left: 45px;
}
.img-text-box .img{
	max-width: 700px;
}
.img-text-box .text img.vestiging{ /* foto vestiging */
	max-width:360px;
}
.img-text-box .maps{ /* ligging vestiging */
	width: 600px;
	height:400px;
	background-color:#e5e3df
}
ul li.vestiging::before { /* blokje weg bij vestiging */
	background-color: transparent;
}



/*Appearance*/
.left{
	float: left;
	}
.right{
	float: right;
	}
.center{
	text-align: center;
	}
.align-right{
	text-align: right;
	}
.centered{
	margin-left: auto;
	margin-right: auto;
	}
.uppercase{
	text-transform: uppercase;
	}
.no-indent{
	margin-bottom: 0 !important;
	}
.align-m, .align-b{
	display: table-cell;
	vertical-align: middle;
	}
.align-b{
	vertical-align: bottom;
	}
.no-wrap{
	white-space: nowrap;
	}

/*Independent*/
.container{
	position: relative;
	z-index: 2;
	max-width: 1450px;
	padding: 0 25px;
	margin: 0 auto;
    }
    
/*=========================================================================
								STRUCTURE
==========================================================================*/
#all{
	position: relative;
	z-index: 1000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

#main {
	padding-bottom: 170px;
}
/*================================HEADER===================================*/
#header {
	position: relative;
    z-index: 1001;
	padding: 26px 0 0;
	margin-bottom: 74px;
}

#header .container {
	display: flex;
	align-items: flex-start;
}
#logo {
	transition: opacity .3s ease;
}
.no-touchevents #logo:hover {
	opacity: .6;
}

/* nav box */
#nav-box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: auto;
}

#nav > ul {
	display: flex;
	align-items: center;
}
#nav ul li {
	padding: 0;
	margin: 0;
	font-family: 'DTL-Argo';
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 300;
	margin-left: 41px;
}
#nav ul li::before{
	content: none;
}
#nav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--kleur2);
	transition: opacity .3s ease;
	cursor:pointer
}
#nav ul li a svg {
	margin-left: 4px;
}
#nav ul li.opened-dropdown a svg {
	transform: scale(-1);
}
#nav ul li.active a::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--kleur1);
	pointer-events: none;
}
#nav ul li.active ul a::after {
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background:none;
	pointer-events: none;		
}
#nav ul li.active ul a.active {
	color:var(--kleur1)!important;
}
#nav ul li:not(.active) a:hover {
	opacity: .5;
}
#nav ul li .dropdown {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + 11px);
	left: -38px;
	flex-direction: column;
	width: 300px;
	padding: 26px 40px;
	background-color: #fff;
	filter: drop-shadow(0px 24px 21.5px rgba(0,0,0,0.05));
	z-index: 10;
	margin: 0;
	transition: opacity .4s ease, visibility .4s ease;
}
#nav ul li .dropdown::after {
	content: '';
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	height: 11px;
}
#nav ul li .dropdown.visible {
	visibility: visible;
	opacity: 1;
}
#nav ul li .dropdown li {
	margin-left: 0;
	font-size: 18px;
}
#nav ul li .dropdown > li {
	margin-bottom: 17px;
}
#nav ul li .dropdown > li:last-child {
	margin-bottom: 0;
}
#nav ul li .dropdown ul {
	margin: 0;
	margin-left: 20px;
	margin-bottom: 5px;
}
#nav ul li .dropdown ul li {
	margin-bottom: 15px;
	font-size: 16px;
}


.js-open-nav {
	display: none;
	position: relative;
    z-index: 1000;
    height: 22px;
    width: 35px;
}
.js-open-nav .start-state {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 35px;
}
.js-open-nav .start-state span {
    display: block;
    width: 35px;
    height: 3px;
    background: var(--kleur2);
}
.js-open-nav .start-state span::before {
    position: absolute;
    left: 0;
    top: -9px;
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background: var(--kleur2);
    transition: transform .2s ease-in, top .2s linear .2s;
}
.js-open-nav .start-state span::after {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background:var(--kleur2);
    transition: transform .2s ease-in, top .2s linear .2s;
}
.opened-nav #header .js-open-nav .start-state span {
    background: transparent !important;
}
.opened-nav #header .js-open-nav .start-state span::before {
    transform: rotate(45deg);
    top: 0;
    transition: top .2s linear, transform .2s ease-in .2s;
}
.opened-nav #header .js-open-nav .start-state span::after {
    transform: rotate(-45deg);
    top: 0;
    transition: top .2s linear, transform .2s ease-in .2s;
}

/*========================END OF HEADER========================*/



/*============================MAIN=============================*/

.title-wrap {
	display: flex;
	align-items: center;
}
.title-wrap .arrow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 212px;
	min-height: 212px;
	border: 1px solid var(--kleur3);
	opacity:0.5;
	border-radius: 50%;
	margin-left: 90px;
}
.title-wrap .arrow-btn:hover {
	opacity: 0.65;
}

/* two cols box */
.two-cols-box {
	display: flex;
	margin: 131px -42px 120px;
}
.two-cols-box .col:first-child {
	width: calc(50.5% -  84px);
	margin: 0 42px;
}
.two-cols-box .col:last-child {
	width: calc(49.5% -  84px);
	margin: 0 42px;
}
.two-cols-box ul, .two-cols-box ol {
	margin-left: 45px;
}

/* two cols text */
.two-cols-text {
	position: relative;
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px;
}
.two-cols-text .col {
    width: calc(50%	- 80px);
	margin: 0 10px;
}
.two-cols-text .col *:first-child {
    margin-top: 0;
}
.two-cols-text .col *:last-child {
    margin-bottom: 0;
}

/*Photo gallery*/
.photo-gallery-box{
	max-width: 1396px;
	margin: 56px auto 100px;
	}
.photo-gallery{
	margin: 0 -10px;
	}
.photo-gallery .item{
	float: left;
	width: 33.333333333%;
	padding: 0 10px;
	margin: 0 0 20px;
	text-align: center;
	}
.photo-gallery .item a{
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	transition: all .5s ease;
	}
.photo-gallery .item a::after{
	transition: all .5s ease;
	}

.photo-gallery .item a:not(:hover)::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--albumhover), .15);
	
	
	opacity: 0;
	transition: opacity .5s ease;
	}
.photo-gallery.on-hover .item a:not(:hover)::before{
	opacity: 1;
}
.photo-gallery .item a:after{
	content: '';
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 63px;
	height: 63px;
	margin: -31px 0 0 -31px;
	background: url("../i/zoom-icon.png") no-repeat 0 0/100% 100%;
	opacity: 0;
	}	
.no-touchevents .photo-gallery .item a:hover:after{
	opacity: 1;
	}
.photo-gallery img{
	margin: 0;
	max-width: 100%;
	}

.form-box {
	max-width: 630px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	box-shadow: 0px 24px 43px 0px rgba(0,0,0,0.02);
	text-align: center;
	padding: 45px 60px 57px;
	margin: 40px 0 0 20px;
	}

/* index page */
.images-slider {
	margin-top: 91px;
}
.images-slider .img-box {
	margin: 0;
}

.info-section {
	position: relative;
	padding: 50px 0;
}
.info-section::before {
	content: '';
	position: absolute;
	top: -300px;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--kleur4);
}
.info-section::after {
	content: '';
	position: absolute;
	bottom: 450px;
    right: 0px;
	width: 434px;
	height: 1000px;
	background: url(../i/bg-logo-r.png) no-repeat;
	z-index: 0;
	opacity: .30;
}
.info-grid {
	display: flex;
	margin-left:45px;
}
.info-grid .img-col { 
	max-width: 650px;
	margin-right: 65px;
}
.info-grid .img-col a {
	transition: opacity .7s ease;
}
.info-grid .img-col a:hover {
	opacity: 0.85;
	transition: opacity .4s ease;
}
.info-grid .text-col {
	width: 42%;
}
.info-grid .text-col a {
	border:none!important;

}
.info-grid .text-col p a:hover {
	opacity: 0.65;
	transition: opacity .3s ease;
	color:var(--kleur2);
}


.info-grid .text-col ul{
	margin: 0;
}
.info-grid .text-col li{
	padding: 0 0 32px;
	margin: 0 0 32px;
	border-bottom: 1px solid #c5c1c2;
}
.info-grid .text-col li:last-child{
	margin-bottom: 0;
}
.info-grid .text-col .title{
	font-family: 'DTL-ArgoLight';
	font-size: 42px;
	line-height: 1.2em;
	color: var(--kleur3);
	margin-bottom: 5px;
}
.info-grid .text-col .text {
	font-size: 20px;
	line-height: 1.6em;
	color: var(--kleur2);
	font-weight: 400;
	font-family: "Open Sans";
	margin-bottom: 5px;
}
.info-grid .text-col li p{
	margin: 0;
}
.info-grid .text-col li::before {
	content: none;
}
.hide-box {
	display: none;
}

.additional-info {
    position: relative;
    font-size: 38px;
	line-height: 1.315789473684211em;
	font-weight: 300;
	font-family: "DTL-Argo";
    color: #fff;
	text-align:center;
	text-shadow: 2px 0px 10px #000;
    padding: 164px 0 178px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	}
.no-touchevents:not(.ie) .additional-info {
    background-attachment: fixed;
}
.additional-info::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: -1;
}
.additional-info p {
	max-width: 1200px;
	margin: 0 auto;
}

.about-section {
	position: relative;
	padding: 170px 0;
}
.about-section::after {
	content: '';
	position: absolute;
	left: 20px;
    bottom: 100px;
	width: 150px;
	height: 800px;
	background: url(../i/bg-logo-l.png) no-repeat;
	z-index: 1;
	opacity: .30;
}
.about-section .img-text-box {
	margin: 0;
}
.about-section .img-text-box .title {
	margin-bottom: 40px;
}
.about-section .img-text-box .img {
	position: relative;
}
	/*
.about-section .img-text-box .img::after {
	content: '';
	position: absolute;
	right: -172px;
    top: -98px;
	width: 264px;
	height: 245px;
	z-index: -1;
	background: url(../i/about_bg_elem.png) no-repeat;
	opacity: .2;
}
	*/
.about-section p {
	font-size: 20px;
	line-height: 1.6em;
}
.bg-grey {
	background: var(--kleur4);
}
#indent {
	position: relative;
	z-index: -10;
}


/*=========================END OF MAIN=========================*/


/*===========================FOOTER============================*/

#footer {
	position: relative;
	padding: 63px 0;
	font-size: 18px;
	color: var(--kleur2);
}
#footer .container {
	position: relative;
}
#footer .container::after {
	content: '';
	position: absolute;
	top: -64px;
	left: 25px;
	right: 25px;
	height: 1px;
	
}

.copy-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy-box a {
	display: inline-block;
	line-height: 1em;
	color: var(--kleur2);
	border-bottom: 1px solid var(--kleur2);
	transition: color .3s ease, border .3s ease;
}
.fb {
	margin: 0 3px -1px 0;
}
a.fb, a.wet {
	border-bottom: 1px solid transparent !important;
}
.fb svg {
	fill: var(--kleur3)
}
.fb svg:hover {
	fill: var(--kleur1)
}
.no-touchevents .copy-box a:hover {
	color: var(--kleur1);
	border-bottom-color: transparent;
}
#footer p {
	margin: 0;
}


/*=====================END OF FOOTER=======================*/

.opened-nav body{
	overflow: hidden;
	}
.no-touchevents.opened-popup body{
	overflow: hidden;
	padding-right: 17px;
	}
.no-touchevents.opened-popup #header {
	padding-right: 17px;
	}

.opened-popup #popup-box{
	opacity: 1;
	visibility: visible;
	}
 #popup-box{
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	background: rgba(32, 32, 40, .8);
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	min-width: 320px;
	}
.opened-popup #popup-box .container{
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: transform .5s ease .3s, opacity .5s linear .3s;
	}
#popup-box .container{
	position: relative;
	font-size: 0;
	text-align: center;
	transform: translate3d(0, -30px, 0);
	visibility: hidden;
	opacity: 0;
	}
#popup-box .container:before{
	content: '';
	position: relative;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	margin: 0 -1px 0 0;
	}
.popup.visible{
	display: inline-block;
	}
.popup{
	position: relative;
	display: none;
	vertical-align: middle;
	text-align: left;
	font-size: 20px;
	line-height: 1.5em;
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 24px;
	
	}
.js-close-popup{
	position: absolute;
	top: 0;
	right: -100px;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	}

.no-touchevents .js-close-popup:hover {
	opacity: .7;
	}

/* form */
.form > .title {
	font-family: 'DTL-Argo';
	font-size: 32px;
	line-height: 1.0625em;
	font-weight: 300;
	color: var(--kleur2);
	text-align: center;
	margin: 0 0 30px 0;
}
.form .field {
	display: flex;
	flex-direction: column;
}
.form .field .field-name{
	font-family: 'DTL-Argo';
	font-size: 18px;
	line-height: 1.1em;
	font-weight: 300;
	color:  var(--kleur3);
	margin: 0 0 7px 9px;
}
	.form input {
		color: var(--kleur2);
	}


.form-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.form-wrap .field{
	width: calc(50% - 10px);
}
.form-wrap .field *{
	width: 100%;
}
.radio-box .title {
	font-size: 19px;
	line-height: 1.578947368421053em;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 26px 0 17px;
}
.radio-box .items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.radio-box .items .col {
	width:calc(50% - 10px);
}
.radio-box .items .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.radio-box .items .item label {
	font-size: 19px;
	line-height: 1em;
	font-weight: 500;
	color: #1e1e1e;
	margin-top: -3px;
}
textarea {
	resize: none;
	min-height: 160px;
	color: var(--kleur2)!important;
}
.check-box p {
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 500;
	color: #717171;
	margin: 0;
}
.check-box p a{
	border-bottom: 1px solid #010101;
	color: #010101;
}
.check-box p a:hover{
	border-bottom: 1px solid transparent;
	color: #010101;
}
.form .btn {
	display: table;
	margin: 32px auto 0;
	color: #fff;
}

.form .btn:hover {
	display: table;
	margin: 32px auto 0;
	color: var(--kleur2);
}

/* Checkbox, radio */
input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label, 
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(1, 1, 1, .4);
    background-color: none;
}
input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
	border: 1px solid rgba(1, 1, 1, 1);
}
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 3px;
    width: 10px;
	height: 10px;
	background-color: #010101;
}

input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #010101;
}
input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after, 
input[type="radio"]:checked + label:after {
    opacity: 1;
}

/*============================================*/

@media screen and (max-width: 1300px) {
	h1, .h1 {
		font-size: 58px;
	}
	h2, .h2 {
		margin-top: 100px;
	}
	#main {
		padding-bottom: 115px;
	}
	#logo {
		width: 200px;
	}
	.title-wrap .arrow-btn {
		min-width: 150px;
		min-height: 150px;
		margin-left: 40px;
	}
	.img-box {
		margin: 50px auto;
	}
	.two-cols-box {
		margin: 80px -42px 80px;
	}
	.img-text-box {
		margin: 100px 0;
	}
	.btn-box {
		margin: 100px 0;
	}
	.images-slider {
		margin-top: 60px;
	}
	.info-section {
		padding: 15px 0;
	}
	.info-section::before {
		top: -200px;
	}
	.info-grid .text-col {
		max-width: 380px;
		width: 100%;
	}
	.info-grid .text-col .title {
		font-size: 35px;
	}
	.info-grid .img-col {
		margin-right: 30px;
		max-width: 650px;
	}
	.info-grid .text-col .text {
		font-size: 16px;
	}
	.about-section {
		padding: 130px 0;
	}

	/* footer */
	#footer {
		padding: 50px 0;
	}
	#footer .container::after {
		top: -51px;
	}
}
@media screen and (max-width: 1140px) {
	h1, .h1 {
		font-size: 50px;
	}
	h2, .h2 {
		font-size: 46px;
		margin-top: 80px;
	}
	h3, .h3 {
		font-size: 44px;
		margin-top: 60px;
	}
	h4, .h4 {
		margin-top: 60px;
	}
	h5, .h5 {
		margin-top: 50px;
	}
	.two-cols-text {
		flex-direction: column;
		margin: 0;
	}
	.two-cols-text .col {
		width: 100%;
		margin: 0;
	}
	.two-cols-text .col *:first-child {
		margin-top: 15px;
	}
	blockquote {
		padding: 80px 0 35px;
	}
	blockquote .text {
		font-size: 30px;
	}
	.two-cols-box {
		flex-direction: column;
		margin: 0;
	}
	.two-cols-box .col{
		width: 100% !important;
		margin: 0 !important;
	}

	/* header */
	#header {
		padding: 10px 0;
		margin-bottom: 40px;
	}
	#header .container {
		align-items: center;
	}
	/* nav */
	.js-open-nav {
		display: block;
		margin-left: auto;
	}
	#nav-box {
		position: fixed;
		z-index: 100;
		left: 0;
		top: 100px;
		font-size: 0;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 30px 16px 0;
		height: calc(100vh - 100px);
		overflow: hidden;
		overflow-y: auto;
		background: #fff;
		transition: opacity .3s ease, visibility .3s ease;
	}
	html:not(.opened-nav) #nav-box{
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		}
	#nav {
		position: absolute;
		left: 0;
		top: 100px;
		bottom: 0;
		font-size: 0;
		text-align: center;
		width: 100%;
		padding: 0 20px 120px;
		overflow: hidden;
		overflow-y: auto;
	}
	#nav ul {
		flex-direction: column;
		margin: 0;
		display: inline-block;
		text-align: left;
		max-width: 320px;
		width: 220px;
	}
	#nav ul li {
		margin-left: 0;
		font-size: 22px;
		margin-bottom: 15px;
	}
	#nav ul li.active a {
		color: var(--kleur1);
	}
	#nav ul li.active a::after {
		content: none;
	}
	#nav ul li .dropdown {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		padding: 0;
		margin-top: 15px;
		background-color: #fff;
		filter: none;
	}
	#nav ul li .dropdown ul li {
		font-size: 18px;
	}
	.langs-box {
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0;
	}
	.langs-box ul li a{
		margin: 0 5px;
	}

	#logo {
		width: 118px;
	}

	.img-text-box {
		flex-direction: column;
	}
	.img-text-box .text {
		width: 100%;
		margin-right: 0;
	}
	.img-text-box {
		margin: 80px 0;
	}
	.img-text-box .img {
		margin-top: 15px;
	}
	.btn-box {
		margin: 80px 0;
	}

	.info-grid .text-col li {
		padding: 0 0 15px;
		margin: 0px 0 15px;
	}

	.additional-info {
		padding: 120px 0;
		font-size: 33px;
	}

	.img-text-box .text .title {
		margin-top: 0;
	}
	.about-section .text > p {
		margin-bottom: 0;
	}
	.img-text-box .text .link {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.about-section .img-text-box .img {
		margin-top: 0;
	}

}

@media screen and (max-width: 950px) {
	.copy-box {
		flex-direction: column;
	}
	.copy-box a  {
		margin-top:20px
	}
	.fb {
		margin: 12px 0 0 8px;
	}
}

@media screen and (max-width: 800px) {
	.container {
		padding: 0 16px;
	}
	.img-box {
		margin: 50px auto;
	}
	h1, .h1 {
		font-size: 38px;
	}
	h2, .h2 {
		font-size: 36px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	h3, .h3 {
		font-size: 34px;
		margin-top: 40px;
		margin-bottom: 25px;
	}
	h4, .h4 {
		font-size: 32px;
		margin-top: 40px;
		margin-bottom: 25px;
	}
	h5, .h5 {
		font-size: 30px;
		margin-top: 35px;
		margin-bottom: 15px;
	}
	h6, .h6 {
		font-size: 28px;
	}
	blockquote {
		margin: 40px auto;
		padding: 65px 0 20px;
	}
	blockquote .text {
		font-size: 25px;
	}
	blockquote .text::after {
		top: -35px;
	}
	.btn-box .btn {
		margin: 0 20px;
	}
	.title-wrap .arrow-btn {
		min-width: 90px;
		min-height: 90px;
		margin-left: 25px;
	}
	.title-wrap .arrow-btn img {
		width: 30px;
		height: 30px;
	}
	.img-text-box {
		margin: 50px 0;
	}
	.btn-box {
		margin: 50px 0;
	}
	.photo-gallery-box {
		margin: 50px auto;
	}
	.images-slider {
		margin-top: 40px;
	}
	.swiper-pagination-bullet {
		width: 70px !important;
	}

	.info-grid {
		flex-direction: column;
	}
	.info-grid .img-col {
		max-width: 550px;
		margin: 0 auto 30px;
	}
	.info-grid .text-col {
		max-width: 100%;
	}

	.info-section {
		padding: 35px 0;
	}
	.info-section::after {
		right: 0;
	}
	.info-section::before {
		top: -100px;
	}
	.swiper-pagination {
		margin-top: 30px !important;
	}

	.additional-info {
		font-size: 28px;
	}

	.about-section {
		padding: 70px 0;
	}
	.about-section p {
		font-size: 18px;
	}
	.about-section::after {
		content: none;
	}
	.about-section .img-text-box .title {
		margin-bottom: 25px;
	}

	/* footer */
	#footer .container::after {
		left: 16px;
		right: 16px;
	}
}
@media screen and (max-width: 650px) {
	#footer {
		padding: 35px 0;
		font-size: 16px;
	}
	#footer .container::after {
		top: -36px;
	}
	.copy-box {
		flex-direction: column;
	}
	#footer p {
		text-align: center;
		margin-bottom: 20px;
	}
	.form-box {
		margin: 0;
	}


}
@media screen and (max-width: 600px) {
	/* header */
	#logo {
		width: 90px;
	}
	#nav-box {
		height: calc(100vh - 81px);
		top: 81px;
	}
	.title-wrap .arrow-btn {
		display: none;
	}
	.title-wrap ~ .img-box {
		margin-top: 20px;
	}
	.photo-gallery .item {
		width: 50%;
		padding: 0 5px;
    	margin: 0 0 10px;
	}
	p {
		margin: 15px 0 15px 20px;
	}
	.two-cols-box ul, .two-cols-box ol {
		margin-left: 20px;
	}
	ul li, ol li {
		padding-left: 30px;
	}
	ol > li:before {
		font-size: 15px;
	}
	.download-box {
		margin: 15px 0 15px 20px;
	}
	.btn-box {
		flex-direction: column;
		align-items: flex-start;
	}
	.btn-box .btn {
		margin: 0 0 20px;
	}
	.btn-box .btn:last-child {
		margin: 0;
	}

	.img-text-box .text .link {
		margin-left: 20px;
	}
	ol, ul {
		margin: 15px 15px 30px 25px;
	}

}
@media screen and (max-width: 500px) {
	h1, .h1 {
		font-size: 34px;
	}
	h2, .h2 {
		font-size: 32px;
	}
	h3, .h3 {
		font-size: 30px;
	}
	h4, .h4 {
		font-size: 28px;
	}
	h5, .h5 {
		font-size: 26px;
	}
	h6, .h6 {
		font-size: 24px;
	}
	.form-box {
		padding: 30px 16px;
		margin: 0 -16px;
	}
	.form > .title {
		font-size: 26px;
	}
	.radio-box .items {
		flex-direction: column;
	}
	.radio-box .items .col {
		width: 100%;
	}
	.btn {
		font-size: 16px;
		padding: 12px;
	}
	blockquote .text {
		font-size: 20px;
	}
	blockquote .text .author {
		font-size: 16px;
	}
	.info-grid .text-col .title {
		font-size: 28px;
	}
	
	.additional-info {
		padding: 70px 0;
		font-size: 24px;
	}
}


/*Foreign plug */

/* Light gallery */
@font-face{
	font-family: 'lg';
	src: url('../fonts/lg.eot');
	src: url('../fonts/lg.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lg.woff') format('woff'),
	url('../fonts/lg.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	}
.lg-icon{
	font-family: 'lg';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.lg-actions .lg-next, .lg-actions .lg-prev{
	background: #5D6466;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
	pointer-events: none;
	opacity: .5;
	}
.lg-actions .lg-next{
	right: 20px;
	}
.lg-actions .lg-next:before{
	content: "\e095";
	transition: all .2s ease;
	}
.lg-actions .lg-prev{
	left: 20px;
	}
.lg-actions .lg-prev:after{
	content: "\e094";
	transition: all .2s ease;
	}
.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after{
	opacity: .5;
	}
@-webkit-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-ms-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-webkit-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@-ms-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
.lg-outer.lg-right-end .lg-object{
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
	}
.lg-outer.lg-left-end .lg-object{
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
	}
.lg-toolbar{
	z-index: 1080;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #5D6466;
	min-width: 320px;
	}
.lg-toolbar .lg-icon{
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	border: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}

.lg-toolbar .lg-icon:hover{
	color: #fff !important;
	opacity: .5;
	}
.lg-toolbar .lg-close:after{
	content: "\e070";
	}
.lg-toolbar .lg-download:after{
	content: "\e0f2";
	background: none;
	}
.lg-sub-html{
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
	}
.lg-sub-html h4{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	}
.lg-sub-html p{
	font-size: 12px;
	margin: 5px 0 0;
	}
#lg-counter{
	color: #fff;
	display: inline-block;
	font-size: 17px;
	padding: 9px 0 0 15px;
	vertical-align: middle;
	}
.lg-toolbar, .lg-prev, .lg-next{
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	}
.lg-hide-items .lg-prev{
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}
.lg-hide-items .lg-next{
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}
.lg-hide-items .lg-toolbar{
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
	-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
	-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
	transition: transform 250ms ease 0s, opacity 250ms !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	}
.lg-outer .lg-thumb-outer{
	background: #5D6466;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	padding: 0 10px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
	}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	}
.lg-outer.lg-thumb-open .lg-thumb-outer{
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	}
.lg-outer .lg-thumb{
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	}
.lg-outer .lg-thumb-item{
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
	position: relative;
	}
.visually-impaired.color-scheme3 .lg-outer .lg-thumb-item{
	border-color: #fff !important;
	}
.lg-outer .lg-thumb-item.active{
	border-color: rgba(255, 255, 255, .3);
	}

.lg-outer .lg-thumb-item img{
	min-width: 96px;
	min-height: 76px;
	max-width: 120%;
	opacity: 1;
	}
.lg-outer.lg-has-thumb .lg-item{
	padding-bottom: 120px;
	}
.lg-outer.lg-can-toggle .lg-item{
	padding-bottom: 0;
	}
.lg-outer.lg-pull-caption-up .lg-sub-html{
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
	}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
	bottom: 100px;
	}
.lg-outer .lg-toogle-thumb{
	background: #5D6466;
	border-radius: 2px 2px 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-outer .lg-toogle-thumb:after{
	content: "\e1ff";
	transition: all .2s ease;
	}
.lg-outer .lg-toogle-thumb:hover:after{
	opacity: .5;
	}
.lg-outer .lg-video-cont{
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
	}
.lg-outer .lg-video{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	}
.lg-outer .lg-video .lg-object{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
.lg-outer .lg-video .lg-video-play{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	/*background: url("../i/play-icon.svg") no-repeat 0 0;*/
	cursor: pointer;
	}
.lg-outer .lg-video-object{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	}
.lg-outer .lg-has-video .lg-video-object{
	visibility: hidden;
	}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play{
	display: none;
	}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
	visibility: visible;
	}
.lg-progress-bar{
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
	}
.lg-progress-bar .lg-progress{
	background-color: #fff;
	height: 5px;
	width: 0;
	}
.lg-progress-bar.lg-start .lg-progress{
	width: 100%;
	}
.lg-show-autoplay .lg-progress-bar{
	opacity: 1;
	}
.lg-autoplay-button:after{
	content: "\e01d";
	}
.lg-show-autoplay .lg-autoplay-button:after{
	content: "\e01a";
	}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
	transition: transform 0.3s ease 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	}
#lg-zoom-in:after{
	content: "\e311";
	}
#lg-zoom-out{
	opacity: 0.5;
	pointer-events: none;
	}
#lg-zoom-out:after{
	content: "\e312";
	}
.lg-zoomed #lg-zoom-out{
	opacity: 1;
	pointer-events: auto;
	}
.lg-outer .lg-pager-outer{
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
	}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
	overflow: visible;
	}
.lg-outer .lg-pager-cont{
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
	}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
	box-shadow: 0 0 0 2px white inset;
	}
.lg-outer .lg-pager-thumb-cont{
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	}
.lg-outer .lg-pager-thumb-cont img{
	width: 100%;
	height: 100%;
	}
.lg-outer .lg-pager{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
	}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{
	box-shadow: 0 0 0 8px white inset;
	}
.lg-outer .lg-caret{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
	}
.lg-fullscreen:after{
	content: "\e20c";
	}
.lg-fullscreen-on .lg-fullscreen:after{
	content: "\e20d";
	}
.group{
	*zoom: 1;
	}
.group:before, .group:after{
	display: table;
	content: "";
	line-height: 0;
	}
.group:after{
	clear: both;
	}
.lg-outer{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-outer *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.lg-outer.lg-visible{
	opacity: 1;
	}
.lg-outer img{
	margin: 0;
	}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
	}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
	}
.lg-outer.lg-grab info-gridlg-object{
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
	}
.lg-outer.lg-grabbing img.lg-object{
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
	}
.lg-outer .lg{
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
	}
.lg-outer .lg-inner{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	}
.lg-outer .lg-item{
	background: url("../i/loader.svg") no-repeat 50% 50%;
	display: none !important;
	}
.visually-impaired .lg-outer .lg-item{
	background-image: url("../i/loader-color-scheme1.svg");
	}
.visually-impaired.color-scheme2 .lg-outer .lg-item{
	background-image: url("../i/loader-color-scheme2.svg");
	}
.visually-impaired.color-scheme3 .lg-outer .lg-item{
	background-image: url("../i/loader-color-scheme3.svg");
	}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide{
	display: inline-block !important;
	}
.lg-outer.lg-css .lg-current{
	display: inline-block !important;
	}
.lg-outer .lg-item, .lg-outer .lg-img-wrap{
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
	}
.lg-outer .lg-img-wrap{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 55px 5px 8px;
	}
.lg-outer.lg-thumb-open .lg-img-wrap{
	padding-bottom: 108px;
	}
.lg-outer .lg-item.lg-complete{
	background-image: none;
	}
.lg-outer .lg-item.lg-current{
	z-index: 1060;
	}
.lg-outer .lg-image{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
	opacity: 1;
	}
.lg-outer .lg-empty-html{
	display: none;
	}
.lg-backdrop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.visually-impaired.color-scheme2 .lg-backdrop{
	background: rgba(255, 255, 255, .95);
	}
.visually-impaired.color-scheme3 .lg-backdrop{
	background: rgba(183, 220, 253, .85);
	}
.lg-backdrop.in{
	opacity: 1;
	}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
	}
.lg-css3.lg-use-css3 .lg-item{
	will-change: transform, opacity;
	}
.lg-css3.lg-use-left .lg-item{
	will-change: left, opacity;
	}
.lg-css3.lg-fade .lg-item{
	opacity: 0;
	}
.lg-css3.lg-fade .lg-item.lg-current{
	opacity: 1;
	}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item{
	opacity: 0;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	}
.lg-css3.lg-slide.lg-use-left .lg-item{
	opacity: 0;
	position: absolute;
	left: 0;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
	left: -100%;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
	left: 100%;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
	left: 0;
	opacity: 1;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	}

/*Select*/
.select2-container{
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	}
.select + .select2-container{
	width: 100% !important;
	}
.select2-container .select2-selection--single {
	cursor: pointer;
	display: block;
	background: #fff;
	border-radius: 0;
	width: 100%;
	border: 1px solid var(--kleur1);
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select + .select2-container::after {
    content: '';
    position: absolute;
    top: 50%;
	margin-top: -5px;
    right: 17px;
    background: url(../i/dropdown.png) no-repeat;
    width: 17px;
    height: 11px;
}
.select + .select2-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #eceeef;
    width: 50px;
    height: 50px;
}
.select + .select2-container.select2-container--open::after {
    transform: scale(-1);
}
.select2-container .select2-selection--single .select2-selection__rendered::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.select2-container {
	border:none;
}

/*.select2-container.select2-container--open{
	z-index: 10000;
	}*/
.select2-container.select2-container--open.select2-container--below .select2-selection--single{
	border-bottom-color: transparent;
	}
.select2-container.select2-container--open.select2-container--above .select2-selection--single{
	/* border-top-color: #13AD68; */
	}
.error-field .select2-container .select2-selection--single{
	border-color: #E12631;
	}
.select2-container .select2-selection--single .select2-selection__rendered{
	position: relative;
	display: block;
	font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    padding: 10px 10px;
	color: #1e1e1e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.select2-container .select2-selection--single .select2-selection__clear{
	position: relative;
	}
.select2-container .select2-selection--multiple{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 39px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	}
.select2-container .select2-selection--multiple .select2-selection__rendered{
	display: block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.select2-container .select2-search--inline{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	}
.select2-container .select2-search--inline .select2-search__field{
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0 13px;
	height: 39px;
	line-height: 39px;
	}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
	}
.select2-dropdown{
	display: block;
	position: absolute;
	z-index: 10000;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #fff;
	/* border: 1px solid #D9DFE2; */
	/* border-top-color: #13AD68; */
	}
/* .select2-dropdown--above.select2-dropdown{
	border-top-color: #D9DFE2;
	border-bottom-color: #13AD68;
	} */
.select2-results{
	display: block;
	}
.select2-results__options{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.select2-results__option{
	font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
	color: #515252;
	padding: 13px 10px;
	margin: 0 !important;
	background: #fff;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
	}
.select2-results__option::before {
	content: none;
}
.select2-results__option:nth-child(odd){
	background-color: #f3f4f5;
	}
.select2-results__option:nth-child(even){
	background-color: #fff;
	}
.select2-results__option:last-child{
	border: none;
	}
.no-touchevents .select2-results__option:not([aria-selected=true]):hover{
	color: var(--kleur2);
	}
.select2-search--dropdown{
	display: block;
	padding: 4px 14px;
	margin: 6px 0;
	}
.select2-search--dropdown .select2-search__field{
	height: 32px;
	padding: 4px 34px 4px 14px;
	width: 100%;
	}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
	}
.select2-search--dropdown.select2-search--hide{
	display: none;
	}
.select2-close-mask{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
	}
.select2-hidden-accessible{
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	}
.select2-container--default .select2-selection--single .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	position: absolute;
	top: -4px;
	right: -10px;
	bottom: 1px;
	/* width: 48px; */
	}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	position: absolute;
	top: 21px;
	right: 26px;
	width: 18px;
	height: 11px;
	}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	transform: scaleY(-1);
	}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
	float: left;
	}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	left: 1px;
	right: auto;
	}
.select2-container--default.select2-container--disabled .select2-selection--single{
	color: #35A3A7;
	background: #f9fbfd;
	cursor: default;
	}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
	display: none;
	}
.select2-container--default .select2-selection--multiple{
	background: #fff;
	border: 1px solid #d4d4d4;
	cursor: text;
	}
.select2-container--focus.select2-container--default .select2-selection--multiple{
	border-color: #acacac;
	}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 3px;
	width: 100%;
	min-height: 39px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-selection__placeholder{
	position: relative;
	text-overflow: ellipsis;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 18px;
	color: #717171;
	margin: 0;
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	position: relative;
	font-size: 14px;
	background: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 2px;
	cursor: default;
	float: left;
	margin: 4px;
	padding: 0 28px 0 10px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #999;
	cursor: pointer;
	position: absolute;
	font-size: 22px;
	top: 50%;
	width: 20px;
	height: 20px;
	line-height: 22px;
	right: 4px;
	font-weight: bold;
	margin: -10px 0 0;
	text-align: center;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	color: #333;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
	float: right;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	margin-left: 5px;
	margin-right: auto;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	margin-left: 2px;
	margin-right: auto;
	}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	outline: 0;
	}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
	background-color: #eee;
	cursor: default;
	}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
	display: none;
	}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #D7DBE0;
	}
.select2-container--default .select2-search--inline .select2-search__field{
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
	}
.select2-container--default .select2-results > .select2-results__options{
	max-height: 12rem;
	overflow-y: auto;
	border: 1px solid #cecece;
	border-top: none;
	}
.select2-container--default .select2-results__option[role=group]{
	padding: 0;
	}
.select2-container--default .select2-results__option[aria-disabled=true]{
	color: #999;
	}
.select2-container--default .select2-results__option[aria-selected=true]{
	color: rgb(81, 82, 82, .4);
	}
.select2-container--default .select2-results__option .select2-results__option{
	padding-left: 1em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
	padding-left: 0;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -1em;
	padding-left: 2em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -2em;
	padding-left: 3em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -3em;
	padding-left: 4em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -4em;
	padding-left: 5em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -5em;
	padding-left: 6em;
	}
.select2-container--default .select2-results__group{
	cursor: default;
	display: block;
	padding: 6px;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	right: 25px;
}

.select2-container--open {
    z-index: 100000 !important;
}
/* .select2-results__options {
    height: auto;
    overflow-y: auto;
} */


/*Swiper*/
.swiper-container{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	}
.swiper-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	}
.swiper-wrapper.disabled {
	transform: translate3d(0px, 0, 0) !important;
	}
.swiper-slide{
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	min-height: auto;
	}
.grab-cursor-activate .swiper-slide{
	user-select: none;
	}
.grab-cursor-activate .swiper-slide .img{
	pointer-events: none;
	}
.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
	}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
	}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
	height: auto;
	}
.swiper-container-autoheight .swiper-wrapper{
	align-items: flex-start;
	transition-property: transform, height;
	}
.swiper-container .swiper-notification{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
	}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
	transition-timing-function: ease-out;
	}
.swiper-container-fade .swiper-slide{
	pointer-events: none;
	transition-property: opacity;
	}
.swiper-container-fade .swiper-slide .swiper-slide{
	pointer-events: none;
	}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active{
	pointer-events: auto;
	}
.swiper-pagination{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin:0;
	margin-top: 40px;
	}
.swiper-pagination.hidden{
	display: none;
	}

.swiper-pagination-lock, .swiper-button-lock{
	display: none !important;
	}
.swiper-btns-box{
	display: flex;
	align-items: flex-start;
	}
.swiper-btn{
	display: flex;
	align-items: center;
	line-height: 0;
	width: 22px;
	height: 42px;
	margin: 0;
	transition: opacity .3s ease;
	cursor: pointer;
	}
.swiper-button-disabled{
	opacity: 0;
	cursor: default;
	}
.swiper-pagination {
	font-weight: 500;
	line-height: 1.5em;
	display: flex;
	align-items: flex-start;
}
.swiper-pagination-current {
	font-size: 50px;
	line-height: 1.5em;
	margin-right: 5px;
}
.swiper-pagination-total {
	font-weight: 500;
	font-size: 20px;
	margin-left: 5px;
}
	
.swiper-pagination-bullet {
	width: 120px;
	height: 2px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	background: #bab6b6;
	/* transition: background 200ms; */
}
.swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		/* transition: opacity 200ms; */
	}
.swiper-pagination-bullet-active::before {
		background-color: #897f7d;
		animation: slide-progress 4s cubic-bezier(.3,0,.3,1) forwards;
}
.swiper-paused {
	/* opacity: 0; */
	animation-play-state: paused;
}

@keyframes slide-progress {
	0% {
		transform: translateX(-100%);
		/* width: 0; */
	}
	100% {
		transform: translateX(0);
		/* width: 100%; */
	}
}

#preview {
	background-color: ivory;
	border-bottom:1px solid #eee;
	line-height:2.3;
	font-size:smaller

}
