@import "http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.disabled {
  color: #666;
  cursor: default;
}

.show {
  display: inline-block !important;
}

body {
  margin: 10px 0 0 0;
}
body .container .player {
  display: none;
  height: 60px;
  margin: 0;
  position: relative;
  width: 400px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  *zoom: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container .player {
    width: 470px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  body .container .player {
    width: 470px;
  }
}
@media (min-width: 1200px) {
  body .container .player {
    width: 470px;
  }
}
body .container .player .large-toggle-btn {
  float: left;
  font-size: 1.5em;
  height: 90px;
  overflow: hidden;
  margin: 15px;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  width: 90px;
}
body .container .player .large-toggle-btn .large-play-btn {
  cursor: pointer;
}
body .container .player .large-toggle-btn .large-play-btn:before {
  width: 80px;
  height: 80px;
  display: block;
  content: "";
  background-image: url("../images/tild6639-3633-4932-b566-633565306563__sticky-play.svg");
  background-size: contain;
}
body .container .player .large-toggle-btn .large-pause-btn {
  cursor: pointer;
}
body .container .player .large-toggle-btn .large-pause-btn:before {
  width: 80px;
  height: 80px;
  display: block;
  content: "";
  background-image: url("../images/tild6364-3937-4362-b338-613463656639__sticky-stop.svg");
  background-size: contain;
}
body .container .player .info-box {
  display: none;
  bottom: 10px;
  left: 65px;
  position: absolute;
  top: 15px;
}
body .container .player .info-box .track-info-box {
  float: left;
  font-size: 12px;
  margin: 0 0 6px 0;
  visibility: hidden;
  width: 400px;
  *zoom: 1;
}
body .container .player .info-box .track-info-box .track-title-text {
  display: inline-block;
}
body .container .player .info-box .track-info-box .audio-time {
  display: inline-block;
  padding: 0 0 0 5px;
  width: 80px;
}
body .container .player .info-box .track-info-box:before, body .container .player .info-box .track-info-box:after {
  content: " ";
  display: table;
}
body .container .player .info-box .track-info-box:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
body .container .player .progress-box {
  float: left;
  min-width: 270px;
  position: relative;
}
body .container .player .progress-box .progress-cell {
  height: 12px;
  position: relative;
}
body .container .player .progress-box .progress-cell .progress {
  background: #fff;
  border: 1px solid #d9d9d9;
  height: 8px;
  position: relative;
  width: auto;
}
body .container .player .progress-box .progress-cell .progress .progress-buffer {
  background: #337ab7;
  height: 100%;
  width: 0;
}
body .container .player .progress-box .progress-cell .progress .progress-indicator {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 3px;
  cursor: pointer;
  height: 10px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 22px;
}
body .container .player .controls-box {
  display: none;
  bottom: 10px;
  left: 350px;
  position: absolute;
}
body .container .player .controls-box .previous-track-btn {
  cursor: pointer;
  display: inline-block;
}
body .container .player .controls-box .previous-track-btn:before {
  content: "\f049";
  font: 1em "FontAwesome";
}
body .container .player .controls-box .next-track-btn {
  cursor: pointer;
  display: inline-block;
}
body .container .player .controls-box .next-track-btn:before {
  content: "\f050";
  font: 1em "FontAwesome";
}
body .container .player:before, body .container .player:after {
  content: " ";
  display: table;
}
body .container .player:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
body .container .play-list {
  display: block;
  margin: 0 auto;
  width: 100%;
}
body .container .play-list .play-list-row {
  display: table-row;
  margin: 0 0 0 0;
  width: 100%;
  *zoom: 1;
}
body .container .play-list .play-list-row .track-title .playlist-track {
  color: #000;
  text-decoration: none;
}
body .container .play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: underline;
}
body .container .play-list .play-list-row .small-toggle-btn {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 15px auto 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
body .container .play-list .play-list-row .small-toggle-btn .small-play-btn:before {
  width: 60px;
  height: 60px;
  display: block;
  content: "";
  background-image: url("../images/tild6639-3633-4932-b566-633565306563__sticky-play.svg");
  background-size: contain;
}
body .container .play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
  width: 60px;
  height: 60px;
  display: block;
  content: "";
  background-image: url("../images/tild6364-3937-4362-b338-613463656639__sticky-stop.svg");
  background-size: contain;
}
body .container .play-list .play-list-row .track-number {
  display: inline-block;
  display: none;
}
body .container .play-list .play-list-row .track-title {
  display: none;
}
body .container .play-list .play-list-row .track-title .playlist-track {
  text-decoration: none;
}
body .container .play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: underline;
}
body .container .play-list .play-list-row .track-title.active-track {
  font-weight: bold;
}
body .container .play-list .play-list-row:before, body .container .play-list .play-list-row:after {
  content: " ";
  display: table;
}
body .container .play-list .play-list-row:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.stopbgmusic,
.playbgmusic {
  display: none;
}

.navigator {
  display: flex;
  justify-content: space-around;
  font-family: Verdana, serif;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
  background-color: #DFE8E6;
  height: 120px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (max-width: 767px) {
  .navigator {
    height: 40px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigator {
    height: 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .navigator {
    height: 80px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navigator a[href] {
  text-decoration: underline !important;
}
.navigator a {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #23424A !important;
  border-color: #23424A;
  padding: 0 8%;
  height: 40px;
  line-height: 40px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (max-width: 767px) {
  .navigator a {
    padding: 0 5%;
    height: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigator a {
    height: 30px;
    line-height: 30px;
  }
}
.navigator a.main-link {
  border-left: solid;
  border-right: solid;
  border-width: 2px;
}
@media (max-width: 767px) {
  .navigator a.main-link {
    border-width: 1px;
  }
}
.navigator a.left-link:before, .navigator a.right-link:after {
  position: absolute;
  top: 5px;
  content: " ";
  width: 26px;
  height: 26px;
  border: solid #23424A;
  border-width: 0 2px 2px 0;
  display: inline-block;
  /* Small devices (tablets, 768px and up) */
}
@media (max-width: 767px) {
  .navigator a.left-link:before, .navigator a.right-link:after {
    border-width: 0 1px 1px 0;
    top: 3px;
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigator a.left-link:before, .navigator a.right-link:after {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
.navigator a.left-link:before {
  left: -25px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
@media (max-width: 767px) {
  .navigator a.left-link:before {
    left: 0;
  }
}
.navigator a.right-link:after {
  right: -25px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .navigator a.right-link:after {
    right: 0;
  }
}
.navigator a .link-short {
  display: none;
  /* Small devices (tablets, 768px and up) */
}
@media (max-width: 767px) {
  .navigator a .link-short {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigator a .link-short {
    display: inline;
  }
}
.navigator a .link-full {
  display: inline;
  /* Small devices (tablets, 768px and up) */
}
@media (max-width: 767px) {
  .navigator a .link-full {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigator a .link-full {
    display: none;
  }
}
.navigator.navigator-footer {
  background-color: #23424A;
  padding-bottom: 70px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (max-width: 767px) {
  .navigator.navigator-footer {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigator.navigator-footer {
    padding-bottom: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .navigator.navigator-footer {
    padding-bottom: 44px;
  }
}
.navigator.navigator-footer a {
  color: #DFE8E6 !important;
  border-color: #DFE8E6;
}
.navigator.navigator-footer a.left-link:before, .navigator.navigator-footer a.right-link:after {
  border-color: #DFE8E6;
}

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