html, body{
	margin:0px; 
	padding:0px;
}

body{
	background: #fff;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Tahoma, "Helvetica Neue", Helvetica, sans-serif;
}
body, a{
	color:#888F98;
	-webkit-text-size-adjust: none; 
	text-size-adjust: none;
}
a{text-decoration: underline;}
.plus18 {
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #3093D8;
	color: #fff;
	font-size: 12px;
	top: 4px;
	right: 4px;
	border-radius: 5px;
}
#cont{
	width: 950px; 
	overflow: hidden;
	margin: 0 auto; 
}
.inner{
	width: 950px; 
	overflow: hidden;
	margin: 0 auto; 
}
#header{
	overflow: hidden;
	background: #2c3e50;
	background-repeat: repeat-x;
	padding: 5px 0px;
}
#header table {
	width: 100%;
}
#header table td{
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.logo{
	width: 192px;
	padding-top: 0px !important;
}
.logo div{
	width: 192px;
	height: 30px;
	background: url('logo.jpg') no-repeat bottom;
}
.search{
	width: 280px;
	padding: 0px 0px 0px 0px !important;
}
.search div{
	width: 216px;
	height: 41px;
	background: url('topimg.jpg') center no-repeat;
	float: right;
	margin-right: 10px;
}
.rules{
	font-size: 11px;
	line-height: 10px;
	opacity:0.5;
}
.top_rules{
	padding: 5px 0px 0px 0px !important;
}
.top_rules, .top_rules a{
	color:#808b96 !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: #616e7c;
	border-radius: 5px;
	padding:8px;
	margin-right: 20px;}

.menu_img_box h3{
	background: #2e8ed6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3fa0de), to(#2e8ed6));
	background-image: -webkit-linear-gradient(top, #3fa0de, #2e8ed6);
	background-image: -o-linear-gradient(top, #3fa0de, #2e8ed6);
	background-image: linear-gradient(top, #3fa0de, #2e8ed6);
    background-image: -moz-linear-gradient(top, #3fa0de, #2e8ed6);
    border-bottom: 1px solid #2271ac;
	color: #fff;
	font-size: 12px; 
	font-weight:bold; 
	margin:0px 0px 15px 0px;
	padding: 7px;
	border-radius: 5px;
	text-align: center;
}
.menu_title_2 {
	margin-top: 15px !important;
}
.menu_img_box ul{margin:0px; padding:0px; list-style:none;}
.menu_img_box ul li{margin:5px 0px; padding:0px 0px 0px 20px; color: #fff;}
.menu_img_box ul li:hover{color:#fdc480; text-decoration: underline;}

.favorite{
	background:#ffbb6a;
	border-radius: 5px;
	margin-top: 10px;
	overflow: hidden;
	margin-right: 20px;
	border-bottom: 2px solid #e8aa60;
}
.favorite div{
	background: url('icon_star.png') center left no-repeat;
	margin: 8px;
	color:#2b2b2b;
	font-size: 12px;
	padding-left: 35px;
}

.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: #3093d8;
	/* border-bottom: 1px solid #3f85b5; */
	color:#fff;
	margin-top: 4px;
	padding:5px;
	border-radius:4px;
}
.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: 15px;
}
.rating div{
	background: url('icon_stars.png') center right no-repeat;
	padding-right: 80px;
	float: left;
}
.rating div span{
	background: #d54c92;
	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:#5e5e5e;
	margin-top: 20px;
}
.left{
	text-align: left;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.buttons {
	width:350px;
	margin:20px auto 40px auto;
	overflow: hidden;
	/* -webkit-animation: button_animation 1s infinite ease; */
}
.buttons div{margin-top: 5px;}


.but_ok	{
	display: block;
    background: #2e8ed6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3fa0de), to(#2e8ed6));
	background-image: -webkit-linear-gradient(top, #3fa0de, #2e8ed6);
	background-image: -o-linear-gradient(top, #3fa0de, #2e8ed6);
	background-image: linear-gradient(top, #3fa0de, #2e8ed6);
    background-image: -moz-linear-gradient(top, #3fa0de, #2e8ed6);
    border-bottom: 2px solid #2271ac;
    color:#fff !important;
    font-size: 26px;
    line-height:26px;
    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_other{
	padding: 15px 0px;
	font-size: 14px;
}

.thumbs{
	background: url('title_other.jpg') 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;
}

.social{
	display: none;
	background:#2c3e50;
	border-radius: 5px;
	margin-top: 20px;
	overflow: hidden;
	margin-right: 20px;
	-webkit-animation: button_animation 1s infinite ease;
}
.social div{
	background: url('icon_thumbup.png') center left no-repeat;
	min-height: 26px;
	line-height: 26px;
	margin: 8px;
	color:#fff;
	font-size: 12px;
	padding-left: 35px;
	font-weight: bold;
}

.bottom_rules{
	margin-top: 14px;
	padding-bottom: 1px;
}
.bottom_rules, .bottom_rules a {
	color:#888F98 !important;
}

.footer{
	clear: both;
	overflow: hidden;
}
.footer div{
	border: 1px dotted #888F98;
	border-radius: 4px;
	margin-top: 20px;	
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
}



/* adaptation */
#header{
	padding: 5px 0px;
}
.menu_img_box{
	height: 227px;
}
.adaptation, .thumbs, .footer, .list_days{
	display: none;
}

@media (min-width:950px) and (min-height:480px) {
    #header{padding: 5px 0px;}     
}
@media (min-width:950px) and (min-height:520px) {
    .adaptation{display: block;}  
    .menu_img_box{height: 270px;}   
}
@media (min-width:950px) and (min-height:580px) {
    .social{display: block;}  
    .menu_img_box{height: 345px;}   
}
@media (min-width:950px) and (min-height:640px) {
    .footer{display: block;}   
}
@media (min-width:950px) and (min-height:805px) {
	.thumbs{display: block;}
    .menu_img_box{height: auto;} 
    .list_days{display: block;}  
}

/* adaptation mobile */
@media (max-width:950px) {
    #cont, .inner{width: 100%;}
    .inner{margin: 0px 0px 0px 5px;}
	#header{padding: 5px 0px; }

	.adaptation, .counts {display: none;} 

	.info {font-size: 10px; line-height: 12px;}

    .menu{width: 80px;}
    .menu img{width: 70px; height: auto;}   

	.favorite{margin-right: 0;}
	.favorite div{background-size: 10px; font-size: 9px; line-height: 9px; padding-left: 15px; margin:4px;}
	.fav_more{display: none;}
	.menu_img_box{ padding:5px 5px; margin-right: 4px; font-size:8px; line-height:10px; height:178px; margin-top: 5px;}
    .menu_img_box h3{font-size: 10px; margin:0px 0px 5px 0px; padding: 4px; line-height: 10px;}
    .menu_img_box ul li{margin:1px 0px 1px 0px; padding-left: 5px;}
    .menu_title_2{margin-top: 8px !important;}

    .overflow{margin-left: -80px;} 
    .content_right{margin-left: 80px; padding: 0px 5px;} 

    .plus18{width: 18px; height: 18px; line-height: 18px; font-size: 10px; border-radius: 4px; right:7px;}

    .top_rules{padding: 3px 0px 0px 0px !important;}

    .logo{width: 130px; padding-top: 0px !important; }
    .logo div{width: 130px; height: 20px; background-size: cover;}

    .search div {width: 86px; height: 21px; background-size: cover; margin-right: 10px; display: none;}

    .rules, .rules a{font-size: 10px; line-height: 9px;}

    .title{font-size: 14px;}
    .left{margin:20px 0px 10px 0px;}
    .buttons{margin-top: 10px; margin-bottom:20px; width: 90%; max-width: 300px;}
    .but_ok{padding: 25px 0px; font-size:18px; line-height:18px;}
    .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: 4px; 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: 380px) {
	.adaptation{display: block; font-size: 11px; line-height: 11px;}
	.menu_img_box{height: 210px;}
}
@media (max-width:950px) and (min-height: 430px) {
	.social{display: block; margin-top: 10px; margin-right: 0;}
	.social div{font-size: 10px; line-height: 10px; background-size: 20px; padding-left: 25px; margin: 4px 7px;}
	.menu_img_box{height: 259px;}
	.list_days{display: block;}
}
@media (max-width:950px) and (min-height: 495px) {
	.thumbs{display: block; width: 100%; margin-top: 10px; background-size: 90px; padding-top: 15px;} 
	.thumbs img{width:23%; height: auto; margin: 0px 1%;}
	.menu_img_box{height: 324px;}
}
@media (max-width:950px) and (min-height: 520px) {
	.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: 550px) {
	.fav_more{display: block;}
	.social{margin-top: 20px;}
	.bottom_rules{margin-top: 15px;}
} 
@media (max-width:950px) and (min-height: 580px) {
	.menu_img_box{height: 360px;}
	.social{margin-top: 20px;}
	.bottom_rules{margin-top: 15px;}
} 
/* @media (max-width:650px) and (min-height: 490px) {
	#header{padding: 10px 0px;}
} */
@media (max-width:310px) {
	.logo div{margin: 0px auto;}
	.search{display: none;}
	.top_rules, .menu{display: none;}
	.top_rules_bottom{display: block !important;}
    .overflow, .content_right{margin-left: 0px;} 
}
/* animation */
@-webkit-keyframes button_animation {
	0%	 { opacity: 0.8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); }
	25%	 { opacity: 0.9; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); }
	50% { opacity: 1.0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); }
	75% { opacity: 0.9; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); }
	100% { opacity: 0.8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}


.slide1{
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}
