.audioplayer
{
  height: 56px;
  color: #fff;
  /*text-shadow: 1px 1px 0 #000;*/
  border: 1px solid #dddddd;
  position: relative;
  z-index: 1;
  background: #0288d1;
  margin-left: 70px;
  /*padding: 5px 35px 5px 25px;*/
}

.audioplayer .audioplayer-volume .fa::before {
  content: "\f028";
}

.audioplayer.audioplayer-mute .audioplayer-volume .fa::before {
  content: "\f026";
}

.audioplayer .audioplayer-playpause .fa::before {
  content: "\f04b";
}

.audioplayer.audioplayer-playing .audioplayer-playpause .fa::before {
  content: "\f04c";
}

.audioplayer-mini
{
  width: 2.5em; /* 40 */
  margin: 0 auto;
}
.audioplayer > div
{
  position: absolute;
}
.audioplayer-playpause
{
  border: 1px solid #e5e5e5;
  width: 48px;
  height: 44px;
  text-align: left;
  cursor: pointer;
  z-index: 2;
  top: 5px;
  bottom: 5px;
  left: 25px;
  background-color: #ffffff;
  text-align: center;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
{
/*  border-right: 1px solid #555;
  border-right-color: rgba( 255, 255, 255, .1 );*/
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.audioplayer-mini .audioplayer-playpause
{
  width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus
{
  /*background-color: #222;*/
  cursor: pointer;
}
.audioplayer-playpause a
{
  display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
{

}
.audioplayer-playing .audioplayer-playpause a
{

}

.audioplayer-playpause a
{
  font-size: 18px;
}

.audioplayer-playpause a .fa {
  line-height: 44px;
}
/*.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after
{
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before
{
  left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after
{
  right: 0;
}*/
.audioplayer-time
{
  width: 62px; /* 70 */
  height: 100%;
  line-height: 54px; /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
  color: #ffffff;
}
.audioplayer-time-current
{
  left: 80px; /* 40 */
}
.audioplayer-time-duration
{
/*  border-right: 1px solid #555;
  border-right-color: rgba( 255, 255, 255, .1 );*/
  right: 9.59em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration
{
  border-right: 0;
  right: 0;
}
.audioplayer-bar
{
  height: 8px; /* 14 */
  background-color: #ccc;
  cursor: pointer;
  z-index: 1;
  right: 14.35em; /* 110 */
  left: 142px; /* 110 */
  top: 22px;
}
.audioplayer-novolume .audioplayer-bar
{
  right: 4.375em; /* 70 */
}
.audioplayer-bar .audioplayer-bar-loaded,
.audioplayer-bar-played
{
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audioplayer-bar-loaded
{
  background-color: #fafafa;
  z-index: 1;
}
.audioplayer-bar-played
{
  background-color: #e1e1e1;
  z-index: 2;
}
.audioplayer-time-indicator,
.audioplayer-volume-indicator {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -3px;
  right: -7px;
  background-color: #ccc;
  border-radius: 14px;
  /*display: none;*/
}

.audioplayer-volume
{
  width: 110px;
  height: 20px;
  text-align: left;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  margin-top: -10px;
  right: 19px;
}

.audioplayer-volume-button
{
  display: inline-block;
  line-height: 20px;
}

.audioplayer-volume-button,
.audioplayer-volume-button a
{
  color: #ffffff;
}

.audioplayer-volume-button a {
  font-size: 14px;
  line-height: 14px;
}

.audioplayer .fa {

  margin-right: 0;
}

.audioplayer-volume-adjust
{
  width: 6.25em; /* 100 */
  height: 8px;
  cursor: default;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -5px;
  background: #fff;
}
.audioplayer-volume .audioplayer-volume-adjust
{
  opacity: 1;
}
.audioplayer-volume:hover .audioplayer-volume-adjust
{
/*  top: auto;
  bottom: 100%;*/
}
.audioplayer-volume-adjust > div
{ 
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  cursor: pointer;
  position: relative;
  z-index: 1;
  /*margin: 30% auto 0;*/
}
.noselect {
  -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;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.audioplayer-volume-adjust > div > div
{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e1e1e1;
  z-index: 2;
}
.audioplayer-novolume .audioplayer-volume
{
  display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a
{
/*  -webkit-filter: drop-shadow( 1px 1px 0 #000 );
  -moz-filter: drop-shadow( 1px 1px 0 #000 );
  -ms-filter: drop-shadow( 1px 1px 0 #000 );
  -o-filter: drop-shadow( 1px 1px 0 #000 );
  filter: drop-shadow( 1px 1px 0 #000 );*/
}
.audioplayer-bar,
.audioplayer-bar .audioplayer-bar-loaded,
.audioplayer-bar .audioplayer-bar-played,
.audioplayer-volume-adjust,
.audioplayer-volume-adjust > div,
.audioplayer-volume-adjust > div > div
{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*.audioplayer-bar,
.audioplayer-volume-adjust > div
{
  -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}
.audioplayer-volume-adjust div div,
.audioplayer-bar-played
{
  -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}*/
.audioplayer-volume-adjust
{
/*  -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );*/
}
.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;
}



@media (max-width: 767px) {
  .audioplayer {
    margin-left: 0;
  }

  .audioplayer {
    height: 102px;
  }

  .audioplayer-volume {
    top: 70px;
    left: 15px;
    right: auto;
  }

  .audioplayer-playpause {
    left: 15px;
  }

  .audioplayer-time-duration {
    right: 10px;
  }

  .audioplayer-bar {
    left: 130px;
    right: 5.5em;
  }

  .audioplayer-time-current {
    left: 65px;
  }
}

@media (max-width: 479px) {

  
}