html, body{
	margin:0px; 
	padding:0px;
}

body{
	background: url('bg.jpg') #141719;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Tahoma, "Helvetica Neue", Helvetica, sans-serif;
}
body, a{
	color:#c4dae7;
	-webkit-text-size-adjust: none; 
	text-size-adjust: none;
}
a{text-decoration: underline;}

#cont{
	width: 950px; 
	overflow: hidden;
	margin: 0 auto; 
}
.inner{
	width: 950px; 
	overflow: hidden;
	margin: 0 auto; 
}
#header{
	overflow: hidden;
	background: url('bg_top.jpg') #202227;
	padding: 5px 0px;
	border-bottom: 1px solid #141719;
}
#header table {
	width: 100%;
}
#header table td{
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.logo{
	width: 230px;
	padding-top: 0px !important;
}
.logo div{
	width: 235px;
	height: 55px;
	background: url('logo.jpg') no-repeat;
}
.search{
	width: 280px;
	padding: 0px 0px 0px 0px !important;
}
.search_hint{
	font-weight: bold;
}
.search_input_box{
	background: #17191d;
	border-radius: 5px;
	padding: 3px;
	margin-top: 5px;
	overflow: hidden;
}
.search_input_box input{
	border:0px;
	padding: 8px 6px;
	width: 170px;
	outline: none;
	background: #17191d;
	float: left;
}
.search_input_box button{
	border:0px;
	padding: 8px 6px;
	width: 80px;
	outline: none;
	background: #0e9cf0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#13bdf5), to(#0e9cf0));
	background-image: -webkit-linear-gradient(top, #13bdf5, #0e9cf0);
	background-image: -o-linear-gradient(top, #13bdf5, #0e9cf0);
	background-image: linear-gradient(top, #13bdf5, #0e9cf0);
    background-image: -moz-linear-gradient(top, #13bdf5, #0e9cf0);
	color: #fff;
	border-radius:5px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	float: right;
}
.rules{
	font-size: 11px;
	line-height: 10px;
	opacity:0.5;
}
.top_rules{
	padding: 5px 0px 0px 0px !important;
}
.top_rules, .top_rules a{
	color:#85929f !important;
}

.overflow{
	overflow: hidden;
	width: 100%;
	margin-left: -200px;
	float:right;
}
.menu{
	float: left;
	width: 200px;
}
.menu_img_box{
	overflow: hidden;
	margin-top: 10px;
	background: url('bg_top.jpg') #202227;
	border-radius: 5px;
	padding:8px;
	margin-right: 20px;
	border:1px solid #25272c;
}

.menu_img_box h3{color: #fff; font-size: 16px; font-weight:normal; margin:15px 0px 13px 0px;}
.menu_img_box ul{margin:0px; padding:0px; list-style:none;}
.menu_img_box ul li{margin:5px 0px; padding:0px; color: #3cbdfe;}
.menu_img_box ul li:hover{color:#00bbe9; text-decoration: underline;}


.content_right{
	background: url('bg_blue.jpg') left top no-repeat;
	overflow: hidden;
	margin-left: 20px;
	margin-left: 200px;

}

.adaptation{
	font-size: 12px;
	line-height: 13px;
	background: #34393f;
	border-bottom:2px solid #292d33;
	color:#d1e9e9;
	margin-top: 4px;
	padding:5px;
	border-radius:4px;
	margin-bottom: 10px;
}
.adaptation div{
	background: url('adaptation_icon.png') left top no-repeat;
	background-size: contain;
	width: 180px;
	margin: 0px auto;
}
.adaptation div span{
	display: block;
	padding-left: 35px;
}
.info{
	width: 100%;
	margin-top: 5px;
}
.rating div{
	background: url('icon_stars.png') center right no-repeat;
	padding-right: 80px;
	float: left;
}
.rating div span{
	background: #0e9cf0;
	color:#fff;
	padding:1px 4px;
	border-radius: 4px;
}
.counts{
	text-align: right;
	line-height: 18px;
}
.title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#EAEAEA;
	margin-top: 20px;
}
.left{
	text-align: left;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.buttons {
	width:350px;
	margin:20px auto 20px auto;
	overflow: hidden;
	/* -webkit-animation: button_animation 1s infinite ease; */
}
.buttons div{margin-top: 5px;}


.but_ok	{
	display: block;
    background: #0985e8;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0db0f0), to(#0985e8));
	background-image: -webkit-linear-gradient(top, #0db0f0, #0985e8);
	background-image: -o-linear-gradient(top, #0db0f0, #0985e8);
	background-image: linear-gradient(top, #0db0f0, #0985e8);
    background-image: -moz-linear-gradient(top, #0db0f0, #0985e8);
    border-bottom: 1px solid #34769c;
    color:#fff !important;
    font-size: 20px;
    width: 100%;
    padding: 35px 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    margin: 1px 0px;
    font-weight: bold;

}
.buttons a:hover{
	opacity: 0.9;
}
.but_enter{
	display: block;
    background: #363B42;
    width: 40%;
    float: left;
    color:#fff !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    margin: 1px 0px;
    padding: 15px 0px;

}
.icon_enter{
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 30px;
	background: url(icon_enter.png) 0 50% no-repeat;
}
.icon_reg{
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 34px;
	background: url(icon_user.png) 0 50% no-repeat;
}
.but_registration{
	display: block;
    background: #363B42;
    width: 58%;
    float: right;
    color:#fff !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    margin: 1px 0px;
    padding: 15px 0px;

}
.but_other{
	padding: 15px 0px;
	font-size: 14px;
}

.thumbs{
	background: url('title_other.png') no-repeat;
	padding-top: 37px;
	margin: 20px auto 0px auto;
	width: 652px;
	overflow: hidden;
	/*-webkit-animation: button_animation 1s infinite ease;*/
}
.thumbs img{
	float: left;
	margin: 0 4px;
}
.bottom_rules{
	margin-top: 12px;
	padding-bottom: 4px;
}
.bottom_rules, .bottom_rules a {
	color:#85929f !important;
}

.footer{
	clear: both;
	overflow: hidden;
}
.footer div{
	border: 1px solid #34393f;
	border-radius: 4px;
	margin-top: 30px;	
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
}



/* adaptation */
#header{
	padding: 5px 0px;
}
.menu_img_box{
	height: 260px;
	margin-top: 35px;
}
.adaptation, .thumbs, .footer{
	display: none;
}

@media (min-width:950px) and (min-height:500px) {
    .footer{
    	display: block;
    }     
}
@media (min-width:950px) and (min-height:525px) {
    #header{
		padding: 5px 0px;
	}
	.player {
		height: 300px;
	}     
}
@media (min-width:950px) and (min-height:675px) {
    .thumbs{
    	display: block;
    }  
    .menu_img_box{
		height: 360px;
		margin-top: 25px;
	}   
}
@media (min-width:950px) and (min-height:725px) {
    .adaptation{
    	display: block;
    }  
    .menu_img_box{
		height: 497px;
	}   
}

/* adaptation mobile */
@media (max-width:950px) {
    #cont, .inner{width: 100%;}
    .inner{margin: 0px 0px 0px 5px;}
	#header{padding: 5px 0px; background-position: 30px -20px;}

	.search, .adaptation, .counts {display: none;} 

	.info {font-size: 10px; line-height: 12px;}

    .menu{width: 80px;}
    .menu img{width: 70px; height: auto;}   

	.menu_img_box{ padding:5px 5px; margin-right: 4px; font-size:8px; line-height:10px; height:215px; margin-top: 10px;}
    .menu_img_box h3{font-size: 12px; margin:7px 0px 5px 0px;}
    .menu_img_box ul li{margin:1px 0px 1px 0px;}

    .overflow{margin-left: -80px;} 
    .content_right{margin-left: 80px; padding: 0px 5px;} 

    .top_rules{padding: 3px 0px 0px 0px !important;}

    .logo{width: 60px; padding-top: 0px !important; }
    .logo div{width: 60px; height: 20px; background-size: cover; background-size: 85px 20px;}

    .rules, .rules a{font-size: 10px; line-height: 9px;}

    .player{height: 180px; margin-top: 5px; border-bottom: 8px solid #2f2b2e;}

    .title{font-size: 14px;}
	.left{margin:20px 0px 10px 0px;}
	.buttons{margin-top: 10px; width: 90%; max-width: 300px;}
	.but_ok{padding: 25px 0px;}
	.but_enter, .but_registration, .but_other{font-size: 12px; padding: 10px 0px;}
	.bottom_rules {margin-top: 6px; padding-bottom: 1px;}

	.player_top{height: 30px;}
    .player_top_left{font-size: 11px; padding: 8px 0px 0px 10px;}
    .player_top_right{padding: 9px 10px 0px 0px; font-size: 10px;}
    .rating_stars{margin: 8px 10px 0px 10px; display: none;}
    .bottom_rules {margin-top: 7px; padding-bottom: 3px;}
}
@media (min-width:340px) and (max-width:950px) {
	.menu{width: 100px;}
	.menu img{width: 90px;}   
    .overflow{margin-left: -100px;} 
    .content_right{margin-left: 100px;} 
}
@media (max-width:950px) and (min-height: 405px) {
	
	.footer{display: block;} 
	.footer div{font-size: 10px; line-height: 10px;  margin-top: 5px; margin-right: 5px; padding: 5px;}
}
@media (max-width:950px) and (min-height: 430px) {
	.adaptation{display: block; font-size: 11px; line-height: 11px;}
	.menu_img_box{height: 260px;}
}
@media (max-width:950px) and (min-height: 485px) {
	.thumbs{display: block; width: 100%; margin-top: 10px; background-size: 90px; padding-top: 20px;} 
	.thumbs img{width:23%; height: auto; margin: 0px 1%;}
	.bottom_rules{margin-top: 6px;}
	.menu_img_box{height: auto;}
}
@media (max-width:950px) and (min-height: 495px) {
	#header{padding: 10px 0px;}
}
@media (max-width:310px) {
	.logo div{margin: 0px auto;}
	.top_rules, .menu{display: none;}
	.top_rules_bottom{display: block !important;}
    .overflow, .content_right{margin-left: 0px;} 
}
