.nweb .section-content {
  overflow-x: hidden;
  height: 100%;
  overflow-y: scroll !important;
  display: block;
}
.preloader {
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  position: absolute;
  background-size: cover !important;
  display: none;
}
.section-inner {
  margin-top: -13%;
}
@media (max-width: 992px) {
  .section-inner {
    margin-top: 3em;
  }
}
.section-inner .container {
  overflow: hidden;
}
.go-back-from-list {
  position: absolute;
  right: 0;
  font-size: 0.8rem;
  padding: 5px;
  cursor: pointer;
  top: 100px;
  display: none;
  width: 150px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.go-back-from-list i {
  margin-right: 8px;
  background-color: #f34966 !important;
}
.moreButton {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: yellow;
  border-radius: 3px;
}
.vod-desc-more-focused {
  border: 3px solid #fff;
}
a.vod-desc-more:hover {
  border: 3px solid #fff;
}
.vi-top-info-row {
  border-top: 1px solid #dddddd47;
  border-bottom: 1px solid #dddddd47;
  margin-top: 25px;
  padding-bottom: 10px;
}
.vi-stats {
  margin-top: 20px;
  text-align: right;
}
.landscape-app .vi-top-info-row .vi-stats {
  margin-top: 20px;
}
.listoflist-info-container .vi-stats {
  margin-left: 10px;
  margin-bottom: 10px;
}
.vi-length {
  color: #fff;
  padding-right: 10px;
  display: inline;
}
.vi-agerating {
  margin-left: 10px;
  background: #f34966;
  border-radius: 5px;
  padding: 0 5px;
  color: #fff;
  display: inline;
  height: 32px;
}
.main {
  height: 100%;
  flex: 1;
}
.main .main-inner {
  height: 100%;
  position: static;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.main .main-inner .section-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main .main-inner .section-content .container {
  overflow-x: visible;
}
.main .main-inner .no-more-content-msg {
  display: none;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-top: 75px;
  margin-bottom: 50px;
}
.main .main-inner .no-more-content-msg .jump-to-top {
  background: #f34966;
  padding: 10px 20px;
  color: #fff;
}
.main .main-inner .btn-focused {
  border: 3px solid #fff;
  -webkit-box-shadow: 1px 1px 10px 0 #000;
  box-shadow: 1px 1px 10px 0 #000;
}
.main .main-inner .bg-poster img {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 100%;
  min-height: auto;
  width: 100%;
  height: auto;
  z-index: -1;
  background-size: cover;
}
.main .no-content-msg {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-top: 75px;
  margin-bottom: 50px;
}
.section-header {
  padding: 15px;
}
.btn-iptv {
  color: #333;
  padding: 5px 20px;
  background: #c9334e;
  font-size: 3.5vmin;
}
.btn-iptv:hover {
  border: 5px solid #fff;
}
.btn-iptv-focused {
  border: 5px solid #fff;
}
.fixed-top {
  z-index: 250 !important;
}
.vjs-control-bar {
  z-index: 12;
}
.vjs-remaining-time-display {
  font-size: 24px;
  padding: 8px 0;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 4em;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: block;
  color: #f34966;
  bottom: -75px;
  left: 50px;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  background: linear-gradient(to bottom, transparent, #000000a6 60%, black);
}
.nweb .ico-search {
  background-image: url("../img/ico-search.svg");
  margin-top: 3px;
}
.player-control-elem .ico-play {
  background: url("../img/ico-vp-play.svg") !important;
}
.nweb .ico-pause {
  background: url(../img/ico-vp-pause.svg) !important;
}
.nweb .ico-info {
  background-image: url(../img/ico-info.svg);
}
.nweb .ico-back {
  background-image: url(../img/ico-back.svg);
  height: 12px;
  width: 12px;
}
.nweb .ico-back:hover {
  filter: brightness(0.5) sepia(3) hue-rotate(303deg) saturate(9);
  transition: -webkit-filter 150ms linear;
  -webkit-transition: -webkit-filter 150ms linear;
  -moz-transition: -webkit-filter 150ms linear;
  -o-transition: -webkit-filter 150ms linear;
}
.video-list-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.video-list-row:first-child {
  margin-top: 0 !important;
}
.video-list-row:first-child .video-list-counter {
  margin-top: 0 !important;
}
.video-list-row .video-list-heading {
  margin-bottom: 20px;
  padding-left: 75px;
  margin-right: 5px;
}
.listoflist-videos-list .video-list-row .video-list-heading {
  padding-left: calc(37px+5px);
}
.video-list-row .video-list-heading h2 {
  color: #fff;
}
.videos-container .video-list-row .thumbnail-container {
  position: relative;
}
.listoflist-videos-list .video-list-row .thumbnail-container {
  position: relative;
}
.video-list-row .animate {
  transition: all linear 0.5s;
}
.video-list-row .video-box {
  margin-right: 20px;
  display: inline-block;
  position: absolute;
  width: 200px;
  cursor: pointer;
}
.video-list-row .video-thumbnail {
  background-image: url("../img/ajax-loader.gif");
}
.playoverlay {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.video-box:hover .playoverlay {
  opacity: 0.9;
}
.landscape-app .video-box:hover .playoverlay {
  opacity: 0;
}
.video-list-row .video-thumbnail-box {
  position: relative;
}
.mainVideo_ima-ad-container {
  pointer-events: none;
}
.video-list-row .video-list-counter:first-child {
  margin-top: 0 !important;
}
.video-list-row .video-list-counter h2 {
  color: #fff;
  display: inline;
}
.video-list-counter h2 span {
  color: #f34966;
}
.nweb .video-list-counter {
  display: none;
}
.vod-display-enhanced .video-list-row .video-overlay h5 {
  font-size: 2.5vmin;
  font-weight: 400;
  line-height: 3vmin;
  margin-top: 10px;
}
.vod-display-enhanced .video-list-row .vod-focused {
  border: 3px solid #fff;
  z-index: 2;
  position: relative;
  left: 15px;
  margin-right: 50px;
  -webkit-box-shadow: 1px 1px 10px 0 #000;
  box-shadow: 1px 1px 10px 0 #000;
  -webkit-animation: focusVod 0.35s;
  animation: focusVod 0.35s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  -webkit-animation-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  -webkit-animation-play-state: running;
}
.vod-display-enhanced .video-list-row .vod-focused .video-overlay {
  display: block !important;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
}
.vod-display-enhanced .video-list-row .vod-focused .video-overlay h5 {
  margin: 0;
  padding: 5px;
  font-size: 2vmin;
}
.vod-display-enhanced .video-list-row .vod-focused-alt .video-overlay {
  top: 100%;
  background: transparent;
  width: 100%;
  color: #000;
}
.vod-display-enhanced .video-list-row .vod-focused-alt .video-overlay h5 {
  background: rgba(0, 0, 0, 0.46);
  padding: 10px 5px;
  color: #fff;
}
@-webkit-keyframes focusVod {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
}
@keyframes focusVod {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
}
.vod-display-classic .video-list-row {
  margin-top: 10px;
  margin-bottom: 40px;
  min-height: 200px;
}
.vod-display-classic .video-list-row .video-list-heading {
  margin-bottom: 0;
}
.vod-display-classic .video-list-row:first-child .video-list-heading {
  margin-top: 0 !important;
}
.vod-display-classic .video-list-row .video-box {
  margin-right: 20px;
  display: inline-block;
  width: 250px;
  height: 368.86px;
  border-radius: 8px;
}
.vod-display-classic .video-list-row .video-overlay {
  display: none;
}
.vod-display-classic .video-list-row .video-overlay h5 {
  font-size: 2.5vmin;
  font-weight: 400;
  line-height: 3vmin;
  margin-top: 10px;
  color: #fff;
}
.vod-display-classic .video-list-row .video-overlay-side {
  position: absolute;
  top: 0;
  left: 35%;
  text-align: left;
  display: none;
}
.vod-display-classic .video-list-row .video-overlay-side h5 {
  font-size: 3.5vmin;
  font-weight: 600;
  line-height: 4.5vmin;
  margin-top: 10px;
  color: #f34966;
}
.vod-display-classic .video-list-row .video-overlay-side p {
  font-size: 3vmin;
  font-weight: 400;
  line-height: 3.5vmin;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
}
.vod-display-classic .video-list-row .vod-focused {
  -webkit-box-shadow: 0 0 1px 7px #fff;
  box-shadow: 0 0 1px 7px #fff;
}
.vod-display-classic .video-list-row .vod-focused .video-overlay {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 7px #fff;
  box-shadow: 0 0 1px 7px #fff;
  display: block;
}
.vod-display-classic .video-list-row .vod-focused .video-overlay h5 {
  margin: 0;
  padding: 10px 5px 0 5px;
  font-size: 2.5vmin;
  color: #000;
  font-weight: 600;
}
.vod-display-classic .video-list-row .vod-focused-alt .vod-focused {
  -webkit-box-shadow: 0 0 1px 7px #fff;
  box-shadow: 0 0 1px 7px #fff;
  z-index: 2;
}
.vod-display-classic
  .video-list-row
  .vod-focused-alt
  .vod-focused
  .video-overlay {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 7px #fff;
  box-shadow: 0 0 1px 7px #fff;
  height: 8vmin;
}
.vod-display-classic
  .video-list-row
  .vod-focused-alt
  .vod-focused
  .video-overlay
  h5 {
  margin: 0;
  padding: 10px 5px 0 5px;
  font-size: 2vmin;
  color: #000;
  font-weight: 600;
}
.vod-display-classic .video-list-row .vod-focused-alt:not(.vod-focused) {
  opacity: 0.8;
}
.vod-display-classic .banner-row {
  margin-bottom: 0 !important;
}
.banner-row {
  width: 10000px;
  margin-top: 30px;
}
.banner-row .banner-box {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
}
.banner-row .vod-focused {
  -webkit-animation: none;
  animation: none;
  border: 3px solid #fff;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 1px 1px 10px 0 #000;
  box-shadow: 1px 1px 10px 0 #000;
}
#listoflist-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: hidden;
  overflow-x: hidden;
}
#listoflist-tag .listoflist-info-container {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  padding: 0 50px 10px 37px;
  top: 0;
  pointer-events: none;
}
#listoflist-tag .listoflist-info-container {
  height: inherit;
}
#listoflist-tag .listoflist-info-container .listoflist-info {
  color: #fff;
  font-size: 17px;
  padding-top: 10px;
  width: 93.5%;
}
#listoflist-tag .listoflist-info-container .listoflist-info-heading {
  color: #fff;
  font-size: 3.5vmin;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 37px;
  font-weight: 600;
}
#listoflist-tag #listoflistCloseBtn {
  position: absolute;
  top: 15px;
  right: 30px;
}
#listoflist-tag .listoflist-videos-list {
  overflow: hidden;
}
.nweb .listoflist-videos-list-wrapper {
  margin-top: 60px !important;
  overflow: hidden;
  height: calc(100% - 60px);
  overflow-y: scroll;
  padding: 10px 50px 50px 50px;
  position: absolute;
  width: 100%;
}
.nweb #listoflist-tag .listoflist-videos-list {
  overflow: hidden;
  padding: 10px 10px 100px 10px;
  position: relative;
}
#listoflist-tag .listoflist-videos-list .video-thumbnail-box {
  margin-bottom: 15px;
}
#listoflist-tag .listoflist-videos-list .video-overlay h5 {
  color: #fff;
}
#listoflist-tag .listoflist-videos-list .video-overlay-side {
  position: absolute;
  top: 0;
  left: 35%;
  text-align: left;
  display: none;
}
#listoflist-tag .listoflist-videos-list .video-overlay-side h5 {
  font-size: 3.5vmin;
  font-weight: 600;
  line-height: 4.5vmin;
  margin-top: 10px;
  color: #f34966;
}
#listoflist-tag .listoflist-videos-list .video-overlay-side p {
  font-size: 3vmin;
  font-weight: 400;
  line-height: 3.5vmin;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
}
#listoflist-tag .listoflist-play {
  margin-top: 2%;
  display: none;
}
#listoflist-tag .listoflist-videos-list .video-overlay {
  display: none;
}
#listoflist-tag .listoflist-control-elem i {
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
#listoflist-tag .listoflist-control-elem-focused i {
  background: #f34966;
}
#listoflist-tag .listoflist-top-sec {
  display: block;
  width: 100%;
  position: absolute;
  height: 300px;
  z-index: 20;
  overflow: hidden;
}
.nweb #listoflist-tag {
  overflow-y: scroll !important;
  background: #0c0c1c;
  background-color: #0c0c1c;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-font-smoothing: antialiased;
}
.nweb #listoflist-tag .listoflist-top-sec {
  position: relative;
  height: inherit !important;
}
.nweb #listoflist-tag .listoflist-top-sec {
  top: 0;
}
.nweb .listoflist-new-wrapper {
  display: flex;
  justify-content: center;
}
#listoflist-tag .listoflist-grid-controls {
  display: none;
}
#listoflist-tag .listoflist-grid-controls .grid-arrow-control {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  cursor: pointer;
}
#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-down {
  bottom: 30px;
  right: 30px;
}
#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-up {
  top: 280px;
  right: 30px;
}
#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-left {
  top: 390px;
  left: 30px;
}
#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-right {
  top: 390px;
  right: 30px;
}
.custom-msg-container {
  display: none;
}
.custom-msg-container h2 {
  color: #fff;
}
.custom-msg-container {
  padding-left: calc(37px+0);
}
#searcharea {
  display: none;
}
.cont-title {
  margin: 0 20px 10px 20px;
  color: #fff;
  padding-top: 10px;
}
.cont-title span {
  font-size: 16px;
  color: #d2d2d2;
  text-transform: lowercase;
}
.amreg {
  float: right;
}
.amreg a {
  color: #fff;
}
.amreg a:focus {
  color: #c22843;
  font-weight: 300;
}
.input-description {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  margin: 20px 20px 10px 20px;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-style: normal;
}
.input-hint {
  margin: 2px 25px 2px;
  font-style: italic;
  color: #ccc;
  clear: both;
  display: block;
}
.forgot-pwd-link {
  cursor: pointer;
  text-align: right;
  width: 100%;
}
.keys .key {
  width: 10%;
  float: left;
  display: block;
}
.keys .key span,
.keys .key span.empty {
  background: #38383c;
  text-align: center;
  margin: 5px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 300;
}
.keys .key span.empty {
  background: transparent;
}
.key:hover span,
.key.active span {
  background: #c22843;
  color: #fff;
  font-weight: 300;
  display: block;
  margin: 5px;
}
.keys .key.kwide {
  width: 20%;
}
.keys .key.kwide4 {
  width: 25%;
}
.keys .key.kwideHalf {
  width: 50%;
}
.keysToggle .active .key {
  background: #c22843;
  color: #fff;
  font-weight: 300;
}
.keys a:focus span {
  background: #c22843;
  color: #fff;
  font-weight: 300;
}
.incta-cancel,
.incta-next {
  text-transform: uppercase;
}
.tUpper {
  text-transform: uppercase;
}
.keysToggle .key.active {
  background: #c22843;
  color: #fff;
  font-weight: 300;
}
#tabspane {
  margin: 0 20px 20px 20px;
}
#key-widgets-col1 {
  width: 150px;
  float: left;
}
#key-widgets-col2 {
  width: 400px;
  float: left;
}
#key-widgets-col3 {
  width: 220px;
  float: left;
}
#key-widgets-col4 {
  width: 220px;
  float: left;
}
.keys-pad1 {
  padding: 0 0 0 20px;
}
.keysToggle,
.keysConstants {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  width: 100px;
  font-weight: 300;
}
.keysConstants {
  margin: 0 0 0 20px;
}
.keysToggle li,
.keysConstants li {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.tab_infocontent {
  width: 620px;
  float: left;
}
.infocontent-main {
  width: 430px;
  float: left;
}
.infocontent-sidek {
  width: 190px;
  float: left;
}
.keys .infocontent-sidek .key {
  width: 26%;
}
.keysConstants li.first {
  margin-right: 10px;
}
.keysToggle li:first-child {
  margin-right: 10px;
}
.keysToggle .key,
.keysConstants .key {
  background: #38383c;
  width: 100%;
  text-align: center;
  margin: 5px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.keyEmpty {
  background: transparent;
  width: 100%;
  text-align: center;
  margin: 5px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
}
.keysToggle .halfsp,
.keysConstants .halfsp {
  width: 45%;
  float: left;
  clear: none;
}
.keysToggle .fa-arrow-up {
  font-size: 90%;
}
.cta-area {
  margin: 0 20px;
  clear: both;
}
.cta-area a {
  color: #d2d2d2;
  text-align: right;
  font-size: 120%;
  line-height: 22px;
  display: block;
  padding: 10px 0;
  clear: both;
}
.cta-area a:hover {
  color: #c22843;
}
.incta-register {
  font-weight: 100;
  text-align: center !important;
}
.text-error {
  color: #c22843;
}
.clearrow {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.btncon-close {
  display: block;
  background: url("../images/btncon-close.png") no-repeat 0 0;
  width: 32px;
  height: 37px;
  position: absolute;
  top: -42px;
  right: 10px;
  cursor: pointer;
}
.keylength50 {
  width: 50% !important;
}
#searcharea {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  z-index: 10001;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: none;
  overflow-y: hidden;
}
#keys {
  padding: 0 15px 0;
}
#keys .key {
  background: #38383c;
  width: 50px;
  float: left;
  text-align: center;
  margin: 5px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#keys .key:hover {
  background: #c22843;
  color: #fff;
}
.search-keypad-elem-focused {
  background: #c22843 !important;
  color: #fff !important;
}
#keys .key.ksearch,
#keys .key.kcancelsearch {
  width: 47%;
  font-weight: 700;
  font-size: 130%;
  margin: 5px 5px 0;
}
#keys .key.kdelete,
#keys .key.kback,
#keys .key.kspace {
  width: 30.5%;
}
#suggestions-widgets {
  width: 98%;
  float: left;
  padding: 5px 20px 20px;
}
#search-widgets #keys {
  display: none;
}
.kclear {
  background: #38383c;
  width: 70%;
  text-align: center;
  margin: 10px 10px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 18px auto 0 auto;
}
.kclear:hover,
#keys .key:focus {
  background: #c22843;
  color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  background-color: #17171715;
}
::-webkit-scrollbar-track-piece {
  background-color: #17171715;
}
::-webkit-scrollbar-thumb:vertical {
  height: auto;
  background-color: rgba(109, 109, 110, 0.7);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #17171715;
}
scrollbar {
  -moz-appearance: none !important;
}
scrollbarbutton {
  -moz-appearance: none !important;
}
thumb {
  -moz-appearance: none !important;
}
scrollcorner {
  -moz-appearance: none !important;
  resize: both;
}
scrollbar[orient="vertical"] {
  color: silver;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.vjs-control:focus {
  outline: 0;
}
.btn-red {
  background: #c22843 !important;
}
.btn-gray {
  background: #38383c !important;
}
.vjs-error-display.vjs-modal-dialog {
  display: none;
}
.hls-playback-on .vjs-audio-button {
  display: none;
}
.hls-playback-on #mainVideo_html5_api {
  height: 100vh;
}
.hls-playback-on .vjs-seek-to-live-control {
  display: none;
}
.hls-playback-on .vjs-control-text {
  display: none;
}
.hls-playback-on .vjs-control-bar {
  width: 100%;
}
.hls-playback-on .vjs-live-control {
  display: none;
}
.hls-playback-on .vjs-progress-control {
  display: block;
}
.hls-playback-on .vjs-descriptions-button {
  display: none;
}
.hls-playback-on .vjs-control {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
}
.hls-playback-on .video-js i {
  font-size: 1.8em;
}
.splashscreen {
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  position: absolute;
}
.splashscreen img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.vod-display-classic .video-list-row .video-box:first-child {
  margin-left: 0;
}
.vi-stats {
  font-size: 20px !important;
}
#videoHls {
  position: relative;
}
video::-webkit-media-text-track-display {
  top: 0;
  position: absolute;
  margin-top: -10%;
}
video::-ms-media-text-track-display {
  font-size: 22px;
}
video::cue {
  background-color: rgba(0, 0, 0, 0.6);
}
.player-progress-container .player-progress-bar {
  width: 78%;
  height: 4px;
  background: #fff;
  display: block;
  position: relative;
  margin-bottom: -10px;
  margin-top: 10px;
  margin-left: 11%;
}
.player-progress-container .player-progress-bar span {
  background: #f34966;
  width: 0;
  height: 4px;
  z-index: 999;
  position: absolute;
  left: 0;
}
.player-progress-container .player-time {
  color: #f34966;
  font-size: 20px;
  width: 10%;
  margin-top: -13px;
}
.player-progress-container .player-current-time {
  float: left;
  margin-left: 2%;
}
.player-progress-container .player-remaining-time {
  float: right;
  margin-right: 2%;
}
.video-player-container {
  position: relative;
}
.video-player-container #adContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 360px;
}
#adBlock {
  position: relative;
}
#adContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.custom-ad-label {
  bottom: 8px;
  vertical-align: bottom;
  color: #fff;
  background: #00000094;
  padding: 2px 10px;
  width: auto;
  position: absolute;
  left: 25px;
}
.toaster-msg {
  position: absolute;
  bottom: 15%;
  left: 30%;
  right: 30%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  opacity: 1;
  padding: 5px 15px 10px 50px;
  background: transparent;
  font-size: 22px;
  display: none;
  z-index: 99999;
  height: 70px;
  padding-top: 15px !important;
}
.toaster-msg.bottom-toaster {
  left: 0;
  top: 0;
  right: 0;
  background: #23b223;
  padding: 10px;
}
.toaster-msg.bottom-success-toaster {
  background: #23b223;
}
.toaster-msg.bottom-warning-toaster {
  background: #f81238;
}
.vod-row {
  margin-bottom: 20px;
  color: #fff;
}
.vod-row-title span,
.vod-row .bottom-title {
  color: #fff !important;
  font-size: 18px;
}
.vod-row .portrait {
  height: 150px;
  width: 110px;
  min-height: 150px;
  min-width: 110px;
}
.vod-row .landscape {
  height: 101px;
  width: 180px;
  min-height: 101px;
  min-width: 180px;
}
.vod-thumb {
  margin-right: 20px;
  background-image: url(../img/ajax-loader.gif);
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.vod-thumb-row .vod-focused {
  -webkit-box-shadow: 0 0 1px 7px #fff;
  box-shadow: 0 0 1px 7px #fff;
}
.vod-thumb img {
  height: 150px;
  width: auto;
}
.videos-playlist-container {
  position: absolute;
  height: 300px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  padding-bottom: 12%;
  display: none;
  bottom: 0;
}
.landscape-app .videos-playlist-container {
  height: 250px;
}
.nocc {
  display: none;
}
.go-back-to-main {
  margin-left: 20px;
  border-radius: 5px;
  padding: 0 5px;
  color: #fff;
  display: none;
  width: 100px;
  text-align: center;
  float: right;
  margin-top: 0;
  height: 27px;
  font-size: 18px !important;
  cursor: pointer;
}
.go-back-focused {
  -webkit-box-shadow: 0 0 1px 4px #fff;
  box-shadow: 0 0 1px 4px #fff;
}
.landscape-app .main .vi-stats {
  padding-top: 40px;
}
.landscape-app .main .listoflist-info-container .vi-stats {
  padding-top: 0;
}
#settingsScreen {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 10002;
  color: #fff;
  top: 0;
}
#settingsScreen .settings-inner {
  padding: 50px;
}
#settingsScreen .settings-inner h4 {
  margin-top: 3%;
}
#settingsScreen .settings-close-icon {
  float: right;
}
#settingsScreen .settings-close-icon i {
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: #f34966;
}
#settingsScreen .settings-details {
  margin-top: 5%;
}
#settingsScreen .settings-details .row {
  margin-top: 20px;
  font-size: 17px;
}
#settingsScreen .settings-details .settings-name {
  text-align: right;
}
@media (max-width: 768px) {
  #settingsScreen .settings-details .settings-name {
    text-align: left;
  }
}
.section-footer {
  position: absolute;
  background-color: #444343b8;
  z-index: 1;
  color: #fff;
  padding: 0 30px 0 0;
  bottom: 30px;
  right: 0;
  border-radius: 50px 0 0 50px;
  border-top: 1px solid #f349669c;
  border-bottom: 1px solid #f349669c;
  z-index: 99;
}
.section-footer button {
  border: 0;
  background-color: #007bff;
  color: #fff;
}
.opt-btn {
  width: 0;
  padding: 0;
  margin: 0;
}
.opt-btn-vizio {
  background-color: #444;
  color: #fff;
  width: 30px;
  height: 14px;
  margin-top: 4px;
  margin-right: 5px;
  border-radius: 3px !important;
  filter: drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.5))
    drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.7));
}
.opt-btn-vizio span {
  position: absolute;
  line-height: 0.45;
  top: 5px;
  left: 10px;
}
#optDropdownMenuButtonList {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
#optDropdownMenuButtonList .dropdown-item {
  color: #fff;
}
#optDropdownMenuButtonList .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
#optDropdownMenuButtonList .active {
  color: #fff;
  text-decoration: none;
  background-color: #f34966;
}
.section-footer .star-options-label span {
  background: #f34966;
  color: #fff;
  border-radius: 50%;
  padding: 4px 11px 5px 11px;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-weight: 800;
  margin-right: 10px;
}
.vi-star-rating i {
  color: #dddddd91;
}
.vi-star-rating .star-highlight i {
  color: #f34966 !important;
}
.listoflist-info-container .vi-star-rating {
  margin-right: 20px;
}
#videoresumebox .vi-star-rating {
  margin-top: 10px;
  margin-bottom: 40px;
}
.bug-ads-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(to top, #000000b5, transparent);
  padding-bottom: 1%;
  padding-top: 1%;
}
.bug-ads-container img {
  margin: 0 auto;
}
.nweb .description {
  position: absolute;
  z-index: 9999;
  background-color: #272727;
  margin-top: -10px;
  padding: 0;
  padding: 2px 0 2px 0;
  width: 100%;
}
.nweb .description__buttons-container {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  justify-content: space-between;
}
.nweb .description__text-container {
  padding: 0 7px 5px 7px;
  color: white;
  font-size: 0.6em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nweb .description__text-container h3 {
  font-size: 0.7rem;
  margin: 0 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nweb .description__match {
  color: #46d369;
  font-weight: 700;
}
.nweb .description__rating {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #3b3b3b;
  background: linear-gradient(
    0,
    rgba(59, 59, 59, 1) 0,
    rgba(106, 106, 106, 1) 100%
  );
  color: #fff;
  align-items: center;
  padding: 4px 10px 6px;
  line-height: 8px;
  white-space: nowrap;
  text-align: center;
}
.nweb .description__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  text-align: center;
  font-size: 8px;
  margin-right: 5px;
  border-radius: 100%;
  color: white;
}
.nweb .description__button.desc-info {
  border: 0;
}
.nweb .description__genre {
  overflow-wrap: break-word;
  word-break: break-word;
}
.nweb .description__title {
  overflow-wrap: break-word;
  word-break: break-word;
}
.nweb .description__button:hover {
  border-color: grey;
  color: grey;
  cursor: pointer;
}
.nweb .description__button:nth-of-type(2) {
  margin-left: auto;
}
.nweb .description__button:nth-of-type(3) {
  margin-left: auto;
}
.nweb .vod-thumb-desc {
  transition: all 0.3s ease-in-out;
}
.nweb .video-box:hover {
  z-index: 2 !important;
}
.nweb .video-box:hover .vod-thumb-desc {
  transform: scale(1.15);
  transition: all 0.3s ease;
}
.video-title-container li.preview-match,
.video-title-container .preview-rate.description__rating {
  flex: inherit;
  width: auto;
  max-width: inherit;
  display: inline;
}
@media (max-width: 768px) {
  .nweb .video-box:hover .vod-thumb-desc {
    transform: none;
  }
}
.nweb .video-box:hover .description {
  display: block;
}
@media (max-width: 768px) {
  .nweb .video-box:hover .description {
    display: none;
  }
}
.nweb .video-box:hover img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ft-z-index {
  z-index: 1;
}

#infobgOverlay {
  background: url("../img/bg-infodivider.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 999999;
}
.nweb .preview-title {
  color: #fff;
  font-weight: 700;
  font-size: 2.6em;
}
.nweb .preview-year,
.nweb .preview-runtime,
.nweb .preview-match {
  font-size: 0.95em;
  flex: 1;
  text-align: center;
}
.nweb .preview-rate {
  font-size: 0.75em;
}
.previewModal-info .ico {
  width: 18px;
  height: 18px;
}
.nweb .detail-modal-container {
  padding: 0 3em 1em 3em;
}
.nweb .x-banner-bottom {
  color: #fff;
  font-size: 12px;
}
.nweb .section-title {
  color: #fff;
  font-weight: 600;
}
.nweb .x-list {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}
.nweb .x-list span {
  color: #4d4d4d;
  font-size: 12px;
}
.nweb .x-small-block {
  background-color: #2f2f2f;
  border-radius: 5px;
  color: #fff;
}
.nweb .previewModal-info {
  position: relative;
}
.nweb .searchModal-close {
  display: block;
  position: absolute;
  top: -34px;
  left: -34px;
  z-index: 2;
  cursor: pointer;
  margin: 1em;
  background: url("../img/ico-modalclose.png");
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: auto;
}
.nweb .previewModal-close {
  display: block;
  position: absolute;
  top: -34px;
  left: -34px;
  z-index: 2;
  cursor: pointer;
  margin: 1em;
  background: url("../img/ico-modalclose.png");
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: auto;
}
.nweb .previewModal-close-svg {
  pointer-events: none;
  width: 36px;
  height: 36px;
  background-color: #181818;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 8px;
  color: #fff;
}
.nweb .detail-modal-container {
  color: #dbdbdb;
  padding: 0 3em 1em 3em;
  font-family: "Lato", sans-serif;
}
.nweb .preview-match {
  max-width: 100%;
  margin: 0.25em 0.5em 0.25em 0;
  color: #46d369;
  font-weight: 700;
  font-size: 1em;
  padding-right: 2em;
}
.nweb .preview-rate {
  font-weight: 700;
  font-size: 1em;
  padding: 8px 20px 10px;
}
.nweb .preview-year {
  font-weight: 700;
  font-size: 1em;
  padding-right: 2em;
  padding-left: 2em;
}
.nweb .preview-title {
  line-height: normal;
  width: 100%;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
  margin-top: 0.1vw;
  font-family: "Lato", sans-serif;
}
.nweb .preview-runtime {
  font-weight: 700;
  font-size: 1em;
  padding-right: 2em;
}
.thumbnail-wrapper {
  height: 368.86px;
}
.nweb .video-list-row .row-arrow-left {
  visibility: hidden;
  width: 40px;
  margin-left: 40px;
}
.nweb .video-list-row .row-arrow-left img {
  width: 100%;
  height: auto;
}
.nweb .video-list-row .row-arrow-right img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .nweb .vis-none {
    visibility: hidden !important;
  }
}
.nweb .video-list-row .row-arrow-right {
  visibility: hidden;
  margin-right: 40px;
  width: 40px;
}
@media (max-width: 768px) {
  .nweb .vis-none {
    visibility: hidden !important;
  }
  .nweb .gdpr-info-bar-content {
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nweb .gdpr-info-bar-content .gdpr-button-holder {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }
  .nweb .gdpr-info-bar-content .gdpr-infobar-dec-all {
    margin-top: 0 !important;
  }
}
.nweb .video-list-row:hover .row-arrow-left {
  visibility: visible;
}
.nweb .video-list-row:hover .row-arrow-right {
  visibility: visible;
}
.row-arrow-left {
  cursor: pointer;
}
.row-arrow-right {
  cursor: pointer;
}
.row-arrow-left i {
  font-size: 2rem;
  color: #fff;
}
.row-arrow-right i {
  font-size: 2rem;
  color: #fff;
}
.row-loading-container {
  background-image: url("../img/ajax-loader.gif");
  background-repeat: no-repeat !important;
  width: 210px;
  height: 150px;
}
.FcorRight {
  position: absolute;
  top: -60px;
  right: 0;
  width: 426px;
  height: 236px;
  pointer-events: none;
}
.fCorLeft {
  position: absolute;
  bottom: -400px;
  left: -60px;
  z-index: 1;
  width: 352px;
  height: 539px;
  background: url("../img/FcorLeft.png");
  pointer-events: none;
}
.bg-infodivider-wrapper {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 260px;
}
.nweb .ft-footer {
  max-width: 980px;
  padding: 0 4%;
  color: grey;
  height: 200px;
}
.nweb #secondaryMenu {
  margin-right: 10px !important;
}
.nweb .ico-search {
  background-image: url("../img/ico-search.svg");
  margin-top: 3px;
  pointer-events: none;
}
.player-control-elem .ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.nweb .ico-info-white {
  background-image: url(../img/ico-info-white.svg);
}
.nweb .description__text-container .ico-info-white {
  height: 12px;
  width: 12px;
}
.nweb .padVer {
  padding: 4em 1rem 4em 0;
}
.nweb .text-legal {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}
.nweb .rowline {
  background: #3f3f7c;
  background: linear-gradient(
    90deg,
    rgba(63, 63, 124, 0) 0,
    rgba(50, 50, 103, 1) 47%,
    rgba(63, 63, 124, 0) 100%
  );
  width: 100%;
  height: 2px;
  display: block;
  margin: 2em 0 3em 0;
}
.about-links {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.about-links,
.about-links a {
  color: #fff;
}
.about-links .pipe {
  color: #3b3b53;
}
.about-links a:hover {
  color: #56567b;
  text-decoration: none;
}
.videos-container {
  min-height: calc(100vh - 60px);
}
.video-progress {
  position: relative;
  height: 8.4px;
}
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  pointer-events: none;
  position: absolute;
  top: 0;
}
progress::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 2px;
}
:root {
  --youtube-red: #f34966;
}
progress::-webkit-progress-value {
  background: red;
  border-radius: 2px;
}
progress::-moz-progress-bar {
  border: 1px solid red;
  background: red;
}
.seek {
  position: relative;
  top: -10px;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
.seek-tooltip {
  display: none;
  position: absolute;
  top: -50px;
  margin-left: -20px;
  font-size: 12px;
  padding: 3px;
  content: attr(data-title);
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-controls {
  z-index: 99;
  right: 10%;
  left: 10%;
  padding: 10px;
  bottom: 0;
  transition: all 0.2s ease;
}
input[type="range"]:focus {
  outline: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-radius: 1.3px;
  -webkit-appearance: none;
  transition: all 0.4s ease;
}
input[type="range"]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: red;
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: -1px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
input[type="range"].volume {
  height: 5px;
  background-color: #fff;
}
input[type="range"].volume::-webkit-slider-runnable-track {
  background-color: transparent;
}
input[type="range"].volume::-webkit-slider-thumb {
  margin-left: 0;
  height: 14px;
  width: 14px;
  background: #fff;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 1.3px;
}
input[type="range"]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid red;
  background: red;
  cursor: pointer;
  margin-top: 5px;
}
.billboard-container,
.deeplink-container {
  display: block;
  z-index: 1;
  position: relative;
  background-color: #0c0c1c;
  height: 100%;
}
@media (max-width: 1200px) {
  .nweb #secondaryMenu li {
    /* margin-top: 10px; */
  }
}
.deeplink-row,
.billboard-row {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  touch-action: pan-y;
  margin-bottom: 20px;
  background-color: #0c0c1c;
  position: relative;
  padding-bottom: 40%;
}
.deeplink-row .deeplink,
.billboard-row .billboard {
  position: absolute;
  background-color: #0c0c1c;
  width: 100%;
  height: 56.25vw;
  z-index: 0;
}
.deeplink-row .deeplink .deeplink-motion,
.billboard-row .billboard .billboard-motion {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.deeplink-row .deeplink .fill-container,
.billboard-row .billboard .fill-container {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.deeplink-row .deeplink .hero-image-wrapper,
.billboard-row .billboard .hero-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.deeplink-row .deeplink .hero-image-wrapper {
  overflow: hidden;
}
.deeplink-row .deeplink .hero-image-wrapper .blur-layer,
.billboard-row .billboard .hero-image-wrapper .blur-layer {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  box-shadow: inset 0 0 57px 48px rgba(12, 12, 28, 1);
}
.deeplink-row .deeplink .hero-image-wrapper .static-image,
.billboard-row .billboard .hero-image-wrapper .static-image {
  width: 100%;
  height: auto;
  opacity: 1;
}
.deeplink-row .deeplink .hero-image-wrapper .static-image {
  width: auto !important;
  height: 100vh;
}
.deeplink-slider,
.billboard-slider {
  width: 60% !important;
  float: right;
}
#listoflist-tag .billboard-slider {
  width: 50% !important;
}
.slick-list {
  height: 100%;
}
.slick-track {
  height: 100%;
}
.deeplink-row .deeplink .hero-image-wrapper .trailer-vignette,
.billboard-row .billboard .hero-image-wrapper .trailer-vignette {
  position: absolute;
  top: 0;
  left: 0;
  right: 26.09%;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.deeplink-row .deeplink .hero-image-wrapper .vignette-layer,
.billboard-row .billboard .hero-image-wrapper .vignette-layer {
  z-index: 8;
  position: absolute;
  left: 0;
  right: 0;
}
.deeplink-row .deeplink .hero-image-wrapper .vignette-layer,
.billboard-row .billboard .hero-image-wrapper .vignette-layer {
  z-index: 8;
  position: absolute;
  left: 0;
  right: 0;
}
.deeplink-row .deeplink .hero-image-wrapper .hero-vignette,
.billboard-row .billboard .hero-image-wrapper .hero-vignette {
  width: 100%;
  height: 14.7vw;
  top: 40%;
  opacity: 1;
}
.deeplink-row .deeplink .info,
.billboard-row .billboard .info {
  position: absolute;
  top: 15%;
  left: 37px;
  width: 36%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .deeplink-row .deeplink .info,
  .billboard-row .billboard .info {
    top: 10% !important;
  }
}
.deeplink-row .deeplink .info .logo-and-text,
.billboard-row .billboard .info .logo-and-text {
  width: 100%;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -moz-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -moz-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -o-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.listoflist-new-wrapper .listoflist-top-sec .billboard .info .synopsis,
.deeplink-row .deeplink .info .synopsis,
.billboard-row .billboard .info .synopsis {
  color: #dbdbdb;
  font-weight: 900;
  line-height: normal;
  width: 100%;
  font-size: 1vw;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
  margin-top: 1.5vw;
  font-family: "Lato", sans-serif;
}
.listoflist-new-wrapper .listoflist-top-sec .billboard .info .synopsis,
.deeplink-row .deeplink .info .synopsis,
.billboard-row .billboard .info .synopsis {
  font-weight: 400;
  margin: 12px 0 0;
  line-height: 1.55;
}
.deeplink-row .deeplink .info .deeplink-title,
.billboard-row .billboard .info .billboard-title {
  color: #fff;
  font-weight: 900;
  line-height: normal;
  width: 100%;
  font-size: 1.8vw;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
  margin-top: 0.1vw;
  font-family: "Lato", sans-serif;
  font-size: 3vw;
  margin: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.deeplink-row .deeplink .info .deeplink-meta,
.billboard-row .billboard .info .billboard-meta {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  margin-top: 1.5vw;
  letter-spacing: normal;
  color: #dbdbdb;
}
.billboard-meta .meta-content-genre {
  font-size: 1.2vw;
  font-weight: 900;
  margin-top: -1.1vw;
}
.deeplink-row .deeplink .info .deeplink-meta .meta-content-genre {
  font-size: 1.2vw;
  font-weight: 900;
  margin-top: -1.1vw;
}
.deeplink-row .deeplink .info .deeplink-meta .meta-runtime,
.billboard-row .billboard .info .billboard-meta .meta-runtime {
  padding-left: 2rem;
}
.deeplink-row .deeplink .info .deeplink-meta .meta-age,
.billboard-row .billboard .info .billboard-meta .meta-age {
  margin-left: 2rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #3b3b3b;
  background: linear-gradient(
    0,
    rgba(59, 59, 59, 1) 0,
    rgba(106, 106, 106, 1) 100%
  );
  color: #fff;
  align-items: center;
  padding: 6px 20px 10px;
  line-height: 12px;
  white-space: nowrap;
  text-align: center;
}
.deeplink-row .deeplink .info .deeplink-links,
.billboard-row .billboard .info .billboard-links {
  margin-top: 1.5vw;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 88%;
}
.deeplink-row .deeplink .button-layer,
.billboard-row .billboard .button-layer {
  position: relative;
  z-index: 10;
}
.ltr-v8pdkb.hasLabel.hasIcon {
  padding-left: 2rem;
  padding-right: 2.4rem;
}
.deeplink-links .playLink button,
.billboard-links .playLink button {
  margin-left: 0;
}
.billboard-info,
.billboard-play,
.billboard-play1 {
  width: 150px;
}
.ltr-v8pdkb.color-primary {
  background-color: white;
  color: white;
  background-image: linear-gradient(to bottom, #f00, #8c2323 100%);
}
.deeplink-links button,
.billboard-links button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.ltr-18dhnor.medium {
  height: 2.4rem;
  width: 2.4rem;
  font-size: 18px;
}
.ltr-18dhnor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nweb .preview-meta-data-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
.ltr-v8pdkb {
  height: 40px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0.8rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: background-color, color;
  word-break: break-word;
  white-space: nowrap;
}
.ltr-zd4xih {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.ltr-v8pdkb.color-secondary {
  background-color: rgba(109, 109, 110, 0.7);
  color: white;
  color: #181818;
  border-radius: 42px;
  background-image: linear-gradient(to bottom, #f8f8f8 1%, #b2b2b2 99%);
}
.nweb .no-hover {
  pointer-events: none;
}
.nweb .vis-none {
  visibility: hidden !important;
}
.video-title-container p {
  width: 35%;
}
@media (max-width: 1200px) {
  .preloader,
  .rs-video-info,
  .billboard-container,
  .listoflist-top-sec,
  .FcorRight,
  .fCorLeft {
    display: none !important;
  }
  .text-legal {
    text-align: left;
    margin-top: 3em;
  }
}
@media (max-width: 1200px) {
  .video-list-row:first-child {
    margin-top: 40px !important;
  }
}
.nweb .vod-display-classic .video-list-row {
  margin-bottom: 3vw;
}
.nweb .videoelem-forward10,
.nweb .videoelem-rewind10 {
  cursor: pointer;
}
@media (max-width: 992px) {
  .preview-title {
    text-align: center;
  }
  .preview-meta-data button {
    width: 100%;
    margin: 0 0 2em;
  }
  .nweb .preview-year,
  .nweb .preview-runtime,
  .nweb .preview-match {
    flex: 1;
    padding: 0;
  }
}
@media (max-width: 540px) {
  .nweb .preview-year,
  .nweb .preview-runtime,
  .nweb .preview-match {
    width: 50%;
    flex: inherit;
    margin-bottom: 1em;
  }
  .nweb .preview-rate {
    margin: 0 auto;
  }
  .modal-dialog {
    margin: 20px;
  }
  .nweb .detail-modal-container {
    padding: 0 2em 2em 2em;
  }
  .preview-meta-data button {
    width: 90%;
    margin: 0 auto 1em auto;
  }
}
@media (max-width: 812px) {
  .video-title-container p {
    scroll-behavior: smooth;
    overflow-y: scroll;
    display: block;
    max-height: 100px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #playerOptions {
    align-items: center;
  }
  .pl-controls-mid .videoelem-rewind10 {
    display: none !important;
  }
  .pl-controls-mid .videoelem-forward10 {
    display: none !important;
  }
  .videoelem-expandcollapse {
    display: none !important;
  }
}
@media (max-width: 950px) {
  .nweb .searchModal-close {
    left: -15px;
  }
}
.main,
.billboard-container,
.deeplink-container,
.section-content,
.billboard-row,
.deeplink-row,
.deeplink-row .deeplink,
.billboard-row .billboard {
  background: transparent;
  background-color: transparent;
}
.billboard-row .billboard .info .billboard-meta,
.deeplink-row .deeplink .info .deeplink-meta {
  font-weight: 400;
  margin-top: 1.1vw;
}
.billboard-row .billboard .info .billboard-meta .meta-runtime,
.billboard-row .billboard .info .billboard-meta .meta-age,
.deeplink-row .deeplink .info .deeplink-meta .meta-runtime,
.deeplink-row .deeplink .info .deeplink-meta .meta-age {
  margin-left: 5rem;
}
.billboard-slider,
.deeplink-slider {
  width: 65% !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 50%;
    margin: 100px auto;
  }
}
.nweb .elem-wrapper {
  margin-top: 1rem;
}
#listoflist-tag .listoflist-info-container {
  height: inherit;
}
.nweb #listoflist-tag .listoflist-top-sec {
  height: inherit !important;
}
.nweb #listoflist-tag .listoflist-top-sec {
  position: relative;
}
#listoflist-tag .billboard {
  display: flex;
  justify-content: space-between;
}
.billboard-image {
  width: 50%;
}
.billboard-image img {
  border-radius: 12px;
}
#listoflist-tag .info {
  width: 36%;
  z-index: 10;
  color: #fff;
  margin-right: 3em;
  margin-top: 6%;
}
#listoflist-tag .info #listoflist-tag .info .logo-and-text {
  width: 100%;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -moz-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -moz-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -o-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #fff;
}
#listoflist-tag .billboard .info .billboard-title {
  color: #fff;
  font-weight: 900;
  line-height: normal;
  width: 100%;
  font-size: 1.8vw;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
  margin-top: 0.1vw;
  font-family: "Lato", sans-serif;
  font-size: 3vw;
  margin: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#listoflist-tag .info .billboard-meta {
  font-weight: 400;
  margin-top: 1.1vw;
  margin-bottom: 16px;
}
#listoflist-tag .info .billboard-meta {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  align-items: center;
  margin-top: 1.5vw;
  letter-spacing: normal;
  color: #dbdbdb;
  display: flex;
  grid-template-columns: auto auto auto;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
}
#listoflist-tag .info .billboard-meta .meta-runtime {
  margin-left: 5rem;
}
#listoflist-tag .info .billboard-meta .meta-age {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #3b3b3b;
  background: linear-gradient(
    0,
    rgba(59, 59, 59, 1) 0,
    rgba(106, 106, 106, 1) 100%
  );
  color: #fff;
  padding: 6px 20px 10px;
  line-height: 12px;
  text-align: center;
  margin-left: 5rem;
}
#listoflist-tag .info .billboard-links {
  margin-top: 1.5vw;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 88%;
}
#listoflist-tag .button-layer {
  position: relative;
  z-index: 10;
}
@media (max-width: 812px) {
  #listoflist-tag .listoflist-info-container {
    padding: 20px;
  }
  #listoflist-tag .billboard {
    flex-direction: column-reverse;
  }
  .billboard-image,
  #listoflist-tag .info {
    width: 100%;
    margin: 10px 0;
  }
  #listoflist-tag .video-list-row:first-child {
    margin-top: 0 !important;
  }
}
.nweb .gdpr-align-center {
  text-align: center;
}
.nweb .gdpr_infobar_postion_bottom {
  background-color: #202020;
  border-top: 1px solid #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  max-height: 400px;
  color: #dbdbdb;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
  z-index: 9900;
}
.nweb .gdpr-info-bar-container {
  padding: 10px 40px;
  position: static;
  display: inline-block;
}
.nweb .gdpr-info-bar-content {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#gdpr_cookie_info_bar {
  max-height: 50%;
  overflow-y: auto;
  padding-bottom: 20px;
  pointer-events: auto;
}
#gdprCookieDetails {
  color: #dbdbdb;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
}
#gdprCookieDetails .close {
  color: #dbdbdb;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
}
#gdprCookieDetails .cookies-btn {
  border-radius: 2px;
  width: 200px;
}
#gdprCookieDetails .close:hover {
  color: #dbdbdb;
  text-shadow: none;
  opacity: 0.5;
}
.cookie-list-table td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}
.cookie-list-table th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}
#gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content {
  text-align: left;
}
.nweb #gdpr_cookie_info_bar * {
  box-sizing: border-box;
}
.nweb .gdpr-button-holder {
  padding: 1vw;
}
.nweb .gdpr-privacy-link {
  text-decoration: underline;
}
.nweb .gdpr-privacy-link {
  color: #d2d2d2;
}
.nweb .gdpr-privacy-link:hover {
  color: #d2d2d2;
}
.nweb #gdprCloseButton,
.nweb-search #gdprCloseButton {
  position: absolute;
  color: white;
  border: 0;
  top: -24px;
  right: -24px;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
}
.nweb .play-icon-container {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.nweb .play-icon-container .play-icon {
  font-size: 50px;
}
.nweb .clickable {
  pointer-events: auto;
}
.nweb .non-clickable {
  pointer-events: none;
}
.nweb .navbar {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, #0a2ba4 -100%, transparent 90%);
  padding: 0.5rem 1rem 0.5rem 0;
  width: calc(100% - 15px);
}
.nweb .nweb-navbar.scrolled {
  background-color: #222 !important;
  transition: background-color 200ms linear;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  opacity: 0;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 0.85rem;
  outline: 0;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.navbar.scrolled .navbar-nav .nav-link {
  color: #636368 !important;
}
.navbar.scrolled .navbar-nav .nav-link:hover {
  color: #fff !important;
}
.navbar .navbar-nav .nav-link.search-white {
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  padding-left: 0.6rem;
  padding-right: 0.7rem;
  text-align: center;
}
.navbar .navbar-nav .about-app {
  background-color: #fff;
  margin-right: 1em;
  padding: 0 1em;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
}
.navbar .nav-item a:hover {
  color: #f34966;
  color: red;
}
.navbar .navbar-nav .menu-nav-link-focused {
  color: #f34966;
  color: red;
}
.navbar .navbar-nav .nav-link.menu-nav-link-active {
  border-bottom: 2px solid #ff0090 transparent;
  background-color: transparent !important;
}
.navbar.scrolled .navbar-nav .nav-link.menu-nav-link-active {
  color: #fff !important;
}
@media (max-width: 1200px) {
  .nweb .navbar {
    background-color: rgba(29, 29, 58, 0.5) !important;
  }
  .video-list-row:first-child {
    margin-top: 40px !important;
  }
}
.hero-play {
  cursor: pointer;
}
.hero-info {
  cursor: pointer;
}
.main-picture {
  width: 100% !important;
}
.gdpr-close {
  display: flex;
}
.new-ui-footer .fawesome-tv {
  height: 40px;
}

.tp-shop-popup-wrap {
  height: 500px;
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.subscribe-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.subscribe-popup.show {
  display: flex;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.tp-shop-popup-img img {
  max-width: 100%;
  height: 100%;
}

.tp-shop-popup-text h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 13px;
  text-transform: uppercase;
  color: black;
}

.tp-shop-popup-logo {
  margin-bottom: 60px;
}

.tp-shop-popup-logo img {
  max-width: 55%;
  height: 100%;
}

.tp-shop-popup-content {
  padding: 40px;
}

.app-cta-store {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 12px;
  padding: 9px 20px;
  transition: 0.4s;
  background: #fff;
  box-shadow: 0px 14px 24px 0px rgba(3, 46, 65, 0.2);
  color: #000;
}

.app-cta-store a {
  text-decoration: none;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.app-cta-store-icon span img {
  max-width: 100%;
  height: 100%;
}

.app-cta-store-content p {
  margin: 0;
  font-size: 12px;
  color: #000;
}

.app-cta-store:hover {
  transform: scale(1.1);
}

.subscribe-popup .close i {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  transition: 0.3s;
}

.subscribe-popup .close i:hover {
  transform: rotate(180deg);
}
