*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body,html{
	/*height: 100%;*/
}
body {
	background: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
}

#hap-wrapper{
	position:relative;
	width:100%;
	height: 100%;
	max-height:650px;
	min-height:650px;
	min-width:370px;
	max-width:370px;
	margin: 0px auto;
}



.hap-player-outer{
	transition: opacity 0.3s ease-in-out;
    opacity: 0;
	background-image: url('../images/white_bg.jpg');
	position: absolute;
	width:100%;
	height:100%;
}



.hap-player-holder{
    position: absolute;
    left: 0;
	top: 0;
	width: 370px;
    height: 650px;
    display: flex;
    flex-direction: column;
}



.hap-top-cont{
    position: absolute;
    width: 370px;
    height: 112px;
}



.hap-middle-cont{
    width: 370px;
    height: 400px;
    margin-top: 120px;
}



.hap-player-slogan{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 150px;
	text-align: center;
	font-size: 16px;
}



.hap-seekbar {
    position: relative;
	top: 25px;
    width: 320px;
    height: 50px;
    margin: 0 25px;
    cursor: pointer;
    touch-action: none;
}
.hap-seekbar-wave{
	position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 50px;
    overflow: hidden;
    background: #000050;
}
.hap-seekbar-progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background: #b530af;
    transition: width 100ms linear;
}
.hap-seekbar-wave-progress{
    position: absolute;
    bottom: 0;
    left: 0;
	width: 320px;
    height: 50px;
    background: #fcc42f;
    transition: width 1000ms linear;
}

.hap-media-time-current{
	position: absolute;
	left:0;
	bottom: 0;
	text-align: center;
	margin:0!important;
	padding: 2px 4px;
	font-size:14px!important;
	pointer-events:none;
	width:auto;
	color: #000 !important;
    background: #f98923;
	opacity: 100%;
}
.hap-media-time-total{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0!important;
    padding: 2px 4px;
    font-size: 14px!important;
    pointer-events: none;
    width: auto;
    color: #fff !important;
    background: #000050;
	opacity: 100%;
}








.hap-btn{
	display: none;
}
.hap-contr-btn svg{
	color:#000050;
}
.hap-btn:hover svg,
.hap-contr-btn:hover > svg,
.hap-contr-btn-hover svg{
	color:#f98923;
} 
.hap-contr-btn svg{
	position: absolute;
    top: 330px;
    width: 120px;
    height: 90px;
	text-align: center;
    transform: translate(-50%, -50%);
	fill:currentColor;
	transition: color .1s ease-out;
	border-radius: 25px;
	border: 2px solid #000050;
	padding: 20px;
}

.hap-player-controls{
	display: flex;
    width: 240px;
	height: 100px;
    justify-content: space-between;
    margin: 0 auto;
}













.hap-volume-seekbar{
    position: relative;
    top: 50px;
    margin-left: 25px;
    margin-right: 25px;
    width: 320px;
    height: 14px;
    cursor: pointer;
}
.hap-volume-wrapper{
	position: absolute;
    width: 370px;	
    height: 14px;
	cursor: pointer;
}
.hap-volume-wrapper:hover .hap-volume-seekbar{
	display: block;
}
.hap-volume-bg{
	position: absolute;
	width:320px;
	height:6px;
	background:#777;
}
.hap-volume-level{
	position: absolute;
	width:0px;
	height:6px;
	background:#000050;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.hap-volume-drag{
    position: relative;
	top:-16px;
    width: 38px;
    height: 38px;
	border-radius: 100%;
	background: #fcc42f;
	-webkit-transform: scale( 0.3 );
    transform: scale( 0.3 );
	-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; 
    float: right;
 	margin-right: -20px;
}
.hap-volume-drag:hover,
.hap-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}



.hap-bottom-cont{
    position: relative;
    margin-top: 0px;
	top: 454px;
    left: 0;
    width: 370px;
    height: 194px;
}




.hap-tooltip{
	position:absolute;
	background:#000;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	-moz-box-shadow: 1px 1px 8px #111;
	-webkit-box-shadow: 1px 1px 8px #111;
	box-shadow: 1px 1px 8px #111;
	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-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #f56a6f;
    -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!important; 
	filter: alpha(opacity=0); 
}
.hap-visible {
	opacity: 1!important;
	-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;
}



#hap-playlist-list{
    display: none;
}
