html, body{
	margin:0px; 
	padding:0px;
}

body{
	background: #f2f1f6;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Tahoma, "Helvetica Neue", Helvetica, sans-serif;
}
body, a{
	color:#181818;
	-webkit-text-size-adjust: none; 
	text-size-adjust: none;
}
a{text-decoration: underline;}

#subscr-price, #subscr-msisdn, #disclaimer-details, #submit-container label, #template-price, #template-caption, #template-caption-pilot { display: none; } 

.plus18 {
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #4c6c93;
	color: #fff;
	font-size: 11px;
	top: 4px;
	right: 4px;
	border-radius: 5px;
}
.sub-desc {
	color:#fff;
	text-align: left;
	font-size: 16px;
	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: #384f87;
	/* 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: 25px;
	background: url('../images/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;
}
.top_rules, .top_rules a{
	color:#B9E0CA !important;
}

.overflow{
	overflow: hidden;
	width: 100%;
	margin-left: 0px;
	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: #587ba5;
	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:#587ba5; text-decoration: underline;}


.content_right{
	overflow: hidden;
	margin-left: 20px;
	margin-left: 0px;

}

.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: #494a4e;
	color:#fff;
}

.btn-search {
	position: relative;
}
.tab-btn {
	background: #fff;
	border:1px solid #cbcbcb;
	color: #303133;
	font-weight: normal;
	padding: 12px 15px;
	font-size: 18px;
	display: block;
	width: 330px;
	text-align: center;
	text-decoration: none;
	margin: 20px auto 0px auto;
	border-radius: 4px;
	position: relative;
}
.tab-btn:hover {
	background-image: none;
}
.search-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -210px;
	display: block;
	background: url('../images/icon-search.png') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.track-list {
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.track-list table {
	width: 100%;
	opacity: 0.15;
}
.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:#587ba5;
}
.icon-play {
	background: url('../images/icon-play.png') no-repeat center;
	width: 16px;
}
.icon-download {
	background: url('../images/icon-download.png') no-repeat center;
	width: 16px;
}


.adaptation{
	font-size: 12px;
	line-height: 13px;
	background: #00aadc;
	/* border-bottom:2px solid #505050; */
	color:#fff;
	margin-top: 4px;
	padding:5px;
	border-radius:4px;
	margin-bottom: 10px;
}
.adaptation div{
	background: url('../images/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('../images/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-box {
	position: absolute;
	z-index: 2;
	width: 450px;
	padding: 30px 0px;
	top: 50%;
	left: 50%;
	background: #fefefe;
	border-radius: 5px;
	margin: -80px 0px 0px -225px;
	text-align: center;
	-webkit-box-shadow: 0px 7px 12px 0px rgba(88, 123, 165, 0.3);
	-moz-box-shadow:    0px 7px 12px 0px rgba(88, 123, 165, 0.3);
	box-shadow:         0px 7px 12px 0px rgba(88, 123, 165, 0.3);
}
.but-box h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color:#384f87;
}
.but-title {
	position: absolute;
	z-index: 3;
	width: 100%;
	text-align: center;
	font-size: 18px;
	top: 50%;
	margin-top: -80px;
	color:#2d2d2d;
}
.but_ok	{
	display: block;
	position: absolute;
	z-index: 3;
	width: 300px;
	height: 80px;
	background: #2b3f74;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4f6699), to(#2b3f74));
	background-image: -webkit-linear-gradient(top, #4f6699, #2b3f74);
	background-image: -o-linear-gradient(top, #4f6699, #2b3f74);
	background-image: linear-gradient(top, #4f6699, #2b3f74);
    background-image: -moz-linear-gradient(top, #4f6699, #2b3f74);
	border-bottom: 2px solid #243562;
	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;
	width: 110px;
	height: 22px;
	background: #afafaf;
	line-height: 22px;
	margin: 26px auto 0px auto;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.thumbs{
	background: url('../images/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:#A9A9A9 !important;
}

.footer{
	clear: both;
	overflow: hidden;
	position: fixed;
	z-index: 100;
	bottom: 0;
	padding-bottom: 2px;
	width: 98%;
	left: 1%;
	background: #f2f1f6;
}
.footer>div:first-child{
	border: 1px solid #d3d3d3;
	color:#A0A0A0;
	border-radius: 4px;
	margin-top: 5px;	
	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:350px) {
    .track-list {
		height: 220px; 
	}    
}
@media (min-width:650px) and (min-height:400px) {
    .footer{
    	display: block;
    }     
}
@media (min-width:650px) and (min-height:450px) {
    .adaptation{
    	display: block;
    }    
}
@media (min-width:650px) and (min-height:500px) {
    .track-list {
		height: 280px; 
	}    
}
@media (min-width:650px) and (min-height:550px) {
    .track-list {
		height: 330px; 
	} 
}
@media (min-width:650px) and (min-height:610px) {
    .track-list {
		height: 390px; 
	}
	.menu_img_box {height: auto;}      
}
@media (min-width:650px) and (min-height:650px) {
    .track-list {
		height: 430px; 
	}    
}
@media (min-width:650px) and (min-height:700px) {
    .track-list {
		height: 480px; 
	}    
}
@media (min-width:650px) and (min-height:740px) {
    .track-list {
		height: 520px; 
	}    
}
@media (min-width:650px) and (min-height:790px) {
    .track-list {
		height: 580px; 
	}    
}

/* adaptation mobile */
@media (max-width:650px) {
    #cont, .inner{width: 100%;}
    .inner{margin: 0px 0px 0px 0px;}
	#header{padding: 5px 0px; /* border-bottom: 5px 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: 12px; 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 {
		margin-right: 10px;
	}
    .tabs>div {
    	padding: 7px 10px;
    	font-size: 11px;
    }
    .tabs>div:nth-child(3) {
    	display: none;
    }
    .tab-btn {
    	padding: 9px 0px;
    	width: 250px;
    	font-size: 14px;
    	margin-top: 10px;
    }
    .search-icon {
    	width: 18px;
    	height: 18px;
    	top: 9px;
    	margin-left: -150px;
    }

	.track-list {
		margin-top: 10px;
		height: 190px;
		margin-right: 5px;
	}
    .track-list td {
    	font-size: 10px;
    	padding: 5px;
    }
    .track-list .th, .track-list .date, .bitrate {
    	display: none;
    }

    .overflow{margin-left: 0px; float: none;} 
    .content_right{margin-left: 0px; padding: 0px 5px;} 

    .top_rules{padding: 3px 0px 0px 0px !important;}

    .logo{width: 100px; padding-top: 0px !important; }
    .logo div{width: 100px; 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-box {
		width: 310px;
		margin: -60px 0px 0px -155px;
		padding: 20px 0px;
	}
	.but-box h2{
		font-size: 14px;
	}
    .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;}
    .but_cancel{margin-top: 8px; font-size: 10px; width: 80px; height: 18px; line-height: 18px; }
	.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;}

	.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: 270px) {	
	.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: 380px) {	
	.track-list {height: 190px;}
}
@media (max-width:650px) and (min-height: 410px) {
	.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: 400px) {	
	.track-list {height: 220px;}
}
@media (max-width:650px) and (min-height: 440px) {	
	.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:650px) and (min-height: 510px) {	
	.track-list {height: 330px;}
}
@media (max-width:650px) and (min-height: 540px) {	
	.track-list {height: 353px;}
}
@media (max-width:650px) and (min-height: 570px) {	
	.track-list {height: 380px;}
}
@media (max-width:650px) and (min-height: 600px) {	
	.track-list {height: 410px;}
}
@media (max-width:650px) and (min-height: 630px) {	
	.track-list {height: 435px;}
}
@media (max-width:319px) {
	.logo div{margin: 0px auto;}
	.top_rules, .menu{display: none;}
	.top_rules_bottom{display: block !important;}
	.tabs>div:nth-child(2) { display: none; }
	.track-list {height: 250px;}
}
@media (max-width:250px) {
	.tabs>div:nth-child(2) { display: block; }
	.tabs>div:nth-child(1) { display: none; }
	.but-box {
		width: 240px;
		margin: -40px 0px 0px -120px;
		padding: 20px 0px;
	}
	.but-box h2{
		font-size: 14px;
	}
    .but_ok{width: 230px; height: 38px; margin-top: 20px; background-size: cover;}

}

@media (max-width:650px) and (max-height: 380px) {	
	.footer {
		position: static;
		bottom: auto;
		left: auto;
		margin-left: 1%;
	}
}


/* 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.15;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.15;
  }
}
.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;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
