@charset "utf-8";

/*
#022c3c
*/

@font-face {
	font-family: 'open';
	src: url('open.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'edw';
	src: url('edw.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bod';
	src: url('hl.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif,"Trebuchet MS",Tahoma;
	margin:0px;
	padding:0px;
	background:#fff;
	overflow:hidden;
}


table
{
	/*border-spacing:0px;
	padding:0px;*/
	border:none;
}

.tbl
{
	position:relative;
	width:100%;
}

a
{
	text-decoration:none;
}

.back
{
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-position:center;
	display:none;
	background-size: cover;
	opacity:0.6;
}

#b1{background-image:url(../im/b/b1.jpg);}
#b2{background-image:url(../im/b/b2.jpg);}
#b3{background-image:url(../im/b/b3.jpg);}
#b4{background-image:url(../im/b/b4.jpg);}
#b5{background-image:url(../im/b/b5.jpg);}
#b6{background-image:url(../im/b/b6.jpg);}
#b7{background-image:url(../im/b/b7.jpg);}

#b8{background-image:url(../im/b2/b1.jpg);display:block;}


.overlay
{
	position:fixed;
	width:100%;
	height:100%;
	background-image:url(../im/pa3.png);
	opacity:0.3;
}


.lang
{
	transition:opacity ease-in-out 0.3s;
	padding:0px 15px 0px 15px;
	/*background:#fff;*/
	display:block;
	border-radius:50%;
	opacity:0.7;
	color:#022c3c;
	cursor:pointer;
}

/*
#gr{position:relative;left:-30px;}
#en{position:relative;right:-30px;}
*/

.lang:hover
{
	opacity:1;
	text-shadow:0px 0px 5px #fff,0px 0px 15px #fff;
	transition:opacity ease-in-out 0.3s;
}

.img
{
	display:inline-block;
}

.menu
{
	display:none;
	position:relative;
	top:20px;
}