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


/************** Over style START *****************/
.section {
	background-color:transparent;
}

h1, h2, h3, p, li {
	font-family: "Georgia", Times New Roman, Times, serif;
}
h1 .font-type-2, h2 .font-type-2, h3 .font-type-2, p .font-type-2 {
	font-family: "La Belle Aurore", sans-serif;
}
/* 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;
}
.mob-menu > li.mob-language {
	list-style:none; 
	border-bottom:none;
}
/* END Mobile Menu */


/************ Header START *************/
header h1 {
	font-size:2.0em;
}
header h2 {
	padding-top:0em;
	padding-bottom:0px;
	font-size:2.0em;
	text-align:center;
	margin-top:-15px;
}
.header-img {
	float:left;
	width:100%;
	height:200px;
	background-color:#FFFFFF;
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}

/**********************  RGB Slide carousel START *************************/
.rgb-slide-carousel, .slide-container, .rgb-slide-carousel li, .-slide1, .-slide2, .-slide3, .-slide4 {
	height:300px; /* Slide height */
}
/* END Slide */


/* END Header */



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