
@import url('reset.css');

body{
	background-color:#666;
	color:#040804;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a, a:visited, a:active{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #ddd;
	text-shadow: 0px 0px 0px #fff;
}
div, .vpb_input_fields, .contentBlock h1 {
	//width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Setup body and html for sticky footer */
html, body { height: 100%; min-height: 100%; width: 100%;}
body { min-width: 280px; }
/* Generic classes */
	.textShadowSmall{
		text-shadow: 1px 1px 3px #224324;
	}
	.textShadowBig{
		text-shadow: 4px 4px 2px #000400;
	}
	.boxShadow{
		-webkit-box-shadow: 4px 4px 8px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    4px 4px 8px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         4px 4px 8px 0px rgba(50, 50, 50, 0.75);		
	}
/* END Generic Classes */

/* MAIN DIV's */
.onepcssgrid-1200 {
	margin: 0 auto;
}
.onepcssgrid-1200 {
	max-width: 1120px;
}
#mainContainer,#mainBody{height: 100%; min-height: 100%; width: 100%; float: left;}
#mainContainer{
	background-color: #ddd;
	background: transparent;
}
#mainBody{
	overflow: visible;
	background: transparent;
}
.w1000px{
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
}
#topContainer{
	float: left;
	height: 25%;
	width: 100%;
}
/* END MAIN DIV's */
/* TITLE */
#titleContainer{
	width: 100%;
	height: 100%;
	z-index: 2000;
	background-color: #fff;
	float: left;
}
#titleBackground{
	float: left;
	width: auto;
	height: 100%;
}
#titleBody{
	height: 100%;
	width: 100%;
	float: left;
}
#title{
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	width: auto;
	position: relative;
}
#title{
	height: 100%;
}
#title img{
	height: 100%;
	width: 100%;
	visibility: hidden;
}
/* END TITLE */
/* MENU */
#menuContainer{
	position: relative;
	bottom: 0px;
	background: #666;
	height: 60px;
	float: left;
	width: 100%;
}
#menuBody{
	height: 100%;
	width: 100%;
	text-align: center;
}
#mainmenu, #mainmenu li, #mainmenu li a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}
#mainmenu{
	width: auto;
	display: inline-block;
	height: 100%;
}
#mainmenu li{
	height: 100%;
	float: left;
}
#mainmenu a{
	float: left;
	height: 100%;
	padding: 15px 30px 15px 30px;
	line-height: 30px;
	font-family: 'Oswald';
	font-size: 30px;
}
#mainmenu a:hover{
	background-color: #e3d71f;
	color: #333;
	box-shadow: 0px 4px 1px 0px rgba(255,255,25,0.2);
}

/* END MENU */
/* CONTENT */
#contentContainer{
	margin-top: 60px;
	background: #fff;
	float: left;
	width: 100%;
}
#slider{
	height: 300px;
	width: 100%;
	float: left;
}
.cycle-slideshow{
	width: 100%;
	height: 100%;
}
.slide{
	width: 100%;
	height: 100%;
}
.slideContent{
	//-webkit-box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.45), inset 0px -4px 5px 0px rgba(0, 0, 0, 0.45);
	//-moz-box-shadow:    inset 0px 4px 5px 0px rgba(0, 0, 0, 0.45), inset 0px -4px 5px 0px rgba(0, 0, 0, 0.45);
	//box-shadow:         inset 0px 4px 5px 0px rgba(0, 0, 0, 0.45), inset 0px -4px 5px 0px rgba(0, 0, 0, 0.45);
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.slideText{
	position: absolute;
	bottom: 0px;
	height: auto;
	width: 100%;
	background-color: rgba(14,14,14,0.75);
	background-color: rgba(252,107,29,0.8);
	//background-color: rgba(243,241,41,0.75);
	padding: 10px 25px;
	color: #df785f;
	color: rgba(252,107,29,1);
	color: #000;
	color: rgba(255,255,255,1);
	//color: rgba(48,48,48,1);
	//font-family: 'Open Sans';
	font-family: 'Oswald';
	//font-family: 'Aladin';
	font-size: 26px;
	//font-style: italic;
	font-weight: 300;
	//text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 30px;
	text-shadow: 0px 0px 8px rgba(252,107,29,1);
	text-shadow: 0px 0px 8px rgba(255,255,255,1);
	text-shadow: 1px 1px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.67) ;
	text-shadow: 1px 1px 5px rgba(14,14,14,0.85) , -1px -1px 5px rgba(0,0,0,0.69) ;
}
.contentDivider{
	width: 100%;
	height: 10px;
	float: left;
	background: rgba(36,36,36,1);
	background: -moz-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(176,176,176,1) 64%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,36,36,1)), color-stop(64%, rgba(176,176,176,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(176,176,176,1) 64%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(176,176,176,1) 64%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(176,176,176,1) 64%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(36,36,36,1) 0%, rgba(176,176,176,1) 64%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#ffffff', GradientType=0 );
}
#contentBody{
	width: 100%;
	float: left;
}
.contentRow{
	margin: 30px auto;
	width: 100%;
	overflow: hidden;
}
.bodyContact .contentRow:first-child{
	background: url('../images/bouwerbackground2.png') no-repeat right 20% top 50px;
}
.contentBlock{
	width: 46%;
	height: auto;
	margin: 0% 2%;
	padding: 10px;
	float: left;
	line-height: 30px;
	font-family: 'Open Sans';
	font-size: 16px;
}
.contentBlock p, li{
	font-size: 15px;
	line-height: 22px;
}
.bodyContact .contentBlock{
	margin-left: 0%;
	width: 95%;
	max-width: 1000px;
}
.bodyContact #contact{
	margin: 0 auto;
	width: 70%;
}
.bodyBedrijf .contentBlock, .bodyPersoneel .contentBlock{
	width: 95%;
	max-width: 1000px;
}
.contentBlock.boxShadow{
	padding: 0;
}
.contentBlock .contentHighlight{
	margin: 20px 10%;
	background: #666;
	color: #fff;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-shadow: 0 0 8px rgba(255,255,255,0.4);
    -moz-border-radius:		20px;
    -webkit-border-radius:	20px;
    -khtml-border-radius:	20px;
    border-radius:			20px;

}
.contentBlock h1{
	width: 100%;
	background: rgba(252,107,29,1);
	color: #fff;
	padding: 3px 8px;
	font-family: 'Open Sans';
	font-size: 24px;
	margin-bottom: 10px;
}
.contentBlock img{
	text-align: center;
	margin: 10px 20%;
	width: 60%;
	clear: both;
}
.contentBlock .imgContainer{
	text-align: center;
	width: 100%
}
.contentBlock .imgContainer img{
	margin: 10px auto;
	width: 60%;
}
.contentBlock ul{
	width: 40%;
	padding: 20px 20px 0px 20px;
	list-style: square;
	float: left;
}
.contentBlock li{
	width: 100%;
	margin-bottom: 8px;
}
.contentBlock li a, .contentBlock li a:visited, .contentBlock li a:active{
	color: #666;
	text-decoration: underline;
}
.contentBlock li a:hover{
	color: rgba(252,107,29,1);
}
	/* BIO ITEMS */
	.bioItem{
		margin: 0 5% 20px 5%;
		width: 40%;
		height: 125px;
		float: left;
	}
	.bioImage{
		float: left;
		height: 100px;
		width: 100px;
		padding: 0 5px 5px 0;
	}
	.bioImage img{
		width: auto;
		height: 100%;
		float: left;
		text-align: left;
		margin: 0;
	}
	
	/* END BIO ITEMS */


/* END CONTENT */
/* FOOTER */
#footerContainer{
	width: 100%;
	background: #666;
	height: auto;
	float: left;
	padding: 0 2%;
	padding-bottom: 20px;
}
#footerBody{
	width: 100%;
	padding: 25px 10px;
	color: #fff;
	font-family: "Oswald";
	font-size: 18px;
	line-height: 30px;
}
#footerBody a, #footerBody a:visited{
	color: #e3d71f;
}
#footerBody a:hover{
	background-color: #e3d71f;
	color: #333;
}
#footer1, #footer2{
	width: 40%;
	float: left;
}
#footer1{
	margin-right: 10%;
}
h1.footer{
	font-size: 22px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 28px;
}
/* END FOOTER */
#titleBottom{
	border-left:  3px solid #666;
	border-right: 3px solid #666;
	color: #eee;
	height: auto;
	float: left;
	background: transparent;
	background: #666;
	position: relative;
	background-image: url('../images/gears-2.png');
	//background-repeat: no-repeat;
	//background-size: 100% auto;
	background-size: cover;
	//background-position: top right;
	//top: -30%;
	z-index: 10;
}
/* MEDIAQUERIES FOR RESPONSIVENESS */
@media all and (max-width: 929px) {
	.contentBlock ul{
		padding: 20px 10px 0px 20px;
		width: 38%;
	}
}
@media all and (max-width: 680px) {
	.contentBlock{
		width: 95%;
		float: none;
		clear: both;
	}
	.contentBlock ul{
		padding: 20px 10px 0px 20px;
		width: 30%;
	}
	#footerBody > div{
		width: 100%;
		float: none;
		clear: both;
	}
	#footer1{
		margin-bottom: 30px;
	}
}
@media all and (max-width: 480px) {
	#topContainer{
		height: 20%;
	}
	#contentContainer {
		margin-top: 45px;
	}
	.contentBlock h1{
		font-size: 20px;
	}
	.contentBlock p, li {
		font-size: 13px;
		line-height: 19px;
	}
	.slideText {
		font-size: 22px;
	}
	#footerBody{
		font-size: 16px;
	}
	h1.footer{
		font-size: 20px;
	}
	#menuContainer{
		height: 45px;
	}
	#mainmenu a{
		padding: 10px 20px;
		line-height: 25px;
		font-size: 25px;
	}
}
@media all and (max-width: 380px) {
	#topContainer{
		height: 20%;
	}
	#contentContainer {
		margin-top: 40px;
	}
	#menuContainer{
		height: 40px;
	}
	#mainmenu a{
		padding: 10px 20px;
		line-height: 20px;
		font-size: 20px;
	}
}
@media all and (max-width: 330px) {
	#topContainer{
		height: 16%;
	}
	#contentContainer {
		margin-top: 40px;
	}
	#menuContainer{
		height: 40px;
	}
	#mainmenu a{
		padding: 10px 10px;
		line-height: 20px;
		font-size: 20px;
	}
}

/* END MEDIAQUERIES */

