@charset "utf-8";
/* CSS Document */


/************** Over style START *****************/
.section {
	background-color:transparent;
}
h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:2.5em;
	margin-bottom:1px;
	font-weight:normal;
	padding:10px;
}
/* END Over style */


/*************** 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 *************/
h1.main-signature {
	font-size:5em;
	text-shadow:1px 1px 10px #000;
}
header h2 {
	padding-bottom:0px;
	font-size:3.0em;
	margin-top:0px;
}
.header-img {
	float:left;
	width:100%;
	height:350px;
	background-color:#141210;
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	box-shadow: inset 0px 0px 5px #000;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}

.video-container {
	background-image:url(../images/bg-video.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	
}
/* END Header */



/********************** Footer START *************************/
#map_container {
	height:400px;
}
/* END Footer */