/*.AvenirLT-Medium { 
	font-family: AvenirLT-Medium;
	font-weight: normal;
	font-style: normal;
}
.AvenirLT-Light { 
	font-family: AvenirLT-Light;
	font-weight: normal;
	font-style: normal;
}
.AvenirLT-Heavy { 
	font-family: AvenirLT-Heavy;
	font-weight: normal;
	font-style: normal;
}*/

*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

body{
/*	font-family: AvenirLT-Medium;*/
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	
	font-size:17px;
	color:#fcfcfc;
	
	background-color:#fff;
	background-image: url(../images/menu-bg6.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

/* Hyperlink Styles: */

a.anchor{display: block; position: relative; top: -220px; visibility: hidden;}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
/*	font-family: AvenirLT-Medium;*/
	font-weight: normal;
	font-style: normal;}

h1{
	/* The logo text */
	font-size:56px;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h2{
	font-size:60px;
	font-weight:normal;
	letter-spacing:0.01em;
	text-align: center;
	margin-bottom: 25px;
}

h3{
	/* The slogan text */
	font-size:22px;
	margin:0 0 1em;
}

	#home h3{
		text-align: center;
	}


/*TEXT STYLES*/
p{
	line-height:1.5em;
	padding-bottom:1em;
}

p.center, div.center{
	text-align: center;
}

ul, ul li{
	text-align: left;
}

ul.checklist{
	list-style-image: url(../images/tick-green.png);
	margin: 0 0 0 40px;
	line-height: 1.8;
}

ul.checklist-white{
	list-style-image: url(../images/tick-white.png);
}

.bold{
/*	font-family: AvenirLT-Heavy;*/
/*	font-weight: normal;*/
	font-weight: bold;
	font-style: normal;
}

.small{
	font-size: 13px;
}

.tiny{
	font-size: 13px;
/*	font-family: AvenirLT-Light;*/
	font-weight: normal;
	font-style: normal;
}

.tiniest{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.italic{
	font-style: italic;
}

.spaceBottom35{
	margin-bottom: 35px;
}

/*Images*/

.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

footer .line{
	margin:2em 0;
}

/* The clearfix hack to clear the floats: */
.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*Header*/
#headerLeft{
	width: 220px;
	float: left;
	margin-left: 3em;
	margin-top: 30px;
}

#headerRight{
	margin-top: 4.3em;
	margin-right: 3em;
	text-align: right;
	overflow: hidden;
}

@media all and (max-width:1390px){
	#headerLeft{
		margin-left: 0.5em;
	}

	#headerRight{
		margin-right: 0.5em;
	}
}

header{
	width: 100%;
	height: 220px;
	position: fixed;
	top: 0px;
	background-color: #fff;
	background-image: url(../images/menu-bg6.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1000;
}

	#logo{
		width: 220px;
		height: 140px;	
	}
	
	#logo-img{
		width: 220px;
		height: 172px;
	}
	

/* Article styles: */

.startblock{
	margin-top: 30px;
}

.startblock p{
	background-color: #06cfba;
	border: 10px solid #06cfba;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	padding-bottom: 0px;
}

#page{
	width:100%;
	margin:200px auto 0 auto;
	position:relative;
}

article{
	margin:0;
	padding-top:10px;
	text-align: center;
}

#home{
	background-color: transparent;
	/*background-image: url(../images/home-bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;*/
	color: #474747;
	min-height: 390px;
	padding-top: 60px;
	padding-bottom: 150px;
}
#fotos{
	background-color: #c0d947;
	color: #FFFFFF;
	border-bottom: 110px solid #f47423;
	padding-bottom: 60px;
}
#team{
	background-color: #f47423;
	color: #FFFFFF;
	border-bottom: 110px solid #e7e6e6;
	padding-bottom: 60px;
}
#locatie{
	background-color: #e7e6e6;
	color: #525252;
	border-bottom: 110px solid #808181;
	padding-bottom: 250px;
}
#prijs{
	background-color: #808181;
	color: #FFFFFF;
	border-bottom: 110px solid #fff;
	padding-bottom: 150px;
}
#afspraak{
	background-color: #fff;
	color: #474747;
	padding-bottom: 190px;
}

.articleInner{
	max-width: 960px;
	margin: 0 auto;
}

#home-left{
	width: 640px;
	float: left;
	text-align: left;
}

#home-right{
	width: 320px;
	text-align: right;
	float: left;
}

	#home-right img{
		width: 283px;
		height: 180px;
	}

.one-third{
	width: 255px;
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.portfolio-item{
	display: block;
	float: left;
	width: 160px;
	height: 160px;
	border: 10px solid #fff;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	margin: 5px;
}

.slider{
	width: 660px;
	margin: 0 auto;
}

.person-card{
	background-color: #ffa76f;
	width: 255px;
	height: 368px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	color: #474747;
	
	vertical-align: top;
	display: inline-block;
	margin: 0px 30px 8px 30px;
}

	.person-picture{
		margin: 0 auto;
		padding: 45px 0px 40px 0px;
		width: 160px;
		height: 160px;
	}
	
	.person-name{
		width: 255px;
		height: 25px;
		text-align: center;
	}
	
	.person-function{
		width: 255px;
		height: 35px;
		text-align: center;
	}
	
	.person-contact-container{
		width: 255px;
		height: 40px;
		text-align: center;
	}
	
	.person-contact, .contact-icons{
		width: 40px;
		height: 40px;
		padding: 0px 8px 0px 8px;
	}

#prijs .articleBody{
	font-size: 15px;
	line-height: 27px;
	text-align: left;
}

	#price-left{
		width: 376px;
		float: left;
		padding-left: 20px;
		background-image: url(../images/price-line.jpg);
		background-repeat: repeat-y;
		margin-left: 67px;
	}
	
	#price-right{
		width: 376px;
		float: left;
		padding-left: 20px;
		background-image: url(../images/price-line.jpg);
		background-repeat: repeat-y;
		margin-left: 67px;
	}
	
		.price-service{
			width: 290px;
			float: left;
		}
		
		.price-amount{
			width: 60px;
			float: left;
		}
	
#contact-left{
	width: 48%;
	padding-right: 2%;
	text-align: right;
	float: left;
}

#contact-right{
	width: 48%;
	padding-left: 2%;
	text-align: left;
	float: left;
}

.contact-container{
	width: 230px;
	height: 40px;
	text-align: center;
}

	.contact-icons:nth-child(1){
		padding-left: 0px;
	}

/* Footer styling: */

footer{
	font-size:13px;
	
	width: 100%;
	height: 262px;
	background-color: #808181;
	
	padding-top: 30px;
}

	footer #logo{
		width: 320px;
		float: left;
		text-align: center;
	}
	
	footer #address{
		padding-left: 75px;
		width: 245px;
		float: left;
		text-align: left;
	}
	
	footer #hours{
		padding-left: 85px;
		width: 235px;
		float: left;
	}
	
		footer #logo p, footer #address p, footer #hours p{
			text-align: left;
			margin: 0;
			padding: 0;
		}
		
		.footer-contact-container{
			width: 145px;
			height: 25px;
			padding-top: 5px;
		}
		
		.footer-contact-icons{
			width: 25px;
			height: 25px;
			padding: 0px 10px 0px 0px;
		}

	footer p{
		margin-top: 34px;
		text-align: center;
	}
	
	footer a, footer a:active, footer a:visited, footer a:hover{
		color: #fff;
	}
	
	#homeBar{
		border-bottom: 110px solid #c0d947;
		height: 142px;
	}
	
	#homeBar2{
		border-bottom: 0px solid #fff;
		height: 142px;
	}
	
	
	/* 2-4-1 */
	#offer{
		color: #474747;
		min-height: 390px;
		padding-top: 60px;
		padding-bottom: 125px;
	}
	
	#offer h2{
		font-size:58px;
	}
	
	#offer p{
		line-height: normal;
	}
	
	#offer .largeNumbers{
		font-size: 180px;
		font-weight: bolder;
	}
	
	#offer .two, .green{
		color: #c0d947;
	}
	
	#offer .four, .orange{
		color: #f47423;
	}
	
	#offer .one{
		color: #808181;
	}
	
	#offer .dash{
		color: #d0d0d0;
	}
	
	#offer .comeTogether{
		font-size: 40px;
		font-weight: bold;
		display: block;
		padding-bottom: 5px;
	}
	
	#offer .discount{
		font-size: 36px;
		font-weight: bold;
		display: block;
		padding-bottom: 5px;
	}
	
	#offer .including{
		font-size: 25px;
	}
	
	#offer .noCombi{
		font-size: 21px;
		margin-top: 20px;
		display: block;
	}
	
	
	
