*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	background: #eff1f2;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#hap-wrapper{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
	font-family: Helvetica, Arial, sans-serif;
}
.hap-player-holder{
	position:fixed;
	width:100%;
	height:50px;
	bottom:0px;
	background: #ededed;
	-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: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.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:relative;
	top:0px;
	left:0px;
	width:50px;	
	height:100%;
	text-align: center;
	display: inline-block;
	font-size: 16px!important;
	line-height: 50px!important;
}
.hap-contr-btn-vol-i{
	font-size: 18px!important;
}
.hap-playback-toggle{
	position:absolute;
	width:50px;	
	height:100%;
	left:0px;
}
.hap-prev-toggle{
	position:absolute;
	width:50px;	
	height:100%;
	left:50px;
}
.hap-next-toggle{
	position:absolute;
	width:50px;	
	height:100%;
	left:100px;
}
.hap-media-time-current{
	position:absolute;
	width:60px;	
	height:100%;
	left:150px;
	color:#666;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	margin:0;
	padding:0;
}
.hap-seekbar-inner{
	position:absolute;
	height:100%;
	left:210px;
	right:210px;
	touch-action: none;
	cursor: pointer;
}
.hap-progress-bg{
	position:absolute;
	height:2px;
	background:#777;
	top:50%;
	margin-top:-1px;
	left:10px;
	right:10px;
}
.hap-load-level{
	position:absolute;
	height:2px;
	background:#999;
	top:50%;
	margin-top:-1px;
	left:10px;
	right:10px;
	width:0px;
}
.hap-progress-level{
	position:absolute;
	height:2px;
	background:#fff;
	top:50%;
	margin-top:-1px;
	left:10px;
	right:10px;
	width:0px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.hap-media-time-total{
	position:absolute;
	width:60px;	
	height:100%;
	right:150px;
	color:#666;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	margin:0;
	padding:0;
}
.hap-info-toggle{
	position:absolute;
	width:50px;	
	height:100%;
	right:100px;
	cursor: pointer;
}
.hap-playlist-toggle{
	position:absolute;
	width:50px;	
	height:100%;
	right:50px;
}
.hap-volume-wrapper{
	position:absolute;
	width:50px;	
	height:100%;
	right:0px;
}
.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;
	-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: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.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;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.hap-volume-seekbar-shadow-hider{
	position:absolute;
	width:50px;
	height:10px;
	background:#ededed;
	left:0px;
	bottom:-5px;
	pointer-events:none;
}


.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:400px;
	width:100%;
	background:#ededed;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
	box-shadow: 1px 1px 10px #999;
	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{
	color:#111;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding:0;
}
.hap-player-desc{
	color:#111;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	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;
	right:-10px;
	top:-10px;
	cursor: pointer;
}




#hap-playlist-list{
	display:none;
}
.hap-playlist-holder{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:80%;
	height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    background:#ededed;
}
.hap-playlist-inner{
	height:100%;
}
.hap-playlist-item{
	width:200px;
	margin:10px;
	-moz-box-shadow: 3px 3px 10px #999;
	-webkit-box-shadow: 3px 3px 10px #999;
	box-shadow: 3px 3px 10px #999;
	overflow: hidden;
	float:left;
	background:#ededed!important;
}
.hap-playlist-item > a {
    border: 0;
}
.hap-playlist-item.hap-active{
	background: #E0B4FC!important;
}
.hap-playlist-item:hover{
	background: #E0B4FC!important;
}
.hap-playlist-non-selected {
	display: block;
	overflow: hidden;
	height: 100%;
	color:#fff;
	text-decoration: none; 
}
.hap-playlist-selected {
	display: block;
	overflow: hidden;
	height: 100%;
	text-decoration: none; 
	color:#fff!important;
}
.hap-custom-content{
	float: right;
	margin:10px 20px 10px 0px;
}
.hap-download, .hap-link, .hap-buy{
	margin-left:10px;
	color:#ccc!important;
	font-size: 16px!important;
}
.hap-download i, .hap-link i{
	color:inherit;
}
.hap-playlist-thumb{
	display: block;
	position:relative;
	margin:20px 20px 0 20px;
	width:160px;
	height:160px;
	background:#ccc;
	border:3px solid #ddd;
	overflow:hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;       
}
.hap-playlist-thumb img{
	display:block;
	height:100%;
	width:auto!important;
	min-height:160px;
	margin:0 auto;
}
.hap-playlist-title{
	display: block;
	font-size:16px;
	position: relative;
	margin:10px 20px;
	color:inherit;
}


.hap-preloader{
    position: fixed;
    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:#E0B4FC;
    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: #555;
	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: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	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;
}





@media only screen and (max-width: 600px) {
	.hap-media-time-total, .hap-media-time-current{
		display: none;
	}
	.hap-seekbar-inner{
		left:150px;
		right:150px;
	}
}
@media only screen and (max-width: 500px) {
	.hap-prev-toggle, .hap-next-toggle{
		display: none;
	}
	.hap-seekbar-inner{
		left:50px;
	}
}