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


/************** Over style START *****************/
.section {
	background-color:transparent;
}
h1, h2 {
	font-family: "Roboto", sans-serif;
	font-weight:300;
}
.-xl-shift-2pr { margin-left:2%; margin-right:2%; }
.-xl46pr { width:46%; height:auto; }

/* END Over style */


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


/********************** Header START *************************/
header h1 {
	font-size:2.8em;
}
header h2 {
	padding-top:0.1em;
	padding-bottom:0px;
	font-size:3.3em;
	text-align:right;
	margin-top:0px;
}
.language {
	text-align:right;
	font-size:1.5em;
	font-weight:100;
}
.header-img {
	float:left;
	width:100%;
	height:550px;
	background-color:#FFFFFF;
	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;
}
/* END Header */


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

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



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


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

.main-event {
	height: 470px;
}
.main-event-info {
	margin-top: 200px;
}
.main-event-info h2 {
	font-size: 3.5em;
	font-weight: 400;
	margin-top: 20px;
}
.main-event-info h3 {
	font-size: 2.5em;
	font-weight: 300;
}
.main-event-date, .main-event-place {
	font-size: 1.2em;
}
/* END Main Container */


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