canvas{
    max-width: none!important;
}
#awp-wrapper{
	position:relative;
	min-width:400px;
	line-height:normal!important;
	max-width:960px;
	margin:auto;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	border: 1px dotted rgba(89, 145, 25, 0.42);
}

.awp-player-thumb-wrapper{
	position:relative;
	width:100px;
	height:100px;
	float:left;
	/*background-color: #222;*/
	background-color: rgba(247, 247, 247, 0.33);
	overflow:hidden;
}
.awp-player-thumb{
	width:100px;
	height:100px;
}
.awp-player-thumb img{
	display: block;
	position: absolute;
	max-width: none;
    height: 100%;
    width: auto!important;
	min-width: 200px;
}
.awp-player-holder{
	position:relative;
	top:0px;
	height:100px;
	overflow:hidden;
	background-color: rgba(247, 247, 247, 0.33);
}
.awp-waveform-wrap {
    position: relative;
    height: 100%;
}
.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: 1px solid #599119;
}
.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-media-time-current{
	position:absolute;
	left:5px;
	bottom:0;
	margin:0!important;
	padding: 3px!important;
	color:#000 !important;
	font-size:13px!important;
	width:auto;
	pointer-events:none;
}
.awp-media-time-total{
	position:absolute;
	right:5px;
	bottom:0;
	margin:0!important;
	padding: 3px!important;
	color:#000 !important;
	font-size:13px!important;
	width:auto;
	pointer-events:none;
}
.awp-playback-toggle{
	position:absolute;
	top: 40%;
	width:60px;
	height:60px;
	border-radius: 100%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	background: rgba(89, 145, 25, 0.87);
}
.awp-playback-toggle i{
	width: 60px;
    height: 60px;
    font-size: 25px!important;
    line-height: 63px!important;
    color: #fff !important;
    text-align: center;
    display: inline-block;
}
.awp-volume-wrapper{
	position: absolute;
    width: 25px;
    height: 25px;
    bottom: 0px;
    left: 2px;
}
.awp-volume-wrapper:hover .awp-volume-seekbar{
	display: block;
}
.awp-volume-seekbar{
	position: absolute;
	bottom:10px;
	left:50%;
	margin-left: -45px;
	width:90px;
	height:30px;
	cursor: pointer;
	touch-action: none;
	background: rgba(89, 145, 25, 0.01);
}
.awp-player-volume{
	position:absolute;
	width:25px;
	height:25px;
	left:0;
	top:0;
}
.awp-player-volume i{
	position: absolute;
	width:25px;
	height:25px;
	font-size: 18px!important;
	line-height:25px!important;
	color:#599119 !important;
	text-align: center;
	display: inline-block;
}
.awp-volume-seekbar{
	position:absolute;
	left:70px;
	top:4px;
	width:70px;
	height:16px;
	cursor: pointer;
	touch-action: none;
	display: none;
}
.awp-volume-bg{
	position:absolute;
	top:5px;
	left:10px;
	width:50px;
	height:5px;
	background:#171717;
}
.awp-volume-level{
	position:absolute;
	top:5px;
	left:10px;
	width:0px;
	height:5px;
	background:#599119;
}
#awp-playlist-list{
	display:none;
}
.awp-playlist-holder{
	position:relative;
	top:0px;
	width:100%;
	background:#333;
	overflow:hidden;
	/*border-top:1px solid #222;*/
}
.awp-playlist-inner{
	margin:20px;
	min-height:100px;
	max-height:150px;
}
.awp-playlist-item{
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	line-height: 40px;
}
.awp-playlist-item > a {
    border: 0;
}
.awp-playlist-item:last-child {
	margin-bottom:0px!important;
}
.awp-playlist-non-selected {
	float:left;
	color:#eee!important;
	text-decoration: none;
	margin-right: 10px;
}
.awp-playlist-selected {
	float:left;
	color:#ff33ff!important;
	text-decoration: none;
	margin-right: 10px;
}
.awp-playlist-title {
	font-size:14px;
	color:inherit;
}
.awp-download, .awp-link{
	float:right;
	color:#fff!important;
	font-size: 13px!important;
	width: 30px;
	text-align: center;
}
.awp-download i, .awp-link i{
	line-height:40px;
	color:inherit;
}
.awp-download:hover, .awp-link:hover{
	color:#ff33ff!important;
}
.awp-playlist-filter-msg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	line-height:140px;
	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-download-confirm{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	border:1px solid #555;
	opacity:0;
	z-index:1000;
	display:none;
}
.awp-download-confirm p{
	padding:10px 5px !important;
	font-size:14px;
	color:#fff;
	background:#333;
	text-align: center;
}
.awp-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;
}
.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;
}
