/** audio player styles **/
.audio-player, .audio-player div,.audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
div.audio-player {
	position: relative;
    width: 100% !important;
    margin: 0px auto;
    padding: 1em 0 0;
}
/* play/pause control */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: absolute;
  text-indent: -9999px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    width: 41px;
    height: 50px;
	top: 50px;
    left: 66%;
    background: url('../images/play.png') -87px -21px no-repeat;
    z-index: 1;
}
.mejs-controls .mejs-pause button { 
	background-position:-82px -81px; 
}
/* mute/unmute control */
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
  width: 16px;
  height: 16px;
  top:70px;
  right: 92px;
  background: transparent url('../images/so.png') no-repeat 0px 0px;
}

/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}
/* time scrubber bar */
.mejs-controls div.mejs-time-rail { 
	width: 380px; 
}
.mejs-controls .mejs-time-rail span {
	position: absolute;
    display: block;
    width: 0px !important;
    height: 9px;
    top: 40px;
    left:50%;
    cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total { 
	background: #fff;
    width: 375px !important;
    color: #fff;
	display: none;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #c6d5da;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #DC483A; 
}
/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px !important;
  height: 20px;
  top: -4px;
  background: url('../images/dot.png') no-repeat;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px  !important;
  height: 14px  !important;
  top: -3px;
  background: url('../images/dot1.png') no-repeat 0px 0px;
}
/* time progress tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: 0;
  z-index: 9999;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px !important;
  display: block;
  left: 0;
  top: 4px;
  font-size: 10px;
  font-weight: bold;
  color:#fff;
  text-align: center;
  z-index: 9999;
}

/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	top: 76px;
    right: 10px;
	cursor: pointer;
    z-index: 1;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 80px !important;
  height: 5px !important;
  background: #2d2d2d; 
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0 ;
  height: 5px !important;
  top: 0px;
  left: 0px;
  background:#DC483A;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
span.mejs-time-loaded {
	  width: 265px !important;
} 
div#mep_0{
	  width: 251px !important;
}

/*--responsive--*/
@media(max-width:1440px){
	.mejs-controls .mejs-time-rail .mejs-time-total {
	  width: 190px !important;
	}
}
@media(max-width:1366px){
	.mejs-controls .mejs-time-rail .mejs-time-total {
	  width: 179px !important;
	}
}
@media(max-width:1280px){
.mejs-controls .mejs-time-rail .mejs-time-total {
  width: 170px !important;
}
}
@media (max-width:1200px){
.mejs-controls .mejs-time-rail .mejs-time-total ,div#mep_0{
  width: 250px !important;
}
}

@media(max-width:1024px){
.mejs-controls .mejs-time-rail .mejs-time-total, div#mep_0 {
  width: 175px !important;
}
}

@media(max-width:768px){
	.mejs-controls .mejs-time-rail .mejs-time-total, div#mep_0 {
	  width: 240px !important;
	}
	.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
		left: 53%;
	}
}
@media (max-width:730px){
.mejs-controls .mejs-time-rail .mejs-time-total, div#mep_0 {
  width: 204px !important;
}
}

@media(max-width:640px){
.mejs-controls .mejs-time-rail span {
 top: 49px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
  left: 72px;
  top: 73px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    width: 70px;
    height: 50px;
    left: 180px;
    top: 42px;
    background: url('../images/play.png') -52px -14px no-repeat;
    background-size: 243%;
}
.mejs-controls .mejs-pause button {
		background-position: -53px -69px !important;
		background-size: 243% !important;
	}
}

@media(max-width:600px){
	.mejs-controls .mejs-time-rail .mejs-time-total, div#mep_0 {
	  width: 194px !important;
	}
	.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
		background: url('../images/play.png') -63px -14px no-repeat;
		background-size: 243%;
	}
	.mejs-controls .mejs-pause button {
		background-position: -60px -69px !important;
		background-size: 243% !important;
	}
}
@media (max-width: 568px){
	.mejs-controls .mejs-time-rail .mejs-time-total, div#mep_0 {
	  width: 183px !important;
	}
	.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
		width: 62px;
		top: 48px;
	}
	.mejs-controls .mejs-pause button {
		background-position: -60px -64px !important;
		background-size: 243% !important;
	}
}
@media (max-width:480px){
	.mejs-controls .mejs-time-rail .mejs-time-total, div#mep_0 {
	  width: 149px !important;
	}
	.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
		left: 73px;
	}
}
@media(max-width:414px){
	.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
		width: 25px;
	}
	.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
		background: url('../images/play.png') -63px -8px no-repeat;
		background-size: 500%;
	}
	.mejs-controls .mejs-pause button {
		background-size: 500% !important;
		background-position: -54px -50px !important;
	}
}
@media(max-width:415px){
.mejs-controls .mejs-time-rail .mejs-time-total, div#mep_0 {
  width: 125px !important;
}
}

@media(max-width:320px){
.mejs-controls .mejs-time-rail .mejs-time-total, div#mep_0 {
  width:260px !important;
}
div.audio-player {
  position: relative;
  width: 100% !important;
  margin:0px auto;
}
.mejs-controls .mejs-time-rail span {
  top: 16px;
  left: 9px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
  top: 46px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
   top: 49px;
  }
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
  left: 115px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
  top: 56px;
  right: 5px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    left: 124px;
	top: 21px;
}
}



/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 120px;
  height: 11px;
  background: #212227;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 9px;
  top: 1px;
  left: 1px;
  background: #90d26a;
  background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: linear-gradient(top, #90d26a 0%, #83bb63 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  top: -6px;
  background: url('handle-lg.png') no-repeat;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  top: -1px;
  background: url('handle-sm.png') no-repeat;
}