
#hap-wrapper{
	position:relative;
	max-width:500px;
	margin:0 auto;
	margin-top:100px;
	font-family: Arial, Helvetica, sans-serif;
    /*box-shadow: 1px 1px 75px #111;*/
    display:none;
}
.hap-poster{
	position:relative;
	margin:0 auto;
    box-shadow: 1px 1px 75px rgba(0,0,0,0.5);
    display:none;
}
.hap-poster .hap-player-outer{
	transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.hap-poster .hap-player-thumb {
	position: relative;
	background-position: 50% 50%;
    background-size: cover;
    padding-top: 100%;
    /*padding-top: 56%;*/
	transition: opacity 0.3s ease-in-out;
    opacity: 0;
    	width: 100%;
	height: 100%;
}
.hap-poster .hap-player-holder{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.hap-poster .hap-btn{
	display: none;
	height:100%;
}
.hap-poster .hap-contr-btn svg{
	color:#ddd;
	filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .4));
}
.hap-poster .hap-btn:hover svg,
.hap-poster .hap-contr-btn:hover > svg,
.hap-poster .hap-contr-btn-hover svg{
	color:#fff!important;
} 
.hap-poster .hap-contr-btn svg{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 18px;
	fill:currentColor;
	transition: color .1s ease-out;
}

.hap-poster .hap-info{
	margin-top:20px;
	margin-left:30px;
	margin-right:200px;
}
.hap-poster .hap-player-title{
	font-size:22px;
	color:#fff;
	margin:0!important;
}
.hap-poster .hap-player-artist{
	font-size:18px;
	color:#fff;
	margin:0!important;
}

.hap-poster .hap-share-toggle{
	position:absolute;
	top:30px;
	width:25px;
	height:25px;
	right:27px;
}

.hap-poster .hap-player-controls{
	position: absolute;
	height: 30px;
	bottom: 60px;
	left:30px;
}
.hap-poster .hap-prev-toggle{
	position:relative;
	left:0px;
	top:2px;
	width:25px;
	height:25px;
	float:left;
	margin-right:20px;
}
.hap-poster .hap-playback-toggle{
	position:relative;
	top:0px;
	width:30px;
	height:30px;
	float:left;
	margin-right:20px;
}
.hap-poster .hap-playback-toggle svg{
	height:30px;
}
.hap-poster .hap-next-toggle{
	position:relative;
	top:2px;
	width:25px;
	height:25px;
	float:left;
	margin-right:20px;
}

.hap-poster .hap-volume-wrapper{
	position:relative;
	top:2px;
	width:25px;
	height:25px;
	float:left;
}
.hap-poster .hap-volume-seekbar{
	position:relative;
	left:25px;
	top:3px;
	width:100px;
	height:18px;
	float:left;
	cursor: pointer;
	touch-action: none;
	background: rgba(0,0,0,0.01);
}
.hap-poster .hap-volume-bg{
	position:absolute;
	top:8px;
	left:10px;
	width:80px;
	height:3px;
	background:rgba(255, 255, 255, .5);
}
.hap-poster .hap-volume-level{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#D1C1FA;
}

.hap-poster .hap-seekbar{
	position:absolute;
	bottom:30px;
	left:36px;
	right:36px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.hap-poster .hap-progress-bg{
	position:relative;
	background:#ccc;
	width:100%;
	top:11px;
	height:2px;
}
.hap-poster .hap-load-level{
	position:absolute;
	background:rgba(255, 255, 255, .5);
	top:0;
	height:100%;
}
.hap-poster .hap-progress-level{
	position:absolute;
	background:#D1C1FA;
	top:0;
	height:100%;
}

#hap-playlist-list{
	display:none;
}
.hap-poster .hap-share-holder,
.hap-poster .hap-pwd-holder{
    background: #333; 
    box-shadow: rgba(135, 135, 135, 0.32) 0px 0px 11px;
}

/* pwd */
.hap-poster .hap-pwd-title{
	color: #fff;
}

.hap-poster .hap-tooltip{
	background:#D1C1FA;
	color:#fff!important;
	box-shadow: 1px 1px 8px #111;
}

.hap-poster .hap-preloader {
    background-color: #fff;
}
