.audioplayer {
/*  height: 4em;*/
  color: #30c;
  position: relative;
  z-index: 1;
  background: #fff;
}

.audioplayer-mini {
  width: 2.5em;
  margin: 0 auto;
}

/* @group Controls */

.audioplayer .contentWidth {
  padding-top: .85em;
}

#nowPlaying {
  font-size: 1.5em;
  padding-top: .5em;
}

.audioplayer .controls {
  float: left;
}

.audioplayer .controls > div {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
}

.audioplayer .controls > div a {
  text-decoration: none;
  color: #30c;
  margin: 0;
  display: block;
  height: 36px;
}

.audioplayer-playing .audioplayer-playpause a:before, .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a:before {
  font-family: icon!important;
  font-size: 40px;
  line-height: 1em;
  content: '\e602';
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 16px;
}

.audioplayer-playing .audioplayer-playpause a:before {
  content: '\e603';
}

.audioplayer-rw a:before, .audioplayer-ff a:before {
  font-family: icon!important;
  font-size: 40px;
  line-height: 1em;
  content: '\e604';
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
}

.audioplayer-ff a:before {
  content: '\e605';
}

/* @end */

.timeStatus {
  clear: both;
  overflow: auto;
  padding-bottom: 1em;
}

.audioplayer-time {
  width: 4.375em;
  text-align: center;
  z-index: 2;
  font-size: 1em;
}

.audioplayer-time-current {
/*border-left: 1px solid #111;
border-left-color: rgba(0,0,0,.25);
left: 2.5em;*/
float: left;
}

.audioplayer-time-duration {
/*border-right: 1px solid #555;
border-right-color: rgba(255,255,255,.1);
right: 10em;*/
float: right;
}

.audioplayer-novolume .audioplayer-time-duration {
border-right: 0;
right: 0;
}

.audioplayer-bar {
  width: 100%;
  height: .875em;
  border-bottom: 2px solid #30c;
  border-top: 2px solid #30c;
  background-color: #ccc;
  cursor: pointer;
  z-index: 1;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
}

.audioplayer-novolume .audioplayer-bar {
right: 4.375em;
}

.audioplayer-bar div {
width: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
}

.audioplayer-bar-loaded {
  background: url(../images/dots-bg.gif) repeat #fff;
  background-size: 72px 72px;
  z-index: 1;
}

.audioplayer-bar-played {
background: #007fd1;
z-index: 2;
}

.audioplayer-volume {
display: none;
width: 10em;
height: 100%;
border-left: 1px solid #111;
border-left-color: rgba(0,0,0,.25);
text-align: left;
text-indent: -9999px;
cursor: pointer;
z-index: 2;
top: 0;
right: 0;
}

.audioplayer-volume-button {
width: 2.5em;
height: 100%;
}

.audioplayer-volume-button a {
width: .313em;
height: .375em;
background-color: #fff;
display: block;
position: relative;
z-index: 1;
top: 40%;
left: 35%;
}

.audioplayer-volume-button a:before,.audioplayer-volume-button a:after {
content: '';
position: absolute;
}

.audioplayer-volume-button a:before {
width: 0;
height: 0;
border: .5em solid transparent;
border-left: none;
border-right-color: #fff;
z-index: 2;
top: 50%;
right: -.25em;
margin-top: -.5em;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
width: .313em;
height: .313em;
border: .25em double #fff;
left: .563em;
top: -.063em;
-webkit-border-radius: 0 .938em 0 0;
-moz-border-radius: 0 .938em 0 0;
border-radius: 0 .938em 0 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
border-width: .25em .25em 0 0;
}

.audioplayer-volume-adjust {
right: 0;
top: 0;
position: absolute;
width: 7.5em;
height: 100%;
cursor: default;
}

.audioplayer-volume-adjust > div {
top: 25%;
width: 100%;
height: 50%;
background-color: #222;
cursor: pointer;
position: relative;
z-index: 1;
}

.audioplayer-volume-adjust div div {
width: 100%;
height: 100%;
background: #007fd1;
}

.audioplayer-volume-adjust div div,.audioplayer-bar-played {
background-color: #30c;
}

.audioplayer *,.audioplayer :before,.audioplayer :after {
-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

.audioplayer-playpause a,.audioplayer-novolume .audioplayer-volume {
display: block;
}