/*
---------------------------
ALGEMEEN
---------------------------
*/

.divider-wrap {
	position: absolute;
	left: 0;
	pointer-events: none;
	width: 100%;
	z-index: 4;
	overflow: hidden;

	display: none;
}
.divider-wrap.divider-wrap-top {
	top: -30px;
	display: block;
	/* transform: scale(-1); */
}

.divider-wrap.divider-wrap-bottom {
	bottom: -30px;
	display: block;
}


.divider-wrap img {
  width: 180%;
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}
#topbar .divider-wrap {
	bottom: -20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-ms-transition:opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#topbar.small .divider-wrap {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition:opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#page-container {
	position:relative;
	z-index: 5;
	margin: auto ;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0;
	
}

.section-wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	/* width: calc(100% - 100px); */
	/* max-width: calc(1400px - 0px); */
}
.up-small.section-wrapper {
	overflow: visible
}
.up-medium.section-wrapper {
	overflow: visible
}
#content .section-wrapper {
	/* width: calc(100% - 60px); */
}

.section-wrapper.with-carousel {
	overflow: hidden !important;
	width: calc(100% - 0px);
}

.section-wrapper.section-bar  {
	padding-top: 30px;
	border-radius:  0 0 !important;
}
.section-wrapper.contentbox {
	padding-top: 1rem;
}
.section-boxed {
	position: relative;
	max-width: calc(1280px - 0px);
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px;

	z-index: 991;

}
.section-boxed.margin-bottom-none {

}
.section-wrapper.is-cover {

}
.section-gallery-slides {

}
.section-c2a {

}
.section-c2a.section-boxed {
	margin-left: auto;
}

.section-up {
	position: relative;
	z-index: 7 !important;
}

.section-up-small {
	transform: translateY(-60px);
	/* margin-top: -40px; */
}
.section-up-medium {
	transform: translateY(-100px);
	/* margin-top: -100px; */
}
.section-up-large {
	transform: translateY(-140px);
	/* margin-top: -140px; */
}


.row {
	/* width: calc(100% - 120px); */
	max-width: 1280px;
	z-index: 3;
	position: relative;
}
.section-up .row {
	max-width: 1340px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 10px 10px 0 0 ;
	background-color: #eceade;
	border-top: 0px solid #171E36;

}
.section-up .shadow-wrap {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.section-up .shadow-wrap .shadow {
	position: relative;
	width: 100%;
}
.section-up .shadow:before,
.section-up .shadow:after {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 30px;
	height: 200px;
	background-color: #eceade;
	
	box-shadow: 0 0 30px #000;
	content:'';
}
.section-up .shadow:before {
	transform: rotate(-5deg);
}
.section-up .shadow:after {
	left:auto;
	right: -10px;
	transform: rotate(5deg);
}

.is-cover .row {

}

.is-cover.section-c2a .row {

}
.row.narrow {
	max-width: 60em
}
.row.wide {
	max-width: 80em
}
.row.wider {
	max-width: 92.5em
}

.section-wrapper.is-cover:not(.section-boxed) .row,
.section-c2a:not(.section-boxed) .row {

}

.max-width {
	max-width: 88em;
	margin: auto;
}



.header-placeholder {
	position: relative;
	display: block;
	height: 180px;
	z-index: 1;
}
.header-placeholder-wrapper {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	width: 100%;
}

.header-placeholder-title {
	font-size: 76px;
	color: #f4f3ef;
	margin-left: 30px;
	opacity: 0.9;
}

#interactieve-kaart.section-wrapper > .row iframe{
	height:750px;
}

.section-wrapper .row > iframe {
	width: 100%;
	height: 800px;
	border:0;
}
.section-wrapper .row > iframe .btn {
	font-size: 0.96rem !important;
	padding: 1rem .75rem !important;
}

	@media (max-width: 1460px) {
		.section-wrapper {
			display: block;
			position: relative;
		
			margin-left: auto;
			margin-right: auto;
		}
		#content .section-wrapper {
			
		}
		
		.section-wrapper.with-carousel {
			overflow: hidden !important;
			width: calc(100% - 0px);
		}
		.row {
			/* width: calc(100% - 120px); */
			max-width: 1180px;
			z-index: 3;
			position: relative;
		}
		.section-up .row {
			max-width: 1240px;
			padding-top: 40px;
			padding-left: 30px;
			padding-right: 30px;
			border-radius: 10px 10px 0 0 ;
			background-color: #eceade;
			border-top: 10px solid #171E36;
		
		}
		.is-cover.section-c2a .row {
			width: 100% !important;
			max-width: 1306px !important;
		}
		
	
	}
	@media (max-width: 1400px) {
	
		
	
	}
	@media (max-width: 1130px) {
		.section-wrapper {
			display: block;
			position: relative;
			
			margin-left: auto;
			margin-right: auto;
		}
		
		#content .section-wrapper {
			width: calc(100% - 0px);
		}
		
		.section-wrapper.with-carousel {
			overflow: hidden !important;
			
		}
		.row {
			max-width: 1060px;
		}
		.section-up .row {
			max-width: 1080px;
			padding-top: 40px;
			padding-left: 30px;
			padding-right: 30px;
			border-radius: 10px 10px 0 0 ;
			background-color: #eceade;
			border-top: 0px solid #171E36;
		
		}
	}
	@media (max-width: 1080px) {
		.row {
			max-width: 60rem
		}
		.section-up .row {
			max-width: 970px;
			padding-top: 40px;
			padding-left: 30px;
			padding-right: 30px;
			border-radius: 10px 10px 0 0 ;
			background-color: #eceade;
			border-top: 10px solid #171E36;
		
		}
	}
	@media (max-width: 970px) {
		#page-container {
		
		}
		.section-wrapper.is-cover {
			margin-left: 0px;
		}
		.section-gallery-slides {
			margin-left: 0px;
		}
		.section-c2a {
			margin-left: 0px;
		}
		.section-boxed {
			position: relative;
			max-width: calc(100% - 0px);
			border-radius: 0px;
		}


		.row {
			max-width: 94%;
		}
		.section-up .row {
			max-width: 95%;
			padding-top: 30px;
			padding-left: 15px;
			padding-right: 15px;
			border-radius: 10px 10px 0 0 ;
			background-color: #eceade;
			border-top: 0px solid #171E36;
		
		}
		.section-up .shadow:before,
		.section-up .shadow:after {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 30px;
			height: 200px;
			background-color: #eceade;
			
			box-shadow: 0 0 30px #000;
			content:'';
		}
		.section-up .shadow:before {
			transform: rotate(-5deg);
		}
		.section-up .shadow:after {
			left:auto;
			right: 0px;
			transform: rotate(5deg);
		}
		
		.white-popup .row {
			max-width: 100%;
		}
		.header-placeholder {
			height: 320px;
		}
		.header-placeholder .row h1 {
			position: absolute;
			left: 0rem;
			bottom: 60px;
			font-size: 36px;
			color: #f4f3ef;
		}
	}
	@media (max-width: 640px) {
		.divider-wrap.divider-wrap-top { 
			height: 40px !important;
			top: -20px;
			
		}
		.divider-wrap.divider-wrap-bottom { 
			height: 40px !important;
			bottom: -20px;
		}
		#page-container {
		
			padding-top: 100px;
		}
		.section-wrapper.is-cover {
			padding-top: 1rem !important;
			padding-bottom: 0.5rem !important
		}
		.row {
			max-width: 95%
		}
		.header-placeholder {
			height: 160px;
		}
		.header-placeholder .row h1 {
			position: absolute;
			left: 1rem;
			bottom: 60px;
			font-size: 24px;
			color: #f4f3ef;
		}
	}

/*
---------------------------
TOPBAR
---------------------------
*/


#topbar {
	position: fixed !important;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
	width: 100%;
	/* max-width: 1320px; */
	left: 0%;
	height: 130px;
	z-index: 997 !important;
	transform: translateX(0%) translateY(0%);
	
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#topbar:before {
	position: absolute;
	top: 0px;
	left:0;
	width: 100%;
	height: 130px;
	background: rgb(23,30,54);
	background: linear-gradient(0deg, rgba(23,30,54,0) 0%, rgba(23,30,54,1) 100%);
	content:'';
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
#topbar.small:before {
	opacity: 0;
	visibility: hidden;
}
#topbar.no-cover:before {
	/* opacity: 0.12; */
}


/* On scroll */
#topbar.small {
	transform:  translateY(-50px);
	border:0;
	background-color: #f4f3ef;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.103);
}
#topbar.no-cover {

}


#topbar.nav-up {
  transform: translateY(-200px);
}

#topbar .row  {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	margin: auto;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#topbar .row.nav-wrapper {

}
#topbar.small .row.nav-wrapper {
	
}
#topbar .shoppingcart {
	position: relative;
	font-family: 'gitan-latin', serif;
	font-weight: 700;
	color: #3BA6CC;
	background: #eceade;
	margin-left: 5px;
	border-radius: 5px;

}
#topbar .shoppingcart i {
	font-size: 18px;
}
#topbar .shoppingcart .shoppingcart-badge {
	font-size: 14px;
	position: absolute;
	top: -10px;
	right: -10px;
	display: flex;
	font-family: 'gitan-latin', serif;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	width: 24px !important;
	height: 24px !important;
	line-height: 15px;
	border-radius: 20px;
	color: #f4f3ef;
	background: #3BA6CC;
	
}
@media (max-width: 1460px) {
	
}
@media (max-width: 970px) {
	#topbar {
		/* height: 160px; */
	}
}
@media (max-width: 640px) {
	#topbar {
		height: 100px;
	}
	#topbar.small {
		height: 100px;
		transform:  translateY(-40px);
	}

	#topbar .row  {
		display: block;
		height: calc(100% - 0px);
		position: relative;
		margin: auto;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition:all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	#topbar:before {
		height: 110px;
		background: rgb(23,30,54);
		background: linear-gradient(0deg, rgba(23,30,54,1) 0%, rgba(23,30,54,1) 100%);
	}
	#topbar .shoppingcart {
		margin-left: 0px;
		margin-right: 5px;
		background: #f4f3ef;
	}
	#topbar .shoppingcart .shoppingcart-badge {
		font-size: 11px;
		position: absolute;
		top: 10px;
		right: -14px;
		font-weight: 700;
	}
}
@media (max-width: 374px) {
	#topbar {

	}
	#topbar .shoppingcart {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* Logo */

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 110px;
	display: block;
	transform: translateX(0px) translateY(-50px);
	transform-origin: top left;
  	z-index: 998 !important;


	visibility: visible;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	will-change: transform;

}

.logo:before,
.logo:after {
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	content:'';
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.logo:before {
	opacity: 1;
	background-image: url('../images/logo-hbdm-white.svg');
}
.logo:after {
	opacity: 0;
	background-image: url('../images/logo-hbdm.svg');
}

.is-loaded .logo {
	opacity: 1;
	transform: translateX( 0px) translateY(-25px);
}



.small .logo {
	transform: scale(0.7) translateX(0) translateY(0px);
}
.small .logo:before {
	opacity: 0;
}
.small .logo:after {
	opacity: 1;
}

.small .logo:hover {
	/* transform: scale(0.60) translateX(0px) translateY(-20px); */
}




	@media (max-width: 1460px) {
		.logo {
			position: absolute;
			top: 0px;
			left: 0;
			width: 200px;
			height: 110px;
		}

	}
	@media (max-width: 1400px) {
		.logo {
			left: 0px;
			width: 190px;
			height: 100px;
		}

	}
	@media (max-width: 1130px) {
		.logo {
			left: 0px;
			width: 200px;
			height: 110px;
		}

	}
	@media (max-width: 970px) {
		.logo {
			left: 10px;
			width: 190px;
			height: 100px;
		}
		
	}

	@media (max-width: 640px) {
		.logo {
			width: 140px;
			height: 86px;
		}
		.is-loaded .logo {
			opacity: 1;
			transform: translateX( 0px) translateY(-30px);
			}
		.small .logo {
			transform: scale(0.7) translateX(0) translateY(0px);
		}
	
		

	}
	@media (max-width: 374px) {
		.logo {
			width: 120px;
			height: 80px;
		}

	}

.topbar-sitelinks {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	height: 50px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 100%);
	text-align: right;
	z-index: 3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	visibility: visible;
	opacity: 1;
	will-change: opacity, visibility;
}
.topbar-sitelinks .site-info {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	/* background: #eee */
}
.topbar-sitelinks ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	padding:0 10px;
	margin:0;
	
}
.topbar-sitelinks ul.usp {
	padding:0 10px;
	border:0;
}

.topbar-sitelinks ul li {
	display: inline-block;
	padding:0;
	margin:0 10px;
	font-size: 15px;
}
.topbar-sitelinks ul.usp li {
	font-weight: 700;
	color:rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.topbar-sitelinks ul li a {
	display: flex;
	align-items: center;
	
	font-size: 14px;
	font-weight: 500;

	line-height: 1;
	color:rgba(255, 255, 255, 0.5);
	padding: 0 0.5rem;
	margin-right: 0;
}

.topbar-sitelinks ul li i {
	position: relative;
	margin-right: 4px;
	color:#d1861e;
	top:0px;
	font-size: 16px;
}
.topbar-sitelinks ul.usp li i{
	color:rgba(255, 255, 255, 0.5);
}
.topbar-sitelinks ul li i.fa-envelope {
	font-size: 17px;
	top: 0px;
}
.topbar-sitelinks ul li i.fa-mobile-android-alt {
	font-size: 18px;
}
.topbar-sitelinks ul li a i {
	color:#d1861e;
}
.topbar-sitelinks ul li a:hover {
	color:rgba(60, 87, 114, 1);
}


/* Social */
.topbar-sitelinks .socialist {
	margin-right: 20px;
	top:0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;

}
.topbar-sitelinks .socialist li {
	padding:0;
	margin: 0;
}
.topbar-sitelinks .socialist a {
	padding-left: 0px !important;
	position: relative;
	width: 40px;
	height: 40px;
	margin:0;
	color:rgba(255, 255, 255, 0.5);
	background: transparent !important;
}
.bg-white.topbar-sitelinks .socialist a {
	color:#d1861e;
}

.topbar-sitelinks .socialist li a span {
	display: none !important;
}
.topbar-sitelinks .socialist a:hover {
	color: #d1861e !important;
	border: 0;
}

.topbar-sitelinks .socialist a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 16px !important;
	color:rgba(255, 255, 255, 0.5) !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: rgba(255, 255, 255, 0) !important;
}


.topbar-sitelinks .socialist .share a i {
	padding-right: 0;
}
.topbar-sitelinks .socialist a:hover i {
	color: #d1861e !important;
	background-color: transparent !important;
}
.topbar-sitelinks .socialist li.phone {
	display: inline-block;
	padding-right: 30px;
}
.topbar-sitelinks .socialist li.phone a{
	width: auto;
	padding-left: 40px !important;
}
.topbar-sitelinks .socialist li.phone a span {
	display: block !important;
	color: #172C4A;
	font-size: 14px;
}
.topbar-sitelinks .socialist li.phone a i {
	width: 40px !important;
	top: 50%;
	left: 0rem;
	transform: translateX(0%) translateY(-50%);
	color: #d1861e;
}

.button.site-action {
	font-size: 16px;
	padding: 12px 20px;
}

.site-language {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: left;
	padding: 0px 0 0px 0px !important;
	margin: 0 0px 0 15px;
	outline: 0;
	border: 0px solid rgba(184, 184, 184, 1);
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-language:after {
	position: absolute;

	right: -10px;
	width: 0;
	height: 0;
	opacity: 0.3;
	border: inset 6px;
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #172C4A transparent transparent;
	transform-origin: center;
	transform: scale(0.6);

	content:'';
}
.site-language:hover {

}
.site-language.current {

	}

.site-language.nl {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABuklEQVRoQ+2bTUsCURSG32MtahMEmquW/gdr1cpUaFFobZI+NFq3i/5AtmodVAi6iamEFmF/oPwPI7S1VKJFCUFzwgnBhYPcWV7eWQ3M3AvvM88588Edwcj2ni+mI4gcApoURRwiMnrcun1VVcEbIE0P3sWCc9UYZvSDv67szszFpiuAbFkX3iiQ3nzjc2/Rcfo+mG6uVBWRbaM5LD1ZVWvR28uC9HL7KcjUk6U5w8XS31Xp5kp3IrIRbgY7Rym0Lr38QQdA1M6I4VIptD0Ao+GGWz3KI5iA60swBGNW+jSGxtAYMwI0xowXewyNMTTmq//DJ98xzIRgxptEMEE9hsbQGKPuy1JiKRkJAxpDY2iMGQEaY8aLPYbG0BgzAjTGjJdkz1r87DDuswPBBLxEEgzBGDUZ9piguxJLiaXEUjIiwFIyw8XmG2yM2wGEa/BGAKlqTzLl1r0I1s1Es/tsVdQlc+qmJCJc5ztyrT3VtL8yPFt2q+DK8H80qrXH40TBB7N09Dw7H49VILJpd5FMSqfOR7uz83K+/P8vwXDLlN01AYqAJCGIT5rGiuM6+PtEm56H68ZJ4mGY6Q/sgs6OzrF6dQAAAABJRU5ErkJggg==');
}
.site-language.de {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABsUlEQVRoQ+2bTUsCURSG3zNttDaBgav+h62aJhhtoIVptkkiIvpNbSLQTYUJLSIVrJ3+jyASEVyk7uaEQ4KBQ9xZ3t5ZDcy9A+8zzz3zwRnB0ubmiwXHca4gkoNqVkRk+bht+6qqEBlAtR+G4fVbq/myyBgFd103tZbO3ELkxLbwRnlU76bjj/NerzeLwHhBqSaQU6OTWDpYofXuc6Mq3kHZF0HL0pyJYqkiL15QagjkKNEZLJ2kiqZ4QXkowJalGRPFUuBT9oOyJppt96SQYGIuMMEQjNnapzE0hsaYEaAxZrxYY2iMoTGj40s++a5gJgSz2iSCiasxNIbGGFVfLiUuJSNhQGNoDI0xI0BjzHixxtAYGmNGgMaY8WKNiTNm2vH4PWbV9xiCiXm7JhiCMaq+QmNoDI0xIsDbtRku1pg4YyadvaFA2IO3BEiBkUza3qMIimai2T066tr8anu+wz7fX1c6hBaizvBp26tBwM7wOQxFfd3vViMw7/c76cxmav4vQcXuRfJHOsXDaDw72678/EuwGD5p7R7CcS4AyQmQ/Q+QFBgA2ofiZsN/fVpk/gaSkrL94ouaMgAAAABJRU5ErkJggg==');
}
.site-language.en {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAJ+0lEQVRoQ+2b+VuNWxvHv8+e9y5NKhGiDCkadQ7hkKnEKSkN2hUNjnMdQ/6K90cOr/OiJJVKA9UhmY55ONIgGpApkiZF2mO7572enU3LlvauHedcV/unfbXWvte9Pute67mf9b2j0O+TU1jtl5ZX+4tSoZpHA+MoClT/dkN9L8kKVZt6E7r5qyYtcg6q2/0icgw1NGGHpkFTQDOLjVuBq6Yd2BLlWaLpoJ740yUbBSZWvFTB6mVhnT7LsSetCpXVLSPiDGP0nwKG8cXBzgw7Ezwx8X4pJDlFxyTKtk2TcnOlajBtIfHpFEWJme8sa0uI4iNxsUOEpIxKvJcoDQ7onwCGx2NjQ5AT1s0WQXowDapnL9TzpGk6wzIvOYp6X3R2pSKn6AwtlxMA+IvnQ742EPty6nD99kuDwvneYObMskLiRleYX70E2cmzgKr30/woCnzfpb7UvpSy/I3LbdepjmRBWVVDAGCZjoFoYzhKuePxR2oF2jukBgH0vcCIhFzERrjAd0IPJAfToWoijwv2pAkQbo7CyUeqE5RveHbrOCtjy62x7nDpfAZJWi7o990EAK6nKxAZiuTiZzh76Sloenh8vgeYeZ4TsC3CCYJTxZBfuMrsmU+T4HAgXOeP5rne2JVcjgf1b15TvuHHPvZYutAOW9Y6gJVzHIqbd4jZU0IBRJHBeGDriN3JZXj1+v2Q6XxLMGYmfPwa44753DeQJGeit6OT8Jsz3R78eDGySzuR+2cdenqYbUX3EmCYX5ia8LEl2h0L+B2QJB9F75vPDDlOAy9OjIzrrThR/BAqlf7h863ArPhpChICHcA6lgfFzTJyoQV8CCOC8MR+DnYnlaGh8R3Z3j9i+rd4uY3Htg3OMDpzGvJzV4jQo7hcCIJXo9HlB3XoPX5OwhsslEYazDgrI2yP98Ds9ieQpOdpHw2uzmBHhyP1QiP+PPuYeRJpuawVMf17CIUcxIa7wG9iLyQHmMOqmTDAtpsI4eZoFNTKkJFfDYVCNRgTdftIgaEoCmv9piPKZzy+9DChxhhBFBOGKhM77D1UhpY2yYD+fhWM5ldOMyyRGOsGqxtXIC0qIR9vLBYE/svQsXgpdh+pwr3a1kHhjAQYu4mm2BnvgSn1dyHNLsTn6QdvgRdUIUE4UPAYf117PqiPOoFhrHC5LIQHOiHEzRjy5HT0PCaNs8ZZQZQgxvlWPg5l3kX3VxJDQ4LhcFgIXzsLoR4mkCVloKf+KZlyjDWHUfwGXJOZY39aBd6+I/O1gQjpDEZjYMokUyQyK/OgAtKcItByBZkcLfGGLGAN9mXX4cadxi+OaygwjtPHYmesG6xvX4e0oATo6SF9WfETuv1W4b+Z1bhd0TRolPTvoDcY5seavRztY4Oew5lQ3q8jV8nUBKLYCPzNGoc/UsvR0Skj2ocLRijgICZ0DlbbU5DsT4eqkZw0e4INRJvFKHnJQkp2FaTSfsB0xDMkMBrbNtZG2Bb34fRnEsNu8jDjebmBjghB0qnnOHf5U2I4HDCeLjbYLp6NMefPQlZykUzU2CwIA/zQ5r0Yuw9XoPpBm44YtLsNC4zGnDpfCLAHKzsPir/LyXxAJIRIHIxamxn4PakMTS3dQ3oqmRjzkBDlhiVj3qM7KQO9bW+IcTgOduAniHH8bjcyT9RAqez3/jMEPAYBw4w7aIY5azq4sZHIuNqKBLGr2lVd72P+s/cWfg2eDk5+IRRXb5HgeVwIwwLR4OihzqmeNuiXUxns8B0M/o8efe8kwmLtdxKKxySGayAMWqUXGMW12+hOPQb6XRcxPNd5JjibIpF+5TUKTj9Cb6/+WfiAYOgvpX2Dzd5A7bpGjIGG08sMNQrmy7yo9vUJhos/vdbkn915FMwA6zMKZhSMflt3NGJGI2Y0YvQjMBox+vEaTfAGipjRzHeAzHcglUC/wOvrPXWymfp2z66uHNJjhaAVpO7NWzQPPesCYWY7Vq+XyIf1bZh0rxSy/JOkTUZOXbYIUn9/7BnCLd3X5miQawfmPlgtkLuNgfxgmvZ9sKUFjBLEuNxljIPplchJWqsXmNXiXAStmgHxIisoDh1FT+0jYk4sczOI4jfghtIC+49UoFPHe90RBeM80xI7Ng2gIFAUBL5L0LXCF3sy7qOs6rXal6He4I23NsKOzXMxq+kBJBn5oCWkls6b54nesGDs11EJGBEwHzWnSXSf5vSqb9KaD9t2PERbonDqCY0jOfcglX26dx0qGMY2RQErl0xFvL8dqKw8KEoriXEpIxFE0etxf6w99iSXo7mV1OF1PSKGtJXUKmWkM4xKtFVKMAJ5oC9aflyIXSmVqHvUruXLcMBojJmbCbB1kwe8VM2QpGSh9y0psXJnO4K9cQPSLjWhsKT+i2qjwSJGo2svFL7tu3dt7yBsc6ZNhSBBjJzyd8guqP0gkGsPbwgwGqvec23xW7gjBEUnIb90g5SS+TwIQwPwbIa7+trz+cu3ugYMdI4YnwWTsSVoGth5J6C4XkqGL58PYVgAnk1308kBQ4JhHDEWcREX6YpllnJImAVrJtXQvovyaORVdCGroGbABes/qUHBWFuKsC3OE65dz/vuXbs+q51xcQI7JgLpF5tQUPJIp5A1NBjNhFycrJEY4wKzSxcgO32BlJI/SCst8xfh98N3UfPw69LKgGAYUW3NCgdsWm4LVXo2lJXVBjvkRgoM4yBTWycOdsbaWYK+2rrnZJmcRowrfkEhNZt8KAwaMZNtTbAj3hMOT+9BmnUCtIzUe3nzmcdiCJIKH+PclWc671tNx5EEoxlj2lRzJMa6w7bqNmT5p0Ar+yWbTGLIyLe+q7A3sxqlldryLRExHDYL6wMcEe5lBnnKUfQ8ePzFROqm0gL/G0Yi9S3AMI6z2RSCV8/EBm9LKA5loKeunpyPBZMYRuKazAwH0isJwV9dgwdQljMdLJAY5w6bspuQHi/WFsiXLYLM3x97s2twq+yV3lHS/wffCoxmzAk2xkiM98TMxjpIjuaDlpJaOs+7r0Rkf0E9Ll5vAA20UwHRucdjQl2C1kxjQ5qUAVUDWaHAtrGG6JconHnFQUpWFSTS4df9fmswmsTQz8cesavsQGXmQHHnLnlmGjNFRaGoMrVjEsMTVGND+0qzv86fkRVf0BLIBWtWoGORD3an3tWpIEjXMPoeYDS+jTUX4rdYD8yVv4IkNRu9bz9TN12cwBKH+WlVhqv35pRJ6hKy4/clyDxeA4VStxKyfwMYjY8LfpiIraGO4BUUQn755kfXP1aGM395sX69UESbplJ8Xqgw5Ge8nOOFXUllehcd/pvAqBNDIx4SIl3hYyH9kBi25UqozpiP/0ugmVD3k8afj95oiSsofjhP1Ytxuk5U337fcyt97isNutndyfrW9o1zUmwnWxVp2v8P6NTf2cMY2HkAAAAASUVORK5CYII=');
}

	
	@media (max-width: 1130px) {

		.topbar-sitelinks .site-info {
			padding: 0 0px 0 0px;
		}
		
	}

	@media (max-width: 970px) {

		.topbar-sitelinks .site-info {
			display: flex;
			align-items: center;
			width: calc(100% - 200px);
		}

		.topbar-sitelinks .extra-button {
			margin-right: 0px;
		}
		.site-language {
			margin-left: 0;
			margin-right: 10px;
		}
		.topbar-sitelinks ul {
			padding: 0 0px 0 0px;
		}
		.topbar-sitelinks ul li {
			font-size: 12px !important;
			margin: 0 5px;
		}
		.topbar-sitelinks .socialist {
			display: none;
		}
		.topbar-sitelinks .socialist li {
			display: none;
		}
		.topbar-sitelinks .socialist li.phone {
			display: inline-block;
			padding-right: 20px;
		}
		.topbar-sitelinks .socialist li.phone a i{
			font-size: 1.4rem;
			color: #172C4A !important
		}
	}
	@media (max-width: 640px) {
		.topbar-sitelinks {
			height: 40px;
			padding:0;
		}
		.site-info-shape {
			position: absolute;
			top: 0px;
			left: 0px;
		}
		.topbar-sitelinks .site-info {
			position: relative;
			float: right;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			width: calc(100% - 80px);
			height: 40px;
		}
		.topbar-sitelinks ul {
			padding-right: 0px;
		}
		.topbar-sitelinks ul li a span {
			display: none;
		}
		.topbar-sitelinks ul li a i {
			font-size: 12px;
		}
		.site-language {
			margin-right: 0;
		}
		
		.button.site-action {
			display: none;
		}
		.topbar-sitelinks .socialist li.phone {
			display: inline-block;
			padding-right: 0px;
		}
		.topbar-sitelinks .socialist li.phone a i{
			font-size: 1.2rem;
		}
		.topbar-sitelinks .socialist li.phone a span{
			display: none !important;
		}
	}
	@media (max-width: 400px) {
		.topbar-sitelinks .socialist li.twitter,
		.topbar-sitelinks .socialist li.facebook,
		.topbar-sitelinks .socialist li.linkedin,
		.topbar-sitelinks .socialist li.youtube,
		.topbar-sitelinks .socialist li.instagram {
			display: none;
		}
		.topbar-sitelinks {
			right:0;
		}
		.small .topbar-sitelinks {
			visibility: visible;
			opacity: 1;
		}
		.topbar-sitelinks .site-info {
			position: relative;
			float: right;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			width: calc(100% - 90px);
			height: 40px;
		}

		.topbar-sitelinks .site-info .rating {
			/* transform: scale(0.8);
			transform-origin: left center; */
			padding-right: 20px;
			margin-right: 10px;
		}
		.topbar-sitelinks .site-info .rating img {
			margin-top: 2px;
			width: 10px;
		}
		.topbar-sitelinks .site-info .rating span.number {
			font-size: 10px;
		}
		.topbar-sitelinks .site-info .rating i {
			font-size: 9px;
		}
		.topbar-sitelinks .site-info .rating span.amount {
			font-size: 7px;
			left: 4px;
		}
	}
	@media (max-width: 374px) {
		
		.topbar-sitelinks .site-info {
			width: calc(100% - 80px);
		}
		.topbar-sitelinks .site-info .rating {
			padding-right: 20px;
			margin-right: 5px;
		}
		.topbar-sitelinks ul li a {
			padding-left: 4px;
			padding-right: 4px;
		}
	}

/*
---------------------------
SECTION TITLES
---------------------------
*/

.section-fleet {
	position: relative;
	background: #f1f2f2 !important;
	padding: 100px 0 0px;
	overflow: hidden;
}
.section-slider {
	width: 100%;
	z-index: 99;
	overflow: visible;
	background: #f1f2f2 !important;
	color: rgba(60, 87, 114, 0.7) !important
}
.section-slider,
.section-slider .rsOverflow,
.section-slider .rsSlide,
.section-slider .rsVideoFrameHolder,
.section-slider .rsThumbs {
	background: #f1f2f2 !important;
	color: rgba(60, 87, 114, 0.7) !important
}
.section-slider .section-wrapper .bg-section-image,
.section-slider .section-wrapper .divider-wrap {
	display: none;
}


.section-slider .rsTabs {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 2px 10px 40px;
	max-width: calc(1280px - 0px);
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
@media (max-width: 1460px) {
	.section-slider .rsTabs {

		max-width: calc(74em - 0px);
	}

}
@media (max-width: 1130px) {
	.section-slider .rsTabs {
		max-width: calc(64rem - 0px);
	}

}

.section-slider .section-wrapper {
	padding: 140px 0 80px !important
}

@media (max-width: 970px) {
	.section-slider .rsTabs {
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translate(-50%, 0%);
		padding: 2px 10px 10px;
		max-width: calc(1280px - 0px);
		margin: auto;
		display: block;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;

		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;

	}
	.section-slider .section-wrapper {
		padding: 90px 0 80px !important
	}

}

.section-slider .rsTabs .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: 14.2%;
	color: rgba(60, 87, 114, 0.7);
	padding: 0px 0px 0px;
	min-width: 72px;
	border: 0px solid rgba(60, 87, 114, 0.1);

	text-decoration: none;
	background: #f4f3ef;
	margin: 0 0px;
	border-radius: 0px;
	box-shadow:none;
	transform: scale(0.9);
}
@media (max-width: 970px) {
	.section-slider .rsTabs .rsTab {
		width: 140px;
		transform: scale(1);
		margin: 0 10px 0 0;
	}
}

.section-slider .rsTabs .rsTab:after {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #d1861e;
	border-radius: 0px;
	content: '';
	opacity: 0;
	z-index: 10;
}
.section-slider .rsTab.rsNavSelected {
	transform: scale(1);
	background: #f4f3ef;
	box-shadow: 0 1px 1px rgba(60, 87, 114,0.04),
	0 2px 2px rgba(60, 87, 114,0.04),
	0 4px 4px rgba(60, 87, 114,0.04),
	0 8px 8px rgba(60, 87, 114,0.04),
	0 16px 16px rgba(60, 87, 114,0.04),
	0 32px 32px rgba(60, 87, 114,0.04);
}
.section-slider .rsTabs .rsTab.rsNavSelected:after {
	opacity: 1;
}

@media (max-width: 970px) {
	.section-slider .rsTab.rsNavSelected {
		box-shadow: none
	}
}

.section-slider .rsTabs .rsTmb {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.section-slider .rsTabs .rsTmb img {
	border-radius: 0px;
	position: relative;
	z-index: 1;
}

.section-slider .rsTmb .rsTmb-title {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	display: block;
	font-family: 'moret', serif;
	font-weight: 700;
	text-shadow: none;

	background: rgb(60, 87, 114);
	background: linear-gradient(0deg, rgba(60, 87, 114,1) 0%, rgba(60, 87, 114,0) 100%);
	color: #f4f3ef;
	padding: 15px 0 5px;
	white-space: nowrap;
	border-radius: 0 0 10px 10px;
	z-index: 3;
}

@media (max-width: 970px) {
	.section-slider .rsTmb .rsTmb-title {
		white-space: normal;
		font-size: 12px;
	}
}



.section-c2a.min-height {
	min-height: 700px;
	height: 70vh;
	max-height: 900px;
}
.section-c2a.fixed-height {
	min-height: 500px;
}
.section-title-wrapper {
	padding-left: 2.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.section-title-wrapper.text-center {
	padding-left: 0;
	padding-bottom: 0;
	align-items: center;
	justify-content: center;
}
.float-left .section-title-wrapper,
.float-right .section-title-wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem;
	max-width: 640px;
	padding-right: 25px;
}
.section-c2a .section-title-wrapper {
	padding-left: 2.5rem;
	max-width: 100%;
}
.section-c2a .section-title-wrapper.text-center {
	padding-left: 0;
	max-width: 100%;
}
.introduction .section-title-wrapper {
	padding-left: 2.5rem;
}
.introduction .section-title-wrapper.text-center {
	padding-left: 0rem;
}

.float-right .section-title-wrapper {
	float: right;
}
.section-boxed .section-title-wrapper {
	padding-right: 3rem;
	padding-left: 3rem;
}


	@media (max-width: 970px) {
		.section-title-wrapper {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.section-c2a .section-title-wrapper {
			padding-left: 25px;
		}
		.section-c2a.fixed-height {
			min-height: 300px;
		}
		.float-left .section-title-wrapper,
		.float-right .section-title-wrapper {
			padding-top: 1rem;
			padding-bottom: 1rem;
			max-width: 100%;
		}
	}
	@media (max-width: 640px) {
		.section-c2a {

		}
		.section-c2a.fixed-height {
			min-height: 200px;
		}
		.section-title-wrapper {
			padding-left: 10px;
		}
		.section-c2a .section-title-wrapper {
			padding-left: 25px;
		}
		.section-c2a .section-title-wrapper.text-center {
			padding-left: 0px;
		}
	}
	@media (max-width: 400px) {
		.section-c2a {

			overflow: hidden;
		}
		.section-title-wrapper {
			padding-left: 10px
		}
	}

.section-icon {
	position: relative;
	color: #d1861e;
	display: inline-block;
	margin-bottom: 0px;
}
.section-icon i:before{
	font-size: 72px;
	margin-left: 0px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .section-icon {
	color: #eceade;
}

.section-intro {
	font-family: 'moret', serif;
	position: relative;
	font-size: 22px;
	font-weight: 400;
	color: #171E36;
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 5px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .section-intro {
	color: #eceade;
}


.section-title {
	position: relative;
	font-size: 2rem;
	display: block;
	position: relative;
	margin-left: -2px;
}
.section-title:after {
	display: block;
	content:'';
	margin-top: 15px;
	width: 100px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/border-narrow-primary.svg');
	background-size: 100% 6px;
}

.section-title.title-small {
	font-size: 1.8rem;
}
.section-title.title-medium {
	font-size: 2.4rem;
}
.section-title.title-large {
	font-size: 4rem;
	line-height: 1;
}
.section-title.title-huge {
	font-size: 64px;
	line-height: 1.1;
}
.section-title em {
	font-style: normal;
	color: #d1861e;
}
.text-center .section-title:after {
	margin: 15px auto;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .section-title  {
	color: #eceade !important;
}


.section-subtitle {
	position: relative;
	font-size: 20px;
	color: #172C4A;
	font-weight: 500;
	font-style: italic

}
.section-lead {
	position: relative;
	display: block;
	margin-top: 20px;
}
.section-lead .section-lead-more {
	display: none;
}
.section-lead.expanded .section-lead-more {
	display: block;
}
.section-lead .read-more {
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
	color: #f4f3ef;
}
.section-lead .read-more i {
	margin-left:5px;
}
.section-lead .read-more .less {
	display: none;
}
.section-lead.expanded .read-more .more {
	display: none;
}
.section-lead.expanded .read-more .less {
	display: inline-block;
}
.section-lead.expanded .read-more i {
	transform: scaleY(-1);
}

.section-lead p {
	font-size: 16px;
	font-weight: 400;
}
.section-lead ul li {
	font-size: 16px;
	
}
.introduction .section-lead {
	padding-top:0px;
}
.introduction .section-lead.with-label {
	padding-top: 42px;
}
.introduction .medium-centered .section-lead.with-label {
	padding-top: 15px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-lighter) .section-lead p  {
	color: #eceade !important;
}
.section-more {
	position: absolute;
	top: 4px;
	right:1.5rem;
	font-size: 0.96rem;
	margin-top: 0rem;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	border: 0px solid rgba(166, 166, 163, 0.31);
}
.section-button {
	margin-top: 10px;
	margin-bottom: 10px;

}
.section-button span{
	display: inline-block;
	margin-right: 5px;
}
.section-footer {

	padding-top: 5px;
}
.section-footer .button {
	margin-right: 30px;
	margin-bottom: 10px;
}
.text-center .section-footer .button {
	margin-right: 0px;
	margin-bottom: 10px;
}
/* .section-footer .open-video {
	margin-left: 20px;
} */
.footer-logo{
	width:175px;
	right: 0;
	left: 0;
	margin-left: auto;
}


	@media (max-width: 1130px) {
		.section-intro {
			font-size: 20px;
		}
		.section-title {
			font-size: 2rem;
			display: block;
		}
		.section-title.title-medium {
			font-size: 2rem;
		}
		.section-title.title-large {
			font-size: 2.8rem;
		}
		.section-title.title-huge {
			font-size: 40px;
		}

		.section-lead p {

		}
	}
	@media (max-width: 970px) {
		.section-title {

			display: block;
		}
		.section-title.title-medium {
			font-size: 1.8rem;
		}
		.section-title.title-large {
			font-size: 2.8rem;
		}
		.section-title.title-huge {
			font-size: 36px;
		}
		.section-title-clone {
			display: none;
		}
	}
	@media (max-width: 640px) {

		.section-intro {
			display: block;
			margin-bottom: 0px;
			font-size: 17px;
			font-weight: 400;
			padding-left:0;
		}
		.section-intro:after {
			display: none;
		}
		.section-title {
			font-size: 1.6rem;
			display: block;
			margin-bottom: 0px;
		}
		.section-title.title-small {
			font-size: 1.3rem;
			margin-bottom: 0;
		}
		.section-title.title-medium {
			font-size: 1.6rem;
		}
		.section-title.title-large {
			font-size: 2rem;
			line-height: 1.2;
		}
		.is-cover .section-title.title-large {
			font-size: 1.8rem;
			line-height: 1.2;
		}
		.section-subtitle {
			font-size: 18px;
		}
		.section-lead p {
			font-size: 1rem;
		}
		.section-more {
			right: 10px;
			top: 0px;
			margin-bottom: 5px;
			font-size: 12px !important;
			padding-top: 8px;
			padding-bottom: 8px;
			padding-left: 1rem;

		}
		.section-footer {
			align-items: flex-start;
			flex-direction: column;
		}
		.section-footer .button {
			margin:0;
			margin-top: 5px;
			margin-right: 0px;
		}
		.section-button {
			margin-bottom: 5px;
		}
		.footer-logo{
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
		}
	}
	@media (max-width: 400px) {
		.section-intro {

		}

		.section-title.title-large {
			font-size: 2rem;
			line-height: 1.2;
		}
		.section-title.title-medium {
			font-size: 1.5rem;
		}
	}


.section-play {
	position: absolute !important;
	top: 20%;
	left: 80%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	transform: translate(-50%, -50%);
	transform-origin: center;
	background: #3BA6CC;
	border: 0px solid rgba(255, 255, 255, 0.233);
	z-index: 99;
	box-shadow:  0px 6px 16px rgba(60, 87, 114, 0.12);
}
.section-play:hover {
	transform: translate(-50%, -50%);
	background: #3BA6CC;
	box-shadow: 0 0px 30px rgba(60, 87, 114, 0.4);
}
.section-play i {
	font-size: 30px;
	position: relative;
	margin-top: 2px;
	left: 2px;
	color: #f4f3ef;
}
.one-image .section-play {
	top: 50%;
	left: 50%;
}
.is-cover .section-play {
	top: 50%;
	left: 80%;
}


.c2a-wrapper .section-play {
	position: absolute !important;
	top: 45%;
	left: 0;
}


/* Section background image */
.bg-section-image {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.bg-section-image.bg-width-100 {
	z-index: 1;
}

.bg-section-image.bg-repeat {
	background-position: top left;
	background-size: 10% auto;
	background-repeat: repeat;
	z-index: 1;
}
.bg-section-image.bg-contain {
	background-size: contain;
}

/* Position */
.bg-section-image.bg-position-left {
	background-position: left center;
	z-index: 1;
}
.bg-section-image.bg-position-right {
	background-position: right center;
	z-index: 1;
}
.bg-section-image.bg-position-right {
	left: auto !important;
	right: 0  !important;
	background-position:  right;
}
.bg-section-image.bg-position-right.bg-width-100 {
	z-index: 1 !important;
}

.section-boxed .bg-section-image.bg-width-100 {
	border-radius: 0px;
}
.section-boxed .bg-section-image.bg-position-right {
	border-radius: 0 0px 0px 0;
}
.section-boxed .bg-section-image.bg-position-left {
	border-radius: 0px 0 0 0px;
}

/* Widths */
.bg-section-image.bg-width-100 {
	width: 100%;
}
.bg-section-image.bg-width-75 {
	width: 75%;
}
.bg-section-image.bg-width-66 {
	width: 66.66%;
}
.bg-section-image.bg-width-60 {
	width: 60%;
}
.bg-section-image.bg-width-50 {
	width: 50%;
}
.bg-section-image.bg-width-40 {
	width: 40%;
}
.bg-section-image.bg-width-33 {
	width: 33.333%;
}
.bg-section-image.bg-width-25 {
	width: 25%;
}

/* Heights */
.bg-section-image.bg-height-100 {
	height: 100%;
}
.bg-section-image.bg-height-75 {
	height: 75%;
}
.bg-section-image.bg-height-66 {
	height: 66.66%;
}
.bg-section-image.bg-height-60 {
	height: 60%;
}
.bg-section-image.bg-height-50 {
	height: 50%;
}
.bg-section-image.bg-height-40 {
	height: 40%;
}
.bg-section-image.bg-height-33 {
	height: 33.333%;
}
.bg-section-image.bg-height-25 {
	height: 25%;
}




@media (max-width: 970px) {
	.bg-section-image.bg-width-75,
	.bg-section-image.bg-width-66,
	.bg-section-image.bg-width-60,
	.bg-section-image.bg-width-50,
	.bg-section-image.bg-width-40,
	.bg-section-image.bg-width-33,
	.bg-section-image.bg-width-25 {
		width: 100%;
		opacity: 0.15 !important;
	}

	.section-boxed .bg-section-image.bg-width-100 {
		border-radius: 0px;
	}
	.section-boxed .bg-section-image.bg-position-right {
		border-radius: 0 0px 0px 0;
	}
	.section-boxed .bg-section-image.bg-position-left {
		border-radius: 0px 0 0 0px;
	}
	.section-play {
		display: none !important;
	}
}

/* Parallax */
.parallax.parallax-opacity-10 .parallax-inner {
	opacity: 0.1;
}
.parallax.parallax-opacity-20 .parallax-inner {
	opacity: 0.2;
}
.parallax.parallax-opacity-30 .parallax-inner {
	opacity: 0.3;
}
.parallax.parallax-opacity-40 .parallax-inner {
	opacity: 0.4;
}
.parallax.parallax-opacity-50 .parallax-inner {
	opacity: 0.5;
}
.parallax.parallax-opacity-60 .parallax-inner {
	opacity: 0.6;
}
.parallax.parallax-opacity-70 .parallax-inner {
	opacity: 0.7;
}
.parallax.parallax-opacity-80 .parallax-inner {
	opacity: 0.8;
}
.parallax.parallax-opacity-90 .parallax-inner {
	opacity: 0.9;
}

.parallax-bg-width-75 .parallax-inner {
	max-width: 75% !important;
}
.parallax-bg-width-66 .parallax-inner {
	max-width: 66.66% !important;
}
.parallax-bg-width-60 .parallax-inner {
	max-width: 60% !important;
}
.parallax-bg-width-50 .parallax-inner {
	max-width: 50% !important;
}
.parallax-bg-width-40 .parallax-inner {
	max-width: 40% !important;
}
.parallax-bg-width-33 .parallax-inner {
	max-width: 33.333% !important;
}
.parallax-bg-width-25 .parallax-inner {
	max-width: 25% !important;
}
.bg-position-center {
	background-position: center;
}
.parallax-bg-position-right .parallax-inner {
	right: 0  !important;
	background-position: right;
}


.parallax-inner { 
	background-size: 110% auto !important
}
/* Uitsnijden */

.parallax-top .parallax-inner {
	background-position: top center !important;
}
.parallax-bottom .parallax-inner {
	background-position: bottom center !important;
}


	@media (max-width: 970px) {
		.parallax-bg-width-75 .parallax-inner,
		.parallax-bg-width-66 .parallax-inner,
		.parallax-bg-width-60 .parallax-inner,
		.parallax-bg-width-50 .parallax-inner,
		.parallax-bg-width-40 .parallax-inner,
		.parallax-bg-width-33 .parallax-inner,
		.parallax-bg-width-25 .parallax-inner {
			max-width: 100% !important;
			opacity: 0.2 !important;
		}
		.parallax-inner { 
			background-size: 120% auto !important
		}
	}


@media (max-width: 1130px) {


}
@media (max-width: 640px) {
	.parallax-inner { 
		background-size: 140% auto !important
	}


}
/*
---------------------------
INTRODUCTION
---------------------------
*/

.introduction-title-wrapper {
	position: relative;
}
.introduction-label {
	font-weight: 700;
}
.introduction-title {
	line-height: 1.2;
	position: relative;
	font-size: 2rem;
}
.introduction-title span {
	display: inline-block;
}
.introduction-lead {
	padding-top: 0rem;
}
.introduction-lead p {
	font-size: 1.3rem;
	font-weight: 700;
}
.introduction-button {
	margin-top: 10px;
}
.introduction-link i {
	margin-left: 5px;
}

	@media (max-width: 1024px) {
		.introduction-title-wrapper {
				padding-left: 1.5rem;
		}
		.introduction-title {
			font-size: 2rem;
		}
		.introduction-text {
			padding-right: 2rem;
		}
		.introduction-lead {
			padding-top: 0.5rem;
		}
		.introduction-lead p {
			font-size: 1.1rem;

		}
	}
	@media (max-width: 970px) {
		.introduction-title-wrapper {
				padding-left: 1rem;
		}
		.white-popup .introduction-title-wrapper {
				padding-left: 0rem;
		}
		.introduction-title {
			font-size: 1.8rem;
		}
	}
	@media (max-width: 640px) {
		.introduction-title-wrapper {
			padding: 1rem;
			text-align: center !important
		}
		.introduction-title {
			font-size: 1.8rem;
		}
		.introduction-lead {
			text-align: center !important
		}
		.white-popup .introduction-title-wrapper {
			padding: 0rem !important;
			text-align: left !important;
		}
		.white-popup .introduction-lead {
			text-align: left !important;
		}
		.white-popup .introduction-title-wrapper p {
			font-size: 0.96rem;
			line-height: 1.5;

		}
	}


/*
---------------------------
CALL TO ACTION
---------------------------
*/

.c2a-wrapper.text-right {
	text-align: left !important
}
.c2a-wrapper {
	padding: 0 4rem 0 3rem;
}
.c2a-label {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	padding-left:2px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-lighter):not(.bg-secondary) .c2a-label {
	color: #eceade !important;
}
.c2a-label:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	content:'';
	height: 120px;
	width: 1px;
	background: #eb6209;
	transform: translateX(-50%) translateY(-30%);
}
.float-left .c2a-label:before,
.float-right .c2a-label:before {
	display: none;
}
.c2a-title {
	margin-bottom: 1.4rem;
	line-height: 1.2;
}
.c2a-title.large {
	font-size: 3.2rem;
	line-height: 1.1;
	max-width: 80%;
}
.c2a-title.medium {
	font-size: 2.4rem;
	line-height: 1.2;
}
.c2a-title span {
	display: inline-block;
}
.c2a-text {
	padding-top: 1rem;
	padding-left: 0rem;
}
.c2a-text p {
	font-size: 1rem;
	line-height:1.7;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-lighter):not(.bg-secondary) .c2a-text p   {
	color: #eceade !important;
}

.c2a-button {
	margin-top: 1rem;
}


/*
-----------------------------
Actionbar
-----------------------------
*/
.actione {
	position: relative;

	margin: 0 0rem;
	margin-top: 0px;
}
.actionbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.8rem 2rem 1.8rem;
	
	position: relative;
}
.actionbar-content {

}
.actionbar .actionbar-title {
	position: relative;
	display: inline-block;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
}
.actionbar p {
	font-size: 22px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .actionbar .actionbar-title {
	color: #eceade !important;
}

.actionbar .actionbar-button {
	display: inline-block;
	margin-top: 0;

}
	@media (max-width: 1130px) {
		.actionbar {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 1.8rem 1rem 1.8rem;
			
			position: relative;
		}
	}
	@media (max-width: 970px) {
		.actionbar {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: column;
			text-align: center;
			padding: 1.8rem 1rem 1.8rem;
			
			position: relative;
		}
		.actionbar .actionbar-title {
			font-size: 1.5rem;
			line-height: 1.2;
		}
		.actionbar .actionbar-button {
			margin-top: 0px;
		}
		.actionbar p {
			font-size: 16px;
		}
	}
	@media (max-width: 400px) {
		.actionbar {
			padding: 1rem 0rem 1rem;
			text-align: center;
			position: relative;
		}
		.actionbar .actionbar-button {
			float: none;
			margin-left: 0rem;
		}
		
	}


/*
---------------------------
USP BOX
---------------------------
*/

/* .section-usp {
	max-width: calc(1360px - 10px);
	margin: auto;
	margin-top: -60px;
	border-radius: 7px;
	z-index: 99;
} */
.section-usp.bg-primary {

}
.section-usp.bg-secondary {

}

	@media (max-width: 1460px) {

	}

.usp-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	min-height: 120px;
	padding: 1rem 25px 1rem 25px;
	margin-bottom: 0rem;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.usp-wrapper .column {
	/* border-right: 1px solid rgba(60, 87, 114, 0.089); */
}
.usp-wrapper .column:last-child {
	border:0;
}
/* .column:last-child .usp-box {
	border:0;
} */

.usp-box.text-center  {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.usp-box.icon-left {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	text-align: left;
	border-radius: 15px;
	padding: 1rem 2rem 1rem 2rem;
	margin-bottom: 2rem;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.usp-box.icon-left.bg-white {
	border: 2px solid rgba(103, 36, 131, 0.144);
}
.usp-box.icon-left.bg-white:hover {
	border: 2px solid #172C4A;
}

.usp-icon {
	padding: 0rem 0rem 0;
	border-radius: 0px;
	position: relative;
	margin-bottom: 30px;
}
.usp-icon:before {
	position: absolute;
	top: -32px;
	left: -32px;
	bottom: -36px;
	right: -32px;
	/* width:130px;
	height: 130px; */
	content:'';
	background:  url('../images/icon-back.svg') no-repeat center;
	background-size: contain;
	opacity: 1;
	z-index: -1;
}
.usp-icon.primary:before {
	background-image: url('../images/icon-back-primary.svg');
}
.usp-icon.secondary:before {
	background-image: url('../images/icon-back-secondary.svg');
}
.usp-icon.color3:before {
	background-image: url('../images/icon-back-color3.svg');
}

.usp-box.icon-left .usp-icon {
	margin-right: 20px;
}
.usp-box.text-center .usp-icon {
	text-align: center;
}


.usp-icon.icon-small i:before{
	font-size: 32px;
}
.usp-icon.icon-medium i:before{
	font-size: 44px;
}
.usp-icon.icon-large i:before{
	font-size: 56px;
	margin-left: 0px;
}

.usp-icon i {
	z-index: 2;
}
.usp-icon i:before {
	line-height: 1;

}

.usp-description {
	padding-top: 1rem;
}

.usp-title {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;

}
.icon-left .usp-title {
	margin:0;
}
.usp-description p {
	font-size: 16px;
	line-height: 1.7;
	margin:0;
}
a.usp-box .usp-description p {

}
a.usp-box:hover {
	background-color: #f7faf7;
}
.bg-light a.usp-box:hover {
	background-color: #f4f3ef;
	box-shadow: 0px 0px 25px rgba(60, 87, 114, 0.13);
}
.usp-more {
	font-weight: 700;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .usp-title {
	color: #eceade !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .usp-description p {
	color: rgba(255, 255, 255, 0.7) !important;
}


	@media (max-width: 1130px) {
		.usp-title {
			font-size: 18px;
		}
	}
	@media (max-width: 970px) {
		.usp-wrapper .column {
			border:0;

		}
		.usp-box {
			padding: 1rem 1rem 1rem 7px;
			border:0;
			min-height: 100px;
			margin-bottom: 20px;
		}
		.usp-icon.icon-small i:before{
			font-size: 1.4rem;
		}
		.usp-icon.icon-medium i:before{
			font-size: 2.4rem;
		}
		.usp-icon.icon-large i:before{
			font-size: 4rem;
		}
		.usp-title {
			font-size: 20px;
		}
	}
	@media (max-width: 640px) {
		.usp-box {
			padding:0 1rem 1rem 0.1rem;
			margin-bottom: 1rem;
			align-items: flex-start;
			justify-content: flex-start;
			flex-direction: row;
			text-align: left;
			min-height: 60px;
			border-bottom: 1px solid rgba(60, 87, 114, 0.089);
		}
		.usp-box.order-4 {
			border:0;
			margin-bottom: 0;
		}
		.usp-box.icon-left {
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-direction: row;
			text-align: left;
			border-radius: 15px;
			padding: 1rem 1rem 1rem 1rem;
		}

		.usp-icon {
			flex-basis: 50px;
			flex-shrink: 0;
			padding: 0rem 0 0rem 0rem;
			margin-right: 10px;
		}
		.usp-title {
			font-size: 18px;
			margin:0 0 5px;
		}
		.usp-icon.icon-small i:before{
			font-size: 1.4rem;
		}
		.usp-icon.icon-medium {
			width: 60px;
		}
		.usp-icon.icon-medium i:before{
			font-size: 2rem;
		}
		.usp-icon.icon-large i:before{
			font-size: 2rem;
		}
		.usp-description {
			padding-top: 0rem;

		}
		.usp-description p {
			font-size: 14px;
		}
		.usp-icon:before {
			position: absolute;
			top: -16px;
			left: -26px;
			bottom: -16px;
			right: -10px;
		}
	}

.usp-listing {
	padding: 0 1.5rem;
}
.usp-listing ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:0;
}
.usp-listing ul li .usp-listing-item {
	font-family: 'moret', serif;
	font-weight: 500;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size:22px;
	color: #172C4A;
}

.usp-listing ul li .usp-listing-title {
	font-family: 'moret', serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	color: #172C4A;
}
.usp-listing ul li i,
.usp-listing ul li img {
	position: relative;
	top: 0px;
	margin-right: 10px;
	font-size: 30px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .usp-listing ul li .usp-listing-title {
	color: #eceade !important;
}

@media (max-width: 1130px) {
	.usp-listing {
		padding: 0 0rem 0 0rem;
	}
	.usp-listing ul li {
		font-size:20px;
		line-height: 1.1;
		align-items: flex-start;
		font-size: 22px;
	}

}
@media (max-width: 970px) {
	.usp-listing {
		padding: 0 0rem 0 0rem;
	}
	.usp-listing ul li {
		font-size:18px;
		line-height: 1.1;
	}
	.usp-listing ul li .usp-listing-title {
		font-family: 'moret', serif;
		font-weight: 400;
		font-size:16px;
		margin: 0;
		color: #172C4A;
	}
}
@media (max-width: 640px) {
	.usp-listing ul  {
		flex-direction: column;
		align-items: flex-start;
	}
	.usp-listing ul li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.usp-listing ul li i,
	.usp-listing ul li img {
		position: relative;
		top: -1px;
		margin-right: 10px;
		font-size: 16px;
	}
	.usp-listing ul li .usp-listing-title {
		font-family: 'moret', serif;
		font-weight: 400;
		font-size:18px;
	}
}

/*
---------------------------
BRANDS
---------------------------
*/

.section-brands {
	border-bottom: 1px solid #eee;
}

.brands-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands-wrapper .brands-item{
	padding: 2rem;
}
.brands-wrapper .brands-item img {
	max-height: 70px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.brands-wrapper .brands-item:hover img {

}


/* Scolling */

.brands {
	position: relative;
	width: 100%;
	overflow: hidden;

	/* text-align: center; */
}
.brands:before,
.brands:after {
	position: absolute;
	top:0;
	width: 200px;
	height: 100%;
	content:'';
	z-index: 9;;
}
.brands:before {
	left:0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.brands:after {
	right:0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
@media (max-width: 970px) {
	.brands:before,
	.brands:after {
		width: 80px;
	}
}

#brands {
	width: 100%;
	overflow: hidden;

}
.brands-carousel div.scrollableArea {
	display: flex;
	align-items: center;

}

.brands-carousel img {
	height: 60px;
	-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
}


	@media (max-width: 970px) {
		.brands-wrapper {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.brands-wrapper .brands-item{
			padding: 1rem;
		}
	}
	@media (max-width: 640px) {

		.brands-wrapper {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
		}
		.brands-wrapper .brands-item{
			padding: 1rem;
		}
		.brands-wrapper .brands-item img {
			max-height: 40px;
		}

		.brands {
			display: flex;
		  justify-content: space-around;
		  align-items: center;
			flex-wrap: wrap;
		}
		.brands .brands-item {
			text-align: center;
			width: 33% !important;
			padding: .6rem 0.5rem;
			align-items: none;
		}
		.brands .brands-item img {
			height: 60px;
		}
		.brands-carousel img {
			height: 50px
		}
	}

/*
---------------------------
TEXT BOX
---------------------------
*/

.textbox {
	display: block;
	margin-top: 0px;
	position: relative;
	margin-bottom: 30px;
	min-height: 100px;
	border: 0px solid #eee;
	padding: 0 0 0px;
	border-radius: 0px;


	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.textbox.news,
.bg-white .textbox {
	border:0;
	margin-bottom: 10px;
	box-shadow: none;
}

.textbox-image {
	position: relative;
	display: block;

	z-index: 1;
	overflow: hidden;

}

.textbox-image a {
	display: block;
	
}
a.textbox-image,
.textbox-image img {
	border-radius: 0px 0px 0 0 ;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}
.textbox-image a:hover img {
	opacity: 0.9;
}
.textbox.news .textbox-image img {
	border-radius: 0px;
}


/* Badge */
.textbox-image .textbox-image-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	border-radius: 0px;
	color: #f4f3ef;
	transform: rotate(0deg);
	font-weight: 700;
	line-height: 1.2;
	z-index: 5;
}
.textbox-image .textbox-image-badge-label {
	font-size: 14px;
	font-weight: 400;
}
.textbox-image .textbox-image-badge-title {
	font-family: 'moret';
	font-size: 24px;
}
.textbox-image .textbox-image-badge-info {
	font-size: 11px;
	font-weight: 400;
}

.textbox-image-title-wrap {
	position: absolute;
	bottom: 0px;
	left: 0rem;
	padding: 1.5rem 1.5rem 1rem;
	width: 100%;

	z-index: 1;
}
.textbox-image-title-wrap:after {
	position: absolute;
	bottom:-1px;
	left:0;
	width: 100%;
	height: 100px;
	content: '';
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
	border-radius:  0 0 0px;
	opacity: .6;
}
.textbox-image-title {
	position: relative;
	color: #f4f3ef;
	font-size: 34px;
	font-weight: 900;
	margin:0;
	z-index: 2;
}
.large-up-4 .textbox-image-title {
	font-size: 26px;
}
.text-wrapper .textbox-image-title-wrap {
	padding: 1.5rem 1rem 1rem;
}
.text-wrapper .textbox-image-title {
	font-size: 20px;
}
.textbox-section {
	position: relative;
	display: block;
	margin-top: 0px;
	padding: 15px 1.5rem 1rem;
	z-index: 5;
}
.textbox-section.with-button {
	padding-bottom: 80px;
}
.text-wrapper .textbox-section {
	padding: 15px 1rem 1rem;
}

.textbox-section .textbox-label {
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
}
.textbox-section .textbox-title {
	line-height: 1.2;
	font-weight: 800;
	font-size: 1.rem
}
.textbox-section .textbox-title.title-small {
	font-size: 1.250rem;
}
.textbox-section .textbox-title.title-medium {
	font-size: 1.8rem !important;
}
.textbox-section .textbox-title.title-large {
	font-size: 2.1rem !important;
}
.textbox-section .textbox-title a{
	color: #3BA6CC;
	position: relative;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .textbox-section .textbox-title a {
	color: #f4f3ef;
}
.textbox-section p {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 0;
}
.large-up-4 .textbox-section p {
	font-size: 14px;
}
.text-wrapper .textbox-section p {
	font-size: 16px;
	line-height: 1.7;
}
.news .textbox-section .button {
	margin-top: 10px
}
/* Sites */

.textbox.is-active:before {
	position: absolute;
	top: -20px;
	left: 20px;
	margin-right: 0px;
	font-size: 30px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: '\f058';
	color: #eaab97;
	background: #f4f3ef;
	border-radius: 100px;
	border: 6px solid #f4f3ef;
	z-index: 4;
}



/* Listing */

.textbox-list ul {
	position: relative;
	margin: 10px 0 0 0;
	margin-bottom: 10px;
	padding:0;
	list-style: none;
}
.textbox-list ul li {
	font-size: 16px;
	position: relative;
	padding: 0 0 0 0rem;
	line-height: 1.5;
	border-bottom: 1px solid rgba(60, 87, 114, 0.06);
}
.bg-primary .textbox-list ul li {
	border-color:rgba(255, 255, 255, 0.06);
}
.bg-secondary .textbox-list ul li {
	border-color:rgba(255, 255, 255, 0.06);
}
.bg-color3 .textbox-list ul li {
	border-color:rgba(255, 255, 255, 0.1);
}
.bg-color4 .textbox-list ul li {
	border-color:rgba(255, 255, 255, 0.1);
}
.bg-dark .textbox-list ul li {
	border-color:rgba(255, 255, 255, 0.06);
}


.textbox-list ul li:last-child {
	border:0;
}
.textbox-list ul li a {
	
	display: block;
	padding: 0.5rem 0 0.5rem 20px;
	font-weight: 700;
	color: #d1861e;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .textbox-list ul li a {
	color: #f4f3ef !important;
}
.textbox-list ul li a:hover {

}
.textbox-list ul li a:before {
	position: absolute;
	left: 0px;
	top: 14px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: '\f178';
	font-size: 13px;
	margin-right: 0px;
	color: #eceade;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
.textbox-list ul li a:hover:before {
	-webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .textbox-list ul li a:before {
	color: #f4f3ef;
	opacity: 0.8;
}
.textbox-date {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #172C4A;
	
	margin-bottom: 10px;
	z-index: 99;
}
.textbox-section p.blog-info,
.text-wrapper p.blog-info {
	line-height: 1.1;
	font-size: 16px;
	font-weight: 400;
}
.blog-info .textbox-date {
	font-size: 12px;
	top: 0;
	color: #172C4A;

}
.blog-info a,
.blog-info span {
	display: inline-block;
	margin: 0 0px;
}
.flex-video iframe {
	border-radius: 0px;
}

.textbox-social {
	display: block;
	padding-top: 1rem;
}
.textbox-social ul li {
	display: inline-block;
}
.textbox-social ul li a {
	float: left;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 100px;
	background-color: #6e6e6e;
}
.textbox-social ul li a i {
	position: absolute;
	bottom: 0%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	color: #f4f3ef;
}
.bg-twitter {
	background-color: #658bca !important;
}
.bg-facebook {
	background-color: #44569c !important;
}
.bg-instagram {
	background: rgb(243,165,88);
	background: -moz-linear-gradient(45deg,  rgba(243,165,88,1) 0%, rgba(187,46,123,1) 55%, rgba(127,70,174,1) 100%) !important;
	background: -webkit-linear-gradient(45deg,  rgba(243,165,88,1) 0%,rgba(187,46,123,1) 55%,rgba(127,70,174,1) 100%) !important;
	background: linear-gradient(45deg,  rgba(243,165,88,1) 0%,rgba(187,46,123,1) 55%,rgba(127,70,174,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a558', endColorstr='#7f46ae',GradientType=1 );

}
.bg-linkedin {
	background-color: #2f78b9 !important;
}
.bg-googleplus {
	background-color: #cf4836 !important;
}
.bg-youtube {
	background-color: #c8312e !important;
}
.textbox .textbox-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 15px;
	background: rgba(0, 0, 0, 0.062);
	z-index: 6;
}
.textbox .text.button {

}
.textbox .text.button i {
	width: 36px;
	height: 36px;
}


.textbox.team .button {
	visibility: hidden;
	opacity:0;
}
.textbox.team:hover .button {
	visibility: visible;
	opacity:1;
}



	@media (max-width: 1130px) {
		.textbox-image .textbox-image-badge {
			position: absolute;
			top: 10px;
			right: -5px;
			display: flex;
			flex-direction: column;
			align-items: center;
			padding: 5px;
		}
		.textbox-section .textbox-title {
			font-size: 1.4rem;
		}
		.textbox-section .textbox-title.title-small {
			font-size: 1.1rem;
		}
		.textbox-section p {
			font-size: 0.96rem;
			line-height: 1.7;
		}
		.large-up-4 .textbox-image-title {
			font-size: 20px;
		}
	}
	@media (max-width: 970px) {
		.textbox {
			margin-bottom: 20px;
		}
		.textbox-icon {
			width: 60px;
			height: 60px;
			font-size: 1.2rem;
			text-align: center;
			z-index: 98;
		}
		.textbox-image-title-wrap {
			position: absolute;
			bottom: 0px;
			left: 0rem;
			padding: 10px 10px 15px 15px;
			width: 100%;

			z-index: 3;
		}
		.textbox-image-title {
			font-size: 24px;
		}
		.medium-up-3 .textbox-image-title {
			font-size: 20px;
		}
		.textbox-section .textbox-title {
			font-size: 1.2rem;
		}
		.textbox-section {
			padding-left: 1rem;
		}
		.news .textbox-section {
			padding: 10px 0px !important;
		}

		.textbox-section .textbox-title.title-small {
			font-size: 1rem;
		}
		.textbox-section p {
			font-size: 0.86rem;
			line-height: 1.7;
		}
		.textbox-list ul li {
			font-size: 15px;
		}
		.textbox-list ul li a {

		}
	}
	@media (max-width: 640px) {
		.textbox {
			padding-top: 0px;
			margin-bottom: 10px;
		}
		.textbox.news {
			padding: 0 15px;
			border-radius: 0;
			border:0;
		}
		/* .news .textbox-image {
			width: 30%;
			float: right;
			margin-top: 20px;
			margin-left: 20px;
		} */

		.textbox-image .textbox-date {
			left: 0px;
			bottom: -10px !important;
			position: absolute;
			display: inline-block;
			line-height: 1.1;
			font-size: 0.76rem;
			color: #f4f3ef;
			background-color: #172C4A;
			padding: 5px 10px;
			z-index: 99;;
		}
		.textbox-section .textbox-title {
			line-height: 1.2;

		}
		.textbox-section .textbox-title.title-small {
			font-size: 1rem;
		}
		.textbox-section .textbox-title.title-medium {
			font-size: 1.2rem !important;
		}
		.textbox-section .textbox-title.title-large {
			font-size: 1.6rem !important;
		}
	}
	@media (max-width: 440px) {
		.textbox-section {
			padding: 15px 10px !important;
		}
		.textbox-section .textbox-title.title-medium {
			font-size: 1.1rem !important;
		}
		.textbox-section .textbox-title.title-large {
			font-size: 1.5rem !important;
		}
	}

/* Centered */
.text-center .textbox-section {
	padding: 1rem 1.5rem;
}


/*
---------------------------
TEXT WRAPPER
---------------------------
*/

#page-content {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin:auto;
	z-index: 13;
	/* background: #f4f3ef; */
	margin: auto;
	margin-top: 0px;

}


#page-content.is-detail {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

#page-content:before {
	position: absolute;
top: -40px;
right: 30px;
width: 900px;
height: 900px;
z-index: 0;
content: '';
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url('../images/icon-primary.svg');
opacity: 0.03;
}

.main-content {
	position: relative;
	z-index: 5;
}

#content {
	position: relative;
	margin-top: 0px;
	border-radius: 0px;
	padding: 0px 60px 0rem 25px;
	max-width: 970px;
}
.large-12 #content {
	position: relative;
	padding: 0rem 0rem 0rem 0rem;
	max-width: 100%;
}
	@media (max-width: 1130px) {
		.text-content {
			width: 73%;
		}
	}
	@media (max-width: 970px) {
		#page-content {
			border-radius: 0px 0px 0 0;
		}
		.text-content {
			width: 100%;
		}
		.main-content {
			position: relative;

		}
		#content {
			padding: 0px 10px 3rem 10px;
		}

	}
	@media (max-width: 640px) {
		#page-content {
			padding-top: 10px;
		}
		#content {
			padding: 0px 0 2rem 0;
		}
		.large-12 #content {
			position: relative;
			padding: 0rem 0rem 3rem 0rem;
			max-width: 100%;
		}
	}



.text-wrapper {
	position: relative;
	/* padding-bottom: 2rem; */
	padding: 15px 0 15px 0;
	border-radius: 0px;
	margin-bottom: 20px;
}
.large-12 .text-wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.text-wrapper.first  {
	padding-top:17px;
}
.white-popup .text-wrapper {
	background: transparent;
}



.large-6 .text-wrapper {
	padding-top: 2rem;
	padding-left: 1.5rem;
}
.large-6.float-left .text-wrapper {
	padding-top: 1rem;
	padding-left: 25px;
	padding-right: 2rem;
}
.large-5.float-left .text-wrapper {
	padding-top: 2rem;
	padding-left: 25px;
	padding-right: 6rem;
}

.large-12 .text-wrapper {
	/* /* margin:auto; */
	padding-left: 25px;
	max-width: 800px; 
}
.section-shopping .text-wrapper {
	padding-top: 20px !important
}

	@media (max-width: 1130px) {
		.text-wrapper {
			padding: 25px 35px 35px 25px;
		}
		.large-6 .text-wrapper {
			padding-top: 0rem;
			padding-left: 1.5rem;
		}
		.large-5.float-left .text-wrapper {
			padding-top: 2rem;
			padding-left: 25px;
			padding-right: 2rem;
		}
	}
	@media (max-width: 970px) {
		.large-6 .text-wrapper {
			padding-top: 0rem;
			padding-left: 0rem;
		}
		.large-6.float-left .text-wrapper {
			padding-top: 0rem;
			padding-left: 0px;
			padding-right: 1rem;
			padding-bottom: 2rem;
		}
	}
	@media (max-width: 640px) {
		.text-wrapper {
			padding: 10px 5px 35px 5px;
		}
		.large-6 .text-wrapper {
			padding-top: 0rem;
			padding-left: 0rem;
		}
		.large-5.float-left .text-wrapper {
			padding-top: 0rem;
			padding-left: 25px;
			padding-right: 1rem;
		}
		.text-wrapper.first {
			padding-top: 1rem;
		}
	}

.text-wrapper-intro {
	font-family: 'moret', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #d1861e;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 0px;
	
}

.text-wrapper-title {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	position: relative;
	padding:0;

}
/* .large-12 .text-wrapper-heading {
	text-align: center;
} */
.section-textblock .text-wrapper-intro {
	text-align: center;
}
.section-textblock .text-wrapper-title {
	text-align: center;
}

.text-wrapper-title.title-small {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.text-wrapper-title.title-medium {
	font-size: 1.8rem;
}
.text-wrapper-title.title-large {
	font-size: 2.8rem;
}
.text-wrapper-title.title-huge {
	font-size: 40px;
}
.text-wrapper-subtitle {
	font-weight: 400;
	font-size: 1.4rem !important;
	color: #d1861e !important;
}
.bg-primary .text-wrapper-title {
	color: #f4f3ef !important;
}
.bg-dark .text-wrapper-title {
	color: #d1861e !important;
}


.text-wrapper-title a {
	color: #d1861e;
}
.text-wrapper-title a:hover {
	color: #d1861e;
}

.text-wrapper-subtitle {
	font-size: 1.2rem;
}

.text-wrapper-date {
	
	font-weight: 700;
	display: block;
	font-size: 16px;
	color: #172C4A;
	line-height: 1.6;
	margin-bottom:10px;
}

.text-wrapper-lead {
	padding-top: 0px;
}
.section-wrapper .text-wrapper-lead {
	text-align: center;
}

.text-wrapper-lead p {
	font-size: 16px;
	font-weight: 700;


}


.text-wrapper-content {

	padding-top: 0px;
}
.text-wrapper-content h1,
.text-wrapper-content h2,
.text-wrapper-content h3,
.text-wrapper-content h4,
.text-wrapper-content h5,
.text-wrapper-content h6 {
	text-align: center;
	margin: 40px 0 30px;
	color: #172C4A;
}

.text-wrapper-content p {
	font-size: 16px;
	font-weight: 400;
}

.modal-body .text-wrapper-content {
	padding-top: 0rem;
	padding-bottom: 2rem;
}
.text-wrapper-content ul {
	margin-top: 0px;
	margin-left: 30px;
}
.text-wrapper-content ul li {
	font-size: 16px;
}

.text-wrapper-button {
	margin-top: 1rem;
}

/* Icons */

.text-wrapper-content ul.icon-list {
	font-family: 'moret';
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	margin:0 0 15px;
	border: 1px solid rgba(60, 87, 114, 0.06);
	border-left:0;
	border-right: 0;
	padding: 15px 0;
	font-size: 18px;
}
.text-wrapper-content ul.icon-list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 40px;
	line-height: 1;
	font-weight: 700;
}
.text-wrapper-content ul.icon-list li i {
	margin-right: 10px;
	color: #d1861e;
	font-sizE: 17px;
}

/* Listing */
.text-wrapper-listing table tbody td {
	padding-left:0;
}
.text-wrapper-listing ul {
	position: relative;
	top: 0;
	margin: 0px 0 0 5px;
	margin-bottom: 30px;
	padding:0;
	list-style: none;
}
.text-wrapper-listing ul li {
	font-size: 1rem;
	position: relative;
	padding: 0.4rem 0 0 1.5rem;
	line-height: 1.5;
}
.text-wrapper-listing ul li i,
.text-wrapper-listing ul li img {
	position: absolute;
	top: 10px;
	left: 6px;
	font-size: 18px;
	color: #172C4A;
}
.text-wrapper-listing ul li i.fa-check {
	font-size: 1.125rem;
	color: #172C4A;
	top: 8px;
	left: 2px;
}
.text-wrapper-listing ul li img {
	top: 13px;
	left: 0px;
}

.text-wrapper ul.files li {
	font-size: 16px;
}
.text-wrapper ul.files li a {
	color: #3BA6CC
}
.text-wrapper ul.files li a:hover {
	color: #c40623
}
.text-wrapper ul.files li a span {
	color: #172C4A;
	display: inline-block;
}
.text-wrapper ul.files li a i  {
	position: relative;
	top: 1px;
	font-size: 20px;
	margin-right: 10px;
	color: #172C4A
}


/* Quotyy */
.text-wrapper blockquote {
	float: right;
	max-width: 50%;
	padding-bottom: 0px;
	letter-spacing: 0;
	border-left: 0;
	padding-left: 0rem;
	margin-bottom: 20px;
	position: relative;
	font-style: none;
	margin: 1em 0 1.25rem;
	text-align: left;
	margin-left: 40px;
	padding: 0em 1rem 0 3rem;
	border-right: 0px solid #ddd;
	border-left: 0px solid #ddd;
}
.text-wrapper blockquote:before {
	position: absolute;
	top: -30px;
	left: 5px;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzIDI1IiBoZWlnaHQ9IjI1cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMyAyNSIgd2lkdGg9IjMzcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik0xOC4wMDYsNi41MzhjMC0xLjk3MywwLjY2Mi0zLjU1NCwxLjk4OC00Ljc0M2MxLjMyNi0xLjE5LDIuOTc3LTEuNzg1LDQuOTQ3LTEuNzg1ICAgYzIuNTE3LDAsNC40ODgsMC43OTksNS45MTYsMi4zOTdDMzIuMjg1LDQuMDA0LDMzLDYuMTMsMzMsOC43ODJjMCwyLjcxOS0wLjQyNCw1LjAzMi0xLjI3NSw2LjkzNiAgIGMtMC44NSwxLjkwMy0xLjg2OSwzLjQ4My0zLjA2MSw0Ljc0M2MtMS4xODgsMS4yNTgtMi40MywyLjI0NC0zLjcyMywyLjk1OGMtMS4yOTEsMC43MTQtMi40MTMsMS4yMzktMy4zNjUsMS41ODFsLTMuMjY1LTUuNTA4ICAgYzEuMzYtMC41NDUsMi41MTctMS40MTIsMy40NjgtMi42MDJjMC45NTMtMS4xOSwxLjQ5Ni0yLjQ2NSwxLjYzMy0zLjgyNGMtMS4zNTksMC0yLjYwMi0wLjU5Ny0zLjcyNC0xLjc4NiAgIEMxOC41NjYsMTAuMDksMTguMDA2LDguNTA5LDE4LjAwNiw2LjUzOHogTTAuMzU5LDYuNTM4YzAtMS45NzMsMC42NjMtMy41NTQsMS45ODktNC43NDNDMy42NzQsMC42MDQsNS4zMjQsMC4wMSw3LjI5NSwwLjAxICAgYzIuNTE4LDAsNC40ODgsMC43OTksNS45MTYsMi4zOTdjMS40MjksMS41OTcsMi4xNDMsMy43MjMsMi4xNDMsNi4zNzVjMCwyLjcxOS0wLjQyNCw1LjAzMi0xLjI3NSw2LjkzNiAgIGMtMC44NSwxLjkwMy0xLjg2OSwzLjQ4My0zLjA2LDQuNzQzYy0xLjE4OCwxLjI1OC0yLjQzMSwyLjI0NC0zLjcyNCwyLjk1OEM2LjAwNCwyNC4xMzMsNC44ODMsMjQuNjU4LDMuOTMsMjVsLTMuMjY0LTUuNTA4ICAgYzEuMzYtMC41NDUsMi41MTYtMS40MTIsMy40NjctMi42MDJjMC45NTMtMS4xOSwxLjQ5Ny0yLjQ2NSwxLjYzMy0zLjgyNGMtMS4zNTksMC0yLjYwMi0wLjU5Ny0zLjcyMy0xLjc4NiAgIEMwLjkyLDEwLjA5LDAuMzU5LDguNTA5LDAuMzU5LDYuNTM4eiIgZmlsbD0iIzIzMUYyMCIvPjwvZz48L3N2Zz4=');
	width: 40px;
	height: 40px;
	opacity: 0.2;
}

	@media (max-width: 1130px) {

		.text-wrapper-title.title-medium {
			font-size: 2rem;
		}
		.text-wrapper-title.title-large {
			font-size: 2.8rem;
		}
		.text-wrapper-title.title-huge {
			font-size: 40px;
		}
		.text-wrapper-title:before {
			display: none;
		}
		.text-wrapper-lead p {
			font-size: 0.96rem;
		}
	}

	@media (max-width: 640px) {
		.text-wrapper.contact {
			padding-right: 1rem;
		}
		.text-wrapper-intro {
			font-size: 20px;
		}
		.text-wrapper-title {
			font-size: 1.6rem;
			line-height: 1.1;
		}
		.text-wrapper-title.title-small {
			font-size: 1.2rem;
		}
		.text-wrapper-title.title-medium {
			font-size: 1.7rem;
		}
		.text-wrapper-title.title-large {
			font-size: 1.8rem;
		}
		.text-wrapper-title.title-huge {
			font-size: 30px;
		}
		.text-wrapper-title.sub {
			font-size: 1.6rem !important;
		}
		.text-wrapper-content p {
			font-size: 16px;
			font-weight: 400;
		}
		.vacature .text-wrapper-lead {
			max-width: 500px
		}
		.vacature .text-wrapper-lead p {
			font-size: 1.125rem;
		}
		.text-wrapper blockquote {
			max-width: 100%;
			margin-left: 0;
			margin-top: 2rem;
			padding-left: 0;
		}
	}
	@media (max-width: 440px) {
		.text-wrapper-content ul.icon-list {
			flex-direction: column;
			align-items: flex-start;
		}
		.text-wrapper-content ul.icon-list li {
			align-items: flex-start;
			padding: 5px;
		}
		.text-wrapper-content ul.icon-list li i {
			flex-basis: 30px;
			width: 20px;
			flex-shrink: 0;
		}

	}
.text-wrapper blockquote p {
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 400 !important;
	color: #d1861e;
}
.text-wrapper blockquote p strong {
	color: rgba(60, 87, 114, 0.43);
	font-size: 0.96rem;
	font-weight: 400;
	font-style: normal;

}

/* Accordion */
.accordion {
	margin-top: 1.5rem;
	margin-bottom:40px;
	background: none;
}

.accordion-item:first-child>:first-child {
	border-radius: 0px 0px 0 0;
}
.accordion-item:last-child>:last-child {
	border-radius: 0 0 0px 0px;
}
:last-child:not(.is-active)>.accordion-title {
	border-radius: 0 0 0px 0px;
}

.accordion-title {
	font-family: 'moret';
	font-size: 18px;
	color: #d1861e;
	font-weight: 700 !important;
	border-color: rgba(60, 87, 114, 0.1);
	border-left: 0;
	border-right: 0;
	padding-left: 30px;

}
.accordion-title:before {
	right: auto;
	left:0;
	font-weight: 700;
	font-size: 1rem;
	margin-top: -0.5rem;
	color: #3BA6CC;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	speak: none;
	font-style: normal;


	font-variant: normal;
	text-transform: none;
	content:'\f078';
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
:last-child:not(.is-active)>.accordion-title {
	border-color: rgba(60, 87, 114, 0.1);
}

.is-active .accordion-title {
	color: #172C4A;
}
.is-active .accordion-title:before {
	right: auto;
	left:0;
	color: #3BA6CC;
	content:'\f078';
	transform: rotate(0deg);
}

.accordion-title:focus, .accordion-title:hover {
	background-color: rgba(60, 87, 114, 0) !important;
	color: #172C4A;
}

.accordion .accordion-content {
	padding-top: 1rem;
	padding-bottom: 2rem;
	padding-right: 2rem;
	padding-left: 0px;
	color: #d1861e;
	background-color: rgba(72, 52, 41, 0) !important;
	border-color: rgba(60, 87, 114, 0.1);
	border-left: 0;
	border-right: 0;
}
:last-child>.accordion-content:last-child {
	border-color: rgba(60, 87, 114, 0.1);
}
.accordion .accordion-content .text-wrapper-lead p {
	font-size: 18px;
	font-weight: 500;
}
.accordion .accordion-content p {
	font-size: 16px;
}

	@media (max-width: 640px) {
		.accordion-title {
			padding: 0.7rem;
			padding-right: 2.5rem;
			padding-left: 25px;
			font-size: 1rem;
			line-height: 1.1;
		}
		.accordion-title:before {
			top: 20px;
		}
		.accordion .accordion-content {
			padding: 1rem 0rem;
		}
		.accordion .accordion-content p {
			font-size: 16px;
		}
	}

/* About */
.section-extra {

}
.section-extra .text-wrapper {
	padding-top: 45px;
	padding-left: 45px;
	padding-right: 45px;
}
.section-extra .text-wrapper.order-2 {
	padding-left: 60px;
	border-left: 1px solid rgba(60, 87, 114, 0.1);
}
.section-extra.bg-secondary .text-wrapper.order-2 {
	border-color: rgba(255, 255, 255, 0.1);
}
.section-extra .text-wrapper p {

}

/* Searchbox */
.section-search {
	padding: 20px 0;
	position: relative;

}
.searchbox {
	width: 100%;

	display: block;
	position: relative;
  	border: 0px solid #2b120a;
	border-radius: 0px !important;

	padding: 25px 35px 35px;
	margin-right: 10px;
	min-height: 120px;
	background: #d1861e;
	margin-top: -40px;
}
.heading .searchbox {
	float: none;
	width: 100%;
	margin-top: 20px;
	padding: 15px 15px 15px;
	border-radius: 0px;
}

.searchbox .searchbox-content {
	padding-top: 10px;
}
.searchbox .searchbox-title {
	font-size: 24px;

}
.searchbox .searchbox-intro {
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 0em 0em 0 0;
	margin-bottom: 10px;
	color: #d1861e;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.searchbox-title {
	font-size: 32px;
	color: #f4f3ef;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .searchbox-title {
	color: #f4f3ef;
}
.searchbox-button {
	width: 100%;
	margin-top: 0px;
}
.searchbox .searchbox-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.heading .searchbox .searchbox-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.searchbox .input-title {
	position: absolute;
	top: -15px;
	line-height: 1;
	margin:0;
	padding: 0;
	display: none;
	color: #f4f3ef;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .input-title {
	color: #f4f3ef;
}
.searchbox .input-group-label {

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0px;
	border:0;
	color: #d1861e;
	margin:0;
	padding: 10px 15px;
	background: transparent;
	border-right: 1px solid rgba(60, 87, 114, 0.123);

}
.searchbox .input-group {
	position: relative;
	margin:0 0px 0px 0;

}
.searchbox .input-group label {
	width: 100%;
}
.searchbox .input-group.amount {
	/* flex-basis: 300px; */
}
.searchbox .input-group>:first-child,
.searchbox .input-group>:first-child.input-group-button>* {
	border-radius: 7px;
	margin:0;


}
.searchbox .input-group-field {
	display: flex;
	font-family: 'moret';
	background: rgb(255, 255, 255) !important;
	height: 46px;
	border:0;
	border-radius: 0px;
	margin:0 15px 0 0;
	font-weight: 700;
	padding: 14px 1rem 14px 55px;
	padding-left: 60px !important;
	color: #172C4A !important;
	border: 1px solid rgba(60, 87, 114, );
	box-shadow: none;
}
.searchbox .open .input-group-field {
	background: rgba(60, 87, 114, 0) !important;
	border: 1px solid rgb(60, 87, 114, 0.3);
}
.searchbox span.input-group-field .placeholder {
	display: block;
	line-height: 1;
}
.searchbox span.input-group-field .placeholder {
	position: relative;
	opacity: 0.5;
	top: 3px;
}

	@media (max-width: 1130px) {
		.searchbox {
			float: right;
			width: calc(40% - 20px);
		}
		.section-extra .text-wrapper {
			padding-left: 0rem;
		}
		.section-extra .text-wrapper.order-2 {
			padding-left: 40px;
			border-left: 1px solid #eee;
		}
	}
	@media (max-width: 970px) {
		.section-search {
			height: auto;
		}
		.searchbox {
			float: right;
			width: calc(100% - 0px);
			margin-top: 0px;
			background: rgb(255, 255, 255);
			padding: 0 20px 0px;
			margin: 0;
			box-shadow: none;
		}
		.searchbox .searchbox-content {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: column;
		}
		.searchbox .input-group-field {
	
			margin:0 0px 10px 0;
		}
		.searchbox .input-group-label {
			left: 5px;
			top: 45%;
		}
		.searchbox span.input-group-field .placeholder {
			top: 5px;
		}

	}
	@media (max-width: 640px) {
		.searchbox {
			padding-left: 20px;
			padding-right: 20px;

			border-radius: 0px !important;
		}
		.searchbox .searchbox-title {
			font-size: 18px;
		}
		.section-extra .text-wrapper {
			padding-top: 1rem;
			padding-left: 0rem;
			padding-right: 0rem;

		}
	}

/*
---------------------------
SEARCHBAR (TABS)
---------------------------
*/

.searchbar-wrapper {
	padding-top: 10px;
}
.searchbar-tabs {
	position: absolute;
	top: -40px;
	left: 0;
}

.searchbar-wrapper .tabs {
	margin: 0;
	border: 0px;
	background: transparent;
	list-style-type: none;
}
.searchbar-wrapper .tabs .tabs-title > a {
	padding:12px 25px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px 5px 0 0 ;
	margin-right: 3px;
	height: 40px;
	background: rgba(60, 87, 114, 0.6);
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition:background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.searchbar-wrapper .tabs .tabs-title > a:hover {
	background: rgba(69, 118, 215, 0.8);
}
.searchbar-wrapper .tabs-title > a:focus, .searchbar-wrapper .tabs-title > a[aria-selected=true], .searchbar-wrapper .tabs-title.is-active > a:hover {
	background: #172C4A;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .searchbar-wrapper  .tabs .tabs-title > a {
	color: #f4f3ef !important;
}
.searchbar-wrapper .tabs-content {
	border: 0px;
	border-top: 0;
	background: transparent;
	color: #0d1423;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.searchbar-wrapper .tabs-panel {
	padding:0;
}
.searchbar-wrapper .searchbar .searchbar-label span {
	position: absolute;
	top:-20px;
	z-index: 8;
	display: block;
	font-size: 11px;
	color: #f4f3ef;
}
.searchbar-wrapper .searchbar input {

}
.searchbar-wrapper .searchbar .searchbar-input {
	height: 50px;
	padding-left: 15px;
	border:0;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(60, 87, 114, 0.08);
	margin: 0 0 0 0;
}

.searchbar-wrapper  .searchbar .searchbar-button {
	font-size: 16px;
}

/*
---------------------------
NEWS BOX
---------------------------
*/

.newsbox {
	padding:0;
	border-radius: 0px;

	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	min-height: 100px;

}
.newsbox-section {
	display: block;
	padding: 0px 0rem 0rem;
}

.newsbox-section .newsbox-label {
	font-size: 0.86rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
}
.newsbox-section .newsbox-title-wrap {
	display: block;
	padding-left: 1rem;
	position: relative;
}
.newsbox-section .newsbox-title {
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.4rem;

}
.newsbox-section .newsbox-title a {

}
.newsbox-section .newsbox-date {
	color: #172C4A;
	font-weight: 400;
	
	display: block;
	font-size: 16px;

	line-height: 1.6;
	margin-bottom:10px;

}

.newsbox-section p {
	font-size: 0.96rem;
	line-height: 1.7;
	font-weight: 700;
	margin: 0;
}

.newsbox-more {
	margin-top:0;

	display: inline-block;
	color: #172C4A;
}

.newsbox-list {

}
.newsbox-list li {
	border-bottom: 1px solid #eee;
}
.newsbox-list li:last-child {
	border:0;
}
.newsbox-list li a {
	border-radius: 0px;
	display: block;
	padding: 1rem 1.5rem 1rem 1rem;
	position: relative;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.newsbox-list li a:hover {
	background: #eceade;
}
.newsbox-list li a:after {
	color: #d1861e;
	content: "\e93c";
	margin: 0 .75rem;
	position: absolute;
	bottom: 10px;
	right: 5px;
	font-size: 1.1rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.newsbox-list li a:hover:after {
	opacity: 1;

	transform: translateX(3px) translateY(0);
}
.newsbox-list li a .newsbox-list-image {

}
.newsbox-list li a .newsbox-list-label {
	color: rgba(60, 87, 114, 0.33);
	font-size: 0.86rem;
}
.newsbox-list li a .newsbox-list-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color:#d1861e;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.newsbox-list li a:hover .newsbox-list-title {
	color: #302580;
}
.newsbox-list li a .newsbox-list-lead {
	display: block;
	font-size: 0.96rem;
	line-height: 1.5;
	color: #04131f;
}

	@media (max-width: 970px) {
		.newsbox {
			padding: 1.5rem 0.5rem 1rem;
		}
		.newsbox-section .newsbox-title {
			font-size: 1.1rem;
		}
		.newsbox-list li a {
			padding: 1rem 0.5rem 1rem 0.5rem;
		}
		.newsbox-list li a .newsbox-list-title {
			font-size: 0.96rem;
		}
		.newsbox-list li a .newsbox-list-lead {
			display: block;
			font-size: 0.86rem;

		}
		.newsbox-section .newsbox-title-wrap {
			padding-left: 0.5rem;
		}
		.newsbox-more {
			padding-right:1rem;
		}
		.newsbox-more span{
			display: none;
		}
	}
	@media (max-width: 640px) {
		.newsbox {
			border:0;
			padding: 0rem 0rem 0rem;
		}

		.newsbox-section .newsbox-title-wrap {
			padding-left: 0rem;
		}
		.newsbox-list li a {
			padding-left:0;
		}
	}

/* Pages (onderliggende pagina's) */

/* Pagebox */
.pagebox {
	width: 100%;
	display: block;
  	position: relative;
  	border: 1px solid rgba(60, 87, 114, 0.09);
	margin: 0 0px 20px;
	padding: 10px;
	min-height: 60px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
   		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.pagebox:hover {
	border-color: #172C4A;
}
.pagebox .pagebox-image {
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.pagebox:hover .pagebox-image:after {
	opacity: 0.6;
}
.pagebox .pagebox-description {
	display: block;
	text-align: left !important;
	padding: 10px 0 0;
	letter-spacing: 0px;
	width: 100%;
	position: relative;
}
.pagebox .pagebox-description .pagebox-date {
	font-size: 0.86rem;
	display: block;
	color: rgba(75, 75, 94, 0.65);
	font-size: 13px;
}
.pagebox .pagebox-description .pagebox-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1.1;
	padding: 0em;
	margin: 0 0 0px 0px;
	font-weight: 700;
}
.pagebox .pagebox-description .pagebox-title small {
	display: block;
	line-height: 1.2;
}
.pagebox .pagebox-description p  {
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	color: #172C4A;
	margin: 0;
}
.pagebox .pagebox-button {
	position: absolute;
	right:15px;
	bottom: 10px;
	font-size: 16px;
	transform: translateX(0px) translateY(0%);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pagebox:hover .pagebox-button {
	transform: translateX(5px) translateY(0%);
}

	@media (max-width: 500px) {
		.pagebox {
			padding: 10px;
			min-height: 40px;
			margin-bottom: 10px;
		}
		.pagebox .pagebox-description {

		}
		.pagebox .pagebox-description .pagebox-title {
			font-size: 16px;
			padding-top:0;
			margin: 0 0 5px 0px;
			font-weight: 700;
		}
		.pagebox .pagebox-description {
			padding-top: 1rem;
		}
		.pagebox .pagebox-description p  {
			font-size: 0.86rem;
		}
	}



/*
-------------------------------
 CAROUSEL (slick)
-------------------------------
*/

.slick-slide {
	outline: 0 !important;
}

.slick-slider .slick-prev {
	left: -20px;
	/* border-radius: 0 5px 5px 0; */
}
.slick-slider .slick-next {
	right: -20px;
	/* border-radius: 5px 0px 0px 5px; */
}
.slick-slider .slick-slide {
	/* padding: 0 0px; */
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: opacity 0.3s ease-out;  /* FF4+ */
	-ms-transition: opacity 0.3s ease-out;  /* IE10? */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.5+ */
	transition: opacity 0.3s ease-out;

}
.slick-slider .slick-slide.slick-active {
	opacity: 1;
}
.slick-slider.blocks-carousel .slick-list,
.slick-slider.objects-carousel .slick-list,
.slick-slider.quotes-carousel .slick-list {
	overflow: visible
}
.slick-slider .slick-slide {

}

/* Slick Arrows */
.slick-prev,
.slick-next {
	z-index: 99 !important;
}

.photo-slides .slick-prev {
	left:10px;
	border-radius: 7px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
	font-weight:400;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    opacity: .75;
    color: #172C4A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
	margin-right:2px;
	content: '\f053';
}
.photo-slides .slick-next {
	right: 10px;
	border-radius: 0px;
}
.slick-next:before {
	margin-left:2px;
	content: '\f054';
}

.slick-slider .slick-arrow {
	background-color: #f4f3ef;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.137);
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}


.slick-slider .slick-disabled {
	opacity: 0;
}




/* Slick Dots */
.slick-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-dots {
	opacity: 1;
}
.photo-slides.slick-slider .slick-dots {
	bottom: 10px;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 0px;
	margin: 0;
	border-radius: 100px;
	background: #172C4A;
	opacity: 0.3;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li.slick-active button:hover {
	opacity: .8;
}
.slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #d1861e;

}
.photo-slides .slick-dots li button {
	background: #f4f3ef;
}

@media (max-width: 970px) {
	.objects-carousel.slick-slider {
		margin-left: 10px;
	}
	.objects-carousel.slick-slider .slick-slide,
	.blocks-carousel.slick-slider .slick-slide {
		padding: 0 5px;
	}
	.slick-slider .slick-arrow {
		background-color: #f4f3ef;
		width: 40px;
		height: 40px;
	
	}
	.slick-prev {
		left: 0px;

	}
	.slick-next {
		right: 0px;

	}
}
@media (max-width: 970px) {
	.slick-slider .slick-arrow {
		background-color: #f4f3ef;
		width: 40px;
		height: 40px;
	
	}
	.slick-slider .slick-prev {
		left: -8px;

	}
	.slick-slider .slick-next {
		right: -8px;

	}
}


.section-wrapper.bg-white .slick-dots li button:before {
	color: #172C4A;
}
.section-wrapper.bg-white .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #d1861e;
}
.photo-slides .slick-dots li button:before {
	color: #f4f3ef;
}
.section-wrapper.bg-white .photo-slides .slick-dots li.slick-active button:before {
	color: #d1861e;
}

.blocks-carousel {
	padding-bottom: 30px;
}
@media (max-width: 970px) {
	.blocks-carousel {

	}
}
/* Testimonials */

.section-rating {

	display: inline-flex;
	align-items: center;
	position: relative;
	padding: 0px 0px 20px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.137);
}
.section-rating span {
	color: #172C4A;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	margin-right: 10px;

}
.section-rating span.number {
	font-family: 'moret', serif;
	position: relative;
	top: 1px;
}
.section-rating span.amount {
	position: relative;
	padding-left: 10px;
	display: block;
	font-weight: 400;
	font-size: 12px;
	opacity: 0.6;
}
.section-rating i {
	font-size: 16px;
	color: #d1861e;
	margin-right: 3px;
}
.section-rating img  {
	margin: 0 10px 0 0px;
}

@media (max-width: 640px) {
	.section-rating {
		margin-top: 20px;
		flex-direction: column;
	}
	.section-rating.google-reviews {
		flex-direction: row;
	}
	.section-rating img  {

	}
}


.quotes-carousel.slick-slider .slick-dots {
	bottom: 0px;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.quotes-carousel .slick-prev {

}
.quotes-carousel .slick-next {

}



.quotes-carousel {
	position: relative;
	z-index: 4 !important;
}


.quote-wrapper blockquote {
	position: relative;
	border-left: 0;
	font-size: 1.4rem;

	margin: 20px 10px;
	padding: 2rem 3rem 2rem 3rem;
	text-align: left;
	background: transparent;
	border-radius: 7px;
}
.quote-wrapper blockquote:before {

	display: none;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: '\f10d';
	font-size: 32px;
	color: #d1861e

}
.quote-wrapper blockquote .quote-title {
	font-family: 'moret';
	/* font-style: italic; */
	font-size: 1.4rem;
	color: #d1861e
}
.quote-wrapper blockquote p {
	margin-left: 0px;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	color: #172C4A
	/* color: rgba(60, 87, 114, 0.624); */

}
.quotes-carousel.quotes-amount-2 blockquote p {
	font-size: 18px;
}
.quotes-carousel.quotes-amount-3 blockquote p {
	font-size: 18px;
}
.quote-wrapper blockquote footer {
	/* border-top: 1px solid rgba(60, 87, 114, 0.144); */
	margin: 2rem 0 1rem;
	font-size: 16px;
    text-align: left;
	font-weight: 400;

}
.quote-wrapper blockquote footer .quote-name {
	font-family: 'moret';
	font-weight: 700 !important;
	color: #d1861e;
	line-height: 1;
}
.quote-wrapper blockquote footer .quote-place {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #d1861e;
	line-height: 1;
}
.quote-wrapper .quote-image {
   float: left;
    width: 64px;
    height: 64px;
    position: relative;
    top: -8px;
    margin-right: 10px;
    margin-left: 0px;
}

.quote-rating {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px 0px 10px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.137);
}
.quote-rating span {
	color: #d1861e;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	margin-right: 10px;

}
.quote-rating span.number {
	font-family: 'moret', serif;
	position: relative;
	top: 0px;
	color: #172C4A
}
.quote-rating span.amount {
	position: relative;
	padding-left: 10px;
	display: block;
	font-weight: 400;
	font-size: 12px;
	opacity: 0.6;
}
.quote-rating i {
	font-size: 14px;
	color: #3BA6CC;
	margin-right: 2px;
}

	@media (max-width: 970px) {

		.quote-wrapper blockquote {
			position: relative;
			border-left: 0;
			font-size: 1.4rem;

			margin: 20px 10px;
			padding: 2rem 3rem 2rem 3rem;
			text-align: center;
		}
		.quote-wrapper blockquote footer {
			text-align: center;
			display: flex;
			align-items: center;
			flex-direction: column;
		}
		.quote-rating {
			display: inline-flex;

			align-items: center;
			position: relative;
		}
	}
	@media (max-width: 640px) {
		.quote-wrapper blockquote {
			margin: 0px 10px;
			padding: 0rem 1rem 0rem 1rem;
			font-size: 1rem;
		}
	}







/*
---------------------------
IMAGE BANNERS
---------------------------
*/

.imagebox {
	float: left;
	width: 100%;
	display: block;
  	position: relative;
  	outline: 0px solid #eceade;
	min-height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	z-index: 98 !important;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(60, 87, 114);
		-moz-transform: translate3d(60, 87, 114);



}
.side-content .imagebox {

}

a.imagebox:hover {
	z-index: 99 !important;
}
.collapse .imagebox {
	margin-bottom: 0;
}

a.imagebox {
	cursor: pointer;
}

.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imagebox:hover .imagebox-image {
	transform: scale(1.1)
}
a.imagebox:hover .imagebox-image:after {
	opacity: 0;
}
.imagebox .imagebox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	z-index: 3;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a.imagebox:hover .imagebox-overlay {
	opacity: 0.7;
}
.imagebox .imagebox-overlay.opacity-none {
	opacity: 0;
}

.imagebox .imagebox-overlay
a.imagebox:hover .image-shade-top,
a.imagebox:hover .image-shade-bottom {
	opacity: .8;
}

.imagebox,
.imagebox .imagebox-image,
.imagebox .imagebox-image:after,
.imagebox .imagebox-overlay,
.imagebox .image-shade-top,
.imagebox .image-shade-bottom {
	border-radius: 0px !important;
}

/* Badge */
.imagebox-badge {
	position: absolute;
	top: 20px;
	left: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	color: #f4f3ef;
	transform: rotate(0deg);
	font-weight: 700;
	border-radius: 0px;
	color: #f4f3ef;
	line-height: 1.2;
	z-index: 5;
}
.imagebox-badge-label {
	font-size: 14px;
	font-weight: 400;
}
.imagebox-badge-title {
	font-family: 'moret';
	font-size: 24px;
	font-weight: 800;
}
.imagebox-badge-info {
	font-size: 11px;
	font-weight: 400;
}

.imagebox .imagebox-shade {
	position: absolute;
	bottom:0;
	left: 0;
	right:0;
	height: 180px;
	display: block;
	z-index: 2;
	opacity: .9;

	
	height: 180px;
	background: -moz-linear-gradient(top, rgba(0, 47, 78,0) 0%, rgba(0, 47, 78,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 47, 78,0) 0%,rgba(0, 47, 78,1) 100%);
	background: linear-gradient(to bottom, rgba(0, 47, 78,0) 0%,rgba(0, 47, 78,1) 100%);
	

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;

}

.imagebox .imagebox-description {
	position: absolute;
	top: 0;
	left:0;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 4;
	border-radius: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.imagebox .imagebox-description.middle {
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px
}

.imagebox:hover .imagebox-description {
	opacity: 1;
}
.imagebox .imagebox-description .imagebox-title-wrap {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.imagebox .imagebox-description .imagebox-title {
	position: relative;
	display: block;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.1;
	color: #f4f3ef;
	margin: 0 0 20px;
	padding: 0px 0px;
	transform: translateY(0px);
	z-index: 2;
	
}
.imagebox .imagebox-description .imagebox-title.with-intro {
	margin-bottom: 0;
}
.large-6 .imagebox .imagebox-description .imagebox-title {
	font-size: 40px;
}

.side-content .imagebox .imagebox-description .imagebox-title {
	font-size: 22px;
	font-weight: 900;
}
.imagebox.bg-white .imagebox-description .imagebox-title {
	color: #172C4A;
}

.imagebox .imagebox-description .imagebox-lead {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	color: #f4f3ef;
	padding: 0px 0 0 2px;
	z-index: 2;
}
.imagebox .imagebox-description .imagebox-lead p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #d1861e;
}

.blocks-small .imagebox .imagebox-description .imagebox-title-wrap p,
.imagebox.height-small .imagebox-description .imagebox-title-wrap p,
.side-content .imagebox .imagebox-description .imagebox-title-wrap p {
	font-size: 16px;

}


.imagebox:hover .imagebox-description .imagebox-title-wrap {
	transform: translateY(-60px);
}

.button.imagebox-button {
	visibility: hidden;
	opacity: 0;
	margin-bottom: -60px;
	transform: translateY(100%);
	padding-top: 10px;
	padding-bottom: 10px;
}
.imagebox.height-huge .button.imagebox-button.visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	margin-bottom: 10px;
}

.imagebox:hover .button.imagebox-button {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.imagebox:hover .button.white.hollow.imagebox-button {
	color: #d1861e !important;
	background-color: #f4f3ef !important;
}
.imagebox:hover .button.white.hollow.imagebox-button i {
	color: #eceade !important;

}


/* POSITIONS
----------------- */

/* Top */
.imagebox .imagebox-description.left_top {
	justify-content: flex-start;
	align-items: flex-start;
}
.imagebox .imagebox-description.left_top .imagebox-title-wrap {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	padding: 2rem 2rem 2rem 1rem;
}

.imagebox .imagebox-description.right_top {
	justify-content: flex-start;
	align-items: flex-end;
}
.imagebox .imagebox-description.right_top .imagebox-title-wrap {
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
	padding: 2rem 2rem 2rem 2rem;
}
.imagebox .imagebox-description.right_top .imagebox-lead {
	margin: 0;
	text-align: right;
	color: #f4f3ef;
	z-index: 2;
}

/* Bottom */
.imagebox .imagebox-description.left_bottom {
	justify-content: flex-end;
	align-items: flex-start;
}
.imagebox .imagebox-description.left_bottom .imagebox-title-wrap {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	padding: 2rem 2rem 1rem 1rem;
}
.large-6 .imagebox .imagebox-description.left_bottom .imagebox-title-wrap {
	padding-left: 2rem;
	padding-bottom: 2rem
}
.imagebox .imagebox-description.left_bottom .imagebox-lead {
	margin: 0;
	text-align: left;
	color: #f4f3ef;
	z-index: 2;
}

.imagebox .imagebox-description.right_bottom {
	justify-content: flex-end;
	align-items: flex-start;
}





.grid-sizer { width: 20%; }

/* Imagobox Heights */

.imagebox.squared {
	min-height: 0 !important;
	padding-bottom: 100%;
}



/* Imagobox Heights  (per item)*/
.imagebox.height-small {
	min-height: 160px;
}
.collapse  .imagebox.height-small {
	min-height: 175px;
}


.imagebox.height-medium {
	min-height: 310px;
}
.collapse .imagebox.height-medium {
	min-height: 350px;
}
.imagebox.height-large {
	min-height: 440px;
}

.imagebox.height-huge {
	min-height: 640px;
}


/* Imagobox Heights (all the same) */
.blocks-small .imagebox {
	min-height: 200px;
}
.blocks-medium .imagebox{
	min-height: 310px;
}
.blocks-large .imagebox {
	min-height: 440px;
}
.blocks-huge .imagebox {
	min-height: 640px;
}


.expanded.collapse .blocks-medium .imagebox,
.expanded.collapse .imagebox.height-medium {
	min-height: 0;
}

	
	@media (max-width: 1460px) {

		
		.large-6 .imagebox .imagebox-description .imagebox-title {
			font-size: 38px;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 32px;
		}

		/* Imagobox Heights  (per item)*/
		.imagebox.height-small {
			min-height: 180px;
		}
		.imagebox.height-medium {
			min-height: 240px;
		}
		.collapse .imagebox.height-medium {
			min-height: 280px;
		}
		.imagebox.height-large {
			min-height: 400px;
		}
		.imagebox.height-huge {
			min-height: 500px;
		}
		.collapse .imagebox.height-huge {
			min-height: 560px;
		}

		/* Imagobox Heights (all the same) */
		.blocks-small .imagebox {
			min-height: 200px;
		}
		.blocks-medium .imagebox{
			min-height: 290px;
		}
		.blocks-large .imagebox {
			min-height: 400px;
		}
		.blocks-huge .imagebox {
			min-height: 500px;
		}

	}
	@media (max-width: 1130px) {
		.large-6 .imagebox .imagebox-description .imagebox-title {
			font-size: 32px;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 28px;
		}
		/* Imagobox Heights  (per item)*/
		.imagebox.height-small {
			min-height: 180px;
		}
		.imagebox.height-medium {
			min-height: 240px;
		}
		.collapse .imagebox.height-medium {
			min-height: 250px;
		}
		.imagebox.height-large {
			min-height: 400px;
		}
		.imagebox.height-huge {
			min-height: 500px;
		}
		.collapse .imagebox.height-huge {
			min-height: 500px;
		}

		/* Imagobox Heights (all the same) */
		.blocks-small .imagebox {
			min-height: 200px;
		}
		.blocks-medium .imagebox{
			min-height: 290px;
		}
		.blocks-large .imagebox {
			min-height: 400px;
		}
		.blocks-huge .imagebox {
			min-height: 500px;
		}
	}
	@media (max-width: 970px) {
		.imagebox-icon i:before{
			margin-left:0;
		}
		.imagebox-icon.icon-small i:before{
			font-size: 2rem;
		}
		.imagebox-icon.icon-medium i:before{
			font-size: 3.2rem;
		}
		.imagebox-icon.icon-large i:before{
			font-size: 4.7rem;
		}

		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 1.5rem 0.76rem 1rem;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.4rem;
		}
	
		.imagebox .imagebox-description .imagebox-lead {
			background: transparent;
		}


		/* Imagobox Heights  (per item)*/
		.imagebox.height-small {
			min-height: 180px;
		}
		.imagebox.height-medium {
			min-height: 240px;
		}
		.collapse .imagebox.height-medium {
			min-height: 250px;
		}
		.imagebox.height-large {
			min-height: 400px;
		}
		.imagebox.height-huge {
			min-height: 500px;
		}
		.collapse .imagebox.height-huge {
			min-height: 500px;
		}


		/* Imagobox Heights (all the same) */
		.blocks-small .imagebox {
			min-height: 160px;
		}
		.blocks-medium .imagebox{
			min-height: 250px;
		}
		.blocks-large .imagebox {
			min-height: 360px;
		}
		.blocks-huge .imagebox {
			min-height: 500px;
		}
	}
	@media (max-width: 640px) {
		.imagebox {
			margin-bottom: 10px;
		}
		.imagebox,
		.imagebox .imagebox-image,
		.imagebox .imagebox-image:after,
		.imagebox .imagebox-overlay,
		.imagebox .image-shade-top,
		.imagebox .image-shade-bottom {
			border-radius: 0px !important;
		}
		.imagebox .imagebox-description.middle {
			justify-content: center;
			padding-left: 10px;
			padding-right: 10px
		}
		.large-6 .imagebox .imagebox-description.left_bottom .imagebox-title-wrap {
			padding-left: 1rem;
			padding-bottom: 1rem
		}
		.large-6 .imagebox .imagebox-description .imagebox-title {
			font-size: 28px;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 24px;
		}
	
		.imagebox .imagebox-description .imagebox-lead p  {
			font-size: 16px;
			line-height: 1.4;
		}


		.imagebox:hover .imagebox-description .imagebox-title-wrap {
			transform: translateY(0px);
		}

		.button.imagebox-button {
			visibility: hidden;
			opacity: 0;
			margin-bottom: -60px;
			transform: translateY(100%);
		}
		.imagebox.height-huge .button.imagebox-button.visible {
			visibility: visible;
			opacity: 1;
			transform: translateY(0);
			margin-bottom: 10px;
		}

		.imagebox:hover .button.imagebox-button {
			transform: translateY(0);
			visibility: hidden;
			opacity: 0;
		}

		
		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 160px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 240px;
		}
		.collapse .imagebox.height-medium {
			min-height: 220px;
		}

		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 280px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 300px;
		}
		.collapse .imagebox.height-huge {
			min-height: 360px;
		}
	}


	@media (max-width: 440px) {

	}
	@media (max-width: 370px) {
		.imagebox .imagebox-description .imagebox-title {
	
		}
	}
/* List */
.imagebox-list ul {
	list-style: none;
	margin:0;
	margin-top: 1rem;
}
.imagebox-list ul li {
	color:#f4f3ef;
	font-size: 1.3rem;
}
.imagebox-list ul li i {
	color:#d1861e;
}


/* Zijbalk */

#sticky {
	left: 0 !important;
}
.side-content {
	position: relative;
	/* padding-right: 0rem; */

	padding-bottom: 1rem;
	z-index: 889;
}
.side-content #sidebar {
	width: 100%;
	display: block;
	padding: 0 0 2em 0px;
	margin-top: 0px;
	z-index: 88;
	
}
.side-content.no-cover #sidebar {
	margin-top: 0px;
}
.side-content .page-title {
	font-size: 1.4em;
	padding-left: 1em;
	padding-bottom: 10px;
}


#sidebar .sticky {
	width: 100%;
}
	@media (max-width: 1130px) {
		.side-content  {
			width: 25%;
			margin-top: 0px;
			padding: 0 0rem 0em;
		}
	}
	@media (max-width: 970px) {
		.side-content  {
			width: 100%;
			margin-top: 0px;
			padding: 0 1rem 0em;
		}
		.side-content #sidebar {
			margin-top: 0px;
			height: auto !important
		}
	}


	@media (max-width: 540px) {
		.side-content  {
			padding-right: .625rem;
			padding-left: .625rem;
		}
	}
.side-content .text-wrapper {
	padding: 20px 25px 20px;
	border-radius: 0px;
	background: #f4f3ef;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);

}
.side-content	.text-wrapper .indent {
	padding-right: 0rem;
}
.side-content .text-wrapper .text-wrapper-title {
	font-size: 1.4rem;
	position: relative;
	font-weight: 700;
	padding-right: 0;
}
.side-content .text-wrapper-title:before {
	display: none;
}

.side-content .text-wrapper .text-wrapper-title.sub {
	font-size: 1rem !important;
}
.side-content .text-wrapper-lead:before,
.side-content .text-wrapper-content:before {
	display: none;
}
.side-content .text-wrapper .text-wrapper-lead p {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
}
.side-content .text-wrapper .text-wrapper-content p {
	line-height: 1.6;
	font-size: 16px;
}
.side-content .text-wrapper .text-wrapper-content p strong {
	color: #172C4A;
}
.side-content .text-wrapper .button {

}

	@media (max-width: 970px) {
		.side-content .text-wrapper {
			margin: 0 10px;
		}
	}
/*
---------------------------
SUB NAVIGATION
---------------------------
*/

.mobile-subnav-button {
	display: none;
	float: left;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
.mobile-subnav-button i {
	top: 11px;
	left: 0.8rem;
	right: auto;
	color: #727272 !important;
	display: none;
}
#mobile-subs {
	display: none;
}

	@media  (max-width: 970px) {
		.mobile-subnav-button {
			display: inline-block;
		}
		#mobile-subs {
			position: absolute;
			top: 46px;
			left: 1rem;
			width: 90%;
			background: transparent;
			z-index: 999;
			border-radius: 0px;
			padding: 0rem 0rem 0;
		}
		#mobile-subs.expanded {
			display: block;
		}
	}

.subnav {
	position: relative;
	border: 1px solid rgba(60, 87, 114, 0);
	border-radius: 0px;
	padding: 20px 25px;
	margin:0rem 0 30px;
	background: #f4f3ef;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
	/* box-shadow: 0 1px 60px rgba(60, 87, 114, 0.2); */
}
#mobile-subs .subnav {
	border: 0;
	margin-bottom: 0;
}

.subnav .subnav-headline {
	font-size: 24px;
	position: relative;
	margin: 0 0 5px;
	font-weight: 800;
	line-height: 1.3;
}

.subnav .subnav-headline a {
	color: #d1861e;
}
.subnav ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.subnav ul li {
	position: relative;
	border-bottom: 0px solid rgba(60, 87, 114, 0.12);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(60, 87, 114, 0.1);
}
.subnav ul li:last-child {
	border:0 !important;
}
.subnav ul li a:not(.button) {
	font-family: 'moret', serif;
	font-weight: 700;
	padding-left: 0;
	color: #171E36;
	display: block;
	padding: 10px 0 10px 0;
  	font-size: 17px;
  	letter-spacing: 0px;
	position: relative;
	line-height: 1.3;

	-webkit-transition: padding 0.2s ease-in-out;
	-moz-transition: padding 0.2s ease-in-out;
	-ms-transition: padding 0.2s ease-in-out;
	transition: padding 0.2s ease-in-out;
}
.subnav ul li a:not(.button):hover {
	color: #d1861e;
	padding-left: 20px;
}
.subnav ul li a:not(.button):before {
	position: absolute;
	left: 0px;
	-webkit-transform: translate(-10px, 0);
  	transform: translate(-10px, 0);
	top: 15px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: '\f061';
	font-size: 13px;
	margin-right: 0px;
	color: #d1861e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
.subnav ul li a:not(.button):hover:before {
	-webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);

	opacity: 1;
}
.subnav ul li.item-breadcrumb a:not(.button):before {
	color: #d1861e;
	opacity: 1;
	-webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.subnav ul li.item-breadcrumb a:not(.button) {
	color: #d1861e;
	font-weight: 900;
	padding-left: 20px;
}
.subnav ul li.invisible {
	visibility: visible;
	display: block;
}

	@media  (max-width: 970px) {
		.subnav ul li a:not(.button) {
			padding-left:0 !important;
			font-size: 1.1rem !important;
		}
		.subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;

		}
	}
	@media  (max-width: 640px) {
		.subnav {
			padding-left: 1rem !important;
			margin-bottom: 50px;
		}
		.subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;

		}
	}

/* Tweede niveau */
.subnav ul li ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 15px;


}
.subnav ul li ul li {
	border: 0px solid #eeedec;
}
.subnav ul li ul li > a:not(.button) {
	font-family: 'gitan-latin', serif;
  font-weight: 400 !important;
	color: #171E36 !important;
	font-size: 15px !important;
	padding: 0.2em 0rem 0.2em 0px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.4;

}
.subnav ul li ul li > a:not(.button):hover {
	color: #d1861e !important;
	background: none !important;
}
.subnav ul li ul li a:not(.button):before {
	display: none !important;
	opacity: 0 !important;
}
.subnav ul li ul li > a:not(.button):hover:before {
	color: #172C4A !important;
	opacity: 1 !important;
}
.subnav ul li ul li.item-breadcrumb > a:not(.button),
.subnav ul li ul li.item-breadcrumb > a:not(.button):hover {
	background: none !important;
	color: #d1861e !important;
	font-weight: 700 !important;
}
.subnav ul li ul li.item-leaf > a:not(.button) {
	font-weight: 700 !important;
}

/* Derde niveau */
.subnav ul li ul ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.subnav ul li ul ul li {
	border: 0px solid #eeedec;
}

.subnav ul li ul ul li > a:not(.button) {
    font-weight: 400 !important;
	color: #172C4A !important;
	font-size: 14px !important;
	padding: 0.3em 0rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.subnav ul li ul ul li > a:hover {
	background: none !important;
	color: #d1861e !important;
}



.subnav ul li ul ul li a:before {
	display: none
}
.subnav ul li ul ul li.item-breadcrumb > a, .subnav ul li ul li.item-breadcrumb > a:hover {

}

/* glogss */
.introduction-blogs {
	position: relative;
	height: 0;
	z-index: 993;
}
.introduction-blogs .blogs-slides {
	position: absolute;
	top: -35px;
	left: 45px;
	z-index: 993;
}
.blogs-slides .blogs-slides-item {
	position: relative;
	padding-left: 30px;
	display: block;

}
.blogs-slides .blogs-slides-item i {
	position: absolute;
	top: 3px;
	left: 0;
}
.blogs-slides .blogs-slides-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #172C4A;
	line-height: 1.2;
}
.blogs-slides .blogs-slides-lead {
	display: block;
	margin:0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color: rgba(60, 87, 114, 0.7)
}
.blogs-slides .blogs-slides-lead a {
	display: inline-block;
}
.blogs-slides .blogs-slides-item .blogs-slides-lead i {
	position: relative;
	top: 0;

	font-size: 11px;
}

@media  (max-width: 970px) {
	.introduction-blogs .blogs-slides {
		position: absolute;
		top: -35px;
		left: 20px;
		z-index: 993;
	}
	.blogs-slides .blogs-slides-item {
		position: relative;
		padding-left: 20px;
		display: block;

	}
	.blogs-slides .blogs-slides-item i {
		position: absolute;
		top: 3px;
		left: 0;
		font-size: 14px;
	}
}
@media  (max-width: 970px) {
	.introduction-blogs .blogs-slides {
		position: absolute;
		top: -25px;
		left: 20px;
		z-index: 993;
	}
}


.blogs ul li {
	border-bottom: 0px solid rgba(60, 87, 114, 0.08);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(60, 87, 114, 0.08);
}
.blogs ul li:last-child {
	border:0 !important;
}
.blogs ul li a {
	padding-left: 0;
	color: rgba(60, 87, 114, 1);
	font-weight: 400;
	display: block;
	padding: 1.1em 1em 0.9375em 0rem;
  font-size: 0.96rem !important;
  letter-spacing: 0px;

	position: relative;
	line-height: 1.1;
}
.blogs ul li a:hover {
	color: #5caa28;
}
.blogs ul li a .blog-title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #172C4A;
}
.blogs ul li a .blog-date {
	display: block;
	padding: 6px 0 0;
	font-size: 0.86rem;
	color: rgba(60, 87, 114, 0.4);
}

/*
---------------------------
SUBNAVIGATIE BALK
---------------------------
*/
.sticky.is-stuck {
	z-index: 99;
}
#whatsub {


}
.whatsub {

	width: 100%;
	clear:both;
	display: block;
	z-index: 79999;
	padding: 0 0em 0;
	position: relative;

	background: rgba(255, 255, 255,1);
	text-align: left;

}

.whatsub:before {

	position: absolute;
	left:0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	content: '';
	z-index: 1;
	background: rgba(60, 87, 114, 1);

	opacity: 0.1;
}


.whatsub ul {
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap !important;
	margin: 0 auto;
	padding: 15px 0rem 10px;
	text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.whatsub ul li {
	display: flex;
	flex-grow: 1;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0em 10px;
	border-right: 2px solid #eee;

}
.whatsub ul li:last-child {
	border:0 ;
}
.whatsub ul li a {
	width: 100%;
	font-family: 'moret', sans-serif;
	position: relative;
	font-weight: 800;
	font-size: 20px;
	display: block;
	padding: 10px 15px 10px 15px;
	text-align: center;
	border-radius: 50px;
	background: transparent;
	color: #172C4A;
}
.whatsub ul li a:hover {
	color: #d1861e;
}



.whatsub ul li a:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #d1861e transparent transparent transparent;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

}
.whatsub ul li a:hover:after,
.whatsub ul li.item-breadcrumb a:after {
	 opacity: 1;
}

.whatsub ul li a.is-active {

	color: #d1861e;
}


	@media  (max-width: 1130px) {
		.whatsub ul {
			padding: 1rem 4rem 1rem 1rem;
		}
		.whatsub:after {
			display: block;
		}
		.whatsub ul li {
			padding: 0 10px;
		}
		.whatsub ul li a {
			position: relative;
			font-weight: 700;
			font-size: 16px;
			padding: 10px 10px 10px 10px;
		}
	}
	@media  (max-width: 970px) {
		.whatsub:after {
			position: absolute;
			top:0;
			right: 0;
			height: 100%;
			width: 80px;
			background: rgb(255,255,255);
			background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
			content:'';
			z-index: 3;
		}
		.whatsub .row {
			max-width: 100%;
			padding:0;
			margin:0;
		}
		.whatsub ul {
			padding: 1rem 0rem 1rem 0rem;
			justify-content: flex-start !important;
		}
		.whatsub ul li:last-child {
			padding-right: 60px;
		}
	}
	@media  (max-width: 767px) {
		.whatsub {

		}
	}


/* Breadcrumbs */
#breadcrumbs {
	width: 100%;

}
.breadcrumbs-wrapper {
	margin-top: 0px;
  background: none;
  border-top: 0px solid rgba(60, 87, 114, 0.04);
  padding: 15px 0 35px 1rem;

}
.breadcrumbs-wrapper.active-cover {
	padding: 15px 0 15px 0rem;
}
.no-extra .breadcrumbs-wrapper {
	padding-bottom: 15px;
}


#page-content .breadcrumbs-wrapper {
	position: relative;
	z-index: 1;
	padding: 0px 0 20px 0rem;
	border-top: 0;
	/* border-bottom: 1px solid rgba(60, 87, 114, 0.04); */

}

.breadcrumbs {
	float: left;
	display: inline-block;
	padding: 0 0;
	overflow: hidden;
	margin-left: 1.6rem !important;
	list-style: none;
	border-style: solid;
	border-width: 0px;
	background: none;
	border-color: rgba(0,0,0,0.04);
	border-radius: 0px;
	text-align: right !important;

}
#page-content .breadcrumbs {


	margin-right: 1.6rem !important;

}
.breadcrumbs > * a {
	color: #172C4A;
	font-weight: 400;
	text-transform: none;
	font-size: 0.86rem;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.breadcrumbs > * a:hover {
	color: #d1861e;
	text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
	color: #d1861e;
	content: "\f054";
	margin: 0 .75rem;
	position: relative;
	top: 0px;
	opacity: 1;
	font-size: 0.56rem;
	font-family: 'Font Awesome 5 Pro' !important;
	speak: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

}

.breadcrumbs > * a img {
	display: inline-block;
	width: 16px;
}

.breadcrumbs {
	margin-bottom: 0;
}


	@media (max-width: 970px) {
		.breadcrumbs {
			display: block;
			padding: 0 0;
			overflow: hidden;
			margin-left: .5rem !important;
		}
	}
	@media (max-width: 767px) {
		.breadcrumbs {

		}
	}
	@media (max-width: 500px) {
		.breadcrumbs {
			display: none;
		}
		.breadcrumbs-wrapper {
			padding-left: 0em;
			display: none;
		}
	}




/* Foto Overzicht
------------------------------- */
.photo .caption {
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 0.8rem;
	line-height: 1.1;
	font-weight: 700;
	color: #172C4A !important;
	text-align: center;
	width: 100%;
	display: block;
	font-style: italic;
	padding: 13px;
	background: #f4f3ef;
	border-radius: 0 0 10px 10px;
}

.photo {
	display: inline-block;
	margin: 0px 0 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 50%;
	border-radius: 0px 0px;
	box-shadow:  0px 6px 16px rgba(60, 87, 114, 0.12);
}
.photo .caption .with-caption {
	margin-bottom: 20px;
}

.box-wrapper.case .photo {
	border-bottom: 0px solid #d1861e;
}
.photo.left {
	float: left;
	margin-right: 30px;
}
.photo.right {
	float: right;
	margin-left: 50px;
}
/* Round */
.photo a.round {
	border-radius: 100%;

}
.photo img {
	border-radius: 0px;
}
.photo.photo-100 {
	width: 100%;
}

/* Sizes */
.image-size-25,
.photo-25 {
	width: 25%;
}
.image-size-33,
.photo-33 {
	width: 31.5%;
}
.image-size-50,
.photo-50 {
	width: 50%;
}
.image-size-75,
.photo-75 {
	width: 75%;
}
.image-size-100 {
	width: 100%;
	margin-left: 0 !important;
}



.photo a {

	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;


}

.photo a img {
	border-radius: 0px;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
	  z-index: 7;


}
.photo .with-caption img {
	border-radius: 0px 0px 0 0;
}

.photo a:hover img {
	padding: 0px;
	border: 0px solid #ddd;
}
.photo a:hover img.grayscale {
	-webkit-filter: grayscale(0%) !important;
	filter: none !important;
}




.photo a.round:after {
		border-radius: 100%;
}
.photo a:hover:after {
	opacity: 1;
}
.photo a.item-more:after {
	content: '\f054';
}
.photo.right {
	float: right;
	margin: 10px 0px 20px 40px;
}

@media (max-width: 500px) {
	.photo {
		width: 100%;
	}
	.photo.right {
		margin-bottom: 30px;
	}
}
.photo-wide {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}
.photo-wide img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
}
.photo-slides {
	border-radius: 0px;
	margin-bottom: 0 !important;
	box-shadow:  0px 6px 16px rgba(60, 87, 114, 0.12);
}
.photo-slides a.gallery-item {
	margin-bottom: 0em;
}
.photo-slides .slick-slide {
	padding:0;
}

.gallery {
	padding-top: 30px;
}
/* .gallery:before {
	position: absolute;
	top: 40px;
	left: -40px;
	width: 100%;
	height: 100%;
	content: '';
	background: #172C4A;
	opacity: .04;
	z-index: -1;
} */

.gallery .gallery-item {

}
.photo-gallery {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;

}

.photo-gallery:before {
	position: absolute;
	bottom:-120px;
	left: -200px;

	width: 400px;
	height: 400px;
	z-index: 2;
	content:'';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../images/icon-primary.svg');
	opacity: 0.08;
} 


.text-wrapper .photo-gallery {
	margin-top: 30px;
}
.quotes-carousel .photo-gallery {
	margin: 0px 0px 0px 10px;
}

.section-wrapper .photo-gallery .large-up-2 .column {
	margin: 10px 0;
}

.photo-gallery .large-up-1 .column {
	position: relative;
	transform: scale(0.8) translate(-85px , -60px);
}
.photo-gallery .large-up-1 .column:nth-of-type(2) {
	position: absolute;
	transform: scale(0.6) translate(180px , 160px);
}

.photo-gallery .large-up-1 .column img {
	box-shadow:  0px 6px 16px rgba(60, 87, 114, 0.12);
}
.photo-gallery .large-up-1 .column:nth-of-type(2) img {
	box-shadow: 0 1px 64px rgba(0,0,0,0.3);
}


.float-right .photo-gallery:before {
	left: auto;
	right: -200px
}
.large-6 .photo-gallery {
	margin-top:0;
}

.photo-gallery.with-padding {
	margin: 0;
	padding: 2rem 3rem;
}

	@media (max-width: 1024px) {
		.photo-gallery.with-padding {
			padding: 2rem 1rem 2rem 0;
		}
	}
	@media (max-width: 970px) {
		.large-6 .photo-gallery {
			margin-top:0;
			margin-left: 15px;
			margin-right: 15px;
		}
		.large-6 .photo-gallery:before,
		.large-6 .photo-gallery:after {
		  display: none;
		}
		.photo-gallery .large-up-1 .column {
			width: 100% !important;
			position: relative;
			transform: scale(0.7) translate(-145px , -80px);
		}
		.photo-gallery .large-up-1 .column:nth-of-type(2) {
			position: absolute;
			transform: scale(0.6) translate(180px , 160px);
		}
	}
	@media (max-width: 640px) {
		.large-6 .photo-gallery {
			margin-top:20px;
		}
		.photo-gallery .large-up-1 .column {
			width: 100% !important;
			position: relative;
			transform: scale(0.9) translate(-20px , 0px);
		}
		.photo-gallery .large-up-1 .column:nth-of-type(2) {
			position: absolute;
			transform: scale(0.4) translate(280px , 210px);
		}

	}
	@media (max-width: 374px) {
		.photo-gallery .large-up-1 .column:nth-of-type(2) {
			position: absolute;
			transform: scale(0.4) translate(210px , 170px);
		}

	}

.photo-gallery img {
	border-radius: 0px;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
	max-width: 100%;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow:  0px 6px 16px rgba(60, 87, 114, 0.12);
}
.photo-gallery .photo-slides img {
	box-shadow: none !important;
}
.photo-gallery a,
a.gallery-item {
	display: block;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.section-wrapper .small-up-2 .photo-gallery a, 
.section-wrapper .small-up-2  a.gallery-item {
	margin-bottom: 0px;
}

.photo a.gallery-item {
	margin-bottom: 0px;
}

.photo-gallery img {
	border-radius: 0px;
}

.photo-slides .slick-list {
	border-radius: 0px;
}

.gallerybar a.gallery-item {

}
.gallerybar .slick-slide {
	padding:0;
}



.photo-gallery a img,
.photo-slides img  {
	margin-bottom: 0px;
}

.photo-slides img  {
	border-radius: 0px;
}
/* Round */
.photo-gallery a.round {
	border-radius: 100%;
	overflow: hidden;
}

/* Objects */
.object-detail .photo-gallery {
	margin: 0;
}

/* Gallery Bar */
.gallery-slides .gallery-item {
	margin: 0;
	padding: 0;
}
.gallery-slides .gallery-item:before {
	display: none;
}
.gallery-slides .gallery-item img {
	border-radius: 0px !important;
	margin: 0;
	opacity: 0.8;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery-slides .gallery-item:hover img {
	opacity: 1;
}
.gallery-slides .slick-prev {
	left: 10px;
}
.gallery-slides .slick-next {
	right: 10px;
	/* border-radius: 50px 0 0 50px; */
}
.more-slides .slick-list {
	border-radius: 0px;
}
.more-slides img {
	border-radius: 0px;
}


a.gallery-item:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 0px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: '\f067';
	background: #3BA6CC;
	color: #f4f3ef;
	font-size: 1rem;
	z-index: 9;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: opacity 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: opacity 0.3s ease-out;  /* FF4+ */
	-ms-transition: opacity 0.3s ease-out;  /* IE10? */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.5+ */
	transition: opacity 0.3s ease-out;
}
.photo-gallery.with-video a:after {
	display: none;
}
	@media (max-width: 970px) {
		.photo-gallery a:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
		.photo-gallery img {

		}
	}

a.gallery-item.round:after {
	border-radius: 100%;
}

a.gallery-item:hover:after {
	opacity: .8;
}

a.gallery-item:hover img {
	padding: 0px;
}
.photo-gallery:hover img.grayscale {
	-webkit-filter: grayscale(0%) !important;
	filter: none !important;
}
.collapse.photo-gallery a,
.collapse.photo-gallery a.gallery-item,
.collapse.photo-gallery img {
	border-radius: 0 !important;
	margin-bottom: 0px;
}
.collapse.photo-gallery {
	margin-top: 0;
}



.photo a .mask,
.photo-gallery a .mask {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background:rgba(60, 87, 114, 0.745);
	color: #f4f3ef;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
	padding: 1rem 0 5px 1rem;
	display: block;
	border-radius: 0;
	overflow: hidden;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.photo a .mask strong,
.photo-gallery a .mask strong {
	font-weight: 700;
}
.photo a:hover .mask .mask-text,
.photo-gallery a:hover .mask-text {
	visibility: visible;
	opacity: 1;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.photo-gallery a .mask {
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	padding: 3.5rem 10px 2.5rem 10px;
}
.photo a:hover .mask,
.photo-gallery a:hover .mask {

}
.photo a:hover .mask .mask-text,
.photo-gallery a:hover .mask-text {
	visibility: hidden;
	opacity: 0;
}

	@media (max-width: 800px) {
		.photo a .mask,
		.photo-gallery a .mask {
			padding-top: 2rem;
			font-size: 0.96rem;
		}
	}



/* Objects */
.filterbox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 7px;
}
.filterbox select {
	box-shadow: none !important;
	border-radius: 3px;
	border: 0;
	height: 50px;
	padding-top: 12px;
	padding-left: 18px;
	color: #d1861e;
	font-weight: 500;
	background-color: #f4f3ef;
	background-image: url('../images/caret-down.svg');
	background-origin: content-box;
	background-position: right 0rem center;
	background-repeat: no-repeat;
	background-size: auto 6px;
	margin-right: 10px;
}
.filterbox select:hover {
	background-color: rgba(72, 52, 41, 0.094);
}
.filterbox #SortSelect {
	margin-right: 0px;
	margin-left: 10px;
}

#objects .mix {
	display: none;
	position: relative;
	transition: all 0.2s ease-in-out;
}

	@media (max-width: 970px) {
		#objects .mix{

		}
	}
	@media (max-width: 640px) {
		.filterbox {
			display: flex;
			align-items: flex-end;
			justify-content: flex-start;
			padding-bottom: 7px;
			flex-direction: column;
		}
		.filterbox select {
			margin-right: 0px;
			margin-left: 0px;
		}
	}
#objects .mix:hover { cursor:pointer; }





/* Filter bar */

.section-filters {
	background: transparent !important;
	padding: 0px 0 0;
	overflow: visible;
}

@media (max-width: 640px) {
	.section-filters {
		
		padding: 0px 0 0;
	}

}


/* Object Booking */
.object-booking-wrapper {
	position: relative;
	border-radius: 0px;
	background: #f4f3ef;
	padding: 40px;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
	.object-booking-wrapper {
		padding: 10px;
	}

}

/* Sitemap
--------------------------- */

.sitemap {
	margin-top: 40px;
	padding-left: 0px;

}
.sitemap ul {
	list-style: none;
}
.sitemap ul {
	margin-left: 0px;

}
.sitemap ul ul {
	margin-left: 0px;
	padding: 4px 0;
	padding-left: 15px;
	border-left: 2px solid rgba(72, 52, 41, 0.1);
}
.sitemap ul ul ul{
	margin: 4px 0;
	padding-left: 15px;
	border-left: 2px solid rgba(72, 52, 41, 0.1);
}
.centered .sitemap ul ul ul{
	border: 0;
}


.sitemap li a {
	font-weight: 400;


	font-size: 20px;
	padding: 0px 0px 0px 0px;
}
.sitemap li ul li a {

	font-size: 20px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;

}
.sitemap li li li a {
	font-weight: 400;
	color: #172C4A !important;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	letter-spacing: -1px;
}
.sitemap li li li li a {
	font-weight: 400;
	font-size: 15px ;
	color: rgba(24, 7, 31, 0.4) !important;
}
.sitemap li li li a:hover,
.sitemap li li li li a:hover {
	color: #d1861e !important;
}


.sitemap li {
	margin: 0;
	padding: 1px 0 1px;
}
.sitemap li:last-child {
	border: 0;
}

.sitemap li a.actief {

}
.sitemap .invisible {
	display: none;
}

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

#footer-wrapper {
	position: relative;
	margin: 0px auto;
	/* width: calc(100% - 120px); */

	padding: 3rem 0 3rem 0;
	border-radius: 0px 0px 0px;
	z-index: 4;
}

#footer-wrapper:before {
	position: absolute;
	bottom: -60px;
	right: 0px;

	width: 1000px;
	height: 100%;
	z-index: -1;
	content:'';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../images/icon-white.svg');
	opacity: 0.1;
} 

#footer-wrapper .row {

}
.footer-content {
	padding: 2rem 0rem 2rem 25px;
}
.footer-content.first {
	position: relative;

}

.footer-content img {
	max-width: 180px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.footer-content .footer-title {
	font-weight: 900;
	font-size:20px;
	margin-bottom: 15px;
	color: #d1861e;
}
.address .footer-lead {
	
}
.footer-content p {
	line-height: 1.9;
	font-size: 15px;
	color: #d1861e;
}
.footer-content p a {
	color: #3BA6CC;
	text-decoration: none;
}

.footer-content p a:hover {
	text-decoration: underline;
}
.footer-content p strong {
	margin-right: 5px;
	font-size: 16px;
	color: #d1861e;
	font-weight: 700;
}

	@media  (max-width: 1460px) {
	
	}
	@media  (max-width: 1130px) {
		.footer-content {
			position: relative;
			padding-left: 0rem;
		}
		.footer-content.first {
			position: relative;
			padding-left: 0rem;
		}
		.footer-content.address {
			padding-left: 0;
		}
		.footer-content .footer-title {
			font-weight: 900;
			font-size:16px;
		}
		#footer-wrapper {
			position: relative;
			margin-top: 0px;
			width: calc(100% - 0px);
			margin-left: 0px;
			z-index: 98;
		}
		#footer-wrapper .row {
			left: 0px;
		}

	}

	@media  (max-width: 970px) {
		.footer-content {
			padding-top:1rem;
			padding-right: 0rem;
		}
		.footer-content.first {
			position: relative;
		
		}
		.footer-content .footer-title {
			font-weight: 900;
			font-size:18px;
		}
		.footer-content img {
			max-width: 180px;
			margin-top: 10px;
			margin-bottom: 25px;
		}
		.address .footer-lead {
			column-count: 2;
		}
		.address .footer-lead p {
			margin-bottom: 10px;
		}
		.address .footer-lead p:first-of-type::after {
			clear: both;
		}

	}
	@media  (max-width: 640px) {
		#footer-wrapper {
			padding-top: 0;

		}
		#footer-wrapper .columns{

		}

		.footer-content {
			padding-left: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.footer-content.first {
			padding-top: 30px;
			padding-left: 10px;
			

		}
		.footer-content.address {
			padding-left: 10px;
		}
		.address .footer-lead {
			column-count: 1;
		}

	}
	@media  (max-width: 400px) {
		.footer-content {

		}


	}




/* List items */
.footer-content ul {
	list-style: none;
	padding:0;
	margin:0;

}
.footer-content ul li {
	padding:0;
}
.footer-content ul li a {
	position: relative;
	padding-left: 0rem;
	font-size: 16px;
	padding: .2rem 0;
	display: inline-block;
}
.footer-content ul li a i {
	font-size: 13px;
	margin-right: 4px;
	color: #eceade;
	opacity: 1;
}
.footer-list ul li a {
	color: #d1861e;
}
.footer-list ul li a:hover {
	color: #172C4A;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .footer-content ul li a {
	color: rgba(255, 255, 255, 0.7) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .footer-content ul li a:hover {
	color: #f4f3ef !important;
}

.socialist {
	top: 0px;
	position: relative;
	display: flex;
}
.socialist li a {
	width: 44px;
	height: 44px;
	background: transparent;
	padding: 0rem 0 !important;
	padding-left: 0px !important;
	margin-right: 10px;
	border-radius: 100px;
	border: 0px solid rgba(255, 255, 255, 0.226);
}
.socialist  li a:after {
	display: none;
}
.socialist li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	font-size: 20px !important;
	text-align: center;


	color: #f4f3ef !important;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.socialist a:hover {
	border-color: #d1861e;
	background-color: #d1861e;
}
.socialist li.phone {
	display: none;
}

/* Bottom */

.footer-bottom {
	position: relative;
	z-index: 99;
	background-color: #eceade !important;
	padding: .5rem 0 1.5rem;
	margin: 40px 0 0 0;
	padding-left: 10px;
	padding-right: 10px;

	border-radius: 0px 0px 0 0;
}


.copyright-wrapper {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	padding: 0 35px;

}

.copyright-text {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	color: rgba(60, 87, 114, 0.7)
}

.copyright-links {
	display: block;

}
.copyright-links a {
	display: inline-block;
	margin: 0 15px 0 0px;
	font-size: 15px;
	position: relative;

}
.copyright-links span {
	display: inline-block;
	font-size: 15px;
	margin: 0 20px 0 0px;
}
.copyright-links a:hover {

}

/* HISWA */
.hiswa {
	float: right;
	width: 60px;
	height:70px;
	margin-right: 10px;
	background:  url('../images/hiswa.svg') no-repeat left;
	background-size: contain;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* addnoise */
.addnoise {
	margin-top:3px;
	float: right;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	width: auto;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.addnoise .brand-logo {
	display: block;
	width: 80px;
	height: 36px;
	margin-left:5px;
	background:  url('../images/addnoise.svg') no-repeat left;
	background-size: contain;
	opacity: 0.3;
}
.addnoise .brand-text {
	color: rgba(60, 87, 114, 0.7) !important;
	font-style: italic;
	font-size: 13px;
}

.addnoise:hover .brand-logo {
	opacity: 0.6;
}


	@media (max-width: 1460px) {
		.footer-bottom {
			
		}
	}

	@media  (max-width: 1130px) {
		.footer-bottom {
			background: #f4f3ef;
			padding: 2rem 10px 2rem;


			margin: auto;

		}

		.copyright-wrapper {
			display: flex !important;
			align-items: center;
			justify-content: space-between;
			padding: 0 0px;


		}
		.copyright-links {
			display: block;
		}
		.hiswa {
			float: right;
			width: 40px;
			height:60px;
		}
	}
	@media  (max-width: 640px) {

		.social {
			border-top: 1px solid rgba(238, 238, 238, 0.35);
		}
		.social .footer-title {
			text-align: center;

		}
		.socialist {
			display:inline-block;
			width: 100%;
			text-align: center;
		}
		.socialist  li {
			display: inline-block;
			padding: 0 1rem;
		}
		.socialist li a {
			font-size: 0.86rem !important;
		}
		.socialist li a span {
			padding-right: 1rem;
		}
		.socialist  li a i {

		}

		.footer-bottom {
			border-radius: 0;
			padding-left: 20px;
			padding-right: 20px;
		}
		.copyright-wrapper {
			display: flex !important;

			justify-content: space-between;
			padding: 0 0px;
			flex-direction: row;
		}
		.copyright-links {

			display: flex;

		}
		.addnoise {
			position: relative;
			margin-top: 0px !important
		}
		.addnoise .brand-text {
			display: none;
		}

	}
	@media  (max-width: 640px) {
		.social {
			border-top: 0px;
		}
		.social .footer-title {
			text-align: left;
			display: block;
		}
		.socialist {
			display: flex;
			align-items: center;
			justify-content: flex-start;
			text-align: left;
			margin-bottom: 40px !important;
		}
		.socialist li {
			text-align: left !important;
			display: inline-block;
		}
		.socialist li a {

		}
		.socialist li a span {
			display: none;
		}

		.copyright-wrapper {
			display: flex !important;
			align-items: flex-start;
			justify-content: flex-start;
			padding: 0 5px;
			flex-direction: column;

		}
		.copyright-links {
			margin: 20px 0;
		}
		.copyright-links a {
			display: inline-block;
			margin: 0 10px 0 0px;
			font-size: 14px;
			position: relative;

		}
		.copyright-links span {
			display: inline-block;
			font-size: 0.86rem;
			margin: 0 20px 0 0px;
		}
		.addnoise {
			margin-top:20px;
			float: left;
			display: flex !important;
			align-items: center;
			justify-content: flex-start;
			width: auto;

		}


	}
	@media  (max-width: 330px) {
		.footer-links a {
			font-size: 11px;
			margin:0 15px 0 0;
		}
	}


/*
---------------------------
TOOLTIPS
---------------------------
*/

.has-tip {
	border:0;
	font-weight: normal;
	position: relative;
	display: inline-block;
	cursor: pointer;

}




/*
---------------------------
SLIDE OUT BOX
---------------------------
*/

#slidebox {
	width:420px;
	min-height:130px;
	padding: 1rem;
	position:fixed;
	bottom:40px;
	right: -1rem;
	-webkit-transform: translate(120%, 0);
	        transform: translate(120%, 0);

			box-shadow: 0px 0px 30px rgba(60, 87, 114, 0.1);
	border-radius: 0px;
	z-index: 99;

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}



.white-popup #slidebox {
	width:100%;
	position: relative;
	bottom:auto;
	right:auto;

	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	box-shadow: 0px 0px 0px rgba(60, 87, 114, 0);
}

.white-popup #slidebox.slidebox-bg {
	padding-right: 25%;
}

#slidebox a.close{
	width:32px;
	height:32px;
	position:absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	border-radius: 0px;
	color: rgba(60, 87, 114, 0.5);
	font-size: 1.1em;
	font-weight: 700;
	line-height: 34px;

	opacity: 1;
}
#slidebox a.close:hover{
	color: #04131f
}

.slidebox-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.slidebox-inner img {
	max-width: 120px;
}
.slidebox-content {
	padding:1rem 1rem 1.5rem;

}
#slidebox .slidebox-title {
  font-size: 32px;
}
#slidebox .slidebox-lead p {
  font-size: 14px;
}

.mm-opened #slidebox {
	opacity: 0;
	visibility: hidden;
	display: none;
}

	@media (max-width: 640px) {
		#slidebox {
			width: 90%;
			min-height:130px;
			padding: 1rem;
		}
		.slidebox-content {
			padding:1rem 0.5rem 1rem;
		
		}
		#slidebox .slidebox-title {
			font-size: 24px;
		  }
		#slidebox .searchbox {
			display:block;
		}
		.white-popup #slidebox {
			width:100%;
			position: relative;
			bottom:auto;
			right:auto;
			min-height:120px;
			padding:1rem 1rem;
			-webkit-transform: translate(0, 0);
			        transform: translate(0, 0);
			box-shadow: 0px 0px 0px rgba(60, 87, 114, 0);
		}

		.white-popup #slidebox.slidebox-bg {
			padding-right: 5%;
		}

	}


/*
---------------------------
FLOATING ARROW ANIMATIONS
---------------------------
*/



.floating-arrow-wrapper {
	position: relative;
	z-index: 996 !important;
	height: 0px;

}

.going-up {


    position: fixed;
    top: 94vh;
	/* left: 50%; */
	right:30px;
	margin-left: 0px;
    height: 60px;
    width: 60px;
    background: #f4f3ef;
    text-align: center;
    z-index: 996 !important;
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 100px;
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	box-shadow: 0 0 60px rgba(60, 87, 114, 0.176);

	opacity: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.small .going-up {
	opacity: 1;
}
.going-up i {
    color: #172C4A;
    position: relative;
	margin-top: -5px;
	text-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}


@media (max-width: 500px) {

		.going-up {
			display: none;
			bottom:10px;
			height: 50px;
			width: 60px;
		}
		.going-up i {
	    color: #f4f3ef;
	    position: absolute;
	    top:10px;
	    left:18px;
	    font-size: 1.6rem;
		}
}


.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }

    65% {
        -webkit-transform: translate(0%, 15px);
        transform: translate(0%, 15px)
    }

    to {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }

    65% {
        -webkit-transform: translate(0%, 15px);
        transform: translate(0%, 15px)
    }

    to {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}
