@charset "utf-8";
/* CSS Document */

.section {
	background-color:transparent;
}


/*************** Mobile Menu START ***************/

.mob-menu-bt:before {
	content: "Menu";
}
.mob-menu {
	text-align:left;
	margin:0px;
	font-size:1.6em;
	display:none;
}
.mob-menu > li {
	display:list-item;
	padding:4px;
	padding-left:10px;
	border-bottom:1px solid #333;
	margin-left:40px;
}
/* END Mobile Menu */

/************ Header START *************/
header h1 {
	font-size:2.7em;
}
header h2 {
	padding-top:0em;
	padding-bottom:0px;
	font-size:2.0em;
	text-align:left;
	margin-top:-30px;
}
.header-top {
	border-bottom:8px #F06326 solid;
}
.header-img {
	float:left;
	width:100%;
	height:267px;
	background-color:#FFFFFF;
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
#slide-show {
	height:267px;
}
/* END Header */

/*************** Main Container START ***************/
.service-bt {
	font-size:0.8em;
}
h1, h1.block-title {
	font-family: 'Oswald', Arial Black, sans-serif;
	text-align:left;
	font-size:3.4em;
	font-weight:bold;
	line-height:1.0em;
}
h1 .small-title {
	font-size:0.6em;
}
h2 {
	font-family: 'Oswald', Arial Black, sans-serif;
	text-align:left;
	font-weight:600;
	font-size:2.0em;
}
h3 {
	font-family: 'Oswald', Arial Black, sans-serif;
	text-decoration:none;
	font-weight:600;
	font-size:1.8em
}

/* END Main Container *

/********************** Footer START *************************/
#map_container {
	height:300px;
}
/* END Footer */