@charset "utf-8";
/* CSS Document */


#headerEN {
	width: 1000px;
	height: 180px;
	background-repeat: no-repeat;
	
}
#headerSC {
	width: auto;
	height: 180px;
	background-repeat: no-repeat;
	
}


#nav {width:100%; height:40px; margin:1px auto 0 auto;}

.countdown {font-family:'Open Sans', Arial, sans-serif; font-weight: 400; font-size:16px; color:#000;line-height:30px;}
.coundown_date {font-family:'Open Sans', Arial, sans-serif; font-weight: 200; font-size:38px;  }
.countdown p{line-height:18px; margin-top:10px; margin-bottom:25px;}


.whitebox {background-color:#FFF; box-shadow: 2px 2px 2px #d7d7d7;}
.whitebox .home_title {margin:10px;}
.blackheadertab {height:20px; background-color:#1F1F1F; font-size:12px; color:#FFF; text-align:center;}
.blackheadertab span {height:19px; background-color:#1F1F1F; font-size:12px; color:#FFF; text-align:center;}
.blackheadertab a{color:#FFF; text-decoration:none;}
.blackheadertab .Head{font-family:Tahoma; margin:0; text-transform:uppercase;}


#footer {width:auto; background-color:#000; margin-top:30px; color:#FFF; font-size:11px; padding-top:20px;}
#footercontainer {width:90%; margin:auto auto;}
#footer a{color:#FFF; text-decoration:none;}
#footer a:hover{text-decoration:underline;}

.InnerTop p {margin-top:0px; margin-bottom:0px}

@media (max-width: 991px) {
	.whitebox {padding:0;}
	
	.navbar-header .lang_menu, .navbar-header .lang_menu div{
		height:60px;
		vertical-align: middle;
		display: table-cell;
		padding:0;
		margin:0;
	}
	.navbar-header {
		overflow:hidden;
	}

	.navbar-header .lang_menu .blackheadertab{
		background:#1F1F1F;
	}
	
	#footercontainer{
		font-size:12px;
	}
}

.alpaca-controlfield-container input[type=text] , .alpaca-controlfield-container textarea, .alpaca-controlfield-container select{
	width:400px;
 }
