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


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


/*************** Mobile Menu START ***************/
nav.mob-nav {
	display:none;
}
/* END Mobile Menu */


/********************** Header START *************************/
.col.header-content, .col-pr.header-content, .section.header-content, .top-menu .section {
	margin:0px;
	padding:0px;
}
.top-menu .col {
	margin-top:10px;
	margin-bottom:0px;
}

header h1 {
	font-size:2.8em;
}
h1.main-signature {
	font-size:6.5em;
	text-shadow:1px 1px 10px #000;
}
header h2 {
	padding-bottom:0px;
	font-size:3.0em;
	margin-top:0px;
}

.language {
	text-align:right;
	font-size:1.5em;
	font-weight:100;
}

.header-img {
	float:left;
	width:100%;
	height:600px;
	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 */


/********************** Main menu-1 START *************************/
.main-menu-1 {
	font-size:1.6em;
	height:0px;
}
.main-menu-1-container {
	height:0px; /* same as height of .main-menu-1 height */
}
.main-menu-1 a {
	margin-left:10px;
	margin-right:10px;
}
/* END Main menu-1 */




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