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

#page-background {
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;

	background: #fff ;


	
	transform: translate3d(0,0,0);
	
	
	content:'';
	z-index: 0;
}
#page-container {
	position:relative;
	z-index: 2;
	margin: auto ;
/*
	margin-top: 120px;
	margin-bottom: 60px;
*/
/* 	max-width: 1530px; */

	background: #fff;
}




	@media (max-width: 1540px) {
		#page-container {
		}
	}
	
	@media (max-width: 1460px) {
		#page-container {

		}
	}



	@media (max-width: 1080px) {
		#page-background {
			display: none;	
		}
		#page-container {
	
		}
	}
	@media (max-width: 970px) {
		
		#page-container {
			margin-top: 0px;
		}
	}
	@media (max-width: 640px) {

	}


.section-wrapper {
	display: block;
	position: relative;
/*
	max-width: 1540px;
	margin:auto;
*/
}
.section-wrapper.bg-white {
}
.section-wrapper.bg-light {
}
.section-wrapper.contentbox {
	padding-top: 1rem;
}
.section-wrapper.with-carousel {
	overflow: hidden;
}

/*
.section-introduction {
	position: relative;
	z-index: 99;
	max-width: 78em;
	margin:auto;
	margin-top: -30px !important;
}
*/

.row {
	max-width: 78em;
	z-index: 3;
	position: relative;
	
}
.row.narrow {
	max-width: 70em
}
.row.wide {
	max-width: 80em
}
.row.wider {
	max-width: 92.5em
}

/*
.section-introduction  {
	max-width: 78em;
	margin:auto;
	margin-top: -90px;
	z-index: 999;
}
*/

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

.header-placeholder {
	display: block;
	height: 250px;

	background: #009fe3;
background: -moz-linear-gradient(left, #009fe3 0%, #258dc8 100%);
background: -webkit-linear-gradient(left, #009fe3 0%,#258dc8 100%);
background: linear-gradient(to right, #009fe3 0%,#258dc8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#258dc8',GradientType=1 );
}

.header-placeholder h1 {
	position: absolute;
	left: 0.86rem;
	top: 120px;
	color: #fff;
	
}


	@media (max-width: 1460px) {
		.row {
			max-width: 70em
		}
		
	}
	@media (max-width: 1320px) {
		.row.wider {
			max-width: 90%
		}
	}
	@media (max-width: 1080px) {
		.row {
			max-width: 60rem
		}
		.row.wider {
			max-width: 96%
		}
		.row.narrow {
			max-width: 94%
		}
	}
	@media (max-width: 970px) {
		.row {
			max-width: 96%
		}
		.header-placeholder {
			height: 260px;
		}
	}
	@media (max-width: 640px) {
		.row {
			max-width: 98%
		}

		.header-placeholder {
			height: 225px;
		}			
		
	}
	@media (max-width: 500px) {
		.header-placeholder {
			height: 160px;
		}
		.header-placeholder h1 {
			position: absolute;
			left: 0.86rem;
			top: 100px;
			color: #fff;
			
		}		
	}

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


#topbar {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 997 !important;
	background: rgba(255, 255, 255, 1);
	
/*
	transform: translateX(-50%);
	max-width: 1530px;
*/
	
	-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: height; 
	
	
}

#topbar.no-cover {
	border:0;
}

/* On scroll */
#topbar.small {
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15)
}
#topbar.small:before {
	visibility: hidden;
	opacity: 0;
}
	@media (max-width: 1460px) {
		#topbar {
	
		}
	}
	@media (max-width: 1080px) {
		#topbar {
			
			
		}
	
	}
	@media (max-width: 970px) {
		#topbar {
			height: 100px;
		}
		
		/* On scroll */
		#topbar.small {
			height: 80px;	
		}
	}
	@media (max-width: 640px) {
		#topbar {
			height: 80px;
		}
	
	}
	@media (max-width: 400px) {
		#topbar {
			position: absolute !important;
		}
	}
	@media (max-width: 360px) {
		#topbar {
			height: 80px;
		}
	}
	


#topbar .row  {
	display: block;
	height: 100%;
	position: relative;
	margin: auto;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#topbar.small .inner {
/* 	max-width: 100%; */
	
}

/* Logo */
.logo {
	position: absolute;
	top: 0px;
	left: -20px;	
	width: 170px;
	height: 100px;
	display: block;
	transform: translateY(0);
  z-index: 998 !important;
  background:  url('../images/fmi.png') no-repeat left center;
	background-size: auto 80px;
	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: height, transform;
}
.logo:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #009fe3;
	border-radius: 20px;
	content: '';
}
.logo span {
	position: absolute;
	top: 50%;
	left: 110%;
	transform: translateY(-50%);
	white-space: nowrap;
	font-size: 1.250rem;
	font-weight: 700;
	color: #04131f;
	opacity: 0.8;
	display: block;
	-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;
}
.logo:hover {

}

.small .logo  {
	width: 110px;
	height: 60px;
	background-size: auto 50px;
}
.small .logo-icon {
	visibility: visible;
	opacity: 1;
}

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

	
	@media (max-width: 970px) {
		.logo {
			left: 20px;	
		}
	}

	@media (max-width: 640px) {
		.logo {
			left: 10px;
			width: 120px;
			height: 80px;
			background-size: auto 50px;
		}
		.logo span {
			font-size: 1rem;
		}

	}
	@media (max-width: 375px) {
		.logo {
			left: 10px;
			width: 112px;
			height: 80px;
			background-size: auto 50px;
		}
		.logo span {
			left: 110%;
			font-size: 1rem;
		}

	}
	

.topbar-sitelinks {
	position: absolute;
	top: 0rem;
	right:0rem;
	width: 100%;
	height: 32px;
	text-align: right;
	z-index: 98;
	-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; 
}
.small .topbar-sitelinks {
	visibility: hidden;
	opacity: 0;	
}
.topbar-sitelinks ul {
	display: inline-block;
	list-style: none;
	padding:0;
	margin:0;
}
.topbar-sitelinks ul.first {
	margin-right: 0px;
}
.topbar-sitelinks ul li {
	display: inline-block;
	padding:0;
	margin:0 0px;
}
.topbar-sitelinks ul li a {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: 700;	
	height: 24px;
	line-height: 24px;
	color: rgba(14, 10, 44, 0.4);
	text-transform: uppercase;
}
.topbar-sitelinks ul li a:hover {
	color: #00adc7;	
}


.topbar-sitelinks .extra-button {
	float: right;
	margin-right: 0px;
	top: 0px;
	position: relative;
	margin-top: 0px !important;
	padding-top: 0rem !important;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 15px;

}



/* Social */
.topbar-sitelinks .socialist {
	margin-right: 0px;
	top:0;
}
.topbar-sitelinks .socialist a {
	padding-left: 0px !important;
	position: relative;
	width: 40px;
	height: 40px;
	color: rgba(14, 10, 44, 0.4);
}
.topbar-sitelinks .socialist li a span {
	display: none !important;
}
.topbar-sitelinks .socialist a:hover {
	color: #00adc7 !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: 1rem;
	color: #009fe3;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: rgba(0, 0, 0, 0) !important;
}
.topbar-sitelinks .socialist .share a i {
	padding-right: 2px;
}
.topbar-sitelinks .socialist a:hover i {
	color: #009fe3;
	background-color: transparent !important;
}

.topbar-sitelinks .socialist li.phone {
	display: inline-block;
	padding-right: 30px;
}
.topbar-sitelinks .socialist li.phone a{
	width: auto;
	padding-left: 40px !important;
}

.topbar-sitelinks .socialist li.phone a span {
	display: block !important;
	color: #04131f;
	font-size: 1rem;
}
.topbar-sitelinks .socialist li.phone a i {
	width: 40px !important;
	top: 50%;
	left: 0rem;
	transform: translateX(0%) translateY(-50%);
}

	a.language-button {
		float: right;
		margin: 0 10px;
		height: 40px;
		width: 50px;
		line-height: 40px;
		background: none;
		text-align: center;
		background-repeat: no-repeat;
		background-size: 22px auto;
		background-position: center;
		border: 0px solid rgba(174, 172, 170, 0.46);
		z-index: 998;
		-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.language-button:hover {
		border-color: #1a3d78;
	}
	a.language-button img {

	}
	a.language-button.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==');
	}
	a.language-button.du {
		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==');
	}
	a.language-button.uk {
		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=');
	}
	.row.medium-up-2.language-wrap{
		max-width: 30em;
	}

	@media (max-width: 1440px) {
		.topbar-sitelinks {


		}
	
	}
	@media (max-width: 1024px) {
		.topbar-sitelinks {
			
		}
	
	}
	@media (max-width: 970px) {
		.topbar-sitelinks {
			top: 2rem;
		}
		.small .topbar-sitelinks {
			transform: translateX(0%) translateY(-0.66rem);
			visibility: visible;
			opacity: 1;	
		}
		.topbar-sitelinks .extra-button {
			margin-right: 80px;
		}
		.topbar-sitelinks .socialist {
			text-align: left;
			width: auto !important;
			margin-right:70px;
		}
		.topbar-sitelinks .socialist li {
			display: none;	
		}
		.topbar-sitelinks .socialist li.phone {
			display: inline-block;
			padding-right: 20px;	
		}
		.topbar-sitelinks .socialist li.phone a span {
/* 			display: none !important; */
		}
		.topbar-sitelinks .socialist li.phone a i{
			font-size: 1.4rem;
		}
		a.language-button {
			float: right;
			margin: 0 0px;
		}
	}
	@media (max-width: 640px) {
		.topbar-sitelinks {
			top: 1rem;
		}
		.topbar-sitelinks .extra-button {
			display: none;
		}
		.topbar-sitelinks .socialist li.phone {
			display: inline-block;
			padding-right: 0px;
		}
		.topbar-sitelinks .socialist li.phone a i{
			font-size: 1.4rem;

		}
		.topbar-sitelinks .socialist li.phone a span{
			display: none !important;

		}
		a.language-button {
			margin-right: 70px;
		}
	}
	@media (max-width: 400px) {
		.topbar-sitelinks .socialist li.twitter,
		.topbar-sitelinks .socialist li.facebook,
		.topbar-sitelinks .socialist li.linkedin,
		.topbar-sitelinks .socialist li.youtube,
		.topbar-sitelinks .socialist li.instagram {
			display: none;	
		}
		.topbar-sitelinks {
			right:1rem;
		}
		.small .topbar-sitelinks {
			
			visibility: visible;
			opacity: 1;	
		}
		
	}
	@media (max-width: 360px) {

		.topbar-sitelinks {
			right:0.5rem;
			top: 1.3rem;
		}
	}		
/*
---------------------------
SECTION TITLES
---------------------------
*/

.section-title-wrapper {
	padding-left: 0rem;
}
.section-title-wrapper.text-center {
	padding-bottom: 1rem;
}

	@media (max-width: 970px) {
		.section-c2a .section-title-wrapper {
			padding-left: 0rem;
		}	
	}

.section-icon {
	display: inline-block;
	width:48px;
	height: 46px;
	line-height: 52px;
	border-radius: 10px;
	font-size: 2.1rem;
	text-align: left;
	margin-bottom: 1.5rem;
}

.section-intro {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #009fe3 !important;
	padding-left: 3px;

}


.bg-primary .section-intro {
	color: #fff !important;
}
.section-title {
	font-size: 2.6rem;
	display: block;
}
.section-title.title-small {
	font-size: 1.5rem;
}
.section-title.title-medium {
	font-size: 2.4rem;
}
.section-title.title-large {
	font-size: 3.2rem;
	line-height: 1.2;
}
.section-title em {
	font-style: normal;
	color: #5d686e;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .section-title  {
	color: rgba(255, 255, 255, 1) !important;
}


.section-lead {
	display: block;
	padding-top: 10px;
}
.section-lead p {
	color: rgba(14, 10, 44, 0.6);
	font-size: 1.250rem;
	font-weight: 400;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-lighter) .section-lead p  {
	color: rgba(255, 255, 255, 1) !important;
}
.section-more {
	float: right;
	font-size: 0.96rem;
	margin-top: 0rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	border: 3px solid rgba(166, 166, 163, 0.31);
	background: transparent;
}
.section-more:hover {
	background: transparent;
	border-color: rgba(166, 166, 163, 0.6);
}

.section-button {
	margin-top: 1rem;
	font-size: 1rem;
}
.section-button span{
	display: inline-block;
	margin-right: 5px;
}
.section-button i {

}

.section-footer {
	padding-top:1rem;
}


	
	@media (max-width: 1130px) {
		.section-title {
			font-size: 2.4rem;
			display: block;
		}
		.section-title.title-small {
			font-size: 1.3rem;
		}
		.section-title.title-medium {
			font-size: 2.2rem;
		}
		.section-title.title-large {
			font-size: 2.8rem;
			line-height: 1.2;
		}
		.section-lead p {
			font-size: 1rem;
		}
	}
	@media (max-width: 970px) {
		.section-title {
			font-size: 2rem;
			display: block;
		}
		.section-title.title-small {
			font-size: 1.250rem;
		}
		.section-title.title-medium {
			font-size: 2.2rem;
		}
		.section-title.title-large {
			font-size: 2.8rem;
			line-height: 1.2;
		}

	}
	@media (max-width: 640px) {
		.section-intro {
			display: block;
			margin-bottom: 5px;
			font-size: 1.2rem;
		}
		.section-title {
			font-size: 1.4rem;
			display: block;
		}
		.section-title.title-small {
			font-size: 1.125rem;
		}
		.section-title.title-medium {
			font-size: 1.8rem;
		}
		.section-title.title-large {
			font-size: 2.2rem;
			line-height: 1.2;
		}

		.section-lead p {
			font-size: 1rem;
		}
	}
	@media (max-width: 400px) {
		.section-intro {
			display: block;
			margin-bottom: 5px;
			font-size: 1.125rem;
		}
		.section-title.medium {
			font-size: 2rem;
		}
		.section-title.title-large {
			font-size: 2rem;
			line-height: 1.2;
		}
	}


/* Section Icons */
.bg-icons-right,
.bg-icons-light-right,
.bg-icons-left,
.bg-icons-light-left {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 660px;
	height: 100px;
	background:  url('../images/icon-mania-right.gif') no-repeat bottom right;
	background-size: contain;
	z-index: 1;
}
.bg-icons-light-right,
.bg-icons-light-left {
	width: 660px;
	height: 100px;
	background-image:  url('../images/icon-mania-light-right.gif');
}
.bg-icons-left,
.bg-icons-light-left {
	right: auto;
	left:0;

	-webkit-transform: scaleX(-1);
        transform: scaleX(-1);

}


	@media (max-width: 1440px) {
		.bg-icons-right,
		.bg-icons-light-right,
		.bg-icons-left,
		.bg-icons-light-left {
			width: 660px;
			height: 90px;

		}
	}
	@media (max-width: 767px) {
		.bg-icons-right,
		.bg-icons-light-right,
		.bg-icons-left,
		.bg-icons-light-left {
			width: 70%;
			height: 80px;

		}
	}



/* Video */
.bg-video-image {
	position: absolute;
	top: 0px;
	right:0px;
	width: 50%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	opacity: 1;
	z-index: 8 !important;
}
/* Video Play button */
.bg-video-image .play {
	position: absolute;
	top: 80%;
	left: 50%;
	transform-origin: left;
	transform: translateX(-50%) translateY(-50%); 
	
	min-width: 80px;
	height: 60px;
	padding: 0 30px 0 60px;
	z-index: 88;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	background: #009fe3;
	border: 3px solid rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	-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;
}

.bg-video-image .play:after {
	content: '';

	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateX(0%) translateY(-50%); 
	font-size: 32px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;

}
.bg-video-image .play .play-text {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.bg-video-image:hover .play {
	transform: scale(1.05) translateX(-50%) translateY(-50%);
}

@media (max-width: 640px) {
	.bg-video-image {
		width: 100%;
		z-index: 2 !important;
		opacity: 0.2;
	
	}
	.bg-video-image .play {
		display: none;
	}

}

/* Section background image */
.bg-section-image {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
/* 	background-position: 50% 50%; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
/*
.bg-section-image:after {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	content:'';
	background: url('../images/pattern.svg') no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	opacity: 0.04;
}
*/

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

/* Icon */
.bg-section-icon {
	display: none;
	
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top: 0rem;
	background:  url('../images/icon.svg') no-repeat;
	background-position: -100px -200px;
	background-size: 55% auto;
	-webkit-transform: translate3d(0,0,0);
	opacity: 0.2;
	z-index: 2;
}



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

/*
.introduction-shape {

	position: absolute;
	width: 200px;
	height: 300px;
	left:-85px;
	top: -140px;
	background:  url('../images/shape-alt.svg') no-repeat;
	background-position: top left;
	background-size: contain;
	-webkit-transform: translate3d(0,0,0);
	opacity:1;
	z-index: 2;
}
*/

.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: 400;
}
.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 .c2a-button {

}


/*
-----------------------------
Actionbar
-----------------------------
*/
.actione {
	margin: 0 1rem;
}
.actionbar {
	padding: 1.6rem 1rem 1.7rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.actionbar .actionbar-title {
	font-size: 1.8rem;
	font-weight: 700;
	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 {
	margin-left: 2rem;
}



	@media (max-width: 1024px) {
		.actionbar .actionbar-button {

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

			flex-direction: column;
	
		}
	}
	@media (max-width: 400px) {
	.actionbar {
		padding: 1rem 0rem 1rem;
		text-align: center;
		position: relative;
	}
	.actionbar .actionbar-button {
	float: none;
	margin-left: 0rem;
}
}

/*
---------------------------
IMAGE BLOCKS
---------------------------
*/


/*
-----------------------------
Actionbar
-----------------------------
*/


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


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


.usp-box {
	
	border-radius: 0px;
	display: block;
	padding: 1rem 1rem 1rem 1rem;
	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-icon {
	font-size: 1.4rem;
	text-align: left;
	padding: 1rem 0rem;
	border-radius: 100px;
	position: relative;
}
.usp-icon.icon-small i:before{
	font-size: 1.8rem;
}
.usp-icon.icon-medium i:before{
	font-size: 3.3rem;
}
.usp-icon.icon-large i:before{
	font-size: 5.2rem;
}
.usp-icon i:before {
	line-height: 1;
	margin-left:0;
/*
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
*/
}

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

.usp-title {
	font-size: 1.4rem;
	font-weight: 700;
}
.usp-description p {
	font-size: 1rem;
	line-height:1.6;
}
a.usp-box .usp-description p {
	color: #85909a;
}
a.usp-box:hover {
	background-color: #f7faf7;
}
.bg-light a.usp-box:hover {
	background-color: #fff;
	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;
}

/* Icon on the side */

.side-icon .usp-icon {
	font-size: 1.4rem;
	text-align: center;
	padding: 1rem;
	width: 64px;
	height: 64px;
	border-radius: 100px;
}

.side-icon .usp-description {
	padding-right: 1rem;	
}
.side-icon .usp-description p {
	font-size: 1.125rem;
	line-height:1.6;
}

	@media (max-width: 1130px) {
		
		.usp-title {
			font-size: 1.2rem;

		
		}
	}
	@media (max-width: 970px) {
		.usp-box {	
			padding: 1rem 1rem 1rem 0rem;
		}
		.usp-icon.icon-small i:before{
			font-size: 1.6rem;
		}
		.usp-icon.icon-medium i:before{
			font-size: 3rem;
		}
		.usp-icon.icon-large i:before{
			font-size: 4.2rem;
		}


	}
	@media (max-width: 640px) {
		.usp-box {
			margin-bottom: 0rem;
		}
		.usp-description {
			padding-top: 0rem;
		}


	}

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

.brands {
	display: flex;
  justify-content: space-around;
  align-items: center;
	flex-wrap: nowrap;
}

.brands .brands-item{
	padding: 2rem;
	
}
.brands .brands-item img {
	max-height: 70px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6
}
.brands .brands-item:hover img {
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}

	@media (max-width: 970px) {
		.brands .brands-item{
			padding: 1rem 1.3rem;			
		}
	}
	@media (max-width: 640px) {
		.brands {
			display: flex;
		  justify-content: space-around;
		  align-items: center;
			flex-wrap: wrap;
		}
		.brands .brands-item {
			text-align: center;
			width: 33% !important;
			padding: .6rem 0.5rem;		
			align-items: none;	
		}
		.brands .brands-item img {
			max-height: 60px;
		}
	}

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

.textbox {
	padding-top: 30px;
	border-radius: 0px;
	position: relative;
	margin-bottom: 30px;
	min-height: 100px;
	
}
.textbox.news {
	background: #fff;
	padding: 1.5rem 1rem 0;
	border-radius: 10px;
	border: 2px solid rgba(27, 34, 41, 0.1);
}
.row-carousel .textbox {
	padding: 20px;
	margin-bottom: 0px;
}

.textbox.with-border {
	border: 2px solid #eee;
	padding: 1rem;
	margin-bottom: 10px;
}

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

.textbox-image a {
	display: block;
	
}
a.textbox-image,
.textbox-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;
	z-index: 2;
}
.textbox-image:hover img,
.textbox-image a:hover img {
	opacity: 0.9;
}


.textbox-icon {
	position: absolute;
	top: 0px;
	left: 0rem;
	width: 80px;
	height: 80px;
	font-size: 1.4rem;
	text-align: center;
	padding: 2rem;
	border-radius: 0px;
	z-index: 992;
}
.textbox-icon.icon-small {
	font-size: 1.8rem;
}
.textbox-icon.icon-medium {
	font-size: 3.3rem;
}
.textbox-icon.icon-large {
	font-size: 6.2rem;
}
.textbox-icon i {
	position: absolute;
	left:50%;
	bottom: 50%;
	transform: translateX(-50%) translateY(50%);
}

.textbox-image-border {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 8px;
	
	z-index: 98;
}
.textbox-section {
	display: block;
	margin-top: 0px;
	padding: 0px 1rem;
	
}
.textbox.news .textbox-section {
	padding-bottom: 0rem;
}
.textbox.team .textbox-section {
		padding: 15px 0rem;
}

.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;
	margin-top: 0px;
}
.textbox-section .textbox-title.title-small {
	font-size: 1.2rem;
}
.textbox-section .textbox-title.title-medium {
	font-size: 1.4rem !important;
}
.textbox-section .textbox-title.title-large {
	font-size: 2rem !important;
}

.textbox-section .textbox-title a{

	position: relative;
}
.textbox-section .textbox-title a:hover {


}
.textbox-section p {
	font-size: 1rem;
	line-height: 1.9;
}

.textbox.news .textbox-section p {
	margin-top: 10px;
	font-size: 1rem;
	line-height: 1.6;
}

/* Listing */

.textbox-list ul {
	position: relative;
	margin: 0px 0 0 0;
	margin-bottom: 30px;
	padding:0;
	list-style: none;
}
.textbox-list ul li {
	font-size: 1rem;
	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  0rem;
	font-weight: 300;
	color: #5d686e;
}
.textbox-list ul li a:hover {
	color: #009fe3;
}
.textbox-list ul li a:before {
	position: absolute;
	right: 0px;
	top:13px;
	font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	content: '\e944';
	font-size: 1rem;
	margin-right: 0px;
	color: #009fe3;

	-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(5px, 0);
  transform: translate(5px, 0);
 
}

.textbox-section .textbox-location {
	position: relative;
	line-height: 1.2;
	font-size: 0.96rem;
	display: block;
	margin: 10px 0px 10px 0px;
}



.textbox-section .textbox-date {
	position: relative;

	line-height: 1.2;
	font-size: 0.96rem;
	display: block;
	margin: 0 0 10px;
}

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

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


.more-news {
	position: absolute;
	bottom: 1rem;
}


	@media (max-width: 1130px) {
		.textbox-section .textbox-title {
			font-size: 1.4rem;
		}
		.textbox-section p {
			font-size: 0.96rem;
			line-height: 1.7;
		}
	}
	@media (max-width: 970px) {
		.textbox-icon {
			position: absolute;
			top: -1rem;
			left: 1rem;
			width: 60px;
			height: 60px;
			font-size: 1.2rem;
			text-align: center;
			padding: 1rem;
			border-radius: 3px;
			box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
			z-index: 98;
		}
		.textbox-section .textbox-title {
			font-size: 1.2rem !important;
		}
		.textbox-section {
	
		}
	
		.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: 20px;
			margin-bottom: 10px;
		}
		.textbox-section .textbox-title {
			line-height: 1.2;	

		}
		.textbox-section .textbox-title.title-small {
			font-size: 1rem;
		}
		.textbox-section .textbox-title.title-medium {
			font-size: 1.2rem !important;
		}
		.textbox-section .textbox-title.title-large {
			font-size: 1.6rem !important;
		}
	}
	@media (max-width: 440px) {
		.textbox-section {
			
		}
		.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: 2.5rem;
	padding-bottom: 2.5rem;
	max-width: 78em;
	margin:auto;

	z-index: 999;
	background: #fff;
}
.main-content {
	position: relative;
}
#content {
	position: relative;
	padding: 0 3rem 0 0rem;
}


	@media (max-width: 1440px) {
		#content {
			padding: 0 0rem 0 0rem;
		}
	}
	@media (max-width: 970px) {
		#content {
			padding: 0 0rem 4rem 0rem;
		}
	}
	@media (max-width: 640px) {
		#content {
			padding: 0;
		}
	}

.text-wrapper {
	position: relative;
}
.text-wrapper.first {
	padding-top: 1rem;
}
.large-6 .text-wrapper {
	padding-top: 2rem;
	padding-left: 1.5rem;
}
.large-6.float-left .text-wrapper {
	padding-top: 2rem;
	padding-left: 0rem;
	padding-right: 2rem;
}

	@media (max-width: 1130px) {
		.large-6 .text-wrapper {
			padding-top: 0rem;
			padding-left: 1.5rem;
		}
	}
	@media (max-width: 970px) {
		.large-6 .text-wrapper {
			padding-top: 0rem;
			padding-left: 0rem;
		}
	}

.text-wrapper-intro {
	
	display: inline-block;
	margin-bottom: 10px;
	font-weight:700;
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #009fe3 !important;
	padding-left: 3px;

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

}
.text-wrapper-title.title-small {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.text-wrapper-title.title-medium {
	font-size: 1.8rem;
}
.text-wrapper-title.title-huge {
	font-size: 48px;
}
.text-wrapper-title.sub {
	font-size: 1.4rem !important;
	font-weight: 300;
}

/*
.text-wrapper-title:before,
.text-wrapper-title:after {
  content: "";
  position: absolute;

  z-index: 99;
}
.text-wrapper-title:before {
	top: 10px;
  left: -35px;
	width: 30px;
	height:22px;
	border-top: 8px solid #009fe3;
	border-left: 8px solid #009fe3;
}
*/



.text-wrapper-subtitle {
	font-size: 1.2rem;
}
.text-wrapper-lead {
	padding-top: 0px;
}
.text-wrapper-lead p {
	font-size: 1.125rem;
	font-weight: 700;


}

.text-wrapper-content {
	padding-top: 0px;
}
.text-wrapper-content p {
	font-size: 1.125rem;
	font-weight: 400 !important;
}

.modal-body .text-wrapper-content {
	padding-top: 0rem;
	padding-bottom: 2rem;	
}


.vacaturedetail ul{
	list-style: none;
}

.vacaturedetail ul li {
	font-size: 1.125rem;
	margin-top: 5px;
	margin-bottom: 5px;	
	position: relative;
}



.vacaturedetail ul li::before {content: "\2022"; color: #009fe3; display: inline-block; width: 1em;
  margin-left: -1em; font-size: 30px; position: absolute; top: -12px; left: 10px; }



/* Listing */

.text-wrapper-listing table tbody td {
	padding-left:0;
}


.text-wrapper-listing ul {
	position: relative;
	top: -15px;
	margin: 0px 0 0 0;
	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 a:hover {

}
.text-wrapper-listing ul li i,
.text-wrapper-listing ul li img {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 1.2rem;
	color: #5d686e;
}
.text-wrapper-listing ul li i.icon-check {
	font-size: 1.3rem;
	color: #009fe3;
	top: 8px;
	left: -2px;
}
.text-wrapper-listing ul li img {
	top: 13px;
	left: 0px;
}

/* 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: 970px) {
		.text-wrapper-intro {
			font-size: 1rem;
		}
		.text-wrapper-title.title-large {
			font-size: 1.8rem;
		}
		.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-title {
			font-size: 2rem;
			line-height: 1.1;
		}
		.text-wrapper-title.title-small {
			font-size: 1.2rem;
		}
		.text-wrapper-title.title-huge {
			font-size: 36px;
		}
		.text-wrapper-title.sub {
			font-size: 1.6rem !important;
		}

		
		.text-wrapper blockquote {
			max-width: 100%;
			margin-left: 0;
			margin-top: 2rem;
			padding-left: 0;
		}
	}

.text-wrapper blockquote p {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400 !important;
	color: #1f3745;

}
.text-wrapper blockquote p strong {
	color: rgba(4, 19, 31, 0.43);
	font-size: 0.86rem;
	font-weight: 400;
	font-style: normal;
}

/* Accordion */

.text-wrapper .accordion {
	margin-top: 1.5rem;
	margin-bottom:40px;
	background: none;
}

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

.text-wrapper .accordion-title {
	font-size: 1rem;
	color: #008ecb;
	font-weight: 700 !important;
}
.text-wrapper .accordion-title:before {
	right: 1.2rem;
	font-weight: 400;
	font-size: 1.3rem;
	margin-top: -0.7rem;
	color:rgba(48, 37, 128, 1);
}

.text-wrapper.is-active .accordion-title {
	color: #00adc7;
}
.text-wrapper .is-active .accordion-title:before {
	right: 1.2rem;
}

.text-wrapper .accordion-title:focus, .accordion-title:hover {
	background-color: rgba(0, 0, 0, 0.04) !important;
}

.text-wrapper .accordion .accordion-content {
	padding-top: 0.5rem;
	padding-bottom: 2rem;
	padding-right: 2rem;
}

.text-wrapper .accordion .accordion-content p {
			font-size: 1rem;
		}

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

		}
		.text-wrapper .accordion .accordion-content {
			padding: 1rem 0.7rem;

		}
		.text-wrapper .accordion .accordion-content p {
			font-size: 0.96rem;
		}
	}

/* About */

.section-extra .text-wrapper {
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 2rem;
	
}
.section-extra .text-wrapper p {
	font-size: 1rem;
}
	@media (max-width: 970px) {
		.section-extra .text-wrapper {
			padding-top: 1rem;
			padding-left: 1rem;
			padding-right: 2rem;
		}
	}
	@media (max-width: 640px) {
		.section-extra .text-wrapper {
			padding-top: 1rem;
			padding-left: 0rem;
			padding-right: 0rem;
			
		}
	}



/*
---------------------------
VACATURES
---------------------------
*/

.vacaturebox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	padding: 1rem 1rem 1rem 1rem;
	border-radius: 0px;
	border: 2px solid rgba(4, 19, 31, 0.06);
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	min-height: 280px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1) !important;

}
.vacaturebox:hover {
	border-color:rgba(4, 19, 31, 0.219);
}

#jobs-container .vacaturebox {
	min-height: auto;
}
	

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

.vacaturebox-section .vacaturebox-location {
	font-size: 16px;
	display: block;
	position: relative;
	font-weight: 500;
	margin-bottom: 10px;
}
.vacaturebox-section .vacaturebox-title-wrap {
	display: block;
	padding-left: 1rem;
	position: relative;
}
.vacaturebox-section .vacaturebox-title {
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.4rem;

}
.vacaturebox-section .vacaturebox-title a {
	color: #009fe3;
}
.vacaturebox-section .vacaturebox-title a:hover {
	color: #009fe3;
}

.vacaturebox-section p {
	color: #464f54;
	font-size: 15px;
	line-height: 1.7;
}

.vacaturebox-button {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	text-align: left;
	font-weight: 700;
	color: #0e0a2c;
}
.vacaturebox-button i {
	margin-left: 5px;
	color: #009fe3;
}

.vacature-detail-location {
	font-size: 18px;
	display: block;
	position: relative;
	font-weight: 500;
	margin-bottom: 10px;
	color: #009fe3;
}

.object-detail-tags {
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.object-detail-tags .label {
	padding: 6px 10px 5px;
	font-size: 14px;
	font-weight: 700;
	margin: 5px;
}

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

.newsbox {
	padding: 1rem 1rem 1rem 1rem;
	border-radius: 0px;
	border: 2px solid rgba(4, 19, 31, 0.06);
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	min-height: 100px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1) !important;
/*
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
*/

}

	

.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: 300;
	font-size: 1.4rem;

}
.newsbox-section .newsbox-title a {
	color: #009fe3;
}
.newsbox-section .newsbox-title a:hover {
	color: #009fe3;
}

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

.newsbox-more {
	position: absolute;
	top:0;
	right:0;
	display: inline-block;
	text-align: right;
	font-weight: 700;
	color: #013a6c;
}

.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: #009fe3;
	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:#009fe3;
		-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: #008ecb;
}
.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: 0.5rem 0.5rem 0.5rem 0.5rem;
		}
		.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: 0.25rem 0.25rem 0.25rem 0.25rem;
		}
		.newsbox:before,
		.newsbox:after {
		  display: none;
		}
		.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: 2px solid rgba(0, 0, 0, 0.09);
	margin: 0 0px;
	padding: 1rem 1rem ;
	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 {
	border-color: #009fe3;
}
.pagebox .pagebox-image {
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagebox .pagebox-image img {

}
a.pagebox:hover .pagebox-image:after {
	opacity: 0.6;
}
.pagebox .pagebox-description {
	display: block;
	text-align: left !important;
	padding: 1rem 0 0;
	letter-spacing: 0px;
	width: 100%;
	position: relative;
}
.pagebox .pagebox-description .pagebox-date {
	font-size: 0.86rem;
	display: block;
	color: rgba(75, 75, 94, 0.65);
	font-size: 13px;
}
.pagebox .pagebox-description .pagebox-title {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.1;
	padding: 0em;
	margin: 0 0 0px 0px;
}
.pagebox .pagebox-description .pagebox-title small {
	display: block;
	line-height: 1.2;
}
.pagebox .pagebox-description p  {
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 600;
	color: #000;
	margin: 0;
}
.pagebox .pagebox-button {
	position: absolute;
	right:2rem;
	bottom: .5rem;
	font-size: 1.5rem;
	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)
-------------------------------
*/

.row-carousel .slick-list {
	overflow: visible;
}

.objects-carousel .column {
	outline: 0;
}
.slick-slide {
	outline: 0 !important;
}
.slick-slider .slick-dots {
	bottom: -35px;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-dots {
	opacity: 1;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
	z-index: 99 !important;
}
/*
.slick-prev:before,
.slick-next:before {
	color: #000;
}
*/
.slick-prev {
	left:0px;
	border-radius: 0px 0 0 0px;
}
.slick-prev:before {
	content: '◀';
}
.slick-next {
	right: 0px;
	border-radius: 0px 0px 0px 0;
}
.slick-next:before {
	content: '▶';
}

.slick-slider .slick-arrow {
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
	
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-arrow {
	opacity: 1;
}
.row-carousel .slick-prev {
	left: -10px;
}
.row-carousel .slick-next {
	right: -10px;
}
.slick-prev:before, 
.slick-next:before {
	position: relative;
	top: -3px;
	color: #000000;
}

/* Slick Dots */
.slick-dots li button {
	width: 10px;
	height: 11px;
	padding: 0px;
	margin: 0;
	border-radius: 0;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 5px;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  font-size: 0.76rem;
  color: rgba(0, 0, 0, 0.31);
  -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: .2;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #009fe3;
}


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



.quote-wrapper,
.quotes-carousel {
	position: relative;
	z-index: 4 !important;
}
.quote-wrapper blockquote {
	text-align: center;
	border-left: 0;
	font-size: 1.4rem;
	line-height: 1.3;
	max-width: 50%;
	margin: auto;
	padding: 1rem 0;
}
.quote-wrapper blockquote p {
	color: #151515;
	font-style: italic;
}	
.quote-wrapper blockquote footer {
    margin: auto;
	margin-top: 2rem;
	font-size: 1rem;
    text-align: left;
    width: 260px;
    font-weight: 400;
}
.quote-wrapper blockquote footer .name {
	font-weight: 400 !important;
}
.quote-wrapper blockquote footer span {
	font-weight: 400;
}
.quote-wrapper .quote-image {
   float: left;
    width: 64px;
    height: 64px;
    position: relative;
    top: -8px;
    margin-right: 10px;
    margin-left: 30px;
}

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

/* Controls
---------------------------------------------------------------------- */

	

.controls {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-left:0;
	list-style: none;
	background: transparent;
	border:0;
	padding: 0rem 0rem;
	margin: 0 0rem;
}

.controls li {

}

.control {
	width: 100%;
	text-align: left;
	display: block;
	font-size: 0.86rem;
	text-transform: uppercase;
	font-weight: 300;
	padding: .5rem 1rem;
	background:transparent;
	border: 0px solid rgba(0, 0, 0, 0.08);
	margin: 0 5px 0px 5px;
	border-radius: 0;
	color: #1f3745
}
.control:hover {
	color: #009fe3;
}
.mixitup-control-active {
	color: #009fe3;
	font-weight: 300;
	border-color: rgba(31, 55, 69, 0.14);
}
.project-carousel .slick-list {
	padding: 2rem 0 0;
}
.project-carousel .slick-prev {
	left:-80px;
	border-radius: 5px 5px 5px 5px;
}
.project-carousel  .slick-next {
	right: -80px;
	border-radius: 5px 5px 5px 5px;
}
.project-carousel  .slick-slide {
	padding: 1rem 1.5rem;
}

	@media (max-width: 1130px) {
		.project-carousel .slick-prev {
			left:0px;
			border-radius: 0px 5px 5px 0px;
		}
		.project-carousel  .slick-next {
			right: 0px;
			border-radius: 5px 0px 0px 5px;
		}
		.controls {
			padding: 0rem 1rem 2rem 0;
			margin: 0 0rem;
		}
		
	}
	@media (max-width: 970px) {
		.controls {
			margin: 0;
			padding: 0.76rem 0.1rem;
			justify-content: space-between;
		}
		.controls li {
			display: inline-block;
		}
		.control {
			width: 100%;
			text-align: left;
			display: block;
			font-size: 0.76rem;
			text-transform: uppercase;
			font-weight: 700;
			padding: .5rem 0.5rem;
		}
	}
	@media (max-width: 640px) {
		.project-carousel  .slick-slide {
			padding: 1rem .5rem;
		}
	}

.mix {
	width: 33.333%;
	float: left;
	padding: 0 0.96rem;
}

@media (max-width: 767px) {
	.mix { width: 50%; }
}
@media (max-width: 500px) {
	.mix { width: 100%; }
}
/*
-------------------------------
 OBJECTS (overview)
-------------------------------
*/

#objects {
	min-height: 400px;
}

.object {
	width: 100%;
	display: block;
  position: relative;
  border: 0px solid #fff;
	margin: 10px 0px 20px;
	padding: 1rem 1rem;
	min-height: 380px;
	border-radius: 0px !important;

	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)
}
.mix .object {
	min-height: 400px;
}



/*
.object:hover {
	transform: translateX(0%) translateY(-5px);	
}
*/
.object:before {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	border: 2px solid rgba(31, 55, 69, 1);
	border-radius: 0px !important;
/* 	box-shadow: 0px 8px 16px black; */
	content:'';
	opacity: 0.09;
	-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)
}
.object:hover:before {
	opacity: 0.3;
	
}

.lightup .object:before {
	opacity: 0.32;
}

.object-image {
	overflow: hidden;
	position: relative;
	display: block;
	
}

.object-image a {
	display: block;
}
a.object-image,
.object-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;
}
.object-image:hover img,
.object-image a:hover img {
	opacity: 0.9;
}

.object-image-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;

}
.object-section {
	display: block;
	padding: 15px 0rem 4rem;
}
.object-section .textbox-label {
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
	letter-spacing: 3px;
}
.object-section .object-title {
	line-height: 1.2;
	font-weight: 400;
	font-size: 1.2rem;
}

.object-section .object-title a{
	color: #404040;
	position: relative;
}
.object-lead {
	display: block;
	max-width: 100%;
  height: 76.2px;
  font-size: 0.96rem;
	line-height: 1.9;
  /* Fallback for non-webkit */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.object-section p {
	font-size: 0.86rem;
	line-height: 1.7;
}
.object-footer {
	position: absolute;
	left:2px;
	bottom: 0;
	width: calc(100% - 4px);
	padding: 0.5rem 1rem;
	text-align: left;
	border-top: 1px solid #eee;
}
.object-button {
	font-size: 0.86rem !important;
}


/* Detail */

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

.object-detail-info {
	display: block;
	padding: 0.5rem 1rem 1rem 2rem;
	border-left: 2px solid #eee;
	font-size: 1rem;
}
.object-detail-info dt {
	margin-top: 10px;
	margin-bottom:0;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.3;
}
.object-detail-info dd .label {
	margin: 5px 5px 0 0;
	font-size: 0.86rem;
	border-radius: 0;
}
.object-detail-description {
	display: block;
}
.object-buttons {
	border-top: 1px solid #e5e5e5;
}
.object-buttons .button {
	border-radius: 0 !important;
	height: 100px;
	overflow: hidden;
	padding: 2.7rem 2rem; 
	font-size: 0.86rem;
	box-shadow: none !important;
	background: #fff;
}
.object-buttons .button i {
	top: 42px
}
.object-buttons .button.lefty {
	border-right: 1px solid #e5e5e5 !important;
}
.object-buttons .button.lefty i {
	left: 2rem;
}

.object-buttons .button.righty {
	border-left: 1px solid #e5e5e5;
}
.object-buttons .button.righty i {
	right: 2rem;
}
.object-buttons .button .icon-icons {
	position: relative;
	top: 2px;
}
.object-buttons .button.disabled.secondary, 
.object-buttons .button[disabled].secondary {
	opacity: 1;
}
.object-buttons .button.disabled {
	background: #fff;
	color: rgba(14, 10, 44, 0.29);
	opacity: 1;
}
.object-buttons .button.disabled i {
	opacity: 0.2;
}
	
	@media (max-width: 1440px) {
		.mix .object {
			min-height: 380px;
		}
	}
	@media (max-width: 1024px) {
		.object-buttons .button {
			padding: 2.4rem 2rem; 
			font-size: 0.76rem;
			height: 88px;
			}
		.object-buttons .button i {
			top: 34px;	
		}
		.object-buttons .button.lefty i {
			left: 1rem;
		}	
		.object-buttons .button.righty i {
			right: 1rem;
		}	
	}
	@media (max-width: 970px) {
		.mix .object {
			min-height: 340px;
		}
		.object-section {
			display: block;
			padding: 15px 0rem 4rem;
		}
		.object-lead {
			display: block;
			max-width: 100%;
		  height: 71.2px;
		  font-size: 0.86rem;
			line-height: 1.6;
		  /* Fallback for non-webkit */
		  -webkit-line-clamp: 3;
		  -webkit-box-orient: vertical;
		  overflow: hidden;
		  text-overflow: ellipsis;
		}
		
		.object-detail-info {
			display: block;
			padding: 0.5rem 1rem 1rem 1.5rem;
			border-left: 2px solid #eee;
			font-size: 0.96rem;
		}
		.object-detail-info dd .label {
			font-size: 0.76rem;
		}
	}

	@media (max-width: 640px) {
		.mix .object {
			min-height: 380px;
		}
		.object-detail-info {
			display: block;
			padding: 0.5rem 1rem 1rem 0rem;
			border-left: 0px solid #eee;
			font-size: 0.96rem;
		}
		.object-detail-info dd .label {
			font-size: 0.96rem;
		}
	}

/*
-------------------------------
 PRODUCTS (overview)
-------------------------------
*/

.product {
	width: 100%;
	display: block;
  position: relative;
  border: 0px solid #fff;
	margin: 0px 0px 30px;
	padding: 1rem 1rem;
	min-height: 400px;
	border-radius: 0px !important;
	background: #fff;
	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:hover {
/* 	transform: translateX(0%) translateY(-5px);	 */
}
.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: #fff;
}
.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 {

}
.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-family: 'Roboto';
	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-family: 'Roboto';
	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: #fff;
}

.product-detail .product-slides {
	border: 1px solid rgba(4, 19, 31, 0.1);
	border-radius: 0px;
	background: #fff;
}
.product-slides-nav {
	margin: -1px 0;
	border: 1px solid rgba(4, 19, 31, 0.1);
	border-radius: 0px;
	padding: 0.5rem;
	background: #fff;
}
.product-slides-nav .slick-slide {
	border-radius: 0px;
	padding: 5px;
	-moz-box-shadow: inset 0 0 0 0px #009fe3;
	-webkit-box-shadow: inset 0 0 0 0px #009fe3;
	box-shadow: inset 0 0 0 0px #009fe3;
}
.product-slides-nav .slick-current {
	-moz-box-shadow: inset 0 0 0 2px #009fe3;
	-webkit-box-shadow: inset 0 0 0 2px #009fe3;
	box-shadow: inset 0 0 0 2px #009fe3;
}

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

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

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


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

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

}

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


.photo a:hover img {
	padding: 0px;
	border: 0px solid #ddd;
/*
	opacity: .8;
  	filter: alpha(opacity=80);
*/
}
.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: 0px;
	text-align: center;
	font-family: icomoon;
	content: '\e936';
	background: #009fe3;
	color: #fff;
	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 {
	background: rgba(0, 163, 230, 0.9);
}

.photo.right {
	float: right;
	margin: 20px 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 a.gallery-item {
	margin-bottom: 0em;
}
.gallery {
	padding-top: 30px;
}
.photo-gallery {
	display: block;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
}
.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: 0px;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.photo-gallery a,
a.gallery-item {
	overflow: hidden;
	border-radius: 0;
	display: block;
	position: relative;
	margin-bottom: 30px;
	-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 {
	margin-bottom: 30px;
}
.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;
}

/* 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: 0px;
	text-align: center;
	font-family: icomoon;
	content: '\e936';
	background: #009fe3;
	color: #fff;
	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;
}
	@media (max-width: 970px) {
		.photo-gallery a:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
	}

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




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

.imagebox {

	width: 100%;
	display: block;
  position: relative;
  border: 0px solid #fff;
	border-radius: 10px !important;
	border-bottom: 10px solid #009fe3;
	min-height: 260px;
	margin-bottom: 30px;
	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)
}
.row-carousel .imagebox {
	margin-bottom: 0px;
}

.imagebox.primary {
	border-bottom: 10px solid #009fe3;
}
.imagebox.secondary {
	border-bottom: 10px solid #5d686e;
}

a.imagebox:hover {
	z-index: 99 !important;
/*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}
.collapse .imagebox {
	margin-bottom: 0;
/* 	 box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1); */
}

a.imagebox {
	cursor: pointer;
}


.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	border-radius: 10px 10px 0 0  !important;
	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: .1;
	background:#000;
	border-radius: 10px 10px 0 0 !important;
	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;
}
a.imagebox:hover .imagebox-image {
/*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}
.imagebox .imagebox-image.bright:after {
	opacity: 0;
}
a.imagebox:hover .imagebox-image:after {
	opacity: 0.3;
}
.imagebox .imagebox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 10px 10px 0 0 !important;
	z-index: 3;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
a.imagebox:hover .imagebox-overlay {
	opacity: .8;
}

/* Shade */
.imagebox .image-shade-top,
.imagebox .image-shade-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px 10px 0 0 !important;
	z-index: 3;
	opacity: .6;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );


	-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 .image-shade-bottom {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.95) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07080f07080f00', endColorstr='#cc1b222a',GradientType=0 );

}

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


/* Play button */


.imagebox-play {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	
	font-size: 1.2rem;
	text-align: center;
	padding: 0;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
	z-index: 98;
	
}

.imagebox-play i {
	position: absolute;
	left:50%;
	bottom: 50%;
	transform: translateX(-50%) translateY(50%);
}


.imagebox-icon {
	position: absolute;
	top: 1rem;
	left: 0rem;
	width: 70px;
	height: 70px;
	font-size: 1.4rem;
	text-align: center;
	padding: 2rem;
	border-radius: 0px;
/* 	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17); */
	z-index: 98;
	
}


.imagebox-icon.icon-small i:before{
	font-size: 2.4rem;
}
.imagebox-icon.icon-medium i:before{
	font-size: 3.6rem;
}
.imagebox-icon.icon-large i:before{
	font-size: 5.2rem;
}


.imagebox-icon i {
	position: absolute;
	left:50%;
	bottom: 50%;
	transform: translateX(-50%) translateY(50%);
}


.imagebox .imagebox-description {
	position: absolute;
	top: 0;
	left:0;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 4;
	border-radius: 0;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.imagebox:hover .imagebox-description {
	opacity: 1;
}


.imagebox .imagebox-description .imagebox-title-wrap {
	position: absolute;
	top: 0;
	left:0rem;
	width: 100%;
	padding: 1rem 2.5rem 0rem 1rem;

}
.imagebox-description.text-center .imagebox-title-wrap {
	text-align: center;
	padding: 0rem 2rem 0rem 1rem;
}

/* 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:0;
	left:0rem;
	padding: 1.5rem 1rem 1.5rem 1rem;
	transform: translateX(0) translateY(0%);

}
.blocks-tiny .imagebox .imagebox-description .imagebox-title-wrap.bottom {
	padding-bottom: 0.66rem;
}

.imagebox .imagebox-description .imagebox-label {
	display: block;
	font-size: 0.86rem;
	line-height: 1;
	font-weight: 400;
	padding: 0em 0em 0 0;
	margin-bottom: 10px;
	color: #fff;
}
.imagebox .imagebox-description .imagebox-label i {
	position: relative;
	top: 2px;
	font-size: 1rem;
}
.imagebox .imagebox-description .imagebox-title {
	position: relative;
	font-weight: 700;
	display: block;
	font-size: 1.8rem;
	line-height: 1.1;
	color: #fff;
	margin: 0;
	padding: 0em 0 5px;
	max-width: 100%;
		transform: translateX(0) translateY(30px);
	-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)
}
.large-2 .imagebox .imagebox-description .imagebox-title {
	font-size: 1.250rem;
}
.large-3 .imagebox .imagebox-description .imagebox-title {
	font-size: 1.4rem;
}
.large-4 .imagebox .imagebox-description .imagebox-title {
	font-size: 1.6rem;
}

a.imagebox:hover .imagebox-description .imagebox-title {
	transform: translateX(0) translateY(0px);

}
.imagebox .imagebox-description .imagebox-title-wrap p {
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin:0;
	line-height: 1.6;
	font-size: 1rem;
	font-weight: 400;
}
.imagebox:hover .imagebox-description .imagebox-title-wrap p {
	visibility: visible;
	opacity: 1;
}

a.imagebox .imagebox-description .imagebox-title-wrap .shape {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
a.imagebox:hover .imagebox-description .imagebox-title-wrap .shape {
	visibility: hidden;
	opacity:0;

}


.imagebox .imagebox-description p {
	margin-top: 1rem;
	visibility: hidden;
	opacity:0;
	color: #fff;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.imagebox .imagebox-description.visible p {
	visibility: visible;
	opacity:1;
}
[data-whatinput='mouse'] a.imagebox:hover .imagebox-description p {
	visibility: visible;
	opacity:1;
}

.imagebox .imagebox-button {
	position: absolute;
	bottom: 0rem;
	right:0%;
	width: 100%;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	padding: 1rem 1.5rem 0.6rem;
	visibility: hidden;
	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: 1;
}

/* Centered */

.imagebox .imagebox-description.text-center .imagebox-title-wrap {
	width: 100%;
	max-width: 100%;
	text-align: center !important;
	padding: 6rem 2rem 3rem 2rem;
}


/* With Logo */
.with-logo .imagebox-icon {
	top: auto;
	top: -5.4rem;
	left: -17px;
	box-shadow: none;
	width: 180px;
	height:180px;
}
.imagebox.with-logo {
	border-bottom: 0px solid #5d686e;
}
/* Bottom */
/*
.imagebox.with-logo .imagebox-description .imagebox-title-wrap.bottom {
	top: auto;
	bottom:0;
	left:0rem;
	padding: 2.5rem 3rem 1.5rem 8rem;
	transform: translateX(0) translateY(0%);
}
*/
/*
.imagebox.with-logo .imagebox-description .imagebox-title {
	font-weight: 700;
	font-size: 1.4rem;
}
*/
.imagebox.with-logo .imagebox-description .imagebox-title small {
	margin-left:0.6rem;	
	font-weight: 500;
}
	
/* Imagobox Heights */
.blocks-tiny .imagebox {
	min-height: 100px;
}
.blocks-small .imagebox {
	min-height: 160px;
}
.blocks-medium .imagebox {
	min-height: 260px;
}
.blocks-large .imagebox {
	min-height: 360px;
}
.blocks-huge .imagebox {
	min-height: 400px;
}
	
	@media (max-width: 1080px) {

		.blocks-small .imagebox {
			min-height: 160px;
		}
		.blocks-medium .imagebox {
			min-height: 220px;
		}
		.blocks-large .imagebox {
			min-height: 300px;
		}
		.blocks-huge .imagebox {
			min-height: 340px;
		}
		.imagebox-icon {
			position: absolute;
			top: 0rem;
			left: 0rem;
		}
		.imagebox .imagebox-description .imagebox-title-wrap.bottom {
			top: auto;
			bottom:0;
			left:0rem;
			padding: 2rem 1rem 1.5rem 1rem;
			transform: translateX(0) translateY(0%);
		}
		
		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.3rem;
			font-weight: 700;
		}
		.imagebox .imagebox-description .imagebox-title-wrap p {
			line-height: 1.6;
			font-size: 0.86rem;
		}
	}
	@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;
			transform: translateX(0) translateY(0px) !important;
		}
		a.imagebox:hover .imagebox-description .imagebox-title {
			transform: translateX(0) translateY(0px) !important;		
		}
		.imagebox .imagebox-description .imagebox-title-wrap p {
			visibility: hidden !important;
			opacity: 0 !important;
			display: none !important;
		}
		.imagebox .imagebox-button {
			visibility: visible;
			opacity: 1;	
			font-size: 1.4rem;
			padding: 1rem 1rem 0.6rem;
		}	
		
		.blocks-small .imagebox {
			min-height: 160px;
		}
		.blocks-medium .imagebox {
			min-height: 180px;
		}
		.blocks-large .imagebox {
			min-height: 240px;
		}
		.blocks-huge .imagebox {
			min-height: 320px;
		}
	}
	@media (max-width: 640px) {
		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 2.5rem 1rem 1.2rem;
		}
		.blocks-tiny .imagebox {
			min-height: 80px;
			margin-bottom: 10px;
		}
		
	}
	
	
	@media (max-width: 440px) {
		.blocks-small .imagebox {
			min-height: 120px;
		}
		.blocks-medium .imagebox {
			min-height: 140px;
		}
		.blocks-large .imagebox {
			min-height: 180px;
		}
		.blocks-huge .imagebox {
			min-height: 240px;
		}
	}

/* List */
.imagebox-list ul {
	list-style: none;
	margin:0;
	margin-top: 1rem;
}
.imagebox-list ul li {
	color:#fff;
	font-size: 1.3rem;
}
.imagebox-list ul li i {
	color:#3cb7b8;
}


/* Zijbalk */

#sticky {
	left: 0 !important;
}
.side-content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.side-content #sidebar {
	width: 100%;
	display: block;
	padding: 0rem 0 2em;

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

#sidebar .sticky {
	width: 100%;
}


	@media (max-width: 970px) {
		.side-content  {
			padding: 0 1rem 0em;
		}
	}
	@media (max-width: 767px) {

	}

	@media (max-width: 540px) {
		.side-content  {
			padding: 2rem 1rem 0em;
		}
	}


.side-content .text-wrapper {
	padding: 1.5rem 1.5rem;
	border-radius: 10px;
	
	margin-bottom: 20px;
	border: 2px solid rgba(27, 34, 41, 0.1);

}


.side-content	.text-wrapper .indent {
	padding-right: 0rem;
}
.side-content .text-wrapper .text-wrapper-title {
	font-size: 1.6rem;

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

}

.side-content .text-wrapper .text-wrapper-title.sub {
	font-size: 1rem !important;
}
.side-content .text-wrapper-lead {

}
.side-content .text-wrapper .text-wrapper-lead p {
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: 400;
}
.side-content .text-wrapper .text-wrapper-content p {
	line-height: 1.6;
	font-size: 1rem;
}
.side-content .text-wrapper .text-wrapper-content p strong {
	margin-right: 5px;
	font-size: 12px;
	opacity: 0.3;
}


.side-content .text-wrapper .button {
	font-size: 15px !important;
}



/*
---------------------------
SUB NAVIGATION
---------------------------
*/

.mobile-subnav-button {
	display: none;
	padding-left:3rem;
	float: left;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
.mobile-subnav-button i {
	top: 11px;
	left: 0.8rem;	
	right: auto;
	color: #727272 !important;
}
#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: #009fe3;
			z-index: 999;
			box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
			border-radius: 0px;
			padding: 1rem 0.6rem 0;
		}
		#mobile-subs.expanded {
			display: block;
		}
		
	}


.subnav {
	position: relative;
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 1.5rem 1.5rem;
	margin:0rem 0 30px;
	background-color: #1b2229 !important;
}
#mobile-subs .subnav {
	border: 0;
	margin-bottom: 0;
}

.subnav .subnav-headline {
	font-size: 0.86rem;
	position: relative;
	margin: 0 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}



.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(255, 255, 255, 0.08);
}
.subnav ul li:last-child {
	border:0 !important;
}
.subnav ul li a:not(.button) {
	padding-left: 0;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	display: block;
	padding: 0.8375em 1em 0.8375em 1.5rem;
  font-size: 0.86rem !important;
  letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
}
.subnav ul li a:not(.button):hover {
	color: #009fe3;
}


.subnav ul li a:before {
	position: absolute;
	left: 0px;
	top:11px;
	font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  	content: '\e93b';
	font-size: 1rem;
	margin-right: 0px;
	color: rgba(255, 255, 255, 1);

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

	 opacity: 1;
}
.subnav ul li a:hover:before {
	-webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  color: #009fe3;
}
.subnav ul li.item-breadcrumb a:before {
	color: #5d686e;
}

.subnav ul li.item-breadcrumb a:not(.button) {
	color: #009fe3;
	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;
			content: '\e93c';
		}
	}
	@media  (max-width: 640px) {
		.subnav {
			
			padding-left: 1rem !important;
			
		}
		.subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;
			content: '\e93c';
		}
	}

/* 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: #fff !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: #009fe3;
}
.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: 500;
	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: #fff;
}

.whatsub ul li a:before {
	content: "";
  position: absolute;
  width: 0;
  height: 1px;
  
  bottom: 4px;
	border-radius: 0px;
  left: 0;
  background-color: #fff;
  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: #fff;
  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 {
	position: absolute;
	top:-50px;
	width: 100%;
	height: 50px;
	background:#04131f;
	z-index: 99;
}
.breadcrumbs-wrapper {
	
	margin-top: 0px;
  background: none;
  border-top: 0px solid rgba(0, 0, 0, 0.04);
  padding: 1rem 0 1rem 0rem;
}

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

.breadcrumbs {
  display: block;
  padding: 0 0;
  overflow: hidden;
  margin-left: 0rem !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;
	
}
.breadcrumbs > * a {
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
	font-size: 0.96rem;
	-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: #00adc7;
	text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
	color: #00adc7;
	content: "\e93c";
	margin: 0 .75rem;
	position: relative;
	top: 1px;
	opacity: 1;
	font-size: 0.66rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

}

.breadcrumbs {
	margin-bottom: 0;
}


	@media (max-width: 970px) {
		.breadcrumbs {
			padding-left: 1em;
		}
	}
	@media (max-width: 767px) {
		.breadcrumbs {
			 padding: 0rem 1rem 0rem 0.7rem;
		}
	}
	@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: 10px;
  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: #008ecb
  
}
.pricing-table .title small {
	display: block;
	padding-top: 15px;
	font-weight: 300 !important;
	font-size: 1.4rem; 
	color: #00adc7;
}
.pricing-table .price {
  background-color: rgba(0, 0, 0, 0.1);  
  font-size: 1.45rem;
  border-bottom: 0;
  font-weight: 300;
}
.pricing-table .price-info {
	font-size: 1rem;
	font-weight: 400;
	color: #008ecb;
}
.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: #008ecb !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: #5d686e;
	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: #fff;
	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;
		}
		
	}



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

#footer-wrapper {
	position: relative;
	z-index:3;
	margin-top: 0px;
	padding: 3rem 0 1rem 0;
	
}



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

.follow-title {
	display: block;
}
	@media  (max-width: 1130px) {
		.footer-content.first {
			position: relative;
			padding-left: 1rem;
		}
		
	}
	
	@media  (max-width: 970px) {
		.footer-content {
			padding-left:1rem;
			padding-right: 1rem;
		}
		
	}
	@media  (max-width: 640px) {
		#footer-wrapper {
			padding-top: 0;
		}
		.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 .footer-title {
	font-weight: 700;
	font-size:1rem;
	margin-bottom: 15px;
	color: #ffffff;
}
.footer-content p {
	line-height: 1.9;
	font-size: 0.86rem;
	color: rgba(0, 0, 0, 0.7);
}
.footer-content p a {
	color: #009fe3;
}
.footer-content p a:hover {

}
.footer-content p strong {
	margin-right: 5px;
	font-size: 12px;
	color: #009fe3;
	font-weight: 400;
}


.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: 0.96rem;
	padding: .2rem 0;
	display: inline-block;
}
.footer-list ul li a {
	color: rgba(4, 19, 31, 0.6);
}
.footer-list ul li a:hover {
	color: #009fe3 !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .footer-content ul li a {
	color: rgba(255, 255, 255, 0.72) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .footer-content ul li a:hover {
	color: #009fe3 !important;
}

.socialist {
	top: -6px;
	position: relative;
}
.socialist li a {
	padding: .54rem 0 !important;
	padding-left: 40px !important;
	
}
.socialist  li a:after {
	display: none;	
}
.socialist li a i {
	position: absolute;
	top: 4px;
	left:0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
		
	-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;
}

/* Bottom */

.copyright {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: rgba(0, 0, 0, 1);
	font-size: 0.86rem;
	padding-left:2rem !important;
}



.footer-links {
	display: block;
	padding-top: 0rem;
	padding-left:0rem !important;
}
.footer-links a {
	display: inline-block;
	margin: 0 8px 0 8px;
	font-size: 0.86rem;
	position: relative;
	color: rgba(4, 19, 31, 0.61);
}
.footer-links a:hover {
	color: #009fe3 !important;
}

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





	@media  (max-width: 1130px) {
		.copyright {
			padding-left:1rem !important;
		}
	}
	@media  (max-width: 970px) {
		.social {
			border-top: 1px solid rgba(238, 238, 238, 0.35);
		}
		.social .footer-title {
			text-align: center;
			display: none;
		}
		.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 {
			position: absolute;
			top: 4px;
			left:0;
			width: 32px;
			height: 32px;
			line-height: 32px;
			text-align: center;
		
			color: #fff;
		}
		
	}
	@media  (max-width: 640px) {
		.social {
			border-top: 0px;
		}
		.social .footer-title {
			text-align: left;
			display: block;
		}
		.socialist li {
			text-align: left !important;
			display: block;
		}
		.socialist li a {
			
		}
		.socialist li a span {
		
		}
		.copyright {
			padding-left:0rem !important;
		}
		.footer-links {
			padding-top:10px;
			text-align: left !important;
		}
		.footer-links a {
			margin:0 10px 0 0;
		}
		.footer-logos {
			text-align: center;
		}
		.footer-bottom {
			background: #fff;
			padding: 2rem 0 1rem;
			margin-top: 0rem;
		}
		
	}
	@media  (max-width: 330px) {
		.footer-links a {
			font-size: 11px;
			margin:0 15px 0 0;
		}
	}

/* Add Noise */
.addnoise {
	float: right;
	width: 100px;
	height: 50px;
	color: #a2aaae !important;
	font-style: italic;
	font-size: 11px;
	margin-top: -0.6rem;
	background:  url('../images/addnoise.svg') no-repeat top;
	background-size: contain;
	opacity: 0.2;
	-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:hover  {
	opacity: 1;
}

	@media  (max-width: 970px) {
		.addnoise {
			position: relative;
			margin: auto;
			margin-top: 20px !important
		}
	}


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

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

}



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

#slidebox {
	width:320px;
	min-height:150px;
	padding:1.5rem 3rem 1rem 2rem;
	background-color:rgba(255, 255, 255, 0.88);
	position:fixed;
	bottom:40px;
	right: 40px;
	-webkit-transform: translate(120%, 0);
	        transform: translate(120%, 0);

	border-radius: 10px;
	z-index: 99;
	box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.15);

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

#slidebox.slidebox-bg {

	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}


.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:36px;
	height:36px;
	position:absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	border-radius: 100px;
	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 .button {
	margin-top: 0px;
}

#slidebox .slidebox-title {
  font-size: 1.4rem;
}
#slidebox .slidebox-lead p {
  font-size: 0.86rem;
}
#slidebox .searchbox {
	position: relative;
	top: auto;
	right: auto;
}
#slidebox  .searchbox .search-input {
	width: 100%;
	border: 1px solid #c3cddb;
	background-color: rgba(255, 255, 255, 0.66);
	border-radius: 10px;
	padding-left: 1.5rem;
	font-size: 0.86rem;
	margin: 0;
	box-shadow: none !important;
}
#slidebox .searchbox .search-input:focus {
	border-color: rgba(0, 59, 118, 1);
}
#slidebox .searchbox .search-button {
	position: absolute;
	top:0px;
	right:0px;
	padding: 0 1rem;
	height: 100%;
	font-size: 1.2rem;
	opacity: 1;
	background: #c3cddb;
	border-radius: 0 5px 5px 0;
	color: #fff;
}
#slidebox .searchbox .search-button:hover {
	opacity: 1;
	background-color: #b5b9c4;
}
#slidebox .searchbox .search-input:focus + .search-button {
	background-color: rgba(0, 59, 118, 1);
}
#slidebox .search-tags {
	padding-top: 1rem;
	display: block;
}
#slidebox .tags-label {
	display: block;
	font-size: 0.76rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#slidebox .search-tags a {
	font-size: 0.86rem;
}



.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: 9999 !important;
	height: 0px;
}

.going-down {
    position: absolute;
    bottom: 0px;
    right: 1rem;
		margin-left: 0px;
    height: 70px;
    width: 80px;
    background: #04131f;
    text-align: center;
    z-index: 9999 !important;
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 5px 5px 0 0;
    outline: 0;
    font-size: 2rem;
/*     box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.17); */
    
    -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: #009fe3;
    position: absolute;
    top:14px;
    left:24px;
    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
}

.going-down:hover {


}

.going-down:hover i {
}

.going-down:hover {

}

.going-down:active {}

@media (max-width: 970px) {
	.floating-arrow-wrapper {
		display: none;
	}
}

@media (max-width: 600px) {
    .floating-arrow-wrapper {
				display: block;
			}
		.page-front-no  .floating-arrow-wrapper {
				display: none;
			}
		.going-down {
			bottom:0px;
			height: 50px;
			width: 60px;
		}
		.going-down i {
	    color: #009fe3;
	    position: absolute;
	    top:10px;
	    left:18px;
	    font-size: 1.6rem;
		}
}
@media (max-width: 320px) {
  
}


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


.framewrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.framewrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Company Logos */
.footer-content.with-logos {
    padding-left: 2rem;
    padding-bottom:0;
}
.footer-logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.footer-logos a,
.footer-logos div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px 5px;
    height: 120px;
    -webkit-transition: transform 0.1s ease-in-out;
    -moz-transition: transform 0.1s ease-in-out;
    -ms-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}
.footer-logos a:hover {
    transform: scale(1.05);
}
.footer-logos a img {
    max-width: 100px !important;
    max-height: 80px;
}   

@media (max-width: 970px) {
    .footer-logos {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}
@media (max-width: 640px) {
    .footer-logos {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .footer-logos a,
    .footer-logos div {
        padding: 10px 20px;
        margin: 10px;
        height: 100px;
    }
    .footer-logos a:hover {
        transform: scale(1.05);
    }
    .footer-logos a img {
        max-width: 100px;
        max-height: 80px;
    }   
}


.whatsapp-button {
	position: fixed;
	bottom: 60px;
	left: 60px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	padding: 0px !important;
	outline: 0;
	font-size: 40px;
	border: 0px solid rgba(184, 184, 184, 1);
	border-radius: 100px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.158);
	color: #fff;
	background-color: #27c551 !important;
	-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;
}
.whatsapp-button:hover {
	color: #fff;
	transform: scale(1.05);
}
	@media (max-width: 640px) {
		.whatsapp-button {
			position: fixed;
			bottom: 10px;
			left: 10px;
		}
}

