@font-face {
  font-family: ProximaNova;
  font-weight: normal;
  src: url("ProximaNova-regular-webfont.woff");
}
@font-face {
  font-family: ProximaNova;
  font-weight: lighter;
  src: url("ProximaNova-light-webfont.woff");
}
@font-face {
  font-family: ProximaNova;
  font-weight: bold;
  src: url("ProximaNova-Bold.otf");
}
/* line 10, ../scss/html5player.scss */
.sidebar-mini #html5player.loading .videoarea {
  width: 100% !important;
  height: 135px !important;
}
/* line 15, ../scss/html5player.scss */
.sidebar-mini #html5player .lowerPanel {
  display: none !important;
}

/* line 25, ../scss/html5player.scss */
.theatermode #html5player, #html5player.theatermode {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* line 34, ../scss/html5player.scss */
.theatermode #html5player .videoarea, #html5player.theatermode .videoarea {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* line 40, ../scss/html5player.scss */
.fullscreen #html5player.toggled *, #html5player.fullscreen.toggled *,
.theatermode #html5player.toggled *, #html5player.theatermode.toggled * {
  cursor: pointer;
}
/* line 43, ../scss/html5player.scss */
.fullscreen #html5player *, #html5player.fullscreen *,
.theatermode #html5player *, #html5player.theatermode * {
  cursor: none;
}
/* line 46, ../scss/html5player.scss */
.fullscreen #html5player .loader, #html5player.fullscreen .loader,
.theatermode #html5player .loader, #html5player.theatermode .loader {
  -moz-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  -webkit-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
  top: 20px;
  right: 20px;
}
/* line 51, ../scss/html5player.scss */
.fullscreen #html5player .videoarea, #html5player.fullscreen .videoarea,
.theatermode #html5player .videoarea, #html5player.theatermode .videoarea {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 58, ../scss/html5player.scss */
#html5player {
  overflow: hidden;
  color: #ffffff;
  background: #1F2326;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  position: relative;
}
/* line 60, ../scss/html5player.scss */
#html5player.loading .lowerPanel {
  -moz-transform: translateY(200%) !important;
  -ms-transform: translateY(200%) !important;
  -webkit-transform: translateY(200%) !important;
  transform: translateY(200%) !important;
  opacity: 0 !important;
}
/* line 61, ../scss/html5player.scss */
#html5player.loading .lowerPanel:hover, #html5player.loading .lowerPanel.show, #html5player.loading .lowerPanel.visible, #html5player.loading .control-bar .lowerPanel.volume-btn:hover, #html5player.loading .lowerPanel.alwaysshow {
  -moz-transform: translateY(200%) !important;
  -ms-transform: translateY(200%) !important;
  -webkit-transform: translateY(200%) !important;
  transform: translateY(200%) !important;
  opacity: 0 !important;
}
/* line 68, ../scss/html5player.scss */
#html5player.loading .videoarea {
  width: 100% !important;
  height: 320px !important;
}
/* line 72, ../scss/html5player.scss */
#html5player.loading .poster {
  opacity: 1;
}
/* line 2, ../scss/_tag.scss */
#html5player .beta-indicator {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 10px;
  z-index: 900;
  font-size: 11px;
  font-weight: bold;
  opacity: .25;
}
/* line 4, ../scss/_loader.scss */
#html5player.fullscreen .loader, #html5player.theatermode .loader {
  -moz-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  -webkit-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
  top: 20px;
  right: 20px;
}
/* line 10, ../scss/_loader.scss */
#html5player .loader {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-transform: translate(50%, -50%) !important;
  -ms-transform: translate(50%, -50%) !important;
  -webkit-transform: translate(50%, -50%) !important;
  transform: translate(50%, -50%) !important;
  top: 50%;
  right: 50%;
  position: absolute;
  height: 67px;
  padding: 0 20px;
  opacity: 0.5;
  background: #1b1b1b;
  font-size: 21px;
  font-weight: bold;
  line-height: 67px;
  text-align: center;
  z-index: 50;
  width: auto;
}
/* line 28, ../scss/_loader.scss */
#html5player .loader-indicator {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/loader-snake.gif") center center no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin: 0px 10px;
}
/* line 5, ../scss/_video.scss */
#html5player .fullscreen .videoarea, #html5player .theatermode .videoarea {
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 12, ../scss/_video.scss */
#html5player .theatermode .videoarea {
  -moz-transform: translateY(50%) translateX(50%);
  -ms-transform: translateY(50%) translateX(50%);
  -webkit-transform: translateY(50%) translateX(50%);
  transform: translateY(50%) translateX(50%);
}
/* line 16, ../scss/_video.scss */
#html5player.loading .videoarea video {
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
}
/* line 21, ../scss/_video.scss */
#html5player.loading .poster {
  background: black url("../images/logo.png") center center no-repeat;
}
/* line 26, ../scss/_video.scss */
#html5player .videoarea {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  height: 252px;
  background: black url("../images/logo.png") center center no-repeat;
}
/* line 35, ../scss/_video.scss */
#html5player .videoarea [data-index] {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 36, ../scss/_video.scss */
#html5player .videoarea [data-index].current {
  z-index: 10;
}
/* line 39, ../scss/_video.scss */
#html5player .videoarea [data-index].previous {
  z-index: 5;
}
/* line 42, ../scss/_video.scss */
#html5player .videoarea [data-index].syncing {
  opacity: 0;
}
/* line 45, ../scss/_video.scss */
#html5player .videoarea [data-index].synced {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/* line 54, ../scss/_video.scss */
#html5player .videoarea video {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  object-fit: fill;
  background-position: center center;
}
/* line 63, ../scss/_video.scss */
#html5player .videoarea video::cue {
  background: none;
  color: #fff;
  text-shadow: 0px 2px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  border: 0px;
}
/* line 71, ../scss/_video.scss */
#html5player .videoarea .restriction {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}
/* line 82, ../scss/_video.scss */
#html5player .videoarea .poster {
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
/* line 94, ../scss/_video.scss */
#html5player .videoarea .poster .play-btn, #html5player .videoarea .poster .pause-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  border: 0px;
  background-color: transparent;
  padding: 30px;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/play.png");
}
/* line 112, ../scss/_video.scss */
#html5player .videoarea .poster .pause-btn {
  background-image: url("../images/pause.png");
}
/* line 116, ../scss/_video.scss */
#html5player .videoarea .message {
  display: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
/* line 125, ../scss/_video.scss */
#html5player .videoarea .message .label {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  position: relative;
  padding: 0 10px;
  font-size: 15px;
  line-height: 20px;
  color: white;
  white-space: normal;
  background-color: black;
  opacity: 0.7;
}
/* line 6, ../scss/_utils.scss */
#html5player .hidden, #html5player .superhidden, #html5player button.hidden, #html5player .norights {
  -moz-transform: translate(50%, 100%) scale(0);
  -ms-transform: translate(50%, 100%) scale(0);
  -webkit-transform: translate(50%, 100%) scale(0);
  transform: translate(50%, 100%) scale(0);
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  display: block !important;
  visibility: visible !important;
}
/* line 14, ../scss/_utils.scss */
#html5player .out {
  -moz-transition-delay: 900ms !important;
  -o-transition-delay: 900ms !important;
  -webkit-transition-delay: 900ms !important;
  transition-delay: 900ms !important;
}
/* line 18, ../scss/_utils.scss */
#html5player .visible, #html5player .control-bar .volume-btn:hover {
  -moz-transform: translate(0%, 0%) scale(1);
  -ms-transform: translate(0%, 0%) scale(1);
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 1;
}
/* line 24, ../scss/_utils.scss */
#html5player .flatten, #html5player .superhidden, #html5player button.hidden, #html5player button.superhidden, #html5player .norights {
  width: 0px !important;
  flex: 0 0 0px !important;
  -webkit-flex: 0 0 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
/* line 32, ../scss/_utils.scss */
#html5player .range, #html5player input[type="range"] {
  -webkit-appearance: none;
  -moz-apperance: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}
/* line 33, ../scss/_utils.scss */
#html5player .range::-webkit-slider-thumb, #html5player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  margin-top: -3px;
}
/* line 34, ../scss/_utils.scss */
#html5player .range::-webkit-slider-thumb:hover, #html5player input[type="range"]::-webkit-slider-thumb:hover {
  -moz-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8);
}
/* line 45, ../scss/_utils.scss */
#html5player .range:focus, #html5player input[type="range"]:focus {
  outline: none;
}
/* line 95, ../scss/html5player.scss */
#html5player .lowerPanel {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 100;
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
/* line 96, ../scss/html5player.scss */
#html5player .lowerPanel:hover, #html5player .lowerPanel.show, #html5player .lowerPanel.visible, #html5player .control-bar .lowerPanel.volume-btn:hover, #html5player .lowerPanel.alwaysshow {
  -moz-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
  opacity: 1 !important;
}
/* line 100, ../scss/html5player.scss */
#html5player .lowerPanel.hidden, #html5player .lowerPanel.superhidden, #html5player .lowerPanel.norights {
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  opacity: 1;
}
/* line 7, ../scss/_controlbar.scss */
#html5player.truelive .totaltime, #html5player.truelive .seek-bar, #html5player.truelive .pause-btn, #html5player.truelive .play-btn {
  display: none !important;
}
/* line 10, ../scss/_controlbar.scss */
#html5player.truelive .progressbar::before {
  content: 'LIVE';
  position: absolute;
  top: 15px;
  left: 30px;
}
/* line 18, ../scss/_controlbar.scss */
#html5player .control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin: 0px;
  padding: 15px 30px;
}
/* line 26, ../scss/_controlbar.scss */
#html5player .control-bar button {
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  cursor: pointer;
  border: 0px;
  background: transparent center center no-repeat;
  width: 25px;
  height: 20px;
  margin-right: 15px;
}
/* line 27, ../scss/_controlbar.scss */
#html5player .control-bar button:focus {
  outline: 0;
}
/* line 39, ../scss/_controlbar.scss */
#html5player .control-bar .fullscreen_expand, #html5player .control-bar .fullscreen_collapse {
  margin-right: 0px;
}
/* line 43, ../scss/_controlbar.scss */
#html5player .control-bar .play-btn {
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  margin-right: 30px;
  background-image: url("../images/play.png");
}
/* line 50, ../scss/_controlbar.scss */
#html5player .control-bar .pause-btn {
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  margin-right: 30px;
  background-image: url("../images/pause.png");
}
/* line 57, ../scss/_controlbar.scss */
#html5player .control-bar .track-btn {
  background-image: url("../images/audio_sub.png");
}
/* line 61, ../scss/_controlbar.scss */
#html5player .control-bar .cast-btn {
  background-image: url("../images/ic_media_route_off_custom.png");
}
/* line 62, ../scss/_controlbar.scss */
#html5player .control-bar .cast-btn.active {
  background-image: url("../images/ic_media_route_on_custom.png");
}
/* line 65, ../scss/_controlbar.scss */
#html5player .control-bar .cast-btn.connecting {
  -webkit-animation: chromecastConnecting 1s infinite;
}
/* line 71, ../scss/_controlbar.scss */
#html5player .control-bar .fullscreen_expand {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-image: url("../images/icon_player_expand@2x.png");
}
/* line 76, ../scss/_controlbar.scss */
#html5player .control-bar .fullscreen_collapse {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-image: url("../images/icon_player_detract@2x.png");
}
/* line 81, ../scss/_controlbar.scss */
#html5player .control-bar .theatermode_expand, #html5player .control-bar .theatermode_collapse {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid white;
  -moz-background-size: auto 75%;
  -o-background-size: auto 75%;
  -webkit-background-size: auto 75%;
  background-size: auto 75%;
}
/* line 89, ../scss/_controlbar.scss */
#html5player .control-bar .theatermode_collapse {
  background-image: url("../images/icon_player_detract@2x.png");
}
/* line 93, ../scss/_controlbar.scss */
#html5player .control-bar .theatermode_expand {
  background-image: url("../images/icon_player_expand@2x.png");
}
/* line 97, ../scss/_controlbar.scss */
#html5player .control-bar .duration {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
/* line 6, ../scss/_progressbar.scss */
#html5player .control-bar .progressbar {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  height: 100%;
  margin: 7px 0px;
  box-sizing: border-box;
}
/* line 12, ../scss/_progressbar.scss */
#html5player .control-bar .progressbar .seek-bar {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  height: 5px;
  outline: none;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0px;
}
/* line 21, ../scss/_progressbar.scss */
#html5player .control-bar .progressbar .seek-bar-background, #html5player .control-bar .progressbar .seek-bar-progress, #html5player .control-bar .progressbar .seek-bar-livepoint, #html5player .control-bar .progressbar .seek-bar-buffered {
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  background: #423f3f;
  height: 5px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0px;
}
/* line 30, ../scss/_progressbar.scss */
#html5player .control-bar .progressbar .seek-bar-progress, #html5player .control-bar .progressbar .seek-bar-livepoint, #html5player .control-bar .progressbar .seek-bar-buffered {
  background: #44b4d1;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 34, ../scss/_progressbar.scss */
#html5player .control-bar .progressbar .seek-bar-livepoint {
  background: rgba(0, 0, 0, 0.5);
  border-left: 1px solid #121212;
}
/* line 38, ../scss/_progressbar.scss */
#html5player .control-bar .progressbar .seek-bar-buffered {
  background: rgba(0, 0, 0, 0.5);
}
/* line 42, ../scss/_progressbar.scss */
#html5player .control-bar .progressbar .indicator {
  -moz-transition: all 50ms;
  -o-transition: all 50ms;
  -webkit-transition: all 50ms;
  transition: all 50ms;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 100%;
  margin: 0px;
}
/* line 51, ../scss/_progressbar.scss */
#html5player .control-bar .progressbar .indicator .totaltime {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  position: relative;
  top: -50px;
  text-align: center;
  color: white;
  background-color: #DA3B4F;
  border-radius: 50px;
  padding: 8px 15px;
  z-index: 10;
  font-size: 13px;
  width: auto;
  min-width: 90px;
  height: auto;
  display: inline-block;
}
/* line 5, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn {
  cursor: pointer;
  position: relative;
  background-image: url("../images/audio_on.png");
}
/* line 9, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn.muted {
  background-image: url("../images/audio_off.png");
}
/* line 17, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn .volume {
  width: 41px;
  height: 124px;
  bottom: 55px;
  left: -10px;
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
}
/* line 18, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn .volume:before {
  /* Fix for it being out of reach for hover */
  content: '';
  display: block;
  width: 40px;
  height: 35px;
  position: absolute;
  background: transparent;
  top: 124px;
  left: 0px;
}
/* line 28, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn .volume:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: black;
  border-width: 8px;
  right: 12px;
  opacity: 0;
}
/* line 49, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn .volume-indicator {
  height: 100px;
  width: 5px;
  background: #423f3f;
  position: absolute;
  margin: 0px;
  top: 12px;
  left: 18px;
}
/* line 58, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn .volume-bar-wrapper {
  height: 100px;
  width: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 66, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn .volume-bar-progress {
  height: 100px;
  width: 5px;
  background: #44b4d1;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* line 75, ../scss/_volumebar.scss */
#html5player .control-bar .volume-btn .volume-bar {
  -moz-transform: rotate(-90deg) translateY(-48px) translateX(-38px);
  -ms-transform: rotate(-90deg) translateY(-48px) translateX(-38px);
  -webkit-transform: rotate(-90deg) translateY(-48px) translateX(-38px);
  transform: rotate(-90deg) translateY(-48px) translateX(-38px);
  height: 5px;
  margin: 0px;
  width: 100px;
  top: 9px;
  left: 1px;
  position: absolute;
  background: transparent;
}
/* line 4, ../scss/_tracks.scss */
#html5player .control-bar .track-btn {
  display: block;
  background-image: url("../images/audio_sub.png");
}
/* line 27, ../scss/_tracks.scss */
#html5player .control-bar .track-popup {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: ProximaNova-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
  bottom: 69px;
  right: 15px;
  background-color: black;
  z-index: 10;
  position: absolute;
  text-align: left;
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
}
/* line 28, ../scss/_tracks.scss */
#html5player .control-bar .track-popup.hidden, #html5player .control-bar .track-popup.superhidden, #html5player .control-bar .track-popup.norights {
  display: flex !important;
  display: -webkit-flex !important;
}
/* line 45, ../scss/_tracks.scss */
#html5player .control-bar .track-popup .audio-tracks {
  border-right: 1px solid #000;
  margin: 0;
  padding: 15px;
  list-style-type: none;
  display: block;
}
/* line 52, ../scss/_tracks.scss */
#html5player .control-bar .track-popup .text-tracks {
  border-left: 1px solid #3b3b3b;
  margin: 0;
  padding: 15px;
  list-style-type: none;
  display: block;
}
/* line 59, ../scss/_tracks.scss */
#html5player .control-bar .track-popup lh {
  font-weight: 700;
  line-height: 2.5em;
  font-size: 1.2em;
  white-space: nowrap;
  padding: 0 2.08333em;
}
/* line 66, ../scss/_tracks.scss */
#html5player .control-bar .track-popup li {
  -moz-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  font-weight: bold;
  color: #fff;
  line-height: 2em;
  cursor: pointer;
  white-space: nowrap;
  padding: 0px 40px;
}
/* line 67, ../scss/_tracks.scss */
#html5player .control-bar .track-popup li:hover {
  color: #81c6b2;
}
/* line 78, ../scss/_tracks.scss */
#html5player .control-bar .track-popup .track-item[data-selected="true"] {
  color: #81c6b2;
  background: url("../images/checkmark.png") no-repeat 14px center;
}
/* line 84, ../scss/_tracks.scss */
#html5player .control-bar .track-header {
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 85, ../scss/_tracks.scss */
#html5player .control-bar .track-header:hover {
  cursor: auto;
}
/* line 87, ../scss/_tracks.scss */
#html5player .control-bar .track-header:hover h3 {
  color: #fff;
}
/* line 90, ../scss/_tracks.scss */
#html5player .control-bar .track-header:hover em {
  color: #677175;
}
/* line 94, ../scss/_tracks.scss */
#html5player .control-bar .track-header h3 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
/* line 99, ../scss/_tracks.scss */
#html5player .control-bar .track-header em {
  font-weight: bold;
  font-size: 12px;
  display: block;
  font-style: normal;
  color: #677175;
}
/* line 4, ../scss/_options.scss */
#html5player .control-bar .options {
  background-image: url("../images/gear20.svg");
  position: relative;
  color: white;
  border-radius: 2px;
  text-align: center;
}
/* line 11, ../scss/_options.scss */
#html5player .control-bar .options .select {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  background: #DA3B4F;
  position: relative;
  padding: 0px 10px;
  width: 50%;
}
/* line 12, ../scss/_options.scss */
#html5player .control-bar .options .select .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
}
/* line 23, ../scss/_options.scss */
#html5player .control-bar .options .select select {
  -webkit-appearance: none;
  background: transparent;
  border: 0px;
  color: black;
  font-size: 12px;
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  left: 0px;
  padding-left: 15px;
}
/* line 44, ../scss/_options.scss */
#html5player .control-bar .options ul {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px;
  position: absolute;
  width: 175px;
  bottom: 50px;
  right: 0px;
  background: rgba(0, 0, 0, 0.9);
  text-align: left;
  font-size: 1.2em;
}
/* line 45, ../scss/_options.scss */
#html5player .control-bar .options ul:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: black;
  border-width: 8px;
  right: 6px;
  opacity: 0.9;
}
/* line 68, ../scss/_options.scss */
#html5player .control-bar .options li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 10px;
}
/* line 73, ../scss/_options.scss */
#html5player .control-bar .options label {
  width: 50%;
  line-height: 20px;
}
