<style>
@media (max-width: 992px) and (min-width: 768px){
  .movies_detail_banner-container .banner-img {
     
      height: auto !important;
  }}
  
.loading {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bubblingG {
  text-align: center;
  width: 120px;
  height: 75px;
  margin: auto;
}
.btn-group, .btn-group-vertical {
 
  margin: 1% 35%;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #000;
}
button, input, select, textarea {

  margin-right: 30px;
}
.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 38px auto;
  background: rgb(209, 38, 75);
  border-radius: 75px;
  -o-border-radius: 75px;
  -ms-border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  animation: bubblingG 0.775s infinite alternate;
  -o-animation: bubblingG 0.775s infinite alternate;
  -ms-animation: bubblingG 0.775s infinite alternate;
  -webkit-animation: bubblingG 0.775s infinite alternate;
  -moz-animation: bubblingG 0.775s infinite alternate;
}

#bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}

#bubblingG_2 {
  animation-delay: 0.2295s;
  -o-animation-delay: 0.2295s;
  -ms-animation-delay: 0.2295s;
  -webkit-animation-delay: 0.2295s;
  -moz-animation-delay: 0.2295s;
}

#bubblingG_3 {
  animation-delay: 0.469s;
  -o-animation-delay: 0.469s;
  -ms-animation-delay: 0.469s;
  -webkit-animation-delay: 0.469s;
  -moz-animation-delay: 0.469s;
}

@keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    transform: translateY(-32px);
  }
}

@-o-keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    -o-transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    -o-transform: translateY(-32px);
  }
}

@-ms-keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    -ms-transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    -ms-transform: translateY(-32px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    -webkit-transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    -webkit-transform: translateY(-32px);
  }
}

@-moz-keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    -moz-transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    -moz-transform: translateY(-32px);
  }
}

.VuePassword {
  position: relative;
}
.header_nav__JpY1D {
width: 100%;
position: fixed;
z-index: 99;
height: 60px;
padding: 0 35px;
background: #262626;
}

.VuePassword__Input {
  position: relative;
}

.VuePassword input {
  padding-right: 2.5em;
  width: 100%;
}

.VuePassword__Toggle {
  color: gray;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.VuePassword__Toggle__Icon {
  fill: currentColor;
  height: 100%;
  width: 1.5em;
  margin-right: .5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.VuePassword__Meter {
  color: rgb(175, 175, 175);
  display: block;
  margin-top: .2rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.VuePassword__Meter path {
  stroke: currentColor;
  stroke-width: 2;
}

.VuePassword--very-weak {
  color: rgb(175, 175, 175);
}

.VuePassword--weak {
  color: rgb(230, 30, 30);
}

.VuePassword--medium {
  color: rgb(255, 160, 65);
}

.VuePassword--good {
  color: rgb(100, 200, 75);
}

.VuePassword--great {
  color: rgb(75, 150, 50);
}

.VuePassword__Message {
  cursor: default;
  font-size: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: right;
  text-transform: uppercase;
}


.v-select {
  position: relative;
  font-family: sans-serif
}

.v-select,
.v-select * {
  box-sizing: border-box
}

.v-select .open-indicator {
  position: absolute;
  bottom: 6px;
  right: 10px;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  transition: all .15s cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  opacity: 1;
  transition: opacity .1s;
  height: 20px;
  width: 10px
}

.v-select .open-indicator:before {
  border-color: rgba(60, 60, 60, .5);
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: top;
  transform: rotate(133deg);
  transition: all .15s cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  box-sizing: inherit
}

.v-select.open .open-indicator:before {
  transform: rotate(315deg)
}

.v-select.loading .open-indicator {
  opacity: 0
}

.v-select.open .open-indicator {
  bottom: 1px
}

.v-select .dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal;
  transition: border-radius .25s
}

.v-select .dropdown-toggle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.v-select.searchable .dropdown-toggle {
  cursor: text
}

.v-select.unsearchable .dropdown-toggle {
  cursor: pointer
}

.v-select.open .dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.v-select .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, .26);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border-top: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.v-select .no-options {
  text-align: center
}

.v-select .selected-tag {
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 26px;
  margin: 4px 1px 0 3px;
  padding: 1px .25em;
  float: left;
  line-height: 24px
}

.v-select .selected-tag .close {
  float: none;
  margin-right: 0;
  font-size: 20px;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.v-select input[type=search]::-webkit-search-cancel-button,
.v-select input[type=search]::-webkit-search-decoration,
.v-select input[type=search]::-webkit-search-results-button,
.v-select input[type=search]::-webkit-search-results-decoration {
  display: none
}

.v-select input[type=search]::-ms-clear {
  display: none
}

.v-select input[type=search],
.v-select input[type=search]:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.42857143;
  font-size: 1em;
  height: 34px;
  display: inline-block;
  border: none;
  outline: none;
  margin: 0;
  padding: 0 .5em;
  width: 10em;
  max-width: 100%;
  background: none;
  position: relative;
  box-shadow: none;
  float: left;
  clear: none
}

.v-select.unsearchable input[type=search] {
  max-width: 1px
}

.v-select li {
  line-height: 1.42857143
}

.v-select li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.v-select li:hover {
  cursor: pointer
}

.v-select .dropdown-menu .active>a {
  color: #333;
  background: rgba(50, 50, 50, .1)
}

.v-select .dropdown-menu>.highlight>a {
  background: #5897fb;
  color: #fff
}

.v-select .highlight:not(:last-child) {
  margin-bottom: 0
}

.v-select .spinner {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39%, .1);
  border-right: .9em solid hsla(0, 0%, 39%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity .1s
}

.v-select .spinner,
.v-select .spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.v-select.loading .spinner {
  opacity: 1
}

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.fade-enter,
.fade-leave-to {
  opacity: 0
}

.fp-bar-slider,
.fp-timeline,
.flowplayer .fp-volume .fp-volumebtn,
.fp-duration {
  cursor: pointer !important;
}

.flowplayer .is-mouseout {
  cursor: none !important;
}

.flowplayer.is-live.is-dvr .fp-timeline {
  cursor: pointer !important;
}

.flowplayer.bookmark-marker .markers.marker,
.flowplayer.bullet-marker .markers.marker {
  width: 4px;
  height: 4px;
  background-color: #ffff00;
  z-index: 9;
  border-radius: 20px;
}

.markers.container {
  width: 100%;
  background-color: #808080;
}

.fp-progress.fp-color.animated:after {
  z-index: 9;
}

.flowplayer .fp-color {
  z-index: 9;
}

div.fp-message.fp-title {
  display: inline-block;
  float: left;
}

#ad-learn-more {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 1%;
  font-weight: bold;
  color: white;
  top: 90%;
  display: none;
}

#ad-learn-more:hover {
  cursor: pointer;
}

.mini-toastr {
  position: fixed;
  z-index: 99999;
  right: 12px;
  top: 12px;
}

.mini-toastr__notification {
  cursor: pointer;
  padding: 12px 18px;
  margin: 0 0 6px 0;
  background-color: #000;
  opacity: 0.8;
  color: #fff;
  border-radius: 3px;
  box-shadow: #3c3b3b 0 0 12px;
  width: 300px;
}

.mini-toastr__notification.-error {
  background-color: #D5122B;
}

.mini-toastr__notification.-warn {
  background-color: #F5AA1E;
}

.mini-toastr__notification.-success {
  background-color: #7AC13E;
}

.mini-toastr__notification.-info {
  background-color: #4196E1;
}

.mini-toastr__notification:hover {
  opacity: 1;
  box-shadow: #000 0 0 12px;
}

.mini-toastr-notification__title {
  font-weight: 500;
}

.mini-toastr-notification__message {
  display: inline;

  vertical-align: middle;
  width: 240px;
  padding: 0 12px;
}

.position-related {
  position: relative;
}

iframe.payment-iframe {
  min-width: 600px;
  min-height: 730px;
}

.live-search-result {
  margin-top: -5px;
  background: #fff;
  padding: 5px 25px 15px 25px;
  height: 450px;
  overflow-y: scroll;
}

mainlink .navbar-nav>li {
padding:0 !important;
}
.live-search-result .live-search-text {
  max-height: 60px;
  overflow: hidden;
}

.live-search-result li {
  list-style-type: none;
}

.live-search-result li a img {
  width: 75px;
}

.live-search-text {
  padding: 5px 10px;
}

.search-item {
  border: 1px solid #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.search-item:hover {
  border: 1px solid #990033;
  border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}

.search-item-selected {
  border: 1px solid #CCC;
}

.search-item-selected:hover {
  border: 1px solid #990033;
}

.schedule-data-container.single {
  height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
}

.schedule-data-container.single ul,
.schedule-data-container.single div {
  direction: ltr;
}

.channels img {
  height: 80px;
}

.flickity-prev-next-button.previous {
  left: 30px;
}

#langSlider.tabs-slider .tab-slider-cell {
  width: 16%;
}

.favorite-episode-selected {
  color: red;
}

.md-download_link-container {
  top: 5px;
}

.previous_col {
  padding-top: 10px;
  padding-bottom: 35px;
  cursor: pointer;
}

.previous_col:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

div.kid_cont_wrap div.kid_cont {
  display: block;
}

section.kids div.home_movie_list {
  margin-top: 43px;
}

.banner_wrapper_new {
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  /*margin: 8px;*/
  /* border-radius: 10px; */
}

.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 15px;
  /*border-radius: 5px;*/
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.et-wrapper {
  background-color: rgba(48, 45, 55, .7);
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  max-width: 300px;
  min-width: 120px;
  color: #fff;
  z-index: 9999;
  margin: auto;
  position: fixed;
  top: 80%
}

.et-content,
.et-wrapper {
  text-align: center
}

.et-wrapper .et-close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff
}

.et-wrapper.et-left {
  right: auto;
  left: 0
}

.et-wrapper.et-right {
  left: auto;
  right: 0
}

.et-wrapper.et-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.et-wrapper.et-top {
  top: 0;
  bottom: auto
}

.et-wrapper.et-bottom {
  top: auto;
  bottom: 0
}

.et-wrapper.et-alert {
  background-color: rgba(189, 19, 19, .7)
}

.et-wrapper.et-warn {
  background-color: rgba(250, 180, 90, .9)
}

.et-wrapper.et-info {
  background-color: rgba(32, 83, 201, .7)
}

.fade-enter-active,
.fade-leave-active,
.fade-transition {
  transition: opacity .3s ease
}

.fade-enter,
.fade-leave,
.fade-leave-active {
  opacity: 0
}

.slide-down-enter-active,
.slide-down-leave-active,
.slide-down-transition {
  transition: opacity .3s ease, top .3s ease-in
}

.slide-down-enter,
.slide-down-leave,
.slide-down-leave-active {
  opacity: 0;
  top: -10% !important
}

.slide-up-enter-active,
.slide-up-leave-active,
.slide-up-transition {
  transition: opacity .3s ease, top .3s ease-in
}

.slide-up-enter,
.slide-up-leave,
.slide-up-leave-active {
  opacity: 0;
  top: 110% !important
}

.slide-left-enter-active,
.slide-left-leave-active,
.slide-left-transition {
  transition: opacity .3s ease, left .3s ease-in
}

.slide-left-enter,
.slide-left-leave,
.slide-left-leave-active {
  opacity: 0;
  left: 110% !important
}

.slide-right-enter-active,
.slide-right-leave-active,
.slide-right-transition {
  transition: opacity .3s ease, left .3s ease
}

.slide-right-enter,
.slide-right-leave,
.slide-right-leave-active {
  opacity: 0;
  left: -1000px !important
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}


.movies_detail_banner-container {
  padding: 79px 0px 0px 0px !important;
  
    background: #151522;
}

/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
*  Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.newsub_mbl {
  background: #903;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 6px;
  width: 92px;
  margin-bottom: 5px;
  border-radius: 15px;
  height: 27px;
  margin-right: 1px !important;
  color: #fff;
  padding: 7px 18px;
}
.newsub{
  background: #903;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  width:152px;
  margin-bottom: 5px;
  border-radius: 15px;
  height: 50px;
  margin-right: 8px !important;
color:#fff;
border:1px solid #903;
padding: 7px 18px;

}
.newsubw{
  background: transparent;
  color: #903 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  width:152px;
  margin-bottom: 5px;
  border-radius: 15px;
  height: 50px;
  margin-right: 8px !important;
border:0.5px solid #fff;
padding: 7px 18px;

}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.home-video-player .flowplayer {
  float: none;
}

body.home .whatsnew_list ol.flickity-page-dots {
  bottom: 0;
}

.prime_innsec .home_movie_list_wrap[data-v-5ab5e67d] {
  height: 485px;
}

.prime_innsec.col-md-6 .home_movie_list_wrap[data-v-5ab5e67d] {
  height: 909px;
}

.prime_innsec .home_movie_list_wrap[data-v-55050ce0] {
  height: 485px;
}

.prime_innsec.col-md-6 .home_movie_list_wrap[data-v-55050ce0] {
  height: 909px;
}

div.wtach_now_banner {
  height: 0;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.8) inset;
  padding-bottom: 12%;
}

div.banner_text_cont.clearfix {
  background: none;
}

div.wtach-now-banner-bg {
  background: #FFFFFF;
}

#synopsis_text_wn {
  max-height: 50px;
  overflow: hidden;
  display: block;
  padding-right: 1em;
  text-align: justify;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.morelink {
  display: none;
}

.modal {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
}

/* .flowplayer .fp-volume .fp-volumebtn {
color:red !important;
}*/
.movies_detail_banner-container .flowplayer {
  width: 100%;
  max-height: 696px;
}

.banner-img {
  width: 100% !important;
  max-width: 100% !important;
}

.home_movie_list {
  min-height: auto;
}

.home_movie_list h2.title {
  font-family: futura_xblk_btextra_black;
  font-size: 48px;
  color: #373737;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 15px;
  position: relative;
  top: 7px;
  line-height: 48px;
}

span.icomoon.icon-icn_favourite.active-md-social-icon-border {
  color: #9c161a;
}


@media (max-width: 767px){
.mainlink .navbar-brand.navbar-brand-centered {
 
    margin: 0.5% 39%;
}
h2 {

  font-size: 15px;
}
.home_movie_list_wrap p.sub-header {
    font-size: 11px !important;
}

}

h5 {
 
  font-weight: bold;
}
h3{
  font-weight: bold;
  margin-left: 20px;
  margin-top: 7px;
}
@media (min-width: 1200px) {

  /*!*Makes the banner image not for the whole heighth of page, do not remove if do not test this case*!
#app > div.container-fluid.main_container > section.movies_detail_banner > div > img {
    display: block;
    height: 900px;
}*/
  .movies_detail_banner-container .flowplayer {
    width: 100%;
  }
}

@media (max-width: 1070px) {
  .movies_detail_banner-container .flowplayer {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .movies_detail_banner-container .flowplayer {
    width: 100%;
  }
}

@media (max-width: 767px) {
#newmbllogo{
  width: 50px;
    height: auto;
  }
  .newsub {
    background: #903;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    width: 150px;
    margin-bottom: 5px;
    border-radius: 10px;
    margin-right: 1px !important;
    color: #fff;
    padding: 7px 2px;
    border: 1px solid #903;
}
.newsubw {
  background: transparent;
  color: #903 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  width: 150px;
  margin-bottom: 5px;
  border-radius: 10px;
  margin-right: 1px !important;
  color: #903;
  padding: 7px 2px;
  border: 0.5px solid #fff;
}
  .movies_detail_banner-container .banner-content {
    width: 100%;
  }
   .movies_detail_banner-container {
    padding: 80px 0px 0px 0px !important;
  }

  /*
.movies_detail_banner-container .flowplayer {
    width: 100%;
}*/
  .icon-icn_favourite_selected img {
    margin-top: 3px;
    width: 30px;
  }
}

.icon-icn_favourite_selected img {
  margin-top: 3px;
  width: 100%;
}

/*#autoPlayPoster{
 display:none;
}*/
.mini-toastr-notification__message {
  padding: 0px !important;
}

.synopsis_section .synopsis_text {
  text-align: center;
  padding: 10px;
}

.video-player-trailer-full-screen {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  background-size: cover;
}

.synopsis_section {
  text-align: center;
}

.synopsis_section .synopsis_text_big {
  max-height: 180px;
  overflow: hidden;
  display: block;
  padding-right: 1em;
  text-align: justify;
}

.synopsis_section .synopsis_text_big:before {
  content: '...';
  position: absolute;
  right: 10px;
  bottom: 57px;
}

.synopsis_section .home_movie_list h2.title span {
  left: -15px;
}

@media (max-width: 767px) {
  .synopsis_section .synopsis_text_big {
    overflow: hidden;
    max-height: 80px;
  }

  .synopsis_section .synopsis_text_big:before {
    right: 0;
    bottom: 0;
  }
}
</style>
<style type="text/css"></style>
<style type="text/css">

.top_link_update {
padding: 0;
background: #000 !important;

}
.synopsis_section .synopsis_text {

color: #fff;
}
.mainlink.navbar-default.darkHeader {
background: #000 !important;
padding: 0;
}
.mainlink.navbar-default.darkHeader {
  background: #000 !important;
  padding: 12px;
  margin: 0 15% 0 15%;
}
.languageDiv .languageSection {
  position: relative;
  top: 7px;
}

#SearchRecords::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#SearchRecords::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#SearchRecords::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.search_list li.active a {
  color: #9f181b !important;
}

.title-crop-vue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}

.continueWatchRecords {
  display: none;
}

.due-btn {
  background: #990033;
  color: #fff;
}

.headerIcon {
  display: none;
}

.mainlink.navbar-default.blankNavMenu {
  min-height: 80px;
}

.navbar-right {
  /*border: 1px solid yellow;*/
  width: 49%;
  padding-left: 100px !important;
}

.navbar-left {
  /*border: 1px solid red;*/
  width: 49%;
}

@media screen and (min-width:768px) and (max-width:1033px) {
  .navbar-right {
    padding-left: 40px !important;
  }
}

.upgradePremimumDiv .upgradeBtn {
  background: #FFC600;
  color: #0A0A0A;
  border-radius: 0px;
  font-size: 14px;
  padding: 4px;
  margin-top: -9px;
  text-transform: none;
}

.upgradePremimumDiv .upgradeBtn:focus,
.upgradePremimumDiv .upgradeBtn:active {
  background: #FFC600;
  border: #FFC600;
  color: #0A0A0A !important;
}

.chanel_logo .chn_logo {
  max-height: 100px;
}

.channel_intro .flowplayer {
  width: 100%;
}

.channel_intro {
  width: 100%;
}

.player-tv-chanel {
  width: 100% !important;
}

/* does not auto-hide mouse icon issue */
.flowplayer.is-mouseout {
  cursor: none !important;
}

.fp-timeline:hover {
  cursor: pointer !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #990033;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  margin-top: -52px !important;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
}

.video-player-trailer-full-screen {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  background-size: cover;
}

.synopsis_section {
  text-align: justify;
}

.synopsis_section .synopsis_text_big {
  max-height: 180px;
  overflow: hidden;
  display: block;
  padding-right: 1em;
  text-align: justify;
}

.synopsis_section .synopsis_text_big:before {
  content: '...';
  position: absolute;
  right: 10px;
  bottom: 57px;
}

.synopsis_section .home_movie_list h2.title span {
  float: left;
  left: -15px;
}

@media (max-width: 767px) {
  .synopsis_section .synopsis_text_big {
    overflow: hidden;
    max-height: 80px;
  }

  .synopsis_section .synopsis_text_big:before {
    right: 0;
    bottom: 0;
  }
}

.trailer-inside-player #player {}

.profile-player-continue-watch .flowplayer {
  width: 100%;
}

.profile-player-continue-watch {
  /*height: 630px;*/
  width: 100% !important;
  margin-bottom: 30px;
}

.firstTitle {
  text-align: center;
  top: 20px;
  position: relative;
  font-weight: 600;
}

.profile-tool-btn {
  color: #373737;
  font-size: 1.2em;
}

.profile-tool-btn:hover {
  color: #990033;
}

#kids_password_message {
  color: #990033;
}

#edit-profile .modal-footer {
  padding: 20px;
}

.kidsdisabled {
  pointer-events: none;
  opacity: 0.4;
}

.kidsEnable {
  cursor: pointer;
}

.no-favourite-img {
  margin: 0 auto;
}

.msg_success {
  color: green;
}

.msg_deactive {
  color: red;
}

.banner-coupon img {
  width: 100%;
}

.discount img {
  width: 100%;
}

.discount h3 {
  font-size: 22px;
}

.coupon-steps {
  text-align: center;
}

.coupon-steps p {
  text-align: center;
}

.Subscribe-btn img {
  width: 20%;
  cursor: pointer;
}

.Subscribe-btn h3 {
  font-size: 22px;
  color: #BB2030;
  font-weight: bold;
}

.Subscribe-btn {
  text-align: center;
}

#button_div img {
  width: 22%;
  cursor: pointer;
}

#button_div h3 {
  font-size: 22px;
  color: #BB2030;
  font-weight: bold;
}

.discount {
  text-align: center;
}

.discount button {
  background-color: red;
  border: none;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 15px;
}

.msg_success {
  color: green;
}

.msg_deactive {
  color: red;
}

#easy-toast-default {
  position: absolute;
  top: 0px !important;
  left: 50%;
}

.reminder-icon.noactive {
  background: url("/images/reminder-icon-disable.png") no-repeat;
}

.radio label::before {
  display: none !important;
}

.tv_show_reminder .time {
  text-align: center !important;
}

.img-share-content {
  max-height: 300px;
  margin: auto;
}

.share-figure figcaption {
  max-height: 100px;
  overflow-y: auto;
  text-align: justify;
  font-size: 9pt;
  padding: 25px;
}

.feedback-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 30px;
  background-color: #9f181b;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Conv_Futura Std Bold';
  height: 100px;
  /*border-radius: 6px;*/
}

.feedback-body {
  text-align: left;
  padding: 30px;
  color: black;
  background-color: white;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border-radius: 6px;
}

.feedback-body p {
  padding-bottom: 5px;
  font-size: 14px;
}

.feedback-body label {
  font-size: 16px;
  font-weight: 200;
  margin-top: 20px;
}

.feedback-error {
  color: #9f181b;
}

.feedback-body textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 10em;
  padding: 5px;
}

.add-device-btn {
  padding: 5px 10px;
  background-color: #9f181b;
  color: white;
  border: 1px solid #9f181b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.home_movie_list_wrap p.sub-header {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.reset-password-error {
  color: green;
}

.signup_wrap1 span.error {
  color: #990033;
  text-transform: capitalize;
}

.add-on {
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: none;
}

.police-info-iframe {
  overflow-y: scroll;
  height: 500px;
}

#countryStatus img {
  /*width: 376px;*/
  margin: 15px 0px 5px 0px;
}

.plan_rate .cut_rate {
  color: #008000;
  font-size: 18px;
  font-weight: bold;
}

.subscribe_coupon .plan_duration {
  padding: 25px 0 25px 15px;
}

.offer_plan_body.subscribe_coupon .plan_list li:first-child .plan_duration:after {
  height: 100%;
}

.offer_plan_body.domestic.subscribe_coupon .plan_rate .rate {
  font-size: 15px;
}

@media (max-width: 767px) {
 
  .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10000;
      width: 280px;
      height: 50% !important;
      background: #fff!important;
      overflow: hidden;
  }

  .plan_duration_new {
    width: 190px;
    padding: 15px 0 15px 10px !important;
  }

  .plan_duration_new:after {
    width: 0px;
    height: 0%;
    display: none;
  }
}

.home_movie_list h2.title span {
  padding: 0px 10px 10px 0px;
}

.errorcnt {
  font-size: 18px;
  line-height: 23px;
}

span.male.gender-selected {
  background-image: url('/images/male_red.svg');
}

span.male.female.gender-selected {
  background-image: url('/images/female_red.svg');
}

.errormsg3 {
  color: red
}

.errormsg {
  color: red
}

.errormsg1 {
  color: red
}

.errormsg2 {
  color: red
}

.pwdlengthMessage {
  color: red
}

.firstMsg {
  color: red;
}

.ageMsg {
  color: red;
  float: right;
}

.countryMsg {
  color: red;
}

.stateMsg {
  color: red;
  padding-top: 10px;
  bottom: 20px;
  position: relative;
}

.genderMessage {
  color: red;
  position: relative;
  left: 15px;
  bottom: 20px;
}

.signup-gender {
  bottom: 18px;
  position: relative;
}

.signup_wrap1 .form-group input {
  max-width: inherit;
}

.signup_wrap1 {
  width: inherit;
}

.gender-title {
  font-size: 13px;
}

.gender-place {
  position: relative;
  top: 20px;
}

.signup_wrap1 .form-group {
  margin-bottom: 34px;
}

.v-select .dropdown-toggle {
  border-bottom: 1px solid #ccc !important;
  border-radius: 0px !important;
  border: none;
}

.chosen-container {
  width: 100% !important;
}

#loginLoader {
  display: none;
}

.model-forgot {
  bottom: 10px;
}

span.male.gender-selected {
  background-image: url("/images/male_red.svg");
}

span.male.female.gender-selected {
  background-image: url("/images/female_red.svg");
}

#welcome-profile-form .dropdown.v-select.searchable .dropdown-toggle {
  border: none;
  border-bottom: 1px solid rgba(60, 60, 60, 0.26);
}

#welcome-profile-form .dropdown.v-select.searchable .dropdown-toggle input {
  border: none;
}

#easy-toast-default {
  position: absolute;
  top: 0px !important;
  left: 50%;
}
.footer_bottom {
background: #151522;
color: #fff;
width: 100%;
float: left;
padding: 6px 0;
}

.subscribe_box{
  padding: 30px;
background: #fff;


border-radius: 27px;
text-align: center;
}
.subscribe_box {
width: auto;
margin-bottom: 40px;
margin-top: 30px;
 margin-right: 50px;
}

.read-coupon {
  width: 100%;
  float: left;
  text-align: center;
  padding-right: 140px;
}

.read-more {
  border: none;
  color: #990033;
  background-color: transparent;
}

#readMoreInfo p {
  color: #990033;
  text-align: center;
}
.viewall_cta .view_cta_wrap a {
width: 100% !important;

}

.et-wrapper {
  background-color: #990033 !important;
  top: 80% !important;
  right: 10% !important;
}

#readMoreInfo {
  display: none;
}

.desk_on_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#kids_password_message {
  color: #990033;
}

#reset_password_message {
  color: #990033;
}

#authenticate_password_message {
  color: #990033;
}

.error_message_container h2 {
  text-align: center;
}

.languageSection ul li span {
  text-transform: uppercase;
}

#countryStatus img {
  /*width: 376px;*/
  margin: 15px 0px 5px 0px;
}

.plan_rate .cut_rate {
  color: #008000;
  font-size: 18px;
  font-weight: bold;
}

.subscribe_coupon .plan_duration {
  padding: 25px 0 25px 15px;
}

.offer_plan_body.subscribe_coupon .plan_list li:first-child .plan_duration:after {
  height: 100%;
}

.offer_plan_body.domestic.subscribe_coupon .plan_rate .rate {
  font-size: 15px;
}

@media (max-width: 767px) {
  .navbar-header {
background: #000;
}

  .plan_duration_new {
    width: 190px;
    padding: 15px 0 15px 10px !important;
  }

  .plan_duration_new:after {
    width: 0px;
    height: 0%;
    display: none;
  }
}

.errorcnt {
  font-size: 18px;
  line-height: 23px;
}

.loading {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bubblingG {
  text-align: center;
  width: 120px;
  height: 75px;
  margin: auto;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 38px auto;
  background: rgb(209, 38, 75);
  border-radius: 75px;
  -o-border-radius: 75px;
  -ms-border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  animation: bubblingG 0.775s infinite alternate;
  -o-animation: bubblingG 0.775s infinite alternate;
  -ms-animation: bubblingG 0.775s infinite alternate;
  -webkit-animation: bubblingG 0.775s infinite alternate;
  -moz-animation: bubblingG 0.775s infinite alternate;
}

#bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}

#bubblingG_2 {
  animation-delay: 0.2295s;
  -o-animation-delay: 0.2295s;
  -ms-animation-delay: 0.2295s;
  -webkit-animation-delay: 0.2295s;
  -moz-animation-delay: 0.2295s;
}

#bubblingG_3 {
  animation-delay: 0.469s;
  -o-animation-delay: 0.469s;
  -ms-animation-delay: 0.469s;
  -webkit-animation-delay: 0.469s;
  -moz-animation-delay: 0.469s;
}

@keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    transform: translateY(-32px);
  }
}

@-o-keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    -o-transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    -o-transform: translateY(-32px);
  }
}

@-ms-keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    -ms-transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    -ms-transform: translateY(-32px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    -webkit-transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    -webkit-transform: translateY(-32px);
  }
}

@-moz-keyframes bubblingG {
  0% {
    width: 15px;
    height: 15px;
    background-color: rgb(209, 38, 75);
    -moz-transform: translateY(0);
  }

  100% {
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    -moz-transform: translateY(-32px);
  }
}

.VuePassword {
  position: relative;
}

.VuePassword__Input {
  position: relative;
}

.VuePassword input {
  padding-right: 2.5em;
  width: 100%;
}

.VuePassword__Toggle {
  color: gray;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.VuePassword__Toggle__Icon {
  fill: currentColor;
  height: 100%;
  width: 1.5em;
  margin-right: .5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.VuePassword__Meter {
  color: rgb(175, 175, 175);
  display: block;
  margin-top: .2rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.VuePassword__Meter path {
  stroke: currentColor;
  stroke-width: 2;
}

.VuePassword--very-weak {
  color: rgb(175, 175, 175);
}

.VuePassword--weak {
  color: rgb(230, 30, 30);
}

.VuePassword--medium {
  color: rgb(255, 160, 65);
}

.VuePassword--good {
  color: rgb(100, 200, 75);
}

.VuePassword--great {
  color: rgb(75, 150, 50);
}

.VuePassword__Message {
  cursor: default;
  font-size: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: right;
  text-transform: uppercase;
}


.v-select {
  position: relative;
  font-family: sans-serif
}

.v-select,
.v-select * {
  box-sizing: border-box
}

.v-select .open-indicator {
  position: absolute;
  bottom: 6px;
  right: 10px;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  transition: all .15s cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  opacity: 1;
  transition: opacity .1s;
  height: 20px;
  width: 10px
}

.v-select .open-indicator:before {
  border-color: rgba(60, 60, 60, .5);
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: top;
  transform: rotate(133deg);
  transition: all .15s cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  box-sizing: inherit
}

.v-select.open .open-indicator:before {
  transform: rotate(315deg)
}

.v-select.loading .open-indicator {
  opacity: 0
}

.v-select.open .open-indicator {
  bottom: 1px
}

.v-select .dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal;
  transition: border-radius .25s
}

.v-select .dropdown-toggle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.v-select.searchable .dropdown-toggle {
  cursor: text
}

.v-select.unsearchable .dropdown-toggle {
  cursor: pointer
}

.v-select.open .dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.v-select .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, .26);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border-top: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.v-select .no-options {
  text-align: center
}

.v-select .selected-tag {
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 26px;
  margin: 4px 1px 0 3px;
  padding: 1px .25em;
  float: left;
  line-height: 24px
}

.v-select .selected-tag .close {
  float: none;
  margin-right: 0;
  font-size: 20px;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.v-select input[type=search]::-webkit-search-cancel-button,
.v-select input[type=search]::-webkit-search-decoration,
.v-select input[type=search]::-webkit-search-results-button,
.v-select input[type=search]::-webkit-search-results-decoration {
  display: none
}

.v-select input[type=search]::-ms-clear {
  display: none
}

.v-select input[type=search],
.v-select input[type=search]:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.42857143;
  font-size: 1em;
  height: 34px;
  display: inline-block;
  border: none;
  outline: none;
  margin: 0;
  padding: 0 .5em;
  width: 10em;
  max-width: 100%;
  background: none;
  position: relative;
  box-shadow: none;
  float: left;
  clear: none
}

.v-select.unsearchable input[type=search] {
  max-width: 1px
}

.v-select li {
  line-height: 1.42857143
}

.v-select li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.v-select li:hover {
  cursor: pointer
}

.v-select .dropdown-menu .active>a {
  color: #333;
  background: rgba(50, 50, 50, .1)
}

.v-select .dropdown-menu>.highlight>a {
  background: #5897fb;
  color: #fff
}

.v-select .highlight:not(:last-child) {
  margin-bottom: 0
}

.v-select .spinner {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39%, .1);
  border-right: .9em solid hsla(0, 0%, 39%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity .1s
}

.v-select .spinner,
.v-select .spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.v-select.loading .spinner {
  opacity: 1
}

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.fade-enter,
.fade-leave-to {
  opacity: 0
}

.fp-bar-slider,
.fp-timeline,
.flowplayer .fp-volume .fp-volumebtn,
.fp-duration {
  cursor: pointer !important;
}

.flowplayer .is-mouseout {
  cursor: none !important;
}

.flowplayer.is-live.is-dvr .fp-timeline {
  cursor: pointer !important;
}

.flowplayer.bookmark-marker .markers.marker,
.flowplayer.bullet-marker .markers.marker {
  width: 4px;
  height: 4px;
  background-color: #ffff00;
  z-index: 9;
  border-radius: 20px;
}

.markers.container {
  width: 100%;
  background-color: #808080;
}

.fp-progress.fp-color.animated:after {
  z-index: 9;
}

.flowplayer .fp-color {
  z-index: 9;
}

div.fp-message.fp-title {
  display: inline-block;
  float: left;
}

#ad-learn-more {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 1%;
  font-weight: bold;
  color: white;
  top: 90%;
  display: none;
}

#ad-learn-more:hover {
  cursor: pointer;
}

.mini-toastr {
  position: fixed;
  z-index: 99999;
  right: 12px;
  top: 12px;
}

.mini-toastr__notification {
  cursor: pointer;
  padding: 12px 18px;
  margin: 0 0 6px 0;
  background-color: #000;
  opacity: 0.8;
  color: #fff;
  border-radius: 3px;
  box-shadow: #3c3b3b 0 0 12px;
  width: 300px;
}

.mini-toastr__notification.-error {
  background-color: #D5122B;
}

.mini-toastr__notification.-warn {
  background-color: #F5AA1E;
}

.mini-toastr__notification.-success {
  background-color: #7AC13E;
}

.mini-toastr__notification.-info {
  background-color: #4196E1;
}

.mini-toastr__notification:hover {
  opacity: 1;
  box-shadow: #000 0 0 12px;
}

.mini-toastr-notification__title {
  font-weight: 500;
}

.mini-toastr-notification__message {
  display: inline;
 
  vertical-align: middle;
  width: 240px;
  padding: 0 12px;
}

.position-related {
  position: relative;
}

iframe.payment-iframe {
  min-width: 600px;
  min-height: 730px;
}

.live-search-result {
  margin-top: -5px;
  background: #fff;
  padding: 5px 25px 15px 25px;
  height: 450px;
  overflow-y: scroll;
}

.live-search-result .live-search-text {
  max-height: 60px;
  overflow: hidden;
}

.live-search-result li {
  list-style-type: none;
}

.live-search-result li a img {
  width: 75px;
}

.live-search-text {
  padding: 5px 10px;
}

.search-item {
  border: 1px solid #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.search-item:hover {
  border: 1px solid #990033;
  border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}

.search-item-selected {
  border: 1px solid #CCC;
}

.search-item-selected:hover {
  border: 1px solid #990033;
}

.schedule-data-container.single {
  height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
}

.schedule-data-container.single ul,
.schedule-data-container.single div {
  direction: ltr;
}

.channels img {
  height: 80px;
}

.flickity-prev-next-button.previous {
  left: 30px;
}

#langSlider.tabs-slider .tab-slider-cell {
  width: 16%;
}

.favorite-episode-selected {
  color: red;
}

.md-download_link-container {
  top: 5px;
}

.previous_col {
  padding-top: 10px;
  padding-bottom: 35px;
  cursor: pointer;
}

.previous_col:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

div.kid_cont_wrap div.kid_cont {
  display: block;
}

section.kids div.home_movie_list {
  margin-top: 43px;
}

.banner_wrapper_new {
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  /*margin: 8px;*/
  /* border-radius: 10px; */
}

.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 15px;
  /*border-radius: 5px;*/
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.et-wrapper {
  background-color: rgba(48, 45, 55, .7);
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  max-width: 300px;
  min-width: 120px;
  color: #fff;
  z-index: 9999;
  margin: auto;
  position: fixed;
  top: 80%
}

.et-content,
.et-wrapper {
  text-align: center
}

.et-wrapper .et-close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff
}

.et-wrapper.et-left {
  right: auto;
  left: 0
}

.et-wrapper.et-right {
  left: auto;
  right: 0
}

.et-wrapper.et-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.et-wrapper.et-top {
  top: 0;
  bottom: auto
}

.et-wrapper.et-bottom {
  top: auto;
  bottom: 0
}

.et-wrapper.et-alert {
  background-color: rgba(189, 19, 19, .7)
}

.et-wrapper.et-warn {
  background-color: rgba(250, 180, 90, .9)
}

.et-wrapper.et-info {
  background-color: rgba(32, 83, 201, .7)
}

.fade-enter-active,
.fade-leave-active,
.fade-transition {
  transition: opacity .3s ease
}

.fade-enter,
.fade-leave,
.fade-leave-active {
  opacity: 0
}

.slide-down-enter-active,
.slide-down-leave-active,
.slide-down-transition {
  transition: opacity .3s ease, top .3s ease-in
}

.slide-down-enter,
.slide-down-leave,
.slide-down-leave-active {
  opacity: 0;
  top: -10% !important
}

.slide-up-enter-active,
.slide-up-leave-active,
.slide-up-transition {
  transition: opacity .3s ease, top .3s ease-in
}

.slide-up-enter,
.slide-up-leave,
.slide-up-leave-active {
  opacity: 0;
  top: 110% !important
}

.slide-left-enter-active,
.slide-left-leave-active,
.slide-left-transition {
  transition: opacity .3s ease, left .3s ease-in
}

.slide-left-enter,
.slide-left-leave,
.slide-left-leave-active {
  opacity: 0;
  left: 110% !important
}

.slide-right-enter-active,
.slide-right-leave-active,
.slide-right-transition {
  transition: opacity .3s ease, left .3s ease
}

.slide-right-enter,
.slide-right-leave,
.slide-right-leave-active {
  opacity: 0;
  left: -1000px !important
}



.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
  /**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
*  Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.home-video-player .flowplayer {
  float: none;
}

body.home .whatsnew_list ol.flickity-page-dots {
  bottom: 0;
}

.prime_innsec .home_movie_list_wrap[data-v-5ab5e67d] {
  height: 485px;
}

.prime_innsec.col-md-6 .home_movie_list_wrap[data-v-5ab5e67d] {
  height: 909px;
}


.prime_innsec .home_movie_list_wrap[data-v-55050ce0] {
  height: 485px;
}

.prime_innsec.col-md-6 .home_movie_list_wrap[data-v-55050ce0] {
  height: 909px;
}

div.wtach_now_banner {
  height: 0;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.8) inset;
  padding-bottom: 12%;
}

div.banner_text_cont.clearfix {
  background: none;
}

div.wtach-now-banner-bg {
  background: #FFFFFF;
}

#synopsis_text_wn {
  max-height: 50px;
  overflow: hidden;
  display: block;
  padding-right: 1em;
  text-align: justify;
}
.mainlink.navbar-default.darkHeader .navbar-nav>li>a {
color: #fff ;
}
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.mainlink.navbar {
margin-bottom: 0;
height: 0px;
}
.morelink {
  display: none;
}
.mainlink .navbar-nav>li {
padding: 0 ;
}

.mainlink .navbar-nav li.active a {
color: #fce45e!important;
border-bottom-style: solid;
}
.mainlink.navbar-default {

  width: 70% !important;
}
.modal {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
}

/* .flowplayer .fp-volume .fp-volumebtn {
color:red !important;
}*/
.movies_detail_banner-container .flowplayer {
  width: 65%;
  max-height: 696px;
}

.banner-img {
  width: auto;
  max-width: 874px;
}

.home_movie_list {
  min-height: auto;
}

.navbar-left {
/* border: 1px solid red; */
width: 98% !important;
}

/*.movies_detail_banner-container.clearfix .banner-img {
width: 100%;
} */
span.icomoon.icon-icn_favourite.active-md-social-icon-border {
  color: #9c161a;
}

#navbar-brand-centered {
   margin: 0 15%;
}

@media (min-width: 768px){
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
margin-right: 3%;
margin-left: 11%;
}
}


@media (min-width: 1200px) {

  /*!*Makes the banner image not for the whole heighth of page, do not remove if do not test this case*!
#app > div.container-fluid.main_container > section.movies_detail_banner > div > img {
    display: block;
    height: 900px;
}*/
  .movies_detail_banner-container .banner-content {
    width: 35%;
  }

 
  .movies_detail_banner-container .flowplayer {
    width: 65%;
  }
}
@media screen and (min-width: 768px){
.navbar-brand-centered {
position: absolute;
left: 5%;
display: block;
text-align: center;
background-color: #eee;
padding: 8px;
}}
@media (max-width: 1070px) {
  .movies_detail_banner-container .banner-content {
    width: 35%;
  }

  .movies_detail_banner-container .flowplayer {
    width: 65%;
  }
}

@media (max-width: 992px) {
  .movies_detail_banner-container .banner-content {
    width: 35%;
  }

  .movies_detail_banner-container .flowplayer {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mainlink.navbar-default {
    width: 98% !important;
}
.mainlink.navbar-default.darkHeader {
  background: #000 !important;
  padding: 12px;
  height: 80px!important;
  margin: 0 2%;
}

  body {
    background: #151522 !important;
    margin: 0% 2% !important;
}
  .movies_detail_banner-container .banner-content {
    width: 100%;
  }

  /*
.movies_detail_banner-container .flowplayer {
    width: 100%;
}*/
  .icon-icn_favourite_selected img {
    margin-top: 3px;
    width: 30px;
  }
}

.icon-icn_favourite_selected img {
  margin-top: 3px;
  width: 100%;
}

/*#autoPlayPoster{
 display:none;
}*/
.mini-toastr-notification__message {
  padding: 0px !important;
}

.video-player-trailer-full-screen {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  background-size: cover;
}

.synopsis_section {
  text-align: justify;
}

.synopsis_section .synopsis_text_big {
  max-height: 180px;
  overflow: hidden;
  display: block;
  padding-right: 1em;
  text-align: justify;
}

.synopsis_section .synopsis_text_big:before {
  content: '...';
  position: absolute;
  right: 10px;
  bottom: 57px;
}

.synopsis_section .home_movie_list h2.title span {
  float: left;
  left: -15px;
}

@media (max-width: 767px) {
  .synopsis_section .synopsis_text_big {
    overflow: hidden;
    max-height: 80px;
  }

  .synopsis_section .synopsis_text_big:before {
    right: 0;
    bottom: 0;
  }
}

.languageDiv .languageSection {
  position: relative;
  top: 7px;
}

#SearchRecords::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#SearchRecords::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#SearchRecords::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.search_list li.active a {
  color: #9f181b !important;
}

.title-crop-vue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}

.continueWatchRecords {
  display: none;
}

.due-btn {
  background: #990033;
  color: #fff;
}

.headerIcon {
  display: none;
}

.mainlink.navbar-default.blankNavMenu {
  min-height: 80px;
}

.navbar-right {
  /*border: 1px solid yellow;*/
  width: 49%;
  padding-left: 100px !important;
}

.navbar-left {
  /*border: 1px solid red;*/
  width: 49%;
}

@media screen and (min-width:768px) and (max-width:1033px) {
  .navbar-right {
    padding-left: 40px !important;
  }
}

.upgradePremimumDiv .upgradeBtn {
  background: #FFC600;
  color: #0A0A0A;
  border-radius: 0px;
  font-size: 14px;
  padding: 4px;
  margin-top: -9px;
  text-transform: none;
}

.upgradePremimumDiv .upgradeBtn:focus,
.upgradePremimumDiv .upgradeBtn:active {
  background: #FFC600;
  border: #FFC600;
  color: #0A0A0A !important;
}

.chanel_logo .chn_logo {
  max-height: 100px;
}

.channel_intro .flowplayer {
  width: 100%;
}

.channel_intro {
  width: 100%;
}

.player-tv-chanel {
  width: 100% !important;
}

/* does not auto-hide mouse icon issue */
.flowplayer.is-mouseout {
  cursor: none !important;
}

.fp-timeline:hover {
  cursor: pointer !important;
}


@media (max-width: 767px){
.home_movie_list {
margin: 0px; 
}}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #990033;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  margin-top: -52px !important;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
}

.video-player-trailer-full-screen {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  background-size: cover;
}

.synopsis_section {
  text-align: justify;
}

.synopsis_section .synopsis_text_big {
  max-height: 180px;
  overflow: hidden;
  display: block;
  padding-right: 1em;
  text-align: justify;
}

.synopsis_section .synopsis_text_big:before {
  content: '...';
  position: absolute;
  right: 10px;
  bottom: 57px;
}

.synopsis_section .home_movie_list h2.title span {
  float: left;
  left: -15px;
}

@media (max-width: 767px) {
  .synopsis_section .synopsis_text_big {
    overflow: hidden;
    max-height: 80px;
  }

  .synopsis_section .synopsis_text_big:before {
    right: 0;
    bottom: 0;
  }
}

.trailer-inside-player #player {}


.profile-player-continue-watch .flowplayer {
  width: 100%;
}

.profile-player-continue-watch {
  /*height: 630px;*/
  width: 100% !important;
  margin-bottom: 30px;
}

.firstTitle {
  text-align: center;
  top: 20px;
  position: relative;
  font-weight: 600;
}

.profile-tool-btn {
  color: #373737;
  font-size: 1.2em;
}

.profile-tool-btn:hover {
  color: #990033;
}

#kids_password_message {
  color: #990033;
}

#edit-profile .modal-footer {
  padding: 20px;
}

.kidsdisabled {
  pointer-events: none;
  opacity: 0.4;
}

.kidsEnable {
  cursor: pointer;
}
del{
  text-decoration: line-through !important;
}

.no-favourite-img {
  margin: 0 auto;
}

.msg_success {
  color: green;
}

.msg_deactive {
  color: red;
}

.banner-coupon img {
  width: 100%;
}

.discount img {
  width: 100%;
}

.discount h3 {
  font-size: 22px;
}

.coupon-steps {
  text-align: center;
}

.coupon-steps p {
  text-align: center;
}
.strikethrough {
position: relative;
}
.strikethrough:before {
position: absolute;
content: "";
left: 0;
top: 50%;
right: 0;
border-top: 2px solid #dd0031!important;
border-color: inherit;

-webkit-transform:rotate(-5deg);
-moz-transform:rotate(-5deg);
-ms-transform:rotate(-5deg);
-o-transform:rotate(-5deg);
transform:rotate(-5deg);
}
.Subscribe-btn img {
  width: 20%;
  cursor: pointer;
}

.Subscribe-btn h3 {
  font-size: 22px;
  color: #BB2030;
  font-weight: bold;
}

.Subscribe-btn {
  text-align: center;
}

#button_div img {
  width: 22%;
  cursor: pointer;
}

#button_div h3 {
  font-size: 22px;
  color: #BB2030;
  font-weight: bold;
}

.discount {
  text-align: center;
}

.discount button {
  background-color: red;
  border: none;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 15px;
}

.msg_success {
  color: green;
}

.msg_deactive {
  color: red;
}

#easy-toast-default {
  position: absolute;
  top: 0px !important;
  left: 50%;
}

.reminder-icon.noactive {
  background: url("/images/reminder-icon-disable.png") no-repeat;
}

.radio label::before {
  display: none !important;
}

.tv_show_reminder .time {
  text-align: center !important;
}

.img-share-content {
  max-height: 300px;
  margin: auto;
}
.home_movie_list_wrap {
background: #151522 !important;
}
.share-figure figcaption {
  max-height: 100px;
  overflow-y: auto;
  text-align: justify;
  font-size: 9pt;
  padding: 25px;
}

.feedback-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 30px;
  background-color: #9f181b;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Conv_Futura Std Bold';
  height: 100px;
  /*border-radius: 6px;*/
}

.feedback-body {
  text-align: left;
  padding: 30px;
  color: black;
  background-color: white;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border-radius: 6px;
}



.feedback-body p {
  padding-bottom: 5px;
  font-size: 14px;
}

.feedback-body label {
  font-size: 16px;
  font-weight: 200;
  margin-top: 20px;
}

.feedback-error {
  color: #9f181b;
}

.feedback-body textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 10em;
  padding: 5px;
}

.add-device-btn {
  padding: 5px 10px;
  background-color: #9f181b;
  color: white;
  border: 1px solid #9f181b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.reset-password-error {
  color: green;
}

.signup_wrap1 span.error {
  color: #990033;
  text-transform: capitalize;
}

.add-on {
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: none;
}

.police-info-iframe {
  overflow-y: scroll;
  height: 500px;
}



#countryStatus img {
  /*width: 376px;*/
  margin: 15px 0px 5px 0px;
}

.plan_rate .cut_rate {
  color: #008000;
  font-size: 18px;
  font-weight: bold;
}

.subscribe_coupon .plan_duration {
  padding: 25px 0 25px 15px;
}

.offer_plan_body.subscribe_coupon .plan_list li:first-child .plan_duration:after {
  height: 100%;
}

.offer_plan_body.domestic.subscribe_coupon .plan_rate .rate {
  font-size: 15px;
}

@media (max-width: 767px) {
  .plan_duration_new {
    width: 190px;
    padding: 15px 0 15px 10px !important;
  }

  .plan_duration_new:after {
    width: 0px;
    height: 0%;
    display: none;
  }
}

.errorcnt {
  font-size: 18px;
  line-height: 23px;
}

span.male.gender-selected {
  background-image: url('/images/male_red.svg');
}

span.male.female.gender-selected {
  background-image: url('/images/female_red.svg');
}

.errormsg3 {
  color: red
}

.errormsg {
  color: red
}

.errormsg1 {
  color: red
}

.errormsg2 {
  color: red
}

.pwdlengthMessage {
  color: red
}

.firstMsg {
  color: red;
}

.ageMsg {
  color: red;
  float: right;
}

.countryMsg {
  color: red;
}

.stateMsg {
  color: red;
  padding-top: 10px;
  bottom: 20px;
  position: relative;
}

.genderMessage {
  color: red;
  position: relative;
  left: 15px;
  bottom: 20px;
}

.signup-gender {
  bottom: 18px;
  position: relative;
}

.signup_wrap1 .form-group input {
  max-width: inherit;
}

.signup_wrap1 {
  width: inherit;
}
body {
background: #151522 !important;
  margin: 0 15%;
}


.you-may-also-like_section{
background: #151522 !important;
}

.gender-title {
  font-size: 13px;
}

.fh4 {
color: #999;
font-weight: 500;
font-size: 13px;
margin: 0;
letter-spacing: 0;
}
.gender-place {
  position: relative;
  top: 20px;
}

.signup_wrap1 .form-group {
  margin-bottom: 34px;
}

.v-select .dropdown-toggle {
  border-bottom: 1px solid #ccc !important;
  border-radius: 0px !important;
  border: none;
}

.chosen-container {
  width: 100% !important;
}

#loginLoader {
  display: none;
}

.model-forgot {
  bottom: 10px;
}

.home_movie_list_wrap:after {
background: #151522;

}
.home_movie_list_wrap p.sub-header {

color: #fff !important;

}
.home_movie_list_wrap:before {
background: #151522 ;

}
h3{

color: #fff !important;
}

span.male.gender-selected {
  background-image: url("/images/male_red.svg");
}

span.male.female.gender-selected {
  background-image: url("/images/female_red.svg");
}

#welcome-profile-form .dropdown.v-select.searchable .dropdown-toggle {
  border: none;
  border-bottom: 1px solid rgba(60, 60, 60, 0.26);
}

#welcome-profile-form .dropdown.v-select.searchable .dropdown-toggle input {
  border: none;
}

#easy-toast-default {
  position: absolute;
  top: 0px !important;
  left: 50%;
}

.read-coupon {
  width: 100%;
  float: left;
  text-align: center;
  padding-right: 140px;
}

.read-more {
  border: none;
  color: #990033;
  background-color: transparent;
}

#readMoreInfo p {
  color: #990033;
  text-align: center;
}

.et-wrapper {
  background-color: #990033 !important;
  top: 80% !important;
  right: 10% !important;
}

#readMoreInfo {
  display: none;
}

.desk_on_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#kids_password_message {
  color: #990033;
}

#reset_password_message {
  color: #990033;
}

#authenticate_password_message {
  color: #990033;
}

.error_message_container h2 {
  text-align: center;
}

.languageSection ul li span {
  text-transform: uppercase;
}

#countryStatus img {
  /*width: 376px;*/
  margin: 15px 0px 5px 0px;
}

.plan_rate .cut_rate {
  color: #008000;
  font-size: 18px;
  font-weight: bold;
}

.subscribe_coupon .plan_duration {
  padding: 25px 0 25px 15px;
}

.offer_plan_body.subscribe_coupon .plan_list li:first-child .plan_duration:after {
  height: 100%;
}

.offer_plan_body.domestic.subscribe_coupon .plan_rate .rate {
  font-size: 15px;
}

@media (max-width: 767px){
  button {
     margin-right: 0px; 
}


.synopsis_section .synopsis_text:after {
    
    background:none !important;
}

.synopsis_section .synopsis_text:before {
    content: '' !important;
    position: absolute;
    right: 0;
    bottom: 0;
}
}

@media (max-width: 767px) {
  .plan_duration_new {
    width: 190px;
    padding: 15px 0 15px 10px !important;
  }

  .plan_duration_new:after {
    width: 0px;
    height: 0%;
    display: none;
  }
}

.errorcnt {
  font-size: 18px;
  line-height: 23px;
}


.player {
  max-width: 750px;
  border: 5px solid rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: relative;
  font-size: 0;
  overflow: hidden;
}

/* This css is only applied when fullscreen is active. */
.player:fullscreen {
  max-width: none;
  width: 100%;
}

.player:-webkit-full-screen {
  max-width: none;
  width: 100%;
}

.player__video {
  width: 100%;
}

.player__button {
  background: none;
  border: 0;
  line-height: 1;
  color: white;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  max-width: 50px;
}

.player__button:focus {
  border-color: #ffc600;
}

.player__slider {
  width: 10px;
  height: 30px;
}

.player__controls {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition: all .3s;
  flex-wrap: wrap;
  background: rgba(0,0,0,0.1);
}

.player:hover .player__controls {
  transform: translateY(0);
}

.player:hover .progress {
  height: 15px;
}

.player__controls > * {
  flex: 1;
}

.progress {
  flex: 10;
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 5px;
  transition: height 0.3s;
  background: rgba(0,0,0,0.5);
  cursor: ew-resize;
}

.progress__filled {
  width: 50%;
  background: #ffc600;
  flex: 0;
  flex-basis: 50%;
}

/* unholy css to style input type="range" */

input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  margin: 0 5px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255,255,255,0.8);
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow:0 0 2px rgba(0,0,0,0.2);
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #bada55;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
}

</style>