
/*CSS 

	1. CORE CSS
	2. NAVBAR
	3. HIGHLIGHT 
	4. INFO 
	5. SECTORS
	6. PROGRAM
	7. DOWNLOAD
	8. VENUE
	9. FUNFACTS
	10. REGISTER
	11. GALLERY
	12. TESTIMONIAL
	13. OFFERS
	14. FOOTER
	15. MISC.
 
 */
 
 

/* CORE CSS */




.vitalmonitor #sectors > .container {
    display:block;
}
@media screen and (min-width: 767px) {
	.over-ons #sectors .container .row {
		width:80%;
	} 
}

body {
	color:#666666;
	font-family:'DaxlinePro';
	font-size:18px;
	font-weight:300;
	line-height:25px;
}

.min-height{
	min-height: 400px;

}
h1, h2, h3, h4, h5, h6 {
	color:#262626;
}

h1 {
	font-size: 65px;
	font-weight: 500;
}

h2 {
	color:#262626;
	font-size:48px;
	font-weight: 400;
	padding-bottom:15px;
}

h2.bordered {
	margin: 26px 0;
	padding: 24px 0 10px;
	border-top: 2px solid #b3b3b3;
	border-bottom: 2px solid #b3b3b3;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	h2.bordered {
		padding: 16px 0 10px;
	}
}

h2.small-blue {
	margin: 0 0 24px;
	padding: 0;
	color: #18ade5;
	font-size: 30px;
	font-weight: 500;
}

h3 {
	font-size:28px;
	font-weight: 500;
	color:#262626;
	line-height:28px;
}

h4 {
	font-size:18px;
	font-weight: 500;
	letter-spacing:1px;
}

.white {
	color: white;
}


h5 {
	font-weight: 500;
}


.uppercase {
	text-transform:uppercase;
}

.no-padding {
	padding:0;
}

.mfp-bg {
	background:#ffffff;
}

.lead {
	color:#999999;
}

a {
	outline:none;
}

.owl-theme .owl-controls .owl-page span {
	background:#f9b800;
}

.no-footer-margin + footer {
	margin-top: 0 !important;
}

.news-listing--adjusted .boxes div {
	background-color: #f6f7fb !important;
}

.boxes div.newsletter_wrapper {
	padding: 0 !important;
	max-width: 480px;
}

.newsletter_wrapper iframe {
	width: 100%;
	display: block;
    transform-origin: top left;
}

.iframe__outer-wrapper {
	overflow: hidden;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
	max-width: 100%;
	background: none !important;
	margin-bottom: -10px !important;
}

.news-listing--adjusted .boxes {
	margin-top: 40px;
}

@media screen and (max-width: 380px) {
	.news-listing--adjusted .boxes iframe {
		height: 1200px;
	}
}

@media screen and (min-width: 1024px) {
	.news-listing--adjusted .boxes {
		margin-top: 0;
	}

	.newsletter_wrapper iframe {
		scale: .71;
		width: 380px;
	}

	.kennis_innovatie_listing .newsletter_wrapper iframe {
		scale: .67;
	}

	.iframe__outer-wrapper {
		width: 300px;
		max-height: 583px;
		margin-bottom: 30px !important;
        border-radius: 10px;
        overflow: hidden;
	}

	.iframe__outer-wrapper--en {
		max-height: 466px;
	}

	.nieuws .iframe__outer-wrapper {
		max-height: 620px;
	}

	.nieuws .iframe__outer-wrapper--en {
		max-height: 495px;
	}

	.boxes div.newsletter_wrapper {
		padding: 0 15px !important;
	}
}

/* .news-listing.news-listing--adjusted {
	display: flex;
} */

/* NAVBAR */

.navbar-custom {
	font-size:16px;
	font-weight:300;
	letter-spacing:1px;
	background-color: #37875f;
	margin-bottom:0;
	border-radius:0;
	border: 0;
	z-index:1041;
	width:100%;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  	transition: background .5s ease-in-out,padding .5s ease-in-out;
}
@media screen and (max-width: 1100px){
	.navbar-nav{
		/* overflow-x:auto; */
	}
}

.smaller.navbar-nav{
	width:initial;
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
	.smaller.navbar-nav > li > a{
		/* font-size:11px; */
	}
}



.navbar-custom a {
	color:#FFFFFF;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
	background-color:#09754d;
}

.navbar-custom .navbar-nav > li.active {
	background-color: #09754d;
}

.navbar-custom .icon-bar {
	background:#fbba00;
}

.sticky-wrapper {
	position:absolute;
	width:100%;
	/* padding-top:30px; */
}

.sticky-wrapper a {
	color:#ffffff;
}

.is-sticky .navbar-custom {
	width:100%;
	background: #37875f;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
	color:#ffffff;
}

ul.nav li ul.sub { 
	position: absolute; 
	/* top: calc(100% + 6px);  */
	
	opacity: 0; 
	visibility: hidden; 
	transform: translateX(-50%); 
	transition: top ease 0.15s, 
	opacity ease 0.15s; 
	background-color: #00afea; 
}
ul.nav li:hover ul.sub,
ul.nav li a.hover ul.sub
 { 
	display:flex;

	/* top: calc(100% + 16px);  */
	margin: 0;
	padding: 10px 0; 
	opacity: 1; 
	visibility: visible; 
	list-style: none; 
}
ul.nav li ul.sub:before { position: absolute; top: -6px; left: 50%; width: 12px; height: 12px; content: ""; transform: translateX(-50%) rotate(45deg); z-index: 1; background-color: #00afea; }
ul.nav li ul.sub:after { position: absolute; top: -12px; left: 0; width: 100%; height: 16px; content: ""; }
ul.nav li ul.sub li { margin: 0; padding: 0; text-align: center; }
ul.nav li ul.sub li a { display: block; margin: 0 20px; padding: 5px 15px; font-size: 14px; text-align: center; white-space: nowrap; border-bottom: 1px solid rgba(255,255,255,0.25); }
/* ul.nav li ul.sub li:last-of-type a { border-bottom: none; } */
ul.nav li ul.sub li a:hover,
ul.nav li ul.sub li.active a { color: #fbba00; text-decoration: none; }

ul.nav li ul.sub li ul.sub2{
	margin: 0;
	padding: 10px 0; 
	opacity: 1; 
	list-style: none; 
}

.medewerkers { 
	display: flex; 
	flex-wrap: wrap; 
	margin-bottom: 40px; 
	width: 100%; 
	margin-right: -20px;
}
.medewerkers .item { 
	display: flex; 
	margin-bottom: 40px; 
	width:100%;
	flex-direction: column;
	
 }


@media screen and (min-width: 451px) {
	.medewerkers .item { 
		width: 44%;
		margin-right: 20px;
	}
}

@media screen and (min-width: 767px) {
	.medewerkers .item { 
		width: 30%;
		margin-right: 20px;
	}
}

 .medewerkers .item .image{ 
	height: 190px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
 }

 .medewerkers .item .text{ 
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
 }

 .medewerkers .item .text .name{ 
	margin-bottom: 0;
	color: #000000;
	font-weight: bold;
	width: 100%;
}
 .medewerkers .item .text .function{ 
	display: block;
	color: #000000;
	font-size: 16px;
	width: 100%;
}
.medewerkers .item .text .person-btn{ 
	display: inline-block;
	position: relative;
	padding-left: 22px;
	color: #000000;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}
.medewerkers .item .text .person-btn:hover{ 
	color: #18ade5;
	text-decoration: none;
}
.medewerkers .item .text .person-btn::after{ 
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}
.medewerkers .item .text .person-btn.email::after{ 
	background-image: url('../img/icon-email-blue.svg');
}
.medewerkers .item .text .person-btn.phone::after{ 
	background-image: url('../img/icon-phone-blue.svg');
}

.medewerkers .item .foto { 
	position: relative; 
	width: 150px; 
	height: 150px; 
	overflow: hidden; 
	background-color: #000; 
}
.medewerkers .item .foto .image img { 
	position: absolute; 
	display: block; 
	top: 0; 
	right: 0; 
	width: auto; 
	height: 100%; }
	
.medewerkers .item .info { /*padding-left: 5%;*/ width: 100%; box-sizing: border-box; }
.medewerkers .item .info h3 { margin: 0; margin-bottom: 10px; padding: 0; }
.medewerkers .item .info .functie { margin-bottom: 15px; font-size: 18px; }
.medewerkers .item .info ul { margin: 0; padding: 0; list-style: none; }
.medewerkers .item .info ul li { margin: 0; margin-bottom: 5px; padding: 0; }
#sectors > .container { display: flex; }

.contact h4{
	font-weight:700;
	font-size:20px;
	letter-spacing: 0px;
}

.submenu { margin-top: 28px; padding-right: 5%; min-width: 25%; box-sizing: border-box; }
.submenu ul.sub { margin: 0; padding: 15px 20px; width: 100%; list-style: none; box-sizing: border-box; background-color: #00afea; }
.submenu ul.sub li { margin: 0; padding: 0; }
.submenu ul.sub li.parent { display: block; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,0.25); }

.submenu ul.sub li a { display: block; padding: 2px 0; color: #fff; }
.submenu ul.sub li a:hover,
.submenu ul.sub li.active a { color: #ffcf49; text-decoration: none; }
.submenu ul.sub li.parent a { font-weight: 700; }

/* navbar effect */

.navbar-custom a {
	padding: 8px 0;
}

.navbar-custom .nav {
	justify-content: flex-start;
}

.navbar-custom .nav-lang {
	justify-content: flex-end;
	max-width:150px;
	overflow:visible;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

.navbar-custom .navbar-nav > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(249,184,0,0.9);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-custom .navbar-nav > li > a:hover::after,
.navbar-custom .navbar-nav > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.navbar-custom .navbar-nav > .active > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fbba00;
	content: '';
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);	
}

.navbar-custom .lang-selector {
	position: relative;
	padding-left: 40px;
}

.navbar-custom .lang-selector::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 16px;
	background-image: url('../img/icon-language.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
	#nav {
		display: flex !important;
		justify-content: space-between;
	}	
}

@media screen and (min-width: 991px) and (max-width: 1023px) {
	.navbar-custom .nav-lang {
		display: none;
	}
}

/* HEADER */
#header-img .logo {
    display: flex;
    align-items: center;
    justify-content: center;
	left: inherit;
	padding: 25px 50px;
}

#header-img.header-img-home .logo {
	border-radius: 0 0 60px 0;
}

#header-img .logo img {
	width: 100%;
	max-width: 250px;
	height: auto;
}

#header-img .owl-carousel .item {
	display: flex;
	align-items: flex-end;
}

#header-img .owl-carousel .item .carousel-content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 30px;
}

#header-img .owl-carousel .item .carousel-content h1 {
	color: #FFFFFF;
	text-shadow: 0 0 10px rgba(0,0,0,0.30);
	margin: 0 0 60px 0;
	padding-left: 20px;
	padding-right: 30%;
	min-height: 150px;
}

#header-img .owl-carousel .item .carousel-content .carousel-person {
	position: absolute;
	right: 15px;
	bottom: 30px;
	min-width: 400px;
	padding: 30px 50px;
	color: #FFFFFF;
	background-color:rgba(24, 173, 229, 0.8);
	border-radius: 99px;
}

#header-img .owl-carousel .item .carousel-content .carousel-person.brown {
	background-color:rgba(208, 137, 68, 0.8);
}

#header-img .owl-carousel .item .carousel-content .carousel-person.yellow {
	background-color:rgba(251, 186, 0, 0.8);
}

#header-img .owl-carousel .item .carousel-content .carousel-person p {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}

#header-img .owl-carousel .item .carousel-content .carousel-person span {
	font-size: 20px;
	margin: 0;
}

#header-img .owl-carousel .sub-title-wrapper {
	display: block;
}


#header-img .owl-carousel .sub-title {
	top: 299px;
	left: inherit;
}
/* .vacancies #header-img .owl-carousel .sub-title, 
.stellenangebote #header-img .owl-carousel .sub-title, 
.vacatures #header-img .owl-carousel .sub-title, 
.case #header-img .owl-carousel .sub-title, 
.page.not_found #header-img .owl-carousel .sub-title 
{
	left: 7px;
} */

@media screen and (max-width: 1249px) {
	#header-img .owl-carousel .sub-title {
		top: 259px;
	}
}

@media screen and (max-width: 1199px) {
	#header-img .owl-carousel .item .carousel-content h1 {
		font-size: 50px;
		min-height: 100px;
	}

	#header-img .owl-carousel .item .carousel-content .carousel-person {
		min-width: auto;
		padding: 15px 30px;
	}

	#header-img .owl-carousel .item .carousel-content .carousel-person p {
		margin-bottom: 0;
		font-size: 24px;
	}
	
	#header-img .owl-carousel .item .carousel-content .carousel-person span {
		font-size: 16px;
	}
}

@media screen and (max-width: 1023px) {
	/* #header-img .header-carousel .item {
		padding-top: 300px;
	} */

	#header-img .owl-carousel .item .carousel-content {
		flex-direction: column;
		align-items: flex-start;
	}

	#header-img .owl-carousel .item .carousel-content h1 {
		margin: 0 0 50px 0;
		padding-left: 0;
		font-size: 40px;
		min-height: inherit;
		padding-right: 0;
	}

	#header-img .owl-carousel .item .carousel-content .carousel-person {
		position: relative;
		right: inherit;
	}
}

@media screen and (max-width: 991px) {
	#header-img .owl-carousel .item .container {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	/* #header-img .header-carousel .item {
		padding-top: 250px;
	} */

	#header-img .header-carousel .item {
		height: 470px;
	}

	#header-img .owl-carousel .sub-title {
		top: 214px;
	}
}

@media screen and (max-width: 583px) {
	#header-img .logo {
		padding: 25px 40px;
	}
	
	#header-img .header-carousel .item {
		min-height: 450px;
		height: inherit;
	}

	#header-img .owl-carousel .sub-title {
		top: 174px;
	}

	#header-img .owl-carousel .item .carousel-content h1 {
		font-size: 32px;
	}

	#header-img .owl-carousel .item .carousel-content .carousel-person {
		padding: 10px 30px;
	}

	#header-img .owl-carousel .item .carousel-content .carousel-person p {
		font-size: 20px;
	}
	
	#header-img .owl-carousel .item .carousel-content .carousel-person span {
		font-size: 14px;
	}
}


/* HIGHLIGHT */

#highlight {
	padding:0px;
}

#highlight h2 {
	color:#ffffff;
}

#highlight #left {
	color:#b0b0b0;
	background:#262626;
	min-height:100px;
}

#highlight #right {
	background:#f9b800;
	min-height:100px;
}

#right #countdown {
	margin:15px 0;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

#highlight #left {
	background:none;
	text-align:center;
}

#highlight h2 {
	color:#262626;
}

#highlight #right {
	background:none;
}
	
}


/* INFO */

#info {
	/* padding:70px 0 90px 0; */
	padding-bottom: 40px;
}

#info i {
	color:#f9b800;
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}


/* countdown */

#countdown {
	margin-top:0;
}

#countdown .countdown_amount {
	color:#666666;
	font-weight: 400;
	font-size:40px;
	text-align:left;
	line-height:50px;
	text-align:center;
}

#countdown .countdown_section {
	color:#262626;
	font-weight: bold;
	font-size:13px;
	text-align:left;
	line-height:10px;
	letter-spacing:0;
	text-align:center;
}


/* SPEAKER */

#sectors {
	background:#f5f5f5;
	border-top:1px solid #f0f0f0;
	padding:86px 0 60px;
}

.speaker {
	margin-bottom:30px;
	background:#ffffff;
}

.speaker .caption {
	padding:10px;
}

.speaker h4 {
	font-weight: 400;
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:0;
}

.speaker h4:after {
	content: "";
  	display: block;
  	width: 40px;
  	height: 2px;
	margin:0 auto;
 	background-color: #f9b800;
 	margin-top: 10px;
  	margin-bottom: 5px;
}

.speaker .company {
	color:#999999;
	font-family:'Open sans';
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
}

#sectors .owl-buttons {
	/* position: absolute; */
	font-size: 10px;
	right: 0;
}

#list-speaker li{
	display:none; 
}

/* speaker detail */

#speaker-detail {
	background:#ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
	font-weight: 400;
	margin-bottom:0;
}

#speaker-detail h2 span {
	font-weight: bold;
}

#speaker-detail img {
	width:100%;
	height:auto;
}

#speaker-detail .lead {
	margin-bottom:10px;
}

#speaker-detail .social{
	margin-bottom:10px;
}

#speaker-detail .social li{
	padding-left:1px;
}

#speaker-detail .social li:first-child{
	padding-left:5px;
}

#speaker-detail .social a {
	opacity:0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

#speaker-detail .social a:hover {
	opacity:1;
}

#speaker-detail .social a .fa-facebook-square{
	color:#3b5998;
}

#speaker-detail .social a .fa-twitter-square{
	color:#00aced;
}

#speaker-detail .social a .fa-linkedin-square{
	color:#007bb6;
}

#speaker-detail .social a .fa-google-plus-square{
	color:#dd4b39;
}

#speaker-detail .mfp-close {
	color:#ffffff;
	background:#262626;
	opacity:1;
}

#speaker-detail li {
	padding-right:1px;
}

#speaker-detail #content {
	height:230px;
	margin-bottom:15px;
} 


/* PROGRAM */

#program {
	color:#ffffff;
	background:#f9b800;
	padding:70px 0 90px 0;
}

#program h4 {
	font-size:17px;
	letter-spacing:0;
}

#program .lead {
	color:#ffffff;
}

#program img {
	border:2px solid #ffffff;
}

#program .nav-tabs {
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
	font-size:19px;
}

#program .nav-tabs > li > a {
	color: #ffffff;
	padding:10px 100px 10px 0;
	background: none;
	border:none;
	cursor: default;
}

#program .nav-tabs > li.active > a {
	color: #262626;
	padding:10px 50px 10px 0;
	border-bottom:4px solid #ffffff;
	padding:10px 100px 10px 0;
}

#program .nav-tabs > li > a:hover,
#program .nav-tabs > li.active > a:hover {
	color: #262626;
}

#program .panel {
	background:transparent;
}

#program .panel-body {
	border-top:1px solid #ffffff;
	padding:20px 0;
}

#program .panel-default {
	border:none;
	border-bottom:1px solid #ffffff;
	border-radius:0px;
}

#program .panel-default > .panel-heading {
	color: #333333;
	background:transparent;
	border-color: #ffffff;
	padding:10px 0;
}

#program .panel-title {
	float:left;
}

#program .panel-title > a {
	color: #262626;
	text-decoration:none;
	-webkit-transition: all 0.1s;
	   -moz-transition: all 0.1s;
	        transition: all 0.1s;
}

#program .panel-title > a:hover {
	color: #ffffff;
}

#program .date {
	color:#000;
	font-weight: 400;
	margin-bottom:0;
	font-size:17px;
	line-height:18px;
}

#program .speaker-name {
	font-weight: 400;
	font-size:12px;
	letter-spacing:1px;
}

#program .panel-body h4 {
	color:#666666;
	font-size:21px;
}

#program .panel-body p {
	margin-right:10px;
	display:inline-block;
}

#program .panel-body p span {
	color:#666666;
	display:inherit;
}

#program .about-speaker i{
	color:#262626;
}

#program .about-speaker a{
	color:#262626;
	text-decoration:none;
}

#program .about-speaker a:hover{
	color:#000000;
	text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#myTab li {
	width:100%;
}

#program .panel-title {
	display:block;
	float:none;
}

#program .speaker-name {
	text-align:center;
	margin-top:20px;
}

}


/* DOWNLOAD */

#download {
	padding:90px 0 110px 0;
}




/* VENUE */

#venue {
	padding-top:0;
	padding-bottom:110px;
}

#venue .venue {
	background-image: url(../img/bg-venue.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:600px;
	margin-bottom:110px;
	display:table;
	width:100%;
}

#venue .venue .venue-inner {
	color:#b0b0b0;
	background:rgba(0,0,0, 0.7);
	display:table-cell;
	vertical-align:middle;
	
}

.venue-inner h2 {
	color:#ffffff;
	margin-top:0;
}

#venue h2:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #f9b800;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

#venue h3 {
	margin-top:10px;
}

#venue h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #f9b800;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

.venue-inner h4 {
	color:#ffffff;
}

#venue i {
	color:#f9b800;
}

.venue-inner .lead {
	color:#b0b0b0;
}

.venue-info {
	margin-bottom:45px;
}

.hotel-carousel {
	margin-top:20px;
	margin-bottom:70px;
}

#hotel-carousel .item {
	margin:0 7px;
}

.hotel .caption {
	position:relative;
	padding:10px 0 0 0;
	line-height:19px;
}

.hotel .caption h5 {
	font-weight: 300;
}

.hotel .caption .rating {
	position:absolute;
	top:0;
	right:0;
	padding:17px 0 0 0;
}


/* FUNFACTS */

#funfacts  {
	background-image: url(../img/bg-funfacts.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:310px;
	position:relative;
	padding:0;
}

.funfacts-inner {
	color:#ffffff;
	background:rgba(0,0,0, 0.5);
	position:absolute;
	width:100%;
	height:100%;
}

#funfacts .item {
	margin:100px 0 0 0;
	display:table;
}

#funfacts i {
	float:left;
	border-right:1px solid #ffffff;
	padding:20px 20px 20px 0;
}

#funfacts .desc {
	padding-left:20px;
	display:table-cell;
	vertical-align:middle;
}

#funfacts .number {
	font-weight: bold;
	font-size:40px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:0;
	line-height:1;
}

#funfacts .description {
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}


/* REGISTER */

#register {
	background:#f5f5f5;
	border-bottom:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

#price-carousel {
	margin:20px 0 40px 0;
}

.price-table {
	color:#ffffff;
	background:#f9b800;
	padding:20px;
	line-height:1;
	font-weight:300;
	position:relative;
	overflow:hidden;
}

.early-bird {
	background:#f9b800;
}

.standart {
	background:#fcba00;
}

.vip {
	background:#f0b202;
}

.price-table .icon {
	color:rgba(255,255,255, 0.4);
	position:absolute;
	bottom:-50px;
	right:-50px;
	display:block;
	font-size:40px;	
}

.price-table .price {
	color:#444444;
	font-weight: bold;
	font-size:50px;
	font-weight:400;
}

.price-table h3 {
	color:#ffffff;
	background:#262626;
	font-family:Open Sans;
	font-weight:400;
	font-size:10px;
	letter-spacing:2px;
	border-radius:30px;
	text-transform:uppercase;
	padding:0px 16px;
	margin:0 0 10px 0;
	display:inline-block;
	float:right;
}

.price-table .desc li {
	font-weight: 300;
	line-height:2;
	border-bottom:1px dotted;
	border-color:rgba(255,255,255, 0.7);
}

.price-table .desc li:last-child {
	border-bottom:none;
}

/* register form */

#register-form {
	padding:25px;
	background:#ffffff;
}

#register-form h2 {
	margin-bottom:15px;
}

.register-form {
	margin-top:20px;
}

.engineer-name {
	font-size: 14px;
	text-align: center;
}
/* GALLERY */

#gallery {
	padding:70px 0 90px 0;
}

#timeline .item {
	margin:10px 10px 20px 10px;
}


/* TESTIMONIAL */

#testimonial {
	background:#f9b800;
	background-image: url(../img/bg-testimonial.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	color:#ffffff;
	padding:0;
}

#testimonial .testimonial-inner {
	background:rgba(0, 0, 0, 0.7);  
	padding:50px 40px 30px 40px;
	min-height:400px;
}

#testimonial-carousel img {
	border:2px solid #ffffff;
	margin:0 0 20px 0;
}

#testimonial .lead {
	color:#b0b0b0;
}

#testimonial .name {
	color:#ffffff;
	font-weight: bold;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#testimonial .owl-theme .owl-controls {
  text-align: left;
}


/* OFFERS */
#offers.section-padding {
	padding-bottom: 30px;
}
#offers {
	/* margin:30px 0;
	*/ padding:30px 0 0px 0;
}
#offers .img-responsive {
	margin-bottom: 20px;
}
#offers .about-us {
	padding-bottom: 30px;
}
.offer {
	margin:0 5px;
	padding:10px;
	text-align:center;
	/*border:2px solid #f9b800;*/
}

#sponsors-carousel:first-child {
	margin-left:0;
}

#sponsors-carousel:last-child {
	margin-right:0;
} 

#sponsors i {
	color:#f9b800;
}
.beloftes-title {
	margin-bottom: 25px;
}
.beloftes-subtitle {
	margin-top: 20px;
	margin-bottom: 15px;
}
.text-img {
	position: relative;
	/*! padding-left: 180px; */
/* 	margin-bottom: 20px; */
}
.beloftes-row img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.geitenhouderij-img {
	margin: 20px 0;
}
.div-blue *, .div-brown * {
	color: #fff;
}
.div-blue {
	background: #00afea;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    padding: 25px 45px 35px 45px;
}
.div-brown {
    background: #d08944;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    padding: 25px 45px 35px 45px;
}
.div-blue h5, .div-brown h5 {
	font-weight: 400;
	font-size:18px;
	letter-spacing:1px;
	margin-top: 20px;
}
.melkveehouderij-img {
	margin: 20px 0;
}
.vitalmonitor-img {
	margin-bottom: 40px;
}
/* CONTACT */

#gmap_canvas {
	height:220px;
	transform:none !important;
	-webkit-transform:none !important;
	-moz-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	border-top:1px solid #f2f2f2;
}

.gmnoprint,
.gm-style-cc {
	display:none;
}

footer {
	color:#FFFFFF;
	background:#398a61;
	padding: 30px 0;
	font-size: 18px;
}

footer:not(.landingspagina footer){
    margin-top: 60px;
}

footer .logo {
	margin-bottom: 8px;
	max-width: 210px;
	height: auto;
}

footer .logo {
	height: auto;
}

footer .logo::after {
	display: none;
}

.footer-wrapper	{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.footer-item {
	margin-right: 50px;
}

.footer-item.full-width {
	flex: 1;
}

.footer-form {
	max-width: 400px;
}

.footer-contact {
	max-width: 200px;
}

footer h4 {
	color:#FFFFFF;
	font-weight: bold;
}

footer a {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
}

footer a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

footer a:hover::after {
	width: 100%;
}

footer .footer-item-header {
	height: 40px;
}

footer .footer-item-header h4 {
	margin: 0;
}

footer .social-links a {
	position: relative;
	padding-left: 25px;
}

footer .social-links .social-link::before {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 17px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

footer .social-links .social-link.facebook::before {
	background-image: url('../img/icon-facebook.svg');
}
footer .social-links .social-link.instagram::before {
	background-image: url('../img/icon-instagram.svg');
}
footer .social-links .social-link.youtube::before {
	background-image: url('../img/icon-youtube.svg');
}
footer .social-links .social-link.linkedin::before {
	background-image: url('../img/icon-linkedin.svg');
}

footer .newsletter-form input,
footer .newsletter-form .btn-submit {
	margin: 0;
	padding: 10px 24px;
	background-color: rgba(255, 255, 255, .25);
	border-radius: 99px;
	border: none;
	outline: none;
}

a.custom-form-button {
	background: #18ADE5;
	margin-top: 15px;
	margin-left: auto;
	margin-right: 0px;
	display: block;
	max-height:48px;
	padding: 8px 18px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	transition: all .3s ease-in-out;
	border-radius: 99px;
	margin-right: auto;
	display: inline-block;
    min-width: 140px;
}

a.custom-form-button:hover{
	background: #0f8cbf;
}

a.custom-form-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 10px !important;
    background-repeat: no-repeat;
    background-image: url(../img/icon-chevron-right.svg);
    background-position: center right;
    background-size: contain;
	background-color: initial;
	left: initial;
	height: initial;
}

@media screen and (max-width: 1200px) {
	a.custom-form-button {
		margin-top: 18px;
	}
}

footer .newsletter-form label{
	display: flex;
}

footer .newsletter-form label span{
	font-size: 18px;
	color: white;
}
footer .newsletter-form label input{
	width: 15px;
	margin-right: 10px;
}

footer .newsletter-form label:first-of-type{
	margin-top: 10px;
}

footer .newsletter-form input::placeholder {
	color: #FFFFFF;
}

footer .newsletter-form input.input-name {
	margin-bottom: 14px;
}

footer .newsletter-form input.input-email {
	margin-right: 14px;
}

footer .newsletter-form .form-group {
	display: flex;
	align-items: stretch;
	justify-self: space-between;
}

footer .newsletter-form .btn-submit {
	position: relative;
	padding-right: 46px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

footer .newsletter-form .btn-submit:hover {
	background-color: rgba(255, 255, 255, .4);
}

footer .newsletter-form .btn-submit::after {
	content: '';
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	width: 10px;
	background-repeat: no-repeat;
	background-image: url('../img/icon-chevron-right.svg');
	background-position: center right;
	background-size: contain;
}

footer .footer-contact .footer-item-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

footer .footer-contact p {
	margin: 0;
	line-height: 1.5;
}

footer .footer-contact p {
	line-height: 1.5;
}

@media screen and (max-width: 1199px) {
	.footer-item {
		margin-right: 0;
		margin-bottom: 32px;
	}
	.footer-item.full-width {
		order: -1;
		flex: unset;
		width: calc(33% - 50px);
	}
	.footer-form {
		width: 100%;
		max-width: inherit;
	}
	.footer-contact {
		order: -1;
	}
}

@media screen and (max-width: 1023px) {
	footer .footer-item {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 767px) {
	.footer-item,
	.footer-item.full-width,
	.footer-form,
	.footer-contact {
		width: 100%;
		max-width: inherit;
	}
}

@media screen and (max-width: 424px) {
	footer .footer-item-header {
		height: auto;
		margin-bottom: 14px;
	}

	footer .newsletter-form .form-group {
		flex-direction: column;
	}

	footer .newsletter-form input.input-email {
		margin-bottom: 14px;
	}

	footer .newsletter-form .btn-submit {
		width: 100%;
	}
}

/* Subfooter */

.subfooter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding: 18px 0 0;
	border-top: 1px solid #FFFFFF;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.subfooter {
		flex-direction: column;
		align-items: flex-start;
	}
}


/* Newsletter */

#newsletter {
	color:#262626;
	background:#ebe8e8;
	margin-bottom:0;
}


/* MISC. */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select,
textarea {
	font-size:16px;
	font-family:inherit;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	border:0;
	border:1px solid #999999;
	margin-bottom:20px;
	outline:none;
} 


/* BUTTONS */

.button {
	font-weight: 300;
	font-size: 17px;
	text-transform: uppercase;
	border: none;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-xsmall {
	padding:2px 7px;
	font-size:11px;
	letter-spacing:1px;
}

.button-small {
	padding:10px 30px;
	font-size:13px;
	letter-spacing:1px;
}

.button-big {
	padding:10px 18px;
	font-size:21px;
}

.button-line-light {
	color:#ffffff;
	background:transparent;
	border:2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
	color: #262626;
	background: #ffffff;
	text-decoration:none;
}

.button-line-dark {
	color: #ffffff;
	background: #00afea;
	border:2px solid #00afea;
	text-decoration:none;
}

.button-line-dark:hover,
.button-line-dark:active {
	color:#00afea;
	background:transparent;
	border:2px solid #00afea;
	text-decoration: none;
}

.button-line-yellow {
	color: #ffffff;
	background: #f9b800;
	border:2px solid #f9b800;
	text-decoration:none;
}

.button-line-yellow:hover,
.button-line-yellow:active {
	color:#f9b800;
	background:transparent;
	border:2px solid #f9b800;
	text-decoration: none;
}


/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
	color: #f9b800;
	margin:0;
	padding: 1px;
	font-size: 12px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFCET */

.wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrap .overlay:after {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}
	
.wrap:hover .overlay:after {
	top: 50%;
	opacity: 1;
}

.wrap .overlay:before {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	bottom: -100%; 
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:before {
	bottom: 50%;
	opacity: 1;
}

.wrap .icon {
	color:#ffffff;
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
	
.wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.wrap .icon a {
	color:#ffffff;
}

.wrap .icon a:hover {
	color:#333333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Speaker hover effect */

/* Common style */
.speaker figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.speaker figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.speaker figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.speaker figure figcaption::before,
.speaker figure figcaption::after {
	pointer-events: none;
}

.speaker figure figcaption,
.speaker figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	outline:none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
	padding: 4em 0;
	opacity: 0;
	margin:0 auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5); 
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/* ADDITIONAL */

/* Base styles */
.column {
    float: left;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}

/* Configurate salvattore with media queries */
@media screen and (max-width: 450px) {
    #timeline[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 451px) and (max-width: 700px) {
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 701px) and (max-width: 850px) {
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 851px) {
    #timeline[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}

ul.arrow-list {
    padding-left: 0;
    list-style: none;
}

ul.arrow-list li {
	padding-left: 50px;
	margin-bottom: 25px;
	position: relative;
}

ul.arrow-list li:before {
	font-size: 39px;
	content: "";
	color: #f9b800;
	display: inline-block;
	width: 33px;
	height: 70px;
	background: url('../img/drop-yellow.jpg') no-repeat center center/ 100%;
  top: -10px;
  position: absolute;
	left: -2px;
}

.top-m {
	margin-top: 15px;
}

.about-us h1 {
    margin-top: 5px;
}

.about-us h4 { 
    padding-left: 10px;
    margin: 20px 0 30px;
}

.about-us ul {
	 padding-left: 10px;
}

/* #info h4:after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background-color: #f9b800;
    margin-top: 12px;
    margin-bottom: 15px;
} */




#btn-1, #btn-2 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.thumbnail-lg {
    width: 100%;
    height: 300px;
    position: relative;
    background-color: orange;
    background-repeat: no-repeat;
    background-size: cover;    
}

.thumb-lg-1 {
    background: url("../img/_MG_5419.jpg") center center/cover;
    margin-bottom: 30px;
}

.thumb-lg-2 {
    background-image: url("../img/_MG_5200.jpg");
}
.thumbnail-lg:hover .caption-lg {
	background-color: rgba(0, 0, 0, 0.75);
	transition: .3s;
}
.caption-lg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 0px 25px;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.4);
	transition: .3s;
}
.caption-lg h4 {
  
	position: relative;
	top: -3px;
	padding-left: 50px;
}
.caption-lg h4::before {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background: url('../img/button-cow.jpg') center center/180%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -5px;
}
.thumb-lg-1 h4::before  {
	background: url('../img/button-goat.jpg') center center/180%;
}
#header-img {
    padding-top: 49px;
    padding-bottom: 0;
    /*! height: 400px; */
    position: relative;
}

.header-img-logo {
	width: 100%;
	/*! height: 400px; */	
	position: relative;
	left: 0;
	right: 0;
	margin: 0 0 60px 0;
	top:20px;
	background: #fff url('../img/banner-image-low.jpg') no-repeat center center/contain;
	padding-bottom: 30%;
}
.header-img-logo img {
	display: none;
}
.header-img-1 {
	width: 50%;
	height: 400px;
	float: left;
	background-image: url("../img/header-img-1.jpg");
	background-repeat: no-repeat;
    background-size: cover; 	
    background-position: center right;
	display: none;
}

.header-img-2 {
	width: 50%;
	height: 400px;
	float: right;
	display: inline-block;
	background-image: url("../img/header-img-2.jpg");
	background-repeat: no-repeat;
    background-size: cover; 
    background-position: center left;
	display: none;
}

#testimonials {
	background-color: #f5f5f5;
}

#testimonials h4 {
	text-align: right;
}

.customers-img {
	text-align: center;
}

.navbar-toggle {
	float: left !important;
}

.nav-extra {
	margin-top: 13px;
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

.gratis-container {
	color: #ffffff;
	background-color: #38865e;
	padding: 25px;
	border-radius: 5px;
}

.gratis-container h4 {
	color: #ffffff;
	margin-top:10px;
}

.gratis-container a:hover {
	color: #ffffff;
	background: #f9b800;
	border:2px solid #f9b800;
	text-decoration:none;
}

.job-offer-highlight {
	height: 50px;
	background-color: #f9b800;
}

.job-offer-highlight p {
	text-align: center;
	color: #ffffff;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 23px;
    padding-top: 13px;
}

.job-offer-highlight a {
	color: #428bca;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	h2,h1 {
		font-size: 26px;
	}
    .center-sm {
        text-align: center;
    }
    .title-sm:after {
        right: 45%;
    }


	
	#nav{margin-bottom:20px;}
    .lang-selector.hover~.sub{
		display:flex;
	}

    /* ul.nav li ul.sub { display: none; } */
    .submenu { margin-top: 0; margin-bottom: 20px; padding-right: 0; width: 100%; }
    #sectors > .container { flex-wrap: wrap; }
    
    .medewerkers { margin-bottom: 0; }
    /* .medewerkers .item { flex-wrap: wrap; margin-bottom: 25px; width: 100%; } */
    /* .medewerkers .item .foto { width: 100%; height: auto; }
    .medewerkers .item .foto .image img { position: relative; width: 100%; height: auto; }
    .medewerkers .item .info { margin-top: 20px; margin-bottom: -10px; padding-left: 0; width: 100%; }
    .medewerkers .item:last-of-type .info { margin-bottom: 0; } */

    .about-us h4 {
    	margin-top: 30px;
    }

    .thumb-lg-1 {
    	margin-bottom: 30px;
    }

    #testimonials, #testimonials h4 {
    	text-align: center;
    }

    #testimonials p {
    	max-width: 300px;
    	margin-left: auto;
    	margin-right: auto;
    }

    .customer-spacing {
    	margin-bottom: 35px;
    }

    .contact-spacing {
    	margin-bottom: 30px;
    }

    .contact-form-btn {
    	padding: 5px 15px;
    	width: 100%;
    }

    .job-offer-highlight {
        height: 70px;
        background-color: #f9b800;
    }
    
    .div-blue,
    .div-brown {
        padding: 15px 30px 15px 30px;
    }

}


@media screen and (max-width: 600px) {

    .navbar-custom .navbar-nav > .active > a::after {
        top: auto;
        bottom: 0;
        left: 11px;
        width: calc(100% - 24px);
        height: 3px;
    }
}

@media screen and (max-width: 500px) {
    
	.header-img-logo {
		/*! width: 250px; */
		/*! height: 200px; */	
		margin-bottom: 30px;
		/*! margin-right: auto; */
		/*! top:49px; */
	}

	.header-img-logo img {
		width: 250px;
		height: 250px;
	}

	.header-img-1 {
		height: 250px;
	}

	.header-img-2 {
		height: 250px;
	}
}





.nieuws .listing {
	list-style:none;
	margin:0;
	padding:0;
}
.nieuws .listing-contents {
	list-style:none;
	margin:0;
	padding:0;
}

	.nieuws .listing li {
		border-bottom: 1px solid #999999;
		padding:0;
		margin:0;
		position:relative;
	}
	.nieuws .listing li:last-child {
		border-bottom:0;
	}

		.nieuws .listing li a { 
			text-decoration:none;
			color:#000;
		}

		.nieuws .listing li a:hover .title { 
			color:#18ADE5;
		}


		.nieuws .listing li .right p {
			margin: 0;
		}

			.nieuws .listing li p.read-more
			{
				color: #18ADE5;
				font-weight:700;
				font-size:1.6rem;
				margin:10px 0 30px;
			}

		.nieuws .listing li .left img {
			margin-top:25px;
			margin-bottom:20px;
			border:1px solid #efefef;
		}
		.nieuws .listing li:first-child .left img {
			margin-top:0;
		}


.nieuws .date
{
	font-size:1.6rem;
	text-transform:uppercase;
}

.nieuws .title {
	font-weight:700;
	margin-top:10px;
	margin-bottom:0;
	font-family: "DaxlinePro";
}

.nieuws .intro
{
	font-weight: 300;
	min-height: 20px;
}

	.nieuws .boxes div
	{
		background-color: #F2F2F2;
		margin-top: 10px;
		padding:0 20px;
	}
		.nieuws .boxes div h3 {
			font-family: "DaxlinePro";
			letter-spacing:normal;
		}

		.nieuws .boxes div.vragen {
			padding-bottom:25px;
		}

.nieuws .aanmeld-nieuws
{
	
	color: #398A61;
	font-size: 18px;
	font-weight: 700;
	padding-top:20px;
}

.nieuws .aanmeld-desc
{
	font-size:15px;
	margin: 0px;
}

	.nieuws .aanmeld-desc.second
	{
		padding-bottom: 20px;
	}


.cnt-btn
{
	text-decoration: none;
	margin-top: 10px;
	padding: 5px 15px 4px;
	border: 1px solid #398A61;
	color:#398A61;
	border-radius: 25px;
	font-weight:700;
	font-family: "DaxlinePro";
}
.cnt-btn:hover {
	text-decoration:none;
	background-color: #398A61;
	color:#fff;
}

.cnt-btn:hover .arrow-right.green {
	stroke:#fff;
}

.arrow-right {
	vertical-align:-2px;
	margin-left:5px;
	width:10px;
	fill:none;
	stroke-width:3;
	stroke-linecap:round;
	stroke-miterlimit:10;
}
.arrow-right.blue {
	stroke:#1FADE4;
}
.arrow-right.green {
	stroke: #398A61;
}

@media screen and (min-width: 768px) {
	.nieuws .title {
		font-size:2.5rem;
	}

		.nieuws .listing li {
			padding:40px 0 20px;
		}
			.nieuws .listing li .left {
				position:absolute;
				width:160px;
			}
			.nieuws .listing li .right {
				margin-left:190px;
			}

			.nieuws .listing li .left img {
				margin-top:0;
			}
}

@media screen and (min-width: 1024px) {
	.news-listing {
		position:relative;
		clear:both;
		display:block;
	}
	.nieuws .listing {
		float:left;
		width:650px;
		width:calc(100% - 340px);
	}
	.nieuws .boxes {
		float:right;
		width:300px;
	}	

	.nieuws .boxes h3 {
		font-size: 2.2rem;
	}
}

img {
	max-width:100%;
}

.single .news-item .date {
	margin-top:20px;
}

.single .news-item h1 {
	color: #398A61;	
	font-weight:700;
	font-family: "DaxlinePro";
}

.single .news-item .intro {
	font-weight:700;
}

.single .news-item h3.subheader { 
	margin-top:40px;
	color: #398A61;	
	letter-spacing:normal;
	font-size:1.8rem;
	font-weight:700;
	font-family: "DaxlinePro";
}

.single .news-item .listing li {
	border-bottom: 0;
	border-top: 1px solid #999999;	
}

	.single .news-item .listing li h3 {
		margin-bottom:5px;
	}

	.single .news-item .listing li .intro {
		font-weight:normal;
	}

	.nieuws .single .listing li .left img, .nieuws .single .listing li:first-child .left img {
		margin-top:20px;
	}

@media screen and (min-width: 768px) {
	.single .news-item h1.news-title {
		font-size:2.7rem;
	}
	.nieuws .single .listing li .left img, .nieuws .single .listing li:first-child .left img {
		margin-top:0;
	}
}

@media screen and (min-width: 1024px) {

	.single .news-item .date {
		margin-top:0;
	}

	.single .listing {
		width:calc(100% - 10px);
	}

	.single .news-item {
		float:left;
		width:650px;
		width:calc(100% - 340px);
	}
	.single .news-image {
		float:right;
		width:300px;
	}	
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
	.nav > li > a {
		font-size:13px;
		padding:15px 5px 10px;
	}
}
.sectors-row
{
    width: 100%;
}

/* Quiz css */
#quiz-intro {
	position: relative;
}

#quiz-intro h1 {
	color: #5d5d5d;
	font-weight: 600;
}

#quiz-intro .button-line-yellow {
	padding: 4px 18px 6px;
	margin-bottom: 16px;
	border-radius: 10px;
	font-size: 26px;
	font-weight: 600;
}

#quiz-intro small {
	display: block;
}

#quiz-intro img {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin-bottom: 16px;
	margin: 0 auto 16px auto;
}

@media screen and (min-width: 768px) {
	#quiz-intro {
		padding: 24px 0;
	}

	#quiz-intro img {
		position: absolute;
		top: 0;
		right: 20px;
		transform: translateY(-100%) translateY(-80px);
		-ms-transform: translateY(-100%) translateY(-80px);
		-webkit-transform: translateY(-100%) translateY(-80px);
		-moz-transform: translateY(-100%) translateY(-80px);
		max-width: 550px;
	}
}

@media screen and (min-width: 1024px) {
	#quiz-intro img {
		width: 550px !important;
	}
}

.quiz-form h1 {
	color: #5d5d5d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.quiz-form .quiz_item input,
.quiz-form .quiz_item button {
	width: auto;
}

.quiz-form .button-line-dark {
	padding: 4px 12px;
	font-size: 18px;
}

.quiz-form .button-lin-dark i {
	display: block;
	margin-left: 10px;
}

.quiz-form .button-back {
	display: block;
	color:#5d5d5d;
	background:transparent;
	padding: 0;
	margin-top: 8px;
}

.quiz-form .button-back:hover,
.quiz-form .button-back:active {
	color: #262626;
	text-decoration:none;
}

.quiz-form .quiz_item .input-wrapper {
	width: 100%;
	display: inline-flex;
	align-items: center;
	margin-bottom: 8px;
}

.quiz-form .quiz_item input,
.quiz-form .quiz_item textarea {
	margin-bottom: 0;
}


.quiz-form .quiz_item input[type='text'], .quiz-form .quiz_item input[type='email'],
.quiz-form .quiz_item textarea {
	width: 100%;
	border-radius: 10px;
}


.quiz-form .quiz_item textarea {
	height: 180px;
}

.quiz-form .quiz_item .input-wrapper label {
	margin: 8px 0 8px 8px;
}

.quiz-form .quiz_item.last_item label {
	width: 30%;
}

.quiz-form .quiz_item.last_item input,
.quiz-form .quiz_item.last_item .right {
	flex: 1;
}

.quiz-form .quiz_item.last_item input {
	padding: 8px 10px;
}

.quiz-form .quiz_item.last_item small {
	font-style: italic;
}

.quiz-form .button-line-dark {
	margin-top: 26px;
	padding: 4px 16px;
	border-radius: 10px;
	font-weight: 600;
}

.quiz-form .quiz-progress {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quiz-form .quiz-progress-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 8px;
	font-style: italic;
}

.quiz-form .quiz-progress .step {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #38865e;
	border: 3px solid #FFFFFF;
}

.quiz-form .quiz-progress .step.active {
	background-color: #f9b800;
}

.quiz-form .quiz-progress::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 0;
	width: var(--width);
	height: 6px;
	transform: translateY(-50%);
	background-color: #f9b800;
}

.quiz-form .quiz-progress::after {
	content: '';
	z-index: -2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 98%;
	height: 6px;
	transform: translateY(-50%);
	background-color: #38865e;
}

@media screen and (max-width: 649px) {
	.quiz-form .quiz_item.last_item .input-wrapper {
		flex-wrap: wrap;
	}

	.quiz-form .quiz_item.last_item label {
		width: 100%;
	}
}


@media screen and (min-width: 768px) {
	.quiz-form {
		padding: 24px 0;
	}
}

.open_answer
{
	width: 100%;
    border-radius: 10px;
}

.quiz-img
{
	width: 690px;
	height: 383px;
	background-size: cover;
    display: inline-block;
    background-position: center center;
	margin-right: 20px;
	position: relative;
}

.quiz-img .img-counter
{
	position: absolute;
	right: 15px;
    bottom: 10px;
	background-color: white;
}

.quiz-img .img-counter .img-number
{
	padding: 0px 8px 0px 8px;
}

.next_page
{
	margin-bottom: 10px;
}

.previous_page, .previous_page:hover
{
	color:gray;
	cursor: pointer;
	text-decoration: none;
}

p.margin
{
	width: 20px;
}





/* NIEUWE STYLING */

/* 
*	Buttons 
*/

.vitalve-btn {
	position: relative;
	display: inline-block;
    padding: 12px 48px 12px 28px;
    border-radius: 99px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    background-color: #18ade5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 

.vitalve-btn.next::after{
	content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 14px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-chevron-right.svg);
    background-position: center right;
    background-size: contain;
}

.vitalve-btn.btn-small {
    padding: 8px 48px 8px 20px;
}

.vitalve-btn:focus,
.vitalve-btn:active,
.vitalve-btn:hover {
	text-decoration: none;
    color: #FFFFFF;
    background-color: #0f92c2;
	outline: none;
}

.vitalve-btn.btn-green {
	background-color: #398a61;
}

.vitalve-btn.btn-green:focus,
.vitalve-btn.btn-green:active,
.vitalve-btn.btn-green:hover {
	background-color: #09754d;
}

.vitalve-btn.btn-orange {
	background-color: #ea5b27;
}

.vitalve-btn.btn-orange:focus,
.vitalve-btn.btn-orange:active,
.vitalve-btn.btn-orange:hover {
	background-color: #cf4918;
}

.vitalve-btn.btn-yellow {
	background-color: #fbba00;
}

.vitalve-btn.btn-yellow:focus,
.vitalve-btn.btn-yellow:active,
.vitalve-btn.btn-yellow:hover {
	background-color: #e7aa00;
}

.vitalve-btn.btn-next::after,
.vitalve-btn.btn-prev::before{
	content: '';
    position: absolute;
    
	width: 12px;
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}

.vitalve-btn.btn-next::after {
	top: 0;
    right: 16px;
	bottom: 0;
    background-image: url(../img/icon-chevron-right.svg);

}

.vitalve-btn.btn-prev {
	padding: 8px 24px 8px 36px;
}

.vitalve-btn.btn-prev::before {
	top: 0;
    left: 16px;
	bottom: 0;
    background-image: url(../img/icon-chevron-left.svg);
    /* background-position: center left 10px; */
}

.vitalve-btn.btn-next {
	padding: 8px 36px 8px 24px;
}

.vitalve-btn.btn-next::after {
    /* background-position: center right 10px; */
}

@media screen and (max-width: 767px) {
	.vitalve-btn {
		font-size: 18px;
	}
}

@media screen and (max-width: 424px) {
	.vitalve-btn {
		font-size: 16px;
		padding: 10px 38px 10px 24px;
	}
	.vitalve-btn.btn-small {
		padding: 8px 38px 8px 20px;
	}
}

/* 
*	Swiper
*/

.swiper-button-next,
.swiper-button-prev {
	top: 0;
	margin-top: 0;
	width: 60px;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
}


.swiper-button-next {
	right: 18px;
}

.swiper-button-next::after {
	background-image: url('../img/icon-arrow-right.svg');
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-prev::after {
	background-image: url('../img/icon-arrow-left.svg');
}


/* 
*	Onze sectoren
*/

#our-sectors {
	position: relative;
}

#our-sectors::after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url('../img/logo-vitalve-small.svg');
	background-position: center;
	background-size: 80px;
	background-repeat: no-repeat;
	border-radius: 50%;
}

#our-sectors .our-sectors-inner {
	padding: 30px 0 120px;
}

#our-sectors .our-sectors-intro {
	margin-bottom: 50px;
	text-align: center;
}

#our-sectors .our-sectors-intro h2 {
	margin: 0;
}

#our-sectors .sector-item {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 400px;
	padding: 32px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#our-sectors .sector-item.goat {
	border-radius: 0 0 0 50px;
	background-image: url('../img/dev/our-sectors-goat.jpg');
}

#our-sectors .sector-item.cow {
	border-radius: 0 0 50px 0;
	background-image: url('../img/dev/our-sectors-cow.jpg');
}

#our-sectors .sector-item-btn {
	position: relative;
	width: 100%;
	padding: 14px 32px 14px 64px;
	border-radius: 99px;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

#our-sectors .sector-item-btn.btn-blue {
	background-color: #18ade5;
}

#our-sectors .sector-item-btn.btn-blue:hover {
	text-decoration: none;
	background-color: #0f92c2;
}

#our-sectors .sector-item-btn.btn-brown {
	background-color: #d08944;
}

#our-sectors .sector-item-btn.btn-brown:hover {
	text-decoration: none;
	background-color: #b97939;
}

#our-sectors .sector-item-btn::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: center left;
	-webkit-background-size: cover;
	background-size: contain;
}

#our-sectors .sector-item-btn.btn-blue::before {
	background-image: url('../img/icon-goat.svg');
}

#our-sectors .sector-item-btn.btn-brown::before {
	background-image: url('../img/icon-cow.svg');
}

#our-sectors .sector-item-btn::after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 14px;
	background-repeat: no-repeat;
	background-image: url('../img/icon-chevron-right.svg');
	background-position: center right;
	background-size: contain;
}

@media screen and (max-width: 1023px) {
	#our-sectors .sector-items .sector-col:first-of-type .sector-item {
		margin-bottom: 24px;
		border-radius: 0;
	}
}

@media screen and (max-width: 767px) {
	#our-sectors::after {
		bottom: -40px;
		width: 80px;
		height: 80px;
		background-size: 50px;
	}

	#our-sectors .our-sectors-inner {
		padding: 30px 0 100px;
	}

	#our-sectors .sector-item {
		height: 300px;
	}
}

@media screen and (max-width: 374px) {
	#our-sectors .sector-item {
		height: 250px;
		padding: 24px;
	}

	#our-sectors .sector-item-btn {
		padding: 12px 24px 12px 48px;
		font-size: 16px;
	}

	#our-sectors .sector-item-btn::before {
		left: 16px;
		width: 24px;
	}

	#our-sectors .sector-item-btn::after {
		right: 16px;
		width: 12px;
	}
}


/* 
*	VitalMonitor
*/

#vitalmonitor {
	background-color: #f2f2f2;
}

#vitalmonitor .vitalmonitor-inner {
	padding: 100px 0 70px;
}

#vitalmonitor .vitalmonitor-inner p {
	color: #000000;
}

#vitalmonitor .vitalmonitor-inner .logo img {
	width: 420px;
	height: auto;
}

#vitalmonitor .vitalmonitor-inner .title h3 {
	margin: 0;
	line-height: 1.2;
	color: #676767;
}

#vitalmonitor .vitalmonitor-inner .title h3 span {
	font-weight: bold;
}

#vitalmonitor .vitalmonitor-inner .vitalmonitor-text {
	margin-top: 50px;
}

#vitalmonitor .vitalmonitor-inner .vitalmonitor-text p:first-of-type {
	margin: 0;
}

#vitalmonitor .vitalmonitor-inner .vitalmonitor-text-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

#vitalmonitor .vitalmonitor-inner .vitalmonitor-text-bottom .text {
	width: 100%;
}

#vitalmonitor .vitalmonitor-inner .vitalmonitor-text-bottom p {
	margin: 0;
}

#vitalmonitor .vitalmonitor-inner .vitalmonitor-text-bottom .btn-wrapper .vitalve-btn {
	min-width: 180px;
}

@media screen and (min-width: 1200px) {
	#vitalmonitor .vitalmonitor-inner .title h3 {
		font-size: 35px;
	}
}

@media screen and (max-width: 1199px) {
	#vitalmonitor .vitalmonitor-inner .logo img {
		width: 350px;
	}

	#vitalmonitor .vitalmonitor-inner .vitalmonitor-text-bottom .btn-wrapper {
		margin-left: 48px;
	}
}

@media screen and (max-width: 1023px) {
	#vitalmonitor .vitalmonitor-inner .logo img {
		width: 300px;
		margin-bottom: 24px;
	}

	#vitalmonitor .vitalmonitor-inner .vitalmonitor-text-bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 24px;
	}

	#vitalmonitor .vitalmonitor-inner .vitalmonitor-text-bottom .btn-wrapper {
		margin-left: 0;
		margin-top: 32px;
	}
}


/* 
*	Nieuws
*/

#news .news-inner {
	padding: 50px 0 16px;
}

#news .news-inner .news-big {
	display: flex;
	align-items: stretch;
	min-height: 370px;
	margin-bottom: 40px;
}

#news .news-inner .news-big .image {
	width: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#news .news-inner .news-big .text {
	width: 50%;
	padding: 50px 40px;
	color: #000000;
	background-color: #f2f2f2;
	border-radius: 0 0 80px 0;
}

#news .news-inner .news-big .text .date {
	font-size: 16px;
}

#news .news-inner .news-big .text h3 {
	font-weight: bold;
	margin: 5px 0 30px;
}

#news .news-inner .news-big .text .btn-text {
	position: relative;
	padding-right: 20px;
	color: #18ade5;
	font-weight: bold;
}

#news .news-inner .news-big .text .btn-text::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 9px;
	background-image: url('../img/icon-chevron-right-blue.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#news .news-inner .news-swiper {
	margin-right: -20px;
}

#news .news-inner .news-swiper .news-item a:hover,
#news .news-inner .news-swiper .news-item a:hover .text p {
	text-decoration: none;

}
#news .news-inner .news-swiper .news-item a:hover .text .small-text{
	color: #18ade5;
    text-decoration: underline;
}

#news .news-inner .news-item {
	margin-right: 20px;
	padding: 0 30px;
}

@media screen and (min-width: 992px) {
	#news .news-inner .news-item {
		padding: 0;
	}
}

#news .news-inner .swiper-button-prev-news, #news .news-inner .swiper-button-next-news {
	z-index: 10;
}

#news .news-inner .news-item .image {
	height: 190px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#news .news-inner .news-item .text .small-text {
	display: block;
	color: #18ade5;
	font-size: 16px;
	font-weight: bold;
}

#news .news-inner .news-item .text p {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
}

#news .news-inner .vitalve-btn {
	width: 100%;
	margin: 45px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#news .news-inner .news-item .image {
		height: 250px;
	}
}

@media screen and (max-width: 767px) {
	#news .news-inner .news-big {
		flex-direction: column;
	}

	#news .news-inner .news-big .image {
		width: 100%;
		min-height: 300px;
	}
	
	#news .news-inner .news-big .text {
		width: 100%;
	}	
}

@media screen and (max-width: 374px) {
	#news .news-inner .news-big .text {
		padding: 25px 20px;
		border-radius: 0 0 50px 0;
	}

	#news .news-inner .news-big .text h3 {
		font-size: 24px;
	}
}


/* 
*	Over ons
*/

#about .about-inner {
	padding: 0 0 50px;
}

#about .about-inner .person-swiper {
	margin-right: -20px;
}

#about .about-inner .person-item {
	margin-right: 20px;
}

#about .about-inner .person-item .image {
	height: 190px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#about .about-inner .person-item .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

#about .about-inner .person-item .text .name {
	margin-bottom: 0;
	color: #000000;
	font-weight: bold;
	width: 100%;
}

#about .about-inner .person-item .text .function {
	display: block;
	color: #000000;
	font-size: 16px;
	width: 100%;
}

#about .about-inner .person-item .text .person-btn {
	display: inline-block;
	position: relative;
	padding-left: 22px;
	color: #000000;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

#about .about-inner .person-item .text .person-btn:hover {
	color: #18ade5;
	text-decoration: none;
}

#about .about-inner .person-item .text .person-btn::after {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}

#about .about-inner .person-item .text .person-btn.phone::after {
	background-image: url('../img/icon-phone-blue.svg');
}

#about .about-inner .person-item .text .person-btn.email::after {
	background-image: url('../img/icon-email-blue.svg');
}

#about .about-inner .contact-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 50px;
}

#about .about-inner .contact-wrapper .contact {
	margin-top: 20px;
}

#about .about-inner .contact-wrapper .contact h3 {
	margin: 0;
	color: #18ade5;
	font-size: 30px;
	font-weight: normal;
}

#about .about-inner .contact-wrapper .contact h3 a {
	color: #18ade5;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#about .about-inner .contact-wrapper .contact h3 a:hover {
	color: #0f92c2;
	text-decoration: none;
}

#about .about-inner .contact-wrapper .logo img {
	max-width: 300px;
	height: auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#about .about-inner .person-item .image {
		height: 250px;
	}
}

@media screen and (max-width: 767px) {
	#about .about-inner .contact-wrapper {
		flex-direction: column;
	}

	#about .about-inner .contact-wrapper .logo {
		margin-top: 24px;
	}
}


/* 
*	Info
*/

#info {
	padding-bottom: 48px;
}

#info .info-inner {
	color: #000000;
}

#info .info-inner h1 {
	font-size: 48px;
	margin-bottom: 42px;
}

#info .info-inner h1.h1-img {
	position: relative;
	padding-left: 64px;
}

#info .info-inner h1.h1-img::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#info .info-inner h1.h1-img.img-goat::before {
	background-image: url('../img/icon-goat-circle.svg');
}

#info .info-inner h1.h1-img.img-cow::before {
	background-image: url('../img/icon-cow-circle.svg');
}

#info .info-inner .btn-wrapper {
	margin-top: 32px;
}

#info .info-inner .img-responsive {
	margin-top: 0;
}

@media screen and (max-width: 1023px) {
	#info .info-inner .img-responsive {
		margin-top: 36px;
	}
}

@media screen and (max-width: 767px) {
	#info .info-inner h1 {
		font-size: 38px;
	}
}

@media screen and (max-width: 424px) {
	#info .info-inner h1 {
		font-size: 28px;
	}
	
	#info .info-inner h1.h1-img {
		padding-left: 35px;
	}
	
	#info .info-inner h1.h1-img::before {
		width: 25px;
	}
}


/* 
*	Werkwijze
*/

#process {
	margin-bottom: 56px;
}

#process .process-inner {
	padding: 48px 24px;
	color: #000000;
	background-color: #f2f2f2;
}

#process .process-inner h2 {
	margin: 0;
	text-align: center;
}

#process .process-inner .process-img {
	width: 100%;
	height: auto;
	margin-bottom: 38px;
}

#process .process-inner .process-intro {
	margin-bottom: 38px;
	padding: 0 24px;
}

#process .process-inner .process-content {
	/* margin: 0 24px; */
	padding: 0 24px;
	padding-bottom: 32px;
	/* columns: 2; */
	border-bottom: .5px solid #808080;
}

#process .process-inner .process-content p {
	margin: 0;
}

#process .process-inner .process-content .btn-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: 110px;
}

#process .process-inner .process-bottom {
	padding: 64px 24px 24px;
}

#process .process-inner .process-bottom .logo img {
	width: 420px;
	height: auto;
}

#process .process-inner .process-bottom .title h3 {
	padding-top: 10px;
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
	color: #676767;
}

#process .process-inner .process-bottom .title h3 span {
	font-weight: bold;
}

@media screen and (max-width: 1199px) {
	#process .process-inner .process-bottom .logo img {
		width: 350px;
	}

	#process .process-inner .process-bottom .title h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1023px) {
	#process .process-inner .process-bottom .logo img {
		width: 300px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 767px) {
	#process .process-inner .process-content {
		columns: 1;
	}

	#process .process-inner .process-content .btn-wrapper {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 32px;
	}
}

@media screen and (max-width: 424px) {
	#process .process-inner {
		padding: 48px 8px;
	}

	#process .process-inner .process-intro {
		padding: 0 8px;
	}
	
	#process .process-inner .process-content {
		margin: 0 8px;
	}
}


/* 
*	Cases
*/

#cases {
	padding: 40px 0;
}

#cases .cases-inner .case-item-wrapper {
	color: #000000;
}

#cases .cases-inner .case-item-wrapper:hover {
	text-decoration: none;
}

#cases .cases-inner .case-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #676767;
}

#cases .cases-inner .case-item .case-img {
	height: 190px;
	width: 190px;
	margin-right: 24px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#cases .cases-inner .case-item .title {
	margin: 0;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 3.2rem;
}

#cases .cases-inner .case-item .btn-text {
	position: relative;
	padding-right: 20px;
	color: #18ade5;
	font-weight: bold;
}

#cases .cases-inner .case-item .btn-text::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 9px;
	background-image: url('../img/icon-chevron-right-blue.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#cases .cases-inner .cases-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

#cases .cases-inner .cases-buttons .cnt-btn {
	margin-top: 5px;
}

#cases .cases-inner .boxes .box {
    background-color: #F2F2F2;
    margin-bottom: 10px;
    padding: 0 20px;
}

#cases .cases-inner .boxes .box:nth-of-type(2) {
    padding-bottom: 25px;
}

#cases .cases-inner .boxes .box h3 {
	margin-top: 0;
	padding-top: 20px;
    color: #398A61;
	font-size: 18px;
	font-weight: 700;
}

#cases .cases-inner .boxes .box .aanmeld-desc {
	margin: 0;
	font-size: 15px;
}

#cases .cases-inner .boxes .box:nth-of-type(2) .aanmeld-desc {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#cases .cases-inner .case-item .case-img {
		height: 140px;
		width: 140px;
	}
}

@media screen and (max-width: 583px) {
	#cases .cases-inner .case-item .title {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 424px) {
	#cases .cases-inner .case-item {
		flex-direction: column;
		margin-bottom: 32px;
		padding-bottom: 32px;
	}

	#cases .cases-inner .case-item .case-img {
		width: 100%;
		height: 150px;
		margin-bottom: 18px;
	}
}

.slick-disabled
{
	display: none !important;
}

.swiper-button-prev:not(.slick-disabled):not([aria-disabled="true"])
{
	display:flex !important;
}


.navbar-collapse.in {
	overflow-y: unset!important;
}


input.error
{
	border: 0.5px solid !important;
    border-color:red !important;
}

textarea.error
{
	border: 0.5px solid !important;
    border-color:red !important;

}


.zoeken .searchContainer{
	width:80%;
	margin:auto;
}

.zoeken .searchContainer form{
	display:flex;
	flex-direction: row;
	max-height:70px;
}

form[action='search/'] input{
	background: none;
    color: white;
    border: none;
	width:100%;
}
form[action='search/'] input::placeholder{
    color: white;
	font-size:12px;
}