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



#hap-wrapper .fa{
    text-shadow: 1px 1px 3px #333;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
}

#hap-wrapper{
	position:relative;
	width:300px;
	height: 300px;
	top:100px;
	margin:0 auto;
}
.hap-player-thumb-outer{
	position:absolute;
	margin:5px;
	width:290px;
	height:290px;
	border-radius: 290px;
	background: #eee;
	overflow:hidden;
	pointer-events:none;
    -moz-box-shadow: 1px 1px 10px #888;
	-webkit-box-shadow: 1px 1px 10px #888;
	box-shadow: 1px 1px 12px #666;
	webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.hap-player-thumb{
	position:absolute;
	width:290px;
	height:290px;
	border-radius: 290px;
	webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.hap-player-thumb img{
	display:block;
	height:100%;
	width:auto!important;
	margin:0 auto;
}
.hap-thumb-blocker{
    width: 250px;
    height: 250px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    background: red;
    position: absolute;
    top: 25px;
    left: 25px;
    opacity:0;
}
.hap-circle-player{
	position:absolute;
	top:0px;	
	left:0px;
	height: 300px;
	width: 300px;
	border-radius: 290px;
	
}
.hap-progress-canvas{
	position:absolute;
	display: block;
	cursor: pointer;
	touch-action: none;
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.hap-icon-color{
	color:#fff !important;
}
.hap-icon-rollover-color{
	color:#70ECFB !important;
}
.hap-contr-btn-i{
	position: absolute;
    top: 0;
    left: 0;
	width:25px;
	height:25px;
	text-align: center;
	display: inline-block;
	font-size: 20px!important;
	line-height: 25px!important;
}



.hap-info{
	position: relative;
	margin-top:50px;
}
.hap-player-title{
	font-size:15px;
	color:#fff;
	text-align: center;
	margin:0;
	padding:0;
	overflow: hidden;
	white-space: nowrap;
	line-height: normal; 
}
.hap-player-artist{
	font-size:13px;
	color:#bbb;
	font-style: italic;
	text-align: center;
	margin:0;
	padding:0;
	line-height: normal; 
}




.hap-player-controls{
	position:absolute;
	top:25px;
	left:25px;
	height: 250px;
	width:250px;
	opacity: 0.6;
	/*background: blue;*/
	overflow: hidden;
	border-radius: 250px;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.hap-player-controls:hover{
	opacity: 0.9;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.hap-playlist-toggle{
	position:absolute;
	width:25px;
	height:25px;
	left:117px;
	top:0px;
	cursor: pointer;
}
.hap-playlist-close{
	position:absolute;
	width:25px;
	height:25px;
	left:132px;
	top:15px;
	opacity: 0.6;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	cursor: pointer;
}
.hap-playlist-close:hover{
	opacity: 0.9;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.hap-prev-toggle{
	position:absolute;
	width:25px;
	height:25px;
	left:55px;
	top:112px;
}
.hap-prev-toggle i,
.hap-next-toggle i{
	font-size: 26px!important;
}
.hap-playback-toggle{
	position:absolute;
	width:40px;
	height:40px;
	left:110px;
	top:105px;
}
.hap-playback-toggle i{
	width:40px;
	height:40px;
	font-size: 40px!important;
	line-height:40px!important;
}
.hap-next-toggle{
	position:absolute;
	width:25px;
	height:25px;
	left:180px;
	top:112px;
}


.hap-random-toggle{
	position:absolute;
	width:25px;
	height:25px;
	top:112px;
	left:0;
}


.hap-volume-seekbar{
	position:absolute;
	left:85px;
	top:172px;
	width:90px;
	height:16px;
	cursor: pointer;
	touch-action: none;
}
.hap-volume-bg{
	position:absolute;
	top:7px;
	left:10px;
	width:70px;
	height:2px;
	background:#aaa;
}
.hap-volume-level{
	position:absolute;
	top:7px;
	left:10px;
	width:0px;
	height:2px;
	background:#ffffff;
}
.hap-volume-drag{
	position:absolute;
	top:-8px;
	left:25px;
	width:18px;
	height:18px;
	border-radius: 10px;
	background:#ffffff;
	/*pointer-events:none;*/
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
   	box-sizing: border-box;   
   	-webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );  
}
.hap-volume-drag:hover,
.hap-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.hap-share-toggle{
	position:absolute;
	width:25px;
	height:25px;
	top:112px;
	right:0px;
}
.hap-share-toggle-btn{
	position:absolute;
}
.hap-share-holder{
	position:absolute;
	width:250px;	
	height:250px;
	border-radius: 250px;
	top:-112px;
	right:0px;
	display: none;
	background: rgba(200, 54, 54, 0.01); 
}
.hap-share-item{
	position:absolute;
	top:50%; 
	left:50%;
	width:25px;
	height:34px;
	margin-left:-12px;
	margin-top:-17px;
	text-align: center;
}
.hap-deg1 {
 	transform: rotate(30deg) translate(115px) rotate(-30deg); 
 	-webkit-transform: rotate(30deg) translate(115px) rotate(-30deg); 
 }
.hap-deg2 { 
	transform: rotate(50deg) translate(115px) rotate(-50deg); 
	-webkit-transform: rotate(50deg) translate(115px) rotate(-50deg); 
}
.hap-deg3 { 
	transform: rotate(70deg) translate(115px) rotate(-70deg); 
	-webkit-transform: rotate(70deg) translate(115px) rotate(-70deg); 
}
.hap-deg4 { 
	transform: rotate(90deg) translate(115px) rotate(-90deg); 
	-webkit-transform: rotate(90deg) translate(115px) rotate(-90deg); 
}


#hap-playlist-list{
	display:none;
}
.hap-playlist-wrapper{
	position:absolute;
	left:0px;
	top:0px;
	width:300px;/*block seekbar*/
	height:300px;
	overflow: hidden;
	display:none;
}
.hap-playlist-inner-wrapper{
	position:absolute;
	margin:5px;
	width:290px;
	height:290px;
	border-radius: 290px;
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.hap-playlist-holder{
	position:absolute;
	top:-300px;
	left:0px;
	width:290px;
	height:290px;
	border-radius: 290px;
	background:#222;
	background:rgba(0, 0, 0, 0.8);	
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.hap-playlist-inner{
	max-height:300px;
	margin:50px 0;
	height:200px;
}
.hap-playlist-item{
	position: relative;
	top:0px;
	left:0px;
	font-size:14px;
	border-bottom:1px solid #999;
}
.hap-playlist-item:last-child {  
	border-bottom:0px!important;
}
.hap-playlist-item > a {
    border: 0;
}
.hap-playlist-non-selected {
	color:#fff;
	text-align:center;
	display: inline-block;
	text-decoration: none; 
}
.hap-playlist-selected {
	color:#70ECFB;
	text-align:center;
	display: inline-block;
	text-decoration: none; 
}
.hap-playlist-selected span{
	font-size: 15px;
}
.hap-playlist-title{
	display:table-cell;
	font-size:13px;
    vertical-align: middle;
    height: 40px;
    width: 290px;
	color:inherit;
}






.hap-tooltip{
	position:absolute;
	background:#fff;
	text-align:center;
	z-index:999999;
	border:1px solid #ddd;
	pointer-events:none;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
.hap-tooltip p{
	width:inherit;
	font-size:12px!important;
	color:#333!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
}
.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_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
.hap-playlist-inner .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 15px;
}
		 
		 
		 
		 
		 
		  



