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


/************** Over style START *****************/
.section {
	background-color:transparent;
}
h1, h2 {
	font-family: "Roboto", sans-serif;
	font-weight:300;
}
.-m-shift-1pr { margin-left:1%; margin-right:1%; }
.-m-shift-2pr { margin-left:2%; margin-right:2%; }
.-m46pr { width:46%; height:auto; }
.-m48pr { width:48%; height:auto; }
/* 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.7em;
}
header h2 {
	padding-top:0em;
	padding-bottom:0px;
	font-size:2.0em;
	text-align:left;
	margin-top:-30px;
}
.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;
}

/* END Header */

/**********************  RGB Slide carousel-2 START *************************/
.rgb-slideshow-2 {
    height: 500px; /* Slide height */
}
/* END Slide */



/********************** RGB Video block START **********************/
.video-block-container {
	height: 250px;
}
.video-container {
	height: 400px;
}
.videoblock-text-container {
	transform: translate(5%, -120%);
}
.videoblock-text-container h2 {
	font-size: 3.5em;
	font-weight: 400;
	position: 50vh;
	color: white;
}
/* END Video block */



/*************** Main Container START ***************/
.event-image-container {
	height: 250px;
}
.event-info-container {
	height: 200px;
}
.event-info-container h3 {
	margin: 20px 15px 0px 15px;;
	font-size: 2.0em;
}

.main-event {
	height: 350px;
}
.main-event-info {
	margin-top: 100px;
}
.main-event-info h2 {
	font-size: 2.4em;
	font-weight: 400;
	margin-top: 20px;
}
.main-event-info h3 {
	font-size: 1.8em;
	font-weight: 300;
}
.main-event-date, .main-event-place {
	font-size: 1.0em;
}
/* END Main Container */


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