*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	 overflow: hidden;
}
html, body { height: 100%; }

#hap-bg{
	position:fixed;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter        : blur(10px);
    -webkit-filter: blur(10px);	
    transform: scale(1.03);
}
#hap-bg img{
	display: block;
	width:100%;
	height: auto!important;
}

#hap-wrapper{
	position:relative;
	min-width:400px;
	max-width:800px;
	max-height: 400px;
	margin:0 auto;
	top:50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	font-family: 'Dosis', sans-serif;
	-moz-box-shadow: 1px 1px 75px #111;
	-webkit-box-shadow: 1px 1px 75px #111;
    box-shadow: 1px 1px 75px #111;
}


.hap-player-thumb{
    overflow: hidden;
    opacity: 0.7;
}
.hap-player-thumb img{
	display: block;
    width: 100%;
    height: auto;
}
.hap-player-holder{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	touch-action: none;
}
.hap-icon-color{
	color:#b3eef4 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.hap-icon-rollover-color{
	color:#ffffff !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: 16px!important;
	line-height: 25px!important;
}

.hap-info{
	margin-top:20px;
	margin-left:30px;
	margin-right:200px;
}
.hap-player-title{
	font-size:22px;
	color:#ffffff;
	margin:0!important;
}
.hap-player-artist{
	font-size:18px;
	color:#ffffff;
	margin:0!important;
}

.hap-player-user{
	font-size:18px;
    font-style: italic;
    color:#ffffff;
	margin:0!important;
}

.hap-player-logout{
	font-size:18px;
    color:#ffffff;
	margin-top:20px;
	margin-right:30px;
}

.copyright{
	font-size:18px;
    text-align: center;
    color:#ffffff;
	margin-top:20px;
	
}

/* unvisited link */
a:link {
    color: #b3eef4;
}

/* visited link */
a:visited {
    color: #b3eef4;
}

/* mouse over link */
a:hover {
    color: #ffffff;
}

/* selected link */
a:active {
    color: #ffffff;
}

.hap-share-toggle{
	position:absolute;
	top:25px;
	width:25px;
	height:25px;
	right:60px;
}
.hap-share-toggle-btn{
	position:absolute;
}
.hap-share-holder{
	position:absolute;
	top:0px;
	right:25px;
	width:165px;
	height:25px;
	display: none;
	background: rgba(0,0,0,0.01);
}
.hap-share-item{
	position: relative;
	width:25px;
	height:25px;
	top:0;
	float: right;
	margin-right:10px;
}

.hap-progress-bg{
    
    color: #004065;
 }

.hap-player-controls{
	position: absolute;
	height: 30px;
	bottom: 60px;
	left:30px;
}
.hap-prev-toggle{
	position:relative;
	left:0px;
	top:2px;
	width:25px;
	height:25px;
	float:left;
	margin-right:20px;
}
.hap-playback-toggle{
	position:relative;
	top:0px;
	width:30px;
	height:30px;
	float:left;
	margin-right:20px;
}
.hap-playback-toggle i{
	width:30px;
	height:30px;
	line-height:30px!important;
	font-size: 30px!important;
}
.hap-next-toggle{
	position:relative;
	top:2px;
	width:25px;
	height:25px;
	float:left;
	margin-right:20px;
}
.hap-prev-toggle i,
.hap-next-toggle i{
	font-size:18px!important;
}


.hap-player-volume{
	position:relative;
	top:2px;
	width:25px;
	height:25px;
	float:left;
}
.hap-volume-seekbar{
	position:relative;
	left:0px;
	top:5px;
	width:70px;
	height:18px;
	float:right;
	cursor: pointer;
	touch-action: none;
}
.hap-volume-bg{
	position:absolute;
	top:8px;
	left:10px;
	width:50px;
	height:3px;
	background:#ffffff;
}
.hap-volume-level{
	position:absolute;
	top:8px;
	left:10px;
	width:0px;
	height:3px;
	background:#84f5ff;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}


.hap-seekbar-inner{
	position:absolute;
	bottom:30px;
	left:36px;
	right:36px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.hap-progress-bg{
	position:relative;
	background:#ffffff;
	width:100%;
	top:11px;
	height:2px;
}
.hap-load-level{
	position:absolute;
	background:#84f5ff;
	top:11px;
	height:2px;
}
.hap-progress-level{
	position:absolute;
	background:#00627d;
	top:11px;
	height:2px;	
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}


#hap-playlist-list{
	display:none;
}


.hap-tooltip{
	position:absolute;
	background:#84f5ff;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	color:#ffffff!important;
	-moz-box-shadow: 1px 1px 8px #111;
	-webkit-box-shadow: 1px 1px 8px #111;
	box-shadow: 1px 1px 8px #111;
	border-radius: 1px;
}
.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:#738da4;
	text-align: 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;
}

@media (max-width: 40em) {
.hap-player-volume {
display: none;
}
}

@media (max-width: 40em) {
.hap-volume-seekbar {
display: none;
}
}

@media (max-width: 40em) {
.hap-volume-bg {
display: none;
}
}

@media (max-width: 40em) {
.hap-volume-level {
display: none;
}
}