﻿.jp-audio {
  position: relative;
  font-family: 'DM Mono', monospace;
  text-align: left;
  width: 100%;
  height: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #83ABCD;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.jp-audio .jp-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  background-color: none;
}

@media (min-width: 1800px) {
  .jp-audio .jp-controls {
  top: 80px;
}
}

.jp-audio .jp-controls a {
  text-decoration: none;
  font-size: 12px;
  padding-left: 5px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
}
.jp-audio .jp-controls a:hover {
  color: #83ABCD;
}
.jp-audio .jp-controls a:before {
  display: inline-block;
  font-family: flat-audio;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;
  speak: none;
  width: 22px;
  line-height: 16px;
  text-align: center;
  opacity: 1;
}
.jp-audio .jp-progress {
  position: absolute;
  top: 0;
  left: 32px;
  right: 0;
  height: 100%;
  background-color: none;
opacity: 0.6;
}

@media (min-width: 1800px) {
  .jp-audio .jp-progress {
  top: 80px;
}
}


.jp-audio .jp-progress .jp-seek-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}



.jp-audio .jp-progress .jp-seek-bar .jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #83ABCD;
}
.jp-audio .jp-current-time {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0 5px;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  pointer-events:none;
}
.jp-audio .jp-no-solution {
  position: absolute;
  top: 0;
  left: 42px;
  right: 0;
  height: 42px;
  padding: 8px 0;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  display: none;
  color: #83ABCD;
  background-color: none;
}
/*# sourceMappingURL=jplayer.metro-fire.css.map */