*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body,html{
	height: 100%;

	background: url("../data/pattern/bg9.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#hap-wrapper{
	position:relative;
	width:100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;

	/*max-width:320px;
	max-height: 520px;
	margin: 50px auto;
	-moz-box-shadow: 1px 1px 15px #333;
	-webkit-box-shadow: 1px 1px 15px #333;
	box-shadow: 1px 1px 15px #333;*/
}
.hap-player-holder{
	position: relative;
	left:0;
	top:0;
	min-height: 200px;
    height: calc(100% - 270px);
	overflow:hidden;
}
.hap-icon-color{
	color:#eee !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.hap-icon-rollover-color{
	color:#ff2a67 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.hap-contr-btn i{
	position: absolute;
    top: 0;
    left: 0;
	width:30px;
	height:30px;
	text-align: center;
	display: inline-block;
	font-size: 16px!important;
	line-height: 30px!important;
}
.hap-player-thumb-wrapper{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow:hidden;
	pointer-events:none;
}
.hap-player-thumb{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.hap-player-thumb img{
	display:block;
	height:100%;
	width:auto!important;
	min-width:320px;
	margin:0 auto;
}
.hap-player-thumb-cover{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(70,70,70,0.8);
}

.hap-player-content{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.hap-info{
	position: relative;
	margin:25px 20px 5px 20px;
	pointer-events:none;
}
.hap-player-title{
	font-size:20px;
	color:#eee;
	margin:0;
	margin-bottom: 3px;
	padding:0;
}
.hap-player-artist{
	font-size:13px;
	margin:0;
	color:#eee;
	padding:0;
}

.hap-player-controls{
	position: relative;
	margin-top:10px;
	margin-bottom: 20px;
	width:210px;
	height: 30px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.hap-prev-toggle{
	position: absolute;
	width:30px;
	height:30px;
	left:0px;
}
.hap-playback-toggle{
	position:absolute;
	top:0px;
	width:30px;
	height:30px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.hap-next-toggle{
	position:absolute;
	width:30px;
	height:30px;
	right:0px;
}



.hap-seekbar{
	position: relative;
	margin-left:20px;
	margin-right: 20px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.hap-progress-bg{
	position:absolute;
	background-color: rgba(150, 150, 150, 0.5);
	width:100%;
	top:10px;
	height:1px;
}
.hap-load-level{
	position:absolute;
	background-color: rgba(150, 150, 150, 0.5);
	top:10px;
	height:1px;
}
.hap-progress-level{
	position:absolute;
	background:#f03a6d;
	top:10px;
	height:1px;	
	width:0px;
}

.hap-volume-wrapper{
	position:absolute;
	width:30px;	
	height:30px;
	top:10px;
	right:20px;
}
.hap-volume-toggle{
	position:absolute;
	width:30px;	
	height:30px;
}
.hap-player-volume i{
	position:absolute;
	top:0;	
	left:0;
}
.hap-volume-seekbar{
	position: absolute;
	top:0px;
	right:30px;
	width:90px;
	height:30px;
	cursor: pointer;
	touch-action: none;
}
.hap-volume-bg{
	position:absolute;
	top:14px;
	left:10px;
	width:70px;
	height:1px;
	background-color: rgba(150, 150, 150, 0.5);
}
.hap-volume-level{
	position:absolute;
	top:14px;
	left:10px;
	width:0px;
	height:1px;
	background:#fff;
}
.hap-volume-drag{
	position: relative;
	top:-9px;
    width: 18px;
    height: 18px;
	border-radius: 100%;
	background:#fff;
	/*pointer-events:none;*/
	-webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
   	box-sizing: border-box;    
   	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    float: right;
 	margin-right: -9px;
}
.hap-volume-drag:hover,
.hap-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}





#hap-playlist-list{
	display:none;
}
.hap-playlist-holder{
	position: relative;
	left:0;
	width:100%;
	height: 270px;
	background: #333;
	overflow:hidden;
}
.hap-playlist-inner{
	height: 240px;
}
.hap-playlist-item{
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	height: 60px;
	background: #333;
	border-bottom:1px solid #444;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.hap-playlist-item.hap-active{
	background: #ff2a67!important;
}
.hap-playlist-item > a {
    border: 0;
}
.hap-playlist-item:last-child {  
	border-bottom:none;
}
.hap-playlist-selected {
	float:left;
	color:#fff;
	height: 100%;
	text-decoration: none; 
	width: calc(100% - 60px);
}
.hap-playlist-non-selected {
	float:left;
	color:#fff;
	height: 100%;
	text-decoration: none; 
	width: calc(100% - 60px);
}
.hap-download, .hap-link{
	float:right;
	color:#ccc!important;
	font-size: 16px!important;
	line-height: 60px;
    margin-right: 8px;
}
.hap-download i, .hap-link i{
	color:inherit;
}
.hap-download:hover, .hap-link:hover{
	color:#fff!important;
}
.hap-playlist-thumb{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	margin:7px 7px 7px 20px;
	width:60px;
	height:46px;
	float:left;
	background:#111;
	overflow:hidden;
}
.hap-playlist-thumb img{
	display:block;
	height:100%;
	width:auto!important;
	margin:0 auto;
}
.hap-playlist-title-num{
	margin-left: 5px;
}
.hap-playlist-title-num,
.hap-playlist-title{
	position: relative;
    vertical-align: middle;
    font-size:14px;
	color:inherit;
	display: block;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.hap-playlist-filter-msg{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0;
	right:0;
	display: none;
}
.hap-playlist-filter-msg p{
	font-size:16px!important;
	color:#ff2a67!important;
	vertical-align: middle!important;
    text-align:center!important;
    line-height: 240px;
	padding:0!important; 	
	margin:0!important; 
}
.hap-bottom-bar{
	position:relative;
	bottom:0px;
	left: 0;
	height:30px;
	width:100%;
	overflow:hidden;
	background: #222; 
}
.hap-search-filter{
	position:relative;
	width:100px!important;
	height:18px!important;
	padding:0!important;
	top:50%;
	margin:-9px 0 0 20px!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#222 !important;
	border:1px solid #333!important;
	color:#ccc !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.hap-sort-alpha{
	position:relative;
	left:5px;
	top:0;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.hap-sort-alpha i{
	display: inline-block;
	font-size: 18px!important;
	line-height: 30px!important;
}
.hap-random-toggle{
	position: absolute;
	top:10px;
	left:20px;
	width:30px;
	height:30px;
	text-align: center;
}


.hap-share-toggle{
	position:absolute;
	top:0;
	right:15px;
	width:30px;
	height:100%;
}
.hap-share-holder{
	position:absolute;
	top:0px;
	right:45px;
	width:450px;
	height:100%;
	background: #222; 
	display: none;
}
.hap-share-item{
	position: relative;
	width:25px;
	height:100%;
	top:0;
	float: right;
	margin-right:10px;
}
.hap-share-toggle i{
	display: inline-block;
	font-size:17px!important;
	line-height: 28px;
}
.hap-share-item i{
	display: inline-block;
	font-size:18px!important;
	line-height: 30px;
}



.hap-tooltip{
	position:absolute;
	background:#ff2a67;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	-moz-box-shadow: 1px 1px 8px #444;
	-webkit-box-shadow: 1px 1px 8px #444;
	box-shadow: 1px 1px 8px #444;
	border-radius: 1px;
	display:none;
}
.hap-tooltip p {
	width:inherit;
	font-size:13px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.hap-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #ff2a67;
    -webkit-animation: hap_preloader 1.2s infinite ease-in-out;
    animation: hap_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes hap_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes hap_preloader {
    0% { 
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}





.hap-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.hap-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

/* scroll */
.hap-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.hap-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}