body, html {
	height: 100%;
	width: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif; 
}

@font-face {
    font-family: 'futura_light_trlight';
    src: url('futuralighttr-webfont.eot');
    src: url('futuralighttr-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralighttr-webfont.woff') format('woff'),
         url('futuralighttr-webfont.ttf') format('truetype'),
         url('futuralighttr-webfont.svg#futura_light_trlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

header{
	height: 85px;
	background: #9f0000;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
}
footer{
	height: 70px;
	background: url(../images/trans_black.png);
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 99;
}
nav{
	position: absolute;
	right: 30px;
	top: 52px;
	font-size: 14px;
	color: #fff;
}
nav ul{
	margin:0px;
	padding: 0px;
}
nav ul li {
	display: inline-block;
	padding-left: 10px;
	font-family: 'futura_light_trlight';
	cursor: pointer;
}

 .content a 			{text-decoration: none; color: #fff;}
 .content a:active 	{text-decoration: none; color: #fff;}
 .content a:link 	{text-decoration: none; color: #fff;}
 .content a:visited	{text-decoration: none; color: #fff;}
 .content a:hover 	{text-decoration: none; color: #9f0000;background: #fff}

 nav a 			{text-decoration: none; color: #fff;padding: 0px 3px 0px 3px ;line-height: 16px;}
 nav a:active 	{text-decoration: none; color: #fff;}
 nav a:link 	{text-decoration: none; color: #fff;}
 nav a:visited	{text-decoration: none; color: #fff;}
 nav a:hover 	{text-decoration: none; color: #9f0000;background: #fff}

.main{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.logo{
	width: 198px;
	height: 47px;
	position: absolute;
	left: 66px;
	top: 21px;
	display: block;
	background: url(../images/logo.png) no-repeat;
}
.col{
	height: 100%;
	background: url(../images/trans_black2.png);
	width: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.col h1{
	font-weight: normal;
	font-size: 36px;
	font-family: 'futura_light_trlight';
	color: #fff;
	position: absolute;
	left: 65px;
	margin-top: -110px;
}
.col .content{
	z-index: 102;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #f7e4e4;
	width: 320px;
	padding: 0px;
	margin: 0px;
	margin-left: 65px;
	margin-top: 20px;
	
}
.col p{
	padding: 5px 0px 5px 0px;
}
.col li{
	color: #f7e4e4;
}
.red_box{
	height: 50%;
	background: #9f0000;
	width: 450px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 101;
	background-blend-mode: hard-light;  
	min-height: 420px;
}
.arrow_left{
	width: 84px;
	height: 70px;
	background: url(../images/arrow_left.png) no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 450px;
}
.arrow_right{
	width: 84px;
	height: 70px;
	background: url(../images/arrow_right.png) no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	right: 0px;
}
footer .progress{
	width: 100%;
	height: 3px;
	background: #333333;
	display: block;
}
footer .progress .bar{
	position:relative; height:3px; width:100%; background:#9f0000;
}


.icon_fb{
	width: 13px;
	height: 25px;
	display: block;
	background: url(../images/social_media2.png) no-repeat;
	position: absolute;
	bottom: 20px;
	right: 180px;
}
.icon_fb:hover{background: url(../images/social_media1.png) no-repeat;}
.icon_tw{
	width: 27px;
	height: 25px;
	display: block;
	background: url(../images/social_media2.png) no-repeat;
	background-position: -13px 0px;
	position: absolute;
	bottom: 20px;
	right: 140px;
}
.icon_tw:hover{background: url(../images/social_media1.png) no-repeat;background-position: -13px 0px;}
.icon_yt{
	width: 23px;
	height: 25px;
	display: block;
	background: url(../images/social_media2.png) no-repeat;
	background-position: -40px 0px;
	position: absolute;
	bottom: 20px;
	right: 105px;
}
.icon_yt:hover{background: url(../images/social_media1.png) no-repeat;background-position: -40px 0px;}
.lang_link{
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	line-height: 23px;
	display: block;
	position: absolute;
	bottom: 20px;
	right: 30px;
	border: 1px solid #5b554c;
	color: #cccccc;
}
 .lang_link 		{text-decoration: none; border: 1px solid #5b554c;}
 .lang_link:active 	{text-decoration: none; border: 1px solid #5b554c;}
 .lang_link:link 	{text-decoration: none; border: 1px solid #5b554c;}
 .lang_link:visited	{text-decoration: none; border: 1px solid #5b554c;}
 .lang_link:hover 	{text-decoration: none; border: 1px solid #cccccc;}

#map_canvas {
	margin-top: 85px;
	height: 400px;
	float: left;
}
.map_bg {
    width: 450px;
	height: 100%;
	float: left;
	background: url(../images/map_bg.jpg);
}
.ref_box{

	width: 100%;
	height: 100%;
	z-index: 1000;
	display: block;
}
.ref_list{
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    width: -o-calc(100% - 550px);
    width: calc(100% - 550px);
	margin-left: 500px;
    height: -moz-calc(100% - 230px);
    height: -webkit-calc(100% - 230px);
    height: -o-calc(100% - 230px);
    height: calc(100% - 230px);
	overflow: auto;
	position: absolute;
	top: 130px;
}
.ref_list h2{
	font-weight: normal;
	font-size: 24px;
	font-family: 'futura_light_trlight';
	color: #fff;
	padding: 10px;
}
.footer_info{
	position: absolute;
	left: 490px;
	bottom: 22px;
	color: #a8a095;
	color: 12px;
}
.footer_info .redtext{
	background: #9f0000;
	color: #fff;
	padding: 3px;
}

@media only screen and (max-width: 1024px) {
	.col{
		width: 350px ;
	}
	.red_box{
		width: 350px ;
	}
	.col .content{
		font-size: 12px;
		line-height: 18px;
		width: 220px;
		
	}
	.arrow_left{
		left: 350px;
	}

	.map_bg {
	    width: 350px;
	}
	.footer_info{
		left: 390px;
	}
	.ref_list{
	    width: -moz-calc(100% - 450px);
	    width: -webkit-calc(100% - 450px);
	    width: -o-calc(100% - 450px);
	    width: calc(100% - 450px);
		margin-left: 400px;
		overflow: overlay;
		position: absolute;
		top: 130px;
	}	
	.ref_list>div{
		width:150px !important; height:130px !important; margin:0px 15px 15px 0px;
	}
	.ref_list>div img{
		width:150px; height:130px;
	}

}

.ref_list>div {
	float:left;width:175px; height:150px; background:white;margin:0px 15px 15px 0px;
}
.jp-play{
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: url(../images/muzik2.png) no-repeat center center;
	padding: 0px;
}
.jp-play:hover{background: url(../images/muzik2.png) no-repeat center center;}
.jp-pause{
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: url(../images/muzik1.png) no-repeat center center;
	padding: 0px;
}
.jp-pause:hover{background: url(../images/muzik1.png) no-repeat bottom center;}