
#hap-wrapper{
	position:relative;
	min-width:320px;
	max-width:600px;
	margin: 0 auto;
	margin-top:100px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 1px 1px 10px 1px #ccc;
	-webkit-box-shadow: 1px 1px 10px 1px #ccc;
	box-shadow: 1px 1px 10px 1px #ccc;
}
.hap-player-holder{
	position:relative;
	width:100%;
	height:70px;
	background: #005f79; 
	overflow: hidden;
}

.hap-player-thumb{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:260px;
	background:#E9EBEC;
	overflow:hidden;
}
.hap-player-thumb img{
	display:block;
	width:100%;
	height:100%!important;
	min-height:100%;
	max-width: none!important;
}

.hap-contr-btn i{
	color:#fff; 
}
.hap-contr-btn:hover i,
.hap-contr-btn-hover{
	color:#fff!important;
}
.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-controls{
	position: relative;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	height: 25px;
	z-index: 10;
}
.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:-4px;
}

.hap-player-volume{
	position:relative;
	width:25px;
	height:25px;
	float:left;
	display: none;
}
.hap-volume-seekbar{
	position:relative;
	left:0px;
	top:4px;
	width:90px;
	height:16px;
	float:left;
	cursor: pointer;
	touch-action: none;
}
.hap-volume-bg{
	position:absolute;
	top:4px;
	left:10px;
	width:70px;
	height:8px;
	background:#eee;
}
.hap-volume-level{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#fff;
}
.hap-volume-drag{
	position: relative;
	top: 50%;
    margin-top: -10px;
	border-radius: 100%;
	width:20px;
	height:20px;
	border: 1px solid #eee;
	background:#ffffff;
	pointer-events:none;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
   	box-sizing: border-box;  
   	float: right;
 	margin-right: -10px;   
}
.hap-seekbar{
	position:absolute;
	bottom:5px;
	left:20px;
	right:20px;
	height:18px;
	cursor: pointer;
	touch-action: none;
}
.hap-progress-bg{
	position:relative;
	background:#eee;
	width:100%;
	top:5px;
	height:8px;
}
.hap-load-level{
	position:absolute;
	background:#eee;
	top:0;
	height:100%;
}
.hap-progress-level{
	position:absolute;
	background:#ffffff;
	top:0;
	height:100%;
}



#hap-playlist-list{
	display:none;
}
.hap-playlist-holder{
	position:relative;
	top:0px;
	width:100%;
	/* background:#F0F5F7; */
	overflow:hidden;
}
.hap-playlist-inner{
	/* min-height: 150px;
	max-height:231px; */
}
.hap-playlist-item{
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	line-height: 33px;
	display: flex;
    width: 100%;
}
.hap-playlist-item > a {
    border: 0;
}
.hap-info {
    margin: 5px 20px 5px 20px;
}
.hap-playlist-item:nth-child(odd){
	/* background: #fff;  */
}
.hap-playlist-item:last-child {  
	margin-bottom:0px!important;
}
.hap-playlist-item-content > span {
    white-space: nowrap;
}
.hap-playlist-item-content {
	/* margin-left: 20px;
	margin-right: 10px; */
	cursor: pointer;
	flex:1;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#ccc;
}
.hap-playlist-item-selected {
	/* background: #6DC7FB!important; */
}
.hap-playlist-item-selected span {
    border-color: #005f79 !important;
	background: #005f79!important;
}
.hap-playlist-item-selected .hap-playlist-title,
.hap-playlist-item-selected .hap-playlist-title-num{
	color:#fff;
}

.hap-download, .hap-link{
	color:#ccc!important;
	font-size: 16px!important;
	width: 30px;
	text-align: center;
	margin-right: 15px;
	display: flex;
	justify-content: center;
}
.hap-download i, .hap-link i{
	line-height:33px;
	color:inherit;
}


.hap-playlist-title{
	font-size: 14px;
	color:inherit;
}
.hap-playlist-filter-msg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
	color:#fff!important;
}
.hap-playlist-filter::placeholder { 
    color: inherit!important;
}
.hap-playlist-filter-msg span{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}



.hap-bottom-bar{
	position:relative;
	top:0px;
	clear:both;
	height:34px;
	width:100%;
	background:#F0F5F7;
	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:#fff !important;
	color:#ccc !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}
.hap-search-filter::placeholder { 
	color: inherit!important;
}

.hap-bottom-bar i{
	display: inline-block;
	font-size: 18px!important;
	line-height: 34px!important;
}
.hap-sort-alpha{
	position:relative;
	left:5px;
	top:0px;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.hap-share-item{
	position:relative;
	top:0px;
	right:10px;
	width:25px;
	height:100%;
	margin-right:5px;
	text-align: center;
	float: right;
}





.hap-tooltip{
	display:none!important;
	position:absolute;
	background:#005f79;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	display:none;
	font-size:13px!important;
	padding:2px 5px !important;
	line-height:20px !important;
	white-space:nowrap;
}

.hap-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #3FBAF3;
    -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;
	height: 70px;
    width: 100%;
}

/* 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-player-title {
	font-size: 18px;
    margin: 0;
    margin-bottom: 3px;
    padding: 0;
    color: #005f79;
    display: block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
	
}
@media only screen and (max-width: 600px)  {
	.hap-player-thumb {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #E9EBEC;
    overflow: hidden;
}
.radio-section #radio {
    /* background: #002e3b; */
    border-radius: 2px;
    /* height: 182px; */
    height: auto;
    margin: 0px 10px 5px 10px;
    width: auto;
}
#radio {
    direction: ltr;
    margin: 0 0 27px;
    min-height: 0px;
    width: 100%;
	background: #F0F5F7;
}
#radios {
    letter-spacing: -0.32em;
    margin: 5px 20px 10px 20px;
    text-align: center;
}
#menu-slide {
    max-height: 460px !important;
    overflow-y: scroll;
}
.hap-visible {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    height: 48px;
    width: 100%;
}
#haps-wrapper {
    position: relative;
    min-width: auto !important;
    max-width: 800px;
    /* margin: 0 auto; */
    top: 50%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    font-family: Arial, Helvetica, sans-serif;
    -moz-box-shadow: 3px 2px 15px #111;
    -webkit-box-shadow: 3px 2px 15px #111;
    box-shadow: 3px 2px 15px #111;
}
figure.col-md-2.col-xs-6 {
    width: 33.33%;
    display: inline-block;
}
figure.col-md-2.col-sm-6.col-lg-2 {
    width: 33.33%;
    padding-right: 5px;
    padding-left: 5px;
}
img.search-img {
    width: 100%;
    height: 70px !important;
}
img.genre-img {
    width: 100%;
    height: 70px !important;
}
.head .social-links {
    direction: ltr;
    height: 15px;
    margin: 12px;
    text-align: center;
}
.fb_iframe_widget_fluid {
    display: inline-block !important;
}
.haps-share-holder {
    position: absolute;
    top: 26px !important;
    right: 0px;
    width: 165px;
    height: 25px;
    display: none;
    background: rgba(0,0,0,0.01);
}
img.img_ad {
    width: 356px;
}
.add-box-top {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    position: relative;
    width: 356px ;
} 
.add-box-bottom, .add-box-bottom-station {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 356px;
}

.footer-nav {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    float: left;
}
ul.footer-nav li {
    display: inline-block;
    text-align: center;
}
#footer a {
    color: #fff;
    transition: all ease-in-out .3s;
    padding: 5px;
}
}
@media only screen and (max-width: 768px)  {
 img.search-img {
    width: 100%;
    height: 70px !important;
}
img.genre-img {
    width: 100%;
    height: 70px !important;
}   
.haps-info {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 40px !important;
    padding: 10px !important;
    background: #000;
    box-shadow: 0px 0px 10px #000;
    width: 100%;
    color: #fff;
}
.haps-player-title {
    font-size: 14px !important;
    color: #ffffff;
    margin: 0px !important;
}
.head .social-links {
    direction: ltr;
    height: 16px;
    margin: 7px;
    text-align: center;
}
.fb_iframe_widget_fluid {
    display: inline-block !important;
}
.hap-volume-seekbar {
    position: relative;
    left: 0px;
    top: 4px;
    width: 85px;
    height: 16px;
    float: left;
    cursor: pointer;
    touch-action: none;
}
}
#sidebar .fm-text {
    display: block;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
/**  STYLE 2 */
#menu-slide::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #005f79;
}
#menu-slide::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
#menu-slide::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}

div#gens .inner{
	border: 1px solid #e1e1e1;
    padding: 5px;
}
div#gens .hidden{
	cursor: default;
    pointer-events: none;
    z-index: 99999;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ccc;
	}
div#gens {
    margin: 5px 20px 45px 20px;
}
img.genre-img {
    width: 100%;
    height: 120px;
}

img.search-img {
    width: 100%;
    height: 110px;
}
figure.col-md-2.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}
figure.col-md-2.col-sm-6.col-lg-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.haps-info {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 40px !important;
    padding: 6px 25px 0 30px;
    background: #000;
    box-shadow: 0px 0px 10px #000;
    width: 100%;
    color: #fff;
}
.haps-player-title {
    font-size: 22px;
    color: #ffffff;
}
.haps-player-controls {
    height: 40px !important;
    padding: 4px 25px 0 30px!important;
    background: #000;
    left:0 !important;
    bottom:0px !important;
    box-shadow: 0px 0px 10px #000;
    width: 100%!important;
}
span.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
#haps-wrapper{
	position:relative;
	min-width:400px;
	max-width:800px;
	margin:0 auto;
	top:50%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%); 
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 3px 2px 15px #111;
	-webkit-box-shadow: 3px 2px 15px #111;
    box-shadow: 3px 2px 15px #111;
}
.haps-player-thumb{
    overflow: hidden;
	opacity: 1;
}
.haps-player-thumb img{
	display: block;
    width: 100%;
    height: auto;
	max-width: none!important;
}
.haps-player-holder{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	touch-action: none;
}
.haps-contr-btn > i{
	color:#fff;
}
/* .haps-contr-btn:hover > i,
.haps-contr-btn-hover{
	color:#000!important;
}  */

.haps-contr-btn > i{
	position: absolute;
    top: 0;
    left: 0;
	width:25px;
	height:25px;
	text-align: inherit;
	display: inline-block;
	font-size: 16px!important;
	line-height: 22px!important;
}

.haps-info{
	margin-top:20px;
	margin-left:30px;
	margin-right:200px;
}
.haps-player-title{
	font-size:22px;
	color:#ffffff;
	margin:0px !important;
}
.haps-player-artist{
	font-size:18px;
	color:#ccc;
	margin:0!important;
}



.haps-share-toggle{
	position:absolute;
	top:10px;
	width:25px;
	height:25px;
	right:27px;
}
.haps-share-holder{
	position:absolute;
	top:0px;
	right:25px;
	width:165px;
	height:25px;
	display: none;
	background: rgba(0,0,0,0.01);
}
.haps-share-toggle:hover .haps-share-holder{
	display: block;
}
.haps-share-item{
	position: relative;
	width:25px;
	height:25px;
	top:0;
	float: right;
	margin-right:10px;
}
.haps-share-item i{
	font-size: 18px!important;
}


.haps-player-controls{
	position: absolute;
	height: 30px;
	bottom: 60px;
	left:30px;
}
.haps-prev-toggle{
	position:relative;
	left:0px;
	top:2px;
	width:25px;
	height:25px;
	float:left;
	margin-right:20px;
}
.haps-playback-toggle{
	position:relative;
	top:0px;
	width:30px;
	height:30px;
	float:left;
	margin-right:20px;
}
.haps-playback-toggle i{
	width:30px;
	height:30px;
	line-height:30px!important;
	font-size: 30px!important;
}
.haps-next-toggle{
	position:relative;
	top:2px;
	width:25px;
	height:25px;
	float:left;
	margin-right:20px;
}
.haps-prev-toggle i,
.haps-next-toggle i{
	font-size:18px!important;
}


.haps-volume-wrapper{
	position:relative;
	top:2px;
	width:25px;
	height:25px;
	float:left;
}
.haps-volume-seekbar{
	position:relative;
	left:25px;
	top:3px;
	width:70px;
	height:18px;
	float:left;
	cursor: pointer;
	touch-action: none;
	background: rgba(0,0,0,0.01);
}
.haps-volume-bg{
	position:absolute;
	top:8px;
	left:10px;
	width:50px;
	height:3px;
	background:#ccc;
}
.haps-volume-level{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#ffffff;
}


.haps-seekbar{
	position:absolute;
	bottom:30px;
	left:36px;
	right:36px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.haps-progress-bg{
	position:relative;
	background:#ccc;
	width:100%;
	top:11px;
	height:2px;
}
.haps-load-level{
	position:absolute;
	background:#ccc;
	top:0;
	height:100%;
}
.haps-progress-level{
	position:absolute;
	background:#D1C1FA;
	top:0;
	height:100%;
}







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



.haps-tooltip{
	position:absolute;
	background:#094c66;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	color:#fff!important;
	-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;
	font-size:13px!important;
	padding:2px 5px !important;
	line-height:20px !important;
	white-space:nowrap;
}



.haps-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.haps-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

