
*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	background: #000;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#awp-wrapper{
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	position: relative;
	top: 150px;
    left: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #333;
}

.awp-player-thumb-wrapper{
	position:relative;
	width:100px;
	height:100px;
	float:left;
	background-color: #222;
	overflow:hidden;
}

.awp-player-holder{
	position:relative;
	top:0px;
	height:100px;
	overflow:hidden;
	background-color: #222;
}

.awp-waveform-wrap {
    position: relative;
    height: 100%;
    background: #121212;
}
#'.$wrapperId.' .awp-waveform {
    position: relative;
	top:50%;
	-webkit-transform: translate(0, -50%);
  	-ms-transform: translate(0, -50%);
  	transform: translate(0, -50%);
}
.awp-waveform-preloader{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	color:#fff;
	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-icon-color{
	color:#fff !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.awp-icon-rollover-color{
	color:#ff33ff !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.awp-contr-btn-i{
	position: absolute;
    top: 0;
    left: 0;
	width:25px;
	height:25px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 25px!important;
}


.awp-playback-toggle{
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.awp-playback-toggle i{
	position:absolute;
	width:40px;
	height:40px;
	font-size: 36px!important;
	line-height:40px!important;
	color:#fff !important;
	text-align: center;
	display: inline-block;
}





#awp-playlist-list{
	display:none;
}
.awp-playlist-holder{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:400px;
	background: #111;
}
.awp-playlist-inner{
	height: 100%;
}
.awp-playlist-item{
	position: relative;
    width: 200px;
    height:200px;
    float:left;
	background:#111;
	overflow: hidden;
}

.awp-playlist-non-selected {
	text-align: center;
	height: 100%;
	text-decoration: none; 
}
.awp-playlist-selected {
	text-align: center;
	height: 100%;
	text-decoration: none; 
}
.awp-playlist-thumb{
	display: block;
	position:relative;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}
.awp-playlist-thumb img{
	display:block;
	height:100%;
	width:auto!important;
	min-width:200px;
}
.awp-playlist-title{
	font-size:17px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	right: 0;
	padding:20px;
	opacity:0;
	pointer-events:none;
	-webkit-transition: all .5s ease-out;
    transition: all .5s ease-out; 
}
.awp-wall-overlay{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0;
	-webkit-transition: all .5s ease-out;
    transition: all .5s ease-out; 
}

.awp-active .awp-playlist-title{
	opacity:1;
	bottom: 10px;
}
.awp-active .awp-wall-overlay{
	opacity: 0.7;
}

.awp-playlist-item:not(.awp-active):hover .awp-playlist-title{
	opacity:1;
	bottom: 10px;
}
.awp-playlist-item:not(.awp-active):hover .awp-wall-overlay{
	opacity: 0.7;
}




.awp-preloader{
    position: absolute;
    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:#ff00ff;
    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-playlist-filter-msg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	line-height:400px;
	display: none;
}
.awp-playlist-filter-msg p{
	font-size:15px!important;
	color:#fff!important;
	vertical-align: middle!important;
    text-align:center!important;
	padding:0!important; 	
	margin:0!important; 
	line-height:inherit!important;
}
.awp-bottom-bar{
	position:relative;
	top:0px;
	clear:both;
	height:30px;
	width:100%;
	overflow:hidden;
	border-top:1px solid #222;
}
.awp-search-filter{
	position:relative;
	margin-left:20px;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin-top:-9px;
	padding:0!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#222 !important;
	color:#fff !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}

.awp-sr-bar-i{
	display: inline-block;
	font-size: 15px!important;
	line-height: 30px!important;
}
.awp-sort-alpha{
	position:relative;
	left:5px;
	top:0px;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.awp-share-item{
	position:relative;
	top:0px;
	right:20px;
	width:25px;
	height:100%;
	margin-right:5px;
	text-align: center;
	float: right;
}



.awp-tooltip{
	position:absolute;
	background:#222;
	text-align:center;
	z-index:10000;
	border:1px solid #333;
	pointer-events:none;
}
.awp-tooltip p {
	width:inherit;
	font-size:12px!important;
	color:#fff!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
}
.awp-tooltip-num{
	direction: ltr !important;
}





.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;
}



