/* CUSTOM CSS */
/*
a.btn-green {
    width: 180px;
    height: 50px;
    line-height: 47px;
    border-radius: 2px;
    background: #82bd8f;
    border: 1px solid rgba(52,52,52,0.20);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.30);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.30);
    font-size: 16px;
    color: #FFFFFF !important;
}

a.btn-blue {
    width: 195px;
    height: 50px;
    line-height: 47px;
    border-radius: 2px;
    background: #518ba3;
    border: 1px solid rgba(52,52,52,0.20);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 1px 0px 0px rgba(255,255,255,0.30);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.30);
    font-size: 16px;
    color: #FFFFFF !important;
}

a.btn-grey {
    width: 180px;
    height: 50px;
    line-height: 47px;
    border-radius: 2px;
    background: #5c5c5c;
    border: 1px solid rgba(52,52,52,0.20);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.30);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.30);
    font-size: 16px;
    color: #FFFFFF !important;
}

.no-touch a.btn-blue:hover {
    background: #468AA6;
    border: 1px solid rgba(52,52,52,0.20);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.30), inset 0px 1px 0px 0px rgba(255,255,255,0.20);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.20);
}

.no-touch a.btn-green:hover {
    background: #52A965;
    border: 1px solid rgba(52,52,52,0.20);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.20);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.20);
}

.no-touch a.btn-grey:hover {
    background: #444040;
    border: 1px solid rgba(52,52,52,0.20);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.20);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.20);
}
*/
#about-introduction.align-left, #services-introduction.align-left {
    max-width: 49%;
}

a#logo {
    width: 175px;
    float: left;
    height: 40px;
    margin: 10px 0;
    text-indent: -9999px;
}

#n_footer {
    background-color: #282829;
    height: 120px;
    color: #fff;
    padding: 20px 0 35px;
    text-align: center;
}

.n1 {
    margin-left: 50px;
}

.fourth-dim {
    position: relative;
    width: 15%;
    height: 100px;
    float: left;
    margin: 50px 0;
    margin-right: 5%;
}

.sponsor {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100%;
}

.fourth-dim h2 {
    font-size: 24px;
    margin: 35px 0;
    text-transform: uppercase;
}

.block .entry a {
    color: #82bd8f;
    border: none !important;
}

footer {
    background: #333333 !important;
}

.no-touch .btn-submit:hover {
    background: #468AA6;
}

.no-touch nav.primary ul li a:hover {
    border-bottom: 1px solid #518ba3;
}

#about .background {
    background-color: #000;
}

#about {
    color: #fff;
}

#about .wp-image-836 {
    position: absolute;
    top: 0;
    right: -500px;
}

.btn-submit {
    background: #518ba3;
}


.entry-half ul, .entry-half ul li{
    list-style-type:none;
}

.entry-half > ul{
    padding-left: 0px;
}

#faq-nav a.current-faq {
    border-bottom: 2px solid #508BA2;
}

#about-introduction.align-left, #services-introduction.align-left {
    margin: 100px 15% 110px 0px;
}

.block .entry{
    width: 49%;
    margin-right: 1%
}

.block.even img {
    left: 12.5%;
    transform: translateX(-130px);
    -webkit-transform: translateX(-130px);
    -moz-transform: translateX(-130px);
}
.block.even .js-imagefill img{
    transform: translateX(0px);
}

.block.odd img{
    right: 12.5%;
}

.zpgolf .icon img{
	left: 0 !important;
  	transform: translateX(-25px) !important;
}

.page-id-924 #about .js-imagefill img{
	opacity: 0.5;
}

@media (max-width:767px) {
    .fourth-dim {
        width: 100%;
    }
    .fourth-dim h2 {
        text-align: center;
    }

	.zpgolf .icon img{
		left: 0 !important;
		transform: translateX(0px) !important;
	}
}

@media (max-width:1081px) {
    #about .wp-image-836 {
        right: -400px;
    }
}

@media (max-width:858px) {
    #about .wp-image-836 {
        display: none;
    }
}

@media (max-width: 768px) {
	.article-floater{
		position:static;
		width: 100%;
		max-width: none;
	}
	.article-floater h3{
		display:none;
	}
}

.float-label.filled label {
  color: #508BA2;
}

.float-label.filled .float-input {
  background:#E9ECED !important;
}

#notification-success {
background: #E9EDEA;
border: 1px solid #4F8BA2;
color: #4F8BA2;
}



#block2 .entry-half{
	position:relative;

}

img.pull-top{
	position:static !important;
	margin-top:-74px;
}

.info-bar{
float: left;
width: 100%;
margin-top: 0;
padding: 15px;
background: #FCF3E7;
border: 1px solid #F6C884;
color: #444;
font-weight: 400;
}

.press-title {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #5d8ba2 !important;
}

.fa-share-square-o {
    position: relative;
    float: right;
    top: 20px;
    font-size: 25px;
    color: #e0e0e0;
}


.widget_mailchimpsf_widget .widget-title{
	display: none;
}

.mc_merge_var, .mc_signup_submit{
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	float:left;
}

.mc_merge_var label{
	display:none;
}

#mc-indicates-required{
	display:none;
}


.mc_merge_var input[type="text"] {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 13px 12px;
  border: 1px solid #E5E5E5;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.10);
  box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.10);
}

input.btn-blue{
  width: 195px;
  height: 50px;
  line-height: 47px;
  border-radius: 2px;
  background: #518ba3;
  border: 1px solid rgba(52,52,52,0.20);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 1px 0px 0px rgba(255,255,255,0.30);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.30);
  font-size: 16px;
  color: #FFFFFF !important;  font-weight: 700 !important;
  font-family: 'Roboto Condensed', sans-serif;
}
#mc_signup_submit{
	margin-top: 0px !important;
}

#mc_footer{
	  background-color: #444;
	  color: #fff;
	  padding: 26px 0;
	  height: 120px;
	  text-align: center;
   overflow:hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;

}

#n_footer{
	position: relative;
	top: 120px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index:1000;
	margin-top: -120px;
}
#n_footer.open{
	position: relative;
	  top: 0px;
}

#mc_footer{
	  padding: 26px 0;
	  height: 120px;
}

.mc_error_msg, .mc_success_msg{
	color: #fff;
	margin-bottom: 0px;
	margin-top: -10px;
	display:block;
}

.zpfacts #block3 img, .zpfacts #block1 img{
	max-width: 440px; !important;
	transform: translateX(-110px);
	-webkit-transform: translateX(-110px);
}
.zpfacts #block2 img{
	max-width: 440px; !important;
	transform: translateX(110px);
	-webkit-transform: translateX(110px);
}

img.pull-top {
	position: static !important;
	margin-top: -74px;
	left: auto;
	transform: none !important;
}

.zpfacts a.btn-blue, .zpservices a.btn-green {
	color:#fff !important;
}

.zpservices #about .background{
	background-color: #f7f7f7;
}
.zpservices #about-introduction{
	color: #555;
}
.zpservices #n_footer, .zpservices #mc_footer{
	display: none !important;
}

.zpservices .block .entry{
	width: 48%;
}
.zpservices .block.columns2 .entry{
	width: 99%;
}

.zpservices .block.odd img{
    transform: translateX(130px) !important;
    -webkit-transform: translateX(130px) !important;
    -moz-transform: translateX(130px) !important;
}

.zpgolf .fourth-dim{
	width: 15%;
}

.zpgolf .block-triple.odd img{
transform: translateX(-25px);
}


@media screen and (max-width: 767px){
	 .block .entry{
		float: left;
		width: 100%;
		margin: 40px 0;
	}

	.zpfacts .block.even img{
		transform: none;
		left: auto;
	}
	.zpfacts #block3 img, .zpfacts #block1 img{
		transform: none;
		max-width: 100%;
		right: auto;
	}
	.zpfacts #block2 img{
		transform: none;
		max-width: 100%;
		left: auto;
	}

	.zpgolf .fourth-dim {
		width: 100%;
	}

	.block > .container > img{
		position:relative;
		display:block;
		float: none;
		left: auto; right: auto;
		margin: 0 auto;
		transform: none;
	}

	.zpgolf a.btn-blue{ margin: 0 auto;}

	.zpgolf #n_footer{
		  top: 150px;  margin-top: -150px;height: 150px;
	}
	img.pull-top{
		float:right;
	}
}
.zpfacts .block.even img{
	transform: translateX(-20px);
}


@media screen and (max-width: 1100px){
		.zpfacts .block.even img{
			transform: none;
		}
		.zpfacts #block3 img{
			max-width: 340px;
		}
		.zpfacts #block2 img{
			max-width: 340px;
		}
		.zpfacts #block1 img{
			max-width: 340px;
		}
}


.n1{
	display:block;
	margin-left: 0px;
	margin-top: 10px;
}


.zpservices #about-introduction.align-left, .zpservices #services-introduction.align-left {
  text-align: left;
  margin: 100px 7% 110px;
  max-width: 75%;
}

.zpservices .block-quadruple{
	padding-bottom: 70px;
}

.zpservices #about-introduction{
  position: relative;
  width: 80%;
  max-width: 600px;
  margin: 100px auto 110px;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}

.zpgolf .block.even img{
	transform: none;
}

.zpgolf #block3 img{
  	left: 0;
	max-width: 50%;
}

.zpgolf #block4 img{
  	right: 0;
	max-width: 50%;
}


.vfb-legend h3{
	display:none;
}

.bankenverzekering #main .item, .zpfacts #main .item{
	margin: 0;
}

.bankenverzekering.page-id-908 h1, .zpfacts.page-id-991 h1{
	font-size: 24px !important;
}
.bankenverzekering.page-id-908 p, .zpfacts.page-id-991 p, .zpfacts.page-id-991 ul{
	font-size: 14px !important;
}

.zpfacts.page-id-991 .item  ul{
	list-style-type:disc;
	margin-bottom: 20px;
	padding-left: 20px;
}

.bankenverzekering .widget-easy-twitter-feed-widget-container .col-lg-12{
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #333;
  margin: 100px 0 30px 0;
  margin-bottom: 0.5em;
 line-height: 21px;

  text-rendering: optimizeLegibility;
}

.bankenverzekering .entry-third h2{
	margin: 100px 0 30px 0;
	text-align:left;
	font-size: 24px !important;
}

.zpservices nav.primary .sub-menu{
	left: 3px;
}

.zpservices nav.primary .sub-menu li{
  margin-left: 1.5px;
}

.zpservices .block.columns2 .columns{
  -webkit-column-gap: 35px;
}

.page-id-924 #block1{
	border-bottom: 0px transparent solid !important;
}
.page-id-924 #block1 .entry{
	float:none;
	width: 95%;
	max-width: 640px;
	margin: 100px auto 150px !important;
}

.page-id-924 #block1 .entry p{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.25px;
}

.page-id-924 #block1 .entry img{
	float:none !important;
	position:static !important;
}

.vfb-choice{
	font-size: 14px;
    color: #777 !important; 
}

.vfb-choice a{
	text-decoration: underline;
}
.vfb-choice a:hover{
	text-decoration: none;
}

#item-vfb-13 .vfb-span{
	min-height: 53px;
    width: 32%;
    box-sizing: border-box;
}

.apply-subsidy-container{
	max-height: 0px;
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
	overflow: hidden;
	background-color:#F1F1F1;
}

.apply-subsidy-container input[type="text"], .apply-subsidy-container input[type="email"], .apply-subsidy-container textarea{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 13px 12px;
    border: 1px solid #E5E5E5;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.10);
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.10);
    margin-bottom: 5px;
}
.apply-subsidy-container .container{
	max-width: 600px;
}
.apply-subsidy-container textarea{
	height: 120px;
	position: relative;
}

.apply-subsidy-container input[type="submit"]{
    width: 180px;
    height: 50px;
    line-height: 47px;
    border-radius: 2px;
    background: #82bd8f;
    border: 1px solid rgba(52,52,52,0.20);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.30);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30), inset 0px 2px 0px 0px rgba(255,255,255,0.30);
    font-size: 16px;
    color: #FFFFFF !important;
}
.open .apply-subsidy-container{
	max-height: 1000px;
}

ul.normal-list {
	list-style:disc;
	padding-left:40px;

}

.has-five .fourth-dim{
	width: 13% !important;
	margin-right: 3% !important;
}

@media(max-width: 767px){
	.has-five .fourth-dim {
	    width: 47% !important;
	    margin-right: 3% !important;
	}

	#item-vfb-13 .vfb-span{
		    width: 48%;
	}
}




