.audioplayer {
  height: 8em;
  /* 40 */
  color: #fff;
  position: relative;
  z-index: 1;
  background: transparent; }
  .audioplayer audio {
    visibility: hidden;
    display: none; }
  .audioplayer > div {
    position: absolute; }
  .audioplayer .audioplayer-playpause {
    border: 1px solid #009e97;
    border-radius: 65px;
    height: 65px;
    width: 65px;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto  0;
    left: 0;
    overflow: hidden; }
    .audioplayer .audioplayer-playpause:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      content: '';
      border-radius: 50%;
      display: block;
      width: 130px;
      height: 130px;
      line-height: 130px;
      left: -32.5px;
      text-align: center;
      transition: box-shadow 0.8s ease-out;
      z-index: -1; }
    .audioplayer .audioplayer-playpause a {
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      width: 1.5em;
      height: 2.75em;
      display: block; }
      .audioplayer .audioplayer-playpause a:before, .audioplayer .audioplayer-playpause a:after {
        width: 30%;
        height: 100%;
        content: '';
        top: 0; }
    .audioplayer .audioplayer-playpause:hover {
      color: #fff; }
      .audioplayer .audioplayer-playpause:hover:before {
        box-shadow: inset 0 0 0 65px #009e97; }
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border: 1.5em solid transparent;
    border-right: none;
    border-left-color: #009e97;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5em 0 0 -0.5em; }
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
    border-left-color: #fff; }
  .audioplayer.audioplayer-playing .audioplayer-playpause a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.375em 0 0 -0.675em;
    /* 6 */ }
    .audioplayer.audioplayer-playing .audioplayer-playpause a:before, .audioplayer.audioplayer-playing .audioplayer-playpause a:after {
      background-color: #009e97;
      content: '';
      position: absolute; }
    .audioplayer.audioplayer-playing .audioplayer-playpause a:before {
      left: 0; }
    .audioplayer.audioplayer-playing .audioplayer-playpause a:after {
      right: 0; }
  .audioplayer.audioplayer-playing .audioplayer-playpause:hover a:before, .audioplayer.audioplayer-playing .audioplayer-playpause:hover a:after {
    background-color: #fff; }
  .audioplayer .audioplayer-bar {
    height: 0.3em;
    background-color: #e5e5e5;
    cursor: pointer;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 3.875em;
    left: 5.875em;
    right: 2.75em; }
    .audioplayer .audioplayer-bar div {
      width: 0;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .audioplayer .audioplayer-bar-loaded {
    background-color: #e5e5e5;
    z-index: 1; }
  .audioplayer .audioplayer-bar-played {
    background: #009e97;
    z-index: 2; }
  .audioplayer .audioplayer-time, .audioplayer .spaceline {
    height: 100%;
    line-height: 2.375em;
    /* 38 */
    z-index: 2;
    top: 0; }
  .audioplayer .audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0; }
  .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    width: .8em;
    height: .8em;
    border: 0.5em double #e5e5e5;
    border-width: 0.5em 0.5em 0 0;
    left: 1em;
    top: -0.063em;
    -webkit-border-radius: 0 0.938em 0 0;
    -moz-border-radius: 0 0.938em 0 0;
    border-radius: 0 0.938em 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.durAudio {
  bottom: 1.5em;
  margin: auto 0;
  height: 30px;
  z-index: -2;
  left: 5.875em; }
  .durAudio .audioplayer-time, .durAudio .spaceline {
    display: inline-block;
    padding: 0 .5em 0 0;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: .09em; }

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  border-left-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  margin: auto;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0; }
  .audioplayer-volume .audioplayer-volume-button {
    width: 100%;
    height: 100%; }
    .audioplayer-volume .audioplayer-volume-button a {
      width: 8px;
      height: 7px;
      background-color: #e5e5e5;
      display: block;
      position: relative;
      z-index: 1;
      top: 40%;
      left: 35%; }
      .audioplayer-volume .audioplayer-volume-button a:before, .audioplayer-volume .audioplayer-volume-button a:after {
        content: '';
        position: absolute; }
      .audioplayer-volume .audioplayer-volume-button a:before {
        width: 0;
        height: 0;
        border: 0.8em solid transparent;
        /* 8 */
        border-left: none;
        border-right-color: #e5e5e5;
        z-index: 2;
        top: 0;
        right: -0.25em;
        margin-top: -0.5em;
        /* 8 */ }
  .audioplayer-volume .audioplayer-volume-adjust {
    height: 6.25em;
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px; }
    .audioplayer-volume .audioplayer-volume-adjust > div {
      width: 7px;
      height: 80%;
      background-color: #e5e5e5;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 30% auto 0; }
    .audioplayer-volume .audioplayer-volume-adjust div div {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #009e97; }
  .audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0; }
  .audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%; }

.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; }

/*# sourceMappingURL=audio.css.map */
