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

.body-background-wrapper {
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1280px;
	height: 100%;

	z-index: -1;
}
.body-background-wrapper:before,
.body-background-wrapper:after {
	position: absolute;
	top:0;
	width: 20%;
	height: 2000px;
	content:'';

	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;

}
.body-background-wrapper:before {
	left:-19%;
	background-image: url('../images/bg-left.png');
}
.body-background-wrapper:after {
	right: -19%;
	background-image: url('../images/bg-right.png');
	background-position: top left;
}


#page-container  {
	overflow-x: hidden;
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0 0rem;
	background: #fff;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.15);
	min-height: 60vh
}

.main-content {
	position: relative;

}
.section-boxed .main-content {
	background: transparent !important;
}

#faq {
	z-index: 99;
}

.row {
	max-width: 1200px;
	z-index: 2;
	position: relative;
}
.row.narrow {
	max-width: 54rem;
	z-index: 2;
}
.row.wide {
	max-width: 80rem
}
.row.wider {
	max-width: 82.5em;
}
.max-width .row {
	max-width: 1170px;
}

.section-wrapper {
	position: relative;
	min-height: 1px;
	margin:0px auto;
}
.section-content.up {

}
.section-grid {
	z-index: 99;
}

.section-max-width {
	max-width: 80em;
}

#home {
	padding-bottom: 10px;
}
	@media (max-width: 1280px) {
		.body-background-wrapper {
			display:none;
		}
		#page-container  {
			overflow-x: visible;
		}
		.section-wrapper {
			padding-left: 0px;
			padding-right: 0px;
		}
	}
	@media (max-width: 1100px) {
		.row {
			max-width: 990px;
			z-index: 2;
			position: relative;
		}
		.max-width .row {
			max-width: 970px;
		}
	}
	@media (max-width: 970px) {
		.row {
			max-width: 750px;
			z-index: 2;
			position: relative;
		}
		.max-width .row {
			max-width: 720px;
		}
	}
	@media (max-width: 640px) {
		#page-container  {
			padding: 0px;
			z-index: 997;
			padding-bottom: 2rem;
		}
		.row {
			max-width: 96%;
			z-index: 2;
			position: relative;
		}
		.max-width .row {
			max-width: 96%;
		}
		#home {
			padding-top: 0;
			padding-bottom: 20px;
		}

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

		}

	}

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


.top-bar {
	padding-top: 0px;
	width: 100%;
	height: 136px;
	position: relative;
background: rgb(249,250,231);
background: -moz-linear-gradient(top,  rgba(249,250,231,1) 0%, rgba(255,255,255,1) 50%);
background: -webkit-linear-gradient(top,  rgba(249,250,231,1) 0%,rgba(255,255,255,1) 50%);
background: linear-gradient(to bottom,  rgba(249,250,231,1) 0%,rgba(255,255,255,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fae7', endColorstr='#ffffff',GradientType=0 );

	z-index: 999;

}
/*
.popover-active .top-bar {
	z-index: 999999999 !important;
}
*/

.top-bar.bg-white {
	border-bottom: 1px solid #eee;
}
.top-bar .row {
	height: 100%;
}


/* Logo */

.logo-wrap {
	display: inline-block;
	width: 200px;
	height: 50px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../images/logo-area.svg');
}

/* Call */
.call-button {
	position: absolute;
	top: 10px;
	right:1rem;
	line-height: 1;
	padding: 1rem
}
.call-button .call-title {
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 5px 10px;

}
.call-button .call-number {
	position: relative;
	display: inline-block;
	height: 32px;
 font-size: 1.4rem;
 font-weight: 700;
 color: #3d3d3c;
 padding-left: 1.6rem;
 padding-right: 0rem;
 background-position: left;
background-size: 22px auto;
background-repeat: no-repeat;
background-image: url('../images/icon-call.svg');
}
.call-button .call-info {
	position: absolute;
	bottom: 2px;
	right:0rem;
	display: block;
	font-weight: 400;
	font-size: 7px;
}



	@media (max-width: 970px) {

		.call-button {
			position: absolute;
			top: 10px;
			right:4rem;
			line-height: 1;
			padding: 1rem
		}

	}
	@media (max-width: 970px) {
		.top-bar {
			height: 90px;
		}
		.menu-wrap {
			display: none;
		}
	}
	@media (max-width: 640px) {

		.top-bar {
			height: 80px;
		}
		.logo-wrap {
			display: inline-block;
			width: 160px;
			height: 50px;
			margin-top: 20px;
			margin-left: 10px;
			margin-bottom: 10px;
		}
		.call-button {
			top: 8px;
			right: 110px;
		}
		.call-button .call-title {
			display:none;
		}
		.call-button .nmbr {
			display:none;
		}
		.call-button .call-info {
			display:none;
		}
	}

/* Whatsub */
.whatsub {
	position: relative;
	top:0px;
	z-index: 99;
	display: block;
}
.whatsub ul {
	float: none;
	width: 100%;
	display: block;
	background: #c5004b;
	width: 1280px !important;
	border-radius: 0px;
	border: 0px solid rgba(0, 0, 0, 0.08);
	padding: 1rem 2rem;
	padding-right:  20%;
	margin:0;
	list-style: none;

}
.whatsub ul:after {
	display: table;
	content: '';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
	clear: both
}
.whatsub ul {
	background: #f7dfe1;
}

/* Primary */
.page-primary .whatsub ul {
	background: #c5004b;
}
.page-primary-two .whatsub ul {
	background: #ca3e60;
}
.page-primary-three .whatsub ul {
	background: #d46378;
}
.page-primary #sub87046.whatsub ul {
	background: #f7dfe1;
}
/* Secondary */
.page-secondary .whatsub ul {
	background: #267064;
}

#sub86753.whatsub ul {
	background: #d46378;
}

#sub88423.whatsub ul {
	background: #c5004b;
}


.whatsub ul li {
	width: 25%;
	float: left;
	display: inline-block !important;
	text-align: left !important;
}
.whatsub ul li:last-child {
	border: 0;

}
.whatsub ul li a {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	font-size: 1rem;
	display: block;
	font-weight: 400;
	text-align: left;
	padding: 10px 2rem 10px;

	color: rgba(255, 255, 255, 0.7) !important;
	line-height: 1;
	margin:0;

}
.whatsub ul li a:after {
	position: absolute;
	top: 10px;
	right:20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #fff;
	opacity: 0.7;
}
.whatsub ul li a:hover:after {
	opacity: 1;
}

.whatsub ul li a:hover {
	color: #fff !important;
}


.whatsub ul li.item-breadcrumb a {
	color: #c7d22b !important;
	font-weight: 700;
}
.whatsub ul li.item-breadcrumb a:after {
	border-color: transparent transparent transparent #c7d22b;
	opacity: 1;
}

.page-primary #sub87046.whatsub ul li a {
	color: rgba(0, 0, 0, 0.6) !important;
}
.page-primary #sub87046.whatsub ul li a:hover {
	color: rgba(0,  0,  0, 1) !important;
}
.page-primary #sub87046.whatsub ul li a:after {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}
.page-primary #sub87046.whatsub ul li a:hover:after {
	border-color: transparent transparent transparent rgba(0,  0,  0, .6);
}


	@media (max-width: 1100px) {
		.whatsub ul {
			width: 100% !important;
			padding-left: 1.5rem;
		}
		.whatsub ul li a {
			padding: 10px 0rem 10px 1rem;
		}
		.whatsub ul li a:after {
			right: 10px;
		}
	}

	@media (max-width: 970px) {
		.whatsub ul {
			width: 100% !important;
			padding-left: 1rem;
		}
		.whatsub ul li {
			width: 33%;
		}
		.whatsub ul li a {
			padding: 10px 0rem 10px 1rem;
		}
		.whatsub ul li a:after {
			right: 10px;
		}

	}
	@media (max-width: 640px) {
		.whatsub {
			display: none;
		}

	}

/* Badge */
.pageBadge {
	position: absolute;
	top: 170px;
	right: 40px;
	width: 150px;
	height: 150px;
	border-radius: 200px;

	z-index: 998 !important;
	overflow: hidden;
	padding: 2rem 1rem 0;
}
.pageBadge:before {
	position: absolute;
	top: 0;
	left:0;
	width: 176px;
	height: 65px;
	border-radius: 80px 80px 0 0;
	content: '';
	background: #c7d22b;
	transform: rotate(45deg);
	z-index: 2;
}
.pageBadge:after {
	position: absolute;
	top: 0;
	left:0;
	width: 150px;
	height: 150px;
	content: '';
	border-radius: 200px;
	background: transparent;
	z-index: 4;
	border: 10px solid #fff;
}

.pageBadge span {
	position: relative;
	z-index: 2;
	color: #c5004b;
	display: block;
	text-align: center;
	line-height: 1.2;
}
.pageBadge .pageBadge-title{
	color: #c5004b;
	font-weight: 700;
	font-size: 16px;
}
.pageBadge .pageBadge-lead {
	color: #c5004b;
	font-weight: 400;
	font-size: 12px;
	margin-top: 4px;
}

	@media (max-width: 1100px) {
		.pageBadge {
			right: 20px;
		}
	}
	@media (max-width: 640px) {


		.pageBadge {
			top: auto;
			right: 10px;
			bottom: -60px;
			width: 120px;
			height: 120px;
		}
		.pageBadge:after {
			position: absolute;
			top: 0;
			left:0;
			width: 120px;
			height: 120px;
			border:5px solid #fff;
		}
		.pageBadge:before {
			position: absolute;
			top: 0;
			left:0;
			width: 176px;
			height: 75px;
		}
		.pageBadge .pageBadge-title{
			color: #c5004b;
			font-weight: 700;
			font-size: 14px;
		}
		.pageBadge .pageBadge-lead {
			color: #c5004b;
			font-weight: 400;
			font-size: 10px;
			margin-top: 4px;
		}

	}

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



.vertical-section-name {
	display:none;
}


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

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

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

.section-intro {
	display: inline-block;
	margin: 15px 0 20px;
	font-weight: 900;
	font-size:1rem;
	color: #8f8f8f;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.section-title-wrapper.text-center .section-intro {
	padding-left: 0px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-light-gradient) .section-intro {
	color: #fff !important;
}
.section-title {
	font-size: 2.2rem;
	display: block;
	font-weight: 400;
	line-height: 1.2;
}
.section-title.title-tiny {
	font-size: 1.500rem;

}
.section-title.title-small {
	font-size: 2.250rem;
}
.section-title.title-medium {
	font-size: 2.4rem;
}
.section-title.title-large {
	font-size: 3.938rem;
	line-height: 1.2;
}
.section-title em {
	font-style: normal;
	color: #016ee9;
}

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


.section-lead {
	padding-top: 0.5rem;

}
.section-lead p {
	color:#141825 ;
	font-size: 1.375rem;

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

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

}

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



	@media (max-width: 1100px) {
		.section-title.title-large {
			font-size: 2.6rem;
			line-height: 1.2;
		}
		.section-lead p {

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

		.section-title {
			font-size: 2.4rem;
		}
		.section-title.title-small {
			font-size: 1.8rem;

		}
		.section-title.medium {
			font-size: 2rem;
		}
		.section-lead p {
			font-size: 1rem;
			line-height: 1.7;
			font-weight: 700;

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

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

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

		}
		.section-title.medium {
			font-size: 2rem;
		}
		.section-title.title-large {
			font-size: 1.6rem;
			line-height: 1.2;
		}
	}


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

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

}


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

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

		}
	}

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

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

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

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



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

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


/*
---------------------------
BREADCRUMBS
---------------------------
*/

.breadcrumbs {
  display: block;
  padding: 1rem 0.8rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background: none !important;
  border-color: rgba(0,0,0,0.04);
  border-radius: 0px;
}
.breadcrumbs li {
	text-transform: none;
	font-size: 0.86rem;
	padding-right: 1rem;
	position: relative;
}
.breadcrumbs > * a {
	color: #3B3B3A;
	-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: #c5004b;
	text-decoration: none;
}

.breadcrumbs li:not(:last-child):after {
	color: #3B3B3A;
	content: "";
	margin: 0 0rem;
	position: absolute;
	top: 7px;
	right:5px;
	opacity: 1;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #3B3B3A;

}
.breadcrumbs .current a {
	color: #3B3B3A;
}
.breadcrumbs .current a:hover {
	color: #c5004b;
}
.breadcrumbs {
	margin-bottom: 0;
}


@media (max-width: 640px) {
	.breadcrumbs {
	  display: block;
	  padding: 1rem 0rem;
	}
}

/* Carousel */

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


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

.slick-slider .slick-arrow {
	background-color: rgba(0, 0, 0, 0.4);
	width: 60px;
	height: 60px;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-arrow {
	opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled,
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0 !important;
}

/* Slick Dots */
.slick-slider .slick-dots {
	text-align: center;
	padding-right: 0rem;
	top: auto;
	bottom: 0px;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-dots {
	opacity: 1;
}

.slick-dots li {
	width: 10px;
	margin-right:0;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0px;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #a3a3a3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #a60049;
}


/*
---------------------------
HOME BOXES
---------------------------
*/

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

a.homebox:hover {
	z-index: 99 !important;
}
.collapse .homebox {
	border-radius: 0 !important;
	margin-top: 0;
}

a.homebox {
	cursor: pointer;
}
.homebox-slides {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}
.homebox .homebox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;

	z-index: 2;
	-webkit-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);
}
.homebox .homebox-image.bg-contain-bottom {
	background-size: cover;
	background-position: center bottom;
}

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

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

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

}
.homebox .homebox-description .homebox-title-wrap.top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 0rem 2rem 0rem 2rem;
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
.homebox .homebox-description .homebox-title-wrap.right {
	position: absolute;
	top: 30%;
	right: 0;
	left: auto;
	padding: 0;
	min-width: 158px;
	width: 27%;
}
.homebox .homebox-description .homebox-title-wrap.right p {
	font-size: 1.6875em;
	line-height: 1.25;
}
.homebox .homebox-description .homebox-title-wrap.right p strong,
.homebox .homebox-description .homebox-title-wrap.right p b {
	color: #C4014B;
	font-weight: normal;
}
.homebox .homebox-description .homebox-title-wrap.right p strong:last-child,
.homebox .homebox-description .homebox-title-wrap.right p b:last-child {
	font-weight: 600;
	font-size: 1.6em;
}
.homebox .homebox-description .homebox-title-wrap.center {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 50%;
	transform: translate(-50%, -50%);
	padding: 0rem 2rem 0rem 2rem;
	height: 0;
	padding-bottom: 50%;
	text-align: left;
}
.homebox .homebox-description .homebox-title-wrap.center:after {
	position: absolute;
	top:100%;
	left:0;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 150px 0 0;
	border-color: #b2a527 transparent transparent transparent;
}


.homebox .homebox-description .homebox-title-wrap.bottom {
	position: absolute;
	top: auto;
	bottom:0;
	left: 0;
	max-width: 90%;
	padding: 1.5rem 2rem 0.5rem 6rem;
	text-align: left;
}

.homebox .homebox-description .homebox-title {
	display: block;
	font-size: 1.8rem;
	line-height: 1.1;

	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0em 0 5px;

	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.homebox .homebox-description .homebox-title strong{
	font-weight: 700;
}
.homebox .homebox-description .homebox-title.title-medium {
	font-size: 2.8rem;
	line-height: 1.1;
	font-weight: 600;
	margin-top: 2rem;
}
.homebox .homebox-description .homebox-title.title-large {
	font-size: 3.2rem;
	line-height: 1.1;
	font-weight: 400;
	margin-top: 2rem;
}

.homebox .homebox-description .homebox-title.title-medium {
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 400;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.homebox .homebox-description .homebox-title.title-small {
	font-size: 1.5rem;
	line-height: 1.1;
	font-weight: 400;
	margin-top: 2rem;
	margin-bottom:2rem;
}
.homebox .homebox-description .homebox-lead {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	padding: 1.5rem 1rem 0.5rem 1rem;
	text-align: left;
}
.homebox .homebox-description .homebox-lead p {
	line-height: 1.4;
	font-size: 0.86rem;
	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)
}

.homebox .homebox-description ul {
	list-style: none;
	margin: 0;
	padding:0;
}
.homebox .homebox-description ul li a {
	font-size: 1.4rem;
	font-weight: 700;
	color: #267064;
}

.homebox .homebox-button {
	display: inline-block;

}
.homebox .homebox-arrow {
	position: absolute;
	bottom:0;
	right:0rem;
	width: 30px;
	height: 30px;
	display: block;
	background: #fff;
	z-index: 77;

	-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;
}
.homebox .homebox-arrow i {
	position: absolute;
	top:50%;
	left: 50%;
	font-size: 0.76rem;
	line-height: 1;
	color: #000;
	transform: translate(-50%, -50%);
}

/* Homebox (Squared) */
.homebox.squered {
	min-height: 0;
	height:0;
	padding-bottom: 100%;
}

.homebox.squered-half {
	min-height: 0;
	height:0;
	padding-bottom: 50%;
	margin-bottom: 0;
}


	@media (max-width: 1100px) {
		.homebox .homebox-description .homebox-title.title-large {
			font-size: 2.4rem;
			line-height: 1.1;
			font-weight: 400;
			margin-top: 1.2rem;
		}
		.homebox .homebox-description .homebox-title.title-medium {
			font-size:2rem;
			margin-bottom:1rem;
		}
		.homebox .homebox-description ul li a {
			font-size: 1.2rem;
			font-weight: 700;
			color: #267064;
		}
		.homebox .homebox-description ul {
			margin-top: 10px;
		}
	}
	@media (max-width: 970px) {
		.homebox .homebox-description .homebox-title.title-medium {
			font-size:1.5rem;
			margin-bottom:1rem;
		}

		.homebox .homebox-description .homebox-title-wrap.center {
			position: absolute;
			top: 50%;
			left: 50%;
			max-width: 60%;
			transform: translate(-50%, -50%);
			padding: 0rem 1rem 0rem 1rem;
			height: 0;
			padding-bottom: 60%;
			text-align: left;
		}
		.homebox .homebox-description .homebox-title-wrap {
			padding-top: 1.5rem;
		}
		.homebox .homebox-description ul {
			margin-top: 5px;
		}
		.homebox .homebox-description .homebox-title-wrap.center:after {
			position: absolute;
			top:100%;
			left:0;
			content:'';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 70px 70px 0 0;
			border-color: #b2a527 transparent transparent transparent;
		}
		.homebox .homebox-description .homebox-title-wrap.bottom {
			position: absolute;
			top: auto;
			bottom:0;
			left: 0;
			max-width: 90%;
			padding: 1.5rem 2rem 0.5rem 3rem;
			text-align: left;
		}


	}
	@media (max-width: 640px) {
		.homebox .homebox-description .homebox-title.title-large {
			font-size: 2rem;
			line-height: 1.1;
			font-weight: 400;
			margin-top: 1rem;
		}
		.homebox .homebox-description .homebox-title.title-medium {
			font-size:2rem;
			margin-bottom:1.5rem;
		}
		.homebox .homebox-description ul li a {
			font-size: 1rem;
			font-weight: 700;
			color: #267064;
		}
		.homebox .homebox-description .homebox-title-wrap .button.large {
			font-size: 1.3rem;
		}
	}
	@media (max-width: 460px) {
		.homebox .homebox-description .homebox-title.title-medium {
			font-size:1.5rem;
			margin-bottom:0.5rem;

		}
	}

	@media (max-width: 360px) {
		.homebox .homebox-description .homebox-title.title-large {
			font-size: 1.8rem;
			line-height: 1.1;
			font-weight: 400;
			margin-top: 0.7rem;
		}
		.homebox .homebox-description .homebox-title.title-medium {
			font-size:1.2rem;
		}
		.homebox .homebox-description ul li a {
			font-size: 1rem;
			font-weight: 700;
			color: #267064;
		}

	}

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

.imagebox {
	float: left;
	width: 100%;
	display: block;
  position: relative;
  border: 0px solid #fff;
	border-radius: 0px !important;

	min-height: 260px;
	margin-bottom: 30px;
	position: relative;
	z-index: 98 !important;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);

}

#sidebar .imagebox {
	margin-bottom: 20px;
}

a.imagebox:hover {
	z-index: 99 !important;
}



.collapse .imagebox {
	margin-bottom: 0;
/* 	 box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1); */
}

a.imagebox {
	cursor: pointer;
}


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

.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	border-radius: 0px !important;
	overflow: hidden;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 3;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
a.imagebox:hover .imagebox-overlay {
	opacity: .8;
}

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


	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.imagebox .image-shade-bottom {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.95) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07080f07080f00', endColorstr='#cc1b222a',GradientType=0 );

}

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

/* Icon */
.imagebox-icon {
	position: absolute;
	top: -1rem;
	left: 1.5rem;
	width: 80px;
	height: 80px;
	font-size: 1.4rem;
	text-align: center;
	padding: 2rem;
	border-radius: 0px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
	z-index: 98;
}
.imagebox-icon.icon-small {
	font-size: 1.8rem;
}
.imagebox-icon.icon-medium {
	font-size: 3.3rem;
}
.imagebox-icon.icon-large {
	font-size: 6.2rem;
}
.imagebox-icon i {
	position: absolute;
	left:50%;
	bottom: 50%;
	transform: translateX(-50%) translateY(50%);
}

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

}
.imagebox-badge.badge-medium {

}
.imagebox-badge.badge-large {

}


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

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

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

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

/* Bottom */
.imagebox .imagebox-description .imagebox-title-wrap.bottom {
	top: auto;
	bottom:0;
	left:0rem;
	padding: 2.5rem 3rem 1.2rem 1.5rem;
	transform: translateX(0) translateY(0%);
}

.imagebox .imagebox-description .imagebox-label {
	display: block;
	font-size: 0.86rem;
	line-height: 1;
	font-weight: 400;
	padding: 0em 0em 0 0;
	margin-bottom: 10px;
	color: #fff;
}
.imagebox .imagebox-description .imagebox-label i {
	position: relative;
	top: 2px;
	font-size: 1rem;
}
.imagebox .imagebox-description .imagebox-title {
	position: relative;
	font-weight: 700;
	display: block;
	font-size: 1.6rem;
	line-height: 1.1;
	color: #fff;
	margin: 0;
	padding: 0em 0 5px;
	max-width: 100%;
/* 		transform: translateX(0) translateY(30px); */
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}


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

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

}

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

}


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

.imagebox .imagebox-button {
	position: absolute;
	bottom: 0rem;
	right:0%;
	width: 100%;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	padding: 1rem 1.5rem 0.6rem;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.imagebox .imagebox-button i {
	position: relative;
	top: 1px;

}
.imagebox:hover .imagebox-button {
	visibility: visible;
	opacity: 1;
}

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


/* With Logo */
.with-logo .imagebox-icon {
	top: auto;
	top: -5.4rem;
	left: -17px;
	box-shadow: none;
	width: 180px;
	height:180px;
}
.imagebox.with-logo {
	border-bottom: 0px solid #016ee9;
}

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

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

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

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

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




	@media (max-width: 1100px) {


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

		}

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

		.blocks-small .imagebox {
			min-height: 160px;
		}
		.blocks-medium .imagebox {
			min-height: 180px;
		}
		.blocks-large .imagebox {
			min-height: 240px;
		}
		.blocks-huge .imagebox {
			min-height: 320px;
		}
		.blocks-mix .imagebox.height-100 {
			padding-bottom: 85%;
		}
		.blocks-mix .imagebox.height-100 .imagebox-description .imagebox-title {
			font-size: 1.7rem;
		}
	}
	@media (max-width: 640px) {
		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 2.5rem 1rem 1.2rem;
		}
		.blocks-mix .imagebox.height-100 {
			padding-bottom: 60%;
		}
		.blocks-mix .imagebox.height-100 .imagebox-description .imagebox-title {
			font-size: 1.8rem;
		}

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

	}


	@media (max-width: 440px) {
		.blocks-small .imagebox {
			min-height: 120px;
		}
		.blocks-medium .imagebox {
			min-height: 140px;
		}
		.blocks-large .imagebox {
			min-height: 180px;
		}
		.blocks-huge .imagebox {
			min-height: 240px;
		}
	}

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


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

.textbox {
	position: relative;
	margin-top: 30px;
	min-height: 100px;
	padding: 0rem;
}
.textbox.with-list {
	margin-top:0;
	padding: 1rem;
}

.textbox-image {
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 0px;

}
a.textbox-image,
.textbox-image img {
	position: relative;
	-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;

}
.textbox-image:hover img,
.textbox-image a:hover img {
	opacity: 0.9;
}
.textbox-image a {
	display: block;
}
.textbox-image a:hover {
	display: block;
}
.textbox-image-border {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 8px;
	z-index: 9;
}

.textbox-icon {
	border-radius: 0px;
	font-size: 1.4rem;
	text-align: center;
}
.textbox-icon.icon-small {
	font-size: 1.4rem;
}
.textbox-icon.icon-medeium {
	font-size: 2rem;
}
.textbox-icon.icon-large {
	font-size: 3rem;
}
.textbox-icon.icon-huge {
	font-size: 4rem;
}


.textbox-section {
	display: block;
	padding: 0rem 0rem 1rem 0rem;
}
.with-list .textbox-section {
	display: block;
	padding: 0rem 0rem 1.5rem 0rem;
}


.textbox-title-wrap {
	display: block;
	padding: 0.76rem 0rem 0.5rem 0;
}
.with-list .textbox-title-wrap {
	display: block;
	padding: 0.76rem 0rem 0.5rem 1rem;
}
.text-center .textbox-title-wrap {
	display: block;
	padding: 0.76rem 0rem 0.5rem;
}
.textbox-title-wrap a {
	color: #fff;
	display: block;
}
.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.3;
	padding: 0;
	margin:0;
}
.large-up-6 .textbox-section .textbox-title {
	font-size: 1rem;
}
.textbox-title.title-small {
	font-size: 1rem;
}
.textbox-title.title-medium {
	font-size: 1.3rem;
}


.textbox-section .textbox-title a {
	color: #c5004b;
	position: relative;

}
.textbox-section .textbox-title a:hover {
	opacity: 0.8;
}

.textbox-lead {
	padding-left:0rem;
}
.textbox-section p {
	font-size: 0.96rem;
}

.textbox .text-link {
	font-weight: 700;
	margin-left:0rem !important;
}
.textbox.with-list .text-link {
	font-weight: 700;
	margin-left:0rem !important;
}

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

/* List */
.textbox-list {
	position: relative;
	z-index: 996 !important;
}
.textbox-list ul {
	list-style: none;
	margin:0;
	padding:0;
}
.textbox-list li > a {
	padding-left: 0;
	font-weight: 400;
	display: block;
	padding: 0.5em 0em 0.5em 1rem;
    font-size: 1.3rem !important;
    letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
	background: rgb(239,236,210);
background: -moz-linear-gradient(top,  rgba(239,236,210,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(239,236,210,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(239,236,210,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecd2', endColorstr='#ffffff',GradientType=0 );

}
.textbox-list li > a:after {
	position: absolute;
	top: 10px;
	right:10px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #007bff;
}
.textbox-list li a.expanded:after {
	transform: rotate(90deg);
}

/* Primary List */
.list-primary ul li a {
	color: #c5004b;
}
.list-primary li a:after {
	border-color: transparent transparent transparent #c5004b;
}

/* Secondary List */
.list-secondary ul li a {
	color: #267064
}
.list-secondary li a:after {
	border-color: transparent transparent transparent #267064;
}

/* Tertiary List */
.list-tertiary ul li a {
	color: #b2a527
}
.list-tertiary li a:after {
	border-color: transparent transparent transparent #b2a527;
}


.textbox-dropdown {
	width: 100%;
	z-index: 99 !important;
	box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.15);
}
.textbox-dropdown p {
	margin-bottom: 13px !important;
	line-height: 1.4 !important;
}

	@media (max-width: 970px) {
		.textbox.with-list {
			margin-top:0;
			padding: 0rem;
		}
		.with-list .textbox-title-wrap {
			display: block;
			padding: 0.46rem 0rem 0.34rem 1rem;
		}
		.textbox-title.title-medium {
			font-size: 1.2rem;
		}
		.textbox-list li > a {
			font-size: 1.1rem !important;
		}
		.textbox-dropdown p {
			font-size: 0.86rem !important;
			line-height: 1.4;
		}


	}
	@media (max-width: 970px) {
		.textbox {
			position: relative;
			margin-top: 10px;
		}
	}
/*
---------------------------
USP BOX
---------------------------
*/


.usp-box {
	position: relative;
	border-radius: 0px;
	display: block;
	padding: 1rem 1rem 1rem 1rem;
	margin-bottom: 2rem;

	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.usp-box.bg-white {
	background-color: transparent !important;
}

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

	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 14, 54, 0.16);
	z-index: 3;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;

}

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

}



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

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

.usp-title {
	font-size: 1.4rem;
	font-weight: 700;
}
.usp-description p {
	font-size: 1rem;
	line-height:1.6;
}
a.usp-box .usp-description p {
	color: #85909a;
}



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

/* Icon on the side */

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

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

	@media (max-width: 1100px) {
		.usp-icon.icon-small {
			font-size: 1.4rem;
		}
		.usp-icon.icon-medium {
			font-size: 2.8rem;
		}
		.usp-icon.icon-large {
			font-size: 5.4rem;
		}
		.usp-title {
			font-size: 1.2rem;
			font-weight: 700;

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



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

			text-align: center;
			padding: 1rem;

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


	}

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


.brands {
	padding: 2rem 0;
}
.brands-carousel .slick-track,
.brands-row .brands{
	display: flex;
	align-items: center;
	justify-content: space-around;
}


.brands-item {
	position: relative;
	border-radius: 0px;

	margin: 1.5rem 2.5rem 1.5rem 2.5rem;


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


/*
.brands .brands-item:before {
	position: absolute;
	top: -2px;
	left: -10px;
	right: -10px;
	bottom: -2px;
	border-radius: 0px !important;
	content:'';
	opacity: 0;
	border: 2px solid #f47224;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	z-index: -1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
*/

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

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

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

.brands-carousel .slick-dots {
	bottom: 15px !important;
}
	@media (max-width: 1100px) {
		.brands-carousel .slick-prev {
			left:0px;
			border-radius: 0px 0 0 0px;
		}
		.brands-carousel .slick-next {
			right: 0px;
			border-radius: 0px 0px 0px 0;
		}
	}
	@media (max-width: 970px) {
		.brands .brands-item {

		}
	}
	@media (max-width: 640px) {
		.brands-row .brands{
			display: flex;
			align-items: center;
			justify-content: space-around;
			padding-bottom: 0;
		}


		.brands-item {
			position: relative;
			border-radius: 0px;

			margin: 1rem 1rem 1.5rem 1rem;


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



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

#page-content {
	padding-top: 0rem;
	z-index: 9;
}
#content {
	padding: 0 0rem 4rem 4rem;
}
.webshop #content {
	padding: 1.5rem 2rem 0 0;
}
.large-12 #content {
	padding: 0 1rem 0 0;
}
	@media (max-width: 1280px) {
		#content {
			padding: 0 0rem 0 2rem;
		}
	}
	@media (max-width: 970px) {
		#content {
			padding: 0 1rem 2rem 1rem;
		}
	}
	@media (max-width: 640px) {
		#content {
			padding: 0;
		}
	}

.text-wrapper {
	position: relative;
	padding-bottom: 1.5rem;
}
.max-width .text-wrapper {
	position: relative;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.text-wrapper.first {
	padding-top: 1rem;
}

.medium-6 .text-wrapper {
	padding-top: 3rem;
}

.text-wrapper-intro {

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

}
.text-wrapper-title {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	position: relative;
}

.page-primary .text-wrapper-title {
	color: #c5004b;
}
.page-primary-two .text-wrapper-title {
	color: #ca3e60;
}
.page-primary-three .text-wrapper-title {
	color: #d46378;
}



.text-wrapper-title a {
	color: #c5004b;
}
.text-wrapper-title a:hover {
	color: #c5004b !important;
}
.text-wrapper-title.title-small {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

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



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


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


.text-wrapper-lead {
	padding-top: 0px;
}
.text-wrapper-lead.column-count-2 {
	-webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.text-wrapper-lead.column-count-3 {
	-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
	@media (max-width: 640px) {

		.text-wrapper-lead.column-count-2 {
			-webkit-column-count: 1;
		  -moz-column-count: 1;
		  column-count: 1;
		}
		.text-wrapper-lead.column-count-3 {
			-webkit-column-count: 1;
		  -moz-column-count: 1;
		  column-count: 1;
		}

	}

.text-wrapper-lead p {

	font-size: 1rem;
	line-height: 1.7;
	font-weight: 400;

}

.text-wrapper-lead p.inleiding {
	font-weight: 600;

}

.inleidingtext {
	font-weight: 600;
}



.blog-wrapper .text-wrapper-lead p{
	font-weight:bold;
}

.blog-info {
	color: #969696;
}

.text-wrapper-content {
	padding-top: 0px;
}
.text-wrapper-content.column-count-2 {
	-webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.text-wrapper-content.column-count-3 {
	-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

	@media (max-width: 640px) {
		.text-wrapper-content.column-count-2 {
			-webkit-column-count: 1;
		  -moz-column-count: 1;
		  column-count: 1;
		}
		.text-wrapper-content.column-count-3 {
			-webkit-column-count: 1;
		  -moz-column-count: 1;
		  column-count: 1;
		}

	}

.text-wrapper-content p {
	padding-right: 1rem;
}

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

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



.text-wrapper .button.text {
	padding-top:.3rem;
	padding-bottom:.3rem;
}

/* Listing */

.text-wrapper ul {
	position: relative;
/* 	top: -15px; */

	margin-bottom: 15px;
	padding:0;

}
.text-wrapper ul li {
	font-size: 1rem;
	position: relative;
	padding: 0.4rem 0 0 0rem;
	line-height: 1.5;
}
.text-wrapper ul li a:hover {

}
.text-wrapper ul li span.icoon {
	position: absolute;
	top: 10px;
	left: -20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-color: #fff;
}
.text-wrapper ul li .icoon.arrow {
	background-image: url('../images/arrow-double-red.svg');
	background-size: 12px auto;
	top: 15px;
	left: -20px;
}

.text-wrapper ul li .icoon.check {
	background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ0Mi41MzMgNDQyLjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQyLjUzMyA0NDIuNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzNC41MzksOTguNDk5bC0zOC44MjgtMzguODI4Yy01LjMyNC01LjMyOC0xMS43OTktNy45OTMtMTkuNDEtNy45OTNjLTcuNjE4LDAtMTQuMDkzLDIuNjY1LTE5LjQxNyw3Ljk5M0wxNjkuNTksMjQ3LjI0OCAgIGwtODMuOTM5LTg0LjIyNWMtNS4zMy01LjMzLTExLjgwMS03Ljk5Mi0xOS40MTItNy45OTJjLTcuNjE2LDAtMTQuMDg3LDIuNjYyLTE5LjQxNyw3Ljk5Mkw3Ljk5NCwyMDEuODUyICAgQzIuNjY0LDIwNy4xODEsMCwyMTMuNjU0LDAsMjIxLjI2OWMwLDcuNjA5LDIuNjY0LDE0LjA4OCw3Ljk5NCwxOS40MTZsMTAzLjM1MSwxMDMuMzQ5bDM4LjgzMSwzOC44MjggICBjNS4zMjcsNS4zMzIsMTEuOCw3Ljk5NCwxOS40MTQsNy45OTRjNy42MTEsMCwxNC4wODQtMi42NjksMTkuNDE0LTcuOTk0bDM4LjgzLTM4LjgyOEw0MzQuNTM5LDEzNy4zMyAgIGM1LjMyNS01LjMzLDcuOTk0LTExLjgwMiw3Ljk5NC0xOS40MTdDNDQyLjUzNywxMTAuMzAyLDQzOS44NjQsMTAzLjgyOSw0MzQuNTM5LDk4LjQ5OXoiIGZpbGw9IiMwMzc0NjkiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
	background-size: 12px auto;
	top: 15px;
	left: -20px;
}
.text-wrapper .text-wrapper-list ul {
	max-width: 210px;
}
.text-wrapper .text-wrapper-list ul li a {
	position: relative;
	padding-right: 1rem;
	display: block;
}
.text-wrapper .text-wrapper-list ul li a:after {
	position: absolute;
	top: 6px;
	right:0px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #c5004b;
	opacity: 0.8;

}
.text-wrapper .text-wrapper-list ul li a:hover:after {
	opacity: 1;
}

/* Quotyy */

.text-wrapper blockquote {
	float: right;
	max-width: 50%;
	padding-bottom: 0px;
	letter-spacing: 0;
	border-left: 0;
	padding-left: 0rem;
	margin-bottom: 20px;
	position: relative;

	font-style: none;
	margin: 0em 0 1.25rem;
	text-align: left;
	margin-left: 40px;
	padding: 0em 1rem 0 3rem;
	border-right: 0px solid #ddd;
	border-left: 0px solid #ddd;
}

.text-wrapper blockquote:before {
	position: absolute;
	top: -30px;
	left: 5px;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzIDI1IiBoZWlnaHQ9IjI1cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMyAyNSIgd2lkdGg9IjMzcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik0xOC4wMDYsNi41MzhjMC0xLjk3MywwLjY2Mi0zLjU1NCwxLjk4OC00Ljc0M2MxLjMyNi0xLjE5LDIuOTc3LTEuNzg1LDQuOTQ3LTEuNzg1ICAgYzIuNTE3LDAsNC40ODgsMC43OTksNS45MTYsMi4zOTdDMzIuMjg1LDQuMDA0LDMzLDYuMTMsMzMsOC43ODJjMCwyLjcxOS0wLjQyNCw1LjAzMi0xLjI3NSw2LjkzNiAgIGMtMC44NSwxLjkwMy0xLjg2OSwzLjQ4My0zLjA2MSw0Ljc0M2MtMS4xODgsMS4yNTgtMi40MywyLjI0NC0zLjcyMywyLjk1OGMtMS4yOTEsMC43MTQtMi40MTMsMS4yMzktMy4zNjUsMS41ODFsLTMuMjY1LTUuNTA4ICAgYzEuMzYtMC41NDUsMi41MTctMS40MTIsMy40NjgtMi42MDJjMC45NTMtMS4xOSwxLjQ5Ni0yLjQ2NSwxLjYzMy0zLjgyNGMtMS4zNTksMC0yLjYwMi0wLjU5Ny0zLjcyNC0xLjc4NiAgIEMxOC41NjYsMTAuMDksMTguMDA2LDguNTA5LDE4LjAwNiw2LjUzOHogTTAuMzU5LDYuNTM4YzAtMS45NzMsMC42NjMtMy41NTQsMS45ODktNC43NDNDMy42NzQsMC42MDQsNS4zMjQsMC4wMSw3LjI5NSwwLjAxICAgYzIuNTE4LDAsNC40ODgsMC43OTksNS45MTYsMi4zOTdjMS40MjksMS41OTcsMi4xNDMsMy43MjMsMi4xNDMsNi4zNzVjMCwyLjcxOS0wLjQyNCw1LjAzMi0xLjI3NSw2LjkzNiAgIGMtMC44NSwxLjkwMy0xLjg2OSwzLjQ4My0zLjA2LDQuNzQzYy0xLjE4OCwxLjI1OC0yLjQzMSwyLjI0NC0zLjcyNCwyLjk1OEM2LjAwNCwyNC4xMzMsNC44ODMsMjQuNjU4LDMuOTMsMjVsLTMuMjY0LTUuNTA4ICAgYzEuMzYtMC41NDUsMi41MTYtMS40MTIsMy40NjctMi42MDJjMC45NTMtMS4xOSwxLjQ5Ny0yLjQ2NSwxLjYzMy0zLjgyNGMtMS4zNTksMC0yLjYwMi0wLjU5Ny0zLjcyMy0xLjc4NiAgIEMwLjkyLDEwLjA5LDAuMzU5LDguNTA5LDAuMzU5LDYuNTM4eiIgZmlsbD0iIzIzMUYyMCIvPjwvZz48L3N2Zz4=');
	width: 40px;
	height: 40px;
	opacity: 0.2;
}

	@media (max-width: 1100px) {
		.text-wrapper-title.title-large {
			font-size: 40px;
		}
	}
	@media (max-width: 970px) {
		.text-wrapper-intro {
			font-size: 1.2rem;
		}
		.text-wrapper-title.title-large {
			font-size: 2rem;
		}
		.text-wrapper-title:before {
			display: none;
		}
		.text-wrapper-lead p {
			font-size: 1.250rem;
		}
	}


	@media (max-width: 640px) {
		.text-wrapper.contact {
			padding-right: 1rem;
		}
		.text-wrapper-title {
			font-size: 2rem;
			line-height: 1.1;
		}
		.text-wrapper-title.title-small {
			font-size: 1.2rem;
		}
		.text-wrapper-title.title-medium {
			font-size: 1.3rem;
			line-height:1.2;
		}
		.text-wrapper-title.title-huge {
			font-size: 36px;
		}
		.text-wrapper-title.sub {
			font-size: 1.6rem !important;
		}

		.text-wrapper-lead p {
			color:#141825 ;
			font-size: 1.125rem;
			font-weight: 700;
		}
		.text-wrapper-content p {
			font-size: 1rem;
		}


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

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

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

/* Accordion */

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

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

.text-wrapper .accordion-item {
	padding-top:0;
}

.accordion-title {
	font-size: 1rem;
	color: #3d3d3c;
	font-weight: 700 !important;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion-title:before {
	right: 1.2rem;
	font-weight: 400;
	font-size: 1.3rem;
	margin-top: -0.7rem;
	color:rgba(118, 132, 153, 1);
}

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

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

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

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

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

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

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

/* About */

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

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

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

		}
	}



/*
---------------------------
NEWSBOX (Home)
---------------------------
*/

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

a.newsbox:hover {
	z-index: 99 !important;
}
.collapse .newsbox {
	border-radius: 0 !important;
	margin-top: 0;
}

a.newsbox {
	cursor: pointer;
}

.newsbox .newsbox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;

	z-index: 2;
	-webkit-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);
}
.newsbox .newsbox-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content:'';
	border-radius: 0px !important;
	background: #000;
	opacity: 0.4;
}
.newsbox .newsbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0px !important;

	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
a.newsbox:hover .newsbox-overlay {
	opacity: .8;
}


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

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

.newsbox .newsbox-description .newsbox-title-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem 1rem 0.5rem 1rem;

}

.newsbox .newsbox-description .newsbox-title {
	display: block;
	font-size: 1.6rem;
	line-height: 1.1;

	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0em 0 5px;

	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.newsbox .newsbox-description .newsbox-title strong{
	font-weight: 700;
}

.newsbox .newsbox-description .newsbox-lead {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	padding: 1.5rem 1rem 0.5rem 1rem;
	text-align: left;
}
.newsbox .newsbox-description .newsbox-lead p {
	line-height: 1.4;
	font-size: 0.86rem;
	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)
}

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

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

/*
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
*/

}

.newsblock.warning {
	border-color: rgba(118, 132, 153, 1) !important;
}
.newsblock-section {
	display: block;
	padding: 0px 0rem 2rem;
}

.newsblock-section .newsblock-label {
	font-size: 0.86rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
}
.newsblock-section .newsblock-title-wrap {
	display: block;
	padding: 0.6rem 1rem;
	position: relative;
/* 	border-bottom: 2px solid rgba(0, 14, 54, 0.11); */
}
.newsblock-section .newsblock-title {
	line-height: 1.2;
	font-weight: 700;
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.newsblock-section .newsblock-title a {
	color: #768499;
}
.newsblock-section .newsblock-title a:hover {
	color: #f47224;
}


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

.newsblock-list {

}
.newsblock-list li {
	border-bottom: 1px solid #eee;
}
.newsblock-list li:last-child {
	border:0;
}
.newsblock-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;
}
.newsblock-list li a:hover {

}
.newsblock-list li a:after {
	color: #f47224;
	content: "\e93c";
	margin: 0 .75rem;
	position: absolute;
	bottom: 30px;
	right: 5px;
	font-size: 1.1rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.newsblock-list li a:hover:after {
	opacity: 1;

	transform: translateX(3px) translateY(0);
}
.newsblock-list li a .newsblock-list-image {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
}
.newsblock-list li a .newsblock-list-label {
	color: rgba(4, 19, 31, 0.33);
	font-size: 0.86rem;
}
.newsblock-list li a .newsblock-list-title {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
	color:#092571;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.newsblock-list li a:hover .newsblock-list-title {
	color: #f47224;
}
.newsblock-list li a .newsblock-list-lead {
	display: block;
	font-size: 0.96rem;
	line-height: 1.5;
	color: #768499;
}


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

}


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

		}
		.newsbox-list li a {
			padding: 1rem 0.5rem 1rem 0.5rem;
		}
		.newsbox-list li a .newsbox-list-title {
			font-size: 0.96rem;
		}
		.newsbox-list li a .newsbox-list-lead {
			display: block;
			font-size: 0.86rem;

		}
		.newsbox-section .newsbox-title-wrap {
			padding-left: 0.5rem;
		}

		.newsbox-footer .newsbox-more {
			float: left;
			display: inline-block;
			margin-left:1rem;

		}
	}


/* Pages (onderliggende pagina's) */

/* Pagebox */
.pagebox {
	width: 100%;
	display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 0px 10px;
	padding: 10px;
	min-height: 60px;
	border-radius: 0px;
	-webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
   		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
/* 	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); */
}
a.pagebox:hover {
	border-color: #000000;
}
.pagebox .pagebox-image {
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagebox .pagebox-image img {

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

		}
		.pagebox .pagebox-description p  {
			font-size: 0.86rem;
		}
	}

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

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

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

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


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

.photo a {
	overflow: hidden;

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

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


.photo a:hover img {
	padding: 0px;
	border: 0px solid #ddd;
/*
	opacity: .8;
  	filter: alpha(opacity=80);
*/
}
.photo a:hover img.grayscale {
	-webkit-filter: grayscale(0%) !important;
	filter: none !important;
}

.photo a:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
	text-align: center;
	font-family: icomoon;
	content: '\e936';
	background: #0c8974;
	color: #fff;
	z-index: 99;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.4rem;
	-webkit-transition: opacity 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: opacity 0.3s ease-out;  /* FF4+ */
	-ms-transition: opacity 0.3s ease-out;  /* IE10? */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.5+ */
	transition: opacity 0.3s ease-out;
}

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


.photo a.round:after {
		border-radius: 100%;
}
.photo a:hover:after {
	opacity: 1;
}



.photo a.item-more:after {
	background: rgba(0, 163, 230, 0.9);
}

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

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



	@media (max-width: 1100px) {
		.photo-gallery.with-padding {
			padding: 2rem 1rem 2rem 0;
		}
	}
	@media (max-width: 970px) {
		.photo-gallery.with-padding {
			padding: 2rem 0rem;
		}
	}

.photo-gallery img {

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

}
.photo-gallery a,
a.gallery-item {
	overflow: hidden;

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

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

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

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

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

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

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

.photo-gallery a:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
	text-align: center;
	font-family: icomoon;
	content: '\e936';
	background: #0c8974;
	color: #fff;
	font-size: 1.4rem;
	z-index: 9;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: opacity 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: opacity 0.3s ease-out;  /* FF4+ */
	-ms-transition: opacity 0.3s ease-out;  /* IE10? */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.5+ */
	transition: opacity 0.3s ease-out;
}
	@media (max-width: 970px) {
		.photo-gallery a:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
	}

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

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

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

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


/* Zijbalk */


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

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

.sticky {
	width: 100%;
}

#sticky {
	left: 0 !important;
}


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

	}

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


.side-content .text-wrapper {
	padding: 1rem 1rem;
	border-radius: 0px;

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


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

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

}

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

}
.side-content .text-wrapper .text-wrapper-lead p {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
}
.side-content .text-wrapper .text-wrapper-content p {
	line-height: 1.6;
	font-size: 1rem;
}
.side-content .text-wrapper .button {
	font-size: 1rem !important;
}

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

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

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

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

	}


.subnav {
	position: relative;
	border: 0px solid rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	padding: 2rem 2rem 2rem 1rem;
	margin:0rem 0 20px;

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

.subnav-headline {
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 2px;

	margin-bottom: 20px;
	font-weight: 700;
}
.subnav-headline a{

}
.subnav-headline a:hover {

}

.subnav ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.subnav ul li {
	border-bottom: 0px solid rgba(0, 0, 0, 0.12);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 0px solid rgba(0, 0, 0, 0.12);
}
.subnav ul li:last-child {
	border:0 !important;
}
.subnav ul li a:not(.button) {
	font-family: 'interstateBold', sans-serif;
	padding-left: 0;
	color: #141825;
	font-weight: 700;
	display: block;
	padding: 0.6375em 1em 0.6375em 0rem;
    font-size: 1rem !important;
    letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
}
.subnav ul li a:not(.button):hover {
	color: #f47224;
}


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

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

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


}

.subnav ul li.item-breadcrumb a:not(.button) {
	color: #f47224;
	font-weight: 700;
}

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

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

/* Tweede niveau */

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

.subnav ul li ul li > a:not(.button) {
  font-weight: 400 !important;
	color: rgba(118, 132, 153, 1) !important;
	font-size: 15px !important;
	padding: 0.3em 0rem 0.3em 0px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.subnav ul li ul li > a:not(.button):hover {
	color: rgba(52, 204, 255, 1) !important;
	background: none !important;
}

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

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

}

/* Derde niveau */

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

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

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

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

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

#sectionbar {
	z-index: 999;
}

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

.footerbox {
	max-width: 1280px;
	height: 100%;
	margin: auto;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.15);

}

.footer-content.first {

}
.footer-content {
	padding: 2rem 0rem 2rem 0rem;
}
.footer-content img {
	max-width: 80%;
	margin: auto;
}
.follow-title {
	display: block;
}

	@media  (max-width: 970px) {
		.footer-content {
			padding-left:1rem
		}
		.footer-content.first {
			padding-left:0rem;
			text-align: center;
		}
		.footer-content img {
			max-width: 80%;
			margin: auto;
		}
		.footer-wrapper .columns:last-child {
			float: left;
		}
	}
	@media  (max-width: 640px) {

		.footer-content {
			padding-top: 1rem;
			padding-left:1rem;
			padding-bottom: 0.5rem;
		}
		.footer-content.first {
			padding-left:0rem;
			text-align: right;
			margin-right: 1rem;
		}
		.footer-content img {
			max-width: 50%;
			margin: 0;
		}
	}


.footer-content.first .footer-title {
}
.footer-content .footer-title {
	font-size: 1rem;
	margin-bottom: 15px;
}
.bg-primary .footer-content .footer-title,
.bg-secondary .footer-content .footer-title,
.bg-color3 .footer-content .footer-title,
.bg-dark .footer-content .footer-title {
	color: #fff;
}


.footer-content p {
	font-size: 0.96rem;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.6)
}
.footer-content p strong {
	font-weight: 700;
	margin-right: 5px;
}
/*
[class*=" bg-"]:not(.bg-white):not(.bg-light) .footer-content p {
	color: rgba(255, 255, 255, 0.6) !important;
}
*/
.footer-wrapper.bg-primary .footer-content p,
.footer-wrapper.bg-secondary .footer-content p,
.footer-wrapper.bg-color3 .footer-content p,
.footer-wrapper.bg-dark .footer-content p {
	color: rgba(255, 255, 255, 0.7) !important;
}
.footer-wrapper.bg-primary .footer-content p a,
.footer-wrapper.bg-secondary .footer-content p a,
.footer-wrapper.bg-color3 .footer-content p a,
.footer-wrapper.bg-dark .footer-content p a {
	color: rgba(255, 255, 255, 1) !important;
}


/* Table */

.footer-content table tbody,
.footer-content table tfoot,
.footer-content table thead,
.footer-content table,
.footer-content table tr,
.footer-content table tr td {
	font-size: 0.96rem;
	background: transparent !important;
}
.footer-content table tbody tr:nth-child(even) {
	background: transparent !important;
}
.footer-content table tr td {
	padding: .2rem .625rem .2rem 0;
	color: rgba(0, 0, 0, 0.7)
}
/*
[class*=" bg-"]:not(.bg-white):not(.bg-light) .footer-content table tr td {
	color: rgba(255, 255, 255, 0.6) !important;
}
*/
.footer-wrapper.bg-primary .footer-content table tr td,
.footer-wrapper.bg-secondary .footer-content table tr td,
.footer-wrapper.bg-color3 .footer-content table tr td,
.footer-wrapper.bg-dark .footer-content table tr td {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* List items */
.footer-content ul {
	list-style: none;
	padding:0;
	margin:0;
}
.footer-content ul li {
	padding:0;
		font-size: 0.96rem;
}
.footer-content ul li a{
	position: relative;
	padding-left: 0rem;
	padding: .2rem 0;
	display: block;
}

.footer-content ul li a:after {
	position: absolute;
	top: 10px;
	right:10px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
}

.footer-list ul li a {
	color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-list ul li a:hover {
	color: rgba(0, 0, 0, 1) !important;
}

.footer-wrapper.bg-primary .footer-list ul li a,
.footer-wrapper.bg-secondary .footer-list ul li a,
.footer-wrapper.bg-color3 .footer-list ul li a,
.footer-wrapper.bg-dark .footer-list ul li a {
	color: rgba(255, 255, 255, 0.6) !important;
}
.footer-wrapper.bg-primary .footer-list ul li a:hover,
.footer-wrapper.bg-secondary .footer-list ul li a:hover,
.footer-wrapper.bg-color3 .footer-list ul li a:hover,
.footer-wrapper.bg-dark .footer-list ul li a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

/* Keurmerken */

.keurmerken {

	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.keurmerken a {

	width: 40px;
	height: 40px;
	margin-right: 2rem;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.keurmerken a.ISO {
	background-image: url('../images/keurmerk-ISO.svg');
}
.keurmerken a.LR {
	background-image: url('../images/keurmerk-LR.svg');
}
.keurmerken a.Drie {
	background-image: url('../images/kerumerk-.svg');
}
.keurmerken a.GS {
	background-image: url('../images/keurmerk-gs.svg');
}




/* Social */

ul.social-list {
	list-style: none;
	padding:0;
	margin:0;
}
ul.social-list li {
	padding:0;
}
ul.social-list li a{
	position: relative;
	padding-left: 0rem;
	padding: .2rem 0;
	display: inline-block;
}
ul.social-list li a:after {
	display: none;
}
ul.social-list li a {
	color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

ul.social-list li a {
	position: relative;
	padding-left: 25px;
}
ul.social-list li a i {
	position: absolute;
	top: 6px;
	left: 0;
}

ul.social-list.inline li {
	display: inline-block;
}
ul.social-list.inline li .social-title {
	float: left;
	padding: 10px 5px;
}
ul.social-list.inline li a {
	float: left;
	width: 32px;
	height: 32px;
	background: #fff;
}
ul.social-list.inline.radius li a {
	border-radius: 5px;
}
ul.social-list.inline.round li a {
	border-radius: 100px;
}
ul.social-list li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #267064;
}


/* Bottom */

.copyright-wrapper {
	color: #fff;
}
.copyright-wrapper .row {
	height: 100%;
}
.copyright-wrapper .menu .menu-text {
	width: 100%;
			display: block;
	padding:0;
	padding-right: 20px;
	font-size: 0.86rem;
	color:rgba(255, 255, 255, 0.6);
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 5px;
}
/*
[class*=" bg-"]:not(.bg-white):not(.bg-light) .copyright {
	color: rgba(255, 255, 255, 0.4) !important;
}
*/
.copyright-wrapper.bg-primary .copyright,
.copyright-wrapper.bg-secondary .copyright,
.copyright-wrapper.bg-color3 .copyright,
.copyright-wrapper.bg-dark .copyright {
	color: rgba(255, 255, 255, 0.4) !important;
}

.copyright-wrapper .menu > li > a {
	font-size: 0.86rem;
	padding: 0;
	margin-right: 15px;
	color: rgba(255, 255, 255, 0.6) !important;
}
.copyright-wrapper .menu > li > a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

	@media  (max-width: 640px) {
		.copyright-wrapper {
			padding-left:1rem;
		}
		.keurmerken {
			margin-top: 2rem;
		}
		.copyright-wrapper .menu  .menu-text {
			width: 100%;
			display: block;
			padding-right: 0px;
			margin-bottom: 10px;
		}
	}


/* Sitemap */

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

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

	margin-left: 0px;
	padding: 4px 0;
	padding-left: 15px;
	border-left: 2px solid rgba(114, 127, 161, 0.2);
}
.sitemap ul ul ul{
	margin: 4px 0;
	padding-left: 15px;
	border-left: 2px solid rgba(114, 127, 160, 0.2);
}
.centered .sitemap ul ul ul{
	border: 0;
}
.sitemap ul li.invisible {
	visibility: hidden;
	display: none;
}
.sitemap ul ul ul li.invisible {
	visibility: visible;
	display: block;
}
.sitemap li a {
	font-weight: 700;
	color: #c5004b !important;
	font-size: 18px;
	letter-spacing: 0px;
	padding: 2px 0px 2px 0px;
}
.sitemap li ul li a {


	color: #c5004b !important;
	font-size: 18px;
	letter-spacing: 0px;
	padding: 2px 0px 2px 0px;
	font-weight: 700;
	line-height:1;
}
.sitemap li li li a {
	color: #000 !important;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	letter-spacing: 0px;
}
.sitemap li li li li a {
	font-size: 14px ;
	color: rgba(0, 0, 0, 0.5) !important;
}
.sitemap li a {

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

}

@keyframes loaderspin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.loadable {
    position: relative;
}
.loadable:before, .loadable:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}
.loadable:before {
    background-color: inherit;
    opacity: 0;
    transition: opacity .2s;
}
.loadable:after {
    width: 32px;
    height: 32px;
    margin: auto;
    background: center center / 32px 32px no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE0IiBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoMCwgMCwgMCwgMC4xKSIgc3Ryb2tlLXdpZHRoPSI0Ii8+CiAgICA8cGF0aCBkPSJNNi4xIDYuMUExNCAxNCAwIDAgMSAyNS45IDYuMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDAsIDAsIDAsIDAuMikiIHN0cm9rZS13aWR0aD0iNCIvPgo8L3N2Zz4K");
    opacity: 0;
    transition: opacity .2s;
}
.loadable.startloading:before, .loadable.loading:before {
    z-index: 10;
}
.loadable.startloading:after, .loadable.loading:after {
    z-index: 11;
    animation: loaderspin 1s linear infinite;
}
.loadable.loading:before {
    opacity: 0.8;
}
.loadable.loading:after {
    opacity: 1;
}

.milpas{
	position: absolute;
	font-size: 12px;
	left: -125px;
	top: 25px;
}

@media  (max-width: 800px) {
	.milpas{
		display: none;
		visibility: hidden;
	}
}