*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{
	text-decoration: none;
}
body {
	background: url(../images/bg.jpg) repeat;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#hap-wrapper{
	position: relative;
	top: 0;
	margin: 0 auto;
	max-width:800px;
	font-family: Arial, sans-serif;
}
.hap-select-holder{
	position: relative;
	float:right;
}
#hap-select{
    color:#fff;
    font-size:13px!important;
    margin-bottom:1px;
    height:30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: url('../data/misc/arrow.png') no-repeat right #333;
	padding:3px 25px 3px 10px;
}
#hap-select::-ms-expand {
    display: none;
}
.hap-player-holder {
	box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	width: 100%;
	margin: 20px 0;
}
.hap-player-left{
	width:240px;
	float:left;
}
.hap-player-thumb-wrapper {
	position:relative;
	margin: 20px 20px;
	margin-bottom: 0;
	width: 200px;
	height: 200px;
	overflow:hidden;
}
.hap-player-thumb{
	height: 100%;
	background-color: #222;
}
.hap-player-thumb img{
	display: block;
	height: auto;
	width: 100%;
	min-width:240px:
}
.hap-icon-color{
	color:#fff !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.hap-icon-rollover-color{
	color:#FFFFCC !important;
	-webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.hap-contr-btn{
	background: #557fe7; /* Old browsers */
	background: -moz-linear-gradient(top,  #549ae7 0%, #557fe7 40%, #557fe7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #549ae7 0%, #557fe7 40%, #557fe7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #549ae7 0%, #557fe7 40%, #557fe7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549ae7', endColorstr='#557fe7',GradientType=0 ); /* IE6-9 */
}
.hap-contr-btn-i{
	width:30px;
	height:30px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 30px!important;
}
.hap-contr-btn-i2{
	width:25px;
	height:25px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 25px!important;
}
.hap-controls{
	position: relative;
	height:55px;
	margin-top: 10px;
	margin-left:20px;
	margin-right:20px;
}
.hap-prev-toggle{
	position:absolute;
	top:10px;
	left:0px;
	width:30px;
	height:30px;
	-moz-border-radius:30px;
  -webkit-border-radius:30px;
  border-radius:30px;
	border: 1px solid rgb(41, 130, 224);
}
.hap-playback-toggle{
	position:absolute;
	top:0px;
	left:25px;
	width:50px;
	height:50px;
	-moz-border-radius:50px;
  -webkit-border-radius:50px;
  border-radius:50px;
	border: 1px solid rgb(100, 174, 252);
}
.hap-playback-toggle i{
	width:50px;
	height:50px;
	text-align: center;
	display: inline-block;
	font-size: 20px!important;
	line-height: 50px!important;
}
.hap-next-toggle{
	position:absolute;
	top:10px;
	left:70px;
	width:30px;
	height:30px;
	-moz-border-radius:30px;
  -webkit-border-radius:30px;
  border-radius:30px;
	border: 1px solid rgb(41, 130, 224);
}

.hap-volume-wrapper{
	position:absolute;
	top:13px;
	right:0px;
	width:25px;
	height:25px;
}
.hap-player-volume{
	position:absolute;
	top:0px;
	left:0px;
	width:25px;
	height:25px;
	-moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius:25px;
	border:1px solid rgb(41, 130, 224);
}
.hap-volume-wrapper:hover .hap-volume-seekbar{
	display: block;
}
.hap-volume-seekbar{
	position:absolute;
	top:-77px;
	left:0px;
	width:28px;
	height:80px;
	overflow:hidden;
	cursor: pointer;
	touch-action: none;
	display: none;
	background: rgba(0,70,0,0.01);
}
.hap-volume-bg{
	position:absolute;
	bottom:10px;
	left:8px;
	width:8px;
	height:60px;
	background: #d5d5d5;
	border:1px solid #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  box-shadow: inset 1px 0 1px rgba(0,0,0,0.4), inset -1px 0 1px rgba(255,255,255,0.2);
}
.hap-volume-level{
	position:absolute;
	bottom:11px;
	left:9px;
	width:8px;
	height:40px;
	background:#3d6ada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.hap-random-toggle{
	position:absolute;
	top:13px;
	right:30px;
	width:25px;
	height:25px;
	-moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
	border:1px solid #222;
}
.hap-share-toggle{
	position:absolute;
	top:13px;
	right:60px;
	width:25px;
	height:25px;
	-moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
    border:1px solid #222;
}
.hap-share-holder{
	position:absolute;
	bottom:0px;
	left:0px;
	width:25px;
	height:155px;
	display: none;
	background: rgba(200, 54, 54, 0.01);
}
.hap-share-item{
	position: relative;
	left:-1px;
	width:25px;
	height:25px;
	-moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
	border:1px solid #222;
	margin-bottom: 5px;
}

.hap-seekbar-inner{
	position:relative;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
	height:20px;
	cursor: pointer;
	touch-action: none;
	/*-moz-box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
	box-shadow: 1px 1px 6px #333;*/
}
.hap-progress-bg{
	position:relative;
	background: #bbb;
	width:100%;
	top:5px;
	height:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.hap-load-level{
	position:absolute;
	background: #bbb;
	border-bottom: 1px solid #999;
	top:5px;
	height:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.hap-progress-level{
	position:absolute;
	background: #4473e7;
	background: -moz-linear-gradient(top, #4473e7 0%, #549ae7 100%);
	background: -webkit-linear-gradient(top, #4473e7 0%, #549ae7 100%);
	background: linear-gradient(to top, #4473e7 0%, #549ae7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4473e7', endColorstr='#549ae7',GradientType=0 );
	top:5px;
	height:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#hap-playlist-list{
	display:none;
}
.hap-playlist-holder{
	position:relative;
	top:0px;
	overflow:hidden;
}
.hap-playlist-inner{
	margin: 20px;
	min-height:284px;
	max-height:284px;
}
.hap-playlist-item{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.hap-playlist-item:nth-child(even){
	background: #ddd;
}
.hap-playlist-item:nth-child(odd){
	background: #f5f5f5;
}
.hap-playlist-item:last-child {
	border-bottom: 1px solid #ccc;
	margin-bottom:0px!important;
}
.hap-playlist-non-selected {
	display: inline-block;
	margin: 10px;
	color:#555;
  font-size: 13px;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);*/
}
.hap-playlist-selected {
	display: inline-block;
	margin: 10px;
	color:#3d6ada;
  font-size: 13px;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);*/
}
.hap-download, .hap-link, .hap-cart{
	float:right;
	margin: 10px;
	color:#fff!important;
	font-size: 13px!important;
}
.hap-download:hover, .hap-link:hover, .hap-cart:hover{
	color:#FFFFCC!important;
}




.hap-tooltip{
	position:absolute;
	background:#fff;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	border:1px solid #999;
	border-radius: 3px;
}
.hap-tooltip p {
	width:inherit;
	font-size:12px!important;
	color: #556ca6 !important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
}
.hap-tooltip-num{
	direction: ltr !important;
}

.hap-preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #111 url('../data/loading.gif') no-repeat center 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;
}






/* scroll */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
     border-radius: 0px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
     border-radius: 0px;
     background-color: #444;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

/*header a.logo, header .text {
	float: left;
}
header a.logo {
	width: 150px;
	display: block;
}*/
header .text {
	width: 85%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px;
	padding-bottom: 0;
	text-align: center;
}
header .text h3 {
	color: #1470ae;
	font-size: 20px;
	font-weight: bold;
}
header .text p {
	font-size:18px;
	line-height:26px;
	margin-top: 10px;
}
header .text .highlight {
	color: #449bd3;
	font-weight: bold;
}

.note {
	font-size: 12px !important;
	color: #666666;
	padding: 0 8px;
	margin-bottom: 10px;
	line-height: 18px;
}

.mCSB_dragger_bar {
	background: #4a7af0 !important;
  background: -moz-linear-gradient(right, #549ae7 0%, #4a7af0 100%) !important;
  background: -webkit-linear-gradient(right, #549ae7 0%, #4a7af0 100%) !important;
  background: linear-gradient(to right, #549ae7 0%, #4a7af0 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549ae7', endColorstr='#4a7af0',GradientType=0 );
}


@media only screen and (max-width: 700px) {

	.hap-playlist-holder{
		clear: left;
	}
	.hap-player-left{
		width: 100%;
	}
	.hap-player-thumb-wrapper {
		margin: 20px auto;
		width: 300px;
		height: 300px;
	}
	/*.hap-player-thumb-wrapper img{
		height: auto;
	}*/

}

@media only screen and (max-width: 600px) {

	header a.logo, 	header .text {
		float: none;
	}
	header a.logo {
		margin: 0 auto;
	}
	header .text {
		width: 100%;
		text-align: center;
	}
}
