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

#page-background {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(231, 231, 231) url('../images/geometry2.png') repeat top left;
	background-blend-mode: multiply;
}


#page-container {
	position:relative;
	z-index: 2;
	width: 94%;
	max-width: 1480px;
	margin: auto ;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0px;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.096); */
	background: #fff;
}




	@media (max-width: 1540px) {
		#page-container {
			max-width: 100%;
		}
	}

	@media (max-width: 1460px) {
		#page-container {
			width: 100%;
		}
	}


	@media (max-width: 1130px) {
		#page-container {
			padding: 0 0px;
		}
	}
	@media (max-width: 1023px) {
		#page-container {
			margin-top: 0px;
		}
	}

.section-wrapper {
	display: block;
	position: relative;
}
.section-wrapper.contentbox {
	padding-top: 1rem;
}
.section-boxed {
	position: relative;
	max-width: calc(1280px - 20px);
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	z-index: 99;
}
.section-boxed.up-small {
	transform: translateY(-40px);
}
.section-boxed.up-medium {
	margin-top: -100px;
}
.section-boxed.up-large {
	margin-top: -140px;
}


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

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

.header-placeholder {
	position: relative;
	display: block;
	margin-top: 0px;
	height: 280px;

	z-index: 1;
}
.header-placeholder .row {
	height: 100%;
}

.header-placeholder .row h1 {
	position: absolute;
	left: 40px;
	bottom: 35px;
	font-size: 32px;
	color: #fff;
}

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

	@media (max-width: 1460px) {
		.row {
			max-width: 76rem
		}
	}
	@media (max-width: 1320px) {
		.row.wider {
			max-width: 90%
		}
	}
	@media (max-width: 1130px) {
		.row {
			max-width: 64rem
		}
		.header-placeholder {
			position: relative;
			display: block;

			height: 260px;
			z-index: 1;
		}
	}
	@media (max-width: 1080px) {
		.row {
			max-width: 60rem
		}
		.row.wider {
			max-width: 96%
		}
		.row.narrow {
			max-width: 94%
		}
	}
	@media (max-width: 1023px) {
		.row {
			max-width: 96%
		}
		.white-popup .row {
			max-width: 100%;
		}
		.header-placeholder {

		}
		.header-placeholder .row h1 {
			position: absolute;
			left: 1.5rem;

			font-size: 32px;
			color: #fff;
		}
	}
	@media (max-width: 767px) {
		.row {
			max-width: 98%
		}
		.header-placeholder {
			height: 180px;
		}
		.header-placeholder .row h1 {
			position: absolute;
			left: 1rem;
			bottom: 30px;
			font-size: 24px;
			color: #fff;
		}
	}

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


#topbar {
	position: fixed !important;
	top: 0;
	left: 0%;
	width: 100%;
	height: 130px;
	z-index: 997 !important;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0);



	transform: translateX(0%) translateY(0%);


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

#topbar.small:before {
	opacity: 0
}
#topbar.no-cover:before {

}


/* On scroll */
#topbar.small {
	transform:  translateY(-70px);
	border:0;

}


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





#topbar .row  {
	display: block;
	height: calc(100% - 40px);
	position: relative;
	margin: auto;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#topbar .inner {
	border-radius: 0 0 40px 40px;
	/* background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); */
	z-index: 3;
}
#topbar.small .inner {
	background: #fff;
	border-radius: 0 0 40px 40px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1130px) {
	#topbar.small {

		border:0;
	}

}
@media (max-width: 767px) {
	#topbar {
		height: 60px;
	}
	#topbar.small {
		transform:  translateY(0px);
	}
	#topbar .row  {
		display: block;
		height: calc(100% - 0px);
		position: relative;
		margin: auto;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition:all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	#topbar .inner {
		border-radius: 0 0 20px 20px;
	}
	#topbar.small .inner {
		background: #fff;
		border-radius: 0 0 20px 20px;
	}
}

/* Logo */

.logo {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 300px;
	height: 80px;
	display: block;
	transform: translateX(0%) translateY(0px);
	transform-origin: top left;
	background:   url('../images/Logo-Samenwerkingsschool-Meeroevers-Inversed.png') no-repeat 50% 50%;
	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: transform;

}
.logo:hover {

}
.small .logo {
	transform-origin: top left;
	background:  url('../images/Logo-Samenwerkingsschool-Meeroevers.png') no-repeat 50% 50%;
	background-size: contain;
	transform: translateX(0%) translateY(10px);
}
.small .logo:hover {

}

.topbar-transparent .logo {
	top: 0px;
	z-index: 999 !important;

}
.logo:hover {
	/* transform: translateY(0px); */
}
.topbar-transparent .small .logo {

}


	@media (max-width: 1460px) {
		.logo {
			left: 30px;
			width:270px;
			height: 80px;
		}
	}

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

		}
	}
	@media (max-width: 767px) {
		.logo {
			left: 10px;
			width:220px;
			height: 80px;
		}
		.small .logo {
			transform-origin: top left;
			background:  url('../images/Logo-Samenwerkingsschool-Meeroevers.png') no-repeat 50% 50%;
			background-size: contain;
			transform: translateX(0%) translateY(-10px);
		}

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

.topbar-sitelinks {
	position: relative;
	width: 100%;
	height: 60px;
	padding-right: 10px;
	text-align: right;
	z-index: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	visibility: visible;
	opacity: 1;
	will-change: opacity, visibility;
}
.topbar-sitelinks .line {
	display: none;
	position: relative;
	width: 100%;
	height: 1px;
	background: #eee;
	z-index: -1;
	top: 4px;
}
.topbar-transparent .topbar-sitelinks .line {
	background: #fff;
	opacity: 0;
}

.topbar-sitelinks .site-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* border-bottom: 1px solid #eee; */
	padding: 0 10px;
}
.topbar-transparent .topbar-sitelinks .site-info {
	justify-content: flex-end;
}

.topbar-sitelinks ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding:0;
	margin:0;
	height: 60px;
}


.topbar-sitelinks ul li {
	display: inline-block;
	padding:0;
	margin:0 0px;
}

.topbar-sitelinks ul li span,
.topbar-sitelinks ul li a {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	height: 22px;
	line-height: 1;
	color:rgba(255, 255, 255, 0.7);
	padding: 0 0.5rem;
	margin-right: 10px;
}
.topbar-sitelinks ul li span {

}
.topbar-sitelinks ul li i {
	position: relative;
	top:0px;
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.603);
}
.topbar-sitelinks ul li i.fa-envelope {
	top:1px;
}
.topbar-sitelinks ul li i.fa-list-alt {
	top:1px;
}
.topbar-sitelinks ul li a i {
	color: #27b1e0;
}
.topbar-sitelinks ul li a:hover {
	color: #fff;
}

/* Social */
.topbar-sitelinks .socialist {
	margin-right: 0px;
	top:0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.topbar-sitelinks .socialist a {
	padding-left: 0px !important;
	position: relative;
	width: 40px;
	height: 40px;
	margin:0;
	color: rgba(255, 255, 255, 0.568);
}
.bg-white.topbar-sitelinks .socialist a {
	color: #82b81a;
}

.topbar-sitelinks .socialist li a span {
	display: none !important;
}
.topbar-sitelinks .socialist a:hover {
	color: #27b1e0 !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.7) !important;
	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: #27b1e0 !important;
	background-color: transparent !important;
}
.topbar-transparent .topbar-sitelinks .socialist a:hover i {
	color: rgba(255, 255, 255, 1);
}
.topbar-sitelinks .socialist li.phone {
	display: inline-block;
	padding-right: 30px;
}
.topbar-sitelinks .socialist li.phone a{
	width: auto;
	padding-left: 40px !important;
}
.topbar-sitelinks .socialist li.phone a span {
	display: block !important;
	color: #82b81a;
	font-size: 1rem;
}
.topbar-sitelinks .socialist li.phone a i {
	width: 40px !important;
	top: 50%;
	left: 0rem;
	transform: translateX(0%) translateY(-50%);
	color: #82b81a;
}

	@media (max-width: 1130px) {

		.topbar-sitelinks {
			padding-right: 0px;
		}
		.topbar-sitelinks .line {
			position: relative;
			width: 100%;
			height: 1px;
			background: #eee;
			z-index: -1;
			top: 6px;
		}
		.topbar-sitelinks ul li span,
		.topbar-sitelinks ul li a {

			margin-right: 0px;
		}
		.topbar-sitelinks .socialist {
			text-align: right;
			width: auto !important;
			margin-right:0px;
			display: block;
		}
	}
	@media (max-width: 1023px) {
		.topbar-sitelinks .site-info {
			display: flex;
			align-items: center;
			justify-content: flex-end;
			/* border-bottom: 1px solid #eee; */
			padding: 0 0px;
		}
		.topbar-sitelinks .extra-button {
			margin-right: 80px;
		}
		.topbar-sitelinks ul {

		}
		.topbar-sitelinks .socialist {
			display: none;
		}
		.topbar-sitelinks .socialist li {
			display: none;
		}
		.topbar-sitelinks .socialist li.phone {
			display: inline-block;
			padding-right: 20px;
		}
		.topbar-sitelinks .socialist li.phone a i{
			font-size: 1.4rem;
			color: #27b1e0 !important
		}
	}
	@media (max-width: 767px) {
		.topbar-sitelinks {
			display: none;
		}

		.topbar-sitelinks .socialist li.phone {
			display: inline-block;
			padding-right: 0px;
		}
		.topbar-sitelinks .socialist li.phone a i{
			font-size: 1.4rem;
		}
		.topbar-sitelinks .socialist li.phone a span{
			display: none !important;
		}
	}
	@media (max-width: 400px) {
		.topbar-sitelinks .socialist li.twitter,
		.topbar-sitelinks .socialist li.facebook,
		.topbar-sitelinks .socialist li.linkedin,
		.topbar-sitelinks .socialist li.youtube,
		.topbar-sitelinks .socialist li.instagram {
			display: none;
		}
		.topbar-sitelinks {
			right:0;
		}
		.small .topbar-sitelinks {
			visibility: visible;
			opacity: 1;
		}
	}

/*
---------------------------
SECTION TITLES
---------------------------
*/
.section-c2a,
.section-introduction {
	overflow: hidden;
}
.section-c2a {

}
.section-gmap {

}



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

	@media (max-width: 1680px) {


	}
	@media (max-width: 1023px) {
		.section-c2a {

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

		}
	}
	@media (max-width: 400px) {
		.section-c2a {

			overflow: hidden;
		}
	}
.section-intro {
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 5px;
	color: #27b1e0;
	padding-left: 3px;
}

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

}


.section-title {
	font-size: 2.6rem;
	display: block;
	position: relative;
}
.section-title.title-small {
	font-size: 2.4rem;
}
.section-title.title-medium {
	font-size: 3.4rem;
}
.section-title.title-large {
	font-size: 4rem;
	line-height: 1.1;
}
.section-title em {
	font-style: normal;
	color: #27b1e0;
}
.text-center .section-title:before {
	position: absolute;
	top:-10px;
	left: 50%;
	transform: translateX(-50%);
}


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

}
.section-lead p {

	font-size: 1.250rem;
	font-weight: 400;
}
.introduction .section-lead {
	padding-top:25px;
}
.introduction .section-lead.with-label {
	padding-top: 40px;
}

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

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

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


.juicer-feed {
	height: 300px !important;
}
.juicer-feed .referral {
	display: none !important;
}
.juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next {
	top: 100px !important;
}
.juicer-ad {
	display: none !important
}
	@media (max-width: 1680px) {
		.section-title.title-small {
			font-size: 2.2rem;
		}
		.section-title.title-medium {
			font-size: 3rem;
		}
		.section-title.title-large {
			font-size: 3.6rem;
			line-height: 1.1;
		}
	}
	@media (max-width: 1130px) {
		.section-title {
			font-size: 2rem;
			display: block;
			position: relative;
		}
		.section-title.title-small {
			font-size: 2.2rem;
		}
		.section-title.title-medium {
			font-size: 2.6rem;
		}
		.section-title.title-large {
			font-size: 3.2rem;
			line-height: 1.1;
		}
		.section-lead p {
			font-size: 1rem;
		}
	}
	@media (max-width: 1023px) {
		.section-intro {
			padding: 5px 40px;
			font-size: 12px;
			font-weight: 700;
		}
		.section-title {
			font-size: 2rem;
			display: block;
		}
		.section-title.title-small {
			font-size: 1.5rem;
		}
		.section-title.title-medium {
			font-size: 1.6rem;
		}
		.section-title.title-large {
			font-size: 2.4rem;
			line-height: 1.2;
		}
	}
	@media (max-width: 767px) {
		.section-intro {
			display: inline-block;
			padding: 5px 25px;
		}
		.section-title {
			font-size: 1.4rem;
			display: block;
		}
		.section-title.title-small {
			font-size: 1.3rem;
			margin-bottom: 0;
		}
		.section-title.title-medium {
			font-size: 1.4rem;
		}
		.section-title.title-large {
			font-size: 2rem;
			line-height: 1.2;
		}
		.section-lead p {
			font-size: 1rem;
		}
		.section-more {
			position: absolute;
			top: -5px;
			right:10px;
			font-size: 0.76rem;
			padding-left:1rem;
			padding-right:1rem;
		}
		.footer-logo{
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
		}
	}
	@media (max-width: 400px) {
		.section-intro {


		}
		.section-title.medium {
			font-size: 2rem;
		}
		.section-title.title-large {
			font-size: 2rem;
			line-height: 1.2;
		}
	}
	@media (max-width: 374px) {
		.section-intro {
			letter-spacing: 2px;
		}
		.section-title.medium {
			font-size: 2rem;
		}
		.section-title.title-large {
			font-size: 2rem;
			line-height: 1.2;
		}
	}


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

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

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


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

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

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


/* Position */

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


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

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

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

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

		}
	}


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

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

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

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


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

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

}

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


/*
---------------------------
USP BOX
---------------------------
*/
.section-usp {
	position: relative;

	max-width: calc(1280px - 50px);
	margin: auto;
	margin-top: -40px;
	border-radius: 0px;
	z-index: 99;
}
.section-usp.bg-primary {

}
.section-usp.bg-secondary {

}

	@media (max-width: 1460px) {
		.section-usp {

			max-width: calc(70em - 30px);


		}
	}
	@media (max-width: 767px) {
		.section-usp {
			position: relative;
			max-width: calc(1360px - 10px);
			margin: auto;
			margin-top: 0px;
			border-radius: 0px;
			z-index: 99;
		}
	}



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

.usp-icon {
	padding: 1rem 0rem;
	border-radius: 100px;
	position: relative;
}
.usp-box.icon-left .usp-icon {
	margin-right: 20px;
}
.usp-box.text-center .usp-icon {
	text-align: center;
}


.usp-icon.icon-small i:before{
	font-size: 1.4rem;
}
.usp-icon.icon-medium i:before{
	font-size: 3.2rem;
}
.usp-icon.icon-large i:before{
	font-size: 4.2rem;
}
.usp-icon i {
	z-index: 2;
}
.usp-icon i:before {
	line-height: 1;
	margin-left:0;
}

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

.usp-title {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;

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

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

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


	@media (max-width: 1130px) {
		.usp-title {

		}
	}
	@media (max-width: 1023px) {
		.usp-box {
			padding: 1rem 1rem 1rem 0rem;
		}
		.usp-icon.icon-small i:before{
			font-size: 1.4rem;
		}
		.usp-icon.icon-medium i:before{
			font-size: 2.4rem;
		}
		.usp-icon.icon-large i:before{
			font-size: 4rem;
		}
		.usp-title {
			font-size: 1.1rem;
		}
	}
	@media (max-width: 767px) {
		.usp-box {
			margin-bottom: 0rem;
		}
		.usp-box.icon-left {
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-direction: row;
			text-align: left;
			border-radius: 15px;
			padding: 1rem 1rem 1rem 1rem;
		}
		.usp-icon {
			padding: 0;
		}
		.usp-icon.icon-small i:before{
			font-size: 1.4rem;
		}
		.usp-icon.icon-medium i:before{
			font-size: 2.2rem;
		}
		.usp-icon.icon-large i:before{
			font-size: 3.6rem;
		}
		.usp-description {
			padding-top: 0rem;
		}
	}

.usp-listing {
	padding: 0 2.5rem 0 1.5rem;
}
.usp-listing ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:0;
}
.usp-listing ul li {
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size:18px;
	color: #82b81a;
}
.usp-listing ul li i,
.usp-listing ul li img {
	position: relative;
	top: -2px;
	margin-right: 10px;
	font-size: 24px;
}
.usp-listing ul li img {
	top: 0px;
	width: 32px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .usp-listing ul li {
	color: rgba(255, 255, 255, 1) !important;
}

@media (max-width: 1130px) {
	.usp-listing {
		padding: 0 0rem 0 0rem;
	}
	.usp-listing ul li {
		font-size:15px;
		line-height: 1;
	}
}
@media (max-width: 1023px) {
	.usp-listing {
		padding: 0 1rem 0 1rem;
	}
	.usp-listing ul li {
		font-size:13px;
		line-height: 1;
	}
	.usp-listing ul li i,
	.usp-listing ul li img {
		position: relative;
		top: -1px;
		margin-right: 5px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.usp-listing {
		padding: 0 0rem 0 1rem;
	}
	.usp-listing ul  {
		/* flex-direction: column; */
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.usp-listing ul li {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 15px;
	}
	.usp-listing ul li i,
	.usp-listing ul li img {
		position: relative;
		top: -1px;
		margin-right: 10px;
	}

}
@media (max-width: 374px) {
	.usp-listing {
		padding: 0 0rem 0 0rem;
	}
	.usp-listing ul  {
		/* flex-direction: column; */
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.usp-listing ul li {
		width: 50%;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 11px;
	}

}

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

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

.brands .slick-track {

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

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

}

.brands-carousel img {
	height: 60px;
	-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
}
.brands .brands-item{
	padding: 2rem;
}
.brands .brands-item img {
	max-height: 70px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

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

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

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

}

.textbox.no-border {
	border:0;
	margin-bottom: 10px;
}

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

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

.textbox-image img {
	width: 100%;
}

.textbox-image a:hover img {
	opacity: 0.9;
}

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

	z-index: 98;
}
.textbox-image-title-wrap:before {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100px;
	content: '';
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
	opacity: .6;
}
.textbox-image-title {
	position: relative;
	color: #fff;
	font-size: 26px;
	margin:0;
	z-index: 2;
}
.textbox-section {
	position: relative;
	display: block;
	margin-top: 0px;
	padding: 25px 1.5rem 2rem;
	z-index: 3;
}

.textbox.team .textbox-section {
	padding: 10px 1rem 5px;
}
.textbox-section .textbox-label {
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
}
.textbox-section .textbox-title {
	line-height: 1.2;
	font-weight: 700;
	margin-bottom:0;
}
.textbox-section .textbox-title.title-small {
	font-size: 1.3rem;
}
.textbox-section .textbox-title.title-medium {
	font-size: 1.6rem !important;
}
.textbox-section .textbox-title.title-large {
	font-size: 2rem !important;
}
.textbox-section .textbox-title a{
	color: #1b1724;
	position: relative;
}
.textbox-section .textbox-title a{
	color: #1b1724;
	position: relative;
}
/* [class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .textbox-section .textbox-title a {
	color: #fff;

} */
.textbox-section p {
	font-size: 1rem;
	line-height: 1.7;
}

/* Listing */

.textbox-list ul {
	position: relative;
	margin: 0px 0 0 0;
	margin-bottom: 10px;
	padding:0;
	list-style: none;
}
.textbox-list ul li {
	font-size: 16px;
	position: relative;
	padding: 0 0 0 0rem;
	line-height: 1.5;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.textbox-list ul li:last-child {
	border:0;
}
.textbox-list ul li a {
	display: block;
	padding: 0.5rem 0 0.5rem  1rem;
	font-weight: 700;
	color: #0d1423;
}
/* [class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .textbox-list ul li a {
	color: #fff !important;
} */
.textbox-list ul li a:hover {

}
.textbox-list ul li a:before {
	position: absolute;
	left: 0px;
	top: 12px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	content: '\f0da';
	font-size: 16px;
	margin-right: 0px;
	color: #27b1e0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
.textbox-list ul li a:hover:before {
	-webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
/* [class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .textbox-list ul li a:before {
	color: #fff;
	opacity: 0.8;
} */
.textbox-image .textbox-date {
	left:20px;
	top: 20px !important;
	position: absolute;
	display: inline-block;
	line-height: 1.1;
	font-size: 0.76rem;
	font-weight: 600;
	color: #fff;
	background-color: #27b1e0;
	padding: 5px 10px;
	border-radius: 30px;
	z-index: 99;;
}
.textbox-section p.blog-info,
.text-wrapper p.blog-info {
	line-height: 1.1;
	font-size: 0.96rem;
	font-weight: 400;
}
.blog-info .textbox-date {
	font-size: 0.96rem;
	top: 0;
	color: rgba(4, 19, 31, 0.34);
}
.blog-info a,
.blog-info span {
	display: inline-block;
	margin: 0 0px;
}
.flex-video iframe {
	border-radius: 0px;
}

.textbox-social {
	display: block;
	padding-top: 1rem;
}
.textbox-social ul li {
	display: inline-block;
}
.textbox-social ul li a {
	float: left;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 100px;
	background-color: #6e6e6e;
}
.textbox-social ul li a i {
	position: absolute;
	bottom: 0%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	color: #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.team .button {
	visibility: hidden;
	opacity:0;
}
.textbox.team:hover .button {
	visibility: visible;
	opacity:1;
}

	@media (max-width: 1130px) {
		.textbox-section .textbox-title {
			font-size: 1.4rem;
		}
		.textbox-section .textbox-title.title-small {
			font-size: 1.1rem;
		}
		.textbox-section p {
			font-size: 0.96rem;
			line-height: 1.7;
		}
	}
	@media (max-width: 1023px) {
		.textbox-icon {
			width: 60px;
			height: 60px;
			font-size: 1.2rem;
			text-align: center;
			z-index: 98;
		}
		.textbox-section .textbox-title {
			font-size: 1.2rem !important;
		}
		.textbox-section {
			padding: 0.5rem 1rem 1rem !important;
		}
		.textbox-section p {
			font-size: 0.86rem;
			line-height: 1.7;
		}
		.textbox-list ul li {
			font-size: 1rem;
		}
	}
	@media (max-width: 767px) {
		.textbox {
			padding-top: 0px;
			margin-bottom: 10px;
		}
		.textbox-image .textbox-date {

		}
		.textbox-section .textbox-title {
			line-height: 1.2;

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

		}
		.textbox-section .textbox-title.title-medium {
			font-size: 1.1rem !important;
		}
		.textbox-section .textbox-title.title-large {
			font-size: 1.5rem !important;
		}
	}

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


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

#page-content {
	padding-top: 0rem;
	padding-bottom: 2.5rem;
	margin:auto;

	background: #fff;
	margin: auto;
	margin-top: 0px;

}

.main-content {
	position: relative;
}
#content {
	position: relative;
	padding: 0 3rem 3rem 1.5rem;
}

	@media (max-width: 1023px) {
		#page-content {
			border-radius: 0px 0px 0 0;
		}
		#content {
			padding: 0 .5rem 4rem 0.5rem;
		}

	}
	@media (max-width: 767px) {
		#page-content {
			padding-top: 0;
		}
		#content {
			padding: 0;
		}
	}

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


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

	@media (max-width: 1130px) {
		.large-6 .text-wrapper {
			padding-top: 0rem;
			padding-left: 1.5rem;
		}
	}
	@media (max-width: 1023px) {
		.large-6 .text-wrapper {
			padding-top: 0rem;
			padding-left: 0rem;
		}
		.large-6.float-left .text-wrapper {
			padding-top: 0rem;
			padding-left: 0px;
			padding-right: 1rem;
			padding-bottom: 2rem;
		}
	}
	@media (max-width: 767px) {
		.large-6 .text-wrapper {
			padding-top: 0rem;
			padding-left: 0rem;
		}
		.large-6.float-left .text-wrapper {
			padding-top: 0rem;
			padding-left: 1rem;
			padding-right: 1rem;
			padding-bottom: 2rem;
			text-align: center;
		}
	}

.text-wrapper-intro {
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 3px;
	color: #27b1e0;
}

.text-wrapper-title {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	position: relative;
	padding:0;
}
.text-wrapper-title.title-small {
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.text-wrapper-title.title-medium {
	font-size: 1.8rem;
}
.text-wrapper-title.title-large {
	font-size: 2.8rem;
}
.text-wrapper-title.title-huge {
	font-size: 48px;
}
.text-wrapper-title.sub {
	font-size: 1.4rem !important;
}

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


.text-wrapper-title a {
	color: #1b1724;
}
.text-wrapper-title a:hover {
	color: #27b1e0;
}

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

}
.vacature .text-wrapper-lead p {

}

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


.text-wrapper-content p {
	font-size: 16px;
	font-weight: 400;
}
.modal-body .text-wrapper-content {
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.text-wrapper-content ul {

	margin-left: 30px;
}
.text-wrapper-content ul li {
	font-size: 16px;
}
.text-wrapper-content .text.button {
	margin-top: -1rem;
}
.text-wrapper-button {
	margin-top: 1rem;
}

/* Listing */
.text-wrapper-listing table tbody td {
	padding-left:0;
}
.text-wrapper-listing ul {
	position: relative;
	top: -15px;
	margin: 0px 0 0 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 i,
.text-wrapper-listing ul li img {
	position: absolute;
	top: 10px;
	left: 5px;
	font-size: 1rem;
	color: #27b1e0;
}
.text-wrapper-listing ul li i.fa-check {
	font-size: 1.3rem;
	color: #82b81a;
	top: 8px;
	left: -2px;
}
.text-wrapper-listing ul li img {
	top: 13px;
	left: 0px;
}

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

	@media (max-width: 1680px) {
		.text-wrapper-title.title-small {
			font-size: 1.3rem;
			margin-bottom: 5px;
		}
		.text-wrapper-title.title-medium {
			font-size: 2rem;
		}
		.text-wrapper-title.title-large {
			font-size: 2.4rem;
		}
		.text-wrapper-title.title-huge {
			font-size: 40px;
		}
	}

	@media (max-width: 1130px) {
		.text-wrapper-intro {

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

	@media (max-width: 767px) {
		.text-wrapper.contact {
			padding-right: 1rem;
		}
		.text-wrapper-intro {

			font-weight: 500;
			display: inline-block;
			font-size: 12px;

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

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

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

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

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

.accordion-title {
	font-family: 'futura-pt';
	font-size: 1rem;
	color: #1b1724;
	font-weight: 700 !important;
}
.accordion-title:before {
	right: 1.2rem;
	font-weight: 400;
	font-size: 1.3rem;
	margin-top: -0.7rem;
	color: #27b1e0;
}

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

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

.accordion .accordion-content {
	padding-top: 1rem;
	padding-bottom: 2rem;
	padding-right: 2rem;
	color: #616161
}
.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 {

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

}
@media (max-width: 1130px) {
	.section-extra .text-wrapper {
		padding-left: 0rem;
	}
	.section-extra .text-wrapper.order-2 {
		padding-left: 40px;
		border-left: 1px solid #eee;
	}
}
	@media (max-width: 1023px) {
		.section-extra {

		}
		.section-extra .text-wrapper.order-2 {
			padding-left: 0px;
			border-left: 0px solid #eee;
		}
	}
	@media (max-width: 767px) {
		.section-extra .text-wrapper {
			padding-top: 1rem;
			padding-left: 0rem;
			padding-right: 0rem;

		}
	}


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

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

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

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

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

}
.newsbox-section .newsbox-title a {
	color: #82b81a;
}
.newsbox-section .newsbox-date {

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

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

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

.newsbox-more {
	margin-top:0;

	display: inline-block;
	color: #27b1e0;
}

.newsbox-list {

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

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

}
.newsbox-list li a .newsbox-list-label {
	color: rgba(4, 19, 31, 0.33);
	font-size: 0.86rem;
}
.newsbox-list li a .newsbox-list-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color:#003247;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.newsbox-list li a:hover .newsbox-list-title {

}
.newsbox-list li a .newsbox-list-lead {
	display: block;
	font-size: 0.96rem;
	line-height: 1.5;
	color: #04131f;
}

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

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

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


.agenda-item {
	background: #fff;
	display: block;
	margin-bottom: 10px;
	position: relative;
	border: 2px solid rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-ms-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.agenda-item:hover {
	border-color: rgba(0, 0, 0, 0.4);
}
.agenda-item-section {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 10px;
	font-size: 16px;
	color: #4d4d4d
}
.agenda-item-image {
	width: 20%;
	margin-right: 20px;
}
.agenda-item-image img {
	border-radius: 10px;
}
.agenda-item-text {
	width: 80%;
	display: flex;
	align-items: flex-start;
	justify-content: ;
	flex-direction: column;
	padding: 0px 60px 0 0;
}
.agenda-item-title {
	font-size: 22px;
	margin:0;
}
.agenda-item-date {
	font-family: 'futura-pt';
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	color: #D60B52;
}
.agenda-item-tags {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}
.agenda-item-tags span {
	display: block;
	font-weight: 700;

}
.agenda-item-tags-info {
	display: block;
	font-weight: 700;
	margin-right: 10px;
	padding: 6px 0px 6px 0;
}
.agenda-item-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	background: #27b1e0;
	margin-right: 5px;
	border-radius: 10px;
	color: #fff;
}
a.agenda-item-tag {
	cursor: pointer;
}
a.agenda-item-tag:hover,
a.agenda-item-tag:active {
	color: #fff;
}
.text-wrapper.detail .agenda-item-tag {
	padding: 10px 15px;
	font-size: 14px;
}
a.agenda-item-tag:hover {
	background: #1e9bc5;
	color: #fff;
}
.agenda-item-more {
	position: absolute;
	top: 0;
	right:0;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 20px 30px;
	color: #82b81a;
	transform: translateX(0);
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.agenda-item:hover .agenda-item-more {
	transform: translateX(5px)
}

/* More item tags */
.agenda-item-tags-wrapper {
	margin-top: 30px;
}

/* Sidebar */
.side-agenda-item .agenda-item-section {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0px;
	font-size: 16px;
	color: #4d4d4d
}


@media (max-width: 767px) {
	.agenda-item {
		background: #fff;
		display: block;
		margin-bottom: 10px;
		position: relative;
		border: 2px solid rgba(0, 0, 0, 0.11);
		border-radius: 15px;
	}
	.agenda-item-section {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 5px;
		font-size: 14px;
		color: #4d4d4d
	}
	.agenda-item-image {
		width: 25% !important;
		margin-right: 10px;
	}
	.agenda-item-image img {

		border-radius: 10px;
	}
	.agenda-item-text {
		width: 70%;
		display: flex;
		align-items: flex-start;
		justify-content: ;
		flex-direction: column;
		padding: 5px 40px 0 0;

	}
	.agenda-item-date {


		font-size: 12px;

	}
	.agenda-item-title {
		font-size: 16px;
		margin:0;
	}
	.agenda-item-more {
		position: absolute;
		top: 0;
		right:0;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 20px 15px;
	}
}


/* Pages (onderliggende pagina's) */

/* Pagebox */
.pagebox {
	width: 100%;
	display: block;
  	position: relative;
  	border: 2px solid rgba(0, 0, 0, 0.09);
	margin: 0 0px;
	padding: 1rem 1rem ;
	min-height: 60px;
	border-radius: 30px;
	-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: #82b81a;
}
.pagebox .pagebox-image {
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
	border-radius: 15px;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.pagebox:hover .pagebox-image:after {
	opacity: 0.6;
}
.pagebox .pagebox-description {
	display: block;
	text-align: left !important;
	padding: 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;
	font-weight: 700;
}
.pagebox .pagebox-description .pagebox-title small {
	display: block;
	line-height: 1.2;
}
.pagebox .pagebox-description p  {
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	color: #000;
	margin: 0;
}
.pagebox .pagebox-button {
	position: absolute;
	right:2rem;
	bottom: 0.76rem;
	font-size: 1.125rem;
	transform: translateX(0px) translateY(0%);

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

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

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

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



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

.objects-carousel .column {
	outline: 0;
}
.slick-slide {
	outline: 0 !important;
}
.slick-slider .slick-dots {
	bottom: 15px;
	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 {
	left:0px;
	border-radius: 0px 0 0 0px;
}
.slick-prev:before {
	content: '◀';
}
.slick-next {
	right: 0px;
	border-radius: 0px 0px 0px 0;
}
.slick-next:before {
	content: '▶';
}

.slick-slider .slick-arrow {
	background-color: rgba(69, 78, 70, 0.3);
	width: 50px;
	height: 80px;
	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: #27b1e0;
}

.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 {
	position: relative;
	text-align: center;
	border-left: 0;
	font-size: 1.4rem;
	line-height: 1.3;
	max-width: 50%;
	margin: auto;
	padding: 2rem 0 80px;
}
.quote-wrapper blockquote:before {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzIDI1IiBoZWlnaHQ9IjI1cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMyAyNSIgd2lkdGg9IjMzcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik0xOC4wMDYsNi41MzhjMC0xLjk3MywwLjY2Mi0zLjU1NCwxLjk4OC00Ljc0M2MxLjMyNi0xLjE5LDIuOTc3LTEuNzg1LDQuOTQ3LTEuNzg1ICAgYzIuNTE3LDAsNC40ODgsMC43OTksNS45MTYsMi4zOTdDMzIuMjg1LDQuMDA0LDMzLDYuMTMsMzMsOC43ODJjMCwyLjcxOS0wLjQyNCw1LjAzMi0xLjI3NSw2LjkzNiAgIGMtMC44NSwxLjkwMy0xLjg2OSwzLjQ4My0zLjA2MSw0Ljc0M2MtMS4xODgsMS4yNTgtMi40MywyLjI0NC0zLjcyMywyLjk1OGMtMS4yOTEsMC43MTQtMi40MTMsMS4yMzktMy4zNjUsMS41ODFsLTMuMjY1LTUuNTA4ICAgYzEuMzYtMC41NDUsMi41MTctMS40MTIsMy40NjgtMi42MDJjMC45NTMtMS4xOSwxLjQ5Ni0yLjQ2NSwxLjYzMy0zLjgyNGMtMS4zNTksMC0yLjYwMi0wLjU5Ny0zLjcyNC0xLjc4NiAgIEMxOC41NjYsMTAuMDksMTguMDA2LDguNTA5LDE4LjAwNiw2LjUzOHogTTAuMzU5LDYuNTM4YzAtMS45NzMsMC42NjMtMy41NTQsMS45ODktNC43NDNDMy42NzQsMC42MDQsNS4zMjQsMC4wMSw3LjI5NSwwLjAxICAgYzIuNTE4LDAsNC40ODgsMC43OTksNS45MTYsMi4zOTdjMS40MjksMS41OTcsMi4xNDMsMy43MjMsMi4xNDMsNi4zNzVjMCwyLjcxOS0wLjQyNCw1LjAzMi0xLjI3NSw2LjkzNiAgIGMtMC44NSwxLjkwMy0xLjg2OSwzLjQ4My0zLjA2LDQuNzQzYy0xLjE4OCwxLjI1OC0yLjQzMSwyLjI0NC0zLjcyNCwyLjk1OEM2LjAwNCwyNC4xMzMsNC44ODMsMjQuNjU4LDMuOTMsMjVsLTMuMjY0LTUuNTA4ICAgYzEuMzYtMC41NDUsMi41MTYtMS40MTIsMy40NjctMi42MDJjMC45NTMtMS4xOSwxLjQ5Ny0yLjQ2NSwxLjYzMy0zLjgyNGMtMS4zNTksMC0yLjYwMi0wLjU5Ny0zLjcyMy0xLjc4NiAgIEMwLjkyLDEwLjA5LDAuMzU5LDguNTA5LDAuMzU5LDYuNTM4eiIgZmlsbD0iIzIzMUYyMCIvPjwvZz48L3N2Zz4=');
	width: 100px;
	height: 100px;
	opacity: 0.1;
}
.quote-wrapper blockquote p {
	font-weight: 400;
	font-style: italic;
	font-size: 1.5rem;
	font-family: 'futura-pt';
}
.quote-wrapper blockquote footer {
    margin: auto;
	margin-top: 2rem;
	font-size: 0.96rem;
    text-align: left;
    width: 260px;
    font-weight: 400;
}
.quote-wrapper blockquote footer .name {
	font-weight: 700 !important;
}
.quote-wrapper blockquote footer span {
	font-weight: 400;
}
.quote-wrapper .quote-image {
   float: left;
    width: 64px;
    height: 64px;
    position: relative;
    top: -8px;
    margin-right: 10px;
    margin-left: 30px;
}

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




/*
-------------------------------
 PRODUCTS (overview)
-------------------------------
*/
.product {
	width: 100%;
	display: block;
  position: relative;
  border: 0px solid #fff;
	margin: 0px 0px 30px;
	padding: 1rem 1rem;
	min-height: 400px;
	border-radius: 0px !important;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.product:before {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	border: 1px solid #04131f;
	content:'';
	opacity: 0.08;
	border-radius: 0px !important;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.product:hover:before {
	opacity: 0.3;
}
.product-image {
	overflow: hidden;
	position: relative;
	display: block;
}
.product-image a {
	display: block;
}
a.product-image,
.product-image img {
	border-radius: 0px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-image:hover img,
.product-image a:hover img {
	opacity: 0.9;
}
.product-image-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}
.product-label {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 99;
	border-radius: 1000px;
	width: 64px;
	height: 64px;
	padding-top: 1.2rem;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}
.product-section {
	display: block;
	padding: 15px 0rem 3rem;
}
.product-section .product-title {
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.2rem;
}
.product-section .product-title a{
	color: #404040;
	position: relative;
}
.product-section p {
	font-size: 0.96rem;
	line-height: 1.9;
}
.product-price-old {
	display: inline-block;
	font-size: 0.96rem;
	text-decoration: line-through;
	margin-right: 10px;
	color: #404040;
}
.product-price-new {
	display: inline-block;
	font-size: 1.4rem;
	font-family: 'Roboto';
	font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

}

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



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

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

}
.imagebox.with-shadow {
	/* box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4); */
}
a.imagebox:hover {
	z-index: 99 !important;
}
.collapse .imagebox {
	margin-bottom: 0;
}

a.imagebox {
	cursor: pointer;
}

.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imagebox .imagebox-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:#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;
}

.imagebox .imagebox-image.bright:after {
	opacity: 0;
}
a.imagebox:hover .imagebox-image {
	transform: scale(1.05)
}
#content a.imagebox:hover .imagebox-image,
#sidebar a.imagebox:hover .imagebox-image {
	transform: scale(1)
}
a.imagebox:hover .imagebox-image:after {
	opacity: 0;
}
.imagebox .imagebox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.08;
	z-index: 3;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a.imagebox:hover .imagebox-overlay {
	opacity: 0;
}

/* Shade */
.imagebox .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: 0.3;

	-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: rgb(24,7,31);
	background: linear-gradient(0deg, rgba(24,7,31,1) 0%, rgba(24,7,31,0) 80%);
}

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

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

/* Label */
.imagebox-label {
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-size: 13px;
	text-align: center;
	padding: 0.3rem 1rem;
	border-radius: 0px;
	color: #fff;
	font-weight: 600;
	z-index: 98;

}


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


}
.imagebox:hover .imagebox-description {
	opacity: 1;
}
.imagebox .imagebox-description .imagebox-title-wrap {
	position: absolute;
	top: 0;
	left:0rem;
	width: 100%;
	padding: 1rem 2.5rem 0rem 1rem;
}
.imagebox-description.text-center .imagebox-title-wrap {
	text-align: center;
	padding: 0rem 2rem 0rem 1rem;
}

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

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

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

.side-content .imagebox .imagebox-description .imagebox-title-wrap.bottom {
	padding-left: 2rem;
}

.imagebox:hover .imagebox-description .imagebox-title-wrap.bottom {

}
.imagebox .imagebox-description .imagebox-title-wrap .imagebox-title-wrap-bg {
	position: absolute;
	top: 0;
	right: 0;
	left:0;
	bottom:0;
	display: block;
	opacity: 0.7;
	-webkit-backdrop-filter: blur(10px);
}

.imagebox .imagebox-description .imagebox-title {
	position: relative;

	display: block;
	font-size: 25px;
	font-weight: 700;
	/* text-transform: uppercase;
	letter-spacing: 1px; */

	line-height: 1.1;
	color: #fff;
	margin: 0;
	padding: 0em 0 2px;
	max-width: 94%;
		/* 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)
}
.side-content .imagebox .imagebox-description .imagebox-title {
	font-size: 20px;
	font-weight: 700;
}

a.imagebox:hover .imagebox-description .imagebox-title {
	transform: translateX(0) translateY(0px);
}
.imagebox .imagebox-description .imagebox-title-wrap p {
	position: relative;
	padding: 0;
	margin:0;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
}



.imagebox .imagebox-description p {
	margin-top: 1rem;
	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: 25px;
	right:0;
	width: 100%;
	text-align: right;
	font-size: 1.250rem;
	font-weight: 700;
	color: #fff;
	padding: 1rem 2rem 0rem;
	visibility: visible;
	opacity: 0.4;
	-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;
}


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


.grid-sizer { width: 20%; }

/* Imagobox Heights */
.blocks-small .imagebox,
.imagebox.height-small {
	min-height: 200px;
}
.blocks-medium .imagebox,
.imagebox.height-medium {
	min-height: 290px;
}
.blocks-large .imagebox,
.imagebox.height-large {
	min-height: 400px;
}
.blocks-huge .imagebox,
.imagebox.height-huge {
	min-height: 600px;
}
.expanded.collapse .blocks-medium .imagebox,
.expanded.collapse .imagebox.height-medium {
	min-height: 300px;
}

	@media (max-width: 1460px) {
		.imagebox .imagebox-description .imagebox-title {

			line-height: 1.1;
			color: #fff;
			margin: 0;
			padding: 0em 0 5px;
			max-width: 90%;
		}
	}
	@media (max-width: 1130px) {

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

		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 200px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 290px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 400px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 600px;
		}
		.imagebox-icon {
			position: absolute;
			top: 0rem;
			left: 0rem;
		}

		.imagebox .imagebox-description:after {
			position: absolute;
			bottom: 34px;
			left: -25px;
			width: 40px;
			height: 40px;

		}
		.imagebox .imagebox-description .imagebox-title-wrap.bottom {
			top: auto;
			bottom: 0px;
			left:0rem;
			padding: 1rem 1rem 1rem 1rem;
			transform: translateX(0) translateY(0%);
		}

		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.250rem;
			max-width: 100%;
			padding-bottom:0px;
		}

		.imagebox .imagebox-description .imagebox-title-wrap p {
			line-height: 1.4;
			font-size: 14px;
		}
		.imagebox .imagebox-button {
			font-size: 14px;
			padding: 1rem 1rem .250rem;
		}
	}
	@media (max-width: 1023px) {
		.imagebox-icon i:before{
			margin-left:0;
		}
		.imagebox-icon.icon-small i:before{
			font-size: 2rem;
		}
		.imagebox-icon.icon-medium i:before{
			font-size: 3.2rem;
		}
		.imagebox-icon.icon-large i:before{
			font-size: 4.7rem;
		}

		.imagebox .imagebox-description:after {
			position: absolute;
			bottom: 44px;
			left: -25px;
			width: 30px;
			height: 30px;

		}

		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 1.5rem 1rem 1rem;

		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.4rem;
			max-width: 94%;
		}




		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 160px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 250px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 320px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 500px;
		}
	}
	@media (max-width: 767px) {
		.imagebox {
			margin-bottom: 10px;
		}
		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 4rem 1rem 1.5rem;

		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.250rem;
			max-width: 100%;
		}
		.imagebox .imagebox-description:after {
			position: absolute;
			bottom: 30px;
			left: -15px;
			width: 30px;
			height: 30px;

		}
		.imagebox .imagebox-description p  {

		}
		.imagebox .imagebox-button {
			visibility: visible;
			opacity: 1;
			font-size: 1rem;

		}
		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 160px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 200px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 280px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 400px;
		}
		.expanded.collapse .blocks-medium .imagebox,
		.expanded.collapse .imagebox.height-medium {
			min-height: 200px;
		}
	}


	@media (max-width: 440px) {

		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.250rem;


		}
	}
	@media (max-width: 370px) {
		.imagebox .imagebox-description .imagebox-title {
			font-size: 1.125rem;
		}
	}
/* 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:#27b1e0;
}

/* Zijbalk */

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

#sidebar .sticky {
	width: 100%;
}

	@media (max-width: 1023px) {
		.side-content  {
			margin-top: 20px;
			padding: 0 1rem 0em;
		}
		.side-content #sidebar {
			margin-top: 0px;
			padding: 0rem 0 2em 0px;
		}

	}


	@media (max-width: 540px) {
		.side-content  {
			padding: 2rem 1rem 0em;
		}
	}
.side-content .text-wrapper {
	padding: 1.5rem 1.5rem;
	border-radius: 25px;
	background: #f5f5f5;
	margin-bottom: 20px;
	border: 0px solid rgba(4, 19, 31, 0.1)
}
.side-content	.text-wrapper .indent {
	padding-right: 0rem;
}
.side-content .text-wrapper .text-wrapper-title {
	font-size: 1.4rem;
	position: relative;
	font-weight: 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 .text-wrapper-lead p {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 700;
}
.side-content .text-wrapper .text-wrapper-content p {
	line-height: 1.6;
	font-size: 1rem;
}
.side-content .text-wrapper .text-wrapper-content p strong {
	color: #27b1e0;
}
.side-content .text-wrapper .button {

}

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

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

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

.subnav {
	position: relative;
	border: 0px solid rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	padding: 2rem 1.5rem;
	margin:0rem 0 30px;
	background-color: #D60B52 !important;

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

.subnav .subnav-headline {
	font-size: 1.125rem;
	position: relative;
	margin: 0 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.subnav .subnav-headline a {
	color: #fff;
}
.subnav ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.subnav ul li {
	border-bottom: 0px solid rgba(0, 0, 0, 0.12);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.103);
}
.subnav ul li:last-child {
	border:0 !important;
}
.subnav ul li a:not(.button) {
	font-family: 'futura-pt';
	font-weight: 700;
	padding-left: 0;
	color: rgba(255, 255, 255, 0.61);
	display: block;
	padding: 0.8375em 1em 0.8375em 1.250rem;
  	font-size: 1rem;
  	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;
	-webkit-transform: translate(2px, 0);
  	transform: translate(2px, 0);
	top:16px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
  	speak: none;
  	font-style: normal;


  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
	content: '\f060';
	font-size: 12px;
	margin-right: 0px;
	color: #fff;
	-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.4;
}
.subnav ul li a:hover:before {
	-webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
	color: #fff;
	opacity: 1;
}
.subnav ul li.item-breadcrumb a:before {
	opacity: 1;
	color: #fff;
}

.subnav ul li.item-breadcrumb a:not(.button) {
	color: #fff;
	font-weight: 700;
}
.subnav ul li.invisible {
	visibility: visible;
	display: block;
}

	@media  (max-width: 1023px) {
		.subnav ul li a:not(.button) {
			padding-left:0 !important;
			font-size: 1.1rem !important;
		}
		.subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;
			content: '\e93c';
		}
	}
	@media  (max-width: 767px) {
		.subnav {
			padding-left: 1rem !important;
			border-radius: 25px;
		}
		.subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;
			content: '\e93c';
		}
	}

/* Tweede niveau */
.subnav ul li ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.subnav ul li ul li {
	border: 0px solid #eeedec;
}
.subnav ul li ul li > a:not(.button) {
  font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 15px !important;
	padding: 0.3em 0rem 0.3em 20px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.subnav ul li ul li > a:not(.button):hover {
	color: rgba(255, 255, 255, 1) !important;
	background: none !important;
}
.subnav ul li ul li a:before {
	display:none;
}
.subnav ul li ul li > a:not(.button):hover:before {
	color: #fff !important;
}
.subnav ul li ul li.item-breadcrumb > a:not(.button),
.subnav ul li ul li.item-breadcrumb > a:not(.button):hover {
	background: none !important;
	color: rgba(255, 255, 255, 1) !important;
}
.subnav ul li ul li.item-leaf > a:not(.button) {
	font-weight: 700 !important;
}

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

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

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

.subnav ul li ul li > a:hover {
	background: none !important;
	color: #1b1724 !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: #1b1724 !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: #1b1724;
	font-weight: 700;
	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: #27b1e0;;
}
.blogs ul li a .blog-title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #1b1724;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.blogs ul li a:hover .blog-title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #27b1e0;
}
.blogs ul li a .blog-date {
	display: block;
	padding: 6px 0 0;
	font-size: 0.86rem;
	font-weight: 400;
	color: #D60B52;

}

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

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

}

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

	opacity: 0;
}

.whatsub ul {

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

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

	text-transform: uppercase;
	letter-spacing: 2px;
}
.whatsub ul li a:hover {
	color: #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: 1023px) {
		.whatsub {
			margin-top: -50px;
			height:50px;
				text-align: left;
		}
		.whatsub ul {
			height: 50px;
			text-align: left;
		}
		.whatsub ul li a {
			text-align: center;
			height:40px;
			line-height: 50px;
			font-size: 0.66rem;
			letter-spacing: 1px;
		}
	}
	@media  (max-width: 767px) {
		.whatsub {
			display:none;
		}
	}


/* Breadcrumbs */
#breadcrumbs {
	width: 100%;
	height: 50px;


}
.breadcrumbs-wrapper {
	margin-top: 0px;
  	background: none;
	  border-top: 1px solid rgba(0, 0, 0, 0.04);
	  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  	padding: 1rem 0 1rem 0rem;
}
#page-content .breadcrumbs-wrapper {
	position: relative;
	z-index: 1;

	border-top: 0;

}

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

}
.breadcrumbs > * a {
	color: #1b1724;
	font-weight: 700;
	text-transform: none;
	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: #27b1e0;
	text-decoration: none;
}
.breadcrumbs > .current a {
	color: #27b1e0;
	text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
	color: #27b1e0;
	content: "\f054";
	margin: 0 .75rem;
	position: relative;
	top: 1px;
	opacity: 1;
	font-size: 0.66rem;
	font-family: 'Font Awesome 5 Pro' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

}

.breadcrumbs {
	margin-bottom: 0;
}


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

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


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

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


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

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

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

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

}
.pricing-table .title small {
	display: block;
	padding-top: 15px;
	font-weight: 300 !important;
	font-size: 1.4rem;
	color: #82b81a;
}
.pricing-table .price {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 1.45rem;
  border-bottom: 0;
  font-weight: 400;
}
.pricing-table .price-info {
	font-size: 1rem;
	font-weight: 400;
	color: #82b81a;
}
.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: #82b81a !important;
	font-size: 14px;
	font-weight: 400;
}
.pricing-table.bg-white li.text-left i {
	position: absolute;
	top: 10px;
	left:5px;
	font-size: 1.2rem;
}

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

.pricing-table.highlight {
	border-color: #82b81a;
	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: 1023px) {
		.pricing-table .title small {
			display: block;
			padding-top: 5px;
			font-size: 1.2rem;
			color: #000;
		}

	}


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

.pricebox .pricebox-title {
	position: relative;
	font-size: 1rem;
	font-weight: 700 !important;
	line-height: 1;
	margin:0;
}
a.pricebox .pricebox-title {
	color: #27b1e0;
}
.pricebox .pricebox-title .label {
	position: absolute;
	top: -2px;
	left: 100%;
	padding: 5px 10px 5px;
	color: #fff;
	margin-left: 10px;
	line-height: 1.1;
	font-size: 10px;
	text-transform: uppercase;
}
.pricebox .pricebox-price {
	display: block;
	font-size: 1rem;
	font-weight: 700 !important;
	margin:0;
	line-height: 1;
	color: #27b1e0;
}



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

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

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

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

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

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

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

.photo a:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f067';
	background: #27b1e0;
	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: 1023px) {
		.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: 10px 0px 20px 40px;
}
.photo-wide {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}
.photo-wide img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
}
.photo-slides {
	/* box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4); */
}
.photo-slides a.gallery-item {
	margin-bottom: 0em;
}

.gallery {
	padding-top: 30px;
}

.gallery .gallery-item {

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

}

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

.photo-gallery .play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 22px;
	color: #fff
}
.photo-gallery a:hover .play {
	background-color: #82b81a;
}

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

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

	@media (max-width: 1024px) {
		.photo-gallery.with-padding {
			padding: 2rem 1rem 2rem 0;
		}
	}
	@media (max-width: 1023px) {
		.large-6 .photo-gallery:before,
		.large-6 .photo-gallery:after {
		  display: none;
		}
	}
	@media (max-width: 767px) {
		.large-6 .photo-gallery {
			margin-top:20px;
		}
	}

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

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/* box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4); */
}
.photo-gallery a,
a.gallery-item {
	display: block;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.photo-gallery a,
a.gallery-item {

}


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

.photo-slides .slick-list {

}

.gallerybar a.gallery-item {

}


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

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

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

/* Gallery Bar */
.gallery-slides .gallery-item {
	margin: 0;
}
.gallery-slides .gallery-item:before {
	display: none;
}
.gallery-slides .gallery-item img {
	border-radius: 0px !important;
	margin: 0;
	opacity: 0.8;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery-slides .gallery-item:hover img {
	opacity: 1;
}

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

.photo-gallery a:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f067';
	background: #27b1e0;
	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;
}
.photo-gallery.with-video a:after {
	display: none;
}
	@media (max-width: 1023px) {
		.photo-gallery a:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
		.photo-gallery img {

		}
	}

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

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

.photo-gallery a:hover img {
	padding: 0px;

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



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

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

}
.sitemap ul {
	list-style: none;
}
.sitemap ul {
	margin-left: 0px;
	font-family: 'Forza';
}
.sitemap ul ul {
	margin-left: 0px;
	padding: 4px 0;
	padding-left: 15px;
	border-left: 2px solid #f2f2f2;
}
.sitemap ul ul ul{
	margin: 4px 0;
	padding-left: 15px;
	border-left: 2px solid #f2f2f2;
}
.centered .sitemap ul ul ul{
	border: 0;
}


.sitemap li a {
	font-weight: 700;


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

	font-size: 16px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;

}
.sitemap li li li a {
	font-weight: 700;
	color: #82b81a !important;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	letter-spacing: -1px;
}
.sitemap li li li li a {
	font-weight: 700;
	font-size: 15px ;
	color: rgba(24, 7, 31, 0.4) !important;
}
.sitemap li li li a:hover,
.sitemap li li li li a:hover {
	color: #27b1e0 !important;
}


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

.sitemap li a.actief {

}
.sitemap .invisible {
	display: none;
}

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

#footer-wrapper {
	position: relative;

	margin-top: 0px;
	padding: 3rem 0 0rem 0;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;


}


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

.follow-title {
	display: block;
}
	@media  (max-width: 1680px) {

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

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


	}

	@media  (max-width: 1023px) {

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

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

		}
		#footer-wrapper .columns{

		}

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

		}

	}

.footer-content.first .footer-title {

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

}

.footer-content p {
	line-height: 1.9;
	font-size: 1rem;
	color: rgba(255, 255, 255, 1);
}
.footer-content p a {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}
.footer-content p a:hover {

}


.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: 1rem;
	padding: .2rem 0;
	display: inline-block;
}
.footer-content ul li a i {
	font-size: 12px;
	margin-right: 4px;
	color: #82b81a;
}
.footer-list ul li a {

}
.footer-list ul li a:hover {

}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .footer-content ul li a {
	color: rgba(255, 255, 255, 1) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .footer-content ul li a:hover {
	color: #27b1e0 !important;
}

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

}
.socialist  li a:after {
	display: none;
}
.socialist li a i {
	position: absolute;
	top: 6px;
	left: -2px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.socialist a:hover i {

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

.socialist li.language a {
	background: url('../images/flag-flip.png') no-repeat 5px 50%;
	background-size: 22px auto;
}

/* Bottom */

.footer-bottom {
	padding: 2rem 0 2rem;
	margin-top: 0rem;
	border-top: 1px solid rgba(255, 255, 255, 0.089);
}

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

}

.copyright-text {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.664);
}

.copyright-links {
	display: block;

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

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

}

	@media  (max-width: 1023px) {
		.copyright-wrapper {
			display: flex !important;
			align-items: center;
			justify-content: space-between;
			padding: 0 25px;
			flex-direction: column;

		}

		.social {
			border-top: 1px solid rgba(238, 238, 238, 0.35);
		}
		.social .footer-title {
			text-align: center;
			display: none;
		}
		.socialist {
			display:inline-block;
			width: 100%;
			text-align: center;
		}
		.socialist  li {
			display: inline-block;
			padding: 0 1rem;
		}
		.socialist li a {
			font-size: 0.86rem !important;
		}
		.socialist li a span {
			padding-right: 1rem;
		}
		.socialist  li a i {
			position: absolute;
			top: 4px;
			left:0;
			width: 32px;
			height: 32px;
			line-height: 32px;
			text-align: center;

			color: #fff;
		}

	}
	@media  (max-width: 767px) {
		.social {
			border-top: 0px;
		}
		.social .footer-title {
			text-align: left;
			display: block;
		}
		.socialist {
			display:inline-block;
			width: 100%;
			text-align: left;
		}
		.socialist li {
			text-align: left !important;
			display: block;
		}
		.socialist li a {

		}
		.socialist li a span {

		}
		.copyright-wrapper {
			display: flex !important;
			align-items: flex-start;
			justify-content: flex-start;
			padding-left:10px;
		}
		.footer-links {
			padding-top:10px;
			padding-bottom:20px;
			text-align: center !important;
		}
		.footer-links a {
			margin:0 10px 0 0;
		}
		.footer-logos {
			text-align: center;
		}
		.footer-bottom {

			padding: 2rem 0 1rem;
			margin-top: 1rem;
		}

	}
	@media  (max-width: 374px) {
		.copyright-wrapper {
			display: flex !important;
			align-items: center;
			justify-content: space-between;
			padding: 0 5px;

		}
		.footer-links a {
			font-size: 11px;
			margin:0 15px 0 0;
		}
	}


/* Javesta */
.javesta {
	float: right;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	width: 160px;
	opacity: 0.8;
	-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;
}
.javesta .badge {
	display: block;
	width: 32px;
	height: 32px;
	background:  url('../images/javesta-icon.svg') no-repeat center;
	background-size: contain;
}
.javesta .text {
	color: #a2aaae !important;
	font-style: italic;
	font-size: 14px;
}

.javesta:hover  {
	opacity: 1;
}


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

.addnoise:hover  {
	opacity: 1;
}

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


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

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

}



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

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


	z-index: 99;

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

#slidebox.slidebox-bg {

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


.white-popup #slidebox {
	width:100%;
	position: relative;
	bottom:auto;
	right:auto;
	padding:2rem 3rem;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

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

#slidebox a.close{
	width:36px;
	height:36px;
	position:absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	border-radius: 100px;
	color: rgba(4, 19, 31, 0.18);
	font-size: 1.1em;
	font-weight: 700;
	line-height: 34px;

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



#slidebox .button {
	margin-top: 0px;
}

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



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

	@media (max-width: 767px) {
		#slidebox {
			display: none;
			bottom:200px;
		}
		#slidebox .searchbox {
			display:block;
		}
		.white-popup #slidebox {
			width:100%;
			position: relative;
			bottom:auto;
			right:auto;
			min-height:120px;
			padding:1rem 1rem;
			-webkit-transform: translate(0, 0);
			        transform: translate(0, 0);
			box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		}

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

	}

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

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

.going-down {

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

	margin-left: -40px;
    height: 80px;
    width: 80px;
    background: transparent;
    text-align: center;
    z-index: 996 !important;
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 0px;
    outline: 0;
    font-size: 2.4rem;

    -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: #ffffff;
    position: absolute;
    top:10px;
    left:22px;
    text-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1023px) {

}

@media (max-width: 767px) {

	.floating-arrow-wrapper {
		display: none;
	}
}


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