@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,700,300,400&subset=latin,cyrillic);
html {
	overflow:  hidden;
}
body {
	background-image:url('bg_storm.jpg');
	background-repeat:no-repeat;
	-moz-background-size: cover; 
	-webkit-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	padding:0px;
	margin:0px;
	width:100%;
	height:auto;
}
h1 {
	margin-top:3%;
	font-size: 15px;
	font-weight:normal;
}
.logo {
	opacity:0.5;
	  width: 150px;
  padding: 10px;
  z-index:900;
}
.logo:hover {
	opacity:1;
}
#main_blk{
	width:386px;
	position:absolute;
	left:50%;
	margin-left:-193px;
	padding-top:20px;
	top:0;
	padding-bottom:40px;
	border-radius:0 0 10px 10px;
	background:#333;
	z-index:900;
}
#grid_big{
	width:1001px;
	height:601px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	/* border:1px rgba(255, 255, 255, .1) solid; */
	opacity: .7;
	z-index:700;
	/* display:none; */
}
#bannerz{
	width:1000px;
	height:600px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	/* border:1px rgba(255, 255, 255, .1) solid; */
	opacity: .7;
	z-index:800;
	/* display:none;  */
}
#bannerz a{
	display:block;
	position:absolute;
}
.grid_blk{
	width:8px;
	height:8px;
	border:1px rgba(255, 255, 255, .1) solid;
	display:inline-block;
}
.single_banner{
	width:10px;
	height:10px;
	display:inline-block;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	cursor:pointer;
}
.single_banner:hover{
	background:rgba(255, 255, 255, .5);
}
#approved_bannerz{
	display:none;
}
#informer {
	width:385px;
	  margin: 0px auto;
}
#informer  span {
	font-size:50%;
	width:200px;
}
#usd {
	font-size: 150%;
	width:40%;
	display:inline-block;
	color:#fff;
	-moz-transition:color 2s ease-in;
	-o-transition:color 2s ease-in;
	-webkit-transition:color 2s ease-in;
}
#rur {
	font-size: 150%;
	width:40%;
	display:inline-block;
	color:#fff;
	-moz-transition:color 2s ease-in;
	-o-transition:color 2s ease-in;
	-webkit-transition:color 2s ease-in;
}

.pool {
	margin-top:25%;
}
.green_fade{
	color:#5ad98c !important;
	-moz-transition:color 0s ease-in !important;
	-o-transition:color 0s ease-in !important;
	-webkit-transition:color 0s ease-in !important;
}
.red_fade{
	color:#d38484 !important;
	-moz-transition:color 0s ease-in !important;
	-o-transition:color 0s ease-in !important;
	-webkit-transition:color 0s ease-in !important;
}
.sound{
	width:20px;
	height:20px;
	position:absolute;
	background:url('volume.png')no-repeat 0px 0px;
	top:10px;
	right:50px;
	cursor:pointer;
	-moz-transition:opacity 0.3s ease-in;
	-o-transition:opacity 0.3s ease-in;
	-webkit-transition:opacity 0.3s ease-in;
	opacity:.9;
	z-index:900;
	display:none;
}
.settings{
	width:20px;
	height:20px;
	position:absolute;
	background:url('settings.png')no-repeat 0px 0px;
	top:10px;
	right:20px;
	cursor:pointer;
	-moz-transition:opacity 0.3s ease-in;
	-o-transition:opacity 0.3s ease-in;
	-webkit-transition:opacity 0.3s ease-in;
	opacity:.9;
	z-index:900;
}
.sound:hover, .settings:hover{
	opacity:1;
}
.muted{
	background-position:0px -20px;
	opacity:.7;
}
.settings_bar{
	position:absolute;
	top:70px;
	right:-320px;
	width:300px;
	padding:10px;
	background:#fff;
	border-radius:5px 0 0 5px;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	z-index: 999999;
}
.settings_bar.active{
	right:0;
}
.settings_bar p.head{
	font-size:16px;
	text-align:center;
	margin:5px 0;
	color:#000;
	font-style:italic;
}
.settings_bar .select_music span{
	display:block;
	padding:5px 0;
	background:#fff;
	padding-left:10px;
	padding-right:25px;
	width:265px;
	font-size:14px;
	font-weight:300;
	color:#333;
	cursor:pointer;
	margin:0;
	border-radius:3px;
	overflow-x:hidden;
	border:0px #fff solid;
	border-width:2px 0;
}
.settings_bar .select_music span.active{
	font-style:italic;
	background-image:url('now_playing.png');
	background-position:275px center;
	background-repeat:no-repeat;
}
.settings_bar .select_music span:hover, .settings_bar .select_music span.active{
	background-color:#f1f1f1;
}
.settings_bar .select_bg span{
	display:inline-block;
	margin:10px 0;
	background:#fff;
	width:60px;
	height:60px;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
	border:5px #f9f9f9 solid;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	opacity:.5;
}
.settings_bar .select_bg span img{
	height:60px;
}
.settings_bar .select_bg span:hover, .settings_bar .select_bg span.active{
	border-color:#e1e1e1;
	opacity:1;
}


h2 {
font-size: 59px;
  font-family: open sans, sans serif;
  margin-left: 37px;
  line-height: 0px;
  font-weight:normal;
}

 h3{
  font-size: 22px;
  font-family: open sans, sans serif;
  margin-left: 30px;
  line-height: 0px;
  font-weight: normal;
}

ul {
margin-top:50px;
}

ul li {
list-style:none;
}

 ul li a {
text-decoration:none;
color:#ffffff;
font-size: 14px;
}

 ul li a:hover {
 color:#322AD6;
 }
 
 
 #modal_form {
	width: 500px;
  height: 300px;
  border-radius: 5px;
  border: 3px #000 solid;
  background: #fff;
  color:#000000;
  font-size: 12px;
  font-family: Open sans;
  position: fixed;
  top: 65%;
  right: 5%;
  margin-top: -150px;
  /* margin-left: -150px; */
  display: none;
  opacity: 0;
  z-index: 1001;
  padding: 20px 10px;
}
/* Кнопка закрыть для тех кто в танке) */
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Подложка */
#overlay {
	z-index: 1000; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.5; /* но немного прозрачна */
	width: 100%; 
	height: 100%; /* размером во весь экран */
	top: 0; 
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}

a#go {
color: #ffffff;
  font-size: 15px;
  float: right;
  position: absolute;
  right: 20px;
  top: 50px;
}

#tbsvd {
color:#000000;
font-size:12px;
  border: #000000 1px solid;
  margin-top: 20px;
  border-collapse: collapse;
}


#tbsvd tr{
  border: #000000 1px solid;
}

#tbsvd td {
min-width: 70px;
  border: #000000 1px solid;
    padding: 5px;
}

#buy_banner_popup{
	display:none;
	width:346px;
	padding:20px;
	position:absolute;
	left:50%;
	margin-left: -193px;
	top:200px;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	z-index:1001;
}
#buy_banner_popup p{
	font-size:16px;
	color:#000;
	text-align:center;
}
#buy_banner_popup p span{
	font-style:italic;
}
#buy_banner_popup p.head{
	font-size:20px;
	font-weight:700;
	color:#000;
}

.lang_link {
float:right;
color:#ffffff;
margin-right: 20px;
margin-top: 20px;
}