@charset "utf-8";
/* CSS Document */
h2{
	font-size:48px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:50px;
}
h3{
	font-size:24px;
	text-align:center;
	margin-bottom:20px;
}
/*** MAIN ***/
header{
	height:670px;
	z-index:4;
}
services, 
about,
news{
	padding-top:100px;
	padding-bottom:100px;
	background:#FFFFFF;
	z-index:5;
	position:relative;
}
about,
news{
	background:#FAFAFA;
}
/* HEADER */
/* SERVICES */
services{
	font-size:14px;
}
services .row .moduletable{
	background:#efedeb;
	padding:30px;
}
services .row .moduletable h3{
	text-align:left;
}
/* QUOTE */
#quote{
	height:500px;
	z-index:5;
	position:relative;
}
#quote h2{
	font-size:48px;
	color:#FFFFFF;
	text-align:center;
	line-height:500px;
	text-transform:none;
	margin-bottom:0;
}
#quote.image_01{
	background:#5a5147 url("../images/quote_01.jpg") no-repeat fixed center center / cover;
}
#quote.image_02{
	background:#5a5147 url("../images/quote_02.jpg") no-repeat fixed center center / cover;
}
#quote.image_03{
	background:#5a5147 url("../images/quote_03.jpg") no-repeat fixed center center / cover;
}
/* HEADER */
/* NEWS */
news{
	font-size:14px;
}
news .moduletable h3{
	text-align:left;
	font-size:18px;
}