/** 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;
  height:100px !important;
  margin: 0 auto;
  background:#fff;
}
/* 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: 57px;
    top: 76%;
    left: 41%;
    background: url('../images/audio.png') -69px -4px no-repeat;
    z-index: 1;
}
.mejs-controls .mejs-pause button { 
	background-position: -133px -6px; 
}
/* mute/unmute control */
.mejs-controls .mejs-mute button,.mejs-controls .mejs-unmute button{
    width: 40px;
    height: 36px;
    top: -242px;
    right: 85px;
    background: transparent url('../images/so.png') no-repeat 0px 0px;
}
.mejs-controls .mejs-unmute button {
    width: 20px;
}
/* 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: 4px;
  top: 40px;
  left: 0px;
  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: #d01822;
    width: 303px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
}
.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: 15px !important;
    height: 15px;
    top: -5px;
    background: #EFCA4C;
    border-radius: 51%;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px  !important;
  height: 14px  !important;
  top: -2px;
  background: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: #666;
  text-align: center;
  z-index: 9999;
}

/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
    position: absolute;
    top: -226%;
    right: 0px;
    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:#EFCA4C;
  -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:1366px){
}
@media(max-width:1080px){
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    top: 73%;
}
}
@media (max-width:991px){
.mejs-controls .mejs-time-rail .mejs-time-total {
    width: 282px !important;
}
}
@media (max-width: 768px){
.mejs-controls .mejs-time-rail .mejs-time-total {
    width: 270px !important;
}
.player-bottom {
    padding: 2em 2em 2.5em 2.5em;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
    top: -237px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
    top: -221%;
}
}
@media(max-width:640px){
.player-bottom {
    padding: 1.8em 2em 2.5em;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    width: 225px !important;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    width: 44px;
    height: 54px;
    background-position:-59px -3px;
    background-size: 415%;
}
.mejs-controls .mejs-pause button {
    background-position: -121px -6px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
    top: -202px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
    top: -186%;
}
}
@media(max-width:480px){
.player-bottom {
    padding: 1.5em;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    width: 176px !important;
	top: 27px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    width: 34px;
    height: 47px;
    background-size: 485%;
    left: 37%;
    top: 61%;
}
.mejs-controls .mejs-pause button {
    background-position: -111px -6px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
    top: -172px;
    right: 80px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
    top: -156%;
}
div#mep_0 {
    width: 183px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
    width: 12px !important;
    height: 12px;
    top: -4px;
}
}
@media(max-width:320px){
.player-bottom {
    padding: 1.5em 1.5em 0;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
    top: -252px;
    right: 77px;
    background: transparent url('../images/so.png') no-repeat 0px 0px;
    background-size: contain;
    width: 27px;
    height: 26px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 3px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 3px !important;
}
.mejs-controls div.mejs-horizontal-volume-slider {
    top: -241%;
    right: -6px;
}
.mejs-controls .mejs-unmute button {
    background-position: 13px 0px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    width: 256px !important;
    top: 20px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    top: 51%;
	left: 44%;
}
}
