/*
THEME NAME: 
THEME URI: http://dkpixels.com/html/Ezyland
DESCRIPTION: Ezyland - Responsive Multipurpose Landing Page
VERSION: 1.0
AUTHOR: <a href="http://www.dkpixels.com">Dilip Kumar</a>
AUTHOR URI: http://www.dkpixels.com
*/

/*---------------------------------------------------------------------*/
/* GLOBAL STYLES
/*---------------------------------------------------------------------*/

body {
	background:#fff;
	font-family:Open Sans;
}

a {color:#888;}
a:hover {color:#333333;}

p {
	font-size: 13px;
	line-height: 20px;
	font-weight:400;
	color:#555;
}

.no-padding {padding:0px;}
.space10 {margin-bottom:10px;}
.space15 {margin-bottom:15px;}
.space20 {margin-bottom:20px;}
.space25 {margin-bottom:25px;}
.space30 {margin-bottom:30px;}
.space35 {margin-bottom:35px;}
.space40 {margin-bottom:40px;}
.space50 {margin-bottom:50px;}
.space60 {margin-bottom:60px;}
.space70 {margin-bottom:70px;}
.space80 {margin-bottom:80px;}
.space90 {margin-bottom:90px;}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;}
	
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------------------------------------------------------------*/
/* HEADER STYLES
/*---------------------------------------------------------------------*/

.header {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:999;
	padding:20px 0;
	background:#ffffff;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out; 
}

.logo {}

.logo h1 {
	margin:-3px 0 0 -10px;
}

.logo h1 a {
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
}

.logo h1 a span {
	font-size:35px;
	position: relative;
	top: 6px;
	margin-right: 7px;
}

.navigation {
	display:table;
	margin: 0px;
	float:right;
	font-family: 'Titillium Web', sans-serif;
}

.navigation li {
	float:left;
	padding:17px 30px;
	padding-right: 0px !important;
}

.navigation a {
	color:#d40033;
	font-size:15px;
}

.navigation .current a , .navigation li a:hover{
	color:#d40033 !important;
}

.select-menu {
	display: none;
	background: none;
	padding: none;
	border:none;
}

@media (max-width: 767px) {

.navigation { display: none;margin:0;}

.select-menu {
	display: block;
	background: #2c3e50;
	width: 100px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #3f5469;
	height: 34px;
	margin:10px 0 ;
	position:fixed;
	top:15px;
	right:20px;
	color:#fff !important;
}
}

/*---------------------------------------------------------------------*/
/* SLIDER STYLES
/*---------------------------------------------------------------------*/

.slider-wrap {
	position:relative;
	background:#ffffff;
	padding:35px 0 0;
	font-family: 'Titillium Web', sans-serif;
}

.bedankt-wrap {
	background:#fff;
	text-align: center;
	padding: 0px;
	border-bottom: 8px solid #afcb08;
}

.bedankt-wrap img {margin: auto; }

#slider-wrap {
	background:#ffffff;
	padding:0px 0px 0px 0px;
	margin-bottom: -1px;
	height: auto !important;
	font-family: 'Titillium Web', sans-serif;
}
#slider-wrap h1{
	padding: 20px 0px 20px 0px !important;
	margin: -10px 0px 0px -3px !important;
	font-family: 'Titillium Web', sans-serif;
	color: #003d57;
}

#slider-wrap h4 {
	font-weight:600;
	font-size:24px;
	margin:0px 0px 18px;
	letter-spacing:-0.7px;
	font-family: 'Titillium Web', sans-serif !important;
}

#slider-wrap h4 span{
	font-weight:600 !important;
	font-size:24px;
	margin:0px 0px 18px;
	letter-spacing:-0.7px;
	font-family: 'Titillium Web', sans-serif;
}
#slider-wrap h3 {
	font-weight:400;
	font-size:24px;
	color: #fff;
	margin:0px 0px 18px;
	letter-spacing:-0.7px;
}

#slider-wrap h3 span{
	font-weight:600;
	font-size:24px;
	color: #6d3b92;
	margin:0px 0px 18px;
	letter-spacing:1px;
}

#slider-wrap p {
	font-size:16px;
	line-height:23px;
	color:#333333;
	padding-bottom: 30px;
	line-height: 20pt;
	font-family: 'Titillium Web', sans-serif !important;
}

#slider-wrap a{
	color: #d40033;
}

.sliderwrap-padding{
	padding-top: 80px !important;
}

.btn-wrap {
	margin-top:50px;
}

.btn-wrap span {
	margin:5px 10px;
	font-size:16px;
	color:#fff;
}

.btn {
	background:none;
	padding:13px 25px;
	font-family:Open sans;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:2px solid #fff;
}

.btn:hover {
	background:#ffffff;
	color:#b0cc52;
	border:2px solid #fff;
}
.payoff {
	position: relative;
	top: 80px;
	height: auto !important;
}
.payoff h4{
	text-align: right;
	color: #003d57 !important;
	font-family: 'Titillium Web', sans-serif !important;
}
.payoff h4 span {
	color: #d40033 !important;
	font-family: 'Titillium Web', sans-serif !important;
}
.payoff-padding {
	padding-top: 20px;
}

.border-bottom{
	border-bottom: 8px solid #003d57;
	margin-bottom: 20px !important;
}
.border-top{
	border-top: 8px solid #003d57;
	margin-bottom: 20px !important;
	margin-top: 30px !important;

}

.border-bottom-red{
	border-bottom: 8px solid #d40033;
	margin-bottom: 30px !important;
}

.border-bottom-red-no-margin{
	border-bottom: 8px solid #d40033;
	margin-bottom: 0px !important;
}
/*---------------------------------------------------------------------*/
/* FEATURES CONTENT STYLES
/*---------------------------------------------------------------------*/

#features {
	background:#fff;
	padding:100px 0;
}

.features-icon {
	color:#969fa8;
	text-align:center;
	font-size:70px;
	margin:0 0 30px;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out; 
}

.feature-desc {}

.feature-desc h3 {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 600;
	color:#969fa8;
	text-transform:uppercase;
	letter-spacing:-0.9px;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out; 
}

.feature-desc h5 {
	color:#777;
	margin-top:5px;
	font-size:16px;
	text-align:center;
}

.feature-desc p {
	margin:0px;
	text-align:center;
	color:#777;
}

.features-content a, .features-content1 a {
	background:#d2d2d2;
	display:table;
	margin:25px auto 0;
	color:#fff;
	padding: 8px 10px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px !important;
	text-transform: uppercase;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out; 
}

.features-content:hover,.features-content1:hover {
	cursor:pointer;
}

.features-content:hover h3,.features-content1:hover h3,
.features-content:hover .features-icon,.features-content1:hover .features-icon {
	color:#525b64;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out; 
}

.features-content:hover a, .features-content1:hover a {
	background:#525b64;
	color:#fff;
}

/*---------------------------------------------------------------------*/
/* SCREENSHOTS CONTENT STYLES
/*---------------------------------------------------------------------*/


#fotoimpressie {
	background:#ffffff;
	padding:0px;
	font-family: 'Titillium Web', sans-serif;
}

#fotoimpressie .four {
	text-align: center !important;
	padding: 0px 50px;
}

#fotoimpressie .four .button-rood{
	text-align: center !important;
	float: none !important;
	background-color: #d40033;
	border-radius: 5px;
	width: 200px;
	color: #ffffff;
	padding: 10px;
	margin-top: 60px; 
	margin-bottom: 60px;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 13px;
}

#fotoimpressie .four .button-rood a{
	text-decoration: none !important;
}
#fotoimpressie .four .button-rood-3{
	text-align: center !important;
	float: none !important;
	background-color: #d40033;
	border-radius: 5px;
	width: 200px;
	color: #ffffff;
	padding: 10px;
	margin-top: 40px; 
	margin-bottom: 60px;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 13px;
}


#fotoimpressie h2 {
	font-weight:700;
	font-size:30px;
	color: #d40033;
	margin:20px 0px 60px;
	letter-spacing:-0.5px;
	font-family: 'Titillium Web', sans-serif;
}

#fotoimpressie h3 {
	text-align: left;
	font-size: 22px;
	padding: 10px 0px 15px 0px;
	margin-bottom: 25px; 
	border-bottom: 8px solid #003d57;
	color: #003d57;
	font-family: 'Titillium Web', sans-serif;
}

#fotoimpressie p{
	text-align: left;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	color: #333333;
	padding-bottom: 10px; 
}

#introductie {
	background:#fff;
	padding:50px 0px 50px 0px;
}


#regiogebieden {
	background:#ffffff;
	padding:85px 0px 70px 0px;
	color: #000;
}

/*---------------------------------------------------------------------*/
/* PRODUCT INFO CONTENT STYLES
/*---------------------------------------------------------------------*/

#product-info {
	background:#ffffff;
	padding:0px 0px 0px 0px;
	margin-bottom: -1px;
	height: auto !important;
	font-family: 'Titillium Web', sans-serif;
}
#product-info a{
	color: #d40033;
}
#product-info h1{
	padding: 20px 0px 20px 0px !important;
	margin: -10px 0px 0px -3px !important;
	font-family: 'Titillium Web', sans-serif;
	color: #003d57;
	font-size: 27px; 
}

#product-info h2{
	padding: 20px 0px 20px 0px !important;
	margin: -10px 0px 0px -3px !important;
	font-size: 32px; 
	font-family: 'Titillium Web', sans-serif;
	color: #003d57;
}

#product-info h4 {
	font-weight:400;
	font-size:20px;
	color: #fff;
	margin:0px 0px 18px;
	letter-spacing:-0.7px;
	font-family: 'Titillium Web', sans-serif !important;
}

#product-info h4 span{
	font-weight:600;
	font-size:24px;
	color: #6d3b92;
	margin:0px 0px 18px;
	letter-spacing:-0.7px;
	font-family: 'Titillium Web', sans-serif;
}
#product-info h3 {
	font-weight:400;
	font-size:24px;
	color: #fff;
	margin:0px 0px 18px;
	letter-spacing:-0.7px;
}

#product-info h3 span{
	font-weight:600;
	font-size:24px;
	color: #6d3b92;
	margin:0px 0px 18px;
	letter-spacing:1px;
}

#product-info p {
	font-size:16px;
	line-height:23px;
	color:#333333;
	padding-bottom: 30px;
	line-height: 20pt;
}
#product-info p span {
	font-size:16px;
	line-height:23px;
	color:#d40033;
	padding-bottom: 30px;
	line-height: 20pt;
}
.productinfo-padding{
	padding-top: 0px !important;
}

.align-left{
	text-align: left !important;
	float: left !important;
}

.btn1 {
	background:#1c6ca1;
	color:#fff;
	padding:11px 13px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:25px 0 0;
	display:table;
	border:2px solid #1c6ca1;
}

.alignright {
	float: right;
}
.btn1:hover {
	background:#fff;
	color:#1c6ca1;
}

.btn, .btn:hover,
.btn1, .btn1:hover,
.wrap a, .wrap a:hover {
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out; 
}



/*---------------------------------------------------------------------*/
/* PRODUCT INFO CONTENT STYLES 2
/*---------------------------------------------------------------------*/

#product-info-new {
	background:#aecc53;
	padding:60px 0px 0px;
	margin-bottom: -1px;
}

#product-info-new h4 {
	font-weight:400;
	font-size:28px;
	color: #fff;
	margin:30px 0px 18px;
	letter-spacing:-0.7px;
}

#product-info-new p {
	font-size:13px;
	line-height:23px;
	color:#fff;
}

.btn1 {
	background:#000000;
	color:#fff;
	padding:11px 13px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:25px 0 0;
	display:table;
	border:2px solid #000000;
}

.btn1:hover {
	background:#fff;
	color:#1c6ca1;
}

.btn, .btn:hover,
.btn1, .btn1:hover,
.wrap a, .wrap a:hover {
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out; 
}



/*---------------------------------------------------------------------*/
/* NEWLETTER CONTENT STYLES
/*---------------------------------------------------------------------*/

#newsletter {
	background:#ffffff;
}

.newsletter-inner {
	
	padding:100px 0 0px;
}

#newsletter h4 {
	color:#fff;
	text-transform:uppercase;
	margin: 2px 0 0;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 23px;
	font-weight: 700;
}

#newsletter p {
	color:#eee;
	font-size:14px;
	line-height:25px;
	margin:5px 0 0;
}

#newsletter input {
	font-family:arial;
	color:#666;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:40px;
	padding:6px 10px;
	text-align:center;
	font-size:13px;
	width: 200px;
}

#newsletter input[type="submit"], #newsletter input[type="button"] {
	float: right;
	margin: 0 0 0 0;
	width: 100%;
	padding: 13px 0;
	color: #fff;
	background: #486078;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1em;
	-webkit-appearance: none;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	text-transform:uppercase;
	border:none;
	font-weight:700;
	font-family:Open sans,Sans-serif;
	letter-spacing:2px;
	text-align:center;
	height:45px;
}

#newsletter input[type="submit"]:hover,
#newsletter input[type="submit"]:active,
#newsletter input[type="button"]:hover,
#newsletter input[type="button"]:active {
	cursor: pointer;
	background: #fff;
	color:#9496a1;
	border:none;
}

/*---------------------------------------------------------------------*/
/* PRICING CONTENT STYLES
/*---------------------------------------------------------------------*/

#pricing {
	background:#52d0c2;
	padding:90px 0 110px;
}

#pricing h4 {
	font-size:28px;
	font-weight:600;
	letter-spacing:0px;
	text-align:center;
	margin:0px 0px 15px;
	color:#fff;
	text-transform:uppercase;
}

.pricing-inner {
	width:280px;
	height:280px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.plan_title {
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
}

.plan_price {
	color:#fff;
	font-size:70px;
	text-align:center;
	font-weight:200;
	padding:17px 0 32px;
	font-family:raleway;
}

.plan_price span {
	font-size:55px;
}

.plan_ico {
	text-align:center;
	color:#fff;
	font-size:60px;
	height:65px;
}

.plan_more a:hover {
	background:#2d84ed;
	color:#fff;
}

.pricing-inner:hover .pricing-inner-sub {
	top:0px;
	transition: all 0.60s; 
}

.pricing-inner-sub {
	background:#379d92;
	position:absolute;
	left:0px;
	right:0px;
	top:-100%;
	width:100%;
	height:100%;
	padding:5px;
	transition: all 0.35s; 
	cursor:pointer;
}

.pricing_list {
	padding:30px 0 10px;
	display:table;
	margin:0 auto;
}

.pricing_list li {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	margin:4px 0;
	background:url(../images/tick.png) no-repeat 5px;
	padding-left:22px;
}

.plan_more1 a {
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	letter-spacing:1.6px;
	background:#fff;
	color:#379d92;
	padding:10px 15px;
	display:table;
	margin:15px auto 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pricing-inner-white {
	background:#43b7aa;
	width:100%;
	height:100%;
	padding:40px 0 50px;
	overflow:hidden;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*---------------------------------------------------------------------*/
/* CONTACT INFO CONTENT STYLES
/*---------------------------------------------------------------------*/

#contact-info {
	background:#f5f5f5;
	padding:0px 0px 20px 0px;
	margin-bottom: -1px;
	height: auto;
	font-family: 'Titillium Web', sans-serif;
}

#contact-info table{
	min-width: 400px;
	background-color: transparent !important;
	font-family: 'Titillium Web', sans-serif;
}

#contact-info tr{
	background-color: transparent;
	font-family: 'Titillium Web', sans-serif;
}

#contact-info td{
	background-color: transparent;
	color: #000;
	vertical-align:  top;
	padding: 10px 10px 0px 0px;
	font-family: 'Titillium Web', sans-serif;
}

#contact-info td span{
	background-color: transparent;
	color: #000;
	vertical-align:  top;
	padding: 15px 10px 0px 0px;
	font-family: 'Titillium Web', sans-serif;
	font-style: italic; 
	
}


#contact-info h4 {
	font-weight:400;
	font-size:24px;
	color: #fff;
	margin:0px 0px 18px;
	letter-spacing:-0.7px;
	text-align: center;
}

#contact-info h4 span{
	font-weight:600;
	font-size:24px;
	color: #6d3b92;
	margin:0px 0px 18px;
	letter-spacing:-0.7px;
}

#contact-info p {
	font-size:16px;
	line-height:23px;
	color: #000;
	font-weight: 700;
	color: #003d57;
}
#contact-info p span {
	font-size:16px;
	line-height:23px;
	color: #d40033;
	font-weight: 700;
}

#contact-info a {
	font-size:14px;
	line-height:23px;
	color: #6d3b92;
}

.contactinfo-padding{
	padding-top: 50px !important;
}

.btn1 {
	background:#1c6ca1;
	color:#fff;
	padding:11px 13px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:25px 0 0;
	display:table;
	border:2px solid #1c6ca1;
}

.alignright {
	float: right;
}
.btn1:hover {
	background:#fff;
	color:#1c6ca1;
}

.btn, .btn:hover,
.btn1, .btn1:hover,
.wrap a, .wrap a:hover {
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out; 
}


/*---------------------------------------------------------------------*/
/* BEDANKT PAGINA NIEUWSBRIEF AANMELDING
/*---------------------------------------------------------------------*/
#contact-info-bedankt{
	background:#f5f5f5;
	padding:100px 0px 0px 0px;
	margin-bottom: -1px;
	height: auto;
	font-family: 'Titillium Web', sans-serif;
	text-align: center !important;
}

#contact-info-bedankt h2{
	background:#f5f5f5;
	padding:20px 0px 60px 0px;
	margin-bottom: -1px;
	font-family: 'Titillium Web', sans-serif;
	text-align: center !important;
	color: #003d57;
}
#contact-info-bedankt .button-rood{
	text-align: center !important;
	float: none !important;
	background-color: #d40033;
	border-radius: 5px;
	width: 200px;
	color: #ffffff;
	padding: 10px;
	margin-top: 40px; 
	margin-bottom: 60px;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 13px;
	text-decoration: none;
}
#contact-info-bedankt a{
	text-decoration: none;
}

/*---------------------------------------------------------------------*/
/* WARMTEPOMP PAGINA
/*---------------------------------------------------------------------*/
#product-warmtepomp{
	background:#ffffff;
	padding:100px 0px 0px 0px;
	margin-bottom: -1px;
	height: auto;
	font-family: 'Titillium Web', sans-serif;
	text-align: center !important;
}

#product-warmtepomp h2{
	padding:20px 0px 30px 0px;
	margin-bottom: -1px;
	font-family: 'Titillium Web', sans-serif;
	text-align: center !important;
}

#product-warmtepomp p{
	color: #000000;
}
#product-warmtepomp .button-rood{
	text-align: center !important;
	float: none !important;
	background-color: #d40033;
	border-radius: 5px;
	width: 200px;
	color: #ffffff;
	padding: 10px;
	margin-top: 40px; 
	margin-bottom: 60px;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 13px;
	text-decoration: none;
}
#product-warmtepomp a{
	text-decoration: none;
}

/*---------------------------------------------------------------------*/
/* BLOG / NEWS CONTENT STYLES
/*---------------------------------------------------------------------*/

#blog {padding:90px 0 80px;}

.blog-wrap {position:relative;}

.blog-content {
	display: table;
	padding: 25px 0px;
}

.blog-content h3 {
	font-size:18px;
	margin:0px 0px 10px;
	line-height:23px;
	color:#000;
	font-weight:400;
	letter-spacing:-0.3px;
}

.blog-content h3:hover {
	color:#1bbc9b;
}

.blog-wrap img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.blog-content p {
	margin:0px 0 17px;
	color:#656565;
	font-size:13px;
	line-height:20px;
}

.meta {
	font-size:12px;
	color:#fff;
	margin:-22px 0px 0px;
	background:#3e8dd0;
	padding:10px;
	display:table;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: -22px;
	left: 20px;
	text-transform:uppercase;
}

.meta a {color:#000;}

.rmore {
	color:#fff;
	font-size:15px;
	margin-top:15px;
	display:table;
	background:#d2d2d2;
	padding:8px 11px;
}

.rmore:hover {
	color:#fff;
	background:#353535;
}

/*---------------------------------------------------------------------*/
/* QUOTE / TESTIMONIAL STYLES
/*---------------------------------------------------------------------*/

#testimonials {
	background:#95a5a6;
	padding:80px 0;
	-moz-box-shadow:    inset 0  8px 8px -8px #696868, inset 0 -0px 0px -0px #696868;
	-webkit-box-shadow: inset 0  8px 8px -8px #696868, inset 0 -0px 0px -0px #696868;
	box-shadow:        inset 0  8px 8px -8px #696868,  inset 0 -0px 0px -0px #696868;
}

/*---------------------------------------------------------------------*/
/* STTS INFO STYLES
/*---------------------------------------------------------------------*/

#stats-info {
	background:#3498db;
	padding:90px 0 110px;
}

.stats-progress {
	display:table;
	margin:0 auto;
}

.stats-progress li {
	float:left;
	margin:0 15px;
	position:relative;
}

#p1 {
	height:157px;
	width:157px;
	margin:0 auto;
	background:url(../images/p_1.png) no-repeat center center
}

#p2 {
	height:157px;
	width:157px;
	margin:0 auto;
	background:url(../images/p_2.png) no-repeat center center
}

#p3 {
	height:157px;
	width:157px;
	margin:0 auto;
	background:url(../images/p_3.png) no-repeat center center
}

#p4 {
	height:157px;
	width:157px;
	margin:0 auto;
	background:url(../images/p_4.png) no-repeat center center;
}

.stats-count {
	font-size: 25px;
	color:#ebebeb;
	position:absolute;
	top:63px;
	text-align: center;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

.stats-count span {
	display:block;
	font-size:11px;
	text-transform:uppercase;
	margin:-5px 0 0;
}

.stat-inner {
	height:157px;
	width:157px;
	margin:15px auto 0;
	background:url(../images/s_bg.png) no-repeat center center;
}

/*---------------------------------------------------------------------*/
/* SERVICES CONTENT STYLES
/*---------------------------------------------------------------------*/

#services {
	padding:80px 0 20px;
}

.services-content {
	margin-bottom:60px;
}

.services-ico {
	float:left;
}

.services-info {
	margin-left:100px;
}

.services-info h4 {
	margin:0px 0px 10px;
	font-size:19px;
	font-weight:600;
	letter-spacing:-0.1px;
	color:#000;
}

.services-info p {
	margin:0px;
	font-size:13px;
	font-weight:400;
	color:#777;
	line-height:21px;
}

/*---------------------------------------------------------------------*/
/* WRAP CONTENT STYLES
/*---------------------------------------------------------------------*/

.wrap {
	padding:20px 0 60px 0;
}

.wrap h3 {
	margin:0px 0px 25px;
	text-align:center;
	font-weight:600;
}

.wrap a {
	font-size:14px;
	margin:15px auto 8px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
	padding:15px 30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display:table;
	background: #4aa3df;
	border-bottom:3px solid #2e8ece;
}

.wrap a:hover {
	border-bottom:3px solid #4aa3df;
}

.wrap a {
	font-size:14px;
	margin:15px auto 8px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
	padding:15px 30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display:table;
	background: #4aa3df;
}


.wrap p {
	font-size:13px;
	margin:0px;
	text-align:center;
}

/*---------------------------------------------------------------------*/
/* SOCIAL CONTENT STYLES
/*---------------------------------------------------------------------*/

#social {
	background:#1bbc9b;
	padding:30px 0;
}

.social {
	display:table;
	float:right;
}

ul.social-networks {
	overflow:hidden;
	margin:12px 0 0 0;
}

ul.social-networks li {
	float:left;
	margin:0px 2px 0 2px;
	border:none;
	font-size:15px;
}

ul.social-networks li a {
	background:#fff;
	color:#1bbc9b;
	padding: 5px 9px;
	display: table;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:2px solid #fff;
}

ul.social-networks li a:hover {
	background:#1bbc9b;
	color:#fff;
}

/*-----------------------------------------------------------------------------------*/
/* TWITTER FEED CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.tweet-wrap {}

.tweet-wrap i {
	font-size:35px;
	color:#fff;
	float:left;
	position:relative;
	top:3px;
}

#tweets {
	width:100%;
	padding:0px 0px 0px 55px;
	min-height:65px;
	font-size:14px;
}

#tweets p {
	font-size:14px;
	line-height:21px;
	color:#fff;
	margin:0px;
}

#tweets ul {margin:0px;}
#tweets li {color:#fff;font-size:16px;}
#tweets li a {border-bottom:1px dotted #fff;color:#fff;font-size:14px;}
#tweets li .timestamp {color:#0e8d73;font-size:14px;}
#tweets .hash { color:#0e8d73;font-size:14px;} 
#tweets .reply { color:#0e8d73;font-size:14px;} 

/*-----------------------------------------------------------------------------------*/
/* FOOTER CONTACT CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

#footer {
	background:#afcb5b;
	padding:60px 0px 0px;
}


#footer1 {
	background:#afcb5b;
	padding:60px 0px 0px;
}


#footer h6 {
	margin:0px 0px 15px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
	font-size:13px;
}

#footer input, #footer textarea {
	width: 200px;
	margin-left: 350px;
	
}

#footer a:hover {color:#ffffff; text-decoration: underline;}

.contact-info {margin:25px 0 0 0;}

.contact-info li {
	font-size:13px;
	margin-bottom:10px;
	font-weight:400;
	color:#ffffff;
}

.contact-info li a {
	font-size:13px;
	margin-bottom:10px;
	font-weight:400;
	color:#ffffff;
}

.contact-info li span {
	font-size:14px;
	color:#858585;
	margin-right:6px;
	position:relative;
	top:2px;
}

.contact-info ul li em{
	border:1px solid #bdc3c7;
	color:#999;
	padding:9px 12px;
	margin-right:15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:24px;
}

.footer-copy {padding-top:15px;}
.footer-copy p {margin:0px; color: #fff;}

.statusMessage, .successmessage, .errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	left:0px;
	right:0px;
	top:0px;	
	border:1px solid #404040;
	margin: 0 auto 25px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
}

.statusMessage p {
	margin: 0;
	padding:20px;
	color:#fff;
	font-size:15px;
}

.successmessage p {
	margin: 0;
	padding:20px;
	color:#fff;
	font-size:15px;
}

.errormessage p {
	margin: 0;
	padding:20px;
	color:#fff;
	font-size:15px;
}

.status-ico {
	color:#1bbc9b;
	font-size:25px;
	float:left;
	padding-right:7px;
	margin-top:0px;
}

.success-ico {
	color:#00b034;
	font-size:25px;
	float:left;
	padding-right:7px;
	margin-top:0px;
}

.error-ico {
	color:#ff0000;
	font-size:25px;
	float:left;
	padding-right:7px;
	margin-top:px;
}

#footer input[type="submit"], #footer input[type="button"] {

}

#footer input[type="submit"]:hover,
#footer input[type="submit"]:active,
#footer input[type="button"]:hover,
#footer input[type="button"]:active {
	cursor: pointer;
	color:#fff;
	border:1px solid #222;;
}

.backtotop {
	text-align:right;
	fot-size:13px;
	text-transform:uppercase;
	display: table;
	float: right;
	margin-top:5px;
	color: #fff;
}

/*---------------------------------------------------------------------*/
/* OTHER STYLES
/*---------------------------------------------------------------------*/

.section-title-lite {
	margin-bottom:40px;
}

.section-title-lite h4 {
	font-size:32px;
	font-weight:300;
	text-align:center;
	margin:0px 0px 15px;
	color:#ffffff;
}

.section-title-lite2 h4 {
	font-size:32px;
	font-weight:300;
	text-align:center;
	margin:0px 0px 15px;
	margin-bottom: 40px;
	color:#009fe3;
}

.section-title-lite2 p {
	font-size:14px;
	line-height:25px;
	text-align:center;
	margin:0px;
	margin-bottom: 10px;
	margin-top: -30px;
	color:#555;
}



.section-title-lite p {
	font-size:16px;
	line-height:25px;
	text-align:center;
	margin:0px;
	color:#fff;
}

.regio-title-lite h4 {
	font-size:32px;
	font-weight:500;
	text-align:center;
	margin:0px 0px 15px;
	color:#67c4ee;
}

.regio-title-lite p {
	font-size:16px;
	line-height:25px;
	text-align:center;
	margin:0px;
	color:#676767;
}

.section-title-dark {
	margin-bottom:50px;
}

.section-title-dark h4 {
	font-size:28px;
	font-weight: 600;
	margin: 0px 0px 14px;
	text-transform: uppercase;
}

.section-title-dark p {
	font-size:13px;
	line-height:22px;
	margin:0px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}

.tweet-ie {display:none;}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.slider-wrap h2 {	color:#fff;font-size:42px;letter-spacing:-3px;margin:45px 0px 20px;}
.slider-wrap h2 span {display:block;}
.slider-wrap p {color:#fff;font-size:16px;line-height:25px;}
.feature-desc h3 {font-size: 17px;}
.feature-desc p {font-size: 12px;}
.btn {background:none;padding:13px 20px;font-size:13px;}
.mob-c {padding:0 80px !important;}
#product-info h4 {margin:0px 0px 18px;}
.pricing-inner {width:225px;height:270px;margin:0 auto 40px;}
#product-info .table{width: 400px !important;}
}
payoff {height: 370px !important;}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.header {padding:15px 0 !important;}
.slider-wrap {padding:50px 0 0;}
.slider-wrap h2 {font-size:35px;letter-spacing:-2px;margin:70px 0px 20px;text-align:center;}
.slider-wrap h2 span {display:inline;}
.slider-wrap p {color:#fff;font-size:15px;line-height:25px;text-align:center;}
.btn-wrap {display:table;margin:0 auto;margin-top:40px;margin-bottom:30px;}
.btn-wrap span {margin:5px 10px;font-size:16px;color:#fff;}
.btn {padding:13px 15px;font-size:11px;border:2px solid #fff;}
#features {padding:100px 0 60px;}
.features-content , .features-content1  { margin-bottom:40px;}
.item {width:80%;margin:0 auto !important;}
.owl-theme .owl-controls .owl-page span{width: 7px !important;height: 7px !important;margin: 5px 3px !important;}
.section-title-lite h4 {font-size:28px;}
.section-title-lite p {font-size:14px;line-height:23px;}
.btn1 {margin:25px 0 25px;}
#newsletter {background:#2c3e50;}
.newsletter-inner {background: url(../images/mail.png) no-repeat right top;padding:90px 0 80px;}
#newsletter h4 {color:#fff;text-transform:uppercase;margin: 2px 0 0;line-height: 30px;letter-spacing: 2px;font-size: 23px;font-weight: 700;}
#newsletter p {color:#eee;font-size:14px;line-height:25px;margin:5px 0 40px;}
.pricing-inner {width:260px;height:270px;margin:0 auto 40px;}
.stats-progress li {float:none;margin:10px 0px;}
.stats-count {top:48px;}
.social {display:table;float:none;margin:25px auto 0px;}
.contact-info {margin:25px 0 40px;}
#footer input[type="submit"], #footer input[type="button"] {height:40px;}
.footer-copy p {margin:0px;text-align:center;}
.backtotop {text-align:right;display: table;float: none;margin:30px auto 0;}
.flex-control-thumbs li {padding:15px 2px !important;}
.flex-direction-nav a {margin: 5px 0 0 !important;}
#product-info-new p{margin:10px;}
#product-info-new h4{margin:10px;}

#product-info {height: auto;}
#product-info h4 {margin-top: 20px !important; max-width: 550px !important; text-align: center; padding-left: 10px; padding-right: 10px; }
#product-info h3 {max-width: 200px !important;}
#product-info .alignright{float: left;width:100%; max-width: 600px !important;}
#product-info table{margin-left: 10px;  width: 100%; max-width: 430px !important}





#contact-info {height: auto;}
#contact-info h4 { text-align: center; margin:20px 25px 10px 25px;}
#contact-info table {width: 60%; margin: auto; }
#contact-info td {text-align: center !important;}
#contact-info img {padding-top: 10px; }

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.row {max-width:500px;margin:0 auto;}
.btn-wrap {display:table;margin:0 auto;margin-top:40px;margin-bottom:0px;}
.item {width:auto;margin:0 10px !important;}
.stats-progress {display: table;margin: 0px auto;width: 77%;}
.stats-progress li {float:left;width: 50%;}
.stats-count {top:63px;}
.flex-direction-nav a {margin: 2px 0 0 !important;}

}

/* */
@media only screen and (max-width: 910px){
	
#aanmeldcontainer .form-group{
	display: block;
	text-align:center;
	margin: 0px;}
}

#aanmeldcontainer {width: 100%; margin: auto; background-color: #ffffff; padding-top: 20px; padding-bottom: 20px;}

#aanmeldcontainer h4{
	font-weight:400;
	font-size:17px;
	color: #fff;
	margin:10px 0px 10px;
	padding: 20px; 
	letter-spacing:0.7px;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
}

#aanmeldcontainer h4 span{
	font-weight:600;
	font-size:24px;
	color: #6e3d8f;
	margin:30px 0px 28px;
	letter-spacing:-0.7px;
	text-align: left;
}

#aanmeldcontainer div a{
	color: #fff;
}
#nieuwsbriefcontainer {width: 100%; margin: 0px; padding: 0px; margin: auto; background-color: #aecc53; padding-top: 20px; border-bottom: 8px solid #009fe3; vertical-align: bottom;}

.responsive-image{
	background-repeat: no-repeat;
	background-position: center;
}
#aanmeldformulier {
	margin:auto;
	max-width: 960px;
	background-color: transparant;
	border: 0px;
	padding-left: 0px;
	color: #ebebeb;
}

#aanmeldformulier a {color: #fff; text-decoration: none;}
#aanmeldformulier a:hover {color: #fff; text-decoration: underline;}

#aanmeldformulier .emailfield {  margin-right: 15px; height: 35px; background-color: #fff; border: 1px solid #dacee3; width: 250px !important;}
#aanmeldformulier .emailfield1 { height: 35px; background-color: #fff; border: 1px solid #dacee3; width: 300px; }
#aanmeldformulier .emailfield2 { margin-right: 15px;  height: 35px; background-color: #fff; border: 1px solid #dacee3; width: 250px;}
#aanmeldformulier .emailbutton { height: 35px; background-color: #d40033; border: 0px; font-size: 14px; font-weight: bold; width: 250px; color: #fff;}
#aanmeldformulier .emailbutton:hover { height: 35px; background-color: #d40033; font-size: 14px; border: 0px; width: 250px;  color: #ffffff; cursor: pointer;}



/*#aanmeldnieuwsbrief {
	background-image:url('../images/Hoogte-Naomi.png');
	background-repeat: no-repeat;
	height: 543px;
	width: 850px;
	background-color: transparent;
	border: 0px;
	margin: auto;
	padding-top: 89px;
	padding-left: 325px;
	color: #ebebeb;
}

#aanmeldnieuwsbrief .emailfield { height: 35px; background-color: #fff; border: 0px; width: 300px; color: #4b4b4b;}
#aanmeldnieuwsbrief .emailfield1 { height: 35px; background-color: #fff; border: 0px; width: 300px; margin-top: 11px;}
#aanmeldnieuwsbrief .emailfield2 { height: 35px; background-color: #fff; border: 0px; width: 300px; margin-top: 12px;}
#aanmeldnieuwsbrief .emailbutton { height: 35px; background-color: #009fe3; border: 0px; font-size: 14px; font-weight: bold; width: 300px; margin-top: 16px; color: #fff;}
#aanmeldnieuwsbrief .emailbutton:hover { height: 35px; background-color: #009fe3; font-size: 14px; border: 0px; width: 300px; margin-top: 16px; color: #000; cursor: pointer;}
*/
.form-background{
	background-color: #003d57;
	min-height: 150px; 
	height: auto;
	width: auto;
	margin: auto !important;
	text-align: center;
	max-width: 800px;
	border-radius: 5px; 
}
.emailbutton { height: 40px;
	background-color: #aecc53; border-radius: 0px; border: 0px; font-size: 14px; font-weight: bold;width: 300px; text-align: center; margin:auto !important; color: #fff;}
.emailbutton:hover{color: #000;}

.emailfield {
	width: 200px !important;
	height: 35px;
	margin: auto !important;
	

}

input.emailfield1 {
	width: 200px;
	margin: 0px;

}

input.emailfield2 {
	width: 200px;
	margin: 0px;
	margin: auto !important;
}

.form-bobmail{
	max-width: 300px !important;
	margin:auto !important;
	border-radius: 5px !important;
	border: 0px !important;
}

#keuzecontainer {width: 680px; margin-left: auto; margin-right: auto; text-align: center; margin-top: 30px;}
.optie {float: left; width: 300px; height: 300px; margin-left: 40px;}
