.vod {
  background-color: #000;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}

.vod a, .vod a:hover, .vod h1, .ovd h2, .vod h3, .vod h4, .vod h5, .vod h6 {
  color: #fff;
}

.vod .ct-section-inner-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 480px) {
  .vod .ct-section-inner-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.vod ~ #section-42-12 {
  /* hide contact form for vod pages [temp] */
  display: none;
}

/* ========================== from common block */
.oxy-post.vod-post {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.oxy-post.vod-post .oxy-post-inner {
  background-color: #222;
  height: 100%;
}

.oxy-post.vod-post .oxy-post-inner:hover .oxy-post-image-fixed-ratio,
.oxy-post.vod-post.active .oxy-post-image-fixed-ratio {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.oxy-post.vod-post .oxy-post-image {
  display: block;
  width: 100%;
  position: relative;
  background-color: #353535;
  /* background-image: repeating-linear-gradient( 45deg,#eee,#eee 10px,#ddd 10px,#ddd 20px); */
  overflow: hidden;
}

.oxy-post.vod-post .oxy-post-image-fixed-ratio {
  padding-bottom: 56.3758%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.oxy-post.vod-post .oxy-post-content-area {
  padding: 15px;
}

.oxy-post.vod-post .oxy-post-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1em;
  display: block;
  margin-bottom: 0.5em;
}

.vod_seasons .oxy-post.vod-post .oxy-post-title {
  font-size: 16px;
}

.oxy-post.vod-post .oxy-post-content {
  font-size: 14px;
  line-height: 20px;
}

.vod .oxy-post-content:empty {
  display: none;
}

.oxy-post.vod-post .signin_overlay, .vod-post .play_overlay, #jk_amp_player .signin_overlay {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 5px 10px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}

.vod-post .signin_overlay svg, #jk_amp_player .signin_overlay svg {
  width: 20px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
}

.vod-post .play_overlay {
  background-color: transparent;
  font-size: inherit;
  display: none;
  padding: 0;
}

.vod-post.active .play_overlay {
  /* display: block; */
}

.vod-post .play_overlay svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}

.vov_now_playing_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.vov_now_playing_txt > span {
  display: none;
}

.vod-post.active .vov_now_playing_txt {
  background-color: rgba(0, 0, 0, 0.7);
}

.vod-post.active .vov_now_playing_txt > span {
  display: block;
}

.vod-post .vod_new_show, .oxy-post .vod_new_show {
  background-color: #FE0100;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 3px 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  font-weight: 700;
  letter-spacing: 0.4px;
}

/* ========================== from sub show block */
.vod_subshows .ct-section-inner-wrap {
  padding-left: 0;
  padding-right: 0;
}

.vod_subshows_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vod_subshows_tab {
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-size: 16px;
  border-radius: 5px;
  margin: 5px;
}

.vod_subshows_tab:hover, .vod_subshows_tab.active {
  background-color: #28CE9A;
}

@media (min-width: 768px) {
  .vod_subshows_tab {
    font-size: 20px;
  }
}

.vod_subshows_tabbody {
  display: none;
  padding: 15px;
}

.vod_subshows_tabbody.active {
  display: block;
}

.vod_subshows_tabbody > h2 {
  text-align: center;
}

.vod_subshows_list {
  margin-top: 36px;
  margin-left: -16px;
  margin-right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vod_subshows_list .vod-post {
  padding: 16px;
  width: 100%;
}

@media (min-width: 480px) {
  .vod_subshows_list .vod-post {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .vod_subshows_list .vod-post {
    width: 33.3333%;
  }
}

/* ========================== from Episode */
.vod_seasons_outer {
  background-color: #141414;
}

.vod_seasons {
  margin-left: -9px;
  margin-right: -9px;
}

.vod_seasons .oxy-post {
  padding: 0 9px;
}

.vod_seasons .oxy-post.vod-post .play_overlay,
.vod_seasons .oxy-post.vod-post .signin_overlay {
  top: auto;
  bottom: 15px;
  left: 15px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 1px 10px;
}

.vod_seasons .vod_season_menu {
  padding: 15px;
}

.vod_seasons .vod_season_menu, .vod_seasons_onshowpage .vod_season_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vod_seasons .vod_season_menu_inner, .vod_seasons_onshowpage .vod_season_menu_inner {
  position: relative;
  z-index: 2;
}

.vod_seasons .vod_season_name, .vod_seasons_onshowpage .vod_season_name {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.vod_seasons .vod_season_name > span, .vod_seasons_onshowpage .vod_season_name > span {
  vertical-align: middle;
  display: inline-block;
}

.vod_seasons .vod_season_name > span.arrow, .vod_seasons_onshowpage .vod_season_name > span.arrow {
  line-height: 0.8;
}

.vod_seasons .vod_season_name svg, .vod_seasons_onshowpage .vod_season_name svg {
  width: 30px;
  height: 30px;
  fill: #28CE9A;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.vod_seasons .vod_season_menu ul, .vod_seasons_onshowpage .vod_season_menu ul {
  position: absolute;
  top: 100%;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #000;
  width: 180px;
  border-radius: 5px;
  display: none;
}

.vod_seasons .vod_season_menu_inner:hover .vod_season_tabs, .vod_seasons_onshowpage .vod_season_menu_inner:hover .vod_season_tabs {
  display: block;
}

.vod_seasons .vod_season_menu li, .vod_seasons_onshowpage .vod_season_menu li {
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.vod_seasons .vod_season_menu li + li, .vod_seasons_onshowpage .vod_season_menu li + li {
  border-top: 1px dotted #ccc;
}

.vod_seasons .vod_season_menu li:hover, .vod_seasons .vod_season_menu li.active, .vod_seasons_onshowpage .vod_season_menu li:hover, .vod_seasons_onshowpage .vod_season_menu li.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.vod_seasons .vod_season_menu li.active, .vod_seasons_onshowpage .vod_season_menu li.active {
  opacity: 0.5;
}

.vod_season_body {
  position: relative;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.vod_seasons .slick-arrow {
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 45%;
  left: 9px;
  z-index: 2;
  opacity: 0;
  padding: 3px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.vod_seasons .slick-arrow svg {
  width: 44px;
  height: 44px;
  fill: #fff;
  position: relative;
  top: -3px;
  left: -3px;
}

.vod_seasons:hover .slick-arrow {
  opacity: 1;
}

.vod_seasons .slick-next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vod_seasons .slick-next svg {
  top: -2px;
  left: -2px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

.slick-dots button {
  display: none !important;
}

.slick-dots li {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 2px;
  list-style: none;
}

.slick-dots li.slick-active {
  background-color: #fff;
}

/* show hide  */
.vod_season {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
}

.vod_season + .vod_season {
  position: absolute;
  width: 100%;
}

.vod_season.active {
  opacity: 1;
  z-index: 1;
}

.vod_season_onshowpage {
  display: none;
  padding: 0 16px;
}

.vod_season_onshowpage.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vod_episode_content {
  display: none;
}

body .vod_wait {
  display: none;
  position: fixed;
  z-index: 99999;
  cursor: wait;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body.vod_busy .vod_wait {
  /* display: block; */
}

/* ========================== from Movie block */
/* ========================== show poster detais */
.vod_subshows_details {
  background-color: #656565;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.vod_subshows_details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.vod_subshows_details_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
}

.vod_subshows_details_inner > div {
  max-width: 465px;
}

.vod_subshows_details_inner p:first-child {
  font-size: 14px;
  color: #1DE8A8;
}

.vod_subshows_details_inner h1, .vod_subshows_details_inner h2 {
  margin-bottom: 24px;
  font-size: 26px;
}

@media (min-width: 768px) {
  .vod_subshows_details_inner {
    min-height: 400px;
  }
  .vod_subshows_details_inner h1, .vod_subshows_details_inner h2 {
    font-size: 32px;
  }
}

/*  the Akamai player */
.vod_player_top {
  margin-bottom: 15px;
  color: #C4C4C4;
}

#jk_amp_player {
  padding-bottom: 56.6%;
  background-color: #353535;
  position: relative;
  background-size: cover;
  background-position: center;
}

#jk_amp_player:after {
  content: "Loading...";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2);
  padding: 15px 25px;
  border-radius: 10px;
}

#jk_amp_player iframe {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vod_player_bottom {
  color: #C4C4C4;
}

.vod_player_bottom h1, .vod_player_bottom h2, .vod_player_bottom h3 {
  margin-bottom: 0.3em;
  font-size: 24px;
}

.vod_player_bottom h4:first-child {
  color: #C4C4C4 !important;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .vod_player_top {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 480px) {
  .vod_player_top {
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .vod_player_bottom {
    max-width: 75%;
  }
}

/* login popup */
.oxy-modal-backdrop.live {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.lwa-form table, .lwa-form tbody, .lwa-form table tr, .lwa-form table td {
  display: block;
  padding: 0;
  background-color: transparent !important;
}

.lwa-form table tr {
  margin-bottom: 15px;
}

.lwa-form td:first-child {
  text-align: left !important;
  font-size: 1em !important;
}

.lwa-form label {
  margin-bottom: 0;
}

.lwa-form input[type=text], .lwa-form input[type=password] {
  color: #000;
  padding: 5px 10px;
  width: 100%;
  height: auto;
}

.lwa-form .lwa-submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lwa-form input[type=submit] {
  background-color: #01B693;
  color: #fff;
  padding: 8px 20px;
  width: 100%;
  max-width: 200px;
  border: none;
  margin-bottom: 10px;
}

.lwa-links-remember,
.lwa-links-register,
.lwa-submit-links br {
  display: none;
}

/* ================== top level shows */
#vod_top_menu .current-menu-item a {
  border-color: #28CE9A;
}

/*  simple button on show and other page  */
.vod_simple_btn {
  display: inline-block;
}

.vod_simple_btn a {
  display: inline-block;
  padding: 8px 18px;
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vod_simple_btn a:hover {
  color: #000;
  -webkit-box-shadow: 2px 4px 5px 2px #333;
          box-shadow: 2px 4px 5px 2px #333;
}

/* ========================= Akamai player override  */
.amp-component.amp-icon.amp-share {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  .amp-mobile .amp-pause-overlay {
    font-size: 1em !important;
  }
  .amp-mobile .amp-jump-forward, .amp-mobile .amp-jump-back {
    font-size: 1em !important;
  }
  .amp-controls {
    height: 1.86em !important;
  }
  .amp-controls .amp-icon {
    margin: 0 .4em 0 .4em !important;
  }
  .amp-active .amp-progress, .amp-ready .amp-progress, .amp-paused .amp-progress, .amp-ended .amp-progress, .amp-controls-fixed .amp-progress, .amp-controls-persistent .amp-progress, .amp-audio .amp-progress {
    bottom: 1.61em !important;
  }
  .amp-active.amp-mobile .amp-progress .amp-handle, .amp-paused.amp-mobile .amp-progress .amp-handle, .amp-ready.amp-mobile .amp-progress .amp-handle, .amp-ended.amp-mobile .amp-progress .amp-handle {
    width: 1em !important;
    height: 1em !important;
  }
}

@media only screen and (max-width: 700px) {
  .amp-controls {
    padding: 0 !important;
  }
  .amp-controls .amp-icon {
    font-size: 0.8em !important;
  }
}

@media only screen and (max-width: 479px) {
  .amp-controls .amp-time-display {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: .5em !important;
  }
}

@media (min-width: 768px) {
  body #jk_amp_player .amp-caption p, body #jk_amp_player .amp-caption span {
    font-size: 2em !important;
    line-height: 1.1;
    font-family: 'Roboto' !important;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  #jk_amp_player.amp-full-screen .amp-caption-area {
    top: 50% !important;
    bottom: auto !important;
    margin-top: 37%;
    margin-top: 37vw;
    /*         @supports (-webkit-touch-callout: none) {
            /* CSS specific to iOS devices 
            bottom: 10% !important;
        } */
  }
}
/*# sourceMappingURL=myx-vod.css.map */