/*
---------------------------
ALGEMEEN
---------------------------
*/
/*
#page-background {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background:  url('../images/wood-texture.svg') no-repeat center;
	background-size: cover;
} */


#page-container {
	position:relative;
	z-index: 2;
	margin: auto ;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0px;


}

.section-wrapper {
	display: block;
	position: relative;

}
.section-wrapper.section-bar  {
	overflow: hidden !important;
	border-radius:  0 0 !important;
}
.section-wrapper.contentbox {
	padding-top: 1rem;
}


.section-up-small .row-up {
	transform: translateY(-40px);
}
.section-up-medium .row-up {
	transform: translateY(-80px);
}
.section-up-large .row-up {
	transform: translateY(-120px);
}

.section-boxed {
	position: relative;
	max-width: calc(1380px - 20px);
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px;
	overflow: hidden;
	z-index: 991;
}
.section-boxed.section-up-small {
	transform: translateY(-40px);
}
.section-boxed.section-up-medium {
	margin-top: -100px;
}
.section-boxed.section-up-large {
	margin-top: -140px;
}

.section-shape {
	position: absolute;
	left: 0;
	bottom: calc(100% - 30px);
	width: 100%;
	height: 150px;
	z-index: 1;
}
.section-shape.bottom {
	position: absolute;
	bottom: 0;
	
	width: 100%;
	height: 150px;
	z-index: 2;
}
.footer-wrapper .section-shape {
	height: 120px;
}
.photo-gallery .section-shape.bottom {
	height: 80px;
}


.section-shade {
	position: absolute;
	top:0%;
	left:0;
	background: rgb(33,49,114);
	background: linear-gradient(270deg, rgba(33,49,114,0) 0%, rgba(33,49,114,1) 100%);
	content: '';
	width: 70%;
	height: 100%;
	transform: translateY(0%);
	z-index: 1;
}
.section-shade.right {
	left:auto;
	right: 0;
	transform: scale(-1);
}

.row {
	max-width: 1380px;
	/*z-index: 3;*/
	position: relative;
}
.row.narrow {
	max-width: 60em
}
.row.wide {
	max-width: 80em
}
.row.wider {
	max-width: 92.5em
}
.section-wrapper .row {
	z-index: 2;
}

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

.header-placeholder {
	position: relative;
	display: block;
	height: 250px;
	z-index: 1;
}
.header-placeholder-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
}
.header-placeholder-title {
	display: block;
	padding: 35px 0 25px;
}
.header-placeholder-title h1 {
	font-size: 28px;
	color: #fff;
}

#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) {
		.row {
			max-width: 74em
		}
	}
	@media (max-width: 1320px) {
		.row.wider {
			max-width: 90%
		}
	}
	@media (max-width: 1130px) {
		.row {
			max-width: 64rem
		}
	}
	@media (max-width: 1080px) {
		.row {
			max-width: 60rem
		}
		.row.wider {
			max-width: 96%
		}
		.row.narrow {
			max-width: 94%
		}
	}
	@media (max-width: 970px) {
		.section-shape {
			position: absolute;
			left: 0;
			bottom: calc(100% - 20px);
			width: 100%;
			height: 100px;
			z-index: 1;
		}
		.section-shape.bottom {
			position: absolute;
			bottom: 0;
			
			width: 100%;
			height: 100px;
			z-index: 2;
		}
		.footer-wrapper .section-shape {
			height: 70px;
		}
		.row {
			max-width: 96%
		}
		.white-popup .row {
			max-width: 100%;
		}
		.header-placeholder {
			height: 170px;
		}
		.header-placeholder .row h1 {
			position: absolute;
			left: 1rem;
			bottom: 80px;
			font-size: 32px;
			color: #ffffff;
		}
	}
	@media (max-width: 640px) {
		.section-shade {
			width:100%;
		}
		.section-shade.right {
			left: 0;
			right: auto;
			transform: scale(1);
		}
		.section-shape {
			position: absolute;
			left: 0;
			bottom: calc(100% - 20px);
			width: 100%;
			height: 50px;
			z-index: 1;
		}
		.section-shape.bottom {
			position: absolute;
			bottom: 0;
			
			width: 100%;
			height: 40px;
			z-index: 2;
		}
		.footer-wrapper .section-shape {
			height: 40px;
		}
		.row {
			max-width: 98%
		}
		.header-placeholder {
			height: 135px;
		}
		.header-placeholder .row h1 {
			position: absolute;
			left: 1rem;
			bottom: 60px;
			font-size: 24px;
			color: #ffffff;
		}
	}

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


#topbar {
	position: fixed !important;
	top: 0;
	left: 0%;
	width: 100%;
	height: 130px;
	z-index: 997 !important;
	/* background:#fff; */

	background: rgba(33, 49, 114, 0);
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.205); */

	/* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); */

	/* backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px); */

	/* max-width: calc(1360px - 15px) ;
	transform: translateX(-50%) translateY(0%);
	border-radius: 0 0 10px 10px; */

	transform: translateX(0%) translateY(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;
}
#topbar:before {
	position: absolute;
	top: 0px;
	left:0;
	width: 100%;
	height: 130px;
	background: rgb(33,49,114);
	background: linear-gradient(0deg, rgba(33,49,114,0) 0%, rgba(33,49,114,1) 100%);
	content:'';

	opacity: 0.7;
	-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;
}
#topbar.small:before {
	opacity: 0;
	visibility: hidden;
}
#topbar.no-cover:before {
	opacity: 0;
	display: none
}



/* On scroll */
#topbar.small {
	background: rgba(33, 49, 114, 1);
	transform:  translateY(-60px);
	border:0;
}
#topbar.no-cover {
	background:#ffffff;
}

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

#topbar .row  {
	display: block;
	height: calc(100% - 40px);
	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 .shoppingcart {
	padding-right: 10px;
	color: #2097e2;
	font-size: 16px;
	position: relative;
}
#topbar .shoppingcart .badge {
	background: #2097e2 !important;
	font-weight: 700;
	font-size: 10px;
	position: absolute;
	top: -6px;
	right: 0;
}
@media (max-width: 640px) {
	#topbar {
		height: 130px;
	}
	#topbar:before {
		position: absolute;
		top: 0px;
		left:0;
		width: 100%;
		height: 100px;
	}
	#topbar.small {
		transform:  translateY(-130px);

	}
	#topbar.nav-up {
		transform: translateY(-150px);
	}
	#topbar .row  {
		display: block;
		height: calc(100% - 60px);
		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;
	}
}


/* Logo */
.logo {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 280px;
	height: 120px;
	display: block;
	transform: translateX(0%) translateY(-50px);
	transform-origin: top left;
  	z-index: 998 !important;
  	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,250,254,1) 100%);
	border-radius: 0 0 0px 0px;
	visibility: visible;
	opacity: 1;
	-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 img {
	position: absolute;
	bottom:-25px;
	left:0;
	width: 100%;
	height: 30px;
	transform: rotate(-180deg);
}
.logo:after {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:  url('../images/logo-jachtwerfoost.svg') no-repeat 50% 60%;
	background-size: 220px auto;
	content:'';
}

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

	@media (max-width: 1300px) {
		.logo {
			width: 220px;
			height: 92px;
		}
		.logo:after {
			background-size: 180px auto;
		}

	}
	@media (max-width: 970px) {
		.logo {
			
		}
		.logo:hover {

		}
	}

	@media (max-width: 640px) {
		.logo {
			top: 0px;
			left: 9px;
			width: 120px;
			height: 60px;
			background-position: center;
		}
		.logo:after {
			background-size: 90px auto;
		}
		.small .logo {
			transform: scale(1) translateX(0) translateY(0px);
		}
	}
	@media (max-width: 374px) {
		.logo {
			left: 5px;
			width: 100px;
			height: 50px;
			background-position: center;
		}
		.logo:after {
			background-size: 75px auto;
		}

	}

.topbar-sitelinks {
	position: relative;
	width: 100%;
	height: 40px;
	padding-right: 0px;
	text-align: right;
	background: rgba(33, 49, 114, 0.8);
	z-index: 1;
	-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 .line {
	position: relative;
	width: 100%;
	height: 1px;
	background: #eee;
	opacity: 0;
}

.topbar-sitelinks .site-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding: 0 0px 0 5px;
}
.topbar-transparent .topbar-sitelinks .site-info {
	justify-content: flex-end;
}

.topbar-sitelinks ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	padding:0 10px;
	margin:0;
	height: 40px;
}
.topbar-sitelinks ul.usp {
	padding:0 10px;
	border:0;
}

.topbar-sitelinks ul li {
	display: inline-block;
	padding:0;
	margin:0 10px;
	font-size: 13px;

}
.topbar-sitelinks ul.usp li {
	font-weight: 400;
	color:rgba(255, 255, 255, 0.6);
	font-size: 13px;
}


.topbar-sitelinks ul li span,
.topbar-sitelinks ul li a {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	height: 22px;
	line-height: 1;
	color:rgba(255, 255, 255, 0.6);
	padding: 0 0.5rem;
	margin-right: 0;
}
.topbar-sitelinks ul li a span {
	color:#ffffff;
}
.topbar-sitelinks ul li i {
	position: relative;
	margin-right: 4px;
	color: #2097e2;
	top:0px;
}
.topbar-sitelinks ul.usp li i{
	color: #2097e2;
}
.topbar-sitelinks ul li i.fa-envelope {
	top: 0px;
}
.topbar-sitelinks ul li i.fa-phone {
	font-size: 13px;
	transform: scaleX(-1)
}
.topbar-sitelinks ul li a i {
	color: #2097e2;
}
.topbar-sitelinks ul li a:hover span{
	color: #ffffff !important;
}



/* Social */
.topbar-sitelinks .socialist {
	margin-right: 0px;
	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: 48px;
	margin:0;
	color: rgba(255, 255, 255, 0.6);
	background: transparent;
}
.bg-white.topbar-sitelinks .socialist a {
	color: #213172 !important;
}

.topbar-sitelinks .socialist li a span {
	display: none !important;
}
.topbar-sitelinks .socialist a:hover {
	color: #ffffff !important;
}
.topbar-sitelinks .socialist {
	padding: 0px 0px;
}
.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.6) !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: rgba(0, 0, 0, 0) !important;
}
.topbar-transparent .topbar-sitelinks .socialist a i {
	color: rgba(255, 255, 255, 0.6) !important;
}

.topbar-sitelinks .socialist .share a i {
	padding-right: 2px;
}
.topbar-sitelinks .socialist a:hover i {
	color: #ffffff !important;
	background-color: transparent !important;
}
.topbar-transparent .topbar-sitelinks .socialist a:hover i {
	color: rgba(255, 255, 255, 1);
}
.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: #213172;
	font-size: 14px;
}
.topbar-sitelinks .socialist li.phone a i {
	width: 40px !important;
	top: 50%;
	left: 0rem;
	transform: translateX(0%) translateY(-50%);
	color: #213172;
}



.site-language {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat !important;
	background-size: 24px auto !important;
	background-position: left !important;
	padding: 0px 0 0px 0px !important;
	margin: 0 0px 0 20px !important;
	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:hover {
	border-color: #1a3d78;
}
.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==') !important;
}
.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==') !important;
}
.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=') !important;
}

	@media (max-width: 1130px) {
		.topbar-sitelinks .site-info {
			padding: 0 10px 0 10px;

		}
		.topbar-sitelinks ul li {
			font-size: 12px !important;
			margin: 0 5px;
		}

		.topbar-sitelinks ul li span, .topbar-sitelinks ul li a {
			font-size: 12px !important;
			padding: 0 0.250rem;
			margin-right: 0;
		}
		.topbar-sitelinks .socialist {
			text-align: right;
			width: auto !important;
			margin-right:0px;
			display: block;
		}
		.topbar-sitelinks .socialist a {
			width: 32px;
			height: 40px;
		}
	}
	@media (max-width: 970px) {
		.topbar-sitelinks {

		}
		.topbar-sitelinks .site-info {
			display: flex;
			align-items: center;
			
			padding: 0 0px 0 0px;
		}
		.topbar-sitelinks .extra-button {
			margin-right: 0px;
		}
		.topbar-sitelinks ul {
			padding: 0 0px 0 0px;
		}
		.topbar-sitelinks ul li {
			font-size: 12px !important;
			margin: 0 5px;
		}

		.topbar-sitelinks ul.usp {
			display: none;
		}



	}
	@media (max-width: 640px) {
		.topbar-sitelinks {
			/* display: none; */
		}
		.topbar-sitelinks .site-info .rating {
			padding-right: 10px;
		}
		.topbar-sitelinks .site-info .rating span.number {
			font-size: 13px;
		}
		.topbar-sitelinks .site-info .rating i {
			font-size: 10px;
		}
		.topbar-sitelinks .socialist {
			margin-bottom: 0 !important
		}
		
		.topbar-sitelinks .socialist li{
			display: none;
		}		
		
		.topbar-sitelinks .socialist li.share {
			display: none;
		}
		.topbar-sitelinks .socialist li.lang a {
			padding-left: 0 !important;
			margin: 0 !important;
		}
		.topbar-sitelinks ul li.phone {
			display: inline-block;
			padding-right: 0px;
		}
		.topbar-sitelinks ul li.phone a i {
			font-size: 0.9rem;
		}
		.topbar-sitelinks ul li.phone a span{
			display: none !important;
		}
		.topbar-sitelinks ul li.mail {
			display: inline-block;
			padding-right: 0px;
		}
		.topbar-sitelinks ul li.mail a i {
			font-size: 0.9rem;
		}
		.topbar-sitelinks ul li.mail 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 ul li span, .topbar-sitelinks ul li a {		
			padding: 0px;
			margin: 0px;
		}
		
		.topbar-sitelinks {
			right:0;
		}
		.small .topbar-sitelinks {
			visibility: visible;
			opacity: 1;
		}
	}

/*
---------------------------
SECTION TITLES
---------------------------
*/
.section-c2a {

}
.section-c2a.fixed-height {
	min-height: 600px;
}
.section-title-wrapper {
	padding-left: 1.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.section-title-wrapper.text-center {
	padding-bottom: 0;
	padding-left: 0;
	align-items: center;
	justify-content: center;
}
.section-c2a .section-title-wrapper {
	padding-left: 1.5rem;
}
.introduction .section-title-wrapper {
	padding-left: 1.5rem;
}

.float-left .section-title-wrapper,
.float-right .section-title-wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem;
	max-width: 540px;
}
.section-c2a .float-left .section-title-wrapper,
.section-c2a  .float-right .section-title-wrapper {
	max-width: 100%;
}

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




	@media (max-width: 970px) {
		.section-title-wrapper {
			max-width: 100% !important;
		}
		.section-c2a .section-title-wrapper {
			padding-left: 1.5rem;
		}
		.section-c2a.fixed-height {
			min-height: 300px;
		}
	}
	@media (max-width: 640px) {
		.section-c2a {

		}
		.section-c2a.fixed-height {
			min-height: 200px;
		}
		.section-c2a .section-title-wrapper {
			padding-left: 0rem;
		}
		.introduction .section-title-wrapper {
			padding-left: 0rem;
		}
	}
	@media (max-width: 400px) {
		.section-c2a {
			overflow: hidden;
		}
	
	}
.section-intro {
	font-family: 'condor', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2097e2;
	
	display: block;
	margin-bottom: 10px;
	padding-left: 2px;
}

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

.section-title {
	position: relative;
	font-size: 2.6rem;
	display: block;
	
}
.section-title:after {
	display: block;
	width: 80px;
	height: 15px;
	background:  url('../images/wave-secondary.svg') no-repeat left;
	background-size: contain;
	opacity: 1;
	margin-top: 15px;
	margin-bottom: 0px;
	content:'';
	z-index: 996 !important;
}
.bg-secondary .section-title:after {
	background-image:  url('../images/wave-white.svg')
}


.section-title.title-small {
	font-size: 2rem;
}
.section-title.title-medium {
	font-size: 2.4rem;
}
.section-title.title-large {
	font-size: 3.2rem;
}
.section-title.title-huge {
	font-size: 64px;
	line-height: 1;
}
.section-title em {
	font-style: normal;
	color: #213172;
}
.text-center .section-title:after {
	margin: auto;
	margin-top: 20px;
	background-position: center;
}


[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .section-title  {
	color: rgba(255, 255, 255, 1) !important;
}
.section-lead {
	position: relative;
	display: block;
	margin-top: 20px;
	
}
/* .section-lead:before,
.section-content:before {
	position: absolute;
	top:10px;
	left: -50px;
	width: 30px;
	height: 8px;
	border-radius: 2px;
	background: #eaab97;
	content:'';
} */

.section-lead p {
	font-size: 18px;
	font-weight: 400;
}
.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: rgba(255, 255, 255, 1) !important;
}
.section-more {
	position: absolute;
	top: 8px;
	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: 1rem;

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

.footer-logo{
	width:175px;
	right: 0;
	left: 0;
	margin-left: auto;
}


	@media (max-width: 1130px) {
		.section-intro {
			font-size: 14px;
		}
		.section-title {
			font-size: 2.6rem;
			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: 40px;
		}
		.section-title-clone {
			display: none;
		}
	}
	@media (max-width: 640px) {
		.section-title-wrapper {
			padding-left: 0rem;
		}
		.section-intro {
			display: block;
			margin-bottom: 5px;
			font-size: 13px;
		}
		.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.4rem;
		}
		.section-title.title-large {
			font-size: 1.8rem;
			line-height: 1.2;
		}
		.section-title.title-huge {
			font-size: 2.2rem;
		}
		.section-lead p {
			font-size: 14px;
		}
		.section-more {
			position: relative;
			top: auto;
			right:auto;
			font-size: 0.66rem !important;
			padding-left: 1rem;
			padding-right:0rem !important;
		}
		.footer-logo{
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
		}
	}
	@media (max-width: 400px) {
		.section-intro {
			display: block;
			margin-bottom: 5px;
			font-size: 14px;
		}
		.section-title.medium {
			font-size: 1.4rem;
		}
		.section-title.title-large {
			font-size: 1.6rem;
			line-height: 1.2;
		}
		.section-title.title-huge {
			font-size: 2rem;
		}
	}


/* 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-repeat {
	background-position: top left;
	background-size: 10% auto;
	background-repeat: repeat;
	z-index: 1;
}
.bg-section-image.bg-contain {
	background-size: contain;
}

/* 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%;
}


@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;
	}
}

/* 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;
}
	@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;
		}
	}
/* Position */

.bg-section-image.bg-position-left {
	background-position: left center;
}
.bg-section-image.bg-position-right {
	background-position: right center;
}
.bg-section-image.bg-position-right {
	left: auto !important;
	right: 0  !important;
	background-position:  right;
}

@media (max-width: 1130px) {


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



}
/*
---------------------------
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: rgba(255, 255, 255, 1) !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: rgba(255, 255, 255, 1) !important;
}

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


/*
-----------------------------
Actionbar
-----------------------------
*/
.actione {
	margin: 0 1rem;
}
.actionbar {
	padding: 1.6rem 1rem 1.8rem;
	text-align: center;
	position: relative;
}
.actionbar .actionbar-title {
	position: relative;
	top: 5px;
	display: inline-block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.2;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .actionbar .actionbar-title {
	color: rgba(255, 255, 255, 1) !important;
}

.actionbar .actionbar-button {
	display: inline-block;
	margin-left: 1rem;

}

	@media (max-width: 970px) {
		.actionbar .actionbar-title {
			font-size: 1.5rem;
			line-height: 1.2;
		}
		.actionbar .actionbar-button {
			margin-top: 20px;
		}
	}
	@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: 5px;
	z-index: 99;
} */
.section-usp.bg-primary {

}
.section-usp.bg-secondary {

}

	@media (max-width: 1460px) {

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

	}



.usp-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	text-align: left;
	border-radius: 0px;
	min-height: 260px;
	padding: 1rem 2rem 1rem 25px;
	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-wrapper .column {
	border-right: 1px solid rgba(0, 0, 0, 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 #213172;
}

.usp-icon {
	padding: 0rem 0rem 0;
	border-radius: 0px;
	position: relative;
}
.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: 1.4rem;
}
.usp-icon.icon-medium i:before{
	font-size: 3.2rem;
}
.usp-icon.icon-large i:before{
	font-size: 5rem;
}
.usp-icon i {
	z-index: 2;
}
.usp-icon i:before {
	line-height: 1;
	margin-left:-10px;
}

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

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

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

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

[class*=" bg-"]:not(.bg-white):not(.bg-light) .usp-title {
	color: rgba(255, 255, 255, 1) !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: 22px;


		}
	}
	@media (max-width: 970px) {
		.usp-box {
			padding: 1rem 1rem 1rem 1rem;
			border:0;
			min-height: 200px;
		}
		.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: 1.1rem;
		}
	}
	@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(0, 0, 0, 0.089);
		}
		.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 {
			padding: 0rem 1rem 0rem 0rem;

		}
		.usp-title {
			font-size: 1rem;
			margin:0;
		}
		.usp-icon.icon-small i:before{
			font-size: 1.2rem;
		}
		.usp-icon.icon-medium i:before{
			font-size: 2rem;
		}
		.usp-icon.icon-large i:before{
			font-size: 3.1rem;
		}

		.usp-box.icon-left .usp-icon.icon-small i:before{
			font-size: 0.86rem;
		}
		.usp-box.icon-left .usp-icon.icon-medium i:before{
			font-size: 1.6rem;
		}
		.usp-box.icon-left .usp-icon.icon-large i:before{
			font-size: 2.6rem;
		}


		.usp-description {
			padding-top: 0rem;

		}
		.usp-description p {
			line-height: 1.4;
			font-size: 13px;
		}
	}

.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: 'eurostile-caption', serif;
	font-weight: 400;

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

.usp-listing ul li .usp-listing-title {
	font-family: 'eurostile-caption', serif;
	font-weight: 400;
	font-size:20px;
	margin: 0;
	color: #213172;
}
.usp-listing ul li i,
.usp-listing ul li img {
	position: relative;
	top: -2px;
	margin-right: 10px;
	font-size: 24px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .usp-listing ul li .usp-listing-title {
	color: rgba(255, 255, 255, 1) !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: 'eurostile-caption', serif;
		font-weight: 400;
		font-size:16px;
		margin: 0;
		color: #213172;
	}
}
@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: 'eurostile-caption', serif;
		font-weight: 400;
		font-size:18px;
	}
}

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

.section-brands {
	
}

.brands-carousel {
	padding: 2rem 0 0;
}
.brands-carousel .brands-item{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	height: 100px;
}
.brands-carousel .brands-item img {
	max-height: 60px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.brands-carousel .brands-item:hover img {
	transform: scale(1.05);
}
.brands-carousel.slick-slider .slick-arrow.slick-prev {
	left:0px;
	border-radius: 0 5px 5px 0;
}
.brands-carousel.slick-slider .slick-arrow.slick-next {
	right:0px;
	border-radius: 5px 0 0 5px;
}
/* Scolling */

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

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

}



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

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

.textbox {
	display: block;
	margin-top: 0px;
	position: relative;
	margin-bottom: 30px;
	min-height: 100px;
	border: 0px solid #eee;
	background: #ffffff;
	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 {

}
.textbox-intro ul{
	list-style:none;
}
.textbox-intro ul li{
	border-bottom: 1px solid rgba(4, 19, 31, 0.11);
	padding: 0.5rem 0 0.5rem 0rem;
}
.textbox-intro i{
	color:#2097e2;
	margin-left:-20px;
}
.textbox.no-border {
	border:0;
	margin-bottom: 10px;
}

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

	z-index: 2;
}

.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: 2;
}
.textbox.news a.textbox-image,
.textbox.news .textbox-image img {
	border-radius: 0px;
}
.textbox-image a:hover img {
	opacity: 0.9;
}

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

	z-index: 3;
}
.textbox-image-title-wrap:before {
	position: absolute;
	bottom:0;
	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: #ffffff;
	font-size: 28px;
	font-weight: 800;
	margin:0;
	z-index: 2;
}
.textbox-image-intro {
	font-family: 'condor', sans-serif;
	position: relative;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	margin:0;
	z-index: 2;
}
.textbox-section {
	position: relative;
	display: block;
	margin-top: 0px;
	padding: 25px 1.5rem 1rem;
	z-index: 5;
}
.textbox-section .title-shape {
	top: -20px;
	right: 0px;
	width: 150px;
	height: 70px;
}


.textbox.team .textbox-section {

}
.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: 700;
}
.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: #213172;
	position: relative;Locatie | Woningen | Verkoopproces | Financiering | Aanmelden
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .textbox-section .textbox-title a {
	color: #ffffff;
}
.textbox-section p {
	font-size: 16px;
	line-height: 1.7;
}




/* Listing */

.textbox-list ul {
	position: relative;
	margin: 0px 0 0 0;
	margin-bottom: 10px;
	padding:0;
	list-style: none;
}
.textbox-list ul li {
	font-family: 'condor', sans-serif !important;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 0rem;
	line-height: 1.5;
	border-bottom: 1px solid rgba(4, 19, 31, 0.11);
}
.textbox-list ul li:last-child {
	border:0;
}
.textbox-list ul li a {

	display: block;
	padding: 0.5rem 0 0.5rem  1rem;
	font-weight: 700;
	color: #213172;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .textbox-list ul li a {
	color: #ffffff !important;
}
.textbox-list ul li a:hover {

}
.textbox-list ul li a:before {
	position: absolute;
	left: 0px;
	top: 12px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: '\f054';
	font-size: 16px;
	margin-right: 0px;
	color: #2097e2;
	-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: #ffffff;
	opacity: 0.8;
}
.textbox-date {
	display: block;
	line-height: 1;
	font-size: 11px;
	font-weight: 700;
	color: #2097e2;

	margin-bottom: 10px;
	z-index: 99;
}
.textbox-section p.blog-info,
.text-wrapper p.blog-info {
	line-height: 1.1;
	font-size: 0.96rem;
	font-weight: 400;
}
.blog-info .textbox-date {
	font-size: 0.96rem;
	top: 0;
	color: rgba(4, 19, 31, 0.34);
}
.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: #ffffff;
}
.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.team .button {
	visibility: hidden;
	opacity:0;
}
.textbox.team:hover .button {
	visibility: visible;
	opacity:1;
}

	@media (max-width: 1130px) {
		.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;
		}
	}
	@media (max-width: 970px) {
		.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 10px 10px;
			width: 100%;

			z-index: 3;
		}
		.textbox-image-title {
			font-size: 22px;
		}

		.textbox-section .textbox-title {
			font-size: 1.2rem !important;
		}
		.textbox-section {
			padding: 10px 10px !important;
		}
		.textbox-section .title-shape {
			top: -16px;
			right: 0px;
			width: 120px;
			height: 70px;
		}
		.textbox-section p {
			font-size: 0.86rem;
			line-height: 1.7;
		}
		.textbox-list ul li {
			font-size: 1rem;
		}
	}
	@media (max-width: 640px) {
		.textbox {
			padding-top: 0px;
			margin-bottom: 10px;
		}
		.textbox-image .textbox-date {
			left: 0px;
			bottom: -10px !important;
			position: absolute;
			display: inline-block;
			line-height: 1.1;
			font-size: 0.76rem;
			color: #ffffff;
			background-color: #213172;
			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;
		}
		.textbox-list ul li {
			font-size: 14px;
		}
		.textbox-list ul li a:before {
			position: absolute;
			left: 0px;
			top: 13px;
			font-size: 12px;
		}
	}
	@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: 0rem;
	padding-bottom: 3rem;
	margin:auto;
	/* z-index: 999; */
	background: rgb(255,255,255);
	
	margin: auto;
	margin-top: 0px;
}
.page-content-shape {
	position: absolute;
	left: 0;
	top: -70px;
	width: 100%;
	height: 70px;
}

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

#page-content.is-detail .page-content-shape {
	height: 120px;
}
.main-content {
	position: relative;
	z-index: 9;
}
#content {
	position: relative;
	margin-top: 20px;
	border-radius: 10px;
	padding: 25px 25px 3rem 25px;
	max-width: 970px;
}
.large-12 #content {
	position: relative;
	padding: 0rem 0rem 3rem 0rem;
	max-width: 100%;
}
	@media (max-width: 1440px) {
		#content {

		}
	}
	@media (max-width: 970px) {
		#page-content {
			border-radius: 0px 0px 0 0;
		}
		#content {
			padding: 25px 25px 3rem 25px;
		}
		#page-content.is-detail .page-content-shape {
			height: 70px;
			top: -30px;
		}

	}
	@media (max-width: 640px) {
		#page-content {
			padding-top: 0;
		}
		#page-content.is-detail .page-content-shape {
			height: 20px;
			top: -20px;
		}
		#content {
			padding: 0px 15px 2rem 15px;
		}
		.large-12 #content {
			position: relative;
			padding: 0rem 0rem 3rem 0rem;
			max-width: 100%;
		}
		.is-detail .large-12 #content {
			padding-bottom: 0;
		}

	}

.text-wrapper {
	position: relative;
	padding-bottom: 1rem;
}
.text-wrapper.first {

}
.object-popup .text-wrapper {

}

.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;
}

	@media (max-width: 1130px) {
		.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) {
		.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: 2rem;
		}
	}

.text-wrapper-intro {
	font-family: 'condor', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2097e2;
	
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 2px;
}
.text-wrapper-title {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	position: relative;
	padding:0;
}

.section-textblock .text-wrapper-intro {
	text-align: center;
}
.section-textblock .text-wrapper-title {
	text-align: center;
}

.text-wrapper-title.title-small {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.text-wrapper-title.title-medium {
	font-size: 2.4rem;
}
.text-wrapper-title.title-large {
	font-size: 2.8rem;
}
.text-wrapper-title.title-huge {
	font-size: 40px;
}
.text-wrapper-title.sub {
	font-size: 1.4rem !important;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .text-wrapper-title {
	color: #ffffff !important;
}


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

.text-wrapper-subtitle {
	font-size: 1.2rem;
	margin-bottom: 15px;
}


.text-wrapper-lead {

	padding-top: 0px;
}


.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: #213172;
}

.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: -15px;
	margin-left: 30px;
}
.text-wrapper-content ul li {
	font-size: 16px;
}

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

/* Listing */
.text-wrapper-listing table tbody td {
	padding-left:0;
}
.text-wrapper-listing ul {
	position: relative;
	top: -15px;
	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: #213172;
}
.text-wrapper-listing ul li i.fa-check {
	font-size: 1.125rem;
	color: #213172;
	top: 8px;
	left: 2px;
}
.text-wrapper-listing ul li img {
	top: 13px;
	left: 0px;
}

.text-wrapper ul.files li {
	font-size: 18px;
}

/* 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: 600px
		}
		.vacature .text-wrapper-lead p {
			font-size: 1.125rem;
		}
		.text-wrapper blockquote {
			max-width: 100%;
			margin-left: 0;
			margin-top: 2rem;
			padding-left: 0;
		}
	}

.text-wrapper blockquote p {
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 400 !important;
	color: #213172;
}
.text-wrapper blockquote p strong {
	color: rgba(4, 19, 31, 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: 10px 10px 0 0;
}
.accordion-item:last-child>:last-child {
	border-radius: 0 0 10px 10px;
}
:last-child:not(.is-active)>.accordion-title {
	border-radius: 0 0 10px 10px;
}

.accordion-title {
	font-size: 20px;
	color: #213172;
	font-weight: 800 !important;
	border-color: rgba(0, 0, 0, 0.2);

}
.accordion-title:before {
	right: 1.2rem;
	font-weight: 700;
	font-size: 1.3rem;
	margin-top: -0.7rem;
	color: #2097e2;
}
:last-child:not(.is-active)>.accordion-title {
	border-color: rgba(0, 0, 0, 0.2);
}

.is-active .accordion-title {
	color: #2097e2;
}
.is-active .accordion-title:before {
	right: 1.2rem;
	color: #213172;
}

.accordion-title:focus, .accordion-title:hover {
	background-color: rgba(0, 0, 0, 0.06) !important;
	color: #213172;
}

.accordion .accordion-content {
	padding-top: 1rem;
	padding-bottom: 2rem;
	padding-right: 2rem;
	color: #213172;
	background-color: rgba(72, 52, 41, 0) !important;
	border-color: rgba(0, 0, 0, 0.2);
}
:last-child>.accordion-content:last-child {
	border-color: rgba(0, 0, 0, 0.2);
}
.accordion .accordion-content p {
	font-size: 18px;
}

	@media (max-width: 540px) {
		.accordion-title {
			padding: 0.7rem;
			padding-right: 2.5rem;
			font-size: 1rem;
			line-height: 1.1;
		}
		.accordion .accordion-content {
			padding: 1rem 0.7rem;
		}
		.accordion .accordion-content p {
			font-size: 0.96rem;
		}
	}

/* About */
.section-extra {

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

}

/* Searchbox */

.searchbox {
	float: left;
	width: 100%;
	display: block;
	position: relative;
  	border: 0px solid #ffffff;
	border-radius: 0px !important;
	/*overflow:hidden;*/
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,250,254,1) 100%);
	min-height: 220px;
	margin-top: -160px;
}

.searchbox .searchbox-content {
	padding: 3rem;
}


.imagebox-higher .searchbox {
	min-height: 420px;
}
.searchbox .searchbox-intro {
	display: block;
	font-size: 14px;
	line-height: 1;

	padding: 0em 0em 0 0;
	margin-bottom: 10px;
	color: #2097e2;
	font-family: 'condor', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .searchbox-intro {
	color: #2097e2;
}
.searchbox-title {
	font-size: 32px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .searchbox-title {
	color: #ffffff;
}
.searchbox-button {
	margin-top: 20px;
}

.searchbox .input-title {
	color: #213172;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .input-title {
	
}
.searchbox .input-group-label {
	background-color: #ffffff;
	border:0;
	color: #2097e2;
	border: 1px solid #eee;
	border-right: 0;
}
.searchbox .input-group>:first-child,
.searchbox .input-group>:first-child.input-group-button>* {
	border-radius: 5px 0px 0px 5px;
}
.searchbox .input-group-field {
	height: 50px;
	border:0;
	border-radius: 0 5px 5px 0;
}



	@media (max-width: 1130px) {
		.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-extra {

		}
		.section-extra .text-wrapper.order-2 {
			padding-left: 0px;
			border-left: 0px solid #eee;
		}
		.searchbox {

			min-height: 220px;
			margin-top: 0px;
		}
	}
	@media (max-width: 640px) {
		.searchbox .searchbox-content {
			padding:1rem;
		}
		.section-extra .text-wrapper {
			padding-top: 1rem;
			padding-left: 0rem;
			padding-right: 0rem;

		}
		.searchbox {
			padding-top: 15px;
		}
		.searchbox .searchbox-intro {
			display: block;
			font-size: 13px;
		}
	}

/*
---------------------------
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(0, 0, 0, 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: #213172;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .searchbar-wrapper  .tabs .tabs-title > a {
	color: #ffffff !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: #ffffff;
}
.searchbar-wrapper .searchbar input {

}
.searchbar-wrapper .searchbar .searchbar-input {
	height: 50px;
	padding-left: 15px;
	border:0;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 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 {
	color: #213172;
}
.newsbox-section .newsbox-date {

	font-weight: 700;
	display: block;
	font-size: 0.96rem;

	line-height: 1.6;
	margin-bottom:10px;
	color: rgba(24, 7, 31, 0.4) !important;
}

.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: #213172;
}

.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: rgba(255, 255, 255, 1);
}
.newsbox-list li a:after {
	color: #003247;
	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(4, 19, 31, 0.33);
	font-size: 0.86rem;
}
.newsbox-list li a .newsbox-list-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color:#003247;
		-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-bottom: 2px solid rgba(0, 0, 0, 0.04);
	margin: 0 0px;
	padding: 1rem 0 ;
	min-height: 60px;
	border-radius: 0px;
	-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 {
	
}
.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: 0rem 0 0;
	letter-spacing: 0px;
	width: 100%;
	position: relative;
}
.pagebox .pagebox-description .pagebox-date {
	font-size: 0.86rem;
	display: block;
	color: #213172;
	font-size: 13px;
}
.pagebox .pagebox-description .pagebox-title {
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 1.1;
	padding: 0em;
	margin: 0 0 0px 0px;
	font-weight: 700;
}
.pagebox:hover .pagebox-description .pagebox-title {
	color: #213172
}
.pagebox .pagebox-description .pagebox-title small {
	display: block;
	line-height: 1.2;
}
.pagebox .pagebox-label {
	margin-bottom: 15px;
	display: block;
	font-family: 'condor';
}
.pagebox .pagebox-description p  {
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	color: rgba(33, 49, 114, 0.8);
	margin: 0;
}
.pagebox:hover .pagebox-description p  {
	color: #0e1015;
}
.pagebox .pagebox-button {
	position: absolute;
	right:2rem;
	bottom: 1.5rem;
	font-size: 1.125rem;
	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: 1rem;
			min-height: 40px;
			margin-bottom: 1rem;
		}
		.pagebox .pagebox-description {

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



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

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

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

.slick-prev {
	left:-35px;
	border-radius: 5px;
}

.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: #2097e2;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {

	margin-right:2px;
	content: '\f060';
}
.slick-next {
	right: -35px;
	border-radius: 5px;
}
.slick-next:before {
	margin-left:2px;
	content: '\f061';

}

.slick-slider .slick-arrow {
	background-color: rgb(33, 49, 114);
	width: 60px;
	height: 60px;
	border-radius: 5px;

	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-arrow {
	opacity: 1;
}

/* Slick Dots */
.slick-slider .slick-dots {
	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: 20px;
}

.slick-dots li button {
	width: 10px;
	height: 11px;
	padding: 0px;
	margin: 0;
	border-radius: 0;
}
.slick-dots li button:before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 5px;
	width: 10px;
	height: 10px;
	content: '\f192';
	font-weight: 700;
	text-align: center;
	opacity: .25;
	font-size: 14px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-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)
}
.slick-dots li.slick-active button:hover:before {
	opacity: .6;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #213172;
}

.section-wrapper.bg-white .slick-dots li button:before {
	color: #213172;
}
.section-wrapper.bg-white .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #213172;
}
.section-wrapper.bg-white .photo-slides .slick-dots li button:before {
	color: #fff;
}
.section-wrapper.bg-white .photo-slides .slick-dots li.slick-active button:before {
	color: #213172;
}

.blocks-carousel {
	padding-bottom: 30px;
}

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

.quotes-carousel .slick-prev {
	border-radius: 0px 0px 0px 0;
}
.quotes-carousel .slick-next {
	border-radius: 0px 0 0 0px;
}

.quotes-carousel {
	position: relative;
	z-index: 4 !important;
}
.quote-wrapper blockquote {
	position: relative;
	text-align: center;
	border-left: 0;
	font-size: 1.4rem;
	margin: 20px 10px;
	padding: 2rem;
	text-align: left;
	background: #fff;
	border-radius: 5px;
}

.section-wrapper.bg-white .quote-wrapper blockquote{
	background-color: #f1f8fe;
}
.quote-wrapper blockquote:before {
	position: absolute;
	left: 2rem;
	-webkit-transform: translate(2px, 0);
	transform: translate(2px, 0);
	top:-10px;
	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: #2097e2
}

.quotes-carousel.quotes-amount-2 blockquote {

}

.quote-wrapper blockquote p {
	font-size: 20px;
	line-height: 1.4;
	
	color: #213172
}
.quotes-carousel.quotes-amount-2 blockquote p {
	font-size: 20px;
}
.quotes-carousel.quotes-amount-3 blockquote p {
	font-size: 18px;
}
.quote-wrapper blockquote footer {
	margin: 2rem 0 1rem;
	font-size: 16px;
    text-align: left;
    font-weight: 400;
}
.quote-wrapper blockquote footer .name {
	font-weight: 700 !important;
	font-family: 'condor';
}
.quote-wrapper blockquote footer span {
	font-weight: 400;
	font-family: 'condor';
}
.quote-wrapper .quote-image {
   float: left;
    width: 64px;
    height: 64px;
    position: relative;
    top: -8px;
    margin-right: 10px;
    margin-left: 0px;
}

	@media (max-width: 970px) {
		.quote-wrapper blockquote {
			max-width: 75%;
		}
	}
	@media (max-width: 640px) {
		.quote-wrapper blockquote {
			max-width: 90%;
			font-size: 1rem;
		}
	}




/*
-------------------------------
 PRODUCTS (overview)
-------------------------------
*/
.product {
	width: 100%;
	display: block;
  position: relative;
  border: 0px solid #ffffff;
	margin: 0px 0px 30px;
	padding: 1rem 1rem;
	min-height: 400px;
	border-radius: 0px !important;
	background: #ffffff;
	z-index: 99;
	-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)
}
.product:before {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	border: 1px solid #04131f;
	content:'';
	opacity: 0.08;
	border-radius: 0px !important;
	-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)
}
.product:hover:before {
	opacity: 0.3;
}
.product-image {
	overflow: hidden;
	position: relative;
	display: block;
}
.product-image a {
	display: block;
}
a.product-image,
.product-image img {
	border-radius: 0px;
	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;
}
.product-image:hover img,
.product-image a:hover img {
	opacity: 0.9;
}
.product-image-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}
.product-label {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 99;
	border-radius: 1000px;
	width: 64px;
	height: 64px;
	padding-top: 1.2rem;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
}
.product-section {
	display: block;
	padding: 15px 0rem 3rem;
}
.product-section .product-title {
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.2rem;
}
.product-section .product-title a{
	color: #404040;
	position: relative;
}
.product-section p {
	font-size: 0.96rem;
	line-height: 1.9;
}
.product-price-old {
	display: inline-block;
	font-size: 0.96rem;
	text-decoration: line-through;
	margin-right: 10px;
	color: #404040;
}
.product-price-new {
	display: inline-block;
	font-size: 1.4rem;

	font-weight: 700;
}

.product-footer {
	position: absolute;
	left:1px;
	bottom: 0;
	width: calc(100% - 2px);
	padding: 1rem;
	text-align: right;
	border-top: 1px solid #eee;
}

/* Product detail */
.product-detail {
	padding-top: 1rem;
}
.product-detail-section {
	display: block;
	padding: 0rem 0rem 2rem;
}

.product-detail-section .product-detail-title {
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.8rem;
}
.product-detail-section hr {
	max-width: 100%;
	margin: 10px 0 10px;
	border-width: 1px;
	border-color: #eee;
}

.product-detail-section .product-title a{
	color: #404040;
	position: relative;
}
.product-detail-section p {
	font-size: 0.96rem;
	line-height: 1.9;
}
.product-detail-price {

}
.product-detail-price-old {
	display: block;
	font-size: 1.2rem;
	text-decoration: line-through;
	margin-right: 20px;
}
.product-detail-price-new {
	display: block;
	font-size: 2rem;

	font-weight: 700;
}

.product-detail-order {
	display: block;
	padding-top: 1rem;
}
.product-detail-order-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.product-detail-order input {
	height: 45px;
}

.product-detail-footer {
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	text-align: center;
}

/* Images */
.product-detail-label {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 99;
	border-radius: 1000px;
	width: 64px;
	height: 64px;
	padding-top: 1.2rem;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
}

.product-detail .product-slides {
	border: 1px solid rgba(4, 19, 31, 0.1);
	border-radius: 0px;
	background: #ffffff;
}
.product-slides-nav {
	margin: -1px 0;
	border: 1px solid rgba(4, 19, 31, 0.1);
	border-radius: 0px;
	padding: 0.5rem;
	background: #ffffff;
}
.product-slides-nav .slick-slide {
	border-radius: 0px;
	padding: 5px;

}
.product-slides-nav .slick-current {

}

	@media (max-width: 1440px) {
		.product {
			padding: 1rem 1rem;
			min-height: 320px;
		}
		.product-section {
			display: block;
			padding: 15px 0rem 3rem;
		}
		.product-section .product-title {
			font-size: 1rem;
		}
		.product-footer {
			padding: 0.5rem 1rem;
		}
	}
	@media (max-width: 970px) {
		.product-detail-section {
			display: block;
			padding: 2rem 0rem 3rem;
		}
	}
	@media (max-width: 640px) {
		.product-detail-section {
			display: block;
			padding: 2rem 0rem 0rem;
		}
	}



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

.imagebox {
	float: left;
	width: 100%;
	display: block;
  	position: relative;
  	border: 0px solid #ffffff;
	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(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);

		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


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 .imagebox-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:rgb(8,45,64);
	content: '';
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}

.imagebox .imagebox-image.bright:after {
	opacity: 0;
}
a.imagebox:hover .imagebox-image {
	transform: scale(1.05)
}
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%;
	opacity: 0.08;
	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;
}

/* Shade */
.imagebox .imagebox-shade-top,
.imagebox .imagebox-shade-bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	display: block;
	z-index: 3;
	opacity: 1;

	-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-shade-bottom {
	top: auto;
	bottom: 0;
	background: rgb(8,45,64);
	background: linear-gradient(0deg, rgba(8,45,64,1) 0%, rgba(8,45,64,0) 100%);
}

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

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

/* Label */
.imagebox-label {
	position: absolute;
	top: 1rem;
	left: 0rem;
	font-size: 14px;
	text-align: center;
	padding: 0.36rem 1.5rem 0.25rem;
	border-radius: 0px;
	color: #ffffff;
	background: rgba(217, 107, 43, 0.9);
	font-weight: 400;
	z-index: 98;

}



.imagebox-icon i:before {
	margin: 0;
}

.imagebox .imagebox-description {
	position: absolute;
	top: 0;
	left:0;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 4;
	border-radius: 0;
	overflow: hidden;

}
.imagebox:hover .imagebox-description {
	opacity: 1;
}
.imagebox .imagebox-description .imagebox-title-wrap {
	position: absolute;
	top: 0;
	left:0rem;
	bottom: 0;
	right:0;
	display: flex;
	align-items:  flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 1rem 1rem 1rem 1rem;
}
.imagebox-description.text-center .imagebox-title-wrap {
	text-align: center;
}

/* Top */
.imagebox .imagebox-description .imagebox-title-wrap.top {
	top: 0;
	left:0rem;
	padding: 1rem 2rem 2rem 2rem;
	transform: translateX(0) translateY(0%);
}

/* Bottom */
.imagebox .imagebox-description .imagebox-title-wrap.bottom {
	top: auto;
	bottom:0px;
	left: 0px;
	padding: 1.250rem 2.5rem 1rem 1.5rem;
	transform: translateX(0) translateY(0%);
	background: transparent;
	border-radius: 10px 15px 10px 10px;

	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.side-content .imagebox .imagebox-description .imagebox-title-wrap.bottom {
	padding-left: 1rem;
}

.imagebox .imagebox-description .imagebox-title-wrap .imagebox-title-bg {
	position: absolute;
	top: 0;
	left:0rem;
	bottom: 0;
	right:0;
	z-index: 1;
	opacity: 1;
	
}
.imagebox .imagebox-description .imagebox-title-wrap .imagebox-title-bg img {
	position: absolute;
	top:-15px;
	left:0;
	width: 100%;
	height: 20px;
}


.imagebox .imagebox-description .imagebox-title {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	/* text-transform: lowercase; */
	line-height: 1.2;
	color: #ffffff;
	margin: 0;
	padding: 0em 0 0px;

	z-index: 2;
	-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)
}

.side-content .imagebox .imagebox-description .imagebox-title {
	font-size: 22px;
	font-weight: 700;
}
.imagebox .imagebox-description .imagebox-title-wrap.white .imagebox-title {
	color: #213172;
}
.imagebox .imagebox-description .imagebox-title.title-small {
	font-size: 22px;
}

a.imagebox:hover .imagebox-description .imagebox-title {
	transform: translateX(0) translateY(0px);
}
.imagebox .imagebox-description .imagebox-text {
	display: block;
	font-size:13px;
	font-weight: 400;
	line-height: 1.6;
	color: #ffffff !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 96%;
	opacity: 0.5;
}

.imagebox .imagebox-description .imagebox-title-wrap p {
	position: relative;
	max-width: 624px;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0px 0 0 0;
	line-height: 1.6;
	font-size:14px;
	font-weight: 400;
	text-wrap:wrap;
	color: #ffffff ;

	z-index: 2;
}
.imagebox .imagebox-description .imagebox-title-wrap.white p {
	color: #213172 !important;
}
.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;
	margin:0px 0 0 0;
}


.imagebox .imagebox-button {
	position: absolute;
	bottom: 0rem;
	right:0%;
	width: 100%;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	padding: 1rem 1rem 0.76rem;
	visibility: visible;
	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;
}
.imagebox .imagebox-button i {
	position: relative;
	top: 1px;
}
.imagebox:hover .imagebox-button {
	visibility: visible;
	opacity: 0.5;
}




.grid-sizer { width: 20%; }

/* Imagobox Heights */

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



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

.imagebox.height-medium {
	min-height: 290px;
}

.imagebox.height-large {
	min-height: 400px;
}

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


/* 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: 600px;
}


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

	@media (max-width: 1460px) {
		.imagebox .imagebox-description .imagebox-title {
			font-size: 22px;

		}
	}
	@media (max-width: 1130px) {
		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 200px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 290px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 400px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 600px;
		}

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

		.imagebox-label {
			position: absolute;
			top: 1rem;
			left: 0rem;
			font-size: 13px;
			text-align: center;
			padding: 0.36rem 1rem 0.25rem;

		}
		.imagebox .imagebox-description .imagebox-title-wrap.bottom {
			top: auto;

			padding: 1rem 1rem 1rem 1rem;
			transform: translateX(0) translateY(0%);
		}
		.imagebox:hover .imagebox-description .imagebox-title-wrap.bottom {
			background: transparent;
		}


		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.250rem;
			max-width: 100%;

		}

		.imagebox .imagebox-description .imagebox-title-wrap p {
			line-height: 1.6;
			font-size: 1rem;
		}
		.imagebox .imagebox-button {
			padding-right: 1rem;
			opacity: 1;
			font-size: 1rem;
		}
	}
	@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;
		}




		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 160px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 250px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 320px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 520px;
		}
	}
	@media (max-width: 640px) {
		.imagebox {
			margin-bottom: 10px;
		}
		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 1rem 0.76rem 1rem;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.250rem;
			max-width: 100%;
		}
		.imagebox .imagebox-description p  {

		}
		.imagebox .imagebox-button {
			visibility: visible;
			opacity: 1;
			font-size: 1rem;
			padding: 1rem 1rem 1rem;
		}
		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 160px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 240px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 280px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 300px;
		}
		.expanded.collapse .blocks-medium .imagebox,
		.expanded.collapse .imagebox.height-medium {
			min-height: 200px;
		}
	}


	@media (max-width: 440px) {

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


/* Zijbalk */

#sticky {
	left: 0 !important;
}
.side-content {
	position: relative;
	padding-right: 2rem;
	padding-left: 0;
	padding-bottom: 1rem;
	z-index: 889;
}
.side-content #sidebar {
	width: 100%;
	display: block;
	padding: 0 0 2em 0px;
	margin-top: 20px;

	z-index: 88;
}
.side-content .page-title {
	font-size: 1.4em;
	padding-left: 1em;
	padding-bottom: 10px;
}


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


	@media (max-width: 540px) {
		.side-content  {
			padding-right: .625rem;
			padding-left: .625rem;
		}
	}
.side-content .text-wrapper {
	padding: 1.5rem 1.5rem;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
	border: 0px solid rgba(4, 19, 31, 0.1)
}
.side-content	.text-wrapper .indent {
	padding-right: 0rem;
}
.side-content .text-wrapper .text-wrapper-title {
	font-size: 1.4rem;
	position: relative;
	font-weight: 800;
	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: #213172;
}
.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: 0px solid rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	padding: 25px;
	margin:0rem 0 30px;
	background-color: #fff !important;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

}
#mobile-subs .subnav {
	border: 0;
	margin-bottom: 0;
}

.subnav .subnav-headline {
	font-size: 26px;
	position: relative;
	margin: 0 0 10px;
	font-weight: 800;
	line-height: 1.3;

}

.subnav .subnav-headline a {
	color: #2097e2;
}
.subnav ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.subnav ul li {
	border-bottom: 0px solid rgba(0, 0, 0, 0.12);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.subnav ul li:last-child {
	border:0 !important;
}
.subnav ul li a:not(.button) {
	font-family: 'condor';
	font-weight: 700;
	padding-left: 0;
	color: #213172;
	display: block;
	padding: 15px 1em 15px 1.250rem;
  	font-size: 16px;
  	letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
}
.subnav ul li a:not(.button):hover {
	color: #213172;
}
.subnav ul li a:before {
	position: absolute;
	left: 0px;
	-webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
	top:18px;
	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: 12px;
	margin-right: 0px;
	color: #2097e2;
	-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;

}
.subnav ul li a:hover:before {
	-webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
	color: #2097e2;
	opacity: 1;
}
.subnav ul li.item-breadcrumb a:before {
	color: #2097e2;
	opacity: 1;
}

.subnav ul li.item-breadcrumb a:not(.button) {
	color: #2097e2;
	font-weight: 700;
}
.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;
		}
		.subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;

		}
	}

/* Tweede niveau */
.subnav ul li ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.subnav ul li ul li {
	border: 0px solid #eeedec;
}
.subnav ul li ul li > a:not(.button) {
  font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 15px !important;
	padding: 0.3em 0rem 0.3em 20px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.subnav ul li ul li > a:not(.button):hover {
	color: rgba(255, 255, 255, 1) !important;
	background: none !important;
}
.subnav ul li ul li a:before {
	display:none;
}
.subnav ul li ul li > a:not(.button):hover:before {
	color: #ffffff !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: rgba(255, 255, 255, 1) !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: rgba(78, 78, 81, 1) !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: #22257a !important;
}

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

.subnav ul li ul ul li a:before {
	top: 5px;
	color: rgba(78, 78, 81, 1) !important;
}
.subnav ul li ul ul li.item-breadcrumb > a, .subnav ul li ul li.item-breadcrumb > a:hover {
	background: none !important;
	color: #22257a !important;
}

/* Blogs */
.blogs ul li {
	border-bottom: 0px solid rgba(0, 0, 0, 0.08);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.blogs ul li:last-child {
	border:0 !important;
}
.blogs ul li a {
	padding-left: 0;
	color: rgba(4, 19, 31, 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: #213172;
}
.blogs ul li a .blog-date {
	display: block;
	padding: 6px 0 0;
	font-size: 0.86rem;
	color: rgba(0, 0, 0, 0.4);
}

/*
---------------------------
SUBNAVIGATIE BALK
---------------------------
*/

.whatsub {
	width: 100%;
	clear:both;
	display: block;
	z-index: 3;
	padding: 0rem 0em 0rem;
	height:70px;
	position: relative;
	margin-top: -70px;
	background: rgba(29, 29, 29, 0.9);
	text-align: center;

}

.whatsub:after {
	position: absolute;
	left:0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	content: '';
	z-index: 1;
	background: rgba(0, 0, 0, 1);

	opacity: 0;
}

.whatsub ul {

	height: 70px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 0rem;
	text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.whatsub ul li {
	display: inline-block;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0em 1em;

}
.whatsub ul li:last-child {
	border:0 ;
}
.whatsub ul li a {
	position: relative;
	height: 56px;
	line-height: 70px;
	font-weight: 700;
	display: block;
	padding: 0rem 0.5rem 0rem 0.1rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);

	text-transform: uppercase;
	letter-spacing: 2px;
}
.whatsub ul li a:hover {
	color: #ffffff;
}

.whatsub ul li a:before {
	content: "";
  position: absolute;
  width: 0;
  height: 1px;

  bottom: 4px;
	border-radius: 0px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
/*
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.whatsub ul li a:hover:before,
.whatsub ul li.item-breadcrumb a:before {
	visibility: visible;
 width: 99.7%;
}

.whatsub ul li a:after {
	position: absolute;
  right: -6px;
  bottom: 2px;
  content:'';
  width: 1.5px;
  height: 0px;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform:  rotate(45deg); /* Chrome, Safari, Opera */
  transform:  rotate(45deg);

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

	@media  (max-width: 970px) {
		.whatsub {
			margin-top: -50px;
			height:50px;
				text-align: left;
		}
		.whatsub ul {
			height: 50px;
			text-align: left;
		}
		.whatsub ul li a {
			text-align: center;
			height:40px;
			line-height: 50px;
			font-size: 0.66rem;
			letter-spacing: 1px;
		}
	}
	@media  (max-width: 767px) {
		.whatsub {
			display:none;
		}
	}


/* Breadcrumbs */
#breadcrumbs {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 1;
}
.breadcrumbs-wrapper {
	margin-top: 0px;
  	background: none;
  	border-top: 0px solid rgba(0, 0, 0, 0.04);
  	padding: 1rem 0 8rem 0rem;

}
#page-content .breadcrumbs-wrapper {
	position: relative;

	padding-bottom: 0;
	border-top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 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: #213172;
	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: #2097e2;
	text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
	color: #2097e2;
	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;
		}
	}


/*
PRICING TABLES
---------------------------
*/
.pricing-table {
  border: solid 1px rgba(4, 19, 31, 0.08);
  padding: 1rem 0.6rem;
  padding-bottom: 7rem;
  position: relative;
  border-radius: 5px;
  background-color: rgba(4, 19, 31, 0.04) !important;
}
.medium-up-3 .pricing-table {
	padding: 1rem 1rem;
	padding-bottom: 7rem;
}
.pricing-table.highlight {
/* 	transform: scale(1.05); */
}

.pricing-table li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.36);
	font-size: 0.86rem;
	padding: 0.675rem 1rem;


	line-height: 1.4;
}
.pricing-table li.last-item,
.pricing-table li:last-child {
  border-bottom: 0 !important;
}

.pricing-table .icon {
	display: block;
	font-size: 4.5rem;
	text-align: center;
	padding: 0.4rem 1rem;
}

.pricing-table .icon i {
	position: relative;
	top:5px;
}
.pricing-table .icon i:before{
	font-size: 3.6rem;
}

.pricing-table .title-wrap {
	padding-bottom: 1.5rem;
}
.pricing-table .title {
	line-height: 1.2;
	font-size: 1.875rem;
	font-weight: 300 !important;
  border-bottom: 0 !important;
  margin-bottom: 0rem;
  color: #213172

}
.pricing-table .title small {
	display: block;
	padding-top: 15px;
	font-weight: 300 !important;
	font-size: 1.4rem;
	color: #213172;
}
.pricing-table .price {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 1.45rem;
  border-bottom: 0;
  font-weight: 400;
}
.pricing-table .price-info {
	font-size: 1rem;
	font-weight: 400;
	color: #213172;
}
.pricing-table .description {
 	padding: 1.4rem 0.5rem 0;
  font-size: 0.86rem;
}
.pricing-table .description p {
 	line-height: 1.4;
}


.pricing-table .between {
	padding-top: 1rem;
	padding-bottom: 0rem;
}
.pricing-table .between p {
	line-height: 1.4;
}
.pricing-table .between p strong {
	font-size: 1.1rem !important;
}

.pricing-table .pricing-button {
	position: absolute !important;
	width: 100%;
	bottom:0;
	left:0;
  padding: 2rem 1rem 2rem;
}
.pricing-table .button {
  margin: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}


.pricing-table.bg-white li,
.pricing-table.bg-light li {
	position: relative;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.pricing-table li.text-left {
	padding-left: 2.1rem;
	color: #213172 !important;
	font-size: 14px;
	font-weight: 400;
}
.pricing-table.bg-white li.text-left i {
	position: absolute;
	top: 10px;
	left:5px;
	font-size: 1.2rem;
}

.pricing-table.bg-white .price,
.pricing-table.bg-light .price {
    background-color: rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-table.highlight {
	border-color: #213172;
	border-width: 3px;
/* 	transform: scale(1.04) */
box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.14)
}

.pricing-table-badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-75%);
	width: calc(100% + 7px);
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;
	text-align: center;
	color: #ffffff;
	border-radius: 5px 5px 0 0 ;
	font-size: 0.66rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	@media  (max-width: 970px) {
		.pricing-table .title small {
			display: block;
			padding-top: 5px;
			font-size: 1.2rem;
			color: #000;
		}

	}


.pricebox {
	width: 100%;;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem 1rem;
	border: 1px solid #eee;
	margin-bottom: 5px;
	border-radius: 5px;
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-ms-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
a.pricebox:hover {
	border-color: #213172;
}

.pricebox .pricebox-title {
	position: relative;
	font-size: 1rem;
	font-weight: 700 !important;
	line-height: 1;
	margin:0;
}
a.pricebox .pricebox-title {
	color: #213172;
}
.pricebox .pricebox-title .label {
	position: absolute;
	top: -2px;
	left: 100%;
	padding: 5px 10px 5px;
	color: #ffffff;
	margin-left: 10px;
	line-height: 1;
	font-size: 12px
}
.pricebox .pricebox-price {
	display: block;
	font-size: 1rem;
	font-weight: 700 !important;
	margin:0;
	line-height: 1;
	color: #213172;
}



/* Foto Overzicht
------------------------------- */
.photo .caption {
	font-size: 0.8rem;
	line-height: 1.1;
	color: #888 !important;
	text-align: center;
	width: 100%;
	display: block;
	font-style: italic;
	padding-top: 0px;
}

.photo {
	display: inline-block;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 50%;
}
.box-wrapper.case .photo {
	border-bottom: 0px solid #d90024;
}
.photo.left {
	float: left;
	margin-right: 30px;
}
.photo.right {
	float: right;
	margin-left: 50px;
}
/* Round */
.photo a.round {
	border-radius: 100%;
	overflow: hidden;
}
.photo img {
	border-radius: 5px;
}

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

	@media (max-width: 500px) {
		.photo {
			width: 100%;
		}
	}

.photo a {
	overflow: hidden;
	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: 8px !important;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
  	z-index: 7;
}

.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:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: '\f067';
	background: #2097e2;
	color: #ffffff;
	z-index: 99;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.4rem;
	-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;
}

	@media (max-width: 970px) {
		.photo a:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
	}


.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;
}
.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 {
	/* box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4); */
}
.photo-slides a.gallery-item {
	margin-bottom: 0em;
}

.gallery {
	padding-top: 30px;
}

.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;

}
.image-shape {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
}


.quotes-carousel .photo-gallery {
	margin: 0px 0px 0px 10px;
}

.photo-gallery .play {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80px;
	height: 80px;
	z-index: 88;
	display: inline-block;
	margin: auto;
	background: #2097e2;
	border: 8px solid rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.342);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.photo-gallery .play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 26px;
	color: #ffffff
}
.photo-gallery a:hover .play {
	border-color: rgba(255, 255, 255, 0.616)
}

.float-right .photo-gallery:before {
	left: auto;
	right: -100px
}
.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:before,
		.large-6 .photo-gallery:after {
		  display: none;
		}
	}
	@media (max-width: 640px) {
		.large-6 .photo-gallery {
			margin-top:20px;
		}
	}

.photo-gallery img {
	border-radius: 8px !important;
	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: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4); */
}
.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;
}

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

.photo-slides .slick-list {

}

.gallerybar a.gallery-item {

}


.photo-gallery a img,
.photo-slides img  {
	margin-bottom: 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;
}
.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;
}

/* Products */
.product-detail .photo-gallery {
	margin-top:0;
	text-align: center;
}
.product-detail .photo-gallery img {
	margin:0 auto;
}
.product-detail .photo-gallery a, .product-detail a.gallery-item {
	margin-bottom: 0;
	border:0;
}

.photo-gallery a:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: '\f067';
	background: #2097e2;
	color: #ffffff;
	font-size: 1.4rem;
	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 {

		}
	}

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

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

.photo-gallery a: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(8, 45, 64, 0.745);
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
	padding: 1rem 0 5px 1rem;
	display: block;
	border-radius: 0px;
	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: #2097e2;
	font-weight: 600;
	background-color: #fff;
	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; }



.objects-carousel {
	padding: 30px 0 30px;
}
.objects-carousel .column {
	outline: 0;
}
.objects-carousel .slick-prev {
	left: 0px;
	border-radius: 0 5px 5px 0;
}
.objects-carousel .slick-next {
	right: 0px;
	border-radius: 5px 0px 0px 5px;
}
.objects-carousel .slick-slide {
	padding: 0 15px;
	opacity: 0.6;
	-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;

}
.objects-carousel .slick-slide.slick-active {
	opacity: 1;
}
@media (max-width: 970px) {
	.objects-carousel .slick-slide {
		padding: 0 5px;
	}
}



/* 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: 500;


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

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

}
.sitemap li li li a {
	font-weight: 500;
	color: #213172 !important;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	letter-spacing: -1px;
}
.sitemap li li li li a {
	font-weight: 500;
	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: #2097e2 !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;
	z-index: 1;
	margin-top: 0px;
	padding: 3rem 0 0rem 0;
	border-radius: 0px 0px 0px;
}

.footer-content {
	padding: 2rem 2rem 2rem 0rem;
}
.footer-content.first {
	position: relative;
	padding-left: 25px;
}
.follow-title {
	display: block;
}
	@media  (max-width: 1130px) {
		.footer-content.first {
			position: relative;
			padding-left: 1rem;
		}

	}

	@media  (max-width: 970px) {


		.footer-content {
			padding-left:0rem;
			padding-right: 0rem;
		}
		.footer-content.first {
			position: relative;
			padding-left: 0rem;
		}

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

		}
		#footer-wrapper .columns{

		}

		.footer-content {
			padding-left:0rem;
			padding-bottom: 0rem;
		}
		.footer-content.first {
			padding-right: 1rem;
			padding-left:0rem;
			padding-bottom: 0;
		}
	}
	@media  (max-width: 400px) {
		.footer-content {
			padding-left:0rem;
			padding-right: 0rem;
		}

	}

.footer-content.first .footer-title {

}
.footer-content img {
	margin-bottom: 25px;
}
.footer-content .footer-title {
	font-weight: 800;
	font-size:20px;
	margin-bottom: 15px;
	color: #ffffff;
}
.footer-lead {

}

.footer-content p {
	line-height: 1.9;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
}
.footer-content p a {
	color: #2097e2;
	text-decoration: none;
}

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

.footer-content img {
	max-width: 90%;
}

/* 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: 14px;
	padding: .2rem 0;
	display: inline-block;
}
.footer-content ul li a i {
	font-size: 13px;
	margin-right: 4px;
	color: #2097e2;
	opacity: 1;
}
.footer-list ul li a {
	color: #213172;
}
.footer-list ul li a:hover {

}
[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: #ffffff !important;
}

.socialist {
	top: 0px;
	position: relative;
	display: flex;
}
.socialist li a {
	width: 44px;
	height: 44px;
	background: #2097e2;
	padding: 0rem 0 !important;
	padding-left: 0px !important;
	margin-right: 10px;
	border-radius: 50px;
}
.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: #ffffff !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 i {

}
.socialist li.phone {
	display: none;
}
.footer-wrapper .lang {
	display: none;
}



/* Bottom */

.footer-bottom {
	background: #ffffff;
	padding: 2rem 0 2rem;
	margin-top: 2rem;
}

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

}

.copyright-text {
	display: flex !important;
	align-items: center;
	font-size: 14px;
}

.copyright-links {
	display: block;

}
.copyright-links a {
	display: inline-block;
	margin: 0 15px 0 0px;
	font-size: 14px;
	position: relative;
	color: #2097e2;
}
.copyright-links span {
	display: inline-block;
	font-size: 16px;
	margin: 0 20px 0 0px;
}
.copyright-links a:hover {
	color: #2097e2;
}
	@media  (max-width: 1130px) {

	}
	@media  (max-width: 970px) {
		.copyright-wrapper {
			padding:0;
	
		}


		.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 {

		}

	}
	@media  (max-width: 640px) {
		.footer-content .footer-title {
			font-size: 16px;
		}
		.footer-content p {
			line-height: 1.9;
			font-size: 14px;
			color: rgba(255, 255, 255, 1);
		}
		.footer-content p a {
			color: #2097e2;
			text-decoration: none;
		}
		
		.footer-content p a:hover {
			text-decoration: underline;
		}
		.footer-content p strong {
			margin-right: 5px;
			font-size: 14px;
			color: #ffffff;
			font-weight: 700;
		}
		
		.footer-content img {
			max-width: 90%;
		}
		
		/* List items */
		.footer-content ul li a {
			position: relative;
			padding-left: 0rem;
			font-size: 12px;
			padding: .2rem 0;
			display: inline-block;
		}
		.footer-content ul li a i {
			font-size: 12px;
		}
		.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 {
			display: block;
			margin-top: 10px;
		}
		.copyright-links a {
			display: inline-block;
			margin: 0 10px 0 0px;
			font-size: 12px;
			position: relative;

		}
		.copyright-links span {
			display: inline-block;
			font-size: 0.86rem;
			margin: 0 20px 0 0px;
		}

		.footer-bottom {
			background: #ffffff;
			padding: 2rem 0 1rem;
			margin-top: 0rem;
		}

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


	/* HISWA */
.hiswa {
	float: right;
	width: 60px;
	height:70px;
	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:0px;
	float: right;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	width: auto;
}
.addnoise .brand-logo {
	display: block;
	width: 100px;
	height: 15px;
	margin-left:5px;
	background:  url('../images/addnoise.svg') no-repeat left;
	background-size: contain;
	opacity: 0.5;
	filter:grayscale(100%);
	-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-text {
	color: #213172 !important;
	font-style: italic;
	font-size: 13px;
}

.addnoise:hover .brand-logo {
	opacity:1;
	filter:grayscale(0%);
}



	@media  (max-width: 970px) {
		.addnoise {
			position: relative;

			margin-top: 20px !important
		}
	}
	@media  (max-width: 640px) {
		.hiswa {
			width: 30px; 
			height: 50px;
			margin-right: 10px
		}
		.addnoise {
			margin-top:3px;
			float: left;
			display: flex !important;
			align-items: center;
			justify-content: flex-start;
			width: auto;

		}
	}

/*
---------------------------
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: 1.5rem;
	position:fixed;
	bottom:120px;
	right: -1rem;
	-webkit-transform: translate(120%, 0);
	        transform: translate(120%, 0);

			box-shadow: 0px 0px 30px rgba(0, 0, 0, 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;
	padding:2rem 3rem;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 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(4, 19, 31, 0.18);
	font-size: 1.1em;
	font-weight: 800;
	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-right: 15px;
}
#slidebox .slidebox-title {
  font-size: 1.4rem;
}
#slidebox .slidebox-lead p {
  font-size: 14px;
}

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

	@media (max-width: 640px) {
		#slidebox {
			display: none;
			bottom:200px;
		}
		#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(0, 0, 0, 0);
		}

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

	}


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

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

}

.going-down {

    position: absolute;
    bottom:40px;
	left: 50%;

	margin-left: -40px;
    height: 80px;
    width: 80px;
    background: #fff;
    text-align: center;
    z-index: 996 !important;
	border: 0px solid rgba(255, 255, 255, 0);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.226);
    border-radius: 100px;
    outline: 0;
    font-size: 22px;

    -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;
}

.going-down i {
    color: #2097e2;
    position: absolute;
    top:30px;
    left:30px;
    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: 970px) {

}

@media (max-width: 600px) {

		.going-down {
			margin-left: -25px;
			bottom:10px;
			height: 50px;
			width: 50px;
		}
		.going-down i {
			top:17px;
			left:18px;
			font-size: 16px;
		}
}


.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)
    }
}


.topbar-sitelinks .site-info .g-rating {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px 20px 0px 0;
	border-right: 0px solid rgba(27, 27, 27, 0.137);
}
.topbar-sitelinks .site-info .g-rating span {

	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	margin-right: 10px;

}
.topbar-sitelinks .site-info .g-rating span.number {
	position: relative;
	display: none;
	visibility: hidden;
}
.topbar-sitelinks .site-info .g-rating span.amount {
	position: absolute;
	right: 100%;
	padding-left: 8px;
	display: block;
	font-weight: 400;
	font-size: 10px;
	opacity: 0;
}
.topbar-sitelinks .site-info .g-rating:hover span.amount {
	opacity: 0.5;
}
.topbar-sitelinks .site-info .g-rating i {
	font-size: 12px;
	color: #f7822c;
	margin-right: 2px;
}
.topbar-sitelinks .site-info .g-rating img  {
	margin: 0 10px 0 0px;
}

@media (max-width: 600px) {
	.topbar-sitelinks .site-info .g-rating {
		order: 2;
		transform-origin: right center;
		transform: scale(0.8);
		padding-right: 10px;
	}
	.topbar-sitelinks .site-info .g-rating span.amount {
		position: absolute;
		top: 20px;
		right: 4px;
		padding-left: 0px;
		display: block;
		font-weight: 400;
		font-size: 9px;
		display: none;
		visibility: hidden;
	}
	
	.topbar-sitelinks .site-info .g-rating i {
		font-size: 10px;
		margin-right: 1px;
	}
	
	.topbar-sitelinks .site-info .g-rating span.amount {
		opacity: 0.6;
	}
}
@media (max-width: 374px) {

}


.specrow{
	float: left;
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cfd7db;
}

.spec1{
	float: left;
	width: 50%;
	padding: 0px 10px 0px 0px;
}

.spec2{
	float: left;
	width: 50%;
	opacity: 0.8;
}

@media (max-width: 500px) {
	.spec1{
		width: 100%;
	}

	.spec2{
		width: 100%;
	}
}

.printlogo{
	display: none;
	visibility: hidden;
}

.hiswalogo{
	width: 36px;
	position: absolute;
	right: -5px;
	top: 0px;
}

@media  (max-width: 1130px) {
	.hiswalogo{
		top: -5px;
	}
}

/*
---------------------------
Melding extra kosten
---------------------------
*/

.extracosts-container {
	background-color: rgba(32, 151, 226, 0.06);
	padding: 15px 25px;
	margin: 10px 0 15px;
	border: 1px solid rgba(32, 151, 226, 1);
}
.extracosts-container .extracosts-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.extracosts-container .extracosts-content .extracosts-icon {
	background-color: white;
	border-radius: 23px;
	height: 46px;
	width: 46px;
	padding: 15px;
	margin: 0 15px;
	color: rgba(32, 151, 226, 1);
}
.extracosts-container .extracosts-content .extracosts-text {
	margin: 0;
	color: rgba(32, 151, 226, 1);
}
.last-minute-banner{
		background: #2097e2;
		width: 150px;
		height: 150px;
		position: absolute;
		right: 0;
		top:-10rem;
		border-radius: 100px;
}

.last-minute-text{
		position: relative;
		text-align: center;
		color:#fff;
		top:30px;
		font-weight:bold;
		font-size:1.2rem;
		transform: rotate(9deg);
}
@media (max-width: 970px) {
	.extracosts-container .extracosts-content .extracosts-icon {
		margin: 0 15px 0 0;
	}
}
@media (max-width: 640px) {

	.last-minute-banner{
		width:120px;
		height:120px;
		top:-5rem;
	}

	.last-minute-text{
		font-size:0.9rem;
		top:25px;
	}
}