/* Vendor */
/* Vendors */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* SASS partial for grunt-webfont, autogenerated, do not edit! */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconcss {
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-avatar:before {
  content: "\EA01"; }

.icon-chromecast:before {
  content: "\EA02"; }

.icon-expand:before {
  content: "\EA03"; }

.icon-grid:before {
  content: "\EA04"; }

.icon-next:before {
  content: "\EA05"; }

.icon-pause:before {
  content: "\EA06"; }

.icon-play-button:before {
  content: "\EA07"; }

.icon-rewind:before {
  content: "\EA08"; }

.icon-search:before {
  content: "\EA09"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Libraries */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* SASS partial for grunt-webfont, autogenerated, do not edit! */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconcss {
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-avatar:before {
  content: "\EA01"; }

.icon-chromecast:before {
  content: "\EA02"; }

.icon-expand:before {
  content: "\EA03"; }

.icon-grid:before {
  content: "\EA04"; }

.icon-next:before {
  content: "\EA05"; }

.icon-pause:before {
  content: "\EA06"; }

.icon-play-button:before {
  content: "\EA07"; }

.icon-rewind:before {
  content: "\EA08"; }

.icon-search:before {
  content: "\EA09"; }

* {
  box-sizing: border-box; }

a {
  color: white; }

body {
  color: #ffffff;
  font-family: Matterhorn, Helvetica, Arial, sans-serif;
  position: relative;
  background: url("../img/bg.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden; }

.main-content {
  animation-delay: 4.6s;
  animation-duration: .4s;
  animation-timing-function: ease-out;
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  position: absolute;
  height: auto;
  width: 100vw;
  top: 0; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.no-scroll {
  overflow: hidden; }

.hide-ani {
  opacity: 0; }

.slideUp {
  animation-name: slideUp;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
  visibility: visible !important; }

.content-row .content-asset-container:nth-child(2) {
  animation-delay: 0.1s; }

.content-row .content-asset-container:nth-child(3) {
  animation-delay: 0.2s; }

.content-row .content-asset-container:nth-child(4) {
  animation-delay: 0.3s; }

.content-row .content-asset-container:nth-child(5) {
  animation-delay: 0.4s; }

@keyframes slideUp {
  0% {
    top: 10px;
    opacity: 0.0; }
  100% {
    top: 0px;
    opacity: 1; } }

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 500;
  opacity: 1; }
  .close:after, .close:before {
    width: 20px;
    height: 3px;
    content: '';
    background: white;
    position: absolute;
    top: 50%;
    transition: .2s ease-in-out; }
  .close:after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close:hover:after, .close:hover:before {
    -ms-transform: rotate(0);
    transform: rotate(0); }

::-webkit-scrollbar {
  display: none; }

/* Modules */
button {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 12px 16px;
  font-weight: 300;
  cursor: pointer;
  transition: .2s ease-in-out;
  outline: none; }
  button.ghost {
    border: 1px solid #fff;
    background: transparent; }
    button.ghost:hover {
      background: #1994d7;
      border-color: #1994d7; }

.add-button {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid white;
  z-index: 2;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .4s ease-in-out;
  opacity: 0.7; }
  .add-button:hover {
    background: #1994d7;
    border-color: #1994d7; }
  .add-button:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: white; }
  .add-button:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: white; }

.video-end-card {
  opacity: 0;
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  height: 60%;
  position: absolute;
  z-index: 250;
  width: 100%;
  bottom: 0px;
  transition: .4s ease-in-out;
  pointer-events: none;
  padding: 40px; }
  .end .video-end-card {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    pointer-events: all;
    -ms-flex-align: end;
    align-items: flex-end; }

.end-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .end-card-img i {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-out; }
    .end-card-img i:before {
      margin-left: 3px; }
  .end-card-img img {
    width: 100%;
    height: calc(100% - 24px);
    object-fit: cover; }
  .end-card-img:hover i {
    color: white;
    border: 1px solid white; }

.end-card-img-wrapper {
  width: 40%;
  height: auto;
  overflow: hidden; }

.next-episode-counter {
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
  font-weight: 600; }
  .next-episode-counter span {
    color: #61d7e6; }

.end-card-text {
  color: white;
  width: calc(60% - 30px);
  margin-left: 30px;
  overflow: hidden; }
  .end-card-text h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 10px; }
  .end-card-text p {
    font-size: 13px;
    font-weight: 100;
    line-height: 1.6; }

.end-card-buttons {
  margin-top: 20px; }
  .end-card-buttons button {
    border: 1px solid white;
    background: transparent;
    padding: 6px 10px;
    color: white;
    font-size: 13px;
    margin-right: 10px;
    cursor: pointer;
    transition: .2s ease-in-out; }
    .end-card-buttons button:hover {
      background: rgba(255, 255, 255, 0.9);
      color: black; }

.content-grid {
  position: relative;
  top: 80vh; }

.content-row, .hidden-content-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100vw;
  background: url("../img/bg.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden; }

.hidden-content-row {
  max-height: 0px;
  transition: .4s ease-in-out; }
  .active .hidden-content-row {
    max-height: 600px;
    transition: .4s ease-in-out; }

.content-row-heading {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px; }
  .content-row-heading img {
    max-width: 300px;
    max-height: 50px; }
  .content-row-heading i {
    font-size: 18px;
    cursor: pointer; }

.content-asset-container {
  width: calc(25% - 1px);
  margin-right: 1px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  .content-asset-container img {
    width: 100%;
    height: auto;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .2s ease-in-out; }
  .content-asset-container:after {
    background: -moz-linear-gradient(top, black 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, black 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    content: '';
    width: 100%;
    height: 120%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    transition: .2s ease-in-out; }
  .content-asset-container:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .content-asset-container:hover:after {
    opacity: 0.8; }
  .content-asset-container:hover .add-button {
    opacity: 1; }

.content-asset-text-container {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  max-width: 320px; }

.content-asset-title {
  font-size: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600; }

.content-asset-description {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 18px; }

header {
  padding: 15px 20px;
  position: fixed;
  z-index: 2;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  transition: .2s ease-in-out;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  header.sticky {
    background: url(../img/bg.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: cover; }

.left-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .left-header img {
    width: 100px;
    height: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 40px; }
  .left-header ul {
    font-size: 16px;
    font-weight: 300; }
    .left-header ul li {
      cursor: pointer;
      letter-spacing: 0.8px;
      display: inline-block;
      margin-right: 40px;
      transition: .2s ease-in-out;
      position: relative; }
      .left-header ul li:after {
        content: '';
        width: calc(100% + 4px);
        position: absolute;
        height: 2px;
        bottom: -5px;
        left: -2px;
        transition: .4s ease-in-out;
        background: #1994d7;
        -ms-transform: scale(0);
        transform: scale(0); }
      .left-header ul li:hover:after {
        -ms-transform: scale(1);
        transform: scale(1); }

.right-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .right-header .icon-avatar {
    font-size: 28px; }
  .right-header .icon-search {
    font-size: 20px;
    margin-right: 30px;
    font-weight: bold; }

.placeholder {
  object-fit: cover;
  object-position: center right;
  width: 100%;
  height: 80vh; }

.placeholder-img {
  position: relative; }

.placeholder-logo {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -60px;
  -ms-transform: rotate(15deg);
  transform: rotate(15deg); }

.hero-container {
  position: fixed;
  width: 100vw;
  pointer-events: all; }

.hero-text-container {
  position: absolute;
  z-index: 3;
  top: 280px;
  left: 80px;
  max-width: 450px; }
  .hero-text-container button {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .hero-text-container button i {
      font-size: 14px;
      margin-right: 10px; }

.hero-header-text {
  font-size: 50px;
  font-weight: 600; }

.hero-subheader-text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; }

.hero-trailer-container {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1; }
  .hero-trailer-container video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 80vh; }

#plus-animation {
  width: 110px;
  height: 110px;
  overflow: visible;
  -ms-transform: scale(0);
  transform: scale(0);
  animation: .4s scale .5s ease-in forwards, .6s plusReposition 2.5s ease-in forwards, 1s mickeyGrow 4s ease-in forwards, .3s mickeyHide 7s ease-in forwards;
  position: relative; }

.disney-logo-container {
  overflow: hidden;
  width: 400px; }

.intro-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex; }

.intro-animation-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .intro-animation-container.hide {
    display: none; }

.plus-container {
  margin-top: 90px;
  margin-left: -55px; }

#logo-band-ani {
  animation-name: bandAni;
  -ms-transform-origin: right;
  transform-origin: right;
  opacity: 0;
  animation: .8s bandAni .8s ease-in forwards, .8s bandAni 2.6s ease-in reverse forwards; }

#disney-logo {
  position: relative;
  animation: .6s logoEnter ease-in, .6s logoExit 2.5s ease-out forwards; }

@keyframes bandAni {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    opacity: 1;
    width: 100%; } }

@keyframes bandAniOut {
  100% {
    opacity: 1;
    width: 100%; }
  0% {
    width: 0%;
    opacity: 0; } }

@keyframes logoEnter {
  0% {
    transform: translateX(120px); }
  100% {
    transform: translateX(0px); } }

@keyframes scale {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1.2); }
  80% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes plusReposition {
  0% {
    transform: scale(1) translateX(0px); }
  100% {
    transform: scale(1) translateX(-160px); } }

@keyframes mickeyGrow {
  0% {
    width: 110px;
    height: 110px;
    transform: scale(1) translateX(-160px); }
  10% {
    width: 110px;
    height: 110px; }
  50% {
    transform: scale(50) translateX(0px); }
  100% {
    transform: scale(100) translateX(0px); } }

@keyframes mickeyHide {
  0% {
    display: block;
    opacity: 1; }
  99% {
    opacity: 0;
    display: block; }
  100% {
    display: none; } }

@keyframes logoExit {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(120px); } }

#mickey, #plus {
  position: relative;
  top: -100vh; }

.container {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  transition: 0.2s ease-in-out;
  pointer-events: none; }
  .video-active .container {
    z-index: 4;
    opacity: 1;
    pointer-events: all; }
  .container:hover .share-trigger {
    opacity: 1; }
  .container.cc-options-active:hover .share-trigger, .container.share-active:hover .share-trigger {
    opacity: 0; }

.controls-left, .controls-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.controls-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.custom-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.player {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  float: left;
  position: absolute;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  height: 39px;
  width: 100%;
  padding: 6px 10px 0px;
  transition: all .3s ease-in-out;
  -ms-transform: translateY(calc(100% + 4px));
  transform: translateY(calc(100% + 4px)); }
  .active .player {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .end .player {
    -ms-transform: translateY(calc(100% + 4px));
    transform: translateY(calc(100% + 4px));
    opacity: 0; }
  .player .progress {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #676767;
    box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 0;
    font-variant: normal;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px; }
  .player .progress-bar {
    background: #1994d7;
    box-shadow: inset -30px 0px 69px -20px #1994d7;
    height: 100%;
    position: relative;
    z-index: 2;
    width: 0; }
  .player .button-holder {
    position: relative; }
  .player .progress-button {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: 5px;
    height: 4px;
    top: 0px;
    position: absolute;
    left: -20px;
    text-decoration: overline; }
  .player .play-pause {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    width: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-variant: small-caps;
    margin-right: 13px; }
    .player .play-pause:hover {
      color: white; }
  .player .rewind {
    cursor: pointer;
    font-size: 17px;
    margin-right: 18px; }
  .player .icon-rewind {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-out; }
    .player .icon-rewind:hover {
      color: white; }

.player [class^="buffered"] {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  border-radius: 5px;
  z-index: 1; }

.player .play, .player .pause-button {
  -webkit-transition: all 0.2s ease-out; }

.player .play .pause-button, .player .pause .play-button {
  display: none; }

.player .time {
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  width: auto;
  text-align: center;
  margin-top: 2px; }

.player .stime, .ttime {
  color: #444; }

.player .play:active, .pause-button:active span {
  text-shadow: 0 0 7px #fff; }

.player .volume {
  position: relative;
  width: 32px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px; }

.player .volume-icon {
  height: 100%;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.player .volume-icon-hover {
  background-color: #4f4f4f; }

.player .volume-holder {
  height: 100px;
  width: 100%;
  background: black;
  position: absolute;
  display: none;
  background: #4f4f4f;
  left: 0;
  border-radius: 5px 5px 0 0;
  top: -100px;
  z-index: 3; }

.player .volume-bar-holder {
  background: #333;
  width: 4px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin: 15px auto;
  height: 80px;
  border-radius: 5px;
  position: relative;
  cursor: pointer; }

.player .volume-button {
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px; }

.player .volume-button-holder {
  position: absolute;
  top: 0;
  left: -2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.player .volume-bar {
  background: #1994d7;
  box-shadow: inset -30px 0px 69px -20px #1994d7;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0; }

.player .volume-icon span {
  display: block;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-top: -1px; }

.player .v-change-11 span:before {
  content: '\f028'; }

.player .v-change-10 span:before {
  content: '\f028'; }

.player .v-change-9 span:before {
  content: '\f028'; }

.player .v-change-8 span:before {
  content: '\f028'; }

.player .v-change-7 span:before {
  content: '\f028'; }

.player .v-change-6 span:before {
  content: '\f027'; }

.player .v-change-5 span:before {
  content: '\f027'; }

.player .v-change-4 span:before {
  content: '\f027'; }

.player .v-change-3 span:before {
  content: '\f027'; }

.player .v-change-2 span:before {
  content: '\f027'; }

.player .v-change-1 span:before {
  content: '\f026'; }

.player .v-change-1 span:before {
  content: '\f026'; }

.closed-caption {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .closed-caption.hover .cc-overlay {
    display: block; }

.cc-trigger {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  padding: 3px 3px 3px 4px;
  font-size: 9px;
  letter-spacing: 1;
  margin-right: 21px;
  cursor: pointer;
  transition: all 0.2s ease-out; }
  .cc-trigger:hover {
    color: #222;
    background: white;
    border-color: white;
    font-weight: 600; }

.cc-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 140px;
  height: 120px;
  z-index: 3;
  position: absolute;
  display: none;
  bottom: 55px;
  right: 70px; }
  .cc-overlay:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
    content: '';
    bottom: -8px;
    right: 10px;
    position: absolute; }
  .cc-overlay .title {
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 13px 10px;
    text-align: center; }
  .cc-overlay ul {
    padding: 0 20px; }
  .cc-overlay li {
    color: rgba(255, 255, 255, 0.8);
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 300;
    transition: all 0.2s ease-out;
    cursor: pointer; }
    .cc-overlay li:hover {
      color: white; }
    .cc-overlay li:first-child {
      padding: 0 5px 5px; }
    .cc-overlay li:last-child {
      border-bottom: none; }
    .cc-overlay li.active {
      font-weight: 600;
      color: #61d7e6; }

.settings-trigger {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  font-family: sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease-out; }
  .settings-trigger:hover {
    color: white; }
  .settings-trigger .fa-cog {
    margin-right: 5px;
    font-size: 12px; }

.cc-options-close, .share-close {
  height: 20px;
  width: 20px;
  position: relative;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
  transition: .2s ease-in-out; }
  .cc-options-close:before, .cc-options-close:after, .share-close:before, .share-close:after {
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    top: 50%;
    transition: .2s ease-in-out; }
  .cc-options-close:before, .share-close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cc-options-close:after, .share-close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .cc-options-close:hover:before, .cc-options-close:hover:after, .share-close:hover:before, .share-close:hover:after {
    background: white; }

.cc-options-overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 600px;
  height: 400px;
  z-index: 3;
  position: absolute;
  display: none;
  top: 42%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 600px) {
    .cc-options-overlay {
      top: 50%;
      height: 30vw; } }
  .cc-options-active .cc-options-overlay {
    display: -ms-flexbox;
    display: flex; }
  .cc-options-overlay ul {
    font-family: sans-serif;
    font-weight: 400;
    padding: 15px;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 600px) {
      .cc-options-overlay ul {
        display: none; } }
  .cc-options-overlay li {
    margin-right: 40px;
    transition: all 0.2s ease-out;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: inline-block;
    font-size: 15px; }
    @media screen and (max-width: 600px) {
      .cc-options-overlay li {
        display: -ms-flexbox;
        display: flex;
        width: 48%;
        margin: 0;
        background: rgba(255, 255, 255, 0.3);
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .cc-options-overlay li:first-child, .cc-options-overlay li:nth-child(2) {
          margin-bottom: 10px; } }
    @media screen and (max-width: 400px) {
      .cc-options-overlay li {
        font-size: 12px; } }
    .cc-options-overlay li:hover {
      color: white; }
    .cc-options-overlay li.active {
      color: white; }
      @media screen and (max-width: 600px) {
        .cc-options-overlay li.active {
          display: -ms-flexbox;
          display: flex;
          color: rgba(255, 255, 255, 0.6); }
          .cc-options-overlay li.active:hover {
            color: white; } }

.options-details {
  width: 100%;
  position: absolute;
  height: calc(100% - 45px);
  left: 0;
  display: none;
  color: white;
  padding: 20px;
  margin: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: default; }
  @media screen and (max-width: 600px) {
    .options-details {
      padding: 10px; } }
  .active .options-details {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 600px) {
      .active .options-details {
        display: none; } }
  .options-details input {
    background: red; }

.presets {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto; }
  .presets > div {
    width: 46%;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
    .presets > div.selected {
      border: 2px solid #61d7e6; }
    @media screen and (max-width: 600px) {
      .presets > div {
        width: 100%;
        font-size: 20px; } }

.one {
  background-color: white;
  color: black;
  font-family: Verdana;
  text-align: center;
  height: 50px;
  padding: 12px; }

.two {
  background-color: #222222;
  color: #afafaf;
  font-family: Courier New;
  text-shadow: -1px 1px 0px #7f7f7f, 1px -1px 0px black;
  text-align: center;
  height: 50px;
  padding: 12px; }

.three {
  background-color: #89aac8;
  color: white;
  font-family: Arial;
  text-shadow: 1px 1px 0px black, -1px 1px 0px black;
  text-align: center;
  height: 50px;
  padding: 12px; }

.four {
  background-color: black;
  color: #55c2b7;
  font-family: Times New Roman;
  text-shadow: -1px -1px 0px black, 1px -1px 0px black, -1px 1px 0px black, 1px 1px 0px black;
  text-align: center;
  height: 50px;
  padding: 12px; }

.five {
  background-color: white;
  color: #5bdcfc;
  font-family: Arial;
  text-shadow: 1px 1px 0px #7f7f7f, -1px -1px 0px black;
  text-align: center;
  height: 50px;
  padding: 12px; }

.six {
  background-color: blue;
  color: yellow;
  font-family: times new roman;
  text-shadow: -1px -1px 0px black, 1px -1px 0px black, -1px 1px 0px black, 1px 1px 0px black;
  text-align: center;
  height: 50px;
  padding: 12px; }

.presets-preview {
  position: absolute;
  left: 0;
  bottom: -70px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 600px) {
    .presets-preview {
      bottom: -50px; } }
  .presets-preview > div {
    cursor: pointer;
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    display: none;
    margin-bottom: 10px; }
    @media screen and (max-width: 600px) {
      .presets-preview > div {
        font-size: 12px; } }
    .presets-preview > div.selected {
      display: block; }

.iphone-message {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  font-family: sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  padding: 30px;
  line-height: 1.8;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  font-size: 3.6vw;
  z-index: -1;
  display: none; }
  @media screen and (max-width: 600px) {
    .iphone-message {
      display: block; } }

.fcc {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #61d7e6;
  text-decoration: none;
  font-family: sans-serif;
  letter-spacing: 0.6px;
  font-size: 10px;
  transition: all 0.2s ease-out; }
  .fcc:hover {
    text-decoration: underline; }

.chromecast {
  font-size: 20px;
  margin-right: 20px;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.2s ease-out; }
  .chromecast:hover {
    color: white; }

.fullscreen {
  margin-right: 0px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.2s ease-out;
  display: none; }
  .fullscreen:hover {
    color: white; }

.next {
  z-index: 999;
  position: static;
  margin-right: 10px;
  margin-top: -2px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.2s ease-out;
  display: none; }
  .next:hover {
    color: white; }
  .next .icon-next {
    font-size: 14px; }

.next-item-container {
  display: none;
  position: absolute;
  bottom: 55px;
  right: 170px;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  width: 50%;
  max-height: 128px; }
  .next-item-container:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
    content: '';
    bottom: -8px;
    right: 10px;
    position: absolute; }
  .hover .next-item-container {
    display: -ms-flexbox;
    display: flex; }

.next-item-img {
  width: 40%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .next-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .next-item-img i {
    position: absolute;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
    .next-item-img i:before {
      margin-left: 3px; }

.next-item-text {
  color: white;
  width: calc(60% - 20px);
  margin-left: 20px;
  overflow: hidden; }
  .next-item-text h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2; }
  .next-item-text p {
    font-size: 12px;
    font-weight: 100;
    line-height: 1.4; }

.quality {
  z-index: 999;
  position: relative; }
  .quality.hover .quality-item-container {
    display: -ms-flexbox;
    display: flex; }

.quality-trigger {
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 5px;
  font-size: 10px;
  cursor: pointer;
  margin-top: -1px;
  margin-right: 20px;
  color: black; }
  .hover .quality-trigger {
    background: white; }

.quality-item-container {
  display: none;
  position: absolute;
  bottom: 55px;
  right: 0px;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  max-height: 128px; }
  .quality-item-container:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
    content: '';
    bottom: -8px;
    left: 10px;
    position: absolute; }
  .quality-item-container li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-bottom: 12px;
    cursor: pointer; }
    .quality-item-container li:last-child {
      margin-bottom: 0; }
    .quality-item-container li.active {
      color: #4dc8df;
      font-weight: 800; }
    .quality-item-container li:hover {
      color: white; }

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