html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
	background: url(../images/bg.png) no-repeat!important; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.top_separator, .bottom_separator{
width:100%;
height: 20%;
}
.lang_body{
	position: absolute;
	display: table;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	padding: 0;
	position: absolute;
	display: table;
	text-align:center;
}

.lang_choose{
	background-image: url(../images/label.jpg)!important; 
    background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 50%;
     overflow: hidden;
  	text-align: center;
}
.logo_container{
	width: 100%;
	height: 100%;
	position: relative;
    margin: 0;
    padding: 0;
}
.container_lang{
	width: 100%;
	height: 100%;
	position: relative;
}
.lang_choose img{
	margin: 0 1.5% 0 1.5%;
	-webkit-box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.7);
	box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.7);
    height:20%;
}
.lang_center{
	height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.logo_lang{
	width: auto;
	height: 100% !important;
	box-shadow: none !important;
	margin: 0 !important;
}