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

div.audio-player {
  position: relative;
  width: 300px;
  height: 80px;
//  margin: 0 auto;
  background: transparent url('bg_bluem.jpg') 0 0 no-repeat;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
}

.audio-player .title {
  display: table;
  position: absolute;
  top: 21px;
  left: 67px;
  width: 223px;
  height: 32px;
  background: #aeadad;
  -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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.audio-player .title .text {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 14px;
   line-height: 13px;
   color: #f5fcff;
   text-shadow: 0px 2px 3px #000000;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;  
}

/* 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: 50px;
  height: 50px;
  top: 15px;
  left: 7px;
  background: transparent url('playpause_bluem.png') 0 0 no-repeat;
}

.mejs-controls .mejs-pause button { background-position: 0 -51px; }
 
/* mute/unmute control */
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
  width: 18px;
  height: 19px;
  top: 2px;
  right: 103px;
  background: transparent url('audio2.png') 0 0;
}

.mejs-controls .mejs-unmute button { background-position: 0 -19px; }

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

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 80px;
  height: 11px;
  background: #d7d7d7;
  -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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 10px;
  top: 1px;
  left: 1px;
  background: #e2e496;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 223px; }
 
.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  width: 223px;
  height: 12px;
  top: 60px;
  left: 67px;
  cursor: pointer;
}
 
.mejs-controls .mejs-time-rail .mejs-time-total { 
  background: #d7d7d7; 
  width: 223px !important; /* fixes display bug using jQuery 1.8+ */
  -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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  margin-top: 1px;
  height: 11px;
  background: #96e4e0;
  -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;
  margin-top: 1px;
  height: 11px;
  background: #e2e496;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: -5px;
  background: transparent url('handle-lg.png') no-repeat;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 18px;
  height: 17px;
  top: 0;
  margin-top: -3px;
  background: transparent url('handle-sm.png') no-repeat;
}

/* time progress tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -16px;
  z-index: 9999;
  background: transparent url('time-box.png');
}
 
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: center;
  z-index: 9999;
}
.mejs-list {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
padding: 20px 5px 10px 5px;
margin-top: 0;
//margin: auto;
width: 290px;
list-style-type: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.mejs-list li {
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 14px;
   text-shadow: 0px 2px 3px #A4A4A4;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;  
	color:#aaa;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 15px;
	cursor:pointer;
	padding-left: 15px;
	background:transparent url('../item.png') no-repeat  0 3px;
}
.mejs-list li:hover {
	padding-left:20px;
	background:url('../itemw.png') no-repeat 5px 3px;
	color:#08088A;
}
.mejs-list li.current {
	padding-left: 20px;
	background:url('../itemw.png') no-repeat 5px 3px;
	color:black;
}
/** 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%; }