::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

@font-face {
	font-family: 'LeagueGothic';
	/*src: local('LeagueGothic');*/
	src: url('../fonts/LeagueGothic/LeagueGothic.eot');
	src: url('../fonts/LeagueGothic/LeagueGothic.eot?#iefix') format('embedded-opentype'), 
	 	 url('../fonts/LeagueGothic/LeagueGothic.woff') format('woff'), 
	 	 url('../fonts/LeagueGothic/LeagueGothic.ttf') format('truetype'), 
	 	 url('../fonts/LeagueGothic/LeagueGothic.svg') format('svg');
	/*font-weight: normal;*/
	/*font-style: normal;*/
}

@font-face {
	font-family: 'PTSans';
	/*src: local('PTSans');*/
	src: url('../fonts/PTSans/PTSans.eot');
	src: url('../fonts/PTSans/PTSans.eot?#iefix') format('embedded-opentype'), 
	 	 url('../fonts/PTSans/PTSans.woff') format('woff'), 
	 	 url('../fonts/PTSans/PTSans.ttf') format('truetype'), 
	 	 url('../fonts/PTSans/PTSans.svg') format('svg');
	/*font-weight: normal;*/
	/*font-style: normal;*/
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.container { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	min-width: 480px;
	width: 100%;
}

.headercontainer {
	position:relative;
	width: 100%;
	height: 85px;
	background-color: rgba(0,0,0,0.25);
	/*background: url('../img/banner.jpg') center top;*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
	box-sizing : border-box;
	z-index :100;
	/*border:1px #FF0000 solid;*/
	position: fixed;
}

.header {
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.25);
}

.logo {
	background: #00238C url('../img/logo.png') center center no-repeat;
	width:60px;
	height:60px;
	float:left;
}

.titlecontainer {
	box-sizing:border-box;
	float: left;
	height:100%;
	/*width:210px;*/
	margin-top:0px;
	/*padding-bottom: 1px;*/
	border-bottom: 1px #00238C solid;
}

.title {
	/*box-sizing:border-box;*/
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size:35px;
	font-style: italic;
	/*font-style: oblique;*/
	color: #FFFFFF;
	/*float:left;*/
	padding:0px;
	margin-top: 12px;
	margin-left: 6px;
	margin-bottom: 0px;
	/*border: 1px #FF0000 solid;*/
}

.subtitle {
	/*box-sizing:border-box;*/
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size:18px;
	/*font-style: italic;*/
	/*font-style: oblique;*/
	color: #EDEDED;
	/*float:left;*/
	/*border: 1px #FF0000 solid;*/
	text-align: right;
	margin-left: 6px;
	margin-right: 20px;
	margin-top: 2px;
}

.langcontainer {
	/*box-sizing:border-box;*/
	float:right;
	margin:10px;
	display:block;
	/*border: 1px #FF0000 solid;*/
}

.langflag {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	display:block;
	float:left;
	margin-left:5px;
	width:16px;
	height:22px;
	padding-top:11px;
	text-align:center;
}

.footercontainer {
	width:100%;
	height: 50px;
	background: rgba(0,0,0,0.75);
	box-sizing:border-box;
	clear: both;
 	position: relative;
 	z-index: 100;
	margin-top: -50px;
	text-align: center;
	/*vertical-align: middle;*/
}

.footer {
	/*line-height: 20px;*/
	margin:15px;
	display: inline-block;
	/*text-align: center;*/
	vertical-align: middle;
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.maincontent { 
	/*margin-bottom: 50px; */
	/*clear: both;*/
	overflow: auto;
}

/* MENU */

.menucontainer {
	/*border:1px #FF0000 solid;*/
	margin:auto;
	padding-left:10px;
	padding-right:10px;
	/*width: 50vw;*/
	box-sizing: border-box;
}

#nav { 
	padding:2px;
	/*height:20px;*/
	float: left;
}

#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;
}

#nav li{
	/*margin-top: 9px;*/
	float: left;
	padding-left: 21px;
}

#nav li a { 
	color: #FFFFFF; 
	opacity:0.75; 
	font-size: 16px; 
	text-decoration: none; 
	font-family: 'PTSans', Helvetica, Arial, sans-serif; 
}

#nav li a.active { 
	color: #FFFFFF; 
	opacity:1; 
	border-bottom: 2px solid #FFFFFF; 
}

#nav li a:hover { 
	color: #FFFFFF; 
	opacity:1; 
}

/* PARALLAX WORK */

/*#slide1, #slide2{ width: 100%; }*/

#slide1{
	/*background: url('../img/wall.1.1.jpg') 50% 0 no-repeat fixed;*/
	color: #FFFFFF;
	height: 100vh;
	margin: 0;
	/*padding: 200px 0 260px 0;*/
	background-size: cover;
	z-index: 1;
	box-sizing:border-box;
}

#slide2{
	background-color: #F2F2F2;
	color: #333333;
	/*height: 400px;*/
	margin: 0 auto;
	overflow: hidden;
	padding: 50px;
	box-sizing:border-box;
}

#slide3{
	background: url('../img/wall.3.jpg') 50% 0 no-repeat fixed;
	color: #FFFFFF;
	height: 100vh;
	/*padding: 170px 0 0 0;*/
	background-size: cover;
	z-index: 1;
	box-sizing:border-box;
}

#slide4{
	background-color: #F2F2F2;
	color: #333333;
	height: 75vh;
	/*padding: 200px 0;*/
	box-sizing:border-box;
}

#slide5{
	background: url('../img/wall.3.jpg') 50% 0 no-repeat fixed;
	height: 100vh;
	margin: 0 auto;
	/*padding: 250px 0;*/
	color: #FFFFFF;
	background-size: cover;
	z-index: 1;
	box-sizing:border-box;
	display: table-cell;
}

/*.slidebg:after {
	content: "";
    background: url('../img/bgpattern.png') repeat;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}*/

.scrolldown {
	/*border: 1px #FF0000 solid;*/
	width: 64px;
	height: 64px;
	margin: auto;
	background: url('../img/scrolldown.png');
}

/*  PARALLAX WORK */

.dialogouter {
	position: relative;
	/*top: 50%;*/
	left: 50%;
	width:80vw;
	height:100%;
	margin-left:-40vw;
	/*margin-top:35%;*/
	/*margin-left:auto;*/
	/*background-color: rgba(0,0,0,0.5);*/
	box-sizing:border-box;
	/*display: inline-block;*/
	/*vertical-align: middle;*/
}

.dialoginner {
	position: relative;
	top:15%;
	width:100%;
	height:70%;
	/*background-color: rgba(0,0,0,0.5);*/
	padding: 30px;
	box-sizing:border-box;
}

.dialogtitle{
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-style:italic;
	display: block;
	text-shadow: 0px 1px 3px #333333;
}

.dialogtitle2 {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style:italic;
	font-weight: bold;
	color: #999999;
	text-shadow: 0px 1px 0px #FFFFFF;
}

.dialogsubtitle {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #F3F3F3;
	display: block;
	border-bottom:1px #CCCCCC dotted;	
	margin-top:15px;
	margin-bottom:10px;
	text-shadow: 0px 1px 3px #333333;
}

.dialogtext {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 0px 1px #333333;
}

.dialoglabel {
	color:#FF8800;
	display:table-cell;
	width:60px;
	padding-right:5px;
}

.map {
	margin-top:20px;
	border:1px #555555 solid;
	padding:3px;
	/*float:left;*/
	width:100%;
	height:138px;
	/*background: url('../img/map.jpg') no-repeat 3px 3px;*/
}

.mframe {
	padding: 0px; 
	/*width: 100%; */
	height: 100%;
}

.mframe .slidee { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	list-style: none;
}

.mframe .slidee div.pp { 
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	/*width: 100%;*/
	/*height: 410px;*/
	/*border:1px #FF0000 solid;*/
}

.mpages { 
	display:block;
	list-style:none;
	text-align: center;
	width: 100%; 
	height: 10px;
	padding:0px;
	margin:5px 0 0 0;
}

.mpages li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor:pointer;
    /*box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);*/
    border:1px #FFFFFF solid;
    background: transparent;
    margin: 0 2px;
    text-indent:-999px;
    overflow: hidden;
}

.mpages li:hover {
	background: #EDEBE8;
}

.mpages .selected {
	background: #FFFFFF;	
}

.slogancontainer{
	display: block;
	text-align: center;
	margin:auto;
	margin-top:120px;

}

.slogan{
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #111111;
	/*border: 1px #FF0000 solid;*/
	margin:20px;
}

.sloganexp{
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 20px;
	/*font-style: italic;*/
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #111111;
	width:430px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.announcecontainer{
	display: block;
	text-align: left;
	margin:auto;
	margin-top:120px;
	width:75%;
	/*background: rgba(0,0,0,0.50);*/
	/*padding:20px;*/
	border-radius: 4px;
}

.announcetitle {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #111111;
	/*border: 1px #FF0000 solid;*/
	margin:20px;
}

.announce {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	/*font-style: italic;*/
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #111111;
	/*border: 1px #FF0000 solid;*/
	margin:20px;
	text-align: justify;	
}

.announcedate {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	/*font-style: italic;*/
	color: #F59C00;
	text-shadow: 1px 1px 3px #111111;
	/*border: 1px #FF0000 solid;*/
	margin:20px;
}

/*.pagescroller {
	position:absolute;
	left:50%;
	width: 70px;
	height: 70px;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 100%;
	background-color: #F2F2F2;
	margin-top:-35px;
	margin-left:-35px;
	border:2px #CCCCCC solid;
	background-image: url('../img/chevrondown.png') no-repeat 25px 25px;
}*/

.brandcontainer {
	float: left;
	/*margin: 20px;*/
	/*display: table-cell;*/
}

.brand {
	font-family: "PTSans";
	font-size:35px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 2px #FFFFFF;
	color: #AAAAAA;
	display:block;
	padding:20px;
	padding-bottom:15px;
	border: 1px transparent solid;
	border-radius: 4px;
	/*min-width:150px;*/
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
    opacity:0.75; 
}

.brand > .small {
	display: block;
	width:100%;
	font-size: 14px;
	text-align:right;
	font-style: normal;
}

.brandover {
	/*border: 1px #CCCCCC solid;*/
	/*background-color: #FFFFFF;*/
	opacity:1; 
}

.copyright {
	font-family: "PTSans";
	font-size:18px;
}