.containerBottom .chapterList ul li a,
.controls .col.backward,
.controls .col.forward,
.controls .col.pause,
.controls .col.play,
.controls .col.stop,
.progressBar,
.hasChapters .controls .col.menuToggle {
  cursor: pointer;
}

@font-face {
  font-family: Karla;
  font-style: normal;
  font-weight: 400;
  src: local("Karla"), local("Karla-Regular"), url(https://fonts.gstatic.com/s/karla/v6/qkBbXvYC6trAT7RVLtk.ttf) format("truetype");
}
@font-face {
  font-family: Karla;
  font-style: normal;
  font-weight: 700;
  src: local("Karla Bold"), local("Karla-Bold"), url(https://fonts.gstatic.com/s/karla/v6/qkBWXvYC6trAT7zuC8m5xL4.ttf) format("truetype");
}
.simpleAudioPlayer {
  box-sizing: border-box;
  font-family: Karla, Arial, sans-serif;
  width: 500px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 12px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.simpleAudioPlayer img {
  max-width: 100%;
}
.simpleAudioPlayer .progressBar {
  width: 100%;
  height: 25px;
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  background: #69a375;
  background: linear-gradient(to right, #69a375 0, #a2a369 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63cdda", endColorstr="#53e0ed", GradientType=1);
}
.simpleAudioPlayer .progressBar .progressBarInner {
  position: absolute;
  top: 0;
  left: 0;
  background: #4b7654;
  height: 100%;
  width: 0%;
  transition: width 0.1s ease;
}
.simpleAudioPlayer .progressBar .progressIndicator {
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.simpleAudioPlayer .progressBar:hover .progressIndicator {
  opacity: 0.6;
}
.simpleAudioPlayer .containerBottom .chapterList ul li a:hover,
.simpleAudioPlayer .controls .col.backward:hover,
.simpleAudioPlayer .controls .col.forward:hover,
.simpleAudioPlayer .controls .col.pause:hover,
.simpleAudioPlayer .controls .col.play:hover,
.simpleAudioPlayer .controls .col.stop:hover,
.simpleAudioPlayer .hasChapters .controls .col.menuToggle:hover {
  opacity: 0.8;
}
.simpleAudioPlayer .trackInfo {
  position: relative;
  width: 100%;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 8px;
}
.simpleAudioPlayer .trackInfo .trackTitle {
  float: left;
  width: 70%;
  font-size: 1.3em;
  font-weight: bold;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
}
.simpleAudioPlayer .trackInfo .progressTime {
  color: #aaa;
  text-align: left;
  float: left;
  width: 15%;
  padding-left: 10px;
}
.simpleAudioPlayer .trackInfo .durationTime {
  color: #aaa;
  text-align: right;
  float: left;
  width: 15%;
  padding-right: 10px;
}
.simpleAudioPlayer .row,
.simpleAudioPlayer .waves canvas {
  width: 100%;
  filter: invert(45%) sepia(52%) saturate(500%) hue-rotate(81deg) brightness(99%) contrast(50%);
}
.simpleAudioPlayer .waves {
  height: 50px;
  margin: 0 0 1em;
}
.simpleAudioPlayer .controls .col {
  position: relative;
  text-align: center;
  height: 40px;
}
.simpleAudioPlayer .controls .col img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.simpleAudioPlayer .controls .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.simpleAudioPlayer .col,
.simpleAudioPlayer .row {
  float: left;
  height: auto;
}
.simpleAudioPlayer .controls .icon-play {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTcgMzU3Ij4gIDxwYXRoIGZpbGw9IiMzZGMxZDMiIGQ9Ik0zOC4zIDB2MzU3bDI4MC41LTE3OC41eiIvPjwvc3ZnPg==);
  background-size: 40px 40px;
}
.simpleAudioPlayer .controls .icon-pause {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTcgMzU3Ij4gIDxwYXRoIGZpbGw9IiMzZGMxZDMiIGQ9Ik0yNS41IDM1N2gxMDJWMGgtMTAydjM1N3ptMjA0LTM1N3YzNTdoMTAyVjBoLTEwMnoiLz48L3N2Zz4=);
  background-size: 40px 40px;
}
.simpleAudioPlayer .controls .icon-stop {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDYgMzA2Ij4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik0wIDBoMzA2djMwNkgweiIvPjwvc3ZnPg==);
  background-size: 40px 40px;
}
.simpleAudioPlayer .controls .icon-menu {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22Layer_1%22%20x%3D%220%22%20y%3D%220%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%20%20%3Cpath%20d%3D%22M472%201H40C17.9%201%200%2018.9%200%2041s17.9%2040%2040%2040h432c22.1%200%2040-17.9%2040-40S494.1%201%20472%201zM472%20216H40c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040h432c22.1%200%2040-17.9%2040-40s-17.9-40-40-40zM472%20432H40c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040h432c22.1%200%2040-17.9%2040-40s-17.9-40-40-40z%22%20class%3D%22st0%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-size: 40px 40px;
}
.simpleAudioPlayer .controls .icon-backward {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8cGF0aCBmaWxsPSIjYWFhIiBkPSJNOCA0SDd2NWg0VjhIOHoiLz4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik04IDBDNSAwIDIuNCAxLjYgMS4xIDQuMUwwIDN2NGg0TDIuNSA1LjVDMy41IDMuNSA1LjYgMiA4IDJjMy4zIDAgNiAyLjcgNiA2cy0yLjcgNi02IDZjLTEuOCAwLTMuNC0uOC00LjUtMi4xTDIgMTMuMkE3LjggNy44IDAgMCAwIDggMTZjNC40IDAgOC0zLjYgOC04cy0zLjYtOC04LTh6Ii8+PC9zdmc+);
  background-size: 40px 40px;
}
.simpleAudioPlayer .controls .icon-forward {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8cGF0aCBmaWxsPSIjYWFhIiBkPSJNOCA0SDd2NWg0VjhIOHoiLz4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik0xNiA3VjNsLTEuMSAxLjFBNy43IDcuNyAwIDAgMCA4IDBDMy42IDAgMCAzLjYgMCA4czMuNiA4IDggOGMyLjQgMCA0LjYtMS4xIDYtMi44bC0xLjUtMS4zQTUuOSA1LjkgMCAwIDEgOCAxNGMtMy4zIDAtNi0yLjctNi02czIuNy02IDYtNmMyLjQgMCA0LjUgMS41IDUuNSAzLjVMMTIgN2g0eiIvPjwvc3ZnPg==);
  background-size: 40px 40px;
}
.simpleAudioPlayer .containerBottom {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 10px 12px;
  color: #444;
}
.simpleAudioPlayer .containerBottom .chapterList {
  clear: both;
  display: block;
  text-align: left;
}
.simpleAudioPlayer .containerBottom .chapterList ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
.simpleAudioPlayer .containerBottom .chapterList ul li {
  padding: 10px 0;
  margin-bottom: 0;
  border-top: 1px solid #ddd;
  font-size: 1.3em;
}
.simpleAudioPlayer .containerBottom .chapterList ul li ins {
  text-decoration: none;
}
.simpleAudioPlayer .containerBottom .chapterList ul li a {
  color: #2b9342;
}
.simpleAudioPlayer .containerBottom .chapterList ul li a:hover, .simpleAudioPlayer .containerBottom .chapterList ul li a:active {
  color: #907f31;
  text-decoration: none;
}
.simpleAudioPlayer .containerBottom .chapterList ul li a:hover ins, .simpleAudioPlayer .containerBottom .chapterList ul li a:active ins {
  text-decoration: underline;
}
.simpleAudioPlayer .containerBottom .chapterList ul li small {
  text-transform: none;
  color: #aaa;
}
.simpleAudioPlayer .containerBottom .chapterList ul li .indent {
  margin-left: 45px;
}
.simpleAudioPlayer .hide {
  display: none;
}
.simpleAudioPlayer .cf:after {
  content: "";
  display: table;
  clear: both;
}
.simpleAudioPlayer .row {
  clear: left;
  min-height: 14px;
}
.simpleAudioPlayer .col {
  clear: none;
}
.simpleAudioPlayer .col.last-child,
.simpleAudioPlayer .col:last-child {
  margin-right: 0;
}
.simpleAudioPlayer .col.c4 {
  width: 33.33332%;
}
.simpleAudioPlayer .col.c2 {
  width: 16.66666%;
}
@media all and (max-width: 519px) {
  .simpleAudioPlayer .trackInfo {
    margin-top: 4px;
  }
  .simpleAudioPlayer .trackInfo .trackTitle {
    margin: 1.7em 2% 0;
    width: 96%;
  }
  .simpleAudioPlayer .trackInfo .progressTime {
    position: absolute;
    left: 0;
    width: 50%;
  }
  .simpleAudioPlayer .trackInfo .durationTime {
    position: absolute;
    right: 0;
    width: 50%;
  }
  .simpleAudioPlayer .controls .icon-pause,
  .simpleAudioPlayer .controls .icon-play {
    background-size: 40px 40px;
  }
  .simpleAudioPlayer .controls .icon-menu,
  .simpleAudioPlayer .controls .icon-stop {
    background-size: 40px 40px;
  }
  .simpleAudioPlayer .controls .icon-backward,
  .simpleAudioPlayer .controls .icon-forward {
    background-size: 40px 40px;
  }
}/*# sourceMappingURL=audioPlayer.css.map */