/** audio player styles **/
.audio-player, .audio-player div, .audio-player h2, .audio-player a, .audio-player span, .audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

div.audio-player {
  position: relative;
  width: 370px;
  height: 34px;
  /*margin: 0 auto;*/
  background: #4c4e5a;
  background: #aaa;
  /*background: -webkit-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: -moz-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: -o-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: -ms-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: linear-gradient(top, #f00 0%, #00f 100%);*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 17px;
}
.audio-player h2 {
  position: absolute;
  top: 7px;
  left: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ececec;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

/* 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: 31px;
  height: 31px;
  top: 2px;
  left: 2px;
  background: transparent url('play.png') 0 0 no-repeat;
  background-size:30px;
}
.mejs-controls .mejs-pause button  
{
  width: 31px;
  height: 31px;
  top: 2px;
  left: 2px;
  background: transparent url('pause.png') 0 0 no-repeat;
  background-size:30px;
    
    }
 
 
/* mute/unmute control */
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
  width: 19px;
  height: 18px;
  top: 9px;
  right: 102px;
  background: transparent url('audio.png') 0 0;
  background-repeat:no-repeat;
}
.mejs-controls .mejs-unmute button { background-position: 0 -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: 80px;
  height: 8px;
  background: #212227;
  background: #414447;
  /*-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: 8px;
  top: 0px;
  left: 0px;
  background: #90d26a;
  background: #f80;
  /*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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 250px; }
 
.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  width: 200px;
  height: 8px;
  top: 13px;
  left: 40px;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}
 
.mejs-controls .mejs-time-rail .mejs-time-total { 
  background: #212227; 
  width: 200px !important; /* fixes display bug using jQuery 1.8+ */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #f80;
  background: #7b7d82;
  background: #414447;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #90d26a;
  background: #f80;
  /*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%);
  background: -ms-linear-gradient(top, #f00 0%, #83bb63 100%);*/
}

/* 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;*/
}


/* time progress tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 43px;
  height: 31px;
  top: -30px;
  margin-left: -20px;
  z-index: 9999;
  background: url('time-box.svg');
  background-repeat:no-repeat;
}
 
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 43px;
  display: block;
  left: 0;
  top: 3px;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 9999;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }