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

#page-container {
	position:relative;
	z-index: 2;
	padding: 0 40px 0px 40px;
/* 	max-width: 1540px; */
	margin:auto;
}
	@media (max-width: 1024px) {
		#page-container {
			padding: 0 20px 0px 20px;
		}
	}
	@media (max-width: 970px) {
		#page-container {
			padding: 0 0px 0px 0px;
		}
	}

/* Icon */

.bg-page-icon {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 1500px;
	left:0;
	top: 0rem;
	background:  url('../images/body-back.jpg') no-repeat;
	background-position: top center;
	background-size: contain;
	-webkit-transform: translate3d(0,0,0);
	opacity: 1;
	z-index: 0;
}

	@media (max-width: 970px) {
		.bg-page-icon {
			background-size: 150% auto;
		}
	}
	@media (max-width: 768px) {
		.bg-page-icon {
			background-size: 400% auto;
			opacity: 1;
		}
	}

.section-wrapper {
	display: block;
	position: relative;
/*
	max-width: 1540px;
	margin:auto;
*/
	z-index: 5;
}
.section-wrapper.bg-white {
	background: transparent !important;
}
.section-wrapper.bg-light {

}
.section-wrapper.contentbox {
	padding-top: 1rem;
}
.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
}



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

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

}


	@media (max-width: 1680px) {
		.row {

		}
	}
	@media (max-width: 1440px) {
		.row {
			max-width: 72em
		}
		.row.wide {
			max-width: 72em
		}
		.section-introduction .row {
			max-width: 62em;
			margin:auto;
		}
	}
	@media (max-width: 1320px) {
		.row {
			max-width: 68em
		}
		.row.wide {
			max-width: 68em
		}
	}
	@media (max-width: 1024px) {
		.row {
			max-width: 58rem
		}
		.row.wide {
			max-width: 58rem
		}
	}
	@media (max-width: 970px) {
		.row {
			max-width: 97%
		}
		.row.wide {
			max-width: 97%
		}
	}
	@media (max-width: 640px) {
		.header-placeholder {

		}
		.section-wrapper {
			padding-left:0.5rem;
			padding-right: 0.5rem;
		}
	}
	@media (max-width: 400px) {
		.section-wrapper {
			padding-left:0.3rem;
			padding-right: 0.3rem;
		}
	}

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


#topbar {
	position: absolute;
	top: 0;
	left:0;
	transform: translateX(0px) translateY(0);
	width: 100%;
	height: 170px;
	z-index: 99;
	background: #fff;
		-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition:height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;


	will-change: transform;

}

#topbar.nav-up {
  transform: translateX(0px) translateY(-210px);
}
#topbar:before {
	position: absolute;
	bottom:0;
	left:40px;
	right:40px;
	height: 1px;
	content:'';
	background: #000e36;
	opacity: 0;
}
#topbar.no-cover:before {
	opacity: 0.1;
}
#topbar.small:before {
	opacity:0.1;
}
	@media (max-width: 1580px) {
		#topbar {

		}

	}
	@media (max-width: 1024px) {
		#topbar {
			height: 150px;
		}

	}
	@media (max-width: 970px) {
		#topbar {

		}

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

	}
	@media (max-width: 400px) {
		#topbar {
			position: absolute !important;
		}
	}
	@media (max-width: 360px) {
		#topbar {
			height: 130px;
		}
	}

/* On scroll */
#topbar.small {

	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: 1rem;
	left: 50%;
	width: 260px;
	height: 170px;
	display: block;
	transform: translateX(-50%);
  z-index: 998 !important;

	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	will-change: transform;
}
.logo span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: url('../images/logo.svg') no-repeat 50% 70%;
	background-size: 140px auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#topbar:after {
	position: absolute;
	bottom: -50px;
	left:50%;
	right:0;
	transform: translateX(-50%);
	width: 300px;
	height: 200px;
	background: url('../images/logo-back.png') no-repeat bottom center;
	background-size: contain;
	content:'';
	z-index: 1;
}

/*
.small .logo  {
	transform: scale(0.7) translateX(-71%) translateY(-60%);
}
.small .logo span {

}
*/

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

		}
	}
	@media (max-width: 1024px) {
		.logo {
			width: 240px;
			height: 150px
		}
		.logo span {
			background-size: 120px auto;
		}
	}

	@media (max-width: 970px) {

	}

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

		}
	}
	@media (max-width: 360px) {
		.logo {
			width: 200px;
			height: 140px
		}
		.logo span {
			background-size: 100px auto;
		}
	}


.topbar-warning {
	position: absolute;
	top: 0rem;
	left: 10px;
	height: 40px;
	width: 50%;
	text-align: left;

}
.topbar-warning i {
	position: absolute;
	left:0px;
	top: 10px;
}
.warning-carousel {
	display: block;
	padding-left: 0rem;
}
.topbar-warning-message {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	height: 40px;
	line-height: 36px;
	display: block;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	padding-left: 1.5rem;
}
.topbar-warning-message:after {
	position: relative;
	top:2px;
	opacity: 0;
	visibility: hidden;
	margin-left: 5px;
	color: #34ccff;
	content: "\e944";
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.topbar-warning-message:hover:after {
	opacity: 1;
	visibility: visible;
}

	@media (max-width: 1024px) {
		.topbar-warning {
			position: absolute;
			top: 0rem;
			left: 0px;

			width: 50%;
		}
	}
	@media (max-width: 970px) {
		.topbar-warning {
			left: 1rem;
			width: 70%;
		}
	}
	@media (max-width: 640px) {
		.topbar-warning {
			left: 0rem;
			width: 100%;
		}
	}
	a.language-button {
		float: right;
		margin-left: 20px;
		height: 40px;
		width: 50px;
		line-height: 40px;
		background: none;
		text-align: center;
		background-repeat: no-repeat;
		background-size: 22px auto;
		background-position: center;
		border: 1px 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=');
	}

		@media (max-width: 970px) {

			a.language-button {
				margin-right: 20px;
				margin-left: 10px;
			}
		}

		@media (max-width: 640px) {

			a.language-button {
				float: right;
				margin-left: 10px;
				margin-right: 10px;
			}

		}
.topbar-sitelinks {
	position: fixed;
	top: 0rem;
	right:0rem;
	width: 100%;
	height: 40px;
	text-align: right;
	z-index: 998;
	-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;

	background: rgba(9, 37, 113, 1);
	-webkit-backdrop-filter: blur(10px);
}

.topbar-sitelinks.scrolled {
	background: rgba(9, 37, 113, 0.85);
}

.topbar-sitelinks ul {
	float: right;
	display: inline-block;
	list-style: none;
	padding:0;
	margin:0;

}
.topbar-sitelinks ul.first {

	margin-right: 20px;
}
.topbar-sitelinks ul li {
	display: inline-block;
	padding:0;
	margin:0 0px;
}
.topbar-sitelinks ul li a {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.50);
	padding: 10px 10px;
}
.topbar-sitelinks ul li a:hover {
	color: #fff;
}


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



/* Social */
.topbar-sitelinks .socialist {
	margin-right: 20px;
	top:0;
}
.topbar-sitelinks .socialist a {
	padding-left: 0px !important;
	position: relative;
	width: 40px;
	height: 40px;
	color: rgba(255, 255, 255, 0.50);
}
.topbar-sitelinks .socialist li a span {
	display: none !important;
}
.topbar-sitelinks .socialist a:hover {
	color: #fff !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: rgba(255, 255, 255, 0.3);
	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: #33ccff;
	background-color: transparent !important;
}

.topbar-sitelinks .socialist li.phone {
	display: inline-block;

}
.topbar-sitelinks .socialist li.phone a{


}

.topbar-sitelinks .socialist li.phone a span {
	display: none;
}
.topbar-sitelinks .socialist li.phone a i {
	width: 40px !important;
	top: 50%;
	left: 0rem;
	transform: translateX(0%) translateY(-50%);
}

/* List */
.list-trigger {
	float: right;
	position: relative;
	margin-left: 20px;
	width: 44px;
	height: 44px;
	z-index: 99;
}
.list-trigger i {
	border-radius: 3px;
	background: #092470;
	position: absolute;
	top: 0px;
	left:0;
	width: 44px;
	height: 40px;
	line-height: 40px;
	text-align: center;
/* 	display: none; */
	font-size: 1.4rem;
	padding-left: 2px;
	color: #ffffff;

}
.list-trigger .list-badge {
	position: absolute;
	top: -5px;
	right:-5px;
	display: block;
	padding-top: 1px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	min-width: 20px;
	line-height: 20px;
	text-align: center;
	background: #6dbf35;
	color: #fff;
	font-size: 11px;
}


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


		}

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


		}

	}
	@media (max-width: 970px) {
		.topbar-sitelinks ul.first {
			display: none;
		}
		.topbar-sitelinks .socialist {
			text-align: right;
		}
	}
	@media (max-width: 640px) {
		.topbar-sitelinks ul {
			display: none;
		}
	}
	@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 {

		}
		.small .topbar-sitelinks {

			visibility: visible;
			opacity: 1;
		}

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

		.topbar-sitelinks {

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

.section-line {
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 3px;
	height: 120px;
	border-radius: 10px;
	z-index: 99;
}
.no-cover .section-introduction .section-line {
	display: none;
}

.vertical-section-name {
	overflow: hidden;
  width: 1.6em;
	position: absolute;
	top:50%;
	left:0;
	opacity: 0.7;
}
.section-mix .vertical-section-name {
	top: 80%;
}
.section-introduction .vertical-section-name {
	top: 140%;
}
.vertical-section-name.object-name {
	top: 30%;
}

.vertical-section-name-inner {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	transform-origin: 50% 50%;
	transform: translate(-3px,0) rotate(-90deg);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;

}
.vertical-section-name-inner:before {
    content: "";
    float: left;
    margin-top: 100%;
}
.vertical-section-name-inner span {
	font-weight: 700;
}
.vertical-section-name-inner span:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #768499;
	margin: 0 4px 3px;

}
	@media (max-width: 970px) {
		.vertical-section-name {
			display: none;
		}
	}


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

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

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

.section-intro {
	display: inline-block;
	margin: 15px 0 20px;
	font-weight: 700;
	font-size: 0.86rem;
	color: #85909a;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title-wrapper.text-center .section-intro {
	padding-left: 0px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-light-gradient) .section-intro {
	color: rgba(255, 255, 255, 0.72) !important;
}
.section-title {
	font-size: 2.6rem;
	display: block;
	font-weight: 800;
}
.section-title.title-small {
	font-size: 2rem;
}
.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: #092470;
}

[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: 1rem;
}
.section-lead p {
	color: #191919;
	font-size: 1.3rem;
	font-weight: 300;
}
[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;
}
.section-button span{
	display: inline-block;
	margin-right: 5px;
}
.section-button i {

}

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



	@media (max-width: 1024px) {
		.section-title.title-large {
			font-size: 2.6rem;
			line-height: 1.2;
		}
		.section-lead p {
			color: #95a196;
			font-size: 1.2rem;
		}
	}
	@media (max-width: 970px) {
		.section-line {
			position: absolute;
			top:0;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 3px;
			height: 90px;
			border-radius: 10px;
			z-index: 99;
		}
		.section-title {
			font-size: 2.4rem;
		}
		.section-title.medium {
			font-size: 2.1rem;
		}
	}
	@media (max-width: 640px) {
		.section-line {
			position: absolute;
			top:0;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 3px;
			height: 80px;
			border-radius: 10px;
			z-index: 99;
		}

		.section-left-right .padding-top-small {
			padding-top: 0 !important;
		}

		.section-title {
			font-size: 1.6rem;
			line-height: 1.3;
		}
		.section-title.medium {
			font-size: 2.2rem;
		}
		.section-title.title-large {
			font-size: 2rem;
			line-height: 1.2;
		}
		.section-lead p {
			font-size: 1rem;
		}
	}
	@media (max-width: 400px) {
		.section-intro {

		}
		.section-title.medium {
			font-size: 2rem;
		}
		.section-title.title-large {
			font-size: 1.6rem;
			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;

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

/* Heights */
.bg-section-image.height-small {
	height: 30%;
	min-height: 300px;
}
.bg-section-image.height-medium {
	height: 58%;
}
.bg-section-image.height-large {
	height: 70%;
}

.filled.height-small {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 30%;
}
.filled.height-medium {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 58%;
}



/* Shades */
.shade-left:after,
.shade-right:after,
.shade-left-right:after {
	position: absolute;
	top: 0;
	bottom: 0;

	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	opacity: 0.5;
}
.shade-right:after {
	right: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.shade-left:after {
	left: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.shade-left-right:after {
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

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

.introduction-title-wrapper {
	position: relative;
}
.introduction-label {
	font-weight: 700;
}
.introduction-title {
	line-height: 1.2;
	position: relative;
	font-size: 48px;
}
.introduction-title span {
	display: inline-block;
}
.introduction-lead {
	padding-top: 0.7rem;
}
.introduction-lead p {
	font-size: 1.125rem;

}
.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: 40px;
		}
		.introduction-text {
			padding-right: 2rem;
		}
		.introduction-lead {
			padding-top: 0.5rem;
		}
		.introduction-lead p {
			font-size: 1.1rem;

		}
	}
	@media (max-width: 970px) {
		.row.introduction {
			padding-top: 0 !important;
		}
		.introduction-title {
			font-size: 2.5rem;
		}
		.medium-12 .introduction-title-wrapper,
		.medium-12 .introduction-lead {
			padding-left: 2rem;
			padding-right: 2rem;
			text-align: center !important;
		}
		.medium-12 .introduction-title-wrapper {
				padding-left: 4rem;
				padding-right: 4rem;
		}
	}
	@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
-----------------------------
*/

.actionbar {
	padding: 1.6rem 2rem 2.5rem 0.5rem;
	text-align: left;
	position: relative;
}
.section-action .row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.actionbar-intro {
	display: inline-block;
	margin: 15px 0 10px;
	font-weight: 700;
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.3) !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.actionbar .actionbar-title {
	position: relative;
	top: 5px;
	display: inline-block;
	font-size: 2.2rem;
	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-button {
	display: inline-block;
	margin-top: 5rem;
}



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

		}
	}
	@media (max-width: 970px) {
		.actionbar .actionbar-title {
			font-size: 1.5rem;
			line-height: 1.2;
		}
		.actionbar .actionbar-button {
			margin-top: 20px;
		}
	}
	@media (max-width: 400px) {
	.actionbar {
		padding: 1rem 0rem 1rem;
		text-align: center;
		position: relative;
	}
	 .actionbar-button {
		float: none;
		margin-left: 0rem;
		margin-top: 1rem;
		width: 100%;
	}
}

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


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


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


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


.usp-box {
	position: relative;
	border-radius: 15px;
	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-box.bg-white {
	background-color: transparent !important;
}

.usp-box:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px !important;
	content:'';
	opacity: 0;

	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 14, 54, 0.16);
	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;

}

[data-whatinput='mouse'] a.usp-box:hover:before {
	opacity: 1;

}



.usp-icon {
	font-size: 1.4rem;
	text-align: center;
	padding: 2rem;
	border-radius: 100px;
}
.usp-icon.icon-small {
	font-size: 1.8rem;
}
.usp-icon.icon-medium {
	font-size: 3.3rem;
}
.usp-icon.icon-large {
	font-size: 5.2rem;
}
.usp-icon i {
	position: relative;
	top:5px;
}

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



[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: 1024px) {
		.usp-icon.icon-small {
			font-size: 1.4rem;
		}
		.usp-icon.icon-medium {
			font-size: 2.8rem;
		}
		.usp-icon.icon-large {
			font-size: 5.4rem;
		}
		.usp-title {
			font-size: 1.2rem;
			font-weight: 700;

		}
	}
	@media (max-width: 970px) {
		.usp-box {
			position: relative;
			border-radius: 15px;
			display: block;
			padding: 1rem 0rem 1rem 0rem;
		}
		.usp-icon {
			font-size: 1.4rem;
			text-align: center;
			padding: 1rem;
		}
		.usp-title {
			font-size: 1.4rem;
			font-weight: 700;
		}
		.usp-icon.icon-small {
			font-size: 1.2rem;
		}
		.usp-icon.icon-medium {
			font-size: 2.6rem;
		}
		.usp-icon.icon-large {
			font-size: 4.6rem;
		}
		.text-center .button.text {
			padding-left:0rem;
			font-size: 0.86rem;
			width: 100%;
		}



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

			text-align: center;
			padding: 1rem;

		}
		.side-icon .usp-icon {
			margin: auto;
		}
		.side-icon .usp-description {
			padding: 1rem;
		}
		.side-icon .usp-description p {
			font-size: 1.125rem;
			line-height:1.6;
		}
		.usp-box {
				margin-bottom: 0.5rem;
		}


	}

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


.brands {
	padding: 2rem 0;
}
.brands .brands-item {
	position: relative;
	width: 100%;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120px auto;
	border-radius: 10px;
	display: block;
	margin: 1.5rem 1rem 1.3rem 1rem;


	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.brands-item span {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	display: block;
	outline:0;
}


.brands .brands-item:before {
	position: absolute;
	top: -2px;
	left: -10px;
	right: -10px;
	bottom: -2px;
	border-radius: 20px !important;
	content:'';
	opacity: 0;
	border: 2px solid #33ccff;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	z-index: -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;

}

.brands .brands-item:hover:before {
	opacity: 1;
}

.brands-overview .brands-item:before {
	opacity: 1;
	left: 0px;
	right: 0px;
	border: 2px solid rgba(0, 14, 54, 0.16);
}
.brands-overview .brands-item:hover:before {
	border-color: #33ccff;
}
.brands-overview .brands-item {
	margin: 0;
	margin-bottom: 30px;
	height: 150px;
	background-size: 140px auto;
}

.brands-carousel .slick-prev {
	background-color: transparent !important;
	border-radius: 0px 0px 0px 0;
}
.brands-carousel .slick-next {
	background-color: transparent !important;
	border-radius: 0px 0 0 0px;
}
.brands-carousel .slick-prev {
	left:-40px;
	border-radius: 0px 0 0 0px;
}
.brands-carousel .slick-prev:before {
	content: '◀';
	color: #000e36
}
.brands-carousel .slick-next {
	right: -40px;
	border-radius: 0px 0px 0px 0;
}
.brands-carousel .slick-next:before {
	content: '▶';
	color: #000e36
}

.brands-carousel .slick-dots {
	bottom: 15px !important;
}
	@media (max-width: 1024px) {
		.brands-carousel .slick-prev {
			left:0px;
			border-radius: 0px 0 0 0px;
		}
		.brands-carousel .slick-next {
			right: 0px;
			border-radius: 0px 0px 0px 0;
		}
	}
	@media (max-width: 970px) {
		.brands .brands-item {
			background-size: 100px auto;
		}
	}
	@media (max-width: 640px) {
		.brands .brands-item {
			height: 100px;
			background-size: 80px auto;
		}
	}

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

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

}

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



	@media (max-width: 1024px) {
		.textbox.with-border {
			padding: 0.5rem;
		}
	}

.textbox-image {

	position: relative;
	display: block;

}

.page-type-blog .textbox-image img {
	width: 100%;
	margin-bottom: 20px;
}
/*
.textbox-image:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	content:'';
	background: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 4;
}
.bg-dark .textbox-image:before {
	background: #151416;
}
.bg-light .textbox-image:before {
	background: #f8f8f8;
}
*/
.textbox-image a {
	display: block;
}
a.textbox-image,
.textbox-image img {
	border-radius: 15px;
	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 a:hover img {
	opacity: 0.9;
}


.textbox-icon {
	position: absolute;
	top: 0rem;
	left: 0rem;
	width: 80px;
	height: 80px;
	font-size: 1.4rem;
	text-align: center;
	padding: 2rem;
	border-radius: 100px;
	z-index: 98;
}
.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;
	padding: 25px 1rem;
}
.textbox.team .textbox-section {
		padding: 15px 0rem;
}
.text-wrapper .textbox .textbox-section {
		padding: 15px 0rem 0;
}

.textbox-section .textbox-label {
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
}
.textbox-section .textbox-title {
	line-height: 1.2;
	font-weight: 700;
}
.textbox-section .textbox-title.title-small {
	font-size: 1.4rem;
}
.textbox-section .textbox-title.title-medium {
	font-size: 1.7rem !important;
}
.textbox-section .textbox-title.title-large {
	font-size: 2rem !important;
}

.text-wrapper .textbox .textbox-section .textbox-title.title-small {
		font-size: 1.1rem;
}

.textbox-section .textbox-title a{
	color: #092571;
	position: relative;
}
.textbox-section .textbox-title a:hover {
	color: #34ccff !important;
}
.textbox-section p {
	font-size: 1rem;
	line-height: 1.9;
}


/* 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: 700;
	color: #34ccff;
}
.textbox-list ul li a:hover {
	color: #2ab6e4;
}
.textbox-list ul li a:before {
	position: absolute;
	right: 10px;
	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: rgba(118, 132, 153, 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;
}
.textbox-list ul li a:hover:before {
	-webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);

}




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

	line-height: 1.1;
	font-size: 0.86rem;

}

.textbox-section p.blog-info,
.text-wrapper p.blog-info {

	line-height: 1.1;
	font-size: 1rem;

	font-weight: 400;
}
.blog-info i {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 100px;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.13);
	background: #fff;
	font-size: 20px;
	text-align: center;
	margin-right: 10px;
}

.blog-info .textbox-date {
	font-size: 0.96rem;
	top: 0;
	color: rgba(118, 132, 153, 1);
}
.blog-info a,
.blog-info span {
	display: inline-block;
	margin: 0 0px;
}
.blog-info .company-link {
	display: inline-block;
	bordeR: 1px solid #eee;
	border-radius: 100px;
	padding: 4px 10px;
	margin: 0 3px;
}


.textbox-social {
	display: block;
	padding-top: 0.3rem;
}
.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;
}


.textbox-section .button {
	margin-top: 15px
}

.textbox.team .button {
	visibility: hidden;
	opacity:0;

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

}

	@media (max-width: 1024px) {
		.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: 0rem;
			left: 0rem;
			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 {
			padding: 10px 0rem !important;
		}
		.text-center .textbox-section {
			padding: 10px 0.3rem !important;
		}
		.textbox-section p {
			font-size: 0.86rem;
			line-height: 1.7;
		}
		.textbox-list ul li {
			font-size: 1rem;
		}

	}
	@media (max-width: 640px) {
		.textbox-section .textbox-title.title-medium {
			font-size: 1.1rem !important;
		}
		.textbox-section .textbox-title.title-large {
			font-size: 1.8rem !important;
		}
	}
	@media (max-width: 440px) {
		.textbox-section .textbox-title.title-medium {
			font-size: 1.1rem !important;
		}
		.textbox-section .textbox-title.title-large {
			font-size: 1.5rem !important;
		}
	}

.text.button:hover {


}


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


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

#page-content {
	padding-top: 2.5rem;
	z-index: 9;
}
#page-content.in-iframe {
	padding-top: 3.5rem;
}
#content {
	padding: 0 0rem 4rem 4rem;
}
.in-iframe #content {
	padding-left: 0;
}
.large-12 #content {
	padding: 0 1rem;
}
	@media (max-width: 1440px) {
		#content {
			padding: 0 0rem 0 2rem;
		}
	}
	@media (max-width: 970px) {
		#content {
			padding: 0 0.5rem 2rem 0.5rem;
		}
	}
	@media (max-width: 640px) {
		#content {
			padding: 0;
		}
	}

.text-wrapper {
	position: relative;
}
.white-popup .text-wrapper {
	margin: auto;
	max-width: 900px;
}


.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: calc(100% - 10px);
	max-width: 1000px;
	height: 90vh;
}
.mfp-iframe-holder .mfp-content .side-content {
	margin-top: 100px;
}
.text-wrapper.first {
	padding-top: 2rem;
}
.text-wrapper-intro {

	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 1.4rem;
	color: #85909a;
	padding-left:3px;

}
.text-wrapper-title {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	position: relative;
}
.text-wrapper-title a {
	color: #092571;
}
.text-wrapper-title a:hover {
	color: #34ccff !important;
}
.text-wrapper-title.title-small {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.text-wrapper-title.title-medium {
	font-size: 1.6rem;
	line-height:1.3;
}
.text-wrapper-title.title-large {
	font-size: 48px;
}
.text-wrapper-title.title-huge {
	font-size: 60px;
}



.text-wrapper-title.sub {
	font-size: 1.4rem !important;
	font-weight: 700;
}


.text-wrapper-subtitle {
display: inline-block;
	margin: 15px 0 20px;
	font-weight: 700;
	font-size: 0.86rem;
	color: #85909a;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.text-wrapper-lead {
	padding-top: 10px;
}
.text-wrapper-lead p {
	font-size: 1.1250rem;
	font-weight: 700;
	color: #768499;

}

.text-wrapper-content {
	padding-top: 0px;
}
.text-wrapper-content p {

}

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

.text-wrapper ul li {
	font-size: 1rem;
}

/* 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: 1rem;
	color: #34ccff;
}
.text-wrapper-listing ul li i.icon-check {
	font-size: 1.1rem;
	color: #55e02e;
	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: 0em 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;
}

.in-iframe .text-wrapper .button {
	margin-top: 30px;
}
.in-iframe .side-content .text-wrapper .button {
	margin-top:10px;
}
	@media (max-width: 1024px) {
		.text-wrapper-title.title-large {
			font-size: 40px;
		}
	}
	@media (max-width: 970px) {
		.text-wrapper-intro {
			font-size: 1.2rem;
		}
		.text-wrapper-title.title-large {
			font-size: 2rem;
		}
		.text-wrapper-title:before {
			display: none;
		}
		.text-wrapper-lead p {
			font-size: 1rem;
		}
	}


	@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: 700 !important;
	color: #34ccff;

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

/* Accordion */

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

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

.accordion-title {
	font-size: 1rem;
	color: #092571;
	font-weight: 700 !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;
}
.accordion-title:before {
	right: 1.2rem;
	font-weight: 400;
	font-size: 1.3rem;
	margin-top: -0.7rem;
	color:rgba(118, 132, 153, 1);
}

.is-active .accordion-title {
	color: #34ccff;
}
.is-active .accordion-title:before {
	right: 1.2rem;
}

.accordion-title:focus, .accordion-title:hover {
	background-color: rgba(118, 132, 153, 0.1) !important;
}

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

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

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

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

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

/* About */

.section-extra .text-wrapper {
	padding-top: 1rem;
	padding-left: 2rem;
	padding-right: 8rem;

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

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

		}
	}

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

.newsbox {
	padding: 1.5rem 0rem 1rem;
	border-radius: 15px;
/* 	border: 2px solid rgba(118, 132, 153, 0.21); */
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	min-height: 100px;

/*
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.warning {
	border-color: rgba(118, 132, 153, 1) !important;
}
.newsbox-section {
	display: block;
	padding: 0px 0rem 2rem;
}

.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: 0.6rem 1rem;
	position: relative;
/* 	border-bottom: 2px solid rgba(0, 14, 54, 0.11); */
}
.newsbox-section .newsbox-title {
	line-height: 1.2;
	font-weight: 700;
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.newsbox-section .newsbox-title a {
	color: #768499;
}
.newsbox-section .newsbox-title a:hover {
	color: #33ccff;
}


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

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

}
.newsbox-list li a:after {
	color: #33ccff;
	content: "\e93c";
	margin: 0 .75rem;
	position: absolute;
	bottom: 30px;
	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 {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
}
.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: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
	color:#092571;
		-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: #33ccff;
}
.newsbox-list li a .newsbox-list-lead {
	display: block;
	font-size: 0.96rem;
	line-height: 1.5;
	color: #768499;
}


.newsbox-footer {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	display: block;
	border-top: 2px solid rgba(0, 14, 54, 0.11);
}
.newsbox-footer .newsbox-more {
	float: right;
	display: inline-block;

}


	@media (max-width: 970px) {
		.newsbox {
			padding: 1.5rem 0.5rem 1rem;
		}
		.newsbox-section .newsbox-title {

		}
		.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-footer .newsbox-more {
			float: left;
			display: inline-block;
			margin-left:1rem;

		}
	}


/* Pages (onderliggende pagina's) */

/* Pagebox */
.pagebox {
	width: 100%;
	display: block;
  position: relative;
  border: 2px solid rgba(0, 14, 54, 0.11);
	margin: 0 0px;
	padding: 1rem 1rem ;
	min-height: 60px;
	border-radius: 15px;
	-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: rgba(52, 204, 255, 1);
}
.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;
		}
		.pagebox .pagebox-description .pagebox-title {
			font-size: 1rem;
			padding-top:0;
			margin: 0 0 5px 0px;
		}
		.pagebox .pagebox-description {
			padding-top: 0;
		}
		.pagebox .pagebox-description p  {
			font-size: 0.86rem;
		}
	}



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

.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: 15px 0 0 15px;
}
.slick-prev:before {
	content: '◀';
}
.slick-next {
	right: 0px;
	border-radius: 0px 15px 15px 0;
}
.slick-next:before {
	content: '▶';
}

.slick-slider .slick-arrow {
	background-color: rgba(0, 14, 54, 0.46);
	width: 50px;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-arrow {
	opacity: 1;
}

/* 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: #33ccff;
}


.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: 800;
}
.quote-wrapper blockquote footer .name {
	font-weight: 800;
}
.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
---------------------------------------------------------------------- */
/*
#FilterSelect,
#SortSelect {

	display: inline-block;
	margin-top: 15px;
	width: auto;

}

	@media (max-width: 640px) {
		#FilterSelect,
		#SortSelect {
			margin-top: 5px;
			display: block;
			width: 100%;

		}
	}

*/


.controls {
	display: block;
	width: 100%;
	margin-left:0;
	list-style: none;
	background: transparent;
	border:0;
	padding: 0.76rem 1.5rem;
}
.controls li {
	display: block;
}

.control {
	width: 100%;
	text-align: left;
	display: block;
	font-size: 0.96rem;
	font-weight: 700;
	padding: .5rem 1rem;
	background:transparent;
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin: 0 10px 5px 0;
	border-radius: 0;
	color: #77859a
}
.control:hover {
	color: #04131f;
	border-color: rgba(4, 19, 31, 0.08)
}
.mixitup-control-active {
	color: #6dbf35;
	border-color: rgba(4, 19, 31, 0.08);
}
.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: 1200px) {
		.project-carousel .slick-prev {
			left:0px;
			border-radius: 0px 5px 5px 0px;
		}
		.project-carousel  .slick-next {
			right: 0px;
			border-radius: 5px 0px 0px 5px;

		}
	}
	@media (max-width: 970px) {
		.controls {
			padding: 0.76rem 0rem;
		}
		.controls li {
			display: inline-block;
		}
	}
	@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: 400px;
	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: 430px;
}

@media (max-width: 1440px) {
	.mix .object {
		min-height: 380px;
	}
}

/*
.object:hover {
	transform: translateX(0%) translateY(-5px);
}
*/
.object:before {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	border: 1px solid rgba(4,  19,  31, 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 3rem;
}
.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: 700;
	font-size: 1.2rem;
}

.object-section .object-title a{
	color: #404040;
	position: relative;
}
.object-lead {
	display: block;
	max-width: 100%;
  height: 76.2px;
  /* Fallback for non-webkit */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.object-section p {
	font-size: 0.96rem;
	line-height: 1.9;
}
.object-footer {
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	text-align: left;
}


/* Detail */

.object-detail-heading {
	position: relative;
	min-height: 360px;
}

.object-detail-heading-image {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.object-detail-heading-image:after {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	content:'';
	background: -moz-linear-gradient(top,  rgba(0,14,53,0) 0%, rgba(0,14,53,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,14,53,0) 0%,rgba(0,14,53,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,14,53,0) 0%,rgba(0,14,53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000e35', endColorstr='#000e35',GradientType=0 );
	opacity: 0.8;
	z-index: 2;
}
.object-detail-heading.no-image img {
	opacity: 0.5;
}

.object-detail-heading-logo {
	position: absolute;
	bottom:-2rem;
	right: 2rem;
	width: calc(33.33333% - 2.875rem);
	height: 0;
	border-radius: 15px;
	padding-bottom: 20%;
	background: #fff no-repeat center center;
	background-size: 200px auto;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.16);
	z-index: 997;
}
.object-detail-heading-logo.not-in-popover {
	bottom:-6rem;
}


.object-detail-caption {
	position: absolute;
	bottom: 1rem;
	left:0;
	padding-left: 3rem;
	z-index: 99;
	width: 60%;
}
.object-detail-caption .object-detail-title {
	color: #fff;
}
.object-detail-content {
	padding: 2rem 0rem 0rem 0rem;
}

.object-detail-section {
	padding: 2rem 4rem 1rem 0.4rem;
}
.white-popup .object-detail-section {
	padding: 2rem 2rem 1rem 2rem;
}
.flex-video.widescreen {
	border-radius: 15px;
	overflow: hidden;

}
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {

}

.object-detail-section-title {
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #77859a;
	margin-bottom: 20px;
}
.object-detail-section-lead p {
	font-weight: 700;
}

.object-detail-sidebar {
	display: block;
	padding: 3rem 1rem 2rem 0;
}
.white-popup .object-detail-sidebar {
	padding-top: 5.6rem;
}
.object-detail-sidebar .object-detail-section {
	padding: 1rem 1.5rem 2rem;
	border: 2px solid rgba(0, 14, 54, 0.11);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0)
}


.object-detail-sidebar .object-detail-section p {
	font-size: 1rem;
}
.object-detail-sidebar .object-detail-section .button.text {
	padding-top: .35em;
	padding-bottom: .35em;
}
.object-detail-sidebar .object-detail-section .button.primary {
	margin-top: 20px;
}

.object-detail-map {
	margin-top: 2rem;
	display: block;
	width: 100%;
	padding: 1rem;
	border: 2px solid rgba(0, 14, 54, 0.11);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0)
}


.object-detail-description {
	display: block;
}
.object-buttons {
	margin-top: 2rem;
	border-top: 2px solid rgba(0, 14, 54, 0.17);
	padding-top: 3rem;
}
.object-buttons .button {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}
.object-buttons .button.back {
	padding-left: 4rem;
}
.object-buttons .button i {
	font-size: 1.6rem;
}
.object-buttons .button.back i {
	left: 1rem;
}
.object-buttons .button.next {

}




.object-buttons .button.disabled.secondary,
.object-buttons .button[disabled].secondary {
	opacity: 0.6;
}

	@media (max-width: 1024px) {
		.object-detail-caption {
			position: absolute;
			bottom: 1rem;
			padding-left:2rem;
			z-index: 99;
		}
		.object-detail-sidebar {
			display: block;
			padding: 3rem 0rem 2rem 0.2rem;
		}
		.white-popup .object-detail-section {
			padding: 2rem 2rem 2rem 0rem;
		}
		.white-popup .object-detail-sidebar .object-detail-section {
			padding-left: 1.5rem;
		}

	}
	@media (max-width: 970px) {
		.object-detail-heading-logo {

			background-size: 140px auto;

		}
		.object-detail-section {
			padding: 2rem 1rem 2rem 0.4rem;
		}
		.object-detail-sidebar .object-detail-section {
			padding-left: 1rem;
		}
		.white-popup .object-detail-section {
			padding: 2rem 1rem 2rem 0rem;
		}
		.white-popup .object-detail-sidebar .object-detail-section {
			padding-left: 1rem;
		}
		.object-detail-map {
			padding: 0.5rem;
		}
		.object-detail-sidebar .object-detail-section p {
			font-size: 1rem;
			line-height: 1.6;
		}
		.object-detail-sidebar .object-detail-section .button.text {
			font-size: 0.96rem;
		}
		.object-detail-sidebar .object-detail-section .button.primary {
			padding-left: 1rem;
			padding-right: 2.4rem;

		}


	}

	@media (max-width: 640px) {
		.object-detail-heading {
			position: relative;
			min-height: 240px;
		}
		.object-detail-heading,
		.object-detail-heading-image {

			border-radius: 10px 10px 0 0;

		}
		.object-detail-caption {
			position: absolute;
			bottom: 1rem;
			padding-left:1.5rem;
			z-index: 99;
		}
		.object-detail-heading-logo {
			position: absolute;
			bottom:-2rem;
			right: 1rem;
			width: 30%;
			height: 0;
			border-radius: 10px;
			padding-bottom: 25%;
			background: #fff no-repeat center center;
			background-size: 90px auto;
			box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.16);
			z-index: 99;
		}

	}



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

.page-type-blog .photo, .page-type-blog .photo img {
	width: 100%;	
}

.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 img,
.photo a img {
	border-radius: 15px;
	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: 100px;
	text-align: center;
	font-family: icomoon;
	content: '\e936';
	background: #33ccff;
	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: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
}
.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) {
		.photo-gallery.with-padding {
			padding: 2rem 0rem;
		}
	}

.photo-gallery img {

	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;

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

.photo-gallery.diff .gallery-item:nth-of-type(2),
.photo-gallery.diff img:nth-of-type(2) {
	position: absolute;
	top:100%;
	right:0;
	max-width: 40%;
	border-radius: 15px;
	z-index: 8;
	transform: translateX(20%) translateY(-60%);
	border: 0px solid #ffffff;
}

	@media (max-width: 970px) {
		.photo-gallery.diff .gallery-item:nth-of-type(2),
		.photo-gallery.diff img:nth-of-type(2) {
			right:auto;
			left:0;
			border: 5px solid #ffffff;
			transform: translateX(-30%) translateY(-60%);
		}
	}
	@media (max-width: 970px) {

		.photo-gallery.diff {
			margin-top: 2.5rem;
		}
	}

/* 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: 100px;
	text-align: center;
	font-family: icomoon;
	content: '\e936';
	background: #33ccff;
	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 {
	float: left;
	width: 100%;
	display: block;
  position: relative;
  border: 0px solid #fff;
	border-radius: 10px !important;

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

   box-shadow: 0 8px 32px rgba(0, 14, 54, 0.2);
}

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


.collapse .imagebox:hover:after {
	height: 20px;
	opacity:0;
}

.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	border-radius: 10px !important;
	overflow: hidden;
	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);
}

a.imagebox:hover .imagebox-image {
/*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}

.imagebox .imagebox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px !important;

	width: 100%;
	height: 100%;
	opacity: 0.4;
	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 !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;
}

/* Icon */
.imagebox-icon {
	position: absolute;
	top: -1rem;
	left: 1.5rem;
	width: 80px;
	height: 80px;
	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 {
	font-size: 1.8rem;
}
.imagebox-icon.icon-medium {
	font-size: 3.3rem;
}
.imagebox-icon.icon-large {
	font-size: 6.2rem;
}
.imagebox-icon i {
	position: absolute;
	left:50%;
	bottom: 50%;
	transform: translateX(-50%) translateY(50%);
}

/* Badge */
.imagebox-badge {
	position: absolute;
	top: -1rem;
	right: -1rem;
	width: 100px;
	height: 100px;
	padding: 0;
	border-radius: 0px;
	z-index: 98;
}
.imagebox-badge.badge-small {

}
.imagebox-badge.badge-medium {

}
.imagebox-badge.badge-large {

}


.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 2rem 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: 2.5rem 3rem 1.2rem 1.5rem;
	transform: translateX(0) translateY(0%);
}

.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.6rem;
	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)
}


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: 500;
}
.imagebox:hover .imagebox-description .imagebox-title-wrap p {

}

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

.imagebox.with-logo .imagebox-description .imagebox-title small {
	margin-left:0.6rem;
	font-weight: 500;
}

/* Imagobox Heights */
.blocks-small .imagebox {
	min-height: 160px;
}
.blocks-medium .imagebox {
	min-height: 260px;
}
.blocks-large .imagebox {
	min-height: 360px;
}
.blocks-huge .imagebox {
	min-height: 460px;
}

/* Imagobox Mix */
.blocks-mix .imagebox {

}
.blocks-mix .imagebox.height-100 {
	height: 0;
	min-height:0;
	padding-bottom: 83%;
}
.blocks-mix .imagebox.height-100 .imagebox-description .imagebox-title {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.blocks-mix .imagebox.height-50 {
	height: 0;
	min-height:0;
	padding-bottom: 40%;
}
.blocks-mix .medium-3 .imagebox.height-50 {
	height: 0;
	min-height:0;
	padding-bottom: 80%;
}




	@media (max-width: 1024px) {


		.blocks-small .imagebox {
			min-height: 160px;
		}
		.blocks-medium .imagebox {
			min-height: 220px;
		}
		.blocks-large .imagebox {
			min-height: 300px;
		}
		.blocks-huge .imagebox {
			min-height: 400px;
		}
		/* Badge */
		.imagebox-badge {
			position: absolute;
			top: -1rem;
			right: -1rem;
			width: 70px;
			height: 70px;
			padding: 0;
			border-radius: 0px;
			z-index: 98;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.6rem;
		}
		.imagebox .imagebox-description .imagebox-title-wrap p {
			line-height: 1.6;
			font-size: 0.86rem;
		}
	}
	@media (max-width: 970px) {
		.imagebox-icon {
			position: absolute;
			top: -1rem;
			left: 1rem;
			width: 60px;
			height: 60px;
			font-size: 1.2rem;
			text-align: center;
			padding: 2rem;
			border-radius: 3px;
			box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
			z-index: 98;
		}
		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 1.5rem 0.76rem 1rem;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.1rem;
			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;
		}
		.blocks-mix .imagebox.height-100 {
			padding-bottom: 85%;
		}
		.blocks-mix .imagebox.height-100 .imagebox-description .imagebox-title {
			font-size: 1.7rem;
		}
	}
	@media (max-width: 640px) {
		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 2.5rem 1rem 1.2rem;
		}
		.blocks-mix .imagebox.height-100 {
			padding-bottom: 60%;
		}
		.blocks-mix .imagebox.height-100 .imagebox-description .imagebox-title {
			font-size: 1.8rem;
		}

		.blocks-mix .imagebox.height-50 {
			height: 0;
			min-height:0;
			padding-bottom: 40%;
		}
		.blocks-mix .medium-3 .imagebox.height-50 {
			height: 0;
			min-height:0;
			padding-bottom: 40%;
		}

	}


	@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 */


.side-content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.side-content.in-iframe {
	margin-top: 100px
}
.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;
}

.sticky {
	width: 100%;
}

#sticky {
	left: 0 !important;
}


	@media (max-width: 970px) {
		.side-content  {
			padding: 0 1.5rem 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: 15px;

	margin-bottom: 30px;
	border: 2px solid rgba(0, 14, 54, 0.11);
}


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

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

}

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

}
.side-content .text-wrapper .text-wrapper-lead p {
	font-size: 1rem;
	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 .button {
	font-size: 0.96rem !important;
}

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

.mobile-subnav-button {
	display: none;
	padding-left:3rem;
	float: left;
	margin-left: 2rem;
}
.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: 2rem;
			background: #092470;
			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: 0px solid rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	padding: 2rem 2rem 2rem 0.5rem;
	margin:0rem 0 30px;

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

.subnav-headline {
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #092571;
	margin-bottom: 20px;
	font-weight: 700;
}
.subnav-headline a{
	color: #768499;
}
.subnav-headline a:hover {
	color: #34ccff;
}

.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: 0px solid rgba(0, 0, 0, 0.12);
}
.subnav ul li:last-child {
	border:0 !important;
}
.subnav ul li a:not(.button) {
	padding-left: 0;
	color: rgba(9, 37, 113, 1);
	font-weight: 700;
	display: block;
	padding: 0.6375em 1em 0.6375em 0rem;
    font-size: 1rem !important;
    letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
}
.subnav ul li a:not(.button):hover {
	color: #33ccff;
}


.subnav ul li a:before {
	position: absolute;
	right: 10px;
	top:10px;
	font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  	content: '\e93c';
	font-size: 1rem;
	margin-right: 0px;
	color: #33ccff;

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

	 opacity: 0;
}
.subnav ul li a:hover:before {
	-webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
  color: #33ccff !important;
  opacity: 1;
}
.subnav ul li.item-breadcrumb a:before {
	color: #77859a;
	opacity: 1;


}

.subnav ul li.item-breadcrumb a:not(.button) {
	color: #33ccff;
	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';
		}
	}

/* 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(118, 132, 153, 1) !important;
	font-size: 15px !important;
	padding: 0.3em 0rem 0.3em 0px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.subnav ul li ul li > a:not(.button):hover {
	color: rgba(52, 204, 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(52, 204, 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: rgba(52, 204, 255, 1) !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(9, 37, 113, 1);
	font-weight: 400;
	display: block;
	padding: .8375em 2em 0.9375em 1rem;
  font-size: 0.96rem !important;
  letter-spacing: 0px;

	position: relative;
	line-height: 1.1;
}
.blogs ul li a:hover {
	color: #34ccff;
}
.blogs ul li a .blog-title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #092571;
	-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;
}
.blogs ul li a:hover .blog-title {
	color: #34ccff
}
.blogs ul li a .blog-date {
	display: block;
	padding: 6px 0 0;
	font-size: 0.86rem;
	color: rgba(118, 132, 153, 1);
}
.blogs ul li a i.icon-chevron-right {
	position: absolute;
	top:16px;
	left: 0px;
	font-size: 12px;
}

.blogs ul li a .blog-warning {
	position: absolute;
	top:10px;
	right:-15px;
	width: 26px;
	height: 26px;
	line-height: 23px;
	border-radius: 100px;

	font-size: 16px;
	text-align: center;
	margin-right: 10px;
}

/*
---------------------------
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: relative;
	z-index: 89 !important;
}
.breadcrumbs-wrapper {
	margin-top: 10px;
  background: none;
  border: 0px solid rgba(0, 0, 0, 0.04);
  padding: 0.76rem 0 0rem 0.3rem;
}

.breadcrumbs {
  display: block;
  padding: 0 0;
  overflow: hidden;
  margin-left: 0.3rem !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: #768499;
	font-weight: 400;
	text-transform: none;
	font-size: 0.86rem;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.breadcrumbs > * a:hover {
	color: #000e36;
	text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
	color: #a9acad;
	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 li.current a {
	color: #33ccff
}

.breadcrumbs {
	margin-bottom: 0;
}


	@media (max-width: 970px) {
		.breadcrumbs {
			padding-top: 0.5rem;
			padding-left: 0em;
		}
	}
	@media (max-width: 767px) {
		.breadcrumbs {
			 padding: 1.3rem 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: 5px;
  background-color: rgba(4, 19, 31, 0.04) !important;
}
.medium-up-3 .pricing-table {
	padding: 1rem 1rem;
	padding-bottom: 7rem;
}
.pricing-table.highlight {
/* 	transform: scale(1.05); */
}

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


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

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

.pricing-table .icon i {
	position: relative;
	top:5px;
}
.pricing-table .title-wrap {
	padding-bottom: 1.5rem;
}
.pricing-table .title {
	line-height: 1.2;
	font-size: 1.875rem;
	font-weight: 700 !important;
  border-bottom: 0 !important;
  margin-bottom: 0rem;

}
.pricing-table .title small {
	display: block;
	padding-top: 15px;
	font-size: 1.4rem;
	color: #000;
}
.pricing-table .price {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 1.45rem;
  border-bottom: 0;
  font-weight: 700;
}
.pricing-table .price-info {
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}
.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: #000 !important;
	font-size: 14px;
	font-weight: 700;
}
.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: #092470;
	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: 1rem 0 3rem 0;

}


.footer-content {
	padding: 1rem 2rem 2rem 0.5rem;
}
.footer-content.first {
	padding-right: 1rem;
}
.follow-title {
	display: block;
}

	@media  (max-width: 1024px) {
		.footer-content {
			padding-left:0rem;
			padding-right: 0rem;
		}
		.footer-content.first {
			padding-left: 0.5rem;
		}
		.footer-content.social {
			float: right
		}

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

	}

.footer-content.first .footer-title {

}
.footer-content .footer-title {
	font-weight: 700;
	font-size:0.76rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
	color: rgba(255, 255, 255, 0.3) !important;
}
.footer-content p {
	line-height: 1.9;
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.7) ;
}
.footer-content p a {
	color: rgba(255, 255, 255, 0.7);
}
.footer-content p a:hover {
		color: rgba(255, 255, 255, 1);
}
.footer-content p strong {
	margin-right: 5px;
}

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

.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;
	padding-left:1rem;
}
.footer-content ul li a {
	color: rgba(255, 255, 255, 0.7);
}
.footer-content ul li a:before {
	color: #33ccff;
	content: "\e93c";
	margin: 0 0;
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 0.76rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 1;
	transform: translateX(-1px) 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;
}
.footer-content ul li a:hover:before {
	opacity: 1;
	transform: translateX(1px) translateY(0);
}

.footer-content ul li a:hover {
	color: #fff !important;
}
.companies .footer-list li {
	float: left;
	display: inline-block;
	width: 50%;
}


.socialist {
	top: -6px;
	position: relative;
}
.socialist li a {
	padding: .54rem 0 !important;
	padding-left: 40px !important;

}
.socialist  li a:before {
	display: none;
}
.socialist li a i {
	position: absolute;
	top: 4px;
	left:0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 100px;
	background: #33ccff;
	color: #fff;
		box-shadow: 0px 0px 19px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.socialist a:hover i {

}
.socialist li.phone {
	display: none;
}


	@media  (max-width: 1024px) {
		.companies .footer-list li {
			float: left;
			display: inline-block;
			width: 50%;
			padding-right: 1rem;
		}


	}
/* Bottom */

.copyright {
	display: block;
	color: rgba(118, 132, 153, 1);
	font-size: 0.86rem;
	padding-left:0.5rem !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(9, 37, 113, 1);
}
.footer-links a:hover {
	color: #33ccff !important;
}

.footer-bottom {

	padding: 3rem 0;
	margin-top: 1rem;

}


	@media  (max-width: 970px) {
		.social {
			width: 100%;
			border-top: 1px solid rgba(238, 238, 238, 0.35);
			padding-top: 2rem;
		}
		.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;
			border-radius: 100px;
			background: #000;
			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 {
			text-align: center;
		}
		.footer-links {
			padding-top:10px;
			text-align: center;
		}
		.footer-links a {
			margin:0 5px;
		}
		.footer-logos {
			text-align: center;
		}
		.footer-bottom {
			background: #fff;
			padding: 2rem 0 1rem;
			margin-top: 0rem;
		}

	}

/* Add Noise */
.addnoise {
	float: right;
	width: 100px;
	height: 50px;
	color: #a2aaae !important;
	font-style: italic;
	font-size: 11px;
	background:  url('../images/addnoise.svg') no-repeat top;
	background-size: contain;
	opacity: 0.2;
	filter:grayscale(100%);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.addnoise:hover  {
	opacity: 1;
	filter:grayscale(0%);
}
.addnoise a {
	display: block;
}

	@media  (max-width: 640px) {
		.addnoise {
			position: relative;
			right: 40%;
			margin: auto;
			margin-right: -50px;
			margin-top: 20px !important
		}
	}

.statement {
	float: right;
	width: 100px;
	height: 45px;
	color: #a2aaae !important;
	font-style: italic;
	font-size: 11px;
	margin-top: -0.6rem;
	background:  url('../images/statement_logo.png') 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;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.statement:hover  {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: none;

}
.statement a {
	display: block;
}

	@media  (max-width: 640px) {
		.statement {
			position: relative;
			right: 60%;
			margin: auto;
			margin-right: -50px;
			margin-top: 20px !important
		}
	}

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

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

}



/* Sitemap */

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

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

}
.sitemap ul ul {
	margin-left: 0px;
	padding: 4px 0;
	padding-left: 15px;
	border-left: 2px solid rgba(114, 127, 161, 0.2);
}
.sitemap ul ul ul{
	margin: 4px 0;
	padding-left: 15px;
	border-left: 2px solid rgba(114, 127, 160, 0.2);
}
.centered .sitemap ul ul ul{
	border: 0;
}

.sitemap ul li.invisible {
	visibility: visible;
	display: block;
}

.sitemap li a {
	font-weight: 700;
	text-transform: uppercase;
	color: #092470 !important;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 2px 0px 2px 0px;
}
.sitemap li ul li a {
	text-transform: uppercase;
	color: #092470 !important;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 2px 0px 2px 0px;
	font-weight: 700;
	line-height:1;
}
.sitemap li li li a {

	font-weight: 700;
	color: #727fa0 !important;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	letter-spacing: 0px;
}
.sitemap li li li li a {

	font-weight: normal;
	font-size: 14px ;
	color: #727fa0 !important;
}
.sitemap li a {

}
.sitemap li {
	margin: 0;
	padding: 1px 0 1px;
}
.sitemap li:last-child {
	border: 0;
}
.sitemap li a:hover {
	color: #33ccff !important;
}
.sitemap li a.actief {

}



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

.floating-arrow-wrapper {
	position: relative;
	z-index: 9999 !important;
}

.going-down {
    position: absolute;
    bottom: 50px;
    left: 0%;
		margin-left: -32px;
    height: 64px;
    width: 64px;
    background: transparent;
    text-align: center;
    z-index: 9999 !important;
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 100px;
    outline: 0;
    font-size: 1.6em;
/*     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: #fff;
    line-height: 64px;
    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 {
    color: #fff
}

.going-down:hover {

}

.going-down:active {}

@media (max-width: 970px) {
	.going-down {
	  right: 1rem;
	}
}

@media (max-width: 600px) {
    .floating-arrow-wrapper {

			position: relative;
			z-index: 9999 !important;
		}
		.going-down {
			bottom:20px;
		}

}
@media (max-width: 320px) {
    .going-down {
	    right: 0.6rem;
	    bottom: 10px;
    	font-size: 1.3em;
			height: 48px;
			width: 48px;
		}
		.going-down i {
			line-height: 48px;
		}
}


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