*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	background: url("../data/pattern/dark/4.png") repeat;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}




#hap-wrapper{
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height:500px;
}
.hap-icon-color{
	color:#555 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.hap-icon-rollover-color{
	color:#fff !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.hap-contr-btn-i{
	position:absolute;
	top:0px;
	left:0px;
	width:50px;	
	height:50px;
	text-align: center;
	display: inline-block;
	font-size: 16px!important;
	line-height: 50px!important;
}
.hap-playback-toggle-wrapper{
	position:absolute;
	margin-top:40px;
	width:120px;	
	height:120px;
	border-radius: 100%;
	top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  	background: rgba(100,100,100,0.01);
  	display: none;
}
.hap-playback-toggle{
	position:absolute;
	width:50px;	
	height:50px;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.hap-playback-toggle i{
	width:50px;	
	height:50px;
	line-height: 50px!important;
	color:#ccc !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
	font-size:30px!important;
	text-shadow: 1px 1px 3px #111;
}

.hap-player-controls{
	position:absolute;
	width:50px;	
	height:100px;
	bottom:0px;
	right:0px;
	background:#ededed !important;
}
.hap-info-toggle{
	position:absolute;
	width:50px;	
	height:50px;
	left:0px;
	bottom:0;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
.hap-volume-wrapper{
	position:absolute;
	width:50px;	
	height:50px;
	left:0px;
	bottom:50px;
}
.hap-player-volume{
	width:50px;	
	height:50px;
}
.hap-volume-seekbar{
	position:absolute;
	top:-80px;
	left:0px;
	width:50px;
	height:80px;
	display:none;
	cursor: pointer;
	touch-action: none;
	background:#ededed !important;
}
.hap-volume-wrapper:hover .hap-volume-seekbar{
	display: block;
}
.hap-volume-bg{
	position:absolute;
	width:2px;
	height:60px;
	background:#777;
	left:24px;
	bottom:10px;
}
.hap-volume-level{
	position:absolute;
	width:2px;
	height:60px;
	background:#fff;
	left:24px;
	bottom:10px;
}


.hap-info-bar{
	position: fixed;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:500px;
	width:100%;
	background:#ededed;
	-moz-box-shadow: 3px 3px 20px #111;
	-webkit-box-shadow: 3px 3px 20px #111;
	box-shadow: 3px 3px 20px #111;
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.hap-info-data{
	max-height: 300px;
}
.hap-player-title{
	margin:0 20px 10px 0;
	padding: 0;
}
.hap-player-desc{
	margin:0 20px 10px 0;
	padding: 0;
	overflow: hidden;
	max-height: 150px;
	 display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}
.hap-share-holder{
	height:30px;
}
.hap-share-item{
	position:relative;
	bottom:0px;
	left:0px;
	width:25px;
	height:30px;
	margin-right:5px;
	text-align: center;
	float: left;
}
.hap-sr-bar-i{
	display: inline-block;
	font-size: 15px!important;
	line-height: 30px!important;
}
.hap-info-close{
	position: absolute;
	width:50px;	
	height:50px;
	right:-10px;
	top:-10px;
	cursor: pointer;
}




#hap-playlist-list{
	display:none;
}
.hap-playlist-holder{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.hap-playlist-inner{
	height:100%;
}
.hap-playlist-item{
	position: relative;
	margin:10px;
	overflow: hidden;
	float:left;
	text-align: center;
	width:200px;
}
.hap-playlist-item > a {
    border: 0;
}
.hap-playlist-non-selected {
	display: block;
	color:#ccc;
	text-decoration: none; 
	overflow: hidden;
}
.hap-playlist-selected {
	display: block;
	color:#D081FD;
	text-decoration: none; 
	overflow: hidden;
}
.hap-active span{/* seekbar active instead of playlist item click */
	pointer-events:none;
}
.hap-download, .hap-link, .hap-buy{
	margin-left:10px;
	color:#ccc!important;
	font-size: 16px!important;
}
.hap-playlist-thumb{
	display: block;
	position:relative;
	margin-top:20px;
	width:160px;
	height:160px;
	left:50%;
	border-radius: 100%;
	border:3px solid #ddd;
	overflow:hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;   

	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);*/

}
.hap-playlist-thumb img{
	position: absolute;
	display:block;
	height:100%;
	width:auto!important;
	min-width: 160px;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
     -webkit-transition: -webkit-transform .3s ease-in-out, opacity 500ms;
    transition: transform .3s ease-in-out, opacity 500ms;
}
.hap-playlist-item:not(.hap-active) .hap-playlist-thumb img:hover{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.hap-active .hap-playlist-thumb{
    border:3px solid rgba(0,0,0,0.01);
}

.hap-playlist-title{
	display: block;
	font-size:16px;
	position: relative;
	margin:20px;
	text-shadow: 2px 2px 1px #111;
	line-height: 1;
}
.hap-centre{
	position:absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width:25px;
	height:25px;
	border-radius: 100%;
	background: url("../data/pattern/dark/4.png") repeat;
	border:2px solid #ccc;
	overflow:hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	pointer-events:none;
}

.hap-circle-player{
	position: absolute;
	margin-top:20px;
	top:-3px;
	left:-10000px;/*cannot be display:none!*/
	height: 166px;
	width: 166px;
	border-radius: 100%;
	opacity: 0;/*cannot be display:none!*/
}
.hap-circle-player-set{
	left:50%;
	-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	opacity:1;
}
.hap-load-canvas,
.hap-progress-canvas{
	position:absolute;
	display: block;
	cursor: pointer;
	touch-action: none;
}



.hap-preloader{
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hap-preloader span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#D081FD;
    position:absolute;
    animation: hap_preloader 1.5s  infinite ease-in-out;
}
.hap-preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
}
.hap-preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
.hap-preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
.hap-preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
@keyframes hap_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}



.hap-tooltip{
	position:absolute;
	background: #D081FD;
	color:#fff!important;
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 5px #333;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	display:none;
}
.hap-tooltip p {
	width:inherit;
	font-size:12px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.hap-tooltip-num{
	direction: ltr !important;
}


/* flash or yt */
.hap-sound-holder{
	position:absolute;
	width:100px;
	height:100px;
}
.hap-force-hidden{
	position:absolute!important;
	top:0px;
	left:-10000px!important;
	width:320px;
	height:240px;
}
[dir=rtl] .hap-force-hidden {
    right:-10000px!important;
}
.hap-youtube-holder{
	left:0px!important;
}
/* flash or yt */

.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;
}