*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke:1px transparent;
}

#bg{
	position:absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	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;
	min-width:320px;
	max-width:320px;
	top:100px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	-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;
	overflow:hidden;
	border-bottom:1px solid #666; 
}
.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%;
	min-height: 250px;
	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-info{
	position: relative;
	margin:125px 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-inner{
	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;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.hap-volume-wrapper{
	position:absolute;
	width:30px;	
	height:30px;
	top:10px;
	right:20px;
}
.hap-player-volume{
	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;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.hap-volume-drag{
	position:absolute;
	top:-9px;
	left:25px;
    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; 
}
.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%;
	background: #333;
	overflow:hidden;
}
.hap-playlist-inner{
	min-height:240px;
	max-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 > a {
    border: 0;
}
.hap-playlist-item:last-child {  
	border-bottom:none;
}
.hap-playlist-selected {
	float:left;
	color:#fff;
	width: 100%;
	height: 100%;
	text-decoration: none; 
	background: #ff2a67!important;
}
.hap-playlist-non-selected {
	float:left;
	color:#fff;
	width: 100%;
	height: 100%;
	text-decoration: none; 
}
.hap-download, .hap-link, .hap-buy{
	float:right;
	color:#ccc!important;
	font-size: 16px!important;
}
.hap-download i, .hap-link i, .hap-buy i{
	color:inherit;
}
.hap-download:hover, .hap-link:hover, .hap-buy:hover{
	color:#05D1B7!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{
	position: relative;
	height: 60px;
	display: table-cell;
    vertical-align: middle;
    left: 5px;
    font-size:14px;
	color:inherit;
}


.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-sr-bar-i{
	position:absolute;
	top: 0px;
    left: 0px;
    width: 100%;
	display: inline-block;
	font-size:16px!important;
	line-height:30px!important;
}
.hap-search-toggle{
	position:relative;
	left:0px;
	top:0px;
	width:30px;
	height:100%;
	margin-left:5px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.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-toggle-btn{
	position:absolute;
	width:30px;
	text-align: center;
}
.hap-share-holder{
	position:absolute;
	top:0px;
	right:20px;
	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-item i{
	font-size:18px!important;
}



.hap-global-action{
	position: absolute;
	top:0;
	right:42px;
	height:100%;
}
.hap-global-download-toggle,
.hap-global-link-toggle{
	position: relative;
	top:0;
	left:0;
	width:30px;
	height:100%;
	float: left;
	margin-right: 7px;
	display: none;
	border: 0;
}
.hap-global-download-toggle i,
.hap-global-link-toggle i{
	position: absolute;
	top:1px;
    left: 0px;
    width: 100%;
    display: inline-block;
    font-size: 16px!important;
    line-height: 30px!important;
}





.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-tooltip-num{
	direction: ltr !important;
}
.hap-download-confirm{
	position:absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity:0;
	z-index:1000;
	display:none;
}
.hap-download-confirm p{
	padding:10px!important;
	font-size:18px;
	color:#fff;
	background:#6DC7FB;
	text-align: center;
}
.hap-preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #111 url('../data/loading.gif') no-repeat center center; 
}


/* 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;
}