*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	background: #222;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

#awp-wrapper{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
	font-family: Helvetica, Arial, sans-serif;
}
.awp-player-holder{
	position:fixed;
	width:100%;
	height:75px;
	bottom:0px;
	background: #222;
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.awp-icon-color{
	color:#555 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.awp-icon-rollover-color{
	color:#fff !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.awp-contr-btn-i{
	position:relative;
	top:0px;
	left:0px;
	width:50px;	
	height:100%;
	text-align: center;
	display: inline-block;
	font-size: 16px!important;
	line-height: 75px!important;
}
.awp-contr-btn-vol-i{
	font-size: 18px!important;
}
.awp-playback-toggle{
	position:absolute;
	width:50px;	
	height:100%;
	left:0px;
}
.awp-prev-toggle{
	position:absolute;
	width:50px;	
	height:100%;
	left:50px;
}
.awp-next-toggle{
	position:absolute;
	width:50px;	
	height:100%;
	left:100px;
}
.awp-media-time-current{
	position:absolute;
	width:60px;	
	height:100%;
	left:150px;
	color:#666;
	text-align: center;
	line-height: 75px;
	font-size: 14px;
	margin:0;
	padding: 0;
}

.awp-waveform-wrap {
    position:absolute;
	height:100%;
	left:210px;
	right:90px;
}
.awp-waveform-preloader{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	color:#333;
	font-size: 18px;
	pointer-events:none;
	opacity: 0;
}

.awp-waveform-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events:none;
}
.awp-waveform-img-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awp-waveform-img-progress-wrap{
	position: absolute;
    top: 0;
    left: 0;
    width:0;
    height: 100%;
    overflow: hidden;
    border-right: 3px solid #0000ff;
}
.awp-waveform-img-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awp-waveform-img-load img,
.awp-waveform-img-progress img{
    display: block;
    width: 100%;
    height: 100%;
}

.awp-media-time-total{
	position:absolute;
	width:60px;	
	height:100%;
	right:20px;
	color:#666;
	text-align: center;
	line-height: 75px;
	font-size: 14px;
	margin:0;
	padding: 0;
}


.awp-info-bar{
	position: fixed;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background:#ededed;
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.awp-info-data{
	max-height: 300px;
}



.awp-playlist-holder{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	height: 100%;
	height: -webkit-calc(100% - 75px);
    height: -moz-calc(100% - 75px);
    height: calc(100% - 75px);
    background: #111;
}

.awp-playlist-inner{ 
  width: 102%;
	height: 90%;
	height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
	margin:10px;
}

.awp-playlist-item{
	position: relative; 
	top:0px;
	left:0px;
	overflow: hidden;
	padding: 2px;
	background: #333;
	border-bottom: 1px solid #222;
}
.awp-playlist-item > a { border: 0; }
.awp-playlist-item:last-child {  
	margin-bottom:0px!important;
	border-bottom:0px!important;
}
.awp-playlist-non-selected {
	color:#666;
	float:left;
	width: 100%;
	text-decoration: none; 
	overflow: hidden;
}
.awp-playlist-selected {
	color:#8BC34A;
	float:left;
	width: 100%;
	text-decoration: none; 
	overflow: hidden;
}

.awp-playlist-title{
	font-size:24px;
	position: relative;
	left: 15px;
 	height: 50px;
  display: table-cell;
  vertical-align: middle;
}


.awp-preloader{
    position: fixed;
    width: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.awp-preloader span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#baacf1;
    position:absolute;
    animation: awp_preloader 1.5s  infinite ease-in-out;
}
.awp-preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
}
.awp-preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
.awp-preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
.awp-preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
@keyframes awp_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}


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


/* scroll */
.awp-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}




@media only screen and (max-width: 600px) {

.awp-media-time-current { left:30px; }
.awp-media-time-total { right:0px; }
.awp-waveform-wrap { left:100px; right: 50px; }

}
@media only screen and (max-width: 500px) {
	
.awp-prev-toggle, .awp-next-toggle { display: none; }
.awp-waveform-wrap { left:86px; }

}