@font-face {
  font-family: "Helvetica Neue";
  font-weight: 200;
  src: url(assets/HelveticaNeue-Medium.e3daab7b.woff); }

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 500;
  src: url(assets/HelveticaNeue-Medium.e3daab7b.woff); }

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 800;
  src: url(assets/HelveticaNeue-CondensedBold.823ad03a.woff); }

html {
  font-size: 20px; }

@media (max-height: 720px) {
  html {
    font-size: 13.33333px; } }

* {
  margin: 0; }

body {
  background-color: black;
  overflow: hidden; }

.container {
  width: 100%;
  padding: 0 5vw;
  box-sizing: border-box; }

nav {
  height: 4.5rem;
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.45) 20%, rgba(0, 0, 0, 0.779149) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.465424) 62%, rgba(0, 0, 0, 0.779149) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  font-family: "Helvetica Neue";
  z-index: 1; }
  nav .container {
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  nav .left-side {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    align-items: center; }
    nav .left-side .puhu-logo {
      margin-top: 0.5rem; }
      nav .left-side .puhu-logo img {
        width: 10.3rem; }
  nav .right-side {
    width: 75%;
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    nav .right-side .navigation-menu-items {
      text-align: right; }
      nav .right-side .navigation-menu-items ul {
        list-style: none;
        padding: 0; }
        nav .right-side .navigation-menu-items ul li.navigation-menu-item {
          font-weight: 200;
          font-size: 1.15rem;
          display: inline;
          margin: 0 1.5rem;
          padding: 5px 0;
          box-sizing: border-box;
          color: white; }
          nav .right-side .navigation-menu-items ul li.navigation-menu-item i {
            padding-right: 5px; }
        nav .right-side .navigation-menu-items ul li.navigation-menu-item:last-child {
          margin-right: 0; }
        nav .right-side .navigation-menu-items ul li.navigation-menu-item:first-child {
          margin-left: 0; }
        nav .right-side .navigation-menu-items ul li.navigation-menu-item.navitem-hover {
          color: #f7da34;
          border-color: #f7da34 !important; }
        nav .right-side .navigation-menu-items ul li.navigation-menu-item.active {
          border-bottom: 4px solid white; }

.navigation-gap {
  height: 4.5rem; }

.large-button {
  display: inline-block;
  font-weight: 200;
  font-size: 1.2rem;
  padding: 1.2rem;
  background-color: black;
  color: white;
  text-align: center; }
  .large-button i {
    padding-right: 5px; }

.large-button.navitem-active {
  color: #f7da34; }

.large-button.navitem-hover {
  background-color: #f7da34;
  color: black; }

.img-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .img-wrapper img {
    position: absolute;
    width: 100%; }

.img-wrapper.img-180by250::after {
  content: "";
  display: block;
  padding-bottom: 142.514%; }

.img-wrapper.img-3by4:after {
  content: "";
  display: block;
  padding-bottom: 133.82%; }

.img-wrapper.img-4by5:after {
  content: "";
  display: block;
  padding-bottom: 125%; }

.img-wrapper.img-16by9:after {
  content: "";
  display: block;
  padding-bottom: 56.3%; }

.pages {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .pages .page-background {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .pages .page-background .gradient {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.219955) 21%, rgba(0, 0, 0, 0.711384) 100%);
      background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.219955) 21%, rgba(0, 0, 0, 0.711384) 100%); }
    .pages .page-background img {
      width: 100%;
      height: auto; }

.text-input {
  height: 3.5rem;
  width: 20rem;
  background-color: rgba(0, 0, 0, 0.12);
  border-bottom: 2px solid white;
  box-sizing: border-box;
  text-align: left;
  font-size: 0;
  position: relative;
  overflow: hidden; }
  .text-input .input-wrapper {
    min-width: 100%;
    display: inline-table;
    position: absolute;
    right: 0; }
  .text-input .input-value {
    text-align: left;
    line-height: 3.5rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 200;
    margin: 0 0 0 0.5rem; }

.text-input.navitem-hover {
  border-color: #f7da34; }

.popup-container {
  font-family: "Helvetica Neue"; }

.keyboard .keyboard-key.navitem-hover {
  background-color: #f7da34 !important;
  color: black; }

.hide {
  display: none !important; }

.loading-popup,
.splash-screen {
  position: absolute;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: black;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-flow: column; }
  .loading-popup .loading-gif,
  .splash-screen .loading-gif {
    width: 20rem; }

.splash-screen {
  background-color: black;
  background-image: url(assets/background.e806b723.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 101; }
  .splash-screen img {
    width: 30rem; }

.large-button span.all-vids:before {
  content: "";
  display: block;
  background: url(assets/all-vids-icon.4802ce0e.png) no-repeat;
  width: 1.2rem;
  height: 1.3rem;
  background-size: 1.2rem 1.3rem;
  float: left;
  padding-right: 0.5rem; }

.large-button.navitem-hover span.all-vids:before {
  background: url(assets/all-vids-black-icon.2403c77c.png) no-repeat;
  background-size: 1.2rem 1.3rem; }

.large-button span.fav:before {
  content: "";
  display: block;
  background: url(assets/fav-icon.ef4127b3.png) no-repeat;
  width: 0.9rem;
  height: 1.5rem;
  background-size: 0.9rem 1.5rem;
  float: left;
  padding-right: 0.5rem; }

.large-button.navitem-hover span.fav:before {
  background: url(assets/fav-black-icon.ddae5874.png) no-repeat;
  background-size: 0.9rem 1.5rem; }

.large-button span.unfav:before {
  content: "";
  display: block;
  background: url(assets/unfav-icon.95212b89.png) no-repeat;
  width: 0.9rem;
  height: 1.5rem;
  background-size: 0.9rem 1.5rem;
  float: left;
  padding-right: 0.5rem; }

.large-button.navitem-hover span.unfav:before {
  background: url(assets/unfav-black-icon.840c25c5.png) no-repeat;
  background-size: 0.9rem 1.5rem; }

.navigation-menu-item span.login {
  width: 1.2rem;
  height: 1.15rem;
  background: url(assets/login-icon.2cae7ca9.png) no-repeat;
  background-size: 1.2rem 1.15rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: -0.2rem; }

.navigation-menu-item.navitem-hover span.login {
  background: url(assets/login-icon-yellow.b2973cf3.png) no-repeat;
  background-size: 1.2rem 1.15rem; }

.navigation-menu-item span.favlist {
  width: 0.7rem;
  height: 1.15rem;
  background: url(assets/fav-list-icon.24186795.png) no-repeat;
  background-size: 0.7rem 1.15rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: -0.15rem; }

.navigation-menu-item.navitem-hover span.favlist {
  background: url(assets/fav-list-yellow-icon.20c417ee.png) no-repeat;
  background-size: 0.7rem 1.15rem; }

.navigation-menu-item span.home {
  width: 1.05rem;
  height: 1.1rem;
  background: url(assets/home-icon.344dac81.png) no-repeat;
  background-size: 1.05rem 1.1rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: -0.05rem; }

.navigation-menu-item.navitem-hover span.home {
  background: url(assets/home-yellow-icon.cd0a20bf.png) no-repeat;
  background-size: 1.05rem 1.1rem; }

.navigation-menu-item span.category {
  width: 0.8rem;
  height: 0.95rem;
  background: url(assets/category-icon.0b50f2c1.png) no-repeat;
  background-size: 0.8rem 0.95rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: -0.05rem; }

.navigation-menu-item.navitem-hover span.category {
  background: url(assets/category-yellow-icon.ab2addc5.png) no-repeat;
  background-size: 0.8rem 0.95rem; }

.navigation-menu-item span.search {
  width: 1.2rem;
  height: 1.2rem;
  background: url(assets/search-icon.2f2b3f7f.png) no-repeat;
  background-size: 1.2rem 1.2rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: -0.2rem; }

.navigation-menu-item.navitem-hover span.search {
  background: url(assets/search-yellow-icon.60293710.png) no-repeat;
  background-size: 1.2rem 1.2rem; }

.navigation-menu-item span.settings {
  width: 1.2rem;
  height: 1.15rem;
  background: url(assets/settings-icon.3ec47ea6.png) no-repeat;
  background-size: 1.2rem 1.15rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: -0.15rem; }

.navigation-menu-item.navitem-hover span.settings {
  background: url(assets/settings-yellow-icon.1b78752c.png) no-repeat;
  background-size: 1.2rem 1.15rem; }

.popup {
  border-radius: 0 !important;
  background-color: #101010 !important; }
  .popup #popup-message {
    font-weight: 200 !important; }

#videoPop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  width: 100vw;
  height: 100vh; }

#videoPop.hidden {
  opacity: 0.01; }

.mouse-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1; }
  .mouse-buttons i {
    font-size: 50px;
    color: white;
    opacity: 0.5;
    pointer-events: all; }
  .mouse-buttons i:hover {
    opacity: 1; }
  .mouse-buttons #top {
    top: 50px;
    left: 0;
    right: 0;
    width: 50px;
    margin: auto;
    position: fixed; }
  .mouse-buttons #bottom {
    bottom: 50px;
    left: 0;
    right: 0;
    width: 50px;
    margin: auto;
    position: fixed; }
  .mouse-buttons #left {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
    height: 50px; }
  .mouse-buttons #right {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    height: 50px; }

.network-error-screen {
  background-color: black;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  font-family: "Helvetica Neue"; }
  .network-error-screen .message {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 80%;
    text-align: center;
    color: white;
    padding: 40px;
    display: block;
    z-index: 100; }
    .network-error-screen .message h2 {
      font-weight: bold;
      font-size: 50px;
      color: red; }
    .network-error-screen .message p {
      font-weight: normal;
      font-size: 35px;
      margin-top: 60px; }

.dp-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.flex-justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.flex-justify-flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-align-center {
  -webkit-align-items: center;
  align-items: center; }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex: 1;
  flex-grow: 1; }

.popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.67); }
  .popup-container .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -40px;
    width: 100%;
    max-width: 600px;
    background-color: #2e3744;
    border-radius: 15px;
    text-align: center;
    color: white;
    padding: 40px;
    display: block;
    z-index: 100; }
    .popup-container .popup h2 {
      font-weight: bold;
      font-size: 35px; }
    .popup-container .popup p {
      font-weight: normal;
      font-size: 25px;
      margin-top: 10px; }
    .popup-container .popup .buttons {
      margin-top: 30px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-justify-content: center;
      justify-content: center; }
      .popup-container .popup .buttons div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 5px; }

.home-page {
  overflow: hidden;
  font-family: "Helvetica Neue"; }
  .home-page .spotlight {
    height: 32.7vw;
    width: 100%;
    position: relative; }
    .home-page .spotlight .detail-wrapper {
      position: absolute;
      bottom: 2.5rem;
      width: 60%; }
    .home-page .spotlight .title {
      font-size: 4.1rem;
      font-weight: 500;
      color: white;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
      .home-page .spotlight .title .puhu-original {
        margin-left: 1rem; }
    .home-page .spotlight .description {
      font-size: 1.6rem;
      font-weight: 200;
      color: white;
      margin-top: 2vh; }
    .home-page .spotlight .button-container {
      margin-top: 2vh; }
      .home-page .spotlight .button-container .large-button {
        margin: 0 0.5vw; }
      .home-page .spotlight .button-container .large-button:first-child {
        margin-left: 0; }
      .home-page .spotlight .button-container .large-button:last-child {
        margin-right: 0; }
  .home-page .spotlight-item-list {
    height: 12rem; }
    .home-page .spotlight-item-list .spotlight-item {
      width: 21.9vw;
      height: 12.5vw;
      border: 3px solid transparent;
      display: inline-block;
      margin: 0 0.5vw;
      box-sizing: border-box;
      overflow: hidden; }
      .home-page .spotlight-item-list .spotlight-item img {
        width: 100%;
        height: 100%; }
      .home-page .spotlight-item-list .spotlight-item .puhu-original {
        display: none;
        width: 3.65rem;
        height: 1.4rem; }
        .home-page .spotlight-item-list .spotlight-item .puhu-original img {
          width: auto; }
    .home-page .spotlight-item-list .spotlight-item.puhu-original .puhu-original {
      display: block;
      position: absolute;
      top: 1rem;
      left: 1rem; }
    .home-page .spotlight-item-list .spotlight-item.navitem-hover {
      border: 3px solid #f7da34; }
    .home-page .spotlight-item-list .spotlight-item:first-child {
      margin-left: 0; }
  .home-page .list-with-title {
    padding-bottom: 2vw; }
    .home-page .list-with-title .title {
      color: white;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 2.9rem; }
    .home-page .list-with-title .item-container {
      margin-top: 0.5vw;
      height: 16.5rem; }
      .home-page .list-with-title .item-container .list-item .poster {
        width: 21rem;
        border: 3px solid transparent;
        box-sizing: border-box;
        position: relative; }
        .home-page .list-with-title .item-container .list-item .poster .puhu-original {
          display: none; }
        .home-page .list-with-title .item-container .list-item .poster .progress-bar {
          height: 0.4rem;
          width: 100%;
          position: absolute;
          bottom: 0;
          background-color: #bdbbbb; }
          .home-page .list-with-title .item-container .list-item .poster .progress-bar .progress {
            height: 100%;
            background-color: #ec4c38; }
      .home-page .list-with-title .item-container .list-item .description {
        color: white;
        font-size: 1.4rem;
        font-weight: 200;
        line-height: 1.7rem;
        margin-top: 0.5vw;
        max-height: 1.7rem; }
      .home-page .list-with-title .item-container .list-item.puhu-original .poster .puhu-original {
        display: block;
        position: absolute;
        top: 1rem;
        left: 1rem; }
      .home-page .list-with-title .item-container .list-item.navitem-hover .poster {
        border: 3px solid #f7da34; }
      .home-page .list-with-title .item-container .list-item.navitem-hover .description {
        color: #f7da34; }
    .home-page .list-with-title .item-container.long {
      height: 30.5rem; }
  .home-page #category-loading-indicator {
    margin-top: 50px; }
    .home-page #category-loading-indicator img {
      margin: 0 auto;
      display: block;
      width: 12vw; }

.detail-page {
  margin-top: 2%;
  font-family: "Helvetica Neue"; }
  .detail-page .page-background .gradient {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.60548) 0%, rgba(0, 0, 0, 0.924807) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.60548) 0%, rgba(0, 0, 0, 0.924807) 100%); }
  .detail-page .sections {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .detail-page .sections .detail-section {
      width: 35%; }
      .detail-page .sections .detail-section .detail-wrapper {
        width: 75%; }
        .detail-page .sections .detail-section .detail-wrapper .title {
          font-size: 2.75rem;
          font-weight: 500;
          color: #fff;
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
          .detail-page .sections .detail-section .detail-wrapper .title .puhu-original {
            margin-left: 1rem; }
            .detail-page .sections .detail-section .detail-wrapper .title .puhu-original img {
              width: 3.65rem; }
        .detail-page .sections .detail-section .detail-wrapper .tags {
          padding: 1.5rem 0;
          box-sizing: border-box; }
          .detail-page .sections .detail-section .detail-wrapper .tags span {
            color: #fff;
            font-size: 1.2rem;
            font-weight: 200;
            letter-spacing: -0.01px;
            line-height: 1.2rem; }
          .detail-page .sections .detail-section .detail-wrapper .tags span:first-child {
            margin: 0; }
        .detail-page .sections .detail-section .detail-wrapper .poster {
          width: 19rem;
          margin-top: 1rem; }
        .detail-page .sections .detail-section .detail-wrapper .details {
          margin-top: 3.5rem; }
          .detail-page .sections .detail-section .detail-wrapper .details .section {
            margin: 1.5rem 0;
            width: 100%; }
            .detail-page .sections .detail-section .detail-wrapper .details .section .title {
              color: #f7da34;
              font-size: 1.2rem;
              font-weight: 500; }
            .detail-page .sections .detail-section .detail-wrapper .details .section .detail {
              color: white;
              font-size: 1.2rem;
              font-weight: 200; }
        .detail-page .sections .detail-section .detail-wrapper .summary {
          font-size: 1.2rem;
          font-weight: 200;
          line-height: 1.45rem;
          color: #fff; }
    .detail-page .sections .episodes-section {
      width: 65%;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      height: 48.65rem; }
      .detail-page .sections .episodes-section .buttons {
        width: 20%;
        padding-right: 1rem;
        box-sizing: border-box; }
        .detail-page .sections .episodes-section .buttons .large-button {
          width: 100%;
          margin-bottom: 0.5rem;
          box-sizing: border-box;
          text-align: left; }
      .detail-page .sections .episodes-section .episodes {
        width: 80%; }
        .detail-page .sections .episodes-section .episodes .episodes-grid {
          overflow: hidden; }
        .detail-page .sections .episodes-section .episodes .episode-box {
          width: 100%;
          box-sizing: border-box;
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          max-height: 11.05rem;
          background-color: rgba(0, 0, 0, 0.51); }
          .detail-page .sections .episodes-section .episodes .episode-box .poster {
            width: 40%;
            position: relative;
            box-sizing: border-box; }
            .detail-page .sections .episodes-section .episodes .episode-box .poster .episode-no {
              position: absolute;
              left: 0.5rem;
              bottom: 0.5rem;
              color: white;
              font-size: 1rem;
              font-weight: 200; }
          .detail-page .sections .episodes-section .episodes .episode-box .description {
            width: 59%;
            margin: 0.5rem 1rem;
            color: #fff;
            overflow: hidden;
            font-weight: 200; }
            .detail-page .sections .episodes-section .episodes .episode-box .description .title {
              font-size: 1.5rem; }
            .detail-page .sections .episodes-section .episodes .episode-box .description .summary {
              font-size: 1rem;
              line-height: 1.3;
              text-align: justify;
              max-height: 4rem;
              overflow: hidden;
              margin-bottom: 1rem; }
            .detail-page .sections .episodes-section .episodes .episode-box .description .duration {
              margin-top: 0.5rem;
              font-size: 1.05rem; }
        .detail-page .sections .episodes-section .episodes .episode-box.navitem-hover .poster .hover {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          border: 3px solid #f7da34;
          width: 100%;
          height: 100%;
          box-sizing: border-box; }
        .detail-page .sections .episodes-section .episodes .episode-box.navitem-hover .description .title {
          color: #f7da34; }

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103"; }

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104"; }

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105"; }

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106"; }

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c"; }

.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d"; }

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115"; }

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d"; }

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-next-item:before {
  content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-previous-item:before {
  content: "\f120"; }

.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121"; }

.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em; }

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em; }

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em; }

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  align-items: center;
  min-width: 4em;
  touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  transition: width 1s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none; }

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em); }

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none; }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none; }

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }

.er-player {
  width: 100%;
  height: 100%;
  position: relative; }
  .er-player #video-container {
    width: 100vw;
    height: 100vh;
    pointer-events: none; }
    .er-player #video-container #erplayer {
      width: 100%;
      height: 100%; }
  .er-player .error-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 2; }
    .er-player .error-screen .error-details {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 80%;
      text-align: center;
      color: white;
      display: block; }
      .er-player .error-screen .error-details h2 {
        font-weight: bold;
        font-size: 50px; }
      .er-player .error-screen .error-details p {
        font-weight: normal;
        font-size: 25px;
        margin-top: 20px; }
      .er-player .error-screen .error-details .buttons {
        max-width: 60%;
        margin: auto;
        margin-top: 30px;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center; }
        .er-player .error-screen .error-details .buttons div {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin: 5px; }
  .er-player .bottom-zero {
    bottom: 0 !important; }

.player-parent-element {
  z-index: 2; }

.player-page {
  font-family: "Helvetica Neue";
  /*icons*/ }
  .player-page .vodPlayer {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
  .player-page .erp-content-times {
    position: relative;
    width: 88rem;
    height: 2em;
    margin: 0 auto;
    padding: 1em; }
  .player-page .erp-control-buttons {
    position: relative;
    width: 88rem;
    margin: 0 auto;
    padding: 1em;
    flex-flow: row;
    flex-direction: row; }
    .player-page .erp-control-buttons .erp-control-button {
      width: 2.5rem;
      height: 2.5rem; }
      .player-page .erp-control-buttons .erp-control-button img {
        height: 100%; }
    .player-page .erp-control-buttons .rwd-10-btn {
      background-image: url(assets/rewind-10.e2a5e687.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: center; }
    .player-page .erp-control-buttons .fwd-10-btn {
      background-image: url(assets/forward-10.4b019517.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: center; }
    .player-page .erp-control-buttons .quality-settings-btn {
      background-image: url(assets/settings.23a4d328.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: center;
      height: 2rem !important; }
    .player-page .erp-control-buttons .options-icon {
      background-image: url(assets/options-blur@2x.ff59c914.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: center;
      background-position-y: center;
      margin-left: 1rem; }
    .player-page .erp-control-buttons .options-icon.navitem-hover {
      background-image: url(assets/options@2x.a6fc5069.png); }
    .player-page .erp-control-buttons .rwd-10-btn.navitem-hover {
      background-image: url(assets/rewind-10-yellow.ee15275d.png); }
    .player-page .erp-control-buttons .fwd-10-btn.navitem-hover {
      background-image: url(assets/forward-10-yellow.25c68b45.png); }
    .player-page .erp-control-buttons .quality-settings-btn.navitem-hover {
      background-image: url(assets/settings-yellow.a7b11538.png); }
  .player-page #erp-current-time {
    position: relative;
    height: 1em;
    float: left;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.21px;
    color: #ffffff; }
  .player-page .erp-play-pause {
    position: relative;
    height: 1em;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.21px;
    color: #ffffff;
    margin: 0 1rem; }
  .player-page #erp-duration {
    position: relative;
    height: 1em;
    float: right;
    opacity: 0.4;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.21px;
    color: #ffffff; }
  .player-page .erp-options-btn {
    position: relative;
    height: 1em;
    opacity: 0.4;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.21px;
    color: #ffffff; }
  .player-page .top-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
    .player-page .top-section .title {
      font-size: 40px;
      color: white;
      /* display: block; */
      font-weight: 200;
      margin: 20px 60px; }
    .player-page .top-section .subtitle {
      font-size: 25px;
      color: white;
      /* display: block; */
      font-weight: 200;
      margin: 10px 60px; }
  .player-page .controller-section {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 10rem;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
  .player-page .erplayer-controls {
    width: 100%;
    height: 15%;
    background: rgba(255, 255, 255, 0.34);
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    align-items: center; }
  .player-page .erp-progress-bar {
    flex: auto;
    min-width: 4em;
    height: 1em;
    border: 2px solid transparent; }
  .player-page .erp-progress-bar {
    flex: auto;
    min-width: 4em;
    margin: auto;
    border-radius: 0.25rem;
    width: 89rem;
    box-sizing: border-box;
    height: 1em; }
  .player-page .erp-progress-bar.navitem-hover .erp-prog-bar-picker {
    opacity: 1; }
  .player-page .erp-time-control {
    text-align: center; }
  .player-page .erp-prog-bar-back-track {
    width: 100%;
    height: 100%;
    background: gray;
    margin: 0 auto;
    border-radius: 0.25rem; }
  .player-page .erp-prog-bar-current-track {
    height: 100%;
    width: 0;
    max-width: 100%;
    background: white;
    position: relative;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    transition: 0.3s ease width; }
  .player-page .erp-prog-bar-picker {
    width: 1.8em;
    height: 1.8em;
    background: #f7da34;
    position: absolute;
    right: -0.85em;
    border-radius: 50%;
    top: -0.5em;
    border: 3px solid #b8a227;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s ease opacity; }
  .player-page .erp-play-pause {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain; }
  .player-page .erp-seek-speed {
    float: left;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.21px;
    color: #ffffff;
    line-height: 1;
    margin-left: 1.5em;
    margin-top: 0.25em; }
  .player-page .erp-seek-time {
    position: absolute;
    right: 0;
    top: -3.5em;
    right: -3.35em;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.75);
    line-height: 1;
    border-radius: 10px; }
    .player-page .erp-seek-time p {
      font-size: 1.5em;
      color: white; }
  .player-page .erp-options-btn {
    width: 2.05rem;
    height: 1.65rem;
    object-fit: contain;
    opacity: 1; }
  .player-page .erp-subtitle-zone {
    position: relative;
    text-align: center;
    font-size: 2rem;
    color: white;
    position: absolute;
    text-align: center;
    bottom: 5rem;
    color: white;
    width: 100%;
    left: 0; }
  .player-page .er-player.playing .erp-play-pause {
    background-image: url(assets/pause-blur@2x.84bf2151.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .player-page .er-player.playing .erp-play-pause.navitem-hover {
    background-image: url(assets/pause@2x.1d62092a.png); }
  .player-page .er-player.paused .erp-play-pause {
    background-image: url(assets/play-blur@2x.1358be29.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .player-page .er-player.paused .erp-play-pause.navitem-hover {
    background-image: url(assets/play@2x.2f1d526e.png); }
  .player-page .side-menu {
    width: 20rem;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: -20rem;
    bottom: 0;
    margin: auto;
    font-size: 1.2rem;
    color: white;
    text-align: right; }
    .player-page .side-menu .setting-section {
      margin: 1.5rem 0; }
    .player-page .side-menu .title,
    .player-page .side-menu .option {
      padding: 1rem 2.5rem; }
      .player-page .side-menu .title i,
      .player-page .side-menu .option i {
        display: none;
        margin-right: 0.5rem; }
    .player-page .side-menu .option.active i {
      display: initial; }
    .player-page .side-menu .option.navitem-hover {
      background-color: #f7da34;
      color: black; }
  .player-page .player-section {
    width: 100vw;
    height: 100vh; }
  .player-page .player-notification {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .player-page .player-notification .notification-container {
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.69);
      border-radius: 5px; }
      .player-page .player-notification .notification-container p {
        font-size: 1.5rem;
        line-height: 2;
        color: white; }

.preview-page {
  overflow: hidden;
  font-family: "Helvetica Neue"; }
  .preview-page .content-detail {
    height: 40vw;
    width: 100%;
    position: relative; }
    .preview-page .content-detail .detail-wrapper {
      position: absolute;
      bottom: 0; }
      .preview-page .content-detail .detail-wrapper .title {
        font-size: 4.1rem;
        font-weight: 500;
        color: white;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
        .preview-page .content-detail .detail-wrapper .title .puhu-original {
          margin-left: 1rem; }
          .preview-page .content-detail .detail-wrapper .title .puhu-original img {
            width: 3.65rem; }
      .preview-page .content-detail .detail-wrapper .tags {
        padding: 1.5rem 0;
        box-sizing: border-box; }
        .preview-page .content-detail .detail-wrapper .tags span {
          color: #fff;
          font-size: 1.2rem;
          font-weight: 200;
          letter-spacing: -0.01px;
          line-height: 1.2rem; }
        .preview-page .content-detail .detail-wrapper .tags span:first-child {
          margin: 0; }
      .preview-page .content-detail .detail-wrapper .description {
        font-size: 1.6rem;
        font-weight: 200;
        line-height: 1.8rem;
        color: white;
        width: 60%; }
      .preview-page .content-detail .detail-wrapper .button-container {
        margin-top: 2vh; }
        .preview-page .content-detail .detail-wrapper .button-container .large-button {
          margin: 0 0.5vw; }
        .preview-page .content-detail .detail-wrapper .button-container .large-button:first-child {
          margin-left: 0; }
        .preview-page .content-detail .detail-wrapper .button-container .large-button:last-child {
          margin-right: 0; }

.categories-page {
  overflow: hidden;
  font-family: "Helvetica Neue"; }
  .categories-page .categorie-list {
    margin-top: 2vw; }
    .categories-page .categorie-list .list-with-title {
      padding-bottom: 2vw; }
      .categories-page .categorie-list .list-with-title .title {
        color: white;
        font-size: 2.4rem;
        font-weight: 200;
        line-height: 2.9rem; }
      .categories-page .categorie-list .list-with-title .item-container {
        margin-top: 0.5vw;
        height: 14.25rem; }
        .categories-page .categorie-list .list-with-title .item-container .list-item .poster {
          width: 21rem;
          border: 3px solid transparent;
          box-sizing: border-box; }
          .categories-page .categorie-list .list-with-title .item-container .list-item .poster .show-all-text {
            width: 100%;
            height: 100%;
            background: #f7da34;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            position: absolute;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            font-weight: 500;
            font-size: 1.4rem;
            color: black; }
            .categories-page .categorie-list .list-with-title .item-container .list-item .poster .show-all-text i {
              position: absolute;
              right: 5.1rem;
              top: 5.1765rem;
              display: none; }
          .categories-page .categorie-list .list-with-title .item-container .list-item .poster .puhu-original {
            display: none; }
        .categories-page .categorie-list .list-with-title .item-container .list-item .description {
          color: white;
          font-size: 1.4rem;
          font-weight: 200;
          line-height: 1.7rem;
          margin-top: 0.5vw;
          max-height: 1.7rem; }
        .categories-page .categorie-list .list-with-title .item-container .list-item.puhu-original .poster .puhu-original {
          display: block;
          position: absolute;
          top: 1rem;
          left: 1rem; }
          .categories-page .categorie-list .list-with-title .item-container .list-item.puhu-original .poster .puhu-original img {
            width: 3.65rem; }
        .categories-page .categorie-list .list-with-title .item-container .list-item.navitem-hover .poster {
          border: 3px solid #f7da34; }
          .categories-page .categorie-list .list-with-title .item-container .list-item.navitem-hover .poster .show-all-text i {
            display: block; }
        .categories-page .categorie-list .list-with-title .item-container .list-item.navitem-hover .description {
          color: #f7da34; }

.category-detail-page {
  overflow: hidden;
  font-family: "Helvetica Neue"; }
  .category-detail-page .page-title {
    color: white;
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 2.9rem; }
  .category-detail-page .item-container {
    margin-top: 0.5vw;
    overflow: hidden; }
    .category-detail-page .item-container .list-item .poster {
      width: 21rem;
      border: 3px solid transparent;
      box-sizing: border-box; }
      .category-detail-page .item-container .list-item .poster .show-all-text {
        width: 100%;
        height: 100%;
        background: #575757;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        position: absolute;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 1.4rem;
        color: white; }
      .category-detail-page .item-container .list-item .poster .puhu-original {
        display: none; }
        .category-detail-page .item-container .list-item .poster .puhu-original img {
          width: 3.65rem; }
    .category-detail-page .item-container .list-item .description {
      color: white;
      font-size: 1.4rem;
      font-weight: 200;
      line-height: 1.7rem;
      margin-top: 0.5vw;
      max-height: 1.7rem; }
    .category-detail-page .item-container .list-item.puhu-original .poster .puhu-original {
      display: block;
      position: absolute;
      top: 1rem;
      left: 1rem; }
    .category-detail-page .item-container .list-item.navitem-hover .poster {
      border: 3px solid #f7da34; }
    .category-detail-page .item-container .list-item.navitem-hover .description {
      color: #f7da34; }

.search-page {
  font-family: "Helvetica Neue"; }
  .search-page .input-container {
    text-align: center;
    margin-top: 5rem; }
    .search-page .input-container .text-input {
      width: 40rem;
      display: inline-block;
      vertical-align: top; }
  .search-page .result-count {
    color: white;
    font-weight: 200;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 2rem;
    height: 1.5rem; }
  .search-page .keyboard-container {
    margin-top: 2rem; }
  .search-page .grid-container {
    margin-top: 2rem;
    overflow: hidden; }
    .search-page .grid-container .item-container {
      margin-top: 0.5vw; }
      .search-page .grid-container .item-container .list-item .poster {
        width: 21rem;
        border: 3px solid transparent;
        box-sizing: border-box; }
        .search-page .grid-container .item-container .list-item .poster .show-all-text {
          width: 100%;
          height: 100%;
          background: #575757;
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          position: absolute;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          font-size: 1.4rem;
          color: white; }
        .search-page .grid-container .item-container .list-item .poster .puhu-original {
          display: none; }
      .search-page .grid-container .item-container .list-item .description {
        color: white;
        font-size: 1.4rem;
        font-weight: 200;
        line-height: 1.7rem;
        margin-top: 0.5vw;
        max-height: 1.7rem; }
      .search-page .grid-container .item-container .list-item.puhu-original .poster .puhu-original {
        display: block;
        position: absolute;
        top: 1rem;
        left: 1rem; }
      .search-page .grid-container .item-container .list-item.navitem-hover .poster {
        border: 3px solid #f7da34; }

.settings-page {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  font-family: "Helvetica Neue"; }
  .settings-page .side-menu {
    width: 15%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .settings-page .side-menu .side-menu-item-container {
      width: 100%; }
      .settings-page .side-menu .side-menu-item-container .side-menu-item {
        width: 100%;
        padding: 1vw 0; }
        .settings-page .side-menu .side-menu-item-container .side-menu-item .text {
          color: white;
          font-size: 1rem;
          font-weight: 200;
          letter-spacing: 0.37px;
          line-height: 1.2rem;
          margin-left: 3vw; }
      .settings-page .side-menu .side-menu-item-container .side-menu-item.navitem-hover {
        background-color: #f7da34; }
        .settings-page .side-menu .side-menu-item-container .side-menu-item.navitem-hover .text {
          color: black; }
  .settings-page .scroll-controls {
    width: 4%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .settings-page .scroll-controls .controls-container {
      width: 100%; }
      .settings-page .scroll-controls .controls-container .large-button {
        width: 100%;
        box-sizing: border-box; }
  .settings-page .main-content {
    width: 81%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height: 100vh;
    overflow: hidden; }
    .settings-page .main-content .info-sections .info-section {
      color: white;
      position: relative;
      top: 0; }
      .settings-page .main-content .info-sections .info-section .title {
        font-weight: 500;
        margin-bottom: 1rem;
        margin-top: 0;
        font-size: 1.5rem; }
      .settings-page .main-content .info-sections .info-section p {
        font-weight: 200;
        line-height: 1.3;
        font-size: 1rem;
        text-align: justify; }
      .settings-page .main-content .info-sections .info-section ol {
        margin: 0;
        margin-top: 1em;
        padding-left: 1em;
        font-weight: 200;
        font-size: 1rem;
        text-align: justify; }
        .settings-page .main-content .info-sections .info-section ol li {
          line-height: 1.3;
          font-size: 1rem; }
          .settings-page .main-content .info-sections .info-section ol li ul {
            padding-left: 0;
            font-size: 1rem; }
            .settings-page .main-content .info-sections .info-section ol li ul li {
              list-style: none;
              font-size: 1rem; }
      .settings-page .main-content .info-sections .info-section h3 {
        margin: 1em 0;
        font-size: 1rem; }
      .settings-page .main-content .info-sections .info-section table {
        border-collapse: collapse;
        margin: 1em 0; }
      .settings-page .main-content .info-sections .info-section table,
      .settings-page .main-content .info-sections .info-section th,
      .settings-page .main-content .info-sections .info-section td {
        border: 1px solid white; }
      .settings-page .main-content .info-sections .info-section a {
        color: white; }

.settings-parent-element .popup-container {
  background: none !important; }
  .settings-parent-element .popup-container .popup {
    background-color: none !important;
    background: none !important; }
    .settings-parent-element .popup-container .popup h2 {
      font-weight: 200 !important;
      font-size: 2.5rem !important; }
    .settings-parent-element .popup-container .popup .buttons div {
      border: 1px solid #979797; }

.settings-parent-element .app-version {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white; }

.login-page {
  font-family: "Helvetica Neue"; }
  .login-page .page-title {
    font-size: 2.75rem;
    font-weight: 200;
    color: #ffffff; }
  .login-page .input-container {
    text-align: center;
    margin-top: 6rem; }
    .login-page .input-container .text-input {
      display: inline-block;
      margin: 0 1.25rem;
      vertical-align: top; }
  .login-page .button-container {
    text-align: center;
    margin-top: 2.5rem; }
    .login-page .button-container .large-button {
      width: 15rem; }
  .login-page .description-container {
    margin-top: 2.5rem;
    text-align: center; }
    .login-page .description-container .description {
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: 200; }

.login-parent-element .popup {
  border-radius: 0;
  background-color: #101010; }
  .login-parent-element .popup #popup-message {
    font-weight: 200; }

.user-fav-list-page {
  overflow: hidden;
  font-family: "Helvetica Neue"; }
  .user-fav-list-page .spotlight {
    height: 32.7vw;
    width: 100%;
    position: relative; }
    .user-fav-list-page .spotlight .detail-wrapper {
      position: absolute;
      bottom: 2.5rem;
      width: 60%; }
    .user-fav-list-page .spotlight .title {
      font-size: 4.1rem;
      font-weight: 500;
      color: white;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
      .user-fav-list-page .spotlight .title .puhu-original {
        margin-left: 1rem; }
    .user-fav-list-page .spotlight .description {
      font-size: 1.6rem;
      font-weight: 200;
      color: white;
      margin-top: 2vh; }
    .user-fav-list-page .spotlight .button-container {
      margin-top: 2vh; }
      .user-fav-list-page .spotlight .button-container .large-button {
        margin: 0 0.5vw; }
      .user-fav-list-page .spotlight .button-container .large-button:first-child {
        margin-left: 0; }
      .user-fav-list-page .spotlight .button-container .large-button:last-child {
        margin-right: 0; }
  .user-fav-list-page .spotlight-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.9rem;
    margin: 1.5rem 0 -1.5rem 0; }
  .user-fav-list-page .spotlight-item-list {
    height: 12rem; }
    .user-fav-list-page .spotlight-item-list .spotlight-item {
      width: 21.9vw;
      height: 12.5vw;
      border: 3px solid transparent;
      display: inline-block;
      margin: 0 0.5vw;
      box-sizing: border-box;
      overflow: hidden; }
      .user-fav-list-page .spotlight-item-list .spotlight-item img {
        width: 100%;
        height: 100%; }
      .user-fav-list-page .spotlight-item-list .spotlight-item .puhu-original {
        display: none;
        width: 3.65rem;
        height: 1.4rem; }
        .user-fav-list-page .spotlight-item-list .spotlight-item .puhu-original img {
          width: auto; }
    .user-fav-list-page .spotlight-item-list .spotlight-item.puhu-original .puhu-original {
      display: block;
      position: absolute;
      top: 1rem;
      left: 1rem; }
    .user-fav-list-page .spotlight-item-list .spotlight-item.navitem-hover {
      border: 3px solid #f7da34; }
    .user-fav-list-page .spotlight-item-list .spotlight-item:first-child {
      margin-left: 0; }
  .user-fav-list-page .list-with-title {
    padding-bottom: 2vw; }
    .user-fav-list-page .list-with-title .title {
      color: white;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 2.9rem; }
    .user-fav-list-page .list-with-title .item-container {
      margin-top: 0.5vw;
      height: 16.5rem; }
      .user-fav-list-page .list-with-title .item-container .list-item .poster {
        width: 21rem;
        border: 3px solid transparent;
        box-sizing: border-box; }
        .user-fav-list-page .list-with-title .item-container .list-item .poster .puhu-original {
          display: none; }
      .user-fav-list-page .list-with-title .item-container .list-item .description {
        color: white;
        font-size: 1.4rem;
        font-weight: 200;
        line-height: 1.7rem;
        margin-top: 0.5vw;
        max-height: 1.7rem; }
      .user-fav-list-page .list-with-title .item-container .list-item.puhu-original .poster .puhu-original {
        display: block;
        position: absolute;
        top: 1rem;
        left: 1rem; }
      .user-fav-list-page .list-with-title .item-container .list-item.navitem-hover .poster {
        border: 3px solid #f7da34; }
      .user-fav-list-page .list-with-title .item-container .list-item.navitem-hover .description {
        color: #f7da34; }
    .user-fav-list-page .list-with-title .item-container.long {
      height: 30.5rem; }
  .user-fav-list-page .no-fav-message {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.67); }
    .user-fav-list-page .no-fav-message .message {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: -40px;
      width: 100%;
      text-align: center;
      color: white;
      padding: 40px;
      display: block;
      z-index: 100; }
      .user-fav-list-page .no-fav-message .message h2 {
        font-weight: 500;
        font-size: 50px; }

.keyboard {
  font-size: 0;
  text-align: center;
  width: 100%;
  padding: 0.5rem 0.25rem;
  border-radius: 0.25rem; }
  .keyboard .keyboard-col {
    display: inline-block;
    margin: 0.25rem;
    vertical-align: top; }
  .keyboard .keyboard-row {
    font-size: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .keyboard .keyboard-key {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #232323;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
    border: 1px solid black; }
  .keyboard .keyboard-key.double-sized-key {
    width: 7.1rem; }
  .keyboard .keyboard-key.double-and-a-half-sized-key {
    width: 8.9rem; }
  .keyboard .keyboard-key.triple-sized-key {
    width: 10.7rem; }
  .keyboard .keyboard-key.quadruple-sized-key {
    width: 14.3rem; }
  .keyboard .keyboard-key.quintuple-sized-key {
    width: 17.9rem; }
  .keyboard .keyboard-key.navitem-hover {
    background-color: #717171; }
  .keyboard .hide {
    display: none; }

.blinking-cursor {
  font-weight: 100;
  font-size: 1.5rem;
  color: white;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite; }

@keyframes blink {
  from,
  to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-moz-keyframes blink {
  from,
  to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-webkit-keyframes blink {
  from,
  to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-ms-keyframes blink {
  from,
  to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-o-keyframes blink {
  from,
  to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@media (max-height: 720px) {
  .keyboard .keyboard-key.double-sized-key {
    width: 7.15rem; }
  .keyboard .keyboard-key.double-and-a-half-sized-key {
    width: 9rem; }
  .keyboard .keyboard-key.triple-sized-key {
    width: 10.7rem; }
  .keyboard .keyboard-key.quadruple-sized-key {
    width: 14.45rem; }
  .keyboard .keyboard-key.quintuple-sized-key {
    width: 17.9rem; } }

