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:#292929;
	-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: #505050;
	color: #fff;
	font-size: 12px;
	top: 4px;
	right: 4px;
	border-radius: 5px;
}
.sub-desc {
	color:#fff;
	text-align: left;
	font-size: 21px;
	white-space: nowrap;
}
#cont{
	max-width: 950px; 
	overflow: hidden;
	margin: 0 auto; 
}
.inner{
	max-width: 950px; 
	overflow: hidden;
	margin: 0 auto; 
}
#header{
	overflow: hidden;
	background: #1aab56;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2ab86a), to(#149d47));
	background-image: -webkit-linear-gradient(top, #2ab86a, #149d47);
	background-image: -o-linear-gradient(top, #2ab86a, #149d47);
	background-image: linear-gradient(top, #2ab86a, #149d47);
    background-image: -moz-linear-gradient(top, #2ab86a, #149d47);
	background-repeat: repeat-x;
	padding: 10px 0px;
	border-bottom: 10px solid #10803a;
}
#header table {
	width: 100%;
}
#header table td{
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.logo{
	width: 208px;
	padding-top: 0px !important;
}
.logo div{
	width: 125px;
	height: 45px;
	background: url('lp_logo.png') no-repeat;
}
.search{
	width: 280px;
	padding: 0px 0px 0px 0px !important;
}
.search_hint{
	font-weight: bold;
	color:#494c41;
}
.search_input_box{
	background: #fafafa;
	border-radius: 5px;
	padding: 3px;
	margin-top: 5px;
	overflow: hidden;
}
.search_input_box input{
	border:0px;
	padding: 8px 6px;
	width: 170px;
	outline: none;
	background: #fafafa;
	float: left;
}
.search_input_box button{
	border:0px;
	padding: 8px 6px;
	width: 80px;
	outline: none;
	background: #ff6b21;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8d3d), to(#ff6b21));
	background-image: -webkit-linear-gradient(top, #ff8d3d, #ff6b21);
	background-image: -o-linear-gradient(top, #ff8d3d, #ff6b21);
	background-image: linear-gradient(top, #ff8d3d, #ff6b21);
    background-image: -moz-linear-gradient(top, #ff8d3d, #ff6b21);
	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: 11px;
}
.top_rules{
	padding: 5px 0px 0px 0px !important;
	opacity:0.6;
}
.top_rules, .top_rules a{
	color:#cee9da !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: #fff;
	border-radius: 5px;
	padding:8px;
	margin-right: 20px;
	border: 1px solid #A9CAD7;
}

.menu_img_box h3{
	background: #159e49;
	color: #fff;
	font-size: 14px; 
	font-weight:bold; 
	margin:0px 0px 15px 0px;
	padding: 7px;
	border-radius: 3px;
}
.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; color: #4d4d4d;}
.menu_img_box ul li:hover{color:#159e49; text-decoration: underline;}



.content_right{
	overflow: hidden;
	margin-left: 20px;
	margin-left: 200px;

}

.tabs {
	overflow: hidden;
	border-bottom: 2px solid #a8e1c1;
	margin-top: 20px;
}
.tabs>div {
	float: left;
	padding: 12px 15px;
	border-radius: 10px 3px 0px 0px;
	background: #bde8d0;
	text-align: center;
	color:#66b485;
	margin: 0px 1px;
}
.tabs>.active {
	font-weight: bold;
	background: #ff6b21;
	color:#fff;
}

.track-list {
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.track-list table {
	width: 100%;
	opacity: 0.3;
}
.track-list th {
	font-size: 11px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	color:#849ba4;
}
.track-list td {
	padding: 10px 5px;
	border: 0px;
	margin: 1px;
	border-bottom: 1px solid #a9cad7;
}
.track-list strong {
	color:#159e49;
}
.icon-play {
	background: url('icon-play.png') no-repeat center;
}
.icon-download {
	background: url('icon-download.png') no-repeat center;
}


.adaptation{
	font-size: 12px;
	line-height: 13px;
	background: #868686;
	/* border-bottom:2px solid #505050; */
	color:#fff;
	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: #1BAD58;
	color:#fff;
	padding:1px 4px;
	border-radius: 4px;
}
.counts{
	text-align: right;
	line-height: 18px;
}

.but-title {
	position: absolute;
	z-index: 3;
	width: 100%;
	text-align: center;
	font-size: 18px;
	top: 50%;
	margin-top: -80px;
}
.but_ok	{
	display: block;
	position: absolute;
	z-index: 3;
	width: 300px;
	height: 80px;
	background: #1aab56;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2ab86a), to(#149d47));
	background-image: -webkit-linear-gradient(top, #2ab86a, #149d47);
	background-image: -o-linear-gradient(top, #2ab86a, #149d47);
	background-image: linear-gradient(top, #2ab86a, #149d47);
    background-image: -moz-linear-gradient(top, #2ab86a, #149d47);
	border-bottom: 2px solid #10803a;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 80px;
	/* -webkit-background-size: contain;
	background-size: contain; */
	margin: -40px 0px 0px -150px;
	text-decoration: none;
	border-radius: 3px;
	top: 50%;
	left: 50%;
	/* border: 2px solid #ffbc00; */
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.60);
	  -moz-box-shadow:    0px 3px 8px 0px rgba(0, 0, 0, 0.60);
	  box-shadow:         0px 3px 8px 0px rgba(0, 0, 0, 0.60);
}
/* .but_ok:hover{
	opacity: 0.6;
} */
.but_cancel {
	display: block;
	position: absolute;
	z-index: 2;
	width: 110px;
	height: 22px;
	background: #494A4F;
	line-height: 22px;
	margin: 50px 0 0px -55px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	top: 50%;
	left:50%;
}

.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: 3px;
	overflow: hidden;
	clear: both;
}
.bottom_rules, .bottom_rules a {
	color:#9A9A9A !important;
}

.footer{
	clear: both;
	overflow: hidden;
}
.footer div{
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	margin-top: 30px;	
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
}



/* adaptation */
#header{
	padding: 10px 0px;
}
.menu_img_box{
	height: 260px;
	margin-top: 35px;
}
.adaptation, .thumbs, .footer{
	display: none;
}
.track-list {
	height: 145px; 
}

@media (min-width:650px) and (min-height:450px) {
    .track-list {
		height: 220px; 
	}    
}
@media (min-width:650px) and (min-height:500px) {
    .footer{
    	display: block;
    }     
}
@media (min-width:650px) and (min-height:550px) {
    .adaptation{
    	display: block;
    }    
}
@media (min-width:650px) and (min-height:600px) {
    .track-list {
		height: 280px; 
	}    
}
@media (min-width:650px) and (min-height:650px) {
    .track-list {
		height: 330px; 
	} 
}
@media (min-width:650px) and (min-height:710px) {
    .track-list {
		height: 390px; 
	}
	.menu_img_box {height: auto;}      
}
@media (min-width:650px) and (min-height:750px) {
    .track-list {
		height: auto; 
	}    
}

/* adaptation mobile */
@media (max-width:650px) {
    #cont, .inner{width: 100%;}
    .inner{margin: 0px 0px 0px 5px;}
	#header{padding: 3px 0px; border-bottom: 2px solid #10803a;}

	.plus18{width: 18px; height: 18px; line-height: 18px; font-size: 10px; border-radius: 4px; right:7px;}

	.search, .adaptation, .counts {display: none;} 

	.info {font-size: 10px; line-height: 12px;}
	.sub-desc{font-size: 14px; padding-left: 10px !important;}

    .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:205px; margin-top: 10px;}
    .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;}

    .tabs>div {
    	padding: 7px 10px;
    	font-size: 11px;
    }

	.track-list {
		margin-top: 10px;
		height: 100px;
		margin-right: 5px;
	}
    .track-list td {
    	font-size: 10px;
    	padding: 5px;
    }
    .track-list .th, .track-list .date {
    	display: none;
    }

    .overflow{margin-left: -80px; float: none;} 
    .content_right{margin-left: 80px; padding: 0px 5px;} 

    .top_rules{padding: 3px 0px 0px 0px !important;}

    .logo{width: 56px; padding-top: 0px !important; }
    .logo div{width: 56px; height: 20px; background-size: cover;}

    .rules, .rules a{font-size: 10px; line-height: 9px;}

    .player{height: 180px; margin-top: 5px; border-bottom: 8px solid #2f2b2e;}

    .but-title { font-size: 16px; line-height: 18px; margin-top: -80px; }
    .but_ok{width: 220px; height: 60px; line-height: 60px; margin: -30px 0px 0px -110px; background-size: cover;}
	.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: 10px; padding-bottom: 3px;}
    .tabs {margin-top: 10px;}

	.menu {display: none;}
    .overflow, .content_right{margin-left: 0px;} 
}
/* @media (min-width:340px) and (max-width:650px) {
	.menu{width: 100px;}
	.menu img{width: 90px;}   
    .overflow{margin-left: -100px;} 
    .content_right{margin-left: 100px;} 
} */

@media (max-width:650px) and (min-height: 240px) {	
	.track-list {height: 130px;}
}
@media (max-width:650px) and (min-height: 270px) {	
	.track-list {height: 160px;}
}
@media (max-width:650px) and (min-height: 300px) {	
	.track-list {height: 190px;}
}
@media (max-width:650px) and (min-height: 350px) {
	.adaptation{display: block; font-size: 11px; line-height: 11px; margin-right: 5px;}
}
/* @media (max-width:650px) and (min-height: 500px) {
	.bottom_rules{margin-top: 6px;}
	.but_cancel{margin-top: 15px;}
} */
@media (max-width:650px) and (min-height: 370px) {	
	.track-list {height: 220px;}
}
@media (max-width:650px) and (min-height: 410px) {	
	.footer{display: block;} 
	.footer div{font-size: 10px; line-height: 10px;  margin-top: 10px; margin-right: 5px; padding: 5px;}
}
@media (max-width:650px) and (min-height: 430px) {	
	.track-list {height: 250px;}
}
@media (max-width:650px) and (min-height: 460px) {	
	.track-list {height: 280px;}
}
@media (max-width:650px) and (min-height: 480px) {	
	.track-list {height: 300px;}
}
@media (max-width:310px) {
	.logo div{margin: 0px auto;}
	.top_rules, .menu{display: none;}
	.top_rules_bottom{display: block !important;}
    
}


/* 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); }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 2.00s;
  animation-duration: 2.00s;
}


@-webkit-keyframes btnAnim {
  0% {
    top: 0px;
  }
  100% {
    top: 50%;
  }
}

@keyframes btnAnim {
  0% {
    top: 0px;
  }
  100% {
    top: 50%;
  }
}
.btnAnim {
  -webkit-animation-name: btnAnim;
  animation-name: btnAnim;
  -webkit-animation-duration: 2.00s;
  animation-duration: 2.00s;
}