* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

a {
  color: #337ab7;
  text-decoration: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.tab-content > .tab-pane {
  /*opacity: 0;*/
  /*pointer-events: none;*/
  display: none; }

.tab-content > .active {
  /*opacity: 1;*/
  /*pointer-events: auto;*/
  display: block; }

h1 {
  color: red; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

html {
  height: 100%; }

body {
  margin: 0;
  height: 100%;
  background: #000000;
  background-size: 100%;
  overflow: hidden; }

a:focus {
  border: solid 0 white;
  outline: none; }

::-webkit-scrollbar {
  width: 6px;
  /* for vertical scrollbars */
  height: 6px;
  /* for horizontal scrollbars */
  border: 1px solid rgba(0, 173, 239, 0.5);
  border-radius: 3px; }

::-webkit-scrollbar-track {
  background: rgba(0, 130, 197, 0.1); }

::-webkit-scrollbar-thumb {
  background: #00adef;
  border-radius: 3px; }

.player-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  overflow: hidden; }

.player-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .player-mask::before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0; }
    .tv-menus-animation .player-mask::before,
    .tv-menus-animation-cheap .player-mask::before {
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
  .tv-menus-visible .player-mask-dimmable::before {
    opacity: 0.5; }
  .player-mask.paused::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="354" height="354" viewBox="0 0 353.6 353.6"><path fill="white" d="M41.1 353.6h109V0H41.1V353.6z"/><path fill="white" d="M203.5 0v353.6h109V0H203.5z"/></svg>'); }
  .player-mask.hidden-cursor {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAADUlEQVQYV2P4//8/IwAI/QL/+TZZdwAAAABJRU5ErkJggg=="), none !important; }

.modal-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  z-index: 10; }
  .tv-exit-confirm-visible .modal-mask {
    display: block; }

.tv-menus-animation .center-container {
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out; }

#volumeLevel, .volume-level {
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 300px;
  top: 50%;
  right: 40px;
  border: solid white 1px;
  margin-top: -150px;
  display: none; }
  #volumeLevel div, .volume-level div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white; }

.fadeout {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .fadeout.visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; }
  .tv-menus-visible .fadeout.show-vs-menus {
    opacity: 1;
    pointer-events: auto; }
    .tv-menus-animation .tv-menus-visible .fadeout.show-vs-menus,
    .tv-menus-animation-cheap .tv-menus-visible .fadeout.show-vs-menus {
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }

.center-container {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center; }
  .tv-menus-visible .center-container {
    padding-left: 270px;
    padding-right: 310px; }
    @media (max-width: 767px) {
      .tv-menus-visible .center-container {
        padding-left: 160px;
        padding-right: 240px; } }
    @media (max-height: 699px) and (min-width: 768px) {
      .tv-menus-visible .center-container {
        padding-left: 220px; } }

#authForm .container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

#authForm form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }

#authForm .inputs {
  white-space: nowrap; }

#authForm .error {
  color: red; }

#authForm .controls {
  display: inline-block; }

#authForm .logo {
  max-width: 250px;
  margin-bottom: 20px; }

#authForm input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  padding: 5px; }

#authForm input[type="submit"] {
  width: 100%; }

#authForm form input {
  margin: 5px 0; }

#authForm .info {
  font-size: smaller;
  color: gray;
  margin-top: 20px; }

#authForm .promo-row {
  font-size: smaller;
  color: gray;
  margin-top: 10px; }

#authForm .beta {
  text-align: right; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

#genresList {
  /*background: linear-gradient(to right, rgba(0, 130, 197, 0.85), black);*/
  background: rgba(0, 130, 197, 0.85);
  height: 100%;
  width: 60px;
  color: white;
  float: left;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (max-height: 699px) and (min-width: 768px) {
    #genresList {
      width: 50px; } }
  @media (max-width: 767px) {
    #genresList {
      width: 50px; } }
  #genresList a {
    display: block;
    width: 100%;
    padding-left: 50%;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (max-height: 699px) and (min-width: 768px) {
      #genresList a {
        padding-top: 6px;
        padding-bottom: 6px; } }
    @media (max-width: 767px) {
      #genresList a {
        padding-top: 6px;
        padding-bottom: 6px; } }
    #genresList a img {
      display: block;
      -webkit-filter: opacity(65%);
              filter: opacity(65%);
      margin-left: -16px;
      width: 32px;
      height: 32px;
      /*transition: all 0.2s cubic-bezier(0.1, 0.3, 0.4, 0.1);*/ }
    #genresList a.active {
      background: rgba(0, 0, 0, 0.5); }
    #genresList a:hover {
      background: rgba(0, 173, 239, 0.3); }
    #genresList a:focus {
      background: rgba(0, 173, 239, 0.7); }
    #genresList a:hover img,
    #genresList a:focus img {
      -webkit-filter: opacity(100%);
              filter: opacity(100%); }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

#channelsList {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 113, 172, 0.85)), to(black));
  background: -webkit-linear-gradient(left, rgba(0, 113, 172, 0.85), black);
  background: linear-gradient(to right, rgba(0, 113, 172, 0.85), black);
  height: 100%;
  width: 200px;
  color: white;
  margin-left: 60px;
  text-align: center;
  position: relative; }
  @media (max-width: 767px) {
    #channelsList {
      width: 100px; } }
  @media (max-height: 699px) and (min-width: 768px) {
    #channelsList {
      width: 160px; } }
  @media (max-height: 699px) and (min-width: 768px) {
    #channelsList {
      margin-left: 50px; } }
  @media (max-width: 767px) {
    #channelsList {
      margin-left: 50px; } }
  #channelsList .genre-title {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 113, 172, 0.85)), to(black));
    background: -webkit-linear-gradient(right, rgba(0, 113, 172, 0.85), black);
    background: linear-gradient(to left, rgba(0, 113, 172, 0.85), black);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold; }
    @media (max-width: 767px) {
      #channelsList .genre-title {
        font-size: 10px; } }
  #channelsList .tab-pane {
    position: absolute;
    left: 0;
    top: 25px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    color: white; }
  #channelsList a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    min-height: 115px;
    padding-top: 0;
    position: relative; }
    @media (max-width: 767px) {
      #channelsList a {
        min-height: 60px; } }
    @media (max-height: 699px) and (min-width: 768px) {
      #channelsList a {
        min-height: 80px; } }
    #channelsList a img {
      -webkit-filter: opacity(55%);
              filter: opacity(55%);
      width: 150px;
      height: 85px; }
      .tv-channels-color #channelsList a img {
        -webkit-filter: opacity(100%);
                filter: opacity(100%); }
      @media (max-width: 767px) {
        #channelsList a img {
          width: 100%;
          height: auto;
          margin-top: 20px; } }
      @media (max-height: 699px) and (min-width: 768px) {
        #channelsList a img {
          -webkit-transform: scale(0.75);
                  transform: scale(0.75);
          margin-top: -5px;
          margin-bottom: -15px; } }
    #channelsList a .star {
      position: absolute;
      display: block;
      top: 10px;
      right: 10px;
      width: 20px;
      height: 20px; }
      @media (max-width: 767px) {
        #channelsList a .star {
          top: 0;
          right: 5px; } }
      #channelsList a .star:before {
        position: absolute;
        display: block;
        content: '\2606';
        font-size: 16px;
        top: 2px;
        right: 2px;
        color: rgba(255, 255, 255, 0.4); }
    #channelsList a.starred .star:before {
      top: 0;
      right: 0;
      content: '\2605';
      font-size: 20px;
      color: white; }
    #channelsList a.active {
      background: rgba(0, 0, 0, 0.4); }
      #channelsList a.active span.title {
        font-weight: Bold; }
      #channelsList a.active img {
        -webkit-filter: opacity(75%);
                filter: opacity(75%); }
    #channelsList a span.number {
      display: block;
      position: absolute;
      color: rgba(255, 255, 255, 0.4);
      left: 5px;
      top: 14px;
      font-size: 14px; }
      @media (max-width: 767px) {
        #channelsList a span.number {
          left: 2px;
          top: 5px;
          font-size: 10px; } }
    #channelsList a span.title {
      visibility: hidden;
      /*background: rgba(0,173,239,0.5);*/
      padding: 2px;
      /*float: left;*/
      /*padding-left: 10px;*/ }
    #channelsList a:hover, #channelsList a:focus {
      /*background: rgba(0,0,0,0.1);*/
      background: rgba(0, 173, 239, 0.5);
      cursor: pointer; }
      #channelsList a:hover img, #channelsList a:focus img {
        -webkit-filter: opacity(100%);
                filter: opacity(100%); }
      #channelsList a:hover span.number, #channelsList a:focus span.number {
        color: white; }
    #channelsList a:hover span.title, #channelsList a:focus span.title, #channelsList a.active span.title, #channelsList a[data-secure] span.title {
      visibility: visible; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

.menu-left-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  pointer-events: none;
  overflow: hidden;
  z-index: 2; }
  @media (max-width: 767px) {
    .menu-left-container {
      width: 150px; } }
  @media (max-height: 699px) and (min-width: 768px) {
    .menu-left-container {
      width: 210px; } }

.menu-left {
  position: absolute;
  pointer-events: auto;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateX(-260px);
          transform: translateX(-260px); }
  @media (max-width: 767px) {
    .menu-left {
      -webkit-transform: translateX(-150px);
              transform: translateX(-150px); } }
  @media (max-height: 699px) and (min-width: 768px) {
    .menu-left {
      -webkit-transform: translateX(-210px);
              transform: translateX(-210px); } }
  .tv-menus-visible .menu-left {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .tv-menus-animation .menu-left,
  .tv-menus-animation-cheap .menu-left {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

.menu-right-container {
  width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2; }
  @media (max-width: 767px) {
    .menu-right-container {
      width: 230px; } }
  @media (orientation: portrait) {
    .menu-right-container {
      display: none; } }

.menu-right {
  position: absolute;
  pointer-events: auto;
  top: 0;
  height: 100%;
  left: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  width: 300px; }
  @media (max-width: 767px) {
    .menu-right {
      -webkit-transform: translateX(230px);
              transform: translateX(230px); } }
  @media (max-width: 767px) {
    .menu-right {
      width: 230px; } }
  .tv-menus-visible .menu-right {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .tv-menus-animation .menu-right,
  .tv-menus-animation-cheap .menu-right {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

.main-controls-container {
  height: 50px;
  bottom: 10px;
  /*text-align: center;*/
  pointer-events: none; }

.main-controls {
  margin: auto;
  display: inline-block;
  width: 100%;
  background: rgba(34, 86, 115, 0.9);
  height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .main-controls.active,
  .tv-controls-visible .main-controls {
    opacity: 1;
    height: 50px; }
  .main-controls .left-info, .main-controls .right-info {
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
    white-space: pre; }
  .main-controls .left-info {
    float: left;
    text-align: left; }
    .tv-sticky-time .main-controls .left-info::before {
      content: '\1F512'; }
  .main-controls .right-info {
    float: right;
    text-align: right; }
  .tv-menus-animation .main-controls,
  .tv-menus-animation-cheap .main-controls {
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.btn-control {
  margin: -10.35534px 0;
  display: inline-block;
  width: 70.71068px;
  height: 70.71068px;
  /*background: rgba(246, 130, 32, 0.5);*/
  color: white;
  cursor: pointer;
  position: relative;
  border-radius: 35.35534px;
  /*border: solid 2px white;*/
  pointer-events: auto;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none; }

.btn-control:hover {
  text-decoration: none;
  outline: none;
  background-color: rgba(46, 161, 215, 0.4); }

.btn-control:focus {
  text-decoration: none;
  outline: none;
  background-color: rgba(46, 161, 215, 0.9); }

.btn-control {
  background-position: center;
  background-size: 16.66667px;
  background-repeat: no-repeat; }

.btn-play {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"><path fill="white" d="M36.1 20.2l-29-20C6.8 0 6.4-0.1 6 0.1 5.7 0.3 5.5 0.6 5.5 1v40c0 0.4 0.2 0.7 0.5 0.9 0.1 0.1 0.3 0.1 0.5 0.1 0.2 0 0.4-0.1 0.6-0.2l29-20c0.3-0.2 0.4-0.5 0.4-0.8S36.3 20.4 36.1 20.2z"/></svg>'); }

.btn-play.pause {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="354" height="354" viewBox="0 0 353.6 353.6"><path fill="white" d="M41.1 353.6h109V0H41.1V353.6z"/><path fill="white" d="M203.5 0v353.6h109V0H203.5z"/></svg>'); }

.btn-previous {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="306" height="306" viewBox="0 0 306 306"><path fill="white" d="M306 0L89.3 153 306 306V0zM0 0v306h51V0H0z"/></svg>'); }

.btn-next {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="306" height="306" viewBox="0 0 306 306"><path fill="white" d="M0 306l216.8-153L0 0V306zM255 0v306h51V0H255z"/></svg>'); }

.btn-hidden {
  opacity: 0.1;
  pointer-events: none; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

.main-progress-container {
  height: 30px;
  bottom: 60px;
  z-index: 3;
  pointer-events: none; }
  .main-progress-container .bar {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 30px;
    margin: 0;
    position: relative;
    pointer-events: auto; }
    .main-progress-container .bar .info {
      position: absolute;
      background: white;
      color: black;
      font-weight: Bold;
      padding: 2px 4px 0 4px;
      left: 0;
      top: 0;
      margin-top: -30px;
      white-space: nowrap;
      visibility: hidden; }
    .main-progress-container .bar .filler-duration,
    .main-progress-container .bar .filler-seeker,
    .main-progress-container .bar .filler-hover,
    .main-progress-container .bar .filler-realtime,
    .main-progress-container .bar .filler-playback {
      position: absolute;
      left: 0;
      top: 13px;
      width: 0;
      height: 4px;
      pointer-events: none; }
    .main-progress-container .bar:focus, .main-progress-container .bar:hover, .main-progress-container .bar.seeker {
      outline: none;
      cursor: pointer; }
      .main-progress-container .bar:focus .filler-duration,
      .main-progress-container .bar:focus .filler-seeker,
      .main-progress-container .bar:focus .filler-hover,
      .main-progress-container .bar:focus .filler-realtime,
      .main-progress-container .bar:focus .filler-playback, .main-progress-container .bar:hover .filler-duration,
      .main-progress-container .bar:hover .filler-seeker,
      .main-progress-container .bar:hover .filler-hover,
      .main-progress-container .bar:hover .filler-realtime,
      .main-progress-container .bar:hover .filler-playback, .main-progress-container .bar.seeker .filler-duration,
      .main-progress-container .bar.seeker .filler-seeker,
      .main-progress-container .bar.seeker .filler-hover,
      .main-progress-container .bar.seeker .filler-realtime,
      .main-progress-container .bar.seeker .filler-playback {
        top: 11px;
        height: 8px; }
      .main-progress-container .bar:focus .filler-playback::after,
      .main-progress-container .bar:focus .filler-seeker::after, .main-progress-container .bar:hover .filler-playback::after,
      .main-progress-container .bar:hover .filler-seeker::after, .main-progress-container .bar.seeker .filler-playback::after,
      .main-progress-container .bar.seeker .filler-seeker::after {
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><circle cx="50" cy="50" r="30" fill="grey"/></svg>') no-repeat center; }
    .main-progress-container .bar .filler-duration {
      width: 100%;
      outline: solid #2ea1d7 1px; }
    .main-progress-container .bar .filler-realtime {
      background: #185673; }
    .main-progress-container .bar .filler-playback {
      background: #2ea1d7; }
    .main-progress-container .bar .filler-seeker,
    .main-progress-container .bar .filler-hover {
      visibility: hidden; }
    .main-progress-container .bar .filler-hover {
      border-right: solid gray 2px; }
    .main-progress-container .bar.hover .filler-hover, .main-progress-container .bar.hover .info {
      visibility: visible; }
    .main-progress-container .bar.seeker .filler-seeker, .main-progress-container .bar.seeker .info {
      visibility: visible; }
    .main-progress-container .bar .filler-playback::after,
    .main-progress-container .bar .filler-seeker::after {
      display: block;
      content: '';
      position: absolute;
      right: -50px;
      width: 100px;
      top: -5px;
      bottom: -5px;
      background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/></svg>') no-repeat center;
      background-size: contain; }
    .main-progress-container .bar.seeker .filler-playback::after {
      display: none; }
    .main-progress-container .bar.other {
      cursor: initial; }
      .main-progress-container .bar.other .filler-playback::after,
      .main-progress-container .bar.other .filler-seeker::after {
        display: none; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

.program-title-container {
  bottom: 10px;
  pointer-events: none; }
  .tv-controls-visible .program-title-container {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px); }
  .tv-menus-animation .program-title-container {
    -webkit-transition: padding 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: padding 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: padding 0.3s ease-out, transform 0.3s ease-out;
    transition: padding 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .program-title-container .program-title {
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    font-weight: Bold;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 5px 5px; }
    .program-title-container .program-title span {
      display: inline-block;
      text-align: left;
      font-weight: Normal;
      font-size: 1vw; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

.channel-title-container {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  top: 20px;
  pointer-events: none; }
  .channel-title-container .channel-title {
    text-align: center;
    font-size: 50px;
    font-weight: Bold;
    color: rgba(255, 255, 255, 0.6);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none !important; }
    @media (max-height: 699px) and (min-width: 768px) {
      .channel-title-container .channel-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .channel-title-container .channel-title {
        font-size: 30px; } }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

#epgList {
  padding: 0 0 5px 0;
  color: #aaa;
  direction: rtl;
  overflow-y: auto;
  background: -webkit-gradient(linear, right top, left top, color-stop(-80%, rgba(0, 113, 172, 0.85)), to(black));
  background: -webkit-linear-gradient(right, rgba(0, 113, 172, 0.85) -80%, black);
  background: linear-gradient(to left, rgba(0, 113, 172, 0.85) -80%, black);
  width: 260px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }
  @media (max-width: 767px) {
    #epgList {
      width: 230px; } }

.epg-title {
  background: -webkit-gradient(linear, left top, right top, from(#0071ac), to(black));
  background: -webkit-linear-gradient(left, #0071ac, black);
  background: linear-gradient(to right, #0071ac, black);
  position: fixed;
  left: 6px;
  top: 0;
  width: 260px;
  color: white;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold; }
  @media (max-width: 767px) {
    .epg-title {
      width: 230px; } }
  @media (max-width: 767px) {
    .epg-title {
      font-size: 10px; } }

.epg-container {
  direction: ltr;
  width: 100%;
  height: 100%; }

.epg-item {
  margin: 0 5px 0 15px;
  color: #ddd;
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.epg-item.stream::before {
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  content: '\25CF';
  color: red; }

.epg-item.active {
  font-weight: Bold;
  color: white; }

.epg-item.active::before {
  left: -13px;
  content: '\25B6';
  color: green; }

.epg-item.future {
  color: #888;
  cursor: default; }

.epg-item:focus {
  background: rgba(0, 130, 197, 0.85);
  color: white; }

.epg-item-time {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
  width: 40px; }

.epg-item-title {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 190px; }
  @media (max-width: 767px) {
    .epg-item-title {
      width: 160px; } }

.epg-day {
  background: -webkit-gradient(linear, left top, right top, color-stop(-40%, rgba(0, 113, 172, 0.85)), to(black));
  background: -webkit-linear-gradient(left, rgba(0, 113, 172, 0.85) -40%, black);
  background: linear-gradient(to right, rgba(0, 113, 172, 0.85) -40%, black);
  padding: 0 5px 0 15px;
  color: white;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin: 15px 0 5px 0; }
  .epg-day:first-of-type {
    margin: 0 0 5px 0; }

#epgList div.progress {
  width: 100%;
  height: 2px;
  background: #555;
  margin: 0;
  overflow: hidden;
  position: relative; }
  #epgList div.progress div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #2ea1d7;
    margin: 0; }

.epg-lazy-fill {
  white-space: pre; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

.days-container {
  width: 100%;
  height: 100%; }

#epgDays {
  height: 100%;
  background: rgba(0, 130, 197, 0.85);
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    #epgDays {
      display: none; } }
  #epgDays a {
    color: rgba(255, 255, 255, 0.65);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-weight: bold; }
    #epgDays a.active {
      background: rgba(0, 0, 0, 0.5);
      color: white; }
    #epgDays a.holiday::before {
      position: absolute;
      display: block;
      content: '';
      left: 0;
      top: 2px;
      bottom: 2px;
      width: 2px;
      background: red; }
    #epgDays a:hover {
      background: rgba(0, 173, 239, 0.3);
      color: white; }
    #epgDays a:focus {
      background: rgba(0, 173, 239, 0.7);
      color: white; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

#exitConfirm {
  position: absolute;
  width: 35%;
  height: 20%;
  left: 32.5%;
  top: 40%;
  background: rgba(34, 86, 115, 0.9);
  text-align: center;
  font-size: 3vh;
  color: white;
  display: none;
  z-index: 15; }
  .tv-exit-confirm-visible #exitConfirm {
    display: block; }
  #exitConfirm span {
    display: inline-block;
    margin: 3vh 4vh 4vh 4vh; }
  #exitConfirm a {
    display: inline-block;
    height: 4vh;
    width: 15vh;
    text-align: center;
    margin: 0 3vw;
    border-radius: initial; }
    #exitConfirm a:focus, #exitConfirm a:hover {
      color: white; }

.tv-menus-animation .player-mask.paused::after, .tv-menus-animation .channel-title-container,
.tv-menus-animation-cheap .player-mask.paused::after,
.tv-menus-animation-cheap .channel-title-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
  @media (max-height: 699px) and (min-width: 768px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px); } }
  @media (max-width: 767px) {
    .tv-menus-visible .player-mask.paused::after, .tv-menus-visible .channel-title-container {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); } }

.inputter {
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: Bold;
  color: white;
  letter-spacing: 3px; }
  .inputter:focus {
    border: solid 0 white;
    outline: none; }
  .tv-menus-visible .inputter {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px); }
    @media (max-width: 767px) {
      .tv-menus-visible .inputter {
        -webkit-transform: translateX(-230px);
                transform: translateX(-230px); } }
  .tv-menus-animation .inputter,
  .tv-menus-animation-cheap .inputter {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.mejs__controls,
.mejs__overlay-button,
.mejs__layers,
.mejs__offscreen {
  display: none !important; }

.debugContainer {
  position: absolute;
  top: 0;
  left: 200px;
  right: 200px;
  height: 80%;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  font-size: 8pt; }

#debug {
  color: white;
  position: absolute;
  width: 90%;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  white-space: pre-line;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7); }

#forceCDN {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100; }

#scalingMode {
  position: absolute;
  left: 60%;
  top: 0; }

#clocks {
  position: absolute;
  right: 0;
  top: 0;
  background: green;
  color: white; }


/*# sourceMappingURL=app.f0ab4e7d457b9363ab02.css.map*/