/*
Theme Name:     TND Duurzaam Child Theme
Theme URI: 		https://www.vormenvorm.nl
Author:         Dennis van den Worm -  Vorm &amp; Vorm
Template:       tnd
Version:        99
*/


/*
	* Splash screen
*/
.splash-screen{
	position: fixed;
	top: 30px;
	left: 30px;
	width: calc(100vw - 60px);
	height: calc(100vh - 60px);
	background-color: rgba(20,20,20,0.98);
	z-index: 9999;
	transition: all ease-in-out 0.3s;
}
.splash-screen.show{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.splash-screen.hide{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
	.splash-screen__close-icon{
		position: absolute;
		top:30px;
		right:30px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		color:#fff;
	}
		.splash-screen__close-icon svg{
			fill:white;
			width: 16px;
			height: 16px;
			transition: all ease-in-out 0.3s;
		}
		.splash-screen__close-icon:hover svg{
			transform: scale(0.9)
		}
	.splash-screen__content{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}
		.splash-screen__logos{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
		}
			.splash-screen__firstlogo{
				display: flex;
				flex-direction: column;
				align-items: center;
				padding: 16px 24px;
			}
			.splash-screen__secondlogo{
				display: flex;
				flex-direction: column;
				align-items: center;
				padding: 16px 24px;
			}
				.splash-screen__logo{
					max-width: 200px;
					margin-bottom: 24px;
				}
				.splash-screen__button{
					display: block;
					width: 100%;
					max-width: 200px;
					background-color: #f39200;
					padding: 8px 16px;
					text-transform: uppercase;
					text-align: center;
					color:#fff;
					box-sizing: border-box;
					transition: all ease-in-out 0.2s;
				}
				.splash-screen__button:hover{
					text-indent: 4px;	
					color:#fff;
				}
				.splash-screen__secondlogo .splash-screen__button{
					background-color: #2fac66;
				}
				.splash-screen__button_simple{
					background-color: transparent;
					padding: 0px;
					max-width: none;
					width: auto;
					cursor: pointer;
				}
			.splash-screen__continue{
				display: flex;
				flex-direction: row;
				align-items: center;
				padding: 16px;
				width: 100%;
				   margin-top: 32px;
				text-align: center;
				justify-content: center;
				align-content: center;
				cursor: pointer;
			}
				.splash-screen__mainlogo{    
					max-width: 100px;
				    margin-bottom: 0px;
				    margin-right: 24px;
				}


/* RESET */
#theme-page .theme-page-wrapper{
	margin: 0px auto !important;
}
.theme-content{
	padding: 0px !important;
}
.wpb_row{
	padding: 100px 0px;
}
.wpb_column .wpb_row{
	padding: 0px 0px;
}
.mk-header-bg{
	background-color: #003459 !important;
	opacity: 1 !important
}
.inner-main-header{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: calc(100% - 30px);
	height: 115px;
	padding: 0 15px;
}

.inner-main-header .header-logo{
	display: inline-block;
	position: relative !important;
	width: 220px;
}

.inner-main-header .header-logo a{
	display: inline-block;
	position: relative;
	width: 220px;
	margin: 0 !important;
}

.inner-main-header ul#menu-hoofdmenu{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	margin: 0;
	list-style-type: none;
	z-index: 1;
}

.inner-main-header ul#menu-hoofdmenu li{
	margin-left: 20px;
}

.inner-main-header ul#menu-hoofdmenu li a{
	color: #fff;
	line-height: 24px;
	font-size: 18px;
	font-family: "Roboto";
}

.inner-main-header ul#menu-hoofdmenu li.current-menu-item a{
	color: #44d7f9;
}

.inner-main-header ul#menu-hoofdmenu li a:hover{
	color: #44d7f9;
}

.inner-main-header .mobile-nav-toggle{
	display: none;
}

.top-header{
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 0;
	background-color: #f0f2f3;
}

.top-header .header-grid.mk-grid{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	width: 100%;
}

.top-header ul#menu-top-menu{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	margin: 0;
	list-style-type: none;
	padding-right: 15px;
}

.top-header ul#menu-top-menu li a{
	color: #666666;
}

.top-header ul#menu-top-menu li.current-menu-item a{
	color: #44d7f9;
}

.top-header ul#menu-top-menu li a:hover{
	color: #44d7f9;
}

.header-logo img{
	width: 220px;
	transform: none !important;
	margin-top: -25px !important;
}
.fit-logo-img a img{
	display: block;
	height: 50px;
}
.equal-columns .mk-grid{
	height: 100%;
}
.mk-go-top {
    display: block !important;
}

.mk-header:first-of-type{
	display: none !important
}

.preloader-preview-area {
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    margin-top: 0px;
    position: absolute;
    transform: none;
}

.solar-lable{
	position: absolute;
	top: 85vh;
	left: 0px;
	width: 175px;
	padding: 10px;
	z-index: 70;
	cursor:pointer;
	background-color: white;
	border-left: 5px solid #a2c73d;
	transition: all ease-in-out 0.3s;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.solar-lable:hover{
	border-left: 10px solid #a2c73d;
}
.solar-lable  img{
	width: 80px;
	height:70px;
	display: inline-block;
}
.solar-lable > a{
		width: 80px;
	height:70px;
	display: inline-block;
}
.solar-lable > a + a{
	margin-left:15px;
}





/* FONTS */
h2{
	position: relative;
	margin-bottom: 65px;
}
h2::after {
    background-color: rgb(162, 199, 61);
    content: "";
    height: 3px;
    left: -40px;
    position: absolute;
    top: 50px;
    width: 100px;
    z-index: 100;
    border-radius: 10px;
}

.centerborder h1::after{
    background-color: rgb(162, 199, 61);
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 70px;
    margin-left: -50px;
    width: 100px;
    z-index: 100;
    border-radius: 10px;
}
.centerborder h1{
	margin-bottom: 50px;
}


.centerborder h2::after{
    background-color: rgb(162, 199, 61);
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 60px;
    margin-left: -50px;
    width: 100px;
    z-index: 100;
    border-radius: 10px;
}
.centerborder h2{
	margin-bottom: 50px;
}

.whitetxt h1,
.whitetxt h2,
.whitetxt h3,
.whitetxt h4,
.whitetxt h5,
.whitetxt p{
	color:#fff !important;
}








/* BUTTONS */
.vc_btn3-container{
	margin-bottom: 0px !important;
}
.vc_btn3{
	background-color:#a2c73d !important;
	color: #fff !important;
	margin-top: 25px;
	text-transform: uppercase !important;
}
.vc_btn3:hover{
	background-color:#192c3a !important;
}


.mk-button{
	background-color:#44d7f9;
	color:#fff !important;
	border-color:#44d7f9 !important;
	font-family: "Roboto";
	text-transform: uppercase !important;
	font-weight: 500 !important;
	transition:all ease-in-out 0.3s;
}
.mk-button:hover{
	border-color:#1c2b33 !important;
}
.mk-button--dimension-savvy.skin-dark::after {
    background-color: #1c2b33 !important;
}

.mk-button-container::before {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    bottom: 5px;
    box-shadow: 0 1px 20px 2px black;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -35px;
    opacity: 0;
    position: absolute;
    width: 70px;
    z-index: 100;
    transition: all ease-in-out 0.3s;
}

.mk-button-container:hover::before{
	opacity: 0.4;
}








/* STICKY HEADER */
.mk-header {
    border-bottom: 0px !important;
}

.mk-header-holder {
	top:-120px;
	left: 0;
	right: 0;
	z-index:999;
	transition: all ease-in-out 0.3s !important;
}
.mk-header-holder.slideDown {
	top:0;
	position: fixed;
}

.mk-header-padding-wrapper{
	padding: 0px !important;
}
.mk-header-inner{
	border-bottom: 0px !important;
}
.mk-dashboard-trigger {
	background-color:#9ebb23;
	
	width: 65px;
	margin: 0px !important;
	overflow: hidden;
	transition: all ease-in-out 0.35s !important;
}
.mk-dashboard-trigger:hover{
	width: 200px !important;
}
.slideDown .mk-dashboard-trigger{	
	-webkit-box-shadow: inset 10.5px -1px 10px -8px rgba(0,0,0,0.19);
	-moz-box-shadow:  inset 10.5px -1px 10px -8px rgba(0,0,0,0.19);
	box-shadow:-7.5px 0px 10px -3px rgba(0, 0, 0, 0.19) inset;
}

.blue{
	background-color:#44d7f9;
	background-image: url('lib/img/phone.png');
	background-position: right center;
	background-repeat: no-repeat;	
	-webkit-box-shadow: inset 10.5px -1px 10px -8px rgba(0,0,0,0.19);
	-moz-box-shadow:  inset 10.5px -1px 10px -8px rgba(0,0,0,0.19);
	box-shadow:-7.5px 0px 10px -3px rgba(0, 0, 0, 0.19) inset;
}
.darkblue{
	background-color:#1dbafd;
	background-image: url('lib/img/mail.png');
	background-position: right center;
	background-repeat: no-repeat;	
	-webkit-box-shadow: inset 10.5px -1px 10px -8px rgba(0,0,0,0.19);
	-moz-box-shadow:  inset 10.5px -1px 10px -8px rgba(0,0,0,0.19);
	box-shadow:-7.5px 0px 10px -3px rgba(0, 0, 0, 0.19) inset;
}

.mk-css-icon-close div, .mk-css-icon-menu div {
    background-color: #fff;
}

.menu-title{
	color: #fff;
	font-style: italic;
	font-size: 12px;
	padding-left: 15px;
	opacity: 0;
	transition: all ease-in-out 0.3s !important
}
.mk-dashboard-trigger:hover .menu-title,
.menuphone:hover .menu-title,
.menumail:hover .menu-title{
	opacity: 1;
}

.mk-css-icon-menu {
    border: 3px solid #ffffff;
    border-radius: 60px;
    box-sizing: border-box;
    height: 34px !important;
    left: auto !important;
    margin-top: -16px !important;
    padding: 6px !important;
    right: -12px;
    width: 34px !important;
}
.mk-css-icon-close.icon-size-big div, .mk-css-icon-menu.icon-size-big div {
    border-radius: 4px !important;
    height: 3px !important;
    margin-bottom: 3px !important;
}
.mk-css-icon-menu-line-1,
.mk-css-icon-menu-line-2,
.mk-css-icon-menu-line-3{
	border-radius: 0px !important;
}
.mk-css-icon-menu-line-3{
	margin-bottom: 0px !important;
}

.menuphone{
    cursor: pointer;
    display: inline-block;
    position: relative;
	width: 65px;
	margin: 0px !important;
	overflow: hidden;
	z-index: 11;
	float:right;
	transition: all ease-in-out 0.3s !important
}
.menuphone:hover{
	width: 200px !important;
}
.menumail{
    cursor: pointer;
    display: inline-block;
    position: relative;
	width: 65px;
	margin: 0px !important;
	overflow: hidden;
	z-index: 11;
	float:right;
	transition: all ease-in-out 0.3s !important
}
.menumail:hover{
	width: 200px !important;
}










/* FULLSCREEN NAVIGATION */
.mk-fullscreen-nav{
	overflow: hidden;
}
.mk-fullscreen-nav::after {
    background-image: url("https://tndduurzaam.nl/afbeeldingen/tnd-letters.svg");
    background-position: right -200px center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.02;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.mk-fullscreen-nav-close{
	top:50px !important;
	right: 80px !important;
}
#fullscreen-navigation .current-menu-item a{
	background-color:#44D7F9;
}

@media screen and (min-width: 1400px) {
div .mk-fullscreen-nav.opened {
    visibility: visible;
    opacity: 1;
    overflow-y: hidden!important;
}
}





/* VIDEO BG */
.video_holder{
	height: 635px;
    overflow: hidden;
    position: relative;
}
.video_holder_logo {
	background-image: url('lib/img/tnd-logo.svg');
	background-repeat: no-repeat;
	background-position: left center;
    height: 75px;
    left: 80px;
    position: relative;
    top: 50px;
    width: 275px;
    z-index: 30;
    display: none;
}
.video_holder_menu{
    background-color: transparent;
    float: none;
    height: 75px;
    left: auto;
    position: absolute;
    right: 80px;
    top: 50px;
    width: 75px;
    z-index: 30;
}
.video_holder_menu .mk-css-icon-menu{
	right:0px;
	top:0px;
	margin-top: 0px !important;
}

.video_holder .herotitle{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	width: calc(100% - 200px);
    z-index: 30;
	padding: 40px 100px;
}
.video_holder .herotitle p{
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	line-height: 27px;
    color:#fff;
	font-family: "Roboto";
	font-size: 22px;
	font-weight: 400;
}
.video_holder .herotitle span{
	color:#44d7f9;
}
.video_holder .hero_btn{
	width:200px;
	height: 50px;
	display: block;
	float: right;
	padding:0px;
	border:2px solid #fff;
	color:#fff;
	font-family: "Roboto";
	line-height: 47px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out !important;
}	
.video_holder .hero_btn.mob {
	display: none;
}
.video_holder .hero_btn:hover{
	background-color:#44d7f9;
	border-color:#44d7f9;
}
.video_holder_lefter{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #003459;
	position: absolute;
	top: 180px;
	width: 60%;
	height: 430px;
	z-index: 20;
	right: 0;
}
.video_holder_lefter img{
	margin-left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 550px;
	opacity:0.05;
}

.video_holder_video{
    position: absolute;
    z-index: -1;
	top: 155px;
	height: 480px;
}
.stroke_holder{
	position: relative;
}
.green_stroke{
    background-color: rgb(162, 199, 61);
    transform: translateY(-72%);
    height: 445px;
    left: 50%;
    margin-left: -2.5px;
    position: absolute;
    width: 5px;
	z-index: 15;
    border-radius: 20px;
}









/* HERO IMAGE AND TITLES */
.hero-container{
	width: 100%;
	height: 400px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.hero-container:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top:0;
	background-color: #192c3a;
	opacity: 0.76;
}

.hero-container-text{
	width: 100%;
	height: 170px;
	position: absolute;
	z-index: 10;
	left: 0;
	top:50%;

	text-align: center;
}
.hero-page-title{
	margin-bottom: 0px;
	
	font-size: 34px;
	font-family: "Roboto";
	text-transform: uppercase;
	font-weight: 500;
	color:#fff;
}
p.hero-subtitle{
	color:#fff;
	font-family: "Roboto";
	font-size: 22px;
	font-weight: 300;
}
.hero-button{
	width:auto;
	padding: 7px 20px 12px;
	clear: both;
	display: inline-block;
	margin-top: 10px;
	
	border:3px solid #fff;
	
	text-align: center;
	color:#fff;
	font-family: "Roboto";
	font-size: 18px;
	font-weight: 400;
	transition: all ease-in-out 0.3s;
}
.hero-button:hover{
	background-color: #1DBAFD;
	border-color: #1DBAFD;
	color:#fff;
}






/* HOME INTRO */
.homeintro{
	padding-top: 150px;
	padding-bottom: 200px;
	overflow: hidden;
}

/* HOME DIENSTEN */
.diensten{
	overflow: visible;
}

 .dienstenafb{
	margin-top: -200px;
	padding-left: 50px;
}
.diensten .wpb_images_carousel img{
	width:100%;
	height: auto;
}

.wpb_images_carousel .vc_right,
.wpb_images_carousel .vc_left {
    background-color: #e1e1e1;
    bottom: -50px !important;
    color: #fff;
    height: 50px !important;
    left: auto !important;
    opacity: 1 !important;
    right: 0 !important;
    text-shadow: none !important;
    top: auto !important;
    width: 75px !important;
    transition: all ease-in-out 0.3s;
}
.wpb_images_carousel .vc_right:hover,
.wpb_images_carousel .vc_left:hover {
    background-color: #1c2b33;
    color: #fff;
}
.wpb_images_carousel .vc_left {
    right: 75px !important;
}
.wpb_images_carousel .vc_right svg{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    width:30px;
    margin-top: 9px;
    margin-left: 5px;
}
.wpb_images_carousel .vc_left svg{
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    width:30px;
    margin-top: 9px;
    margin-left: -5px;
}

.dienst .vc_col-sm-3:before{
	content: "";
	width:65px;
	height:65px;
	position: absolute;
	left: 50%;
	top:-45px;
	z-index: 10;
	margin-left: -32.5px;
}
.dienst .vc_col-sm-3:nth-child(1):before{
	background-image: url('lib/img/dienst-icon-1.svg');
}
.dienst .vc_col-sm-3:nth-child(2):before{
	background-image: url('lib/img/dienst-icon-3.svg');
}
.dienst .vc_col-sm-3:nth-child(3):before{
	background-image: url('lib/img/dienst-icon-2.svg');
}
.dienst .vc_col-sm-3:nth-child(4):before{
	background-image: url('lib/img/dienst-icon-4.svg');
}

.mk-image .mk-image-caption {
    box-sizing: border-box !important;
    display: block !important;
    margin-top: -50px !important;
    padding: 30px 30px 0px 30px !important;
    position: relative !important;
    z-index: 110 !important;
	min-height:310px!important;
}
.mk-image .mk-caption-title {
    background-color: #f0f2f3;
    color: rgb(0, 0, 0);
    font-family: "Roboto";
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 0 !important;
    text-align: center;
    text-transform: none;
}
.mk-image .mk-caption-desc{
	margin-top: 30px !important;
	color: #666666 !important;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 1.66em !important;
}










/* TND HANDEN */
#tnd-handen {
    position: absolute;
    right: 0;
    top: 300px;
    width: 40%;
    z-index:2222;
}









/* WIE WIJN WIJ */
.overonsintro{
	padding-bottom: 150px;
    padding-top: 200px;
	overflow: hidden;
}
.overonsintro h1{
	margin-bottom: 30px;
}
.overonsintro h1::after {
    background-color: rgb(162, 199, 61);
    content: "";
    height: 3px;
    left: -130px;
    margin-top:0px;
    position: absolute;
    top: 55px;
    width: 200px;
    z-index: 100;
    border-radius: 10px;
}

.wiezijnwij{
	overflow: visible;
}
.wiezijnwij::after{
	content: "";
    background-color: rgb(162, 199, 61);
    position: absolute;
    width: 5px;
    height: 150px;
    left: 50%;
    margin-left: -2.5px;
    bottom: -80px;
    z-index: 100;
    border-radius: 10px;
}

.werknemers{
	margin-top: -150px;
}
.werknemers li:nth-child(3){
	margin-right: -30px !important;
}
.mk-employees.classic .mk-employee-item:hover .employee-hover-overlay{
	background-color: rgba(4,49,43,0.85);
}
.werknemers .team-thumbnail{
	margin-bottom: 0px;
}
.werknemers .team-info-wrapper{
	background-color: #fff;
	margin-left: -5%;
	padding-bottom: 25px;
	padding-top: 25px;
	width: 110%;
	position: relative;
}
.werknemers .team-info-wrapper:before,
.werknemers .team-info-wrapper:after{
	content: "";
	background-color: transparent;
	position: absolute;
	width: 5%;
	height:5%;
	left: 0;
	top:-5%;
	
	border-style: solid;
	border-width: 0 0 5px 10px;
	border-color: transparent transparent #04312b 
}
.werknemers .team-info-wrapper:after{
	right: 0;
	left: auto;
	border-width: 0px 10px 5px 0px;
}

.werknemers .team-member-name{
  font-size: 14px !important;
  font-family: "Roboto" !important;
  text-transform: none !important;
  color: rgb(0, 0, 0) !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
  position: relative;
}
.werknemers .team-member-name::after {
    content: "";
    background-color: rgb(162, 199, 61);
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    border-radius: 10px;
    margin-left: -25px;
    top: 30px;
    z-index: 100;
}
.werknemers .team-member-position{
	font-size: 13px !important;
	font-family: "Roboto" !important;
	text-transform: ntone !important;
	color: rgb(0, 0, 0) !important;
	font-weight: 500 !important;
}

.werkwijze{
	padding-bottom: 40px;
}

.werkwijzer{
	padding-top: 0px;
	padding-bottom: 80px;
}
.werkwijzer .vc_figure,
.werkwijzer .vc_single_image-wrapper,
.werkwijzer .vc_single_image-wrapper img{
	width:100%;
}
.werkwijzer .vc_col-sm-4{
	display: table;
}
.werkwijzer .vc_col-sm-4 #text-block-6{
    display:table-cell;	
    vertical-align: middle;
}
.werkwijzer p strong {
    color: #fff;
    float: left;
    font-weight: 400;
    margin-bottom: 15px !important;
    width: 100%;
}
.werkwijzer p{
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
}
.uno:before,
.dos:before,
.tres:before,
.cuatro:before,
.cinco:before{
	content:"1";
	position: absolute;
	width: 80px;
	height: 80px;
	left: -40px;
	top: 50%;
	margin-top:-40px;
	border-radius: 80px;
	background-color: #9EBB23;
	color:#fff;
	font-family: "Roboto" !important;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 80px;
}
.dos:before{
	content:"2";
	right: -40px;
	left: auto;
	z-index: 100;
}
.tres:before{
	content:"3";
}
.cuatro:before{
	content:"4";
	top:0px;
	left: 50%;
	margin-left: -40px;
	right: auto;
}
.cinco:before{
	content:"5";
	top:0px;
	left: 50%;
	margin-left: -40px;
	right: auto;
}

.plus:after{
	content:"+";
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-top:-40px;
	margin-left:-40px;
	border-radius: 80px;
	color:#9EBB23;
	font-family: "Roboto" !important;
	font-size: 80px;
	font-weight: lighter;
	text-align: center;
	line-height: 80px;
}







/* HOMEPAGE PROJECTEN */
.eg-jimmy-carter-element-0,
.eg-jimmy-carter-element-4,
.eg-jimmy-carter-element-28{
	font-family: "Roboto" !important;
	color:#fff !important;
}
.eg-jimmy-carter-element-0:hover{
	color:#44D7F9 !important;
	transition:all ease-in-out 0.3s;
}

#esg-grid-1-1 li a,
#esg-grid-1-1 li .esg-media-poster{
	transition:all ease-in-out 0.3s;
}
#esg-grid-1-1 li:hover .esg-media-poster{
	left: 50%;
}
.projectennonmob{
	display: block;
}
.projectenmob{
	display: none;
}

.port-holder{
	width: 75%;
	margin: 0 auto;
}
.port-thumb img{
	width: 100%;
}
.port-content-container{
	background-color:#192C3A !important;
	color:#fff;
	width:100%;
	display: block;
	padding:15px;
}
.port-content-container h7 {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
}
.port-content-container h6{
    color: #fff !important;
    float: left;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0px;
}
.projectlink{
	margin-top:10px;
	clear: both;
	display: block;
    font-weight: 700;
}


/* ACTIVE ITEM */
#esg-grid-1-1 li:first-of-type .esg-media-poster {
    left: 50%;
}
#esg-grid-1-1 li:first-of-type .esg-entry-cover .esg-absolute {
    opacity: 1 !important;
    transform: none !important;
    z-index: 9999 !important;
    visibility: visible !important;
}
#esg-grid-1-1 li:first-of-type .esg-entry-cover .esg-overlay{
	opacity:1 !important;
}








/* OVERZICHT PROJECTEN */
#esg-grid-2-1 li a,
#esg-grid-2-1 li .esg-media-poster{
	transition:all ease-in-out 0.3s;
}
#esg-grid-2-1 li:hover .esg-media-poster{
	left: 50%;
}

.esg-filter-wrapper{
	padding-top: 10px;
}
.esg-filterbutton{
	border: 0px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding: 10px 20px !important;
	float: left !important;
	position: relative;
	transition: all ease-in-out 0.3s;

	background-color: #eee !important;
	font-size: 16px !important;
	font-family: "Roboto" !important;
	color: rgb(28, 43, 51) !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}
.esg-filterbutton.selected{
	background-color:#3eb5e8 !important;
	color: rgb(255, 255, 255) !important;
	margin-top: -10px !important; 
}
.esg-filterbutton.selected::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -5px;
    border-bottom: 5px solid #2195c7;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
	-ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari */
    transform: rotate(-180deg);
}








/* CALL TO ACTION (CTA) */
.cta{
	overflow: hidden;
}
.cta .mk-grid:before{
	content:"";
	background-image: url('lib/img/light-bulb.svg');
	background-position: right center;
	background-repeat: no-repeat;
	
	width: 200px;
	height: 275px;
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
	
	font-size: 280px;
	font-family: "Roboto";
	color:#f6f7f8;
	font-weight: bold;
	line-height: 180px;
	text-align: left;
}
.cta h2{
	margin-bottom: 30px;
}
.cta p{
	margin-bottom: 0px;
}

.emp-holder{
	background-color: #eeeeee;
	display: table;
	height: 250px;
	width: 100%;
}
.emp-holder:before{
	content:"";
	background-color: #eeeeee;
	position: absolute;
	width: 300%;
	height: 100%;
	top:0;
	left: -290%;
}
.emp-content{
    box-sizing: border-box !important;
    display: table-cell;
    padding-left: 50px;
    vertical-align: middle;
    width: 50%;
}
.emp-thumb{
    display: block;
    float: right;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    width: 80%;
}
.emp-content h4{
	position: relative;
	margin-bottom: 30px;
}
.emp-content h4::after {
    background-color: rgb(162, 199, 61);
    content: "";
    height: 3px;
    left: -20px;
    position: absolute;
    top: 35px;
    width: 50px;
    z-index: 100;
    border-radius: 10px;
}
.emp-thumb img{
	width: 100%;
	height: auto;
	float: right;
}








/* ACCORDEON ITEMS */
.vc_tta-panel h4 a{
	background-color: #EEEEEE !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
    position: relative !important;
    transition: all ease-in-out 0.3s !important;
}
.vc_tta-panel h4 a:hover{
	background-color: #E8E8E8 !important;
}
.vc_tta-title-text{
    background-color: #9ebb23;
    color: #fff;
    display: block;
    font-weight: 400 !important;
    max-width: 150px;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    padding-top: 10px !important;
    position: relative;
    text-align: center;
    top: -10px;
}
.vc_tta-title-text:before{
	content: "";
	background-color: transparent;
	position: absolute;
	width: 10px;
	height:10px;
	left: -10px;
	top:0;
	
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #86A013;
}

/* PROJECTEN HOMEPAGE */
.uitgelichteprojecten{
	overflow: hidden;
}
.uitgelichteprojecten::before {
    color: #f2f2f2;
    content: "WAAR";
    font-family: "Roboto";
	font-size: 28vw;
    font-weight: bold;
    line-height: 180px;
    position: absolute;
    right: -50px;
    text-align: left;
    top: 22%;
    transform: translateY(-50%);
}

/* PROJECTPAGINA */
.single .theme-content{
	margin-top: 100px !important;
	margin-bottom: 100px !important;
	position: relative;
	background-color: #1C2B33;
}
.featured-image,
.mk-portfolio-video{
	width:50%;
	float: left;
	margin-bottom: 0px;
}
.content-container{
	width: 50%;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.content-container h3{
	color:#fff;
	margin-bottom: 0px;
}
.content-container h7 {
    color: #ccc;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.content-container h7 strong{
	color:#ccc;
}
a.weblink{
	color:#1DBAFD !important;
	font-size:12px;
	display: block;
	clear: both;
	color:black;
	margin-bottom: 15px;
	transition:all ease-in-out 0.3s;
}
a.weblink:hover{
	color:#fff !important;
}

.content-container p{
	color:#fff;
}


.similar-post-title{
	position: relative;
	font-family: "Roboto";
}
.similar-post-title::after {
    background-color: rgb(162, 199, 61);
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 35px;
    border-radius: 10px;
    margin-left: -25px;
    width: 50px;
    z-index: 100;
}
.portfolio-similar-posts{
	border-top:0px;
	background-color: #fff;
}
.image-hover-overlay{
	background-color: #1C2B33 !important;
}
.portfolio-similar-posts-image:hover .image-hover-overlay {
    opacity: 1;
}
.pagnav-wrapper .pagenav-top .mk-pavnav-icon{
	background-color: rgba(28, 43, 51,0.3) !important;
}
.mk-post-nav:hover .mk-pavnav-icon {
	background-color: rgba(28, 43, 51,1) !important;
}
.pagenav-title,
.pagenav-category{
	font-family: "Roboto";
}






/* REFERENTIES */
.vc_row.ref-logos{
	margin-left: 0px !important;
    margin-right: 0px !important;
}
#esg-grid-3-2-wrap,
#esg-grid-3-3-wrap{
	margin-top: 50px;
}
#esg-grid-3-2 .esg-filters,
#esg-grid-3-3 .esg-filters{
	background-color: transparent !important;
	position: absolute;
	left: 0px;
	top:25px;
	width: 100%;
}
#esg-grid-3-2 .esg-left,
#esg-grid-3-3 .esg-left {
    border: 0 none;
    background-color: transparent;
    border-radius: 0;
    height: 50px;
    padding: 0px;
    left: 0px;
    top:10px;
    position: absolute;
    width: 30px;
    transition:all ease-in-out 0.3s;
}
#esg-grid-3-2 .esg-left i,
#esg-grid-3-3 .esg-left i{
  color:#EEEEEE;
  font-size: 20px;
  transition: all ease-in-out 0.3s;
}
#esg-grid-3-2 .esg-left i:before,
#esg-grid-3-3 .esg-left i:before{
  content: '\e002';
  width: 100%;
  height: 100%;
  line-height: 50px;
  position: absolute;
  top:0px;
  left: -5px;
  font-family: 'iconmonstr-iconic-font' !important;
}
#esg-grid-3-2 .esg-right,
#esg-grid-3-3 .esg-right {
    border: 0 none;
    border-radius: 0;
    background-color: transparent;
    height: 50px;
    right: 0px;
    top:10px;
    position: absolute;
    width: 30px;
    transition:all ease-in-out 0.3s;
}
#esg-grid-3-2 .esg-right i,
#esg-grid-3-3 .esg-right i{
  color:#EEEEEE;
  font-size: 20px;
  transition: all ease-in-out 0.3s;
}
#esg-grid-3-2 .esg-right i:before,
#esg-grid-3-3 .esg-right i:before{
  content: '\e001';
  width: 100%;
  height: 100%;
  line-height: 50px;
  position: absolute;
  top:0px;
  right: -5px;
  font-family: 'iconmonstr-iconic-font' !important;
}
#esg-grid-3-2 .esg-left:hover,
#esg-grid-3-2 .esg-right:hover,
#esg-grid-3-3 .esg-left:hover,
#esg-grid-3-3 .esg-right:hover{
	box-shadow: none !important;
}
#esg-grid-3-2 .esg-left:hover i,
#esg-grid-3-2 .esg-right:hover i,
#esg-grid-3-3 .esg-left:hover i,
#esg-grid-3-3 .esg-right:hover i{
	color:#333333;
}










/* CONTACTPAGE */
.contactintro{
	padding-top: 150px;
	padding-bottom: 0;
	overflow: hidden;
}

.contactintro:before{
	
	
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	right: -100px;
	
	font-size: 20vw;
	font-family: "Roboto";
	color:#f2f2f2;
	font-weight: bold;
	line-height: 180px;
	text-align: left;
    border-radius: 10px;
}
.contactintro h1{
	margin-bottom: 50px;
}
.contactintro h1::after {
    background-color: rgb(162, 199, 61);
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: 65px;
    width: 100px;
    border-radius: 10px;
    z-index: 100;
}
.contactintro p{
	margin-bottom: 0px;
}
.whitetxt h4{
	margin-bottom: 25px;
}

.gform_wrapper{
	margin: 0px !important;
	overflow: visible !important;
	height: 100%;
	position: relative !important;
	display: table-footer-group;
}
.gform_body{
	width: 100% !important;
	height: 100% !important;
}
.gfield{
	padding: 0px !important;
	margin: 0px !important;
}
.gfield_label{
	display: none !important;
}
.gform_fields li:nth-child(odd){
	width: 48% !important;
	margin-right: 2% !important;
}
.gform_fields li:nth-child(even){
	margin-right: 0% !important;
}
#field_1_4{
	width:100% !important;
}
.ginput_container{
	margin-top: 0px !important;
}
input{
	border: none !important;
	margin-bottom: 5px !important;
}
textarea{
	height: 100px !important;
}

.gform_footer{
	float: left !important;
	width: 100% !important;
	height: 50px !important;
	margin: 0px !important;
	padding: 0px !important;
}
#gform_submit_button_1{
	position: absolute;
	right:0;
	bottom:0;
	width: 50px !important;
	height: 50px !important;
	padding: 10px !important;
	margin-bottom: 0px !important;
	
	background-color:#1b8c3e !important;
	color:#fff !important;
	border-color:#44d7f9 !important;
	font-family: "Roboto" !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	border-radius: 0px !important;
	transition:all ease-in-out 0.3s;
}
#gform_submit_button_1:hover{
	transform: translateX(5px)
}









/* FOOTER */
#mk-footer{

	padding-top: 0px;
}
.home #mk-footer{
	margin-top: 100px;
}
#mk-footer:before{
	content:" ";
	width:100%;
	height: 30px !important;
	background-color: #fff;
	position: absolute;
	top:0;
	left: 0;
}
#mk-footer .footer-wrapper{
	padding-top: 0px;
	padding-bottom: 0px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper{
	padding-left: 0px;
	padding-right: 0px;
}

#mk-footer .mk-col-2-3{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#mk-footer .mk-col-2-3 .mk-col-1-4{
	padding-left: 0px;
}
#mk-footer .mk-col-2-3 .mk-col-1-4:nth-child(4){
	padding-right: 0px;
}
#mk-footer .mk-col-2-3 .mk-col-1-4:nth-child(4) section{
	background-color: #44D7F9;
	background-image: url('lib/img/text-bulb.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30% auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	transition:all ease-in-out 0.3s !important;
}
#mk-footer .mk-col-2-3 .mk-col-1-4:nth-child(4):hover section{
	background-color: #9EBB23;
}
#mk-footer .mk-col-2-3 .mk-col-1-4:nth-child(4) section .widgettitle{
	color:#fff;
	font-size: 20px;
	font-weight: 400;
}


#mk-footer .mk-col-2-3 .mk-col-1-4 section{
	background-color: #ededed;
	min-height: 155px;
	margin-bottom: 0px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
#mk-footer .mk-col-2-3 .widgettitle{
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(0, 0, 0);
	font-weight: bold;
	margin-bottom:15px;
	text-transform: none;
}
#mk-footer .mk-col-2-3 .textwidget,
#mk-footer .mk-col-2-3 .textwidget p{
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(102, 102, 102);
	text-transform: none;
	font-weight: 300;
}
#mk-footer .mk-col-2-3 .textwidget a{
	color:#fff !important;
	float: left;
	clear: both;
	transition:all ease-in-out 0.3s !important;
}
#mk-footer .mk-col-2-3 .textwidget a:hover{
	color:#1C2B33;
	float: left;
	clear: both;
}

.footer-pin{
	background-image: url('lib/img/footer-pin.svg');
	position: absolute;
	right: 5px;
	bottom:5px;
	width: 60px;
	height: 60px;
	transition:all ease-in-out 0.3s !important;
}
.footer-pin:after{
	background-image: url('lib/img/footer-pin-2.svg');
	opacity: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all ease-in-out 0.3s;
}
.footer-pin:hover:after{
	opacity: 1;
}

.footer-fb,
.footer-in,
.footer-vim{
	background-image: url('lib/img/footer-fb.svg');
	position: absolute;
	right: 135px;
	bottom:5px;
	width: 60px;
	height: 60px;
	transition:all ease-in-out 0.3s;
}
.footer-in{
	background-image: url('lib/img/footer-in.svg');
	right: 70px;
}
.footer-vim{
	background-image: url('lib/img/footer-vim.svg');
	right: 5px;
}

.footer-fb:after{
	background-image: url('lib/img/footer-fb-2.svg');
	opacity: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all ease-in-out 0.3s;
}
.footer-fb:hover:after{
	opacity: 1;
}
.footer-in:after{
	background-image: url('lib/img/footer-in-2.svg');
	opacity: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all ease-in-out 0.3s;
}
.footer-in:hover:after{
	opacity: 1;
}
.footer-vim:after{
	background-image: url('lib/img/footer-vim-2.svg');
	opacity: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all ease-in-out 0.3s;
}
.footer-vim:hover:after{
	opacity: 1;
}


#mk-footer .mk-col-1-3{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}
#mk-footer .mk-col-1-3 .widget_text{
	width: 250px;
	margin: 0 auto;
}



.mk-footer-copyright{
	padding:10px 0px !important
}
#sub-footer {
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px;
}
.mk-footer-copyright {
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    float: right;
    font-family: "Fira Sans";
    font-size: 12px;
    font-weight: 200;
    padding: 10px 0;
}
.mk-footer-copyright:hover img {
    opacity: 1;
}
.mk-footer-copyright img {
    margin-left: 5px;
    margin-top: -2px;
    opacity: 0.7;
    width: 100%;
    max-width: 95px !important;
    min-width: 95px !important;
    transition: all ease-in-out 0.3s;
}

.algemenevoorwaarden{
	color:#fff;
	float: left;
	font-size: 12px;
	font-weight: 400;
	padding: 6px 0;
}

@media (max-width: 768px) {
	.algemenevoorwaarden{
		width: 100%;
		display: block;
		padding-top: 0px;
		padding-bottom: 25px;
	}
	.mk-footer-copyright{
		padding-bottom: 0px;
	}
}











/* TABLEPRESS */
.tablepress {
	max-width: 350px;
	margin: 25px auto;
}
.tablepress tfoot th,
.tablepress thead th{
	background-color: #E8E8E8;
    font-weight: bold;
}
.tablepress tfoot th,
.tablepress thead th,
.tablepress tbody td{
    font-family: "Fira Sans";
    font-size: 12px;
}














/****************** ANIMATIONS ******************/
.floating{
	margin-top: -100px;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}
/* FLOATING */
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}






/* SHINE */
.hero-container {
	position: relative;
}
.hero-container::before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.12) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.12) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hero-container:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/** RESPONSIVE **/

@media (max-width: 768px) {
.featured-image, .mk-portfolio-video {
    width: 100%!important;
    float: left;
    margin-bottom: 0px;
}
}
.shopping-cart-header, .add-cart-responsive-state{
	display:none;
}


div.gform_wrapper .gfield textarea{
	font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
}