@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
* {margin: 0; padding: 0; outline: 0;}
body {
	font-family: 'Open Sans', sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background-color: #eeeeee;	
}
h1, h3 {
	font-weight: 400;
	margin:0 0 15px 0;
}
h1 {
	font-size: 30px;
	letter-spacing: -1px;
	text-align: left;
}
h2 {
	font-size: 24px;
	font-weight: 400;
}
h3 {
	font-size: 24px;
	text-align: center;
	text-shadow: 0px 0px 0px #333333;
}
h4 {
	font-size: 20px;
	color: rgb(217, 32, 14);
	font-weight: bold;
	text-align: left;
}
.logo{
	margin-left: 302px;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #3e3e3e;
}
hr {  
    border: 5px solid #f9c436;
    border-top: 1px solid #f9c436;
}
hr.separator {	
    border: 1px solid #f9c436;
    border-top: 1px solid #f9c436;
	width: 100%;
}
.subMenu smint fxd {
  padding: 20px 0;
  color: #FF0004;
}

.clear {
	clear: both;
}
.wrap {
	width: 80%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 1002;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 1070px;
	background-color: #eeeeee;
	background-image: url(images/diensten.png);
}
.inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	/* [disabled]padding-top: 30px; */
	padding-right: 0;
	padding-left: 0;
	/* [disabled]padding-bottom: 30px; */
	font-size: 18px;
	font-weight: 400;
}
.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}
.subcontainer {
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	position: relative;
	padding-right: 80px;
	font-size: 17px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.subcontainer a{
		height: 85px;
	font-size: 1.2em;
	font-weight: 3000;
	margin-right: -35px;
}
.subMenu {
	height: 135px;
	z-index: 1002;
	width: 100%;
	background-color: #EEEEEE;
	-webkit-box-shadow: -1px 10px 11px -6px #888888;
	box-shadow: -1px 10px 11px -6px #888888;
}
.subMenu .inner {
	padding: 0;
	margin: 0 auto;
}
.subNavBtn {
	display: block;
	height: 35px;
	width: 111px;
	float: left;
	text-decoration: none;
	font-size: 14px;
	padding-top: 50px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 0;
	text-align: center;
	color: #fff;
	margin-left: 35px;
}
.subMenu a:nth-child(1) {
	background: rgba(19,100,153,1);
}
.subMenu a:nth-child(2) {
	background: rgb(20, 161, 151);
}
.subMenu a:nth-child(3) {
	background: rgb(247, 159, 23);
}
.subMenu a:nth-child(4) {
	background: rgb(217, 32, 14);
}
.subMenu a:nth-child(5) {
	background: rgb(173, 15, 14);
}
.subMenu a:nth-child(6) {
	background: rgb(178, 169, 154);
}
.subMenu a:hover {
	opacity: 0.8;  
}
.active {
	/* experimenteel */
}
.end {
	margin: 0;
}
/* SECTIONS */
.sTop {
	min-height: 130px;
	background-color: #EEEEEE;
	color: #3d3d3d;
	padding: 50px 0;
	height: 140px;
}
.s1 {
	background: #FFFFFF;
	height: 520px;
	background: url('../images/s1title.png') no-repeat scroll 0px 50px #fff;
	color: #000000;
	margin-top: -51px;
	padding-top: 50px;
	padding-left: 1px;
}
.s1title{
	height: 69px;
	font-weight: 400;
	font-size: 1.3em;
	color: #FFFFFF;
	text-align: left;
}
.s2 {
	background: #FFFFFF;
	color: #000000;
	margin-top: -51px;
	padding-top: 70px;
	padding-left: 1px;
	height: 460px;
}
.s2title{
	margin-top: -66px;
	background: #14A197;
	height: 165px;
	font-weight: 400;
	font-size: 2em;
	line-height: 175px;
	text-indent: 83px;
	color: #FFFFFF;
}
.s3 {
	background: #FFFFFF;
	margin: 0 auto;
	color: #3d3d3d;
	height: 600px;
}
.s4 {
	background: #FFFFFF;
	margin: 0 auto;
	color: #3d3d3d;
}
.s5 {
	background: #FFFFFF;
	margin: 0 auto;
	color: #3d3d3d;
	height: 650px;
}
.s6 {
    min-height: 340px;
    background: #161616;
}
.content {
	padding:0 20px 0 0;
	color:#000000;
}
.home {
	width: 77%;
	margin-left: 94px;
	float: left;
	padding-top: 0px;
}
.diensten {
	width: 77%;
	margin-left: 93px;
	float: left;
	margin-top: -70px;
}
.projecten {
	width: 77%;
	margin-left: 94px;
	float: left;
	margin-top: 0px;
}
.overmij {
	width: 77%;
	margin-left: 94px;
	float: left;
	margin-top: 0px;
}
.contact {
	width: 32%;
	margin-left: 94px;
	float: left;
	margin-top: 0px;
}
.iframe {
	padding-top: 100px;
	float: right;
}
#lightbox{
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    height: 140%;
    background: url('../images/overlay.png') repeat;
    text-align: center;
	z-index:9999;
}
#lightbox p{
    text-align: center;
    color: #FFFFFF;
    margin-top: 100px;
    font-size: 17px;
}
#lightbox img {
    box-shadow:0 0 45px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
}
div.wrapper {
    float:left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */  
}
.description {
	position: absolute;
	bottom: 9px;
	left: 1px;
	width: 98%;
	background-color: rgba(255, 255, 255, 0.44);
	font-family: "tahoma";
	font-size: 15px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
}
p.description_content{  
    padding:4px;  
    margin:0px;  
}
.imagefix {
	width: 21%;
	margin-left: 59px;
	float: left;
	padding-top: 10px;
}