*{
	margin:0;
	padding:0;
	border:5;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
body, html{
	/*height: 100%;*/
}


#hap-wrapper{
	position:relative;
	min-width:320px;
	width: 100%;
	max-width:930px;
	margin: 100px auto;
	border: 3px groove;
      border-color: #e6f0ef #e6f0ef #e6f0ef #e6f0ef;
}
.hap-player-holder{
	position:relative;
	width:100%;
	height:85px;
	background: #000; 
	overflow: hidden;
}
.hap-icon-color{
	color:#04bfad !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.hap-icon-rollover-color{
	color:#04bfad !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:25px;
	height:25px;
	text-align: center;
	display: inline-block;
	font-size: 20px!important;
	line-height: 25px!important;
}
.hap-player-thumb-wrapper{
	position:relative;
	top:0;
	left:0;
	width:160px;
	height:100%;
	float: left;
	overflow:hidden;
}
.hap-player-thumb{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.hap-player-thumb img{
	display:block;
	width:auto!important;
	height:100%;
	min-width:100%;
}

.hap-right-cont{
	position: relative;
	left:0;
	height: 100%;
	overflow: hidden;
}

.hap-player-controls{
	position: relative;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	height: 25px;
}
.hap-prev-toggle{
	position:relative;
	margin-left:-5px;
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
}
.hap-playback-toggle{
	position:relative;
	top:-7px;
	width:40px;
	height:40px;
	float:left;
	margin-right:5px;
}
.hap-playback-toggle i{
	width:40px;
	height:40px;
	font-size: 30px!important;
	line-height:40px!important;
}
.hap-next-toggle{
	position:relative;
	width:25px;
	height:25px;
	float:left;
	margin-right:20px;
}
.hap-random-toggle{
	position:relative;
	width:25px;
	height:25px;
	margin-right:10px;
	float:right;
}
.hap-loop-toggle{
	position:relative;
	width:25px;
	height:25px;
	float:right;
	margin-right:10px;
}
.hap-popup-toggle{
	position:relative;
	width:25px;
	height:25px;
	margin-right:10px;
	float:right;
}


.hap-volume-wrapper{
	position:relative;
	left:0;
	top:0;
	height:25px;
	float:left;
	cursor: pointer;
	touch-action: none;
}
.hap-volume-toggle{
	position: relative;
	top:0;
	left:0;
	width:25px;
	height:25px;
	cursor: pointer;
}
.hap-volume-seekbar{
	position: absolute;
	top:0;
	left:35px;
	width:90px;
	height:25px;
}
.hap-volume-bg{
	position:absolute;
	top:11px;
	left:10px;
	width:70px;
	height:2px;
	background:#8a8a8a;
}
.hap-volume-level{
	position:absolute;
	top:11px;
	left:10px;
	width:0;
	height:2px;
	background:#ffffff;
}


.hap-seekbar{
	position:absolute;
	bottom:5px;
	left:20px;
	right:20px;
	height:18px;
	cursor: pointer;
	touch-action: none;
}
.hap-progress-bg{
	position:relative;
	background:#ddd;
	width:100%;
	top:5px;
	height:2px;
}
.hap-load-level{
	position:absolute;
	background:#8a8a8a;
	top:5px;
	height:2px;
}
.hap-progress-level{
	position:absolute;
	background:#ffffff;
	top:5px;
	height:2px;	
}





#hap-playlist-list{
	display:none;
}
.hap-playlist-holder{
	position:relative;
	width:100%;
	height: calc(100% - 85px);
	background:#0000;
	overflow:hidden;
	border-top: 3px groove #458A97;
      border-bottom: 3px groove #458A97;
}
.hap-playlist-inner{
	position: relative;
	padding: 20px;
	padding-bottom: 10px;
	min-height: 150px;
}
.hap-playlist-item{
	position: relative;
	top:0;
	left:0;
	overflow: hidden;
	line-height: 33px;
}
.hap-playlist-item > a {
    border: 0;
}
.hap-playlist-selected {
	color:#fff!important;
	text-decoration: none; 
	background: #04bfad!important;  /* was #f70059 - this is the hover color!!!!! */
	padding: 5px;
}
.hap-playlist-non-selected {
	color:#04bfad!important;
	text-decoration: none; 
	padding: 5px;
}
.hap-download, .hap-link{
	float:right;
	color:#fff!important;
	font-size: 16px!important;
	margin-left: 15px;
}
.hap-download i, .hap-link i{
	color:inherit;
}
.hap-download:hover, .hap-link:hover{
	color:#04bfad!important;
}
.hap-playlist-title-num{
	margin-left: 5px;
}
.hap-playlist-title-num,
.hap-playlist-title{
	font-size: 17px;
	color: #D0F2EF;
}


.hap-playlist-filter-msg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	line-height:180px;
	display: none;
}
.hap-playlist-filter-msg p{
	font-size:18px!important;
	color:#fff!important;
	vertical-align: middle!important;
    text-align:center!important;
	padding:0!important; 	
	margin:0!important; 
	line-height: inherit!important;
}
.hap-bottom-bar{
	position:relative;
	top:0;
	height:34px;
	width:100%;
	background:#1b1b1b;
	overflow:hidden;
}
.hap-search-filter{
	position:relative;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin:-9px 0 0 20px!important;
	padding:0!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#ddd !important;
	color:#000 !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}

.hap-share-item i,
.hap-sort-alpha i{
	display: inline-block;
	font-size: 18px!important;
	line-height: 34px!important;
}
.hap-sort-alpha{
	position:relative;
	left:5px;
	top:0;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.hap-share-item{
	position:relative;
	top:0;
	right:10px;
	width:25px;
	height:100%;
	margin-right:5px;
	text-align: center;
	float: right;
}





.hap-tooltip{
	position:absolute;
	background #458A97;  /*  was #f70059 old hover color  */
	text-align:center;
	color:#fff!important;
	z-index:10000;
	pointer-events:none;
	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: #04bfad;
    -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;
}


@media only screen and (max-width: 530px) {
	.hap-player-holder{
		height: 120px;
	}
	.hap-random-toggle{
		clear: both;
	}
}
@media only screen and (max-width: 420px) {
	.hap-volume-wrapper{
		clear: both;
	}
	.hap-loop-toggle,
	.hap-random-toggle{
		display: none;
	}
}