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


#page-container {
	position:relative;
	z-index: 2;
/* 	padding: 0 40px 0px 40px; */
	background: #fff;
}
	@media (max-width: 1600px) {
		#page-container {
			margin: 0 0px 0px 0px;
		}
	}


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

	@media (max-width: 1430px) {
		#page-container {
			overflow: hidden;
		}
	}


.row {
	max-width: 74em;
	z-index: 2;
}
.row.narrow {
	max-width: 70em
}
.row.wide {
	max-width: 80em
}
.row.wider {
	max-width: 92.5em
}
.main-content {
	position: relative;
}
/* Section Up */
.section-up-small  {
	margin-top: -40px;
}
.section-up-medium  {
	margin-top: -80px;
}
.section-up-large {
	margin-top: -120px;
}

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

.header-placeholder {
	display: block;
	height: 110px;
}


	@media (max-width: 1600px) {
		.row.wider {
			max-width: 82.5em
		}
	}
	@media (max-width: 1440px) {
		.row.wider {
			max-width: 78em
		}
	}
	@media (max-width: 1320px) {
		.row.wider {
			max-width: 90%
		}
	}
	@media (max-width: 1024px) {
		.row {
			max-width: 60rem
		}
		.row.wide {
			max-width: 62em
		}

		.row.narrow {
			max-width: 94%
		}
	}
	@media (max-width: 940px) {
		.section-wrapper {
			padding-left:1rem;
			padding-right: 1rem;
		}
	}
	@media (max-width: 640px) {
		.section-wrapper {
			padding-left: 0rem;
			padding-right: 0rem;
		}
	}

#bigHalfCircle {
	position: absolute;
	bottom: 0px;
	z-index: 2;
}
#bigHalfCircle path {
	fill: #fff;
	stroke: #fff;
}

#bigHalfCircle.inversed {
	transform: rotate(180deg)
}
#bigHalfCircle.inversed.primary {
	transform: rotate(180deg)
}
#bigHalfCircle.inversed.primary path {
	fill: #029d9a;
	stroke: #029d9a;
}

	@media (max-width: 970px) {
		#bigHalfCircle {
			height: 80px;
			bottom:-1px;
		}
		.section-wrapper:before {
			position: absolute;
			top: -1px;
			left:0;
			width: 100%;
			height: 1px;
			background: #fff;
			content:'';
			z-index: 2;
		}
	}
	@media (max-width: 640px) {
		#bigHalfCircle {
			height: 40px;
			bottom:-1px;
		}


	}
.section-shape {
	position: absolute;
	bottom:-10px;
	left:0;
	width: 100%;
	height: 140px;
	background: url('../images/section-shape-inversed.svg') no-repeat top center;
	background-size: 101% auto;
	z-index: 99;
}

	@media (max-width: 640px) {
		.section-shape {
			height: 100px;
		}


	}

.white-glow:before {
	position: absolute;
	bottom: 0;
	left:0;
	top:0;
	right:0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	content:'';
	z-index: -1;
	opacity: 0.1
}

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


#topbar {
	position: absolute !important;
	top: 0;
	left:0;
	width: 100%;
	height: 100px;
	z-index: 999 !important;


	-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: height;

}

	@media (max-width: 1024px) {
		#topbar {
			height: 100px;
		}
		.header-placeholder {
			height: 100px;
		}
	}
	@media (max-width: 970px) {
		#topbar {
			height: 80px;
		}
		.header-placeholder {
			height: 80px;
		}
	}
	@media (max-width: 540px) {

	}



/* On scroll */
#topbar.small {
		height: 60px;
/* 	transform: translateX(0%) translateY(-120px); */
}


#topbar .inner  {
	display: block;
	max-width: 74em;
	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%; */

}

	@media (max-width: 1280px) {
		#topbar .inner  {
				max-width: 74em;
		}
	}
	@media (max-width: 1024px) {
		#topbar .inner  {
			max-width: 60em;
		}
	}
	@media (max-width: 970px) {
		#topbar .inner  {
			max-width: 100%;
		}
	}
	@media (max-width: 767px) {
		#topbar {
			height: 100px;
		}
		#topbar .inner  {
			max-width: 97%;
		}
	}
	@media (max-width: 440px) {
		#topbar {
			height: 90px;
		}
		#topbar.small {
			height: 60px;
		}
	}



/* Logo */
.logo {
	display: block;
	position: absolute;
	top: 2.5rem;
	left: 0rem;
	width: 400px;
	height: 120px;
	background:  url('../images/chio-logo.png') no-repeat center;
	background-size: contain;
  z-index: 998 !important;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	will-change: font-size;
}


	@media (max-width: 1024px) {
		.logo {
			width: 380px;
			height: 120px;
		}
	}
	@media (max-width: 970px) {
		.logo {
			width: 52%;
			height: 120px;
		}
	}
	@media (max-width: 640px) {
		.logo {
			top: 1.5rem;
			width: 100%;
			height: 100px;
		}
	}
	@media (max-width: 400px) {
		.logo {
			height: 80px;
		}

	}



.topbar-border {
	display: none;
	position: absolute;
	top: 0px;
	left:0;
	width: 100%;
	height: 8px;
	opacity: 1;
	visibility: visible;
	z-index: 111 !important;
	background: rgb(255,104,50);
	background: -moz-linear-gradient(left,  rgba(255,104,50,1) 0%, rgba(81,199,228,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,104,50,1) 0%,rgba(81,199,228,1) 100%);
	background: linear-gradient(to right,  rgba(255,104,50,1) 0%,rgba(81,199,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029d9a', endColorstr='#51c7e4',GradientType=1 );

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.small .topbar-border {
	opacity: 0;
	visibility: hidden;
}

.topbar-extra {
	position: absolute;
	bottom: 50%;
	transform: translateX(0) translateY(50%);
	right:1rem;
}
/* Social */
.topbar-social {
	float: right;
	display: block;
	margin-top: 1.5rem;
}
.topbar-social ul li {
	display: inline-block;
}
.topbar-social ul li a {
	float: left;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 20px;
	background-color: #6e6e6e;
	margin-right: 5px;
}

.topbar-social ul li a i {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 1.4rem;
}


	@media (max-width: 970px) {
		.topbar-social {
			margin-right: 1.5rem;
		}
	}
	@media (max-width: 640px) {
		.topbar-social {
			display: none;
		}
	}


/* Codes invullen */

.codebox-wrapper {
	z-index: 88 !important;
	position: relative;
	padding-right: 2rem;
	margin-bottom: 3rem;
}
.codebox {
	margin-top: -2.76rem;
	position: relative;
	min-height: 200px;
	padding: 2.5rem 3rem 5.5rem;
	border-radius: 15px;
	box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.14);

}

	@media (max-width: 1024px) {
		.codebox {
			padding: 2.5rem 2rem 5.5rem;
		}
	}
	@media (max-width: 970px) {
		.codebox-wrapper {
			padding-right: 1rem;
		}
		.codebox {
			margin-top: -1.76rem;
			padding: 2.3rem 1rem 4.5rem;
		}
	}
	@media (max-width: 640px) {
		.codebox-wrapper {
			padding-right: 0rem;
		}
		.codebox-wrapper .codebox {
			margin-top: 2rem;
			padding: 1.5rem 1.5rem 4.5rem;
		}
	}


.codes-info-preview {

	display: block;
	text-align: center;
	padding: 0 !important;
	font-size: 0.96rem !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.67);
	font-weight: 400;
	z-index: 998 !important;
}
.codes-info-preview:hover {
	color: #fff;
	background-color: transparent !important;
}
.codes-info-preview:before {
	display: none;
}

.codebox-title-wrap {
	display: inline-block;
	position: relative;
	padding-right: 3rem;
}

.codebox-title {
	font-size: 2.4rem;
	display: block;
	margin-bottom: 20px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.22);
}
.codebox-lead {
	display: block;
	padding-top: 0rem;
}
.codebox-lead p {
	font-size: 1.125em;
	font-weight: 300;
	color: #000;
	line-height: 1.3;
}

	@media (max-width: 1024px) {
		.codebox-lead p {
			font-size: 1.125em;
		}
	}
	@media (max-width: 970px) {
		.codebox-title {
			font-size: 2rem;
		}
		.codes-info-preview {
			width: 100%;
		}

	}


.codebox-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

.codebox-footer {

}
.codebox-footer .codebox-button {
	position: absolute;
	left:50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	width: 70%;
}

	@media (max-width: 1024px) {
		.codebox-footer .codebox-button {
			width: 80%;
		}
	}

.codebox-radio-button {
	margin-bottom: 20px;
}
.codebox-radio-button span {
	padding-top: 5px;
	display: block;
}
.codebox-form label {
	display: block;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0.8rem 1rem 0.8rem;
	border-radius: 5px;
	border: 2px solid rgba(37, 58, 118, 0.12);

	font-size: 0.96rem;
	font-weight: 700;
	text-align: center;
	margin: 0px !important;
	margin-right: 0px !important;
}

.codebox-input-wrap {
	display: block;
	margin: 0px 0 10px;
}

.input-group-label {
	font-weight: 700;
	background: #fff;
	border: 2px solid rgba(37, 58, 118, 0.12);
}
.codebox-input {
	font-size: 1.4rem;
	font-family: 'ahkio-thin', sans-serif;
	border: 0px solid rgba(37, 58, 118, 0);
	box-shadow: none;
	height: 58px;
	padding: 1rem 1rem 0.8rem;
	font-weight: normal;
}
.codebox-input.invalid {
	box-shadow: inset 0 0 0 3px #E11C1E;
}
.input-group-field {
	border-radius: 0 5px 5px 0;
}
.codebox-input:focus {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border: 0;
}
.codebox-input.invalid:focus {
	box-shadow: inset 0 0 0 3px #E11C1E, 0px 0px 20px rgba(0, 0, 0, 0.1);
}
input::placeholder, textarea::placeholder {
	color: #acb4c1;
}

.codebox-wrapper .errors {
	margin-left: 2rem;
	color: #E11C1E;
}



/* Popup */
.white-popup .codebox-inner {
	padding-left: 3rem;
	padding-right: 3rem;
}
.white-popup .codebox-title-wrap {

	padding: 2rem 0rem 1.5rem;
}
.white-popup .codebox-form {
	padding: 0.3rem;
}

		@media (max-width: 640px) {
			.white-popup .codebox-inner {
				padding-left: 1rem;
				padding-right: 1rem;
			}
		}


.chio-action-package {
	position: absolute;
	top: -330px;
	right: -120px;
	width: 500px;
	height: 400px;
	background:  url('../images/chio-actieverpakking4.png') no-repeat center;
	background-size: contain;
	z-index: 997 !important;
}
	@media (max-width: 1024px) {
		.chio-action-package {
			top: -300px;
			right: -100px;
			width: 440px;
			height: 360px;
		}
	}
	@media (max-width: 640px) {
		.chio-action-package {
			top: -180px;
			right: -100px;
			width: 340px;
			height: 260px;
		}
	}
	@media (max-width: 400px) {
		.chio-action-package {
			top: -180px;
			right: -100px;
			width: 290px;
			height: 240px;
		}
	}


.chio-heartbreakers-1 {
	position: absolute;
	top: -210px;
	left: -40px;
	width: 240px;
	height: 240px;
	background:  url('../images/chips-heartbreaker-1.png') no-repeat center;
	background-size: contain;
	z-index: 99;
}
.chio-heartbreakers-1-1 {
	position: absolute;
	bottom: -70px;
	left: -60px;
	width: 140px;
	height: 140px;
	background:  url('../images/chips-heartbreaker-1.png') no-repeat center;
	background-size: contain;
	transform: rotate(-40deg);
	z-index: 998;
}
.chio-heartbreakers-paprika{
	position: absolute;
	top: -300px;
	left: -160px;
	width: 300px;
	height: 300px;
	background:  url('../images/chips-paprika-heartbreaker.png') no-repeat center;
	background-size: contain;

	z-index: 998 !important;
}
	@media (max-width: 1024px) {
		.chio-heartbreakers-1 {
			top: -180px;
			width: 200px;
			height: 200px;
		}
		.chio-heartbreakers-paprika {
			top: -280px;
			left: -120px;
		}
	}
	@media (max-width: 970px) {
		.chio-heartbreakers-paprika {
			top: -260px;
			left: -80px;
		}
	}
	@media (max-width: 640px) {
		.chio-heartbreakers-1 {
			top: -180px;
			left: -50px;
		}
		.chio-heartbreakers-paprika{
			top: -160px;
			width: 180px;
			height: 180px;
			left: -60px;
		}
	}
	@media (max-width: 400px) {
		.chio-heartbreakers-1 {
			top: -160px;
			left: 0px;
			width: 160px;
			height: 160px;
		}
	}



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

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

	@media (max-width: 970px) {
		.section-c2a .section-title-wrapper {
			padding-left: 1rem;
		}
	}
	@media (max-width: 640px) {
		.section-title-wrapper {
			padding-left: .5rem;
			padding-bottom: 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 {
	font-family: 'ahkio-thin', sans-serif;
	font-weight: normal;
	display: block;
	margin-bottom: 0px;
	font-size: 1.8rem;
	color: #fac770;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.section-title-wrapper.text-center .section-intro {
	padding-left: 0px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-color3) .section-intro {
	color: #ffffff !important;
}
.section-title {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
}
.section-title img {
	position: relative;
	margin-top: -20px;
	left: -35px;
}
.section-title.small {
	font-size: 32px;
}
.section-title.medium {
	font-size: 44px;
}
.section-title.large {
	font-size: 56px;
	line-height: 1.2;
}
.section-title em {
	font-style: normal;
	color: #0060a2;
}


[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-color3) .section-title  {
	color: rgba(255, 255, 255, 1) !important;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
}

.section-title-wrapper p {
	font-size: 1.125rem;
}
.section-lead {
	display: block;
	padding-top: 0rem;
}
.section-lead p {
	font-size: 1.125em;
	font-weight: 300;
	color: #000;
	line-height: 1.9;
}
.section-lead.large p {
	font-size: 1.425rem;
	font-weight: 500;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-color3) .section-lead p  {
	color: rgba(255, 255, 255, 0.6) !important;
}
.section-more {
}
.section-more:hover {


}

.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: 970px) {
		.section-title {
			font-size: 2.4rem;
		}
		.section-title.medium {
			font-size: 2.4rem;
		}
	}
	@media (max-width: 640px) {


		.section-title {
			font-size: 30px;
			line-height: 1.3;
		}
		.section-title.small {
			font-size: 24px;
		}
		.section-title.medium {
			font-size: 32px;
		}
		.section-title.large {
			font-size: 44px;
			line-height: 1.2;
		}
		.section-lead p {

		}
	}
	@media (max-width: 440px) {
		.section-intro {
			margin-bottom: 15px;
			font-size: 1.2rem;
		}
		.section-title {
			font-size: 30px;
			line-height: 1.3;
		}
		.section-title.small {
			font-size: 20px;
		}
		.section-title.medium {
			font-size: 28px;
		}
		.section-title.large {
			font-size: 38px;
			line-height: 1.2;
		}
		.section-lead p {
			font-size: 1rem;
			line-height: 1.7;
		}
	}
	@media (max-width: 360px) {
		.section-title.large {
			font-size: 32px;
			line-height: 1.2;
		}
		.section-title.medium {
			font-size: 22px;
		}
	}

/* 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: 20% auto;
	background-repeat: repeat;
	z-index: 1;
}

.bg-heartbreakers {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg-heartbreakers.svg');
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	opacity: 0.14;
}

/* 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.8;
}
.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 {
	position: relative;
	z-index: 1;
}
.introduction-title-wrapper {
	position: relative;
}
.introduction-label {
	font-weight: 700;
}
.introduction-title {
	line-height: 1.1;
	position: relative;
	font-size: 220%;
}
.introduction-title span {
	display: inline-block;
}
.introduction-text {
	padding-top: 0.5rem;
}
.introduction-text p {
	font-size: 1.3rem;

}
.introduction-button {
	margin-top: 10px;
}
.introduction-link i {
	margin-left: 5px;
}

	@media (max-width: 1024px) {
		.introduction-title-wrapper {
				padding-left: 1.5rem;
		}
		.introduction-title {
			font-size: 2rem;
		}
		.introduction-text {
			padding-right: 2rem;
		}
		.introduction-text p {
			font-size: 0.96rem;
			line-0height:1.6;
		}
	}
	@media (max-width: 640px) {
		.introduction-title-wrapper {
			padding: 1rem;
		}
		.introduction-title {
			font-size: 1.8rem;
		}
		.introduction-text {
			padding: 1rem;
		}

	}


/*
---------------------------
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-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-lighter):not(.bg-secondary) .c2a-text p   {
	color: rgba(255, 255, 255, 1) !important;
}

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

}
.actionbar .c2a-button {

}


/*
-----------------------------
Actionbar
-----------------------------
*/
.actione {
	margin: 0 1rem;
}
.actionbar {
	padding: 1.6rem 2rem 1.7rem;
	text-align: center;
	position: relative;
}
.actionbar: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;

}

.actionbar .actionbar-title {
	position: relative;
	top: 5px;
	display: inline-block;
	font-size: 1.8rem;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .actionbar .actionbar-title {
	color: rgba(255, 255, 255, 1) !important;
}

.actionbar .actionbar-button {
	margin-left: 1rem;
}



	@media (max-width: 1024px) {
		.actionbar .actionbar-button {
			margin-top: 1rem;
			margin-left: 0rem;
		}
	}


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


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


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


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


.usp-box {
	padding: 1rem 1rem 1rem 1rem;
	margin-bottom: 2rem;
}
.usp-icon {
	width: 100%;
	min-height: 160px;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 0rem;
	position: relative;

}
.usp-icon.icon-small {
	font-size: 1.8rem;
}
.usp-icon.icon-medium {
	font-size: 3.3rem;
}
.usp-icon.icon-large {
	font-size: 6.2rem;
}
.usp-icon img {
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%) translateY(0%);
}

.usp-icon i {
	position: relative;
	top:5px;

}
.usp-section {
	padding-top: 0.3rem;
}
.usp-title {
	font-size: 1.3rem;
	font-weight: 700;
}
.usp-section p {

	line-height:1.6;
	font-weight: 400;
}

	@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;
		}
	}
	@media (max-width: 970px) {
		.usp-icon.icon-small {
			font-size: 1.2rem;
		}
		.usp-icon.icon-medium {
			font-size: 2.2rem;
		}
		.usp-icon.icon-large {
			font-size: 4.6rem;
		}


	}
	@media (max-width: 400px) {
		.usp-box {
			padding-bottom: 1rem;
		}
		.usp-icon {
			font-size: 3.2rem;
			margin-left: 0.6rem;
		}


	}

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

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

.brands .brands-item{
	padding: 1rem 0.5rem;

}
.brands .brands-item img {
	height: 100px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	-webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4
}
.brands .brands-item:hover img {
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}

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

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

.textbox {
	padding-top: 0px;
	border-radius: 10px;
	position: relative;
	margin: 30px 0;
	min-height: 100px;
}
.textbox.boxed {
	overflow: hidden;
	border-radius: 10px;
}
.textbox.bordered {
	border: 2px solid rgba(37, 58, 118, 0.12);
}
.textbox.with-list {
	margin: 50px 0 30px;
}

.textbox-icon {
	width: 100px;
	min-height: 100px;
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left:-40px;
	background: #fff;
	border-radius: 200px;
	z-index: 1;

}
.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 img {
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}

.textbox-icon i {
	position: relative;
	top:5px;

}

.textbox-image {
	overflow: hidden;
	position: relative;
	display: block;
}
.textbox-image a {
	display: block;
}
a.textbox-image,
.textbox-image img {
	border-radius: 10px;
	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;
}
.textbox-image:hover img,
.textbox-image a:hover img {
/* 	opacity: 0.9; */
}

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

	display: none;
}

.textbox-image-title-wrap {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.textbox-image-title-wrap:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	top:0;
	content:'';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 1;
}
.textbox-image-title-wrap .textbox-image-title,
.textbox-image-title-wrap .textbox-image-title a {
	max-width: 80%;
	position: relative;
	color: #fff;
	z-index: 2;
}

.textbox-section {
	display: block;
	padding: 1.5rem 1.5rem;
}
.textbox-section.with-button {
	padding-bottom: 100px;
}
.textbox.team .textbox-section {
	padding: 15px 0rem;
}

.textbox-section .textbox-label {
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
}


.with-list .textbox-title-wrap {
	width: 100%;
	padding: 2.5rem 1.5rem 1rem 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}
.textbox-title {
	line-height: 1.2;
	font-weight: 700;
}
.textbox-title.title-small {
	font-size: 1.1rem;
}
.textbox-title.title-medium {
	font-size: 1.4rem !important;
}

.textbox-title a {
	color: #000 !important;
	position: relative;
}
.textbox-title span,
.textbox-title a span {
	color: #f9b852;
	position: relative;
}
.textbox-section p {
	font-size: 1.125rem;
	line-height: 1.6;
}
.textbox-section.bg-white .textbox-intro > p {
	color: #70767f !important;
	font-size: 1rem;
}


.textbox-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
.textbox-footer .textbox-button {
	width: 100%;
}
.textbox-footer .textbox-button:hover {

}

.with-list .textbox-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #fafbfb;
	border-radius: 0 0 10px 10px;
}
.with-list .textbox-footer .textbox-button {
	position: absolute;
	left:50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
}
	@media (max-width: 970px) {
		.with-list .textbox-footer .textbox-button {
			width: 60%;
			text-align: center;
		}
	}

/* Social */
.textbox-social {
	display: block;
	padding-top: 0.2rem;
	padding-left: 4rem;
}

	@media (max-width: 970px) {
		.textbox-social {
			padding-top: 1rem;
			padding-left: 2rem;
		}
	}
.textbox-social ul li {
	display: inline-block;

}
.textbox-social ul li a {
	float: left;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 20px;
	background-color: #6e6e6e;
	margin-right: 5px;
}

.textbox-social ul li a i {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 1.4rem;
}
.twitter,
.twitter:hover {
	background-color: #1da0f2 !important;
}
.facebook,
.facebook:hover {
	background-color: #3f62a9 !important;
}
.whatsapp,
.whatsapp:hover {
	background-color: #26d44b !important;
}

.instagram,
.instagram:hover {
	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 );

}
.linkedin,
.linkedin:hover {
	background-color: #2f78b9 !important;
}
.googleplus,
.googleplus:hover {
	background-color: #cf4836 !important;
}
.youtube,
.youtube:hover {
	background-color: #c8312e !important;
}

/* Team Social */

.textbox.team .textbox-social {
	display: block;
	padding-top: 1rem;
	padding-left: 0rem;
}
.textbox.team .textbox-social ul li a {
	float: left;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.textbox.team .textbox-social ul li a i {
	font-size: 1rem;
}


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

	@media (max-width: 640px) {
		.textbox-social {
			text-align: center;
			padding-top: 1rem;
			padding-left: 0;
		}
		.textbox-social ul li {
			display: inline-block;

		}
	}


/* CheckList */
.textbox-checklist {
	padding-left:2rem;
}
.textbox-checklist li {

	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding: 0.4rem;
	padding-left: 2.5rem;
}
.textbox-checklist li a {
	padding-left: 0;

	display: block;
  letter-spacing: 0px;

	position: relative;
	line-height: 1.1;
	color: #000;
}
.textbox-checklist ul li:before,
.textbox-checklist ul li:after {
	position: absolute;
	top:7px;
	left:0;
	border: 2px solid #d1d5dc;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 100px;
}
.textbox-checklist ul li:after {
	color: #2ed268;
	font-family: 'icomoon';
	content: "\e934";
	font-size: 16px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #2ed268;

}

/* List */
.textbox-list li a {
	padding-left: 0;
	font-weight: 700;
	display: block;
	padding: 0.4375em 0em 0.4375em 1.5rem;
  letter-spacing: 0px;
  font-size: 1rem;
	position: relative;
	line-height: 1.1;
	color: #000;
}
.textbox-list li a:hover {
	color: #f9b852;
}

.textbox-list ul li a:before {
	position: absolute;
	top:8px;
	left:0;
	width: 16px;
	height: 16px;
	background: url('../images/arrow-primary.svg') no-repeat center;
	background-size: contain;
	content:'';

}

/* Files */
.textbox-files ul li a {
	padding-left: 0;
	font-weight: 700;
	display: block;
	padding: 0.4375em 0em 0.4375em 0rem;
  letter-spacing: 0px;
  font-size: 1rem;
	position: relative;
	line-height: 1.1;
	color: #000;
}
.textbox-files li a:hover {
	color: #f9b852;
}
.textbox-files ul li a i {
	margin-right: 10px;
}

	@media (max-width: 1024px) {
		.textbox-section .textbox-title {
			font-size: 1.3rem;
		}
		.textbox-section p {
			font-size: 0.96rem;
			line-height: 1.7;
		}
	}
	@media (max-width: 970px) {

		.textbox-section .textbox-title {

		}
		.textbox-section {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.with-list .textbox-section {
			padding-left: 0rem;
			padding-right: 0rem;
		}
		.bordered .textbox-section {
			padding-left: 1.5rem;
			padding-right: 1rem;
		}

		.text-center .textbox-section {

		}
		.textbox-section p {
			font-size: 0.86rem;
			line-height: 1.6;
		}
		.textbox-section.bg-white .textbox-intro > p {
			font-size: 0.86rem;
			line-height: 1.6;
		}

	}
	@media (max-width: 640px) {
		.textbox {
			margin-top: 0px;
		}
	}

.text.button:hover {


}



/*
---------------------------
SECTION TABS (vertical)
---------------------------
*/

.tabs {
	position: relative;
	margin-left:-1.4rem;
	background: transparent;
	border:0;
	z-index: 89;
}
.tabs-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.tabs-title > a {
	color: #fff;
	background: transparent;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left:3.5rem;

}
.tabs-title > a:hover {
	color: #fff;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%) ;
}
.tabs-title > a:before {
	position: absolute;
	top: 50%;
	left:1rem;
	transform: translateX(0%) translateY(-50%);

	font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;


	color: #f9b852;
  content: "\e409";
  font-size:2rem;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	color: #0e1727;
	font-weight: 700;
}
.tabs-title > a[aria-selected=true]:after {
	position: absolute;
	top: 0;
	left: 100%;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 58px 86px 0 0;
	border-color: #fff transparent transparent transparent;
}

.section-tabs .tabs-content {
	position: absolute;
	top: 0;
	right:0;
	width: 55%;
	height: 100%;
	bordeR:0;
}
.tabs-panel {
	position: absolute;
	top: 0;
	right:0;

	width: 100%;
	height: 100%;
	z-index: 88;
}
.tabs-panel-caption {
	position: absolute;
	bottom: 2rem;
	right:5rem;
	padding: 2rem;
	display: block;
	width: 400px;
	z-index: 88;
}
.tabs-panel-caption-title {
	color: #fff;
	font-size: 1.4rem;
}

/* Section background image */
.bg-tabs-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;
}




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

#page-content {
	padding-top: 2rem;
}
#content {
	padding: 0 3rem 0 0rem;
}
.medium-centered #content {
	padding: 0 2rem 2rem 2rem;
}
	@media (max-width: 970px) {
		#content {
			padding: 0 1rem 0 1rem;
		}
	}
	@media (max-width: 400px) {
		#content {
			padding: 0 0.4rem 0 0.4rem;
		}
	}

.text-wrapper {

}

.large-5 .text-wrapper {
	padding-top: 2rem;
	padding-left: 1.5rem;
}
.text-wrapper-intro {
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-size: 1.3rem;
	color: #fff3b0;
}
.text-wrapper-title {
	font-size: 28px;
	line-height: 1.1;
}
.text-wrapper-title.small {
	font-size: 1.1rem;
}
.text-wrapper-title.medium {
	font-size: 44px;
}
.text-wrapper-title.huge {
	font-size: 48px;
}
.text-wrapper-title.sub {
	font-size: 1.8rem !important;
}

.text-wrapper-subtitle {
	font-size: 1.2rem;
}
.text-wrapper-lead {
	padding-top: 10px;
}
.text-wrapper-lead p {
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.5;
}

.text-wrapper-content {
	padding-top: 20px;
}
.text-wrapper-content p {
	font-size: 1rem;
	font-weight: 300;
}

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

/* 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 0rem 0 3rem;
	border-right: 0px solid #ddd;
	border-left: 0px solid #ddd;
}

.text-wrapper blockquote:before {
	position: absolute;
	top: -70px;
	left: 30px;
	content: '“';
	font-family: 'Georgia';
	font-weight: bold;
	font-size: 130px;
	opacity: 0.08;
	color: #000;
	z-index: -1;
}

	@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: #000;

}
.text-wrapper blockquote p strong {
	color: #888;
	font-size: 0.86rem;
	font-weight: 400;
	font-style: normal;
}


/* Files */
ul.files li {
	color: #0e1727;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 0.46rem 1rem 0.46rem 0rem;
	position: relative;
}


/* Accordion */

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

.accordion-title {
	font-size: 1rem;
	color: #000;
	font-weight: 600 !important;
	background: #fff;


}
.accordion-title:before {
	right: 1.2rem;
	font-weight: 400;
	font-size: 1.3rem;
	margin-top: -0.7rem;
	color:rgba(0, 0, 0, 0.28);
}

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

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

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

}

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


.section-wrapper .accordion .accordion-title {
	font-family: 'ahkio-thin', sans-serif;
	margin: 10px 0 0;
	border-radius: 15px;
	border:0;
	color: #000;
	padding: 1.2rem 1.5rem;
	font-weight: normal !important;
	font-size: 1.425rem;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
}
.section-wrapper .is-active .accordion-title {
	border-radius: 15px 15px 0 0;
	color: #f9b852;
}
.section-wrapper .accordion-title:focus, .section-wrapper  .accordion-title:hover {
	background-color: #fff !important;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}
.section-wrapper .accordion .accordion-content {
	border-radius: 0 0 15px 15px;
	border:0;
	padding: 1.5rem;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
}
.section-wrapper .accordion-title:before {
	right: 2rem;
	font-weight: 700;
	font-size: 2rem;
	margin-top: -1rem;
	color: #f9b95c;
	font-family: 'ahkio-thin', sans-serif;
	content: "+"
}
.section-wrapper .is-active .accordion-title:before {
	font-family: 'ahkio-thin', sans-serif;
	content: "-"
}
.section-wrapper .accordion-content-lead p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
}
.section-wrapper .accordion-content-text {
	padding-right: 2rem;
}
.section-wrapper .accordion-content-text p {
	font-size: 0.96rem;
	font-weight: 300 !important;

}


	@media (max-width: 640px) {
		.section-wrapper .accordion .accordion-title {
			font-size: 1rem;
			padding-right: 2.5rem;
		}
		.section-wrapper .accordion-title:before {
			right: 1rem;
		}
	}

/* Pages (onderliggende pagina's) */

/* Pagebox */
.pagebox {
	width: 100%;
	display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.09);
	margin: 0 0px;
	padding: 1rem 1rem ;
	min-height: 60px;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
}
a.pagebox:hover {
	border-color: rgba(0, 0, 0, 0.3);
}
.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;
	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: 1.2em;
	line-height: 1.1;
	padding: 0em;
	margin: 0 0 5px 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: 1rem;
	font-size: 2rem;
	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;
}
.slick-prev:before {
	content: '◀';
}
.slick-next {
	right: 0px;
}
.slick-next:before {
	content: '▶';
}

.slick-slider .slick-arrow {
	background-color: rgba(0, 0, 0, 0.24);
	width: 50px;
	height: 100%;
	opacity: 0;
	border-radius: 10px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-arrow {
	opacity: 1;
}
.slick-slider .slick-arrow.slick-prev {
	border-radius: 10px 0 0 10px;
}
.slick-slider .slick-arrow.slick-next {
	border-radius: 0px 10px 10px 0;
}

/* 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: #34a8b9;
}





/* Quotes */

.quote-wrapper {

}
.slick-slider.quotes-carousel .slick-arrow {
	background-color: rgba(0, 0, 0, 0);
	width: 50px;
	height: 100%;
	opacity: .3;
	border-radius: 10px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;

}
.slick-slider.quotes-carousel .slick-prev {
	left:15%;
}
.slick-slider.quotes-carousel .slick-next {
	right: 15%;
}
.slick-slider.quotes-carousel .slick-prev:before,
.slick-slider.quotes-carousel .slick-next:before {
	color: #000 !important;
}

.faded:before,
.faded:after {
	position: absolute;
	top: 0px;
	z-index: 97 !important;
	width: 15%;
	height: 100%;
	content: '';
}
.faded:before {
	left: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}
.faded:after {
	right: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}


.quote-wrapper blockquote {
	text-align: center;
	border-left: 0;
	position: relative;

	max-width: 80%;
	margin: auto;
	padding: 4rem 0 1rem;
}
.quote-wrapper blockquote:before {
	position: absolute;
	top:0;
	left:0;
	content:'“';
	display: block;
	font-family: 'Georgia';
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 60px;
	opacity: 0.3;

}

.quote-wrapper blockquote p {
	color: #f9b852;
	font-weight: 400;
	font-style: normal;
	font-size: 1.7rem;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
}
.quote-wrapper blockquote footer {
  margin: auto;
  line-height: 1;
	margin-top: 2rem;
	font-size: 1rem;
  text-align: left;
  width: 220px;
  font-weight: 600;
}
.quote-wrapper blockquote footer span {
	font-weight: 400;
}

.quote-wrapper .quote-image {
   float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-left: 30px;
}

	@media (max-width: 1024px) {
		.quote-wrapper blockquote {
			max-width: 90%;
		}
		.quote-wrapper blockquote p {
			font-size: 1.4rem;
			line-height: 1.3;
		}
	}
	@media (max-width: 640px) {
		.quote-wrapper blockquote {
			max-width: 90%;
			font-size: 1rem;
		}
	}

/* Foto Overzicht
------------------------------- */

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

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

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


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

.photo a {
	overflow: hidden;

	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.photo a:hover {

}
.photo img {

	border-radius: 10px;
}
.photo a img {

	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: #34a8b9;
	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 {

	border-radius: 10px;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.photo-gallery a,
a.gallery-item {
	overflow: hidden;
	border-radius: 0;
	display: block;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.photo-gallery img {
	margin-bottom: 30px;
}
.photo-gallery a img,
.photo-slides img  {
	margin-bottom: 0px;
}


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

.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: #34a8b9;
	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: 15px !important;
	overflow: hidden;
	min-height: 260px;
	margin: 25px 0 0;
	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)
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .section-intro {
	color: #ffffff !important;
}
[class*=" section-up-"] .imagebox {
	box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.16);
}
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;
}

.object.with-shadow:hover:after {
    opacity: 1
}

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

.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*
.imagebox .imagebox-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	background:#000;
	content: '';
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
*/
a.imagebox:hover .imagebox-image {
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.imagebox .imagebox-image.bright:after {
	opacity: 0;
}
a.imagebox:hover .imagebox-image:after {
	opacity: 0.3;
}
.imagebox .imagebox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	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: .6;
}

/* 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;
	z-index: 3;
	opacity: .4;
	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.8;
}


.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-icon {
	position: absolute;
	top: 2rem;
	left:2rem;
	display:block;
	color: rgba(255, 255, 255, 0.25);
	font-size: 3.6rem;
	line-height: 1;
	padding: 0em 0em 0 0;
	margin-bottom: 0px;
	border-radius: 0px;
}
.imagebox .imagebox-description .imagebox-title-wrap {
	position: absolute;
	top: 0;
	left:0rem;
	width: 100%;
	padding: 1rem 2.5rem 0rem 1rem;
	visibility: hidden;
	opacity: 0;
}


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

/* Bottom */
.imagebox .imagebox-description .imagebox-title-wrap.bottom {
	top: auto;
	bottom:0;
	left:0rem;
	padding: 2.5rem 5rem 1rem 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 {

	font-weight: 700;
	display: block;
	font-size: 1.7rem;
	line-height: 1.1;
	color: #fff;
	margin: 0;
	letter-spacing: 1px;
	padding: 0em 0 5px;
	max-width: 100%;
	-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 {


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



/* Imagobox Heights */
.height-small .imagebox {
	height: 200px;
}
.height-medium .imagebox {
	height: 280px;
}
.height-large .imagebox {
	height: 360px;
}

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

/* IMAGEBOX GALLERY */
#gallerybar {
	position: absolute;
	top: -40px;
	width: 100%;
	min-height: 100px;
}
#gallerybar #order1.columns .imagebox {
  transform: translate(0, 0);
  z-index: 1 !important;
}
#gallerybar #order2.columns {
	z-index: 4 !important;
}
#gallerybar #order2.columns .imagebox {
  transform: translate(-25px, -40px);
  z-index: 4 !important;
}
#gallerybar #order3.columns .imagebox {
  transform: translate(-65px, -10px);
  z-index: 2 !important;
}
#gallerybar #order4.columns {
	z-index: -1 !important;
}
#gallerybar #order4.columns .imagebox {
	width: 100%;
  transform: translate(-8%, 10px);
  z-index: -1 !important;
}

	@media (max-width: 1024px) {
		#gallerybar #order3.columns .imagebox {
		  transform: translate(-45px, -10px);
		}
	}

	@media (max-width: 970px) {
		#gallerybar #order4.columns .imagebox {
			width: 120%;
		  transform: translate(-30%, 10px);
		}
	}
	@media (max-width: 640px) {
		#gallerybar {
			position: absolute;
			top: 0px;
		}
		#gallerybar .imagebox {
			min-height: 140px;
			height: 140px;
		}
		#gallerybar #order1.columns .imagebox {
		  transform: translate(-10%, 0);
		}
		#gallerybar #order4.columns .imagebox {
			width: 160%;
		  transform: translate(-30%, 10px);
		}
	}

/* Zijbalk */

#sticky {
	left: 0 !important;
}
.side-content #sidebar {
	width: 100%;
	display: block;
	padding: 0.9rem  0 0em;
}
.side-content .page-title {
	font-size: 1.4em;
	padding-left: 1em;
	padding-bottom: 10px;
}

#sidebar .sticky {
	width: 100%;
}


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

	}

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


.side-content .text-wrapper {
	padding: 1.5rem 1rem;
	border-radius: 10px;
	border: 2px solid rgba(37, 58, 118, 0.12);
	margin-bottom: 20px;
}

.side-content	.text-wrapper .indent {
	padding-right: 0rem;
}
.side-content .text-wrapper .text-wrapper-title {
	font-size: 22px;
	position: relative;

	font-weight: 700;
	padding-right: 0;
}
.side-content .text-wrapper .text-wrapper-title.sub {
	font-size: 1rem !important;
}
.side-content .text-wrapper-lead {
	padding-top: 10px;
}
.side-content .text-wrapper .text-wrapper-lead p {
	font-size: 1.2rem;
	font-weight: 300;
	color: #000;
	line-height: 1.5;
}
.side-content .text-wrapper .text-wrapper-content p {
	line-height: 1.5;
	font-size: 1rem;
}



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

.mobile-subnav-button {
	display: none;
	padding-left:3rem;
	float: left;
	margin-left: 2rem;
}
.mobile-subnav-button i {
	top: 12px;
	left: 0.8rem;
	font-size: 1.2rem;
	right: auto;
	color: #029d9a !important;
}
#mobile-subs {
	display: none;
}

	@media  (max-width: 970px) {
		.mobile-subnav-button {
			display: inline-block;

		}
		#mobile-subs {
			position: absolute;
			top: 76px;
			left: 2rem;
			background: #f9b852;
			z-index: 999;
			box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
			border-radius: 10px;
			padding: 1rem 0.6rem 0;
		}
		#mobile-subs.expanded {
			display: block;
		}

	}


.subnav {
	position: relative;
	border: 2px solid rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	padding: 1.2rem 1rem;
	margin: 0rem 0 30px;
	background: #f9b852;
}
#mobile-subs .subnav {
	border: 0;
	margin-bottom: 0;
}

.subnav .subnav-headline {
	font-size: 1.1rem;
	position: relative;
	margin: 0 0 10px;
	font-weight: 700;
}



.subnav ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.subnav ul li {
	border-bottom: 0px solid rgba(0, 0, 0, 0.12);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 16px;
}
.subnav ul li:last-child {
	border:0 !important;
}
.subnav ul li a:not(.button) {
	padding-left: 0;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
	display: block;
	padding: 0.8375em 1em 0.8375em 1.3rem;
  font-size: 0.96rem !important;
  letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
}
.subnav ul li a:not(.button):hover {
	color: #fff;
}


.subnav ul li a:before {
	position: absolute;
	left: 0px;
	top:14px;
	width: 12px;
	height: 12px;
	background: url('../images/arrow-white.svg') no-repeat center;
	background-size: contain;
	transform: rotate(180deg);
	content:'';
	font-size: 1.5rem;
	margin-right: 0px;
	color: rgba(255, 255, 255, 0.62);

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

	 opacity: 1;
}
.subnav ul li a:hover:before {
	-webkit-transform: translate(-5px, 0) rotate(180deg);
  transform: translate(-5px, 0) rotate(180deg);
  color: #fff;
}
.subnav ul li.item-breadcrumb a:before {
	color: #34a8b9;
}

.subnav ul li.item-breadcrumb a:not(.button) {
	color: #fff;
	font-weight: 600;
}
.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: '\e408';
		}
	}

/* 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: 500 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 16px !important;
	padding: 0.3em 0rem 0.3em 10px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.subnav ul li ul li > a:not(.button):hover {
	color: rgba(255, 255, 255, 1) !important;
	background: none !important;
}

.subnav ul li ul li a:before {
	display:none;
}
.subnav ul li ul li > a:not(.button):hover:before {
	color: #fff !important;
}

.subnav ul li ul li.item-breadcrumb > a:not(.button),
.subnav ul li ul li.item-breadcrumb > a:not(.button):hover {
	background: none !important;
	color: rgba(255, 255, 255, 1) !important;
}
.subnav ul li ul li.item-leaf > a:not(.button) {
	font-weight: 700 !important;

}

/* Derde niveau */

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

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

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

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

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


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

	position: relative;
	line-height: 1.1;
}
.blogs ul li a:hover {
	color: #000;
}
.blogs ul li a .blog-title {
	display: block;
	font-size: 1rem;
	font-weight: 400;
}
.blogs ul li a .blog-date {
	display: block;
	padding: 6px 0 0;
	font-size: 0.86rem;
	color: rgba(0, 0, 0, 0.4);
}

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

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

}

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

	opacity: 0;
}

.whatsub ul {

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

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

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

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

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

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

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

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

	@media  (max-width: 940px) {
		.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: 99;
}
.breadcrumbs-wrapper {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 1rem 0 1rem 0;
}
.breadcrumbs {
  display: block;
  padding: 0 0;
  overflow: hidden;
  margin-left: .1rem !important;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background: none;
  border-color: rgba(0,0,0,0.04);
  border-radius: 0px;

}
.breadcrumbs > * a {
	color: #a9acad;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.76rem;
	-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: #000;
	text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
	color: #a9acad;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('../images/arrow-primary.svg') no-repeat center;
	background-size: contain;
	margin: 0 .75rem;
	position: relative;
	top: 1px;
	opacity: 1;
	content:'';

}

.breadcrumbs {
	margin-bottom: 0;
}


	@media (max-width: 970px) {
		.breadcrumbs {
			padding-left: 1em;
		}
	}
	@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;
		}
	}

/* Newsletter & Social */
.newsletter {
	display: block;
}
.newsletter:before, .newsletter:after {
	display: table;
	content: " ";
}
.newsletter:after {
	clear: both;
}

.section-newsletter-wrapper {
	padding:2rem 2.5rem 1.5rem;
}
.section-newsletter-wrapper .section-newsletter-title {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
	color: #fff;
}
.newsletter-input {
	font-size:1.1rem;
	height: 48px;
	line-height: 48px;
	padding: 0rem 1rem;
	border: 0px solid #c3cddb;
	box-shadow: none !important;
	margin: 0
}
.newsletter-input:focus {
	border:0;
}
.newsletter-button {
	height:48px;
}

.section-social-wrapper {
	padding: 2rem 2.5rem;
	background: #fff;
}
.section-social-wrapper .section-social-title {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.section-social-wrapper ul {
	list-style: none;
	margin:0;
}
.section-social-wrapper ul li {
	display: inline-block;
	margin:0;
}

/* Social */
.section-social-wrapper .social a {
	float: left;
	position: relative;
	width: 48px;
	height: 48px;
	color: #fff;
	overflow: hidden;
	margin: 0 5px 0 0 ;
}
.section-social-wrapper .social a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.4rem;
}

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



#footer-wrapper {
	position: relative;
	z-index: 100;
	margin-top: 0px;
	padding: 4rem 0 0rem;
}
.footer-content {
	padding: 1rem 0rem 2rem 4rem;
	border-left: 4px solid rgba(0, 0, 0, 0.08);
}
.footer-content.first {
	padding-left: 1rem;
	border:0;
}
.follow-title {
	display: block;
}

	@media  (max-width: 970px) {
		#footer-wrapper {
			padding: 2rem 0 0rem;
		}
		.footer-content.first {
			padding-left:0rem;
			padding-right: 1rem;
		}
		.footer-content {
			padding: 1rem 0rem 1rem 1.5rem;
		}

	}


	@media  (max-width: 640px) {
		.footer-content.first {
			text-align: center;
			padding: 1rem 0 1rem 0;
			padding-right: 0rem;
		}
		.footer-content {
			text-align: center;
			padding: 1rem 0 1rem 0;
			padding-right: 0rem;
			border-left: 0px solid rgba(0, 0, 0, 0.08);
		}
	}



.footer-content .footer-title {
	color: #000;
	position: relative;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 0px;
	letter-spacing: 0px;
}
.footer-content.first .footer-title {
	padding-left: 10px;
	width: 80% !important;
	display: block;
}
.footer-content.first .footer-title img {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 110px;
	display: block;
}
.footer-description img {
	position: relative;
	margin-top: 30px;
	margin-left: -40px;
	top: 20px;
}
.footer-content hr {
	margin-bottom: 10px;
}
.footer-content p {
	line-height: 1.7;
	font-size: 1rem;
	margin-top: 15px;
}

	@media  (max-width: 1024px) {
		.footer-content.first .footer-title {
			width: 90% !important;
			font-size: 1.4rem;
		}
	}
	@media  (max-width: 970px) {
		.footer-content .footer-title {
			font-size: 1.4rem;
		}
		.footer-content.first .footer-title {
			width: 100% !important;
			padding-left: 100px;
			font-size: 1.2rem;
		}

		.footer-content hr {
			margin-top: 10px;
			border-width: 6px;
		}
		.footer-content.first .footer-title img {
			width: 90px;
		}
		.footer-description img {
			position: relative;
			margin-top: 30px;
			margin-left: -20px;
			top: 20px;
		}
		.footer-content p {
			line-height: 1.7;
			font-size: 0.86rem;
			margin-top: 15px;
		}

	}
	@media  (max-width: 640px) {
		.footer-content {
			padding-top: 0;
			padding-bottom: 3rem;
		}
		.footer-content.first {
			padding-top: 0;
			padding-bottom: 3rem;
		}
		.footer-content.first .footer-title {
			font-size: 1.4rem;
			padding-left: 0px;
		}
		.footer-content.first .footer-title img {
			position: relative;
			width: 140px;
			margin: auto;
			margin-bottom: 10px;
		}
		.footer-description img {
			position: relative;
			margin-top: 20px;
			margin-left: -40px;

			top: 20px;
			width: 80%;
		}
		.footer-content hr {
			margin: 10px auto;
			margin-bottom: 10px;

		}

	}


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

.footer-content p a:hover {
}
.footer-content p strong {
	margin-right: 5px;
}

.footer-content .button.text {
	color: #279e9b;
}

/* List items */
.footer-content ul {
	list-style: none;
	padding:0;
	margin: 15px 0;
}
.footer-content ul li {
	padding:0;
}
.footer-content ul li a {
	position: relative;

	font-size: 1rem;
	padding: .22rem 0;
	padding-left: 1.2rem;
	display: inline-block;
}
.footer-content ul li a:before {
	position: absolute;
	top: -2px;
	left:0;
	font-family: 'ahkio-thin', sans-serif;
	content:'>';
	font-size: 1.4rem;
	color: #000;
	opacity: 0.4;
}
.footer-list ul li a {

}
.footer-list ul li a:hover {

}
.footer-list.socialist ul li a {
	padding: .54rem 0;
	padding-left:40px;
}
.footer-list.socialist ul li a:after {
	display: none;
}
.footer-list.socialist ul 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: 970px) {
		.footer-content ul li a {
			font-size: 0.96rem;
		}
	}

/* Bottom */

.copyright {
	display: inline-block;
	font-size: 0.96rem;
	padding-top:1rem !important;
	padding-left: 1rem;
}
.footer-links {
	display: inline-block;
	padding-top: 1rem;
	padding-left:0rem !important;
}
.footer-links a {
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 0.96rem;
	position: relative;
	color: #000;
}
.footer-links a:hover {
	color: #279e9b !important;
}

.footer-bottom {

	background: #fff;
	padding: 2rem 0;
	margin-top: -2rem;

}
	@media  (max-width: 1024px) {
		.copyright,
		.footer-links a {
			font-size: 0.86rem;
		}

	}

	@media  (max-width: 970px) {
		.footer-bottom {
			margin-top: 0rem;
		}
		.footer-links {
			display: inline-block;
			padding-top: 0rem;
		}
		.footer-list.socialist ul {
			display:inline-block;
			width: 100%;

		}
		.footer-list.socialist ul li {
			display: inline-block;
			padding: 0 1rem;
		}
		.footer-list.socialist ul 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) {
		.copyright {
			display: block;
			text-align: center;
		}
		.footer-links {
			display: block;
			padding-top:10px;
			text-align: center;
		}
		.footer-links a {
			margin:0 5px;
		}
		.footer-logos {
			text-align: center;
		}

	}

/* Add Noise */
/*
.addnoise {
	float: right;
	width: 100px;
	height: 50px;
	color: #a2aaae !important;
	font-style: italic;
	font-size: 11px;
	margin-right: 1rem;
	background:  url('../images/addnoise.svg') no-repeat top;
	background-size: contain;
	opacity: 0.3;
}

.addnoise:hover  {
	opacity: 0.5;
}

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


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

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

}







#cookiepolicy .cookiebar_content {
	width: 100% !important;
	max-width: 86em;
	padding: 0 2%;
}
#cookiepolicy span.cookiebar_exclamation {
	display: inline-block;
	padding-left: 20px !important;
}

@media (max-width: 450px) {
	#cookiepolicy {
		font-size: 10px !important;
		line-height: 18px !important;
	}
	#cookiepolicy a.cookiebar_hide {
		margin-left: 15px !important;
		font-size: 12px !important;
		line-height: 20px !important;
		padding-right: 20px !important;
	}
	#cookiepolicy a.cookiebar_hide span {

	}
	.cookiebar_info span {
		display: none;
	}
	#cookiepolicy span.cookiebar_exclamation {

	}
}

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

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

.going-down {
    position: absolute;
    bottom: 20px;
    left: 50%;

    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;

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

}

@media (max-width: 600px) {
    .going-down {
	    right: 1rem;
	    bottom: 15px;
    	font-size: 1.3em;
			height: 48px;
			width: 48px;
		}
		.going-down i {
			line-height: 48px;
		}
}
@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(-50%, 0);
        transform: translate(-50%, 0)
    }

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

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

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

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

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

