div, body{
	margin: 0;
	padding: 0;
}
body{
	height: 100%;
	width: 100%;
	overflow: hidden;
	
}
@font-face{
	font-family: avenir_lt_35_light;
    src: url('../fonts/Avenir_LT_35_Light.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal; 
} 
@font-face{
	font-family: liorah_bt;
    src: url('../fonts/liorah_bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
} 

            
div#top{
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/top.jpg) no-repeat;
	background-size: 100% 100% !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/top.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/top.jpg', sizingMethod='scale')";
	width: 100%;
	height: 66%;	
	overflow-y: hidden;
	margin: 0;
	padding: 0;
	padding-left: 13%;
}
div#bottom{
	background: url(../images/bottom.jpg) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 66%;
	left: 0;
	width: 100%;
	height: 34%;
	z-index: 2;	
}
div#left-panel{
	/*position: absolute;*/
	border-left: 8px solid white;
	border-right: 8px solid white;
	border-top: 8px solid white;
	background-color: #152535;
	/*height: 256px;*/
	bottom: 0%;
	/*left: 200px;
	margin-right:30px; 
	width: 425px;*/
	z-index: 1;	
}
div#left-panel-ref{
	position: absolute;
	background: url(../images/back1.png) no-repeat;
	background-size: 100% 100%;
	height: 60%;
	top: 120%;
	left: 200px;
	width: 31.6%;
	z-index: 3;	
}

div#right-panel-ref{
	position: absolute;
	background: url(../images/back2.png) no-repeat;
	background-size: 100% 100%;
	height: 60%;
	top: 120%;
	left: 683px;
	width: 31.6%;
	z-index: 3;	
}

div#right-panel{
	background-color: #2aaba8;
	/*position: absolute;*/
	border-left: 8px solid white;
	border-right: 8px solid white;
	border-top: 8px solid white;
	/*height: 256px;*/
	bottom: 0%;
	/*left: 683px;
	width: 425px;*/
	z-index: 1;	
}
div#right-panel img.logo{
	padding-top: 12%;
	margin: 0 auto;
	vertical-align: middle;
	display: block;
}

div#left-panel img.logo{
	padding-top: 18%;
	margin: 0 auto;
	vertical-align: middle;
	display: block;
}
div#left-panel p{
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
}

div#left-panel p.title{
	font-family: liorah_bt; 
	font-size: 18pt;
	color: white;
	margin-top: 25px;
}
div#left-panel img.title{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 25px;
	width: 240px;
}
div#left-panel-ref img.title{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 25px;
	width: 240px;
}



div#right-panel img.title{
	height: auto;
	width: 250px;
	margin: 0 auto;
	margin-top: 25px;
	display: block;
}
div#left-panel img.description{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 25px;
	width: 180px;
}

div#left-panel-ref img.description{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 25px;
	width: 180px;
}
div#right-panel img.description{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 240px;
	margin-top: 10px;
}
div#left-panel p.description, .lang{
	font-family: avenir_lt_35_light; 
	font-size: 8pt;
	color: white;
}

.sep{
	/*height:9px;
	width: 3px;
	margin-right: 15px;
	float: left;*/
	margin: -2px auto;
}
.lang_ic{
	/*height:9px;*/
	/*width: 18px;*/
	margin: 0 auto;
	/*float: left;*/
	 
}
div.lang{    
    text-align: center;
    padding-top: 15%;
    padding-bottom: 2%;
    clear: both;
}
@media (min-width: 768px)
{
	#real{
		height: 35%;
	}
	.sep{max-width: 200%;}
	.lang_ic{max-width: 200%;}
}
@media (min-width: 480px) and (max-width: 768px)
{
	#real{
		height: 20%;
	}
div#right-panel{
	border-left: 6px solid white;
	border-right: 6px solid white;
	border-top: 6px solid white;
}
div#left-panel{
	border-left: 6px solid white;
	border-right: 6px solid white;
	border-top: 6px solid white;
}
}

@media (max-width: 480px)
{
	#real{
		height: 15%;
	}
	
div#right-panel{
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-top: 4px solid white;
}
div#left-panel{
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-top: 4px solid white;
}

}


