@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
}

html, body {
	height:100%;
	width:100%;
	background:url(../images/indexBgImg.png) center top no-repeat;
}

body {
	/*min-width:960px;*/
}
#warp {
	min-height:100%;
	max-width:960px;
	margin:0 auto;
	
}

.topBgColor {
	height:35px;
	width:100%;
	position:absolute;
	top:0;
	
	background: -moz-linear-gradient(top,  rgba(71,71,71,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,71,71,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(71,71,71,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(71,71,71,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(71,71,71,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(71,71,71,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


}

#logo {
	padding:130px 10px 85px;
	margin:0 auto;
}
#logo img {
	width:calc(100% - 20px);
	margin:0 auto;
	height:auto;
}
#language {
	max-width: 320px;
	width:100%;
    margin: 0 auto;
}

.languageBg {
	background:rgba(50,50,50,0.55);
	height:520px;
}
.Enter {
	height:82px;
	margin:0 38px;
	border-bottom:2px solid #c49a6d;
	text-align:center;
	padding-top:65px;
	padding-bottom:37px;
}

.LanguageSelect {
	margin:0 38px;
}

.LanguageMenu {
	height:14px;
	list-style:none;
	padding:40px 0;
}
.LanguageMenu li {
	display:inline-block;
	width:81px;
	float:left;
	text-align:center;
}
.LanguageMenu li a {
	font-size:14px;
	line-height:20px;
	text-shadow:0 0 5px #000000;
	color:#FFFFFF;
	font-weight:bold;
}

#footer {
	background:url(../images/footerImg.png) center top no-repeat;
	z-index:10;
	margin-top:-183px;
	padding-top:93px;
	width: 100%;
}
.footerBG {
	background:#5998d8;
	min-height:90px;	
}
.footerBG::after {
	content:"";
	display:block;
	clear:both;
}
.footerContent {
	margin: 0 auto;
    max-width: 960px;
    width: 100%;
    height: auto;
}
.footerLogo {
	width:100px;
	height:60px;
	margin:15px 0;
	float:left;
}
.copyRight {
	float:left;
	margin:20px 0;
	color:#FFFFFF;
	line-height:25px;
}
.footerContact {
	float:right;
	margin:20px 0;
	padding-left:50px;
	color:#FFFFFF;
	line-height:25px;
	text-align:right;
}
.footerContact > a {
	color:#FFFFFF;
}
@media (max-width: 847px) {
.footerLogo {
     width: auto; 
     height: auto; 
     margin:0; 
     float:none;
	 text-align:center;
	 padding-bottom:10px; 
}
.copyRight {
    float: none;
    margin: 0;
	text-align:center;
}
.footerContact {
    float: none;
    margin: 0;
    padding:10px 0px;
    text-align: center;
}
}
@media (max-width: 500px) {
#logo {
    padding: 20px 10px 20px;
    margin: 0 auto;
}
.topBgColor {
	display:none;
}
}
@media (max-width: 335px) {
.LanguageMenu li {
    display: block; 
    width: auto;
    float: none; 
    text-align: center;
	text-align:center;
	padding-bottom:10px;
}
.languageBg {
    background: rgba(50,50,50,0.2);
}
}