@import url(../css/vendors/uikit.min.css);
@import url(../css/vendors/jquery-ui.min.css);
@import url(../css/vendors/jquery.mCustomScrollbar.css);
@import url(../css/vendors/font_awesome_all_icons.css);

body {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  /* background: radial-gradient(100% 100% at 100% 0%, #140026 0%, #2f2303 50%, #140026 100%); */
  background: linear-gradient(90deg, rgba(0,0,0,1) 20%, rgba(233,181,40,1) 50%, rgba(0,0,0,1) 80%);
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: Calibri
}

p {
  margin-top: 0;
  margin-bottom: 30px
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

.d-none{
  display: none;
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  transition: .5s all ease
}

a:active,
a:hover {
  color: #0056b3;
  text-decoration: none;
  outline: 0 !important
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

button {
  border-radius: 0
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

select {
  outline: 0 !important
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

select::-ms-expand {
  display: none
}

::-webkit-input-placeholder {
  color: #737373 !important;
  opacity: 1
}

::-webkit-select-placeholder {
  color: #737373 !important;
  opacity: 1
}

:-moz-placeholder {
  color: #737373 !important;
  opacity: 1
}

:-ms-input-placeholder {
  color: #737373 !important;
  opacity: 1
}

/* body::-webkit-scrollbar {
  width: 10px;
  background-color: #222;
  opacity: 10%;
  cursor: pointer
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  cursor: pointer;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 8px rgba(140, 140, 140, .9)
} */


.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    /* max-width: 1200px; */
    /* width: 100%; */
    margin: auto;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    display: flex;
}
.logo{
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-inline: 1.1rem;
    font-size: 1.3rem;
}
.uk-container-1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
.menu-items .uk-active{
  position: relative;
}
.menu-items .uk-active a{
  color: #e9b528;
  font-weight: bold;
}
.menu-items .uk-active a::after{
  content: "";
    position: absolute;
    width: 76%;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(270.23deg, #9D4EDD 0%, #5A189A 33.33%, #e9b528 66.67%, #e9b528 100%);
    border-radius: 1px 1px 0px 0px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
}
.navbar a{
    color: #e9b528;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar a:hover{
    color: #fe8502;
}
.navbar.r{
  position: absolute;
  right: 0;
  top: 0;
}
.navbar.uk-navbar{
  width: 83%;
}
.faq-contact .uk-input.input__field {
  padding-left: 0px;
  text-align: left;
  text-indent: 0;
}

@media (max-width: 768px){
  .navbar.r .uk-navbar-right{
    /* background: transparent; */
  }
  .language_selector {
    background: #240146;
    color: #e9b528;
    font-weight: 800;
    border: none;
    padding-right: 14px;
    margin-inline: 30px;
    font-size: 15px;
  }
  .menu-items .uk-active a::after {
    content: unset;
}
.search-btn{
  display: none;
}
  .navbar.r {
    position: absolute;
    right: 0;
    top: 56px;
  }
  .navbar.uk-navbar{
    width: 100%!important;
  }
    .navbar{
        /* opacity: 0.95; */
        width: 100%;
        position: absolute;
        left: 0;
    }
    .uk-container-1{
      margin: 8px auto;
    }
    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
        width: 100%;
    }
    .navbar.r .navbar-container{
      height: 70px;
      display: flex;
      justify-content: center;
    }
    .navbar.r .navbar-container::after{
      content: "";
      position: absolute;
      height: 2px;
      width: 90%;
      background: linear-gradient(270.23deg, #9D4EDD 0%, #5A189A 33.33%, #e9b528 66.67%, #e9b528 100%);
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .navbar-container input[type="checkbox"]{
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      top: 12px;
      right: 15px;
      z-index: 5;
      opacity: 0;
      cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 20px;
        width: 24px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 3px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 150px;
        background: radial-gradient(100% 100% at 100% 0%, #0f0e0e 0%, #2f2303 100%);
        height: 100vh;
        width: 100%;
        transform: translate(150%);
        display: flex;
        flex-direction: column;
        margin-right: -40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
        /* backdrop-filter: blur(10px); */
        /* -webkit-backdrop-filter: blur(10px); */
    }

    .navbar .menu-items li{
        padding-bottom: 1rem;
        padding-top: 1rem;
        font-size: 1.1rem;
        font-weight: 500;
        text-align: center;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}
@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.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;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
} */

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  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-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: 0
}

.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: none;
  touch-action: none;
  -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 .owl-carousel {
  display: block
}

.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
  }
}

p:last-child {
  margin: 0
}

.btn.focus,
.btn:focus,
.form-control:focus {
  box-shadow: none;
  border-color: inherit
}

hr {
  width: 100%;
  border-top: 1px solid #8f8989
}

.uk-container {
  max-width: 95%
}

#wrapper {
  overflow: hidden
}

.flx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%
}

.show-search {
  background: radial-gradient(100% 100% at 100% 0%, #0f0e0e 0%, #2f2303 100%);
  padding-top: 0;
  font-weight: 300;
  position: fixed;
  top: 0;
  z-index: 9999
}

.show-search .uk-container-small {
  max-width: 100%;
  padding: 0
}

.show-search .uk-input,
.show-search .uk-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  color: #fff;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 300;
  height: auto
}

.show-search .uk-select {
  padding: 15px 0;
  height: auto !important;
  line-height: 100%;
  width: 75%;
  float: left
}

.show-search-btn {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  margin: 8px 0 0
}

.show-response {
  list-style: none
}

.show-response li {
  display: inline-block;
  width: 100%
}

.show-response li a {
  color: #b4b4b4;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 30px
}

.show-response li a:hover {
  color: #fff
}

.main-menu li {
  position: relative
}

.main-menu .uk-active:before {
  display: none;
  position: absolute;
  content: '';
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff
}

.search-btn {
  text-transform: uppercase;
  font-weight: 500;
  color: #ddd !important;
  line-height: 100%;
  cursor: pointer;
  font-size: 16px;
  margin-right: -35px;
  position: relative;
    z-index: 99;
}

.search-btn img {
  width: auto
}

.search-btn .close,
.search-btn .magnify {
  padding-left: 0;
  margin-top: 0;
  vertical-align: middle;
  transform: scale(1)
}

.uk-icon [STROKE*='#']:not(.uk-preserve),
.uk-icon [stroke*='#']:not(.uk-preserve) {
  stroke-width: 2px
}

.search-btn .magnify {
  display: inline-block
}

.search-btn .close,
.search-btn.openmodal .magnify {
  display: none
}

.search-btn.openmodal .close {
  display: inline-block
}

.user {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.user-name {
  color: #fff
}

.user-name .fas {
  margin-left: 5px;
  transition: .3s all ease;
  display: none;
}
.user-login {
  position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #0f0e0e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    display: none;
    padding-top: 24px;
    padding-bottom: 10px;
    z-index: 1;
}

.user:hover .user-login {
  display: block
}

.user:hover .user-name .fas {
  transform: rotate(-180deg)
}

.user-login li {
  display: block
}

.user-login li a {
  padding: 5px 22px;
  color: #fff;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: .09px;
  text-align: left;
  border-radius: 8px;
}

.user-login li a:hover {
  background-color: #2f2303
}

.mb-50 {
  margin-bottom: 50px
}

.mt-50 {
  padding-top: 50px !important
}

.section-title {
  position: relative
}

.section-title h3 {
  text-transform: uppercase
}

.section-title a {
  color: #ffb963;
  text-transform: uppercase;
  position: absolute;
  top: 1px;
  right: 0;
  font-weight: 400;
  font-size: 19.5px
}

.cs-row {
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
  border-bottom: none
}

.no-padding {
  padding-bottom: 0
}

.no-border {
  border: none !important
}

.customscroll {
  width: 100%;
  max-width: 100%;
  float: left;
  overflow: auto;
  position: relative
}

.owl-carousel .cs-box {
  margin: 0
}

.cs-box {
  display: inline-block;
  margin: 0 9px;
  width: 23.6%;
  position: relative
}

.cs-box:first-child {
  margin-left: 0
}

.cs-box:last-child {
  margin-right: 0
}

.cs-meta {
  background-color: #181818;
  display: table;
  width: 100%;
  padding: 10px 0
}

.cs-title {
  position: relative
}

.cs-title h4 {
  color: #ddd;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  margin: 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height: 100%;
  max-width: 205px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.cs-info {
  padding: 0 10px;
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box
}

.cs-info span {
  color: #fff;
  margin-right: 5px
}

.cs-info p {
  color: #757575;
  margin-bottom: 0
}

.cs-info p,
.cs-info span {
  display: inline-block
}

.cs-info .date {
  color: #fff;
  font-size: 13px
}

.cs-trend .cs-box {
  width: auto
}

.cs-trend .owl-dots {
  margin: -8px 0 0;
  text-align: center
}

.cs-trend .owl-dot span {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  background-color: #454545;
  border: none;
  margin: 0 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease
}

.cs-trend .owl-dot.active span {
  background-color: #c00000
}

.cs-watch-wrap {
  padding: 10px 10px 0
}

.cs-watch {
  position: relative;
  height: 4px;
  background-color: #8a8a8a
}

.cs-watch span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background-color: #c00000
}

.cs-arrows .owl-nav {
  text-align: center
}

.cs-arrows .owl-nav .owl-next,
.cs-arrows .owl-nav .owl-prev {
  width: 33px;
  display: inline-block
}

.cs-arrows .owl-nav .owl-prev {
  background: url(../img/cs-recent-arrow.png?356) no-repeat !important
}

.cs-arrows .owl-nav .owl-next {
  background: url(../img/cs-recent-arrow.png?434) no-repeat !important;
  transform: rotate(180deg)
}

.cs-video-box {
  display: inline-block;
  margin: 0 9px
}

.cs-video-box:first-child {
  margin-left: 0
}

.cs-video-box:last-child {
  margin-right: 0
}

.cs-arrows-game .owl-nav,
.cs-video-wrap .owl-nav {
  position: relative;
  text-align: center;
  margin-top: 20px
}

.cs-arrows-game .owl-nav .owl-next,
.cs-arrows-game .owl-nav .owl-prev,
.cs-video-wrap .owl-nav .owl-next,
.cs-video-wrap .owl-nav .owl-prev {
  width: 33px;
  height: 33px;
  display: inline-block
}

.cs-arrows-game .owl-nav .owl-prev,
.cs-video-wrap .owl-nav .owl-prev {
  background: url(../img/cs-recent-arrow.png?4324) no-repeat !important
}

.cs-arrows-game .owl-nav .owl-next,
.cs-video-wrap .owl-nav .owl-next {
  background: url(../img/cs-recent-arrow.png?675) no-repeat !important;
  transform: rotate(180deg)
}

.cs-video-box figure {
  width: 31%;
  display: inline-block;
  float: left
}

.cs-video-meta {
  display: inline-block;
  width: 66.55%;
  float: right;
  vertical-align: middle
}

.cs-video-title h4 {
  color: #ddd;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  float: left
}

.cs-video-info {
  font-size: 16px;
  display: inline-block;
  width: 100%
}

.cs-video-info span {
  color: #fff;
  margin-right: 5px
}

.cs-video-info p {
  color: #929292;
  line-height: 20px;
  margin-bottom: 10px
}

.cs-video-info p,
.cs-video-info span {
  display: inline-block
}

.premium {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  line-height: 100%;
  text-transform: uppercase;
  background: #ffbb64;
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to left, #aa4317, #b7164c, #c8265d);
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to left, #aa4317, #b7164c, #c8265d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb64', endColorstr='#ffe67f', GradientType=1)
}

.cs-video-box .premium {
  display: table;
  margin: 0 0 10px
}

.sp-details .premium {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle
}

.small-promo .premium {
  display: table;
  margin: 0 0 10px
}

.cs-title .premium {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  float: right
}

.new-tag {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100%;
  color: #fff;
  padding: 4px 10px;
  background-color: #c00000;
  font-size: 12px;
  font-weight: 500
}

.download-app {
  text-align: center
}

.download-app h3 {
  font-size: 22px;
  font-weight: 500;
  color: #acacac
}

.download-app img {
  width: auto
}

.download-app a {
  display: inline-block;
  margin: 0 10px
}

.download-mobile img {
  width: 350px
}

.scroll-top {
  display: none;
  width: 48px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9
}

footer {
  margin-top: 15px;
  border-top: none;
  /* background: radial-gradient(100% 110.59% at 100% -0.36%, #140026 0%, #2f2303 50%, #140026 100%); */
  background: #000;
  background-size: cover;
  padding: 25px 0 0;
  position: relative;
  box-shadow: 0px -16px 36px rgba(0, 0, 0, 0.48);
}

/* footer:before {
  content: '';
  background-image: url(../img/color-line.png);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb64', endColorstr='#ffe67f', GradientType=1);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
} */

footer .uk-navbar-nav>li>a {
  font-size: 15px;
  font-weight: 400;
  padding: 0 15px;
  color: #e9b528;
  text-transform: capitalize;
  border-right: 1px solid #FF9800;
  height: 15px
}

footer .uk-navbar-nav>li:last-child a {
  border-right: none
}

footer .uk-navbar-nav>li.uk-active>a,
footer .uk-navbar-nav>li:hover>a {
  color: #fff
}

.footer-search {
  width: 360px
}

.fs-wrap {
  position: relative
}

.fs-wrap .uk-input {
  background-color: #a7a7a6;
  border-radius: 30px;
  border: none;
  padding-right: 40px;
  padding-left: 30px
}

.fs-wrap .uk-button {
  background-color: #a7a7a6;
  color: #000;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 100%;
  padding: 11px 30px;
  letter-spacing: .5px;
  font-size: 17px
}

.fs-wrap .uk-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  background-color: #969696;
  width: 1px;
  height: 70%
}

.footer-social {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px
}

.footer-social span {
  font-size: 14px;
  color: #737373;
  display: block;
  line-height: 100%
}

.footer-social a {
  color: #cbcbcb;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px
}

.copyright {
  font-size: 14px;
  font-weight: 300;
  color: #737373;
  padding: 10px 0
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 75%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  font-size: 20px;
  font-weight: 300;
  height: auto;
  line-height: 100%;
  float: left
}

.custom-select select {
  display: none
}

.select-selected {
  background-color: transparent
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #b4b4b4 transparent transparent
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #b4b4b4;
  margin-top: -6px
}

.select-items div,
.select-selected {
  color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 15px 0;
  position: relative;
  z-index: 9
}

.select-items div {
  padding: 8px 0;
  color: #b4b4b4;
  transition: .5s all ease
}

.select-items div:hover {
  color: #fff
}

.select-items {
  position: absolute;
  background-color: transparent;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99
}

.select-hide {
  display: none
}

.result-select .select-items {
  background-color: #000
}

.result-select .select-items div {
  padding: 8px 10px
}

.inner {
  margin-top: 80px
}

.desktop-search {
  background-color: #300820;
  padding: 30px 0 20px
}

.desktop-search .uk-input {
  width: 60%
}

.search-filters {
  padding: 30px 0 0
}

.search-filters a {
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  color: #c7c7c7;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 30px;
  border-radius: 20px;
  letter-spacing: .5px
}

.search-filters a.active,
.search-filters a:hover {
  background-color: #ddd;
  color: #151515
}

.search-result {
  margin: 0 0 30px
}

.search-result-title {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px
}

.search-result .uk-grid-margin {
  margin-top: 15px
}

.search-result-wrap {
  padding-left: 20px
}

.search-result .cs-box {
  width: 100%
}

.search-result .uk-grid>* {
  padding-left: 20px
}

.page-title h1 {
  font-size: 32px;
  font-weight: 500;
  color: #ddd;
  line-height: 100%;
  margin: 0 0 30px !important;
  text-transform: uppercase
}

.show-half-column {
  display: block;
  width: 50%;
  float: left;
  box-sizing: border-box
}

.show-half-column:first-child {
  padding-right: 10px
}

.show-half-column:last-child {
  padding-left: 10px
}

.show-half-column .cs-box {
  width: 48.2%
}

.tv-shows {
  margin: 0 0 50px
}

.tv-shows .uk-grid-margin {
  margin-top: 15px
}

.tv-shows-wrap {
  padding-left: 20px
}

.tv-shows .cs-box {
  width: 100%
}

.tv-shows .uk-grid>* {
  padding-left: 20px
}

.small-promo.specials .spt {
  width: 100%;
  margin: 0 0 5px
}

.spt-specials {
  display: inline-block;
  width: 100%;
  margin: 8px 0 4px
}

.spt-specials span {
  display: inline-block;
  float: left;
  vertical-align: middle;
  line-height: 100%;
  color: #929292
}

.spt-specials .spt-share {
  display: inline-block;
  float: right;
  vertical-align: middle;
  line-height: 100%
}

.small-promo.specials .wp-btn {
  margin: 10px 0 0
}

.promo-player {
  padding: 0;
  /* background: #29024d */
  background: radial-gradient(100% 100% at 100% 0%, #0f0e0e 0%, #2f2303 100%);
}

.player {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  vertical-align: middle
}

.video-player {
  margin: 0 auto;
  display: block
}

.player.centered {
  width: 780px;
  padding: 15px 0 15px 0;
}

.player.side {
  width: 210px
}

.player.side.previous {
  padding-left: 0
}

.player.side.next {
  padding-right: 0
}

.player.side p {
  margin: 0 0 10px;
  color: #acacac;
  line-height: 100%;
  vertical-align: middle
}

.player.side.previous p {
  text-align: right
}

.player.side.previous p img {
  width: 15px;
  height: auto;
  /* margin-top: 1px; */
  display: inline-block;
  float: right;
  margin-right: 10px;
  transform: rotate(-180deg)
}

.player.side.next p img {
  width: 15px;
  height: auto;
  /* margin-top: 1px; */
  display: inline-block;
  float: left;
  margin-left: 10px
}

.player.side a:hover .player-overlay {
  background-color: rgba(0, 0, 0, 0)
}

.player .uk-icon [STROKE*='#']:not(.uk-preserve),
.player .uk-icon [stroke*='#']:not(.uk-preserve) {
  stroke-width: 1.7
}

.player-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}

.player figure {
  position: relative
}

.pb-wrap {
  background-color: rgba(0, 0, 0, .8);
  border-radius: 50%;
  display: table;
  padding: 10px;
  width: 114px;
  height: 114px;
  margin: 0 auto 20px
}

.pb-wrap .fa-play {
  font-size: 50px;
  display: table-cell;
  vertical-align: middle;
  color: #fff
}

.player-button p {
  font-size: 20px;
  font-weight: 500;
  color: #fff
}

.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  transition: .5 ease all
}

.next-title-text,
.prev-title-text {
  max-width: 124px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block
}

.po-table {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%
}

.po-inner {
  display: table-cell;
  vertical-align: middle;
  color: #b1b5a9;
  font-size: 24px
}

.premium-promo {
  background-color: #161616
}

.po-inner p {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0
}

.po-inner strong {
  color: #d58b47;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 20px
}

.sp-bkg {
  position: relative;
  background: 0 0 !important
}

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

.sp-bkg-inner {
  position: relative;
  z-index: 9
}

.spt-area {
  vertical-align: middle;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0
}

.now-play .spt-share li a,
.now-play .spt-title,
.now-play span {
  color: #5b5d5e !important
}

.now-play .promo-play i {
  background: 0 0;
  padding: 0
}

.spt {
  width: 80%;
  display: inline-block;
  float: left;
  vertical-align: top;
  margin: 0 0 20px;
  line-height: 100%
}

.psharecontainers-inner p {
  margin-top: 6px;
  font-size: 17px
}

.spt-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0
}

.spt span {
  display: inline-block;
  color: rgba(255, 255, 255, .5);
  vertical-align: middle
}

.spt-share {
  display: inline-block;
  float: right;
  vertical-align: top;
  line-height: 100%
}

.spt-share li {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  padding: 10px 7px
}

.spt-share li a {
  color: #c8c7c6;
  font-size: 28px
}

.spt-details {
  display: inline-block;
  width: 100%;
  position: relative
}

.spt-details p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #929292;
  overflow: hidden;
  margin: 0 0 5px;
  height: 40px
}

.spt-details p.complete {
  height: auto;
  transition: height 500ms;
  max-height: max-content;
  display: block
}

.spt-inner {
  overflow: hidden
}

.moreless,
.moreless:hover {
  color: #fff;
  font-weight: 300
}

.promo-share {
  background-color: #242424;
  border-radius: 8px;
  padding: 20px 25px;
  position: absolute;
  top: 35px;
  right: 0;
  display: none;
  z-index: 9
}

.promo-share.show {
  display: inline-block
}

.promo-share:before {
  content: '';
  position: absolute;
  right: 8px;
  top: -8px;
  border-bottom: 8px solid #242424;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent
}

.promo-share a {
  margin: 0 8px;
  font-size: 20px !important
}

.promo-share a:first-child {
  margin-left: 0
}

.promo-share a:last-child {
  margin-right: 0
}

.promo-share .uk-button {
  background-color: #5e5e5e;
  border-radius: 20px;
  white-space: nowrap;
  margin: 20px 0 0;
  padding: 0 20px
}

.promo-tabs {
  margin: 50px 0 0;
  border-bottom: none;
  padding: 0
}

.promo-tabs .uk-subnav>*>:first-child {
  background-color: transparent;
  padding: 10px 40px;
  line-height: 100%;
  border-radius: 20px;
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
  font-size: 18px;
  text-transform: capitalize
}

.promo-tabs .uk-subnav-pill>.uk-active>a {
  background-color: #fff;
  color: #000
}

.sp-row {
  padding: 50px 0;
  border-bottom: none;
  display: inline-block;
  width: 100%
}

.sp-row:last-child {
  border-bottom: none
}

.sp-wrapper {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  float: left;
  line-height: 100%
}

.sp-wrapper:nth-child(odd) {
  padding-left: 0
}

.sp-wrapper:nth-child(even) {
  padding-right: 0
}

.small-promo {
  display: inline-block;
  width: 100%
}

.small-promo .sp-thumb {
  display: inline-block;
  float: left;
  vertical-align: middle;
  position: relative
}

.small-promo .sp-details {
  float: left;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 100%
}

.small-promo .show-first {
  padding: 8% 0 0 15px
}

.small-promo .spt {
  width: 75%;
  margin: 0 0 10px
}

.small-promo .spt-share li {
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative
}

.small-promo .spt-share li a {
  color: #c8c7c6;
  font-size: 20px
}

.more-less,
.more-less:hover {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  vertical-align: middle;
  line-height: 100%;
  float: left;
  font-size: 16px
}

.wp-btn {
  color: #e8a95a;
  display: inline-block;
  float: right;
  vertical-align: middle;
  line-height: 100%;
  margin-left: 20px;
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 17px
}

.wp-btn .fas {
  font-size: 12px;
  margin-right: 5px;
  color: #e8a95a;
  -webkit-text-fill-color: #e8a95a
}

.promo-playing {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  text-align: center
}

.promo-playing-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px
}

.promo-playing p {
  line-height: 100%;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 5px
}

.promo-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%
}

.promo-play i {
  background-color: rgba(0, 0, 0, .6);
  display: inline-block;
  padding: 13px;
  border-radius: 50%
}

.promo-play p {
  line-height: 100%;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 5px
}

.promo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8)
}

.sp-thumb .cs-watch-wrap {
  padding: 0;
  margin: -3px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.epicon-btn {
  background-color: #333;
  border-radius: 20px;
  color: #c7c7c7;
  font-size: 18px;
  display: table;
  text-transform: capitalize;
  line-height: 100%;
  padding: 10px 50px
}

.epicon-btn:hover {
  color: #c7c7c7
}

.special-utility {
  padding: 50px 0 0;
  border-top: 1px solid #1a1a1a
}

.special-utility .cs-row {
  border: none;
  padding: 0
}

.remove-fav {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #151515;
  line-height: 100%;
  border-radius: 5px;
  overflow: hidden;
  text-align: center
}

.remove-fav span {
  display: inline-block;
  padding: 15px 20px;
  vertical-align: middle
}

.remove-fav a {
  display: inline-block;
  background-color: #393939;
  text-align: center;
  height: 46px;
  width: 46px;
  padding: 16px;
  box-sizing: border-box;
  vertical-align: middle
}

.remove-fav img {
  width: auto
}

.alert-modal.uk-modal {
  z-index: 999999
}

.alert-modal .uk-modal-dialog {
  background-color: #300820;
  text-align: center;
  padding: 0;
  color: #fff;
  border-radius: 10px;
  width: 540px;
  margin-top: 100px
}

.alert-modal .uk-modal-title {
  border-bottom: 1px solid #fff;
  font-size: 22px;
  position: relative;
  padding: 15px 10px;
  color: #acacac;
  margin: 0
}

.alert-modal .modal-content {
  padding: 30px 10px;
  font-size: 18px;
  background-color: #300820;
}

.modal-content p {
  margin: 0 0 10px;
  text-align: center;
}

.alert-modal .uk-modal-close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}

.alert-modal .uk-modal-close img {
  width: auto
}

.gradient-text {
  color: #d58b47;
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 20px
}

.alert-modal .pmbtn img {
  width: auto;
  display: inline-block;
  margin: 0 0 20px
}

.alert-modal .pmbtn {
  color: #c7c7c7
}

.logins {
  padding: 0 0 100px
}

.login-back {
  display: block;
  width: 40px;
  height: 40px;
  text-align: right;
  position: absolute;
  top: -11px;
  right: 27%;
  z-index: 9
}

.login-back img {
  width: auto;
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px
}

.elogin.uk-modal {
  z-index: 999999;
  background-color: #000;
  padding-top: 100px
}

.elogin .uk-modal-dialog {
  background-color: transparent;
  width: auto;
  display: table;
  margin: 0 auto
}

.elogin .uk-close {
  background-color: #151515;
  border-radius: 50%;
  padding: 12px;
  margin-top: -50px;
  color: #fff
}

.elogin .uk-close:hover {
  color: #fff
}

.elogin .modal-half {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 30px;
  background-color: #300820;
  border-radius: 8px;
  width: 530px;
  height: 750px;
  margin: 0 13px;
  position: relative;
  box-sizing: border-box
}

.elogin .auto-height {
  height: auto
}

.elogin .modal-table {
  display: table;
  width: 100%;
  height: 100%
}

.elogin .modal-cell {
  display: table-cell;
  vertical-align: middle
}

.elogin {
  color: #c7c7c7;
  position: relative
}

.elogin h4 {
  color: #c7c7c7;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 100%
}

.more-bold {
  font-weight: 500 !important
}

.elogin p {
  font-size: 18px
}

.elogin span {
  font-size: 15px;
  line-height: 20px
}

.elogin span a {
  color: #c7c7c7;
  border-bottom: 1px solid #c7c7c7
}

.elogin-logo {
  margin: 0 0 60px
}

.elogin-logo img {
  width: auto;
  margin: 0 auto
}

.elogin-btn {
  width: 100%;
  line-height: 100%;
  background-color: #c00000;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 0;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  margin-bottom: 20px
}

.elogin-btn:hover {
  color: #fff
}

.elogin-form label {
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 100%;
  transition: .5s all ease
}

.input--filled label {
  top: -15px;
  transform: none;
  font-size: 16px
}

.elogin-form .uk-input,
.elogin-form .uk-select,
.elogin-form .uk-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e9b528;
  color: #fff;
  padding: 0;
  font-size: 18px;
  position: relative;
  z-index: 9
}

.elogin-form .uk-input:active,
.elogin-form .uk-input:focus,
.elogin-form .uk-select:active,
.elogin-form .uk-select:focus,
.elogin-form .uk-textarea:active,
.elogin-form .uk-textarea:focus {
  border-color: #fff
}

.error-msg .uk-input,
.error-msg .uk-input:active,
.error-msg .uk-input:focus,
.error-msg .uk-select,
.error-msg .uk-select:active,
.error-msg .uk-select:focus,
.error-msg .uk-textarea,
.error-msg .uk-textarea:active,
.error-msg .uk-textarea:focus {
  border-color: #c00000
}

.error-msg .msg {
  display: inline-block;
  width: 100%;
  line-height: 100%;
  font-size: 14px;
  color: #c00000;
  position: absolute;
  bottom: -18px;
  left: 0;
  text-align: left
}

.elogin-form .custom-select {
  width: 100%;
  text-align: left;
  font-size: 18px
}

.elogin-form .select-selected {
  padding: 10px 0
}

.elogin-form .select-items {
  background-color: #000
}

.elogin-form .select-items div {
  padding: 10px
}

.subscribe label {
  font-size: 16px
}

.uk-light {
  font-weight: 300
}

.elogin-form .gradient-text {
  font-size: 18px
}

.faded {
  opacity: .4
}

.ui-widget.ui-widget-content {
  border: none !important;
  font-family: Calibri !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, .1)
}

.ui-widget-content {
  background-color: #000 !important
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none !important;
  background: 0 0 !important;
  text-align: center;
  color: #fff !important
}

.ui-datepicker td a,
.ui-datepicker td span {
  font-size: 12px;
  font-weight: 300 !important
}

.ui-widget-header {
  border: none !important;
  background: 0 0 !important;
  color: #fff !important
}

.ui-datepicker th {
  color: #fff;
  font-weight: 300 !important;
  font-size: 12px
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border: none !important;
  background: #eac097 !important;
  font-weight: 400 !important
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 400
}

.ui-datepicker .ui-datepicker-title select {
  background-color: #151515;
  color: #fff;
  border: 1px solid #424242;
  padding: 5px
}

.ui-datepicker .ui-datepicker-title {
  margin-top: -3px
}

.elogin-form .calendar:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #b4b4b4 transparent transparent
}

.etwo {
  display: inline-block;
  width: 100%
}

.etwo .uk-select {
  display: inline-block;
  float: left;
  width: 15%
}

.etwo .uk-input {
  display: inline-block;
  float: left;
  width: 85%
}

.etwo label {
  left: 15%
}

.etwo.input--filled label {
  left: 0
}

.efp,
.efp:hover {
  color: #ddd
}

.erp {
  color: #c7c7c7 !important
}

.elogin .uk-checkbox {
  margin-right: 5px
}

.elogin .uk-checkbox:checked,
.elogin .uk-checkbox:indeterminate,
.elogin .uk-radio:checked {
  background-color: #c00000
}

.elogin-form .uk-margin {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px 0 20px
}

.elogin-form .uk-margin .pass-input {
  padding-right: 25px
}

.pass-eye {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  cursor: pointer;
  z-index: 9;
  color: grey
}

.pass-eye .fa {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1)
}

.pass-eye:hover {
  color: grey
}

.elogin-social {
  display: inline-block;
  margin-top: 30px
}

.elogin-social p {
  display: block;
  color: #c7c7c7;
  line-height: 100%;
  margin-bottom: 10px
}

.elogin-social a {
  display: inline-block;
  margin: 5px;
  color: #737373;
  font-size: 34px
}

.elogin-back {
  position: absolute;
  left: 30px;
  top: 30px
}

.text-white {
  color: #fff
}

.otp-time {
  color: grey;
  margin-top: 30px
}

#forgotpassword_otp_verficationformid {
  padding-top: 25px
}

.enter-otp {
  width: 190px !important;
  margin: 0 auto
}

.elogin-form .resendforgotpwdotp {
  padding: 20px;
  display: block
}

input:disabled {
  opacity: .3;
  cursor: default
}

.nofloat span {
  font-size: 18px;
  color: #737373;
  margin-right: 10px
}

.nofloat label {
  position: relative;
  top: auto;
  padding: 10px 15px;
  border-radius: 10px;
  border: 2px solid grey;
  margin: 0 8px;
  cursor: pointer;
  color: #c7c7c7;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  left: auto;
  transform: none
}

.nofloat label.checked {
  border-color: #fff;
  color: #fff
}

.nofloat .uk-radio {
  background-color: #c7c7c7
}

.nofloat .uk-radio:checked {
  background-image: none;
  background-color: #d30503;
  border: 3px solid #c7c7c7
}

.nofloat_checkbox label {
  position: relative;
  top: auto;
  color: #c7c7c7;
  width: auto
}

.nofloat_checkbox .uk-checkbox {
  background-color: #282828;
  border-radius: 3px;
  border-color: #737373
}

.nofloat_checkbox .uk-checkbox:checked {
  background-color: #d30503;
  border-color: #d30503
}

.elogin .uk-select {
  color: #c7c7c7
}

.acc-close {
  display: inline-block;
  width: 100%;
  line-height: 100%;
  text-align: right
}

.acc-close img {
  display: inline-block;
  width: auto
}

.faqs h3 {
  font-family: Calibri;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative
}

.faqs h3:after {
  content: '';
  background: linear-gradient(270.23deg, #9D4EDD 0%, #5A189A 33.33%, #e9b528 66.67%, #e9b528 100%);
  height: 3px;
  float: left;
  width: 130px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 65px)
}

.uk-width-3-5.uk-first-column .faqs h3 {
  width: 70px
}

.uk-width-3-5.uk-first-column .faqs h3:after {
  display: none
}

.faqs-wrap .uk-accordion-title::after {
  margin-right: -25px
}

.faqs-wrap .uk-accordion-content p:empty {
  display: none
}

.faqs .uk-grid {
  margin-left: -30px
}

.faqs .uk-width-3-5 {
  width: 56.6%;
  padding-left: 30px
}

.faqs .uk-width-2-5 {
  width: 43.4%;
  padding-left: 30px
}

.faqs-wrap {
  padding-bottom: 60px
}

.faqs-wrap .uk-accordion-title {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  padding: 18px 24px 18px 0;
  border-bottom: 1px solid #703d30;
  color: #e9b528
}

.faqs-wrap .uk-accordion-content {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #fff
}

.faqs-wrap .uk-accordion>:nth-child(n+2) {
  margin-top: 0
}

.faqs-wrap .uk-accordion li {
  border-bottom: 1px solid transparent
}

.faqs-wrap .uk-accordion-title::after {
  background: url(../img/faqs-icons.png) bottom center no-repeat
}

.faqs-wrap .uk-open>.uk-accordion-title::after {
  background: url(../img/faqs-icons.png) top center no-repeat
}

.faq-contact-wrap {
  padding: 43px 30px;
  background-color: rgba(0, 0, 0, .2);
  height: 100%;
  box-sizing: border-box;
  color: #fff
}

.faq-contact .uk-margin {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px 0
}

.faq-contact label {
  color: #e9b528;
  font-size: 16px;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 100%;
  transition: .5s all ease;
  font-weight: 400
}

.faq-contact .uk-input,
.faq-contact .uk-select,
.faq-contact .uk-textarea {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 18px;
  position: relative;
  z-index: 9
}

.faq-contact .input--filled label {
  top: -15px;
  transform: none;
  font-size: 16px
}

.faq-contact .elogin-btn {
  padding: 13px 80px;
  width: auto;
  display: table;
  margin: 0 auto
}

.faq-contact span {
  line-height: 20px;
  margin-top: 10px
}

.faq-contact span a {
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffb963;
  font-weight: 500
}

.faq-contact .custom-select {
  width: 100%
}

.faq-contact .select-items {
  background-color: #242424
}

.faq-contact .select-items div {
  padding: 15px 19px;
  border: none;
  font-size: 18px
}

.faq-contact .select-selected {
  padding: 9px 0;
  height: 20px;
  white-space: nowrap;
  overflow: hidden
}

.static {
  color: #c7c7c7;
  padding-bottom: 60px
}

.static h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #c7c7c7;
  margin: 20px 0 5px
}

.buy-sub {
  width: auto;
  line-height: 100%;
  background-color: #c00000;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 80px;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  border: none;
  cursor: pointer
}

.buy-sub:hover {
  color: #fff
}

.profile-img {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0 0 20px
}

.profile-img figure {
  display: inline-block;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 15px;
  background-color: #3e8387;
  text-align: center
}

.profile-initial {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  line-height: 75px
}

.pep {
  display: inline-block;
  vertical-align: middle
}

.pep a {
  display: block;
  color: #d58b47;
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500
}

.profile ul {
  list-style: none
}

.profile ul li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  line-height: 100%;
  font-size: 18px
}

.profile .title {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding-right: 10px;
  box-sizing: border-box;
  text-align: left;
  color: #929292
}

.profile .data {
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  box-sizing: border-box;
  text-align: left
}

.my-account .modal-half.pack-details-wrap {
  padding: 20px 0;
  width: 530px
}

.pack-details .uk-table {
  margin: 0
}

.pack-details .uk-table th {
  font-size: 16px;
  color: #929292;
  text-transform: capitalize;
  padding: 15px 20px;
  line-height: 100%
}

.pack-details .uk-table td {
  text-align: left;
  padding: 15px 20px;
  line-height: 100%
}

.pack-details .uk-table-divider>:first-child>tr:not(:first-child),
.pack-details .uk-table-divider>:not(:first-child)>tr,
.pack-details .uk-table-divider>tr:not(:first-child) {
  border-top: 1px solid #1a1a1a
}

.pd-head {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #929292;
  background-color: #0f0f0f;
  padding: 3px 0
}

.sub-time {
  display: table;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 20px;
  box-sizing: border-box
}

.chart {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #000
}

.plan-days {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff
}

.sub-dates {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px
}

.sub-dates p {
  font-size: 16px;
  margin: 10px 0;
  line-height: 100%
}

.se-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative
}

.sub-edit {
  border-radius: 20px;
  border: none;
  display: inline-block;
  position: relative;
  width: 100px;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 40px;
  background: -moz-linear-gradient(left, #ffbb64 0, #c78242 35%, #d38845 69%, #ffe67f 100%);
  background: -webkit-linear-gradient(left, #ffbb64 0, #c78242 35%, #d38845 69%, #ffe67f 100%);
  background: linear-gradient(to right, #ffbb64 0, #c78242 35%, #d38845 69%, #ffe67f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb64', endColorstr='#ffe67f', GradientType=1);
  vertical-align: middle
}

.sub-edit-black {
  background-color: #000;
  display: inline-block;
  width: calc(96%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  height: 36px;
  border-radius: 20px;
  transform: translate(-50%, -50%)
}

.sub-edit span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  display: inline-block;
  width: 100%;
  font-weight: 500
}

.modal-title {
  text-align: left;
  color: #acacac;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 20px
}

.benefits {
  text-align: left;
  list-style: disc;
  padding-left: 17px
}

.benefits li {
  font-weight: 300;
  margin-bottom: 5px
}

.my-account .modal-half.all-plans {
  background-color: transparent;
  padding: 0;
  width: 580px
}

.all-plans-btn {
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: #343434;
  border-radius: 10px;
  margin: 0 0 35px;
  padding: 14px 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 0 #242424;
  position: relative;
  top: 0;
  transition: .2s all ease
}

.all-plans-btn:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  background-color: #c00000;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.all-plans-btn:active {
  box-shadow: 0 0 0 #242424;
  top: 10px
}

.all-plans-btn h6 {
  display: inline-block;
  margin: 0;
  color: #c7c7c7;
  font-size: 22px
}

.all-plans-btn em {
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  float: right;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500
}

.all-plans-btn strong {
  color: #fff
}

.all-plans-btn:last-child {
  margin-bottom: 10px
}

.strike {
  position: relative;
  display: inline-block
}

.strike:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #000
}

.ap-month {
  width: 100px;
  display: inline-block
}

.my-account .modal-half.payment-wrap {
  background-color: transparent;
  padding: 0 30px 0 0;
  width: 64.8%;
  margin: 0;
  border-right: 1px solid #1a1a1a
}

.my-account .modal-half.final-wrap {
  background-color: transparent;
  padding: 0 0 0 30px;
  width: 30%;
  margin: 0
}

.payments h2 {
  background-color: #151515;
  color: #acacac;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px;
  margin: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px
}

.pay-options {
  border: 1px solid #1a1a1a
}

.pay-options .uk-width-auto\@m {
  width: 32%
}

.pay-options .uk-tab>*>a {
  color: #acacac;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 100%;
  padding: 16px 20px
}

.pay-options .uk-tab>.uk-active>a {
  background-color: #242424;
  color: #fff
}

.pay-options .uk-tab-left>*>a {
  border-right-color: #1a1a1a
}

.pay-options .uk-tab-left {
  border-bottom: 1px solid #1a1a1a
}

.pay-options .uk-width-expand\@m {
  padding: 30px
}

.pay-options .uk-tab>.uk-active {
  position: relative
}

.pay-options .uk-tab>.uk-active:before {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent
}

.pay-options .uk-switcher {
  display: table;
  width: 100%;
  height: 100%
}

.pay-options .uk-switcher .uk-active {
  display: table-cell;
  vertical-align: middle
}

.pay-options .pay-btn {
  width: auto;
  line-height: 100%;
  background-color: #c00000;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 40px;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  border: none;
  margin: 0 auto;
  text-transform: uppercase
}

.pay-options .pay-btn img {
  display: inline-block;
  width: auto;
  vertical-align: middle
}

.pay-options #component-tab-left p {
  font-size: 15px
}

.fw-title {
  color: #a9a9a9;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 20px
}

.coupon {
  border-bottom: 2px solid grey;
  margin-bottom: 10px
}

.coupon p {
  display: inline-block
}

.coupon .gradient-text {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 2px solid #141414;
  float: right
}

.final-wrap span {
  color: #737373
}

.total-row {
  display: table;
  width: 100%;
  padding: 10px 0
}

.variable {
  display: table-cell;
  vertical-align: middle
}

.var-price {
  display: table-cell;
  vertical-align: middle;
  float: right
}

.grand-total {
  padding-top: 20px;
  border-top: 1px solid #1a1a1a;
  line-height: 100%;
  font-size: 18px
}

.rupee-icon {
  display: inline-block
}

.mp-wrap.uk-modal {
  padding-top: 150px;
  z-index: 9999
}

.mp-wrap .uk-modal-dialog {
  padding: 0;
  max-width: 860px !important;
  width: 100%;
  background-color: #181818
}

.mp-wrap .uk-close {
  background-color: #151515;
  border-radius: 50%;
  padding: 12px;
  margin-top: -30px;
  color: #fff;
  margin-right: 35px
}

.mp-wrap .uk-close:hover {
  color: #fff
}

.mp-wrap .sp-details {
  padding: 20px
}

.mp-wrap .spt-details p {
  margin: 0
}

.mp-wrap .breadcrumb {
  padding: 0;
  line-height: 100%;
  margin-bottom: 8px
}

.mp-wrap .uk-breadcrumb>*>* {
  color: #737373
}

.elogin .modal-half.offerright {
  padding: 0;
  background: #000
}

.diwali-offer-box.dnone {
  display: none
}

.holigif {
  position: fixed;
  max-width: 150px;
  height: auto;
  float: left;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 10px 0 0 45px
}

.holigif img {
  width: 100%;
  height: auto;
  float: left
}

p.episode-details {
  font-family: Calibri;
  font-size: 23px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #fffefe;
  clear: both;
  margin: 20px 0 0;
  display: flex;
  align-items: center
}

p.episode-details span {
  color: #e9b528;
  display: inline-flex;
  align-items: center
}

.poupform {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, .9);
  top: 0;
  left: 0;
  float: left
}

.poupform form {
  width: 450px;
  min-height: 200px;
  margin: 10px auto;
  background: #fff;
  border-radius: 6px;
  top: 33%;
  position: relative;
  padding: 10px
}

.btn-next-prev {
  width: 100%;
  float: left;
  height: auto;
  clear: both;
  position: relative;
  right: 20px
}

.poupform form .tab {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px
}

.poupform form .tab input {
  width: 86%;
  height: auto;
  float: left;
  padding: 10px;
  border: 1px solid #948c8c;
  border-radius: 4px
}

.tab {
  display: none
}

.btn-next-prev button {
  background-color: #e40909;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Calibri;
  cursor: pointer;
  border-radius: 4px
}

#prevBtn {
  background-color: #5d5d5d
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: .5
}

.step.active {
  opacity: 1
}

.poupform form h3 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 0
}

input.elogin-btn {
  border: 2px solid #e9b528;
  background: #2f2303;
  padding: 13px 32px !important;
  box-shadow: none;
  color: #e9b528;
  border-radius: 37px;
  margin-bottom: 0;
  transition: 0.3s;
}
input.elogin-btn:hover {
  border: 2px solid #e9b528;
  background: #000;
  padding: 13px 32px !important;
  box-shadow: none;
  color: #e9b528;
  border-radius: 37px;
  margin-bottom: 0;
  box-shadow: 2px 1000px 1px rgba(0, 0, 0, .7) inset;
}

.thanks ul .input_div {
  color: #fff;
  font-size: 16px
}

form#dtsubscription input.otp_input::Placeholder,
select#aioConceptName {
  color: #fff
}

select#aioConceptName option {
  color: #000
}

select#aioConceptName option:hover {
  color: #fff;
  background-color: #300820
}

.footer-social a {
  margin: 0 15px
}

.uk-margin.signupformdiv input#msisdn::placeholder {
  color: #fff !important
}

.uk-navbar-right {
  margin-left: 0;
  background-color: #2f2303;
  border-radius: 100px;
}

footer nav.uk-navbar-container.uk-navbar-transparent.uk-navbar {
  justify-content: center;
  border-bottom: 1px solid #e9b528;
  padding-bottom: 25px
}

footer .logo.uk-navbar-left img {
  width: 135px;
  padding-right: 10px
}

section.foot-copyright .uk-container {
  display: flex;
  position: relative;
  height: 70px
}

section.foot-copyright .uk-container .copyright.left-align {
  display: flex;
  align-items: center;
  margin: 0;
  width: 66.33%;
  flex-wrap: wrap;
  /* width: 33.33%; */
  padding: 0
}

section.foot-copyright .uk-container .copyright.left-align p {
  font-size: 12px;
  color: #e9b528;
  font-weight: 400
}

section.foot-copyright .uk-container .social-icon {
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 33.33%
}

section.foot-copyright .uk-container .social-icon .footer-social {
  padding-left: 0;
  text-align: center;
  margin: 0 auto
}

section.foot-copyright .uk-container .in10-venture {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  width: 33.33%
}

section.foot-copyright .uk-container .in10-venture img {
  width: 120px;
  float: right;
  margin-left: auto
}

div#search-modal {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}

h1.spt-title {
  font-family: Calibri;
  font-size: 33px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left
}

p.time-details {
  font-family: Calibri;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: normal;
  text-align: left;
  color: #c1b6b3;
  margin-top: 18px
}

span.uk-text-center.uk-display-inline-block.uk-width-1-1 {
  font-size: 15px
}

span.uk-text-center.uk-display-inline-block.uk-width-1-1 span {
  color: #e9b528
}

span.uk-text-center.uk-display-inline-block.uk-width-1-1 a {
  color: #fff;
  -webkit-text-fill-color: #fff
}

.full-widt {
  width: 100%;
  float: left;
  height: auto;
  text-align: center
}

a.load-more-btn.autowidth {
  font-size: 17px;
  font-weight: 500;
  color: #e9b528;
  width: 185px;
  height: 50px;
  line-height: 50px;
  border-radius: 32px;
  border: 2px solid #e9b528;
  background: #2f2303;
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  margin-left: auto;
  box-shadow: 2px 1000px 1px rgba(0, 0, 0, .7) inset;
  transition: 0.3s;
}
a.load-more-btn.autowidth:hover {
  border: 2px solid #e9b528;
  background: #e9b528;
}

section.listing-mid-page .row-contain {
  width: calc(100% + 14px);
  float: left;
  margin: 0 -7px
}

section.listing-mid-page .spt-area {
  margin: 0 0 5px
}

section.listing-mid-page .sp-row {
  width: 25%;
  margin: 0;
  padding: 0;
  float: left
}

section.listing-mid-page .sp-row .sp-wrapper {
  padding: 7px
}

.row-contain.slice .sp-row,
a.user-name.loginbutton+ul.user-login {
  display: none
}

#wrapper .sp-row .small-promo.specials .sp-details .meta-box article.spt-details.trackpromoevents .spt-inner p {
  text-align: center
}

.spt-title {
  font-size: 34px;
  color: #fff
}

.small-promo .sp-thumb {
  width: 100%;
  height: 100%;
  margin: 0
}
.small-promo a{
  height: 100%;
  display: flex;
}
.small-promo .sp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-box figure img,
.small-promo .sp-thumb img {
  border-radius: 5px
}

.owl-carousel .cs-box {
  width: 100%
}

.cs-box:hover .cs-meta,
.small-promo.specials:hover .sp-details {
  opacity: 1;
  visibility: visible
}

.small-promo.specials {
  position: relative;
  height: 148px;
}

.sp-wrapper {
  padding: 0 7px
}

.owl-carousel .cs-box .premium,
.small-promo .sp-thumb .premium {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  z-index: 999;
  margin: 8px;
  left: 0;
  background: url(../../../img/crown@2x.png) center center no-repeat;
  background-size: 32px auto;
  text-indent: -9999px
}

.uk-margin-large-top {
  margin-top: 20px !important
}

.cs-box .cs-meta,
.small-promo .sp-details {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 25px;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.cs-box .cs-meta .cs-title h4,
.small-promo .spt-title {
  line-height: 20px;
  font-weight: 700;
  font-size: 19px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  color: #fdbb63;
  width: 100%
}

.cs-box .cs-meta {
  padding: 0
}

.cs-box .cs-meta .cs-title h4 {
  max-width: 100%;
  padding: 0;
  white-space: pre-wrap;
  text-align: center
}

.cs-arrows .owl-nav {
  position: absolute;
  top: calc(39%);
  width: 100%;
  margin: 0
}

.cs-arrows .owl-nav .owl-prev {
  left: -25px;
  position: absolute;
  height: 22px
}

.cs-arrows .owl-nav .owl-next {
  right: -25px;
  position: absolute;
  height: 22px
}

.cs-box.eventtracker {
  position: relative
}

.player.side.next p span.next-title-text,
.player.side.previous p span.prev-title-text {
  font-size: 14px;
  font-weight: 400;
  color: #e9b528
}

.player.side.next p,
.player.side.previous p {
  margin-top: 20px
}

.player.side.previous p span.prev-title-text {
  float: right
}

.player.side.next p span.next-title-text {
  float: left
}

.player.side p.arrow-title {
  font-family: Calibri;
  font-size: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #fff;
  clear: both;
  padding-top: 13px
}

.player.side.next p.arrow-title {
  text-align: left
}

form#searchform_id .uk-grid.uk-grid-stack {
  background: radial-gradient(100% 100% at 100% 0%, #0f0e0e 0%, #2f2303 100%);
}

.faq-contact .custom-select,
.faq-contact .uk-input,
.faq-contact .uk-select,
.faq-contact .uk-textarea {
  border-bottom: 1px solid #e9b528
}

.uk-margin.textarea.input--filled textarea.uk-input.input__field {
  height: 65px;
  line-height: 18px
}

.main-menu li.uk-active:after {
  content: '';
  position: absolute;
  width: 85%;
  height: 3px;
  background: #fdbb63;
  bottom: 1px;
  margin: 0 auto;
  float: left;
  left: 7.5%
}

.inner.logins.autheventtracker {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  padding: 0;
  margin: 0
}

.inner.logins.autheventtracker .elogin {
  background: radial-gradient(100% 100% at 100% 0%, #0f0e0e 0%, #2f2303 100%);
  background-size: cover;
  width: 800px;
  padding: 0;
  border-radius: 10px;
  position: absolute;
  height: 480px;
  left: calc(50% - 400px);
  top: calc(50% - 240px);
  display: flex;
  justify-content: center;
  align-items: center
}

.inner.logins.autheventtracker .elogin .modal-half {
  display: block;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  width: 450px;
  height: 100%;
  margin: 0 auto;
  position: relative
}

.inner.logins.autheventtracker .elogin a.login-back {
  top: 20px;
  font-size: 24px;
  right: 30px;
  border: none;
  position: absolute
}

.inner.logins.autheventtracker .elogin a.login-back img {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0
}

.inner.logins.autheventtracker .elogin h3 {
  font-size: 25px;
  color: #e9b528;
  text-align: center;
}

.inner.logins.autheventtracker .elogin input.elogin-btn {
  width: 170px
}

.inner.logins.autheventtracker label#msisdn-error {
  font-size: 16px !Important
}

.playerloader {
  height: 100%;
  background: rgba(233, 181, 40, 0.9);
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%
}

.loader-2 {
  display: block;
  height: 66px;
  width: 66px;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  -webkit-animation: loader-2-1 3s linear infinite;
  animation: loader-2-1 3s linear infinite
}

@-webkit-keyframes loader-2-1 {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes loader-2-1 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loader-2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 66px;
  width: 66px;
  clip: rect(10px, 66px, 66px, 0);
  -webkit-animation: loader-2-2 1.5s cubic-bezier(.77, 0, .175, 1) infinite;
  animation: loader-2-2 1.5s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-2-2 {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes loader-2-2 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loader-2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  border: 3px solid transparent;
  border-top: 3px solid rgab(255, 255, 255, 1);
  border-radius: 50%;
  -webkit-animation: loader-2-3 1.5s cubic-bezier(.77, 0, .175, 1) infinite;
  animation: loader-2-3 1.5s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-2-3 {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes loader-2-3 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loader-2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  border: 3px solid #c8265d;
  border-radius: 50%
}

.loader-page {
  background: radial-gradient(100% 100% at 100% 0%, #0f0e0e 0%, #2f2303 100%);
  z-index: 9999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100vh
}

.loader-page .center {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh
}

.loader-page .ring {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: ring 2s linear infinite
}

.loader-page span {
  color: #737373;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 100px;
  animation: text 3s ease-in-out infinite
}

.loader-page .ring::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, .3)
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 5px 2px #c93
  }

  50% {
    transform: rotate(180deg);
    box-shadow: 1px 5px 2px #c00
  }

  100% {
    transform: rotate(360deg);
    box-shadow: 1px 5px 2px #c93
  }
}

@keyframes text {
  50% {
    color: #fff
  }
}

html.uk-modal-page body header {
  width: 99.5%
}

a:focus {
  outline: 0
}

a.user-name.loginbutton+ul.user-login li a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding-top: 15px
}

a.user-name.loginbutton+ul.user-login {
  top: 30px;
  padding: 0
}

.cs-arrows .owl-stage {
  margin: 0 auto
}

.user a.user-name.loginbutton {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 25px 7px 55px;
  text-align: center;
  background: #0f0e0e;
  color: #e9b528 !important;
  font-weight: 800;
  font-size: 18px;
  height: auto;
  border-radius: 33px;
  width: 130px;
  text-transform: capitalize;
}
.language_selector{
  background: transparent;
  color: #e9b528;
  font-weight: 800;
  border: none;
  padding-right: 14px;
  margin-inline: 30px;
  font-size: 15px;
  background-image: url(../img/select-arrow.svg);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right;
}

.uk-navbar .user-menu .user a.user-name.loginbutton .fas {
  position: absolute;
  top: 10px;
  right: 12px;
  display: none
}

.user-login {
  top: 16px
}

header {
  /* background: radial-gradient(100% 100% at 100% 0%, #0f0e0e 0%, #2f2303 100%); */
  background: #000;
  background-size: cover;
  position: fixed;
  z-index: 9999;
  width: 100%;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.20);
}

/* header:after {
  content: '';
  background-image: url(../img/color-line.png);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb64', endColorstr='#ffe67f', GradientType=1);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
} */

/* header.black-bkg {
  background-color: #300820
} */

.uk-navbar-left.main-menu {
  margin: 0 auto
}

header .uk-navbar-nav>li.uk-active>a,
header .uk-navbar-nav>li:hover>a,
header .uk-navbar-nav>li>a:active {
  color: #fdbb63
}

header .uk-navbar-nav>li>a {
  padding: 0 15px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: Calibri;
}

.cs-watch-wrap .cs-watch {
  max-width: 280px;
  overflow: hidden
}

.home-banner {
  position: relative;
  margin-bottom: 10px;
  margin-top: 80px
}

.home-banner+section {
  margin-top: 40px
}

.banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 58%, #000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(39%, rgba(0, 0, 0, 0)), color-stop(58%, rgba(0, 0, 0, 0)), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 58%, #000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 58%, #000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 58%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 58%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: 9
}

.partial-overlay {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
  border-right: 50vw solid rgba(0, 0, 0, .8);
  border-left: 50vw solid rgba(0, 0, 0, .8);
  pointer-events: none
}

.main-banner .owl-nav {
  display: none
}

.home-banner .owl-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1240px;
  z-index: 999;
  pointer-events: none
}

.home-banner .owl-nav .owl-next,
.home-banner .owl-nav .owl-prev {
  width: 33px;
  height: 57px;
  border: none;
  outline: 0;
  cursor: pointer;
  pointer-events: all
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
  opacity: 0
}

.home-banner .owl-nav .owl-prev {
  background: url(../img/home-banner-prev.png) no-repeat !important
}

.home-banner .owl-nav .owl-next {
  float: right;
  background: url(../img/home-banner-prev.png) no-repeat !important;
  transform: rotate(180deg)
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #666
}

.main-banner .owl-dots {
  margin: -5px 0 0;
  text-align: center
}

.main-banner .owl-dot span {
  width: 36px;
  height: 5px;
  border-radius: 10px;
  background-color: #454545;
  border: none;
  margin: 0 3px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease
}

.main-banner .owl-dot.active span {
  background-color: #ffcd67;
  height: 7px;
  position: relative;
  top: 1px
}

#wrapper .inner {
  min-height: 625px
}

.standard:last-of-type .cs-row {
  border: 0
}

.nofloat_checkbox label.uk-float-left,
.nofloat_checkbox label.uk-float-right {
  font-size: 16px
}

ul.list {
  list-style: disc;
  margin-left: 20px
}

ul.list li {
  padding-left: 5px
}

.regenerate_pin_mob_btn {
  width: auto;
  line-height: 100%;
  background-color: #c00000;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 80px;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  border: none;
  cursor: pointer
}

.regenerate_pin_mob_btn:hover {
  color: #fff
}

.generatepin-form .login_txt {
  margin-bottom: 20px
}

.generatepin-form .getpincontainer {
  font-weight: 400
}

.generatepin-form .getpincontainer .viewpin {
  font-weight: 700;
  color: #ffb963;
  margin-left: 5px
}

.center_page_msg_blk {
  display: block;
  width: 100%;
  margin: 100px auto
}

.center_page_msg_blk .big_txt {
  font-size: 100px;
  line-height: 77px;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 20px;
  text-align: center
}

.center_page_msg_blk .small_txt {
  text-align: center
}

.uk-container1 {
  min-height: 530px
}

.social_share_overlay_popop {
  z-index: 9;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto
}

.my-account .uk-margin-large-top {
  margin-top: 0 !important
}

.elogin .modal-table .uk-margin-large-top {
  margin-top: 40px !important
}

.error.messagenotification {
  position: unset;
  top: unset;
  left: unset;
  transform: unset;
  line-height: 100%;
  transition: .5s all ease;
  color: red;
  font-size: 14px;
  text-align: center;
  display: block;
  padding-top: 10px
}

.error.messagenotification .msg {
  color: red;
  font-size: 14px;
  text-align: center
}

.elogin-btn {
  margin-top: 10px
}

#signup_id .uk-margin-large-top {
  margin-top: 10px !important
}

.small-promo .spt-title {
  line-height: 26px
}

.paginatecontainer .sp-row:last-of-type {
  border-bottom: 0 solid #1a1a1a
}

.search-result .searchcontent .uk-width-1-4 .cs-box {
  margin-bottom: 15px
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #151515 inset !important;
  -webkit-text-fill-color: #fff !important
}

.uk-table.uk-table-divider.allplans tbody,
.uk-table.uk-table-divider.allplans thead {
  display: block
}

.uk-table.uk-table-divider.allplans tbody {
  max-height: 504px;
  display: block;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden
}

.home-banner .owl-nav1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.home-banner .owl-nav1 button {
  background: transparent;
}

/* .home-banner .owl-nav1 .owl-next {
  float: right;
} */

.home-banner .owl-nav1 .owl-next span,
.home-banner .owl-nav1 .owl-prev span {
  opacity: 1;
  color: #fff;
  font-size: 50px;
}

.home-banner .owl-nav1 .owl-next,
.home-banner .owl-nav1 .owl-prev {
  width: 50px;
  height: 57px;
  border: none;
  outline: 0;
  cursor: pointer;
  pointer-events: all
}

.uk-breadcrumb>*>*,
.uk-breadcrumb>:last-child>*,
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
  color: #ffffff8c
}

/* .show-search {
  background: linear-gradient(to bottom, #2d041e, #310721, #4b1033)
} */

ul.show-response.searchbartrack .search-result-title {
  margin: 33px 0 0;
  font-family: Calibri;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
/*  border-bottom: 1px solid #420d2c;*/
/*  padding-bottom: 18px*/
}

ul.show-response.searchbartrack .search-result-wrap {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 0
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 23px
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker {
  padding: 0 7.5px;
  margin-bottom: 15px
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker .cs-box {
  width: 100%;
  height: auto;
  float: left;
  position: relative
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker .cs-box figure img {
  border-radius: 5px
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker .cs-box .premium {
  display: none
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker .cs-box .cs-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker .cs-box .cs-meta h4 {
  font-family: Calibri;
  font-size: 19px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-align: center;
  color: #fdbb63
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker:hover .cs-meta {
  opacity: 1;
  visibility: visible
}

ul.show-response.searchbartrack li {
  margin: 33px 0 0;
  font-family: Calibri;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: normal;
  text-align: left;
  color: #ba8b91;
  border-bottom: 1px solid #420d2c;
  padding-bottom: 18px
}

#search-modal .uk-width-12 {
  position: relative
}

#search-modal .uk-width-12 .uk-container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

#search-modal .uk-width-12 .show-search-btn {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  margin: 0;
  position: absolute
}

#search-modal .uk-width-12 input#searchbartrack {
  width: 85%;
  border-bottom: none;
  height: 75px;
  padding-left: 35px
}

#search-modal .uk-width-12 .clear {
  /* display: inline-flex; */
  align-items: center;
  font-size: 17px;
  padding: 0 10px;
  cursor: pointer
}

#search-modal .uk-width-12 .home {
  /* display: inline-flex; */
  align-items: center;
  padding: 0 10px;
  cursor: pointer
}

#search-modal .uk-width-12 .home img {
  width: 24px;
  height: 23px
}

#search-modal .uk-width-12 .cross {
  /* display: inline-flex; */
  align-items: center;
  padding: 0 10px;
  padding-right: 0;
  cursor: pointer
}

#search-modal .uk-width-12 .cross img {
  width: 19px;
  height: 18px
}

#search-modal .uk-width-12:after {
  content: '';
  /* background-image: url(../img/color-line.png); */
  background: linear-gradient(270.23deg, #9D4EDD 0%, #5A189A 33.33%, #e9b528 66.67%, #e9b528 100%);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

.width-12.uk-grid-margin.uk-first-column {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
/*  padding-left: 40px;*/
  margin-top: 0
}

div#search-modal .uk-width-12 input#searchbartrack::placeholder {
  color: #60344f !important;
  font-family: Calibri;
  font-size: 28px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left
}

.psharecontainer {
  position: absolute;
  top: 35px;
  right: 0;
  display: none;
  z-index: 1;
  border-radius: 8px;
  background: #242424;
  padding: 20px 25px
}

.psharecontainer a {
  color: #C8C7C2;
  margin: 0 8px;
  font-size: 20px;
  display: inline;
  float: left
}

.psharecontainer .uk-button {
  display: block;
  background-color: #5e5e5e;
  border-radius: 20px;
  white-space: nowrap;
  margin: 40px 0 0;
  padding: 0 20px;
  color: #C8C7C2
}

.detailpageshare .psharecontainer a {
  font-size: 20px
}

.spt-share li a i {
  width: 20px;
  height: 20px
}

.spt-share li a .far.fa-heart {
  display: inline-block;
  top: 3px;
  position: relative;
  background-size: 100% 100% !important;
  background: url(../mobile/img/menu_icons/like-button.png?v=201806211) no-repeat
}

.spt-share li a .far.fa-heart:before {
  content: ""
}

.spt-share li a .fa-heart.fas {
  display: inline-block;
  top: 3px;
  position: relative;
  background-size: 100% 100% !important;
  background: url(../mobile/img/menu_icons/like-button-clicked.png?v=201806211) no-repeat
}

.spt-share li a .fa-heart.fas:before {
  content: ""
}

.spt-share li a .far.fa-clock {
  display: inline-block;
  top: 3px;
  position: relative;
  background-size: 100% 100% !important;
  background: url(../mobile/img/menu_icons/watch-later.png?v=201806211) no-repeat
}

.spt-share li a .far.fa-clock:before {
  content: ""
}

.spt-share li a .fa-clock.fas {
  display: inline-block;
  top: 3px;
  position: relative;
  background-size: 100% 100% !important;
  background: url(../mobile/img/menu_icons/watch-later-clicked.png?v=201806211) no-repeat
}

.spt-share li a .fa-clock.fas:before {
  content: ""
}

.spt-share li a .fas.fa-share-alt {
  display: inline-block;
  top: 3px;
  position: relative;
  background-size: 100% 100% !important;
  background: url(../mobile/img/menu_icons/share-button.png?v=201806211) no-repeat
}

.spt-share li a .fas.fa-share-alt:before {
  content: ""
}

.spt-specials .spt-share li a i {
  width: 20px;
  height: 20px
}

.spt-share .psharecontainer a i {
  width: auto;
  height: auto
}

@media (max-width:1320px) {
  .player.centered {
    width: 672px !important
  }
  section.listing-mid-page .sp-row {
    width: 20%;
  }
  .small-promo.specials {
    height: 120px;
  }
}

@media (max-width:1220px) {
  .player.centered {
    width: 672px !important
  }
}

@media (max-width:1020px) {
  .player.centered {
    width: 672px !important
  }
}

.spt-specials .spt-share {
  position: relative;
  top: -3px
}

.fav-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 100%;
  font-size: 20px;
  color: #c8c7c6
}

.fav-tag:hover {
  color: #c8c7c6
}

.fav-tag.removefav,
.fav-tag.removewatchlater {
  position: absolute;
  right: 10px;
  top: 10px
}

.fav-tag.removefav .far.fa-trash-alt,
.fav-tag.removewatchlater .far.fa-trash-alt {
  background-size: 100% 100% !important;
  background: url(../mobile/img/fav_delete_icon.png?v=2018062111) no-repeat;
  width: 30px;
  height: 30px
}

.fav-tag.removefav .far.fa-trash-alt:before,
.fav-tag.removewatchlater .far.fa-trash-alt:before {
  content: ""
}

.speical-noslide {
  width: 100%;
  vertical-align: top
}

.speical-noslide .cs-video-box {
  vertical-align: top
}

.or-divider {
  font-size: 20px;
  position: relative;
  max-width: 280px;
  margin: 30px auto;
  text-align: center
}

.or-divider:after,
.or-divider:before {
  position: absolute;
  width: 100px;
  content: "";
  height: 1px;
  display: block;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.or-divider:after {
  left: 0
}

.or-divider:before {
  right: 0
}

.promocode-box {
  margin-top: 5px
}

.promocode-box .promoerror {
  top: 60px
}

.promocode-box .ap-month {
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px
}

.promocode-box .promocode-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start
}

.promocode-box .uk-margin {
  width: 74%;
  padding-right: 10px
}

.promocode-box .submitpromo {
  width: 145px;
  text-align: center
}

.fs-wrap .uk-input {
  color: #000
}

.newslettermessage {
  position: absolute;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: red;
  padding-top: 5px
}

.fs-wrap .uk-button.submitnewsletter {
  width: 100px;
  height: 40px;
  background-color: #e40909;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 40px;
  border-radius: 0 26px 26px 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
  padding: 0;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to top, #aa4317, #b7164c, #c8265d);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: none;
  color: #fff
}

.fs-wrap .uk-button.submitnewsletter:before {
  content: none
}

section.show-search.desktop-search ul.show-response {
  background: #300820 !important
}

.hasDatepicker {
  cursor: pointer
}

.footer-app-section {
  display: none;
  margin-top: 40px;
  text-align: center;
  padding: 0 15px 30px;
  position: relative;
  background: #300820
}

.footer-app-section:before {
  content: '';
  background-image: url(../img/color-line.png);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb64', endColorstr='#ffe67f', GradientType=1);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.footer-app-section ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 8px
}

.footer-app-section ul li a {
  margin: 0;
  display: block
}

.footer-app-section ul li img.android-icon,
.footer-app-section ul li img.apptv-icon,
.footer-app-section ul li img.ledtv-icon {
  width: 140px;
  cursor: default
}

.footer-app-section ul li img.firetv-icon {
  width: 80px;
  cursor: default
}

.footer-app-section ul li img.appstore-icon,
.footer-app-section ul li img.gplay-icon {
  width: 140px
}

.footer-app-section ul li img.roku-icon {
  cursor: default
}

.lang-wrap {
  margin-bottom: 18px
}

.lang-wrap label {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #929292;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle
}

.lang-wrap .lang-list {
  display: inline-block;
  vertical-align: middle
}

.lang-wrap .lang-list li {
  display: inline-block;
  vertical-align: top;
  margin: 3px
}

.lang-wrap .lang-list li a {
  background-color: #c00000;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 22px;
  border: none;
  position: relative;
  cursor: pointer
}

.lang-wrap .lang-list li a.active {
  padding-left: 30px;
  color: #000;
  background: #ffbb64;
  background: -moz-linear-gradient(left, #ffbb64 0, #c78242 37%, #d38845 66%, #ffe67f 100%);
  background: -webkit-linear-gradient(left, #ffbb64 0, #c78242 37%, #d38845 66%, #ffe67f 100%);
  background: linear-gradient(to right, #ffbb64 0, #c78242 37%, #d38845 66%, #ffe67f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb64', endColorstr='#ffe67f', GradientType=1)
}

.lang-wrap .lang-list li a.active .fas {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px
}

.pay-type-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap
}

.pay-type-list ul {
  width: 300px;
  margin-right: 25px
}

.pay-type-list ul li {
  position: relative;
  cursor: pointer;
  padding: 5px 0;
  border-bottom: 1px solid #402c2c
}

.pay-type-list ul li.active {
  background: #242424
}

.pay-type-list ul li:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 15px;
  background: url(../img/right-arrow-angle.png) center center no-repeat;
  color: #fff;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 12px auto
}

.pay-type-list ul li label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 10px
}

.pay-type-list ul li .pay-icon {
  width: 30px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-right: 15px
}

.pay-type-list ul li .pay-icon img {
  max-width: 90%;
  max-height: 100%
}

.pay-type-list ul li input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.pay-type-list ul li .pay-text {
  font-weight: 500;
  color: #acacac;
  font-size: 16px
}

.pay-type-list .bank-dropdown {
  width: 300px
}

.pay-type-list .bank-dropdown #card_name {
  background: #000;
  border: 1px solid #312b2b;
  color: #acacac;
  padding: 8px 20px 8px 12px;
  font-size: 15px;
  width: 100%
}

.pay-type-list .bank-dropdown #card_name option {
  font-size: 15px
}

.card-details-form {
  max-width: 300px;
  margin-top: 20px;
  text-align: left;
  box-sizing: border-box
}

.card-details-form .card-row {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box
}

.card-details-form .card-row .card-input {
  background: #000;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #312b2b;
  padding: 10px;
  color: #fff
}

.card-details-form .card-row .card-input:focus {
  outline: 0
}

.card-details-form .card-row.card-ex-input {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px
}

.card-details-form .card-row.card-ex-input .card-input {
  width: 47%;
  margin: 0 .3%;
  display: inline-block;
  vertical-align: top
}

.card-details-form .card-row.card-cvv-input {
  width: 100px;
  display: inline-block;
  vertical-align: top
}

.paytm-modal .uk-modal-dialog {
  background: #000;
  max-width: 300px !important;
  width: 100%;
  padding: 0;
  border: 1px solid #1b1a1a;
  top: 50px
}

.paytm-modal .uk-modal-dialog .uk-modal-body {
  padding: 15px 30px
}

.paytm-modal .uk-modal-dialog .uk-modal-body label {
  font-size: 14px
}

.paytm-modal .uk-modal-dialog .uk-modal-body .uk-input {
  background: #000;
  margin-top: 12px;
  height: 35px
}

.paytm-modal .uk-modal-dialog .uk-modal-footer {
  background: #000;
  border: 0;
  padding-top: 7px
}

.paytm-modal .uk-modal-dialog .uk-modal-footer button {
  line-height: 100%;
  background-color: #c00000;
  font-weight: 500;
  font-size: 14x;
  padding: 9px 0;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  width: 78px;
  border: none;
  cursor: pointer
}

.paytm-modal .uk-modal-dialog .uk-modal-footer button.uk-button-default {
  background: #343434
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/close.png) center center no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  z-index: 1
}

.sub-terms-link {
  color: #d58b47;
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #d58b47;
  display: inline-block;
  margin-top: 10px
}

.subscription-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, .9);
  display: none
}

.subscription-popup.active {
  display: flex
}

.subscription-popup .subpop-wrap {
  max-width: 577px;
  width: 98%;
  position: relative
}

.subscription-popup .subpop-wrap .close-popup {
  top: 0
}

.subscription-popup .subpop-wrap .subtop-wrap img {
  width: 100%
}

.subscription-popup .subpop-wrap .submid-wrap {
  position: relative
}

.subscription-popup .subpop-wrap .submid-wrap .submid-inner-wrap {
  padding: 20px 20px 0;
  background: #151515;
  position: relative
}

.subscription-popup .subpop-wrap .submid-wrap p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 5px;
  line-height: 25px
}

.subscription-popup .subpop-wrap .submid-wrap p.offer-text {
  font-size: 16px
}

.subscription-popup .subpop-wrap .submid-wrap h2 {
  color: #fff;
  font-size: 26px;
  margin: 0
}

.subscription-popup .subpop-wrap .submid-wrap h4 {
  color: #ccc;
  font-size: 16px;
  margin: 15px 0;
  font-weight: 400
}

.subscription-popup .subpop-wrap .submid-wrap .ehp-text img,
.subscription-popup .subpop-wrap .submid-wrap .ehp-text span {
  display: inline-block;
  vertical-align: bottom
}

.subscription-popup .subpop-wrap .submid-wrap .sub-terms-link {
  color: #d58b47;
  background-image: linear-gradient(to right, #ffbb64, #c78242, #d38845, #ffe67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #d58b47;
  display: inline-block;
  margin-top: 10px
}

.subscription-popup .subpop-wrap .submid-wrap .subfoot-wrap {
  width: 100%;
  z-index: 1
}

.subscription-popup .subpop-wrap .submid-wrap .sub-btn-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px
}

.subscription-popup .subpop-wrap .submid-wrap .sub-btn-wrap .sub-btn {
  color: #e8a95a;
  text-transform: uppercase;
  font-weight: 500;
  width: 50%;
  text-align: center;
  font-size: 18px
}

.select-plan-link {
  position: relative
}

.select-plan-link:focus {
  box-shadow: 0 0 0 #242424
}

.select-plan-link .all-plans-btn {
  border-radius: 10px 10px 0 0
}

.select-plan-link .all-plans-btn:active {
  top: 0
}

.select-plan-link:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  background-color: #c00000;
  height: 100%;
  z-index: 9;
  border-radius: 10px 0 0 10px
}

.select-plan-box {
  border-radius: 0 0 10px 10px;
  background: #343434;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: -25px;
  padding: 10px 20px;
  box-shadow: 0 10px 0 #242424
}

.select-plan-box p {
  font-size: 16px
}

.select-plan-box .sub-terms-link {
  margin-top: 0
}

.agree-terms-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, .7);
  display: none
}

.agree-terms-popup.active {
  display: flex
}

.agree-terms-popup .agree-terms-wrap {
  background: #000;
  padding: 15px;
  max-width: 470px;
  width: 90%;
  position: relative
}

.agree-terms-popup .agree-terms-wrap .at-title,
.agree-terms-popup .agree-terms-wrap .confirm-btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px
}

.agree-terms-popup .agree-terms-wrap .checkbox-style {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.agree-terms-popup .agree-terms-wrap .checkbox-style label {
  font-weight: 700
}

.agree-terms-popup .agree-terms-wrap .checkbox-style label a {
  color: #e8a95a
}

.agree-terms-popup .agree-terms-wrap .checkbox-style label .checkbox {
  display: inline-block;
  width: 20px;
  box-sizing: border-box;
  vertical-align: middle
}

.agree-terms-popup .agree-terms-wrap .checkbox-style label .checkbox-title {
  display: inline-block;
  padding-left: 14px;
  width: 91%;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left
}

.agree-terms-popup .agree-terms-wrap .confirm-btn {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px
}

.checkbox-style .styled-checkbox {
  position: absolute;
  opacity: 0
}

.checkbox-style .styled-checkbox+label,
.checkbox-style .styled-checkbox+label .checkbox {
  position: relative;
  cursor: pointer;
  padding: 0
}

.checkbox-style .styled-checkbox+label .checkbox:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ccc
}

.checkbox-style .styled-checkbox:focus+label .checkbox:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .12)
}

.checkbox-style .styled-checkbox:checked+label .checkbox:before {
  background: #e40909
}

.checkbox-style .styled-checkbox:disabled+label {
  color: #ccc;
  cursor: auto
}

.checkbox-style .styled-checkbox:disabled+label .checkbox:before {
  box-shadow: none;
  background: #ddd
}

.checkbox-style .styled-checkbox:checked+label .checkbox:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg)
}

.popup-overlay {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8)
}

.popup-overlay .iq-popup {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  position: relative
}

.popup-overlay .iq-popup .close-iq {
  position: absolute;
  top: -4px;
  right: 2.9%;
  color: #999;
  font-size: 12px;
  z-index: 9
}

.popup-overlay .iq-popup .close-iq img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px
}

.popup-overlay .iq-popup .iq-link {
  position: absolute;
  bottom: 0;
  right: 2.9%;
  color: #999;
  font-size: 12px
}

.popup-overlay .iq-popup .iq-link a {
  color: #fff
}

.popup-overlay .iq-popup .iq-link a img {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 12px
}

.popup-overlay .iq-popup .google-link {
  position: absolute;
  height: 70px;
  left: 24%;
  bottom: 8%;
  width: 9%;
  cursor: pointer
}

.popup-overlay .iq-popup .ios-link {
  position: absolute;
  height: 70px;
  left: 34%;
  bottom: 9%;
  width: 10%;
  cursor: pointer
}

.popup-overlay .iq-popup .pageblock-link {
  position: absolute;
  height: 87%;
  right: 3%;
  top: 6%;
  width: 95%;
  cursor: pointer
}

.popup-overlay#geo-block-overlay {
  background: rgba(0, 0, 0, .9)
}

.popup-overlay#geo-block-overlay .geo-block-popup {
  text-align: center;
  color: #fff
}

.popup-overlay#geo-block-overlay .geo-block-popup h2 {
  font-size: 100px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #fff
}

.popup-overlay#geo-block-overlay .geo-block-popup h2 img {
  width: 72px;
  display: inline
}

.popup-overlay#geo-block-overlay .geo-block-popup p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

.popup-overlay#geo-block-overlay .geo-block-popup .ok-btn {
  background: #ffbb64;
  background-image: -moz-linear-gradient(0deg, #e59a38 18%, #f1c460 35%, #fdee88 47%, #edbd63 60%, #dd8c3e 79%);
  background-image: -webkit-linear-gradient(0deg, #e59a38 18%, #f1c460 35%, #fdee88 47%, #edbd63 60%, #dd8c3e 79%);
  background-image: -ms-linear-gradient(0deg, #e59a38 18%, #f1c460 35%, #fdee88 47%, #edbd63 60%, #dd8c3e 79%)
}

.popup-overlay.active {
  display: flex
}

.iq-app-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 250px
}

.iq-app-overlay.active {
  display: flex
}

.iq-app-overlay .close-iq-app {
  position: absolute;
  top: 14px;
  left: 9%;
  color: #999;
  font-size: 12px;
  z-index: 9
}

.iq-app-overlay .close-iq-app img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px
}

.iq-app-overlay .google-link {
  position: absolute;
  height: 38px;
  left: 0vw;
  bottom: 1vw;
  width: 44%;
  cursor: pointer
}

.iq-app-overlay .ios-link {
  position: absolute;
  height: 38px;
  left: 9vw;
  bottom: 1vw;
  width: 40%;
  cursor: pointer
}

.diwali-offer-box {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  padding: 5px 11px;
  line-height: 20px;
  background: #ffbb64;
  background: -moz-linear-gradient(left, #ffbb64 0, #c78242 37%, #d38845 66%, #ffe67f 100%);
  background: -webkit-linear-gradient(left, #ffbb64 0, #c78242 37%, #d38845 66%, #ffe67f 100%);
  background: linear-gradient(to right, #ffbb64 0, #c78242 37%, #d38845 66%, #ffe67f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb64', endColorstr='#ffe67f', GradientType=1)
}

.diwali-offer-box span {
  color: #e40909;
  font-size: 16px
}

.diwali-offer-box a {
  color: #69411d
}

.lazy {
  background-image: none !important
}

.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: .5
}

section.home-banner .owl-dots {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%
}

section.home-banner .owl-carousel.main-banner.owl-loaded.owl-drag .new-episode-title {
  background: #bc0600;
  position: absolute;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: Calibri;
  color: #fff;
  left: 0;
  top: 0
}

header .uk-container {
  max-width: 95%
}

select#aioConceptName {
  background: 0 0 !important
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
  background: #ffcd67;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
  border: 2px solid #fff;
  background: 0 0
}

input.subscribe.cd-popup-trigger {
  border: 2px solid transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to top, #aa4317, #b7164c, #c8265d);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: none;
  color: #fff;
  font-weight: 400
}

button.close_button {
  border: 1px solid #fff;
  padding: 10px 28px
}

form#dtsubscription {
  margin-top: 40px
}

header.logo {
  display: none
}

.my-account {
  margin: 100px 0;
  background: rgba(0, 0, 0, .2);
  padding: 23px 52px 38px;
  margin-bottom: 50px !important;
  width: calc(100% - 104px);
  float: left
}

.search-btn .magnify svg {
  display: none
}

p.movies {
  background: rgba(0, 0, 0, .7);
  float: right;
  padding: 6px 15px;
  height: auto;
  text-align: center;
  display: inline;
  border-radius: 5px;
  position: absolute;
  right: 13px;
  bottom: 12px;
  color: #fff;
  font-size: 17px
}

.account-header {
  width: 100%;
  float: left;
  border-bottom: 1px solid #74394a;
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center
}

.account-header .input_div label.input-label {
  float: left;
  padding-right: 7px;
  font-size: 18px
}

.account-header .input_div input.otp_input {
  background: 0 0;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  width: 140px
}

.account-header h1 {
  color: #fcbb64;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0
}

.account-header h1 img {
  width: 10px;
  display: inline-block
}

.card {
  width: 100%;
  height: auto;
  float: left
}

.premium-plan-box {
  width: 445px;
  height: 250px;
  margin: 45px auto 26px;
  background: url(../img/card.png) center center no-repeat;
  background-size: 445px auto;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between
}

.premium-plan-box .premium-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 15px
}

.premium-plan-box .premium-top .plan-period {
  color: #fff
}

.premium-plan-box .premium-top .plan-status {
  color: #390;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px
}

.premium-plan-box .premium-top .plan-status span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px
}

.premium-plan-box .premium-bottom .plan-duration {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem
}

.premium-plan-box .premium-bottom .plan-duration li {
  text-align: center;
  margin: 0 20px
}

.premium-plan-box .premium-bottom .plan-duration li .d-label {
  font-size: 11px;
  text-transform: uppercase
}

.premium-plan-box .premium-bottom .plan-duration li .d-date {
  margin-bottom: 0;
  font-size: 20px
}

.premium-plan-box .premium-bottom .plan-duration li .d-date input.subscription {
  background: 0 0;
  box-shadow: none;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #fff;
  max-width: 116px
}

li.etisalad-js {
  text-align: center;
  color: #e2b7a7;
  font-size: 15px
}

#payment-sucessfull {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  overflow: hidden
}

#payment-sucessfull .modal-content.modal-content-profile.sucesfulldiv {
  width: 470px;
  height: 320px;
  background: #fff;
  border-radius: 15px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 99999;
  padding: 0
}

#payment-sucessfull .succsscontent img {
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 36px auto 19px
}

#payment-sucessfull .succsscontent p {
  font-family: Calibri;
  font-size: 23px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  padding: 27px 35px;
  clear: both
}

#payment-sucessfull .succsscontent p.redirecting {
  font-family: Calibri;
  font-size: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: #643250;
  padding: 0;
  margin: 0
}

#payment-sucessfull .succsscontent h3.pay-succs {
  padding-top: 0;
  width: calc(100% - 66px);
  height: auto;
  float: left;
  padding-bottom: 17px;
  background-image: linear-gradient(to right, #c8265d, #c15a2d, #c15a2d);
  font-family: Calibri;
  font-size: 29.5px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 33px
}

div#mobileverifcation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  overflow: hidden
}

div#mobileverifcation a.close-btn {
  position: absolute;
  top: 15%;
  right: calc(30%);
  background: url(../img/popup_close.png) center center no-repeat;
  width: 19px;
  height: 19px;
  background-size: 20px auto;
  display: block;
  cursor: pointer
}

div#mobileverifcation .Rounded-Rectangle-894 {
  width: 500px;
  height: 350px;
  border-radius: 15px;
  background-color: #300820;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 99999;
  padding: 0
}

div#mobileverifcation .Rounded-Rectangle-894 h3.Please-Add-Mobile-Number {
  margin-top: 47px;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -.24px;
  text-align: center;
  color: #fff;
  margin-bottom: 36px
}

div#mobileverifcation .Rounded-Rectangle-894 .form_mobile input {
  width: 340px;
  margin: 0 50px;
  height: 65px;
  border-radius: 10px;
  border: none;
  padding: 0 30px;
  font-family: Calibri;
  font-size: 21.5px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: .77;
  letter-spacing: normal;
  text-align: left;
  color: #777;
  text-decoration: none
}

div#mobileverifcation .Rounded-Rectangle-894 .form_mobile input:focus {
  outline: 0
}

div#mobileverifcation .Rounded-Rectangle-894 a.continue_button {
  width: 200px;
  height: 65px;
  display: block;
  border-radius: 32.5px;
  background: linear-gradient(270.23deg, #9D4EDD 0%, #5A189A 33.33%, #e9b528 66.67%, #e9b528 100%);
  margin: 84px auto 0;
  line-height: 65px;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0
}

.sp-details article.spt-details.trackpromoevents .spt-inner.belowvideoplayer P {
  font-family: Calibri;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 25PX;
  letter-spacing: normal;
  text-align: left;
  -webkit-line-clamp: 2
}

.sp-details .spt-area .spt {
  margin-bottom: 0
}

a.more-less {
  font-family: Calibri;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #e9b528;
  text-transform: capitalize;
  margin-top: 10px
}

a.more-less:hover {
  font-family: Calibri;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #e9b528;
  text-transform: capitalize
}

article.spt-details.trackpromoevents .cast-crew {
  border-top: 1px solid #55333e;
  margin-top: 22px;
  padding-top: 22px
}

article.spt-details.trackpromoevents .cast-crew h3 {
  font-family: Calibri;
  font-size: 21px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #e9b528;
  margin-bottom: 17px
}
.cast-crew-key{
  color: #e9b528!important;
}

article.spt-details.trackpromoevents .cast-crew p {
  font-family: Calibri;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #fffffe;
  text-align: left;
  height: auto;
  max-height: initial
}

.promo-tabs h3.allepisode {
  font-family: Calibri;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #fff
}

.spt-share li a.fbshare {
  background: url(../../../img/fb.png) center center no-repeat;
  background-size: 9px
}

.spt-share li a.fbshare:hover {
  background: url(../../../img/fb-hover.png) center center no-repeat;
  background-size: 9px
}

.spt-share li a.twtshare {
  background: url(../../../img/twitterr.png) center center no-repeat;
  background-size: 17px
}

.spt-share li a.twtshare:hover {
  background: url(../../../img/twitter-hoverr.png) center center no-repeat;
  background-size: 17px
}

.spt-share li a.copylink.copylinkbtn {
  background: url(../../../img/link.png) center center no-repeat;
  background-size: 17px
}

.spt-share li a.copylink.copylinkbtn:hover {
  background: url(../../../img/link-hover.png) center center no-repeat;
  background-size: 17px
}

.language-selector {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 80px;
  position: relative
}

.language-selector .language.uae-logo {
  cursor: pointer;
  display: block;
  font-size: 24px;
  color: #fff
}

.language-selector .language.uae-logo span.english,
.language-selector .language.uae-logo span.uae {
  font-size: 20px;
  color: #fff;
  float: right;
  padding: 10px 0
}

.static p {
  letter-spacing: .15px;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 20px;
  color: #fff;
  clear: both;
  font-weight: 400
}

img.in10-logo {
  padding-top: 30px;
  height: 90px;
  width: auto
}

.static h3.content-title {
  font-family: Calibri;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 46px;
  position: relative
}

.static h3.content-title:after {
  content: '';
  background: linear-gradient(270.23deg, #9D4EDD 0%, #5A189A 33.33%, #e9b528 66.67%, #e9b528 100%);
  height: 3px;
  float: left;
  width: 100px;
  position: absolute;
  bottom: -8px;
  left: 0
}

.static h3.content-subtitle,
.static h4.content-subtitle {
  font-size: 15px;
  color: #e9b528;
  line-height: 22px;
  letter-spacing: .15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px
}

.section-title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px
}

.static b,
.static b u,
.static ol,
.static ol li,
.static p a,
.static ul li {
  color: #fff
}

.uk-breadcrumb>*,
.uk-breadcrumb>*>* {
  font-size: 15px;
  padding: 0 4px;
  position: relative
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  background: url(../img/next-arrow-1.png) center center;
  background-size: cover;
  width: 8px;
  height: 13px;
  padding: 0;
  margin: 5px 10px;
  position: absolute;
  left: -13px
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker .cs-box .cs-meta .cs-title {
  padding: 25px
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker .cs-box .cs-meta .cs-title p {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
  margin-bottom: 0;
  max-height: 62px;
  height: auto;
  text-align: center;
  width: 100%
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker p.show-details-box {
  width: 100%;
  float: left;
  margin-top: 14px;
  margin-bottom: 11px
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker p.show-details-box span {
  background: #fff;
  font-size: 14px;
  color: #000;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 2px
}

ul.show-response.searchbartrack .search-result-wrap .uk-grid.searchcontent .uk-width-1-4.eventtracker p.show-details-text {
  font-family: Calibri;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 39px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap
}

section.uk-margin-large-top .cs-wrap.cs-arrows .cs-box.eventtracker .cs-meta .cs-title {
  padding: 25px
}

/*form#searchform_id .width-12.uk-grid-margin.uk-first-column {
  background: #310721
}*/

.account-header .input_div {
  margin-right: auto;
  margin-left: 20px
}

.language.uae-logo span {
  cursor: pointer
}

span.uae i.fa.fa-angle-down {
  padding-left: 5px
}

form#dtsubscription .input_div {
  background: #fff;
  height: 50px;
  border-radius: 5px;
  max-width: 350px
}

.button-loader {
  float: left;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  display: none
}

.button-loader .loader-btn {
  top: 50%;
  margin: 0 auto;
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: loadbtn 1.1s infinite ease;
  animation: loadbtn 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}

@-webkit-keyframes loadbtn {

  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .5), -1.8em -1.8em 0 0 rgba(255, 255, 255, .7)
  }

  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .7), 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .5)
  }

  25% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .5), 1.8em -1.8em 0 0 rgba(255, 255, 255, .7), 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .5), 2.5em 0 0 0 rgba(255, 255, 255, .7), 1.75em 1.75em 0 0 #fff, 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  50% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .5), 1.75em 1.75em 0 0 rgba(255, 255, 255, .7), 0 2.5em 0 0 #fff, -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .5), 0 2.5em 0 0 rgba(255, 255, 255, .7), -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  75% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .5), -1.8em 1.8em 0 0 rgba(255, 255, 255, .7), -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .5), -2.6em 0 0 0 rgba(255, 255, 255, .7), -1.8em -1.8em 0 0 #fff
  }
}

@keyframes loadbtn {

  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .5), -1.8em -1.8em 0 0 rgba(255, 255, 255, .7)
  }

  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .7), 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .5)
  }

  25% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .5), 1.8em -1.8em 0 0 rgba(255, 255, 255, .7), 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .5), 2.5em 0 0 0 rgba(255, 255, 255, .7), 1.75em 1.75em 0 0 #fff, 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  50% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .5), 1.75em 1.75em 0 0 rgba(255, 255, 255, .7), 0 2.5em 0 0 #fff, -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .5), 0 2.5em 0 0 rgba(255, 255, 255, .7), -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  75% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .5), -1.8em 1.8em 0 0 rgba(255, 255, 255, .7), -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
  }

  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .5), -2.6em 0 0 0 rgba(255, 255, 255, .7), -1.8em -1.8em 0 0 #fff
  }
}

.popup-overlay#geo-block-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#450a2d), color-stop(#450a2d), to(#3e1302));
  background-image: -o-linear-gradient(top, #450a2d, #450a2d, #3e1302);
  background-image: linear-gradient(to bottom, #450a2d, #450a2d, #3e1302)
}

.popup-overlay#geo-block-overlay .geo-block-popup .ok-btn {
  border: 2px solid transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to left, #aa4317, #b7164c, #c8265d);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: Calibri;
  font-size: 21px !important;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
  padding: 22px 64px;
  height: auto;
  text-transform: uppercase;
  border-radius: 26px;
  display: inline-block;
  margin-top: 0
}

.breadcrumb {
  padding: 7px 0;
  background-color: #000 !important;
}

@media screen and (max-width:1367px) {
  .page-title h1 {
    font-size: 28px;
    margin: 0 0 15px !important
  }

  .modal-title {
    font-size: 20px;
    margin: 0 0 10px
  }

  .all-plans-btn {
    margin: 0 0 25px;
    padding: 10px 30px
  }

  .login-back {
    display: block;
    width: 40px;
    height: 40px;
    text-align: right;
    position: absolute;
    top: -11px;
    right: 27%;
    z-index: 9
  }

  .login-back img {
    border: 1px solid #424242;
    border-radius: 50%
  }

  header .uk-navbar-nav>li>a {
    padding: 0 24px
  }

  html.uk-modal-page body header {
    width: 99.3%
  }
}

@media screen and (max-width:967px) {
  html.uk-modal-page body header {
    width: 99.2%
  }
}

.user .user-name {
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 25px 7px 55px;
    text-align: center;
    background: #0f0e0e;
    color: #e9b528 !important;
    font-weight: 800;
    font-size: 18px;
    height: auto;
    border-radius: 33px;
    width: 150px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.loginwith{
  display: none;
}
.uk-navbar .user-menu .user .user-name span {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: .09px;
  text-align: right;
  margin-bottom: 0;
}

.uk-navbar .user-menu .user .user-name span.loginwith {
  font-size: 10px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 11px;
  letter-spacing: .06px;
  text-align: center;
  color: #9b758b;
}

.speical-noslide .cs-video-box {
  width: 24%;
  margin: 0 7px
}

span.loginwith+span i {
  padding-left: 7px
}

@media screen and (min-width:1368px) {
  section.listing-mid-page .sp-row {
    width: 20%
  }

  .promo-player .uk-container {
    text-align: center
  }

  .speical-noslide .cs-video-box {
    width: 19.5%;
    margin: 0 5px
  }

  .uk-grid.searchcontent .uk-width-1-4.eventtracker {
    width: 20%
  }

  /* header .uk-navbar-nav>li>a {
    padding: 0 40px;
  } */

  .home-banner .owl-nav1 {
    width: 95%
  }
}

@media screen and (min-width:1600px) {
  .player.centered {
    width: 970px;
    padding: 0
  }

  header .uk-navbar-nav>li>a {
    padding: 0 45px;
    font-size: 24px
  }

  .home-banner .owl-nav1 {
    width: 95%
  }

  .my-account {
    width: calc(80% - 104px);
    margin: 130px 10%;
    min-height: 50vh
  }

  .premium-plan-box {
    width: 630px;
    height: 348px;
    margin: 45px auto 26px;
    background: url(../img/card@2x.png) center center no-repeat;
    background-size: contain;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
  }

  .premium-plan-box .premium-top {
    padding: 20px 25px
  }

  .premium-plan-box .premium-bottom .plan-duration li .d-date input.subscription {
    font-size: 22px;
    max-width: 140px
  }

  li.etisalad-js {
    font-size: 18px
  }

  .premium-plan-box .premium-bottom .plan-duration li .d-label {
    font-size: 16px
  }

  .premium-plan-box .premium-top .plan-status {
    font-size: 19px;
    font-weight: 700
  }

  .inner.faqs .uk-container {
    width: 75%
  }
}

.faq-contact h6 {
  font-family: Calibri;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: .94;
  letter-spacing: normal;
  text-align: left;
  color: #ffb267
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri.eot);
  src: url(../fonts/Calibri.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri.woff2) format('woff2'), url(../fonts/Calibri.woff) format('woff'), url(../fonts/Calibri.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri_1.eot);
  src: url(../fonts/Calibri_1.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri_1.woff2) format('woff2'), url(../fonts/Calibri_1.woff) format('woff'), url(../fonts/Calibri_1.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri_2.eot);
  src: url(../fonts/Calibri_2.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri_2.woff2) format('woff2'), url(../fonts/Calibri_2.woff) format('woff'), url(../fonts/Calibri_2.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Bold.eot);
  src: url(../fonts/Calibri-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Bold.woff2) format('woff2'), url(../fonts/Calibri-Bold.woff) format('woff'), url(../fonts/Calibri-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Bold_1.eot);
  src: url(../fonts/Calibri-Bold_1.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Bold_1.woff2) format('woff2'), url(../fonts/Calibri-Bold_1.woff) format('woff'), url(../fonts/Calibri-Bold_1.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Bold_2.eot);
  src: url(../fonts/Calibri-Bold_2.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Bold_2.woff2) format('woff2'), url(../fonts/Calibri-Bold_2.woff) format('woff'), url(../fonts/Calibri-Bold_2.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Italic.eot);
  src: url(../fonts/Calibri-Italic.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Italic.woff2) format('woff2'), url(../fonts/Calibri-Italic.woff) format('woff'), url(../fonts/Calibri-Italic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Italic_1.eot);
  src: url(../fonts/Calibri-Italic_1.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Italic_1.woff2) format('woff2'), url(../fonts/Calibri-Italic_1.woff) format('woff'), url(../fonts/Calibri-Italic_1.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Italic_2.eot);
  src: url(../fonts/Calibri-Italic_2.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Italic_2.woff2) format('woff2'), url(../fonts/Calibri-Italic_2.woff) format('woff'), url(../fonts/Calibri-Italic_2.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Light.eot);
  src: url(../fonts/Calibri-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Light.woff2) format('woff2'), url(../fonts/Calibri-Light.woff) format('woff'), url(../fonts/Calibri-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Light_1.eot);
  src: url(../fonts/Calibri-Light_1.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Light_1.woff2) format('woff2'), url(../fonts/Calibri-Light_1.woff) format('woff'), url(../fonts/Calibri-Light_1.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Light_2.eot);
  src: url(../fonts/Calibri-Light_2.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Light_2.woff2) format('woff2'), url(../fonts/Calibri-Light_2.woff) format('woff'), url(../fonts/Calibri-Light_2.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Light_3.eot);
  src: url(../fonts/Calibri-Light_3.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Light_3.woff2) format('woff2'), url(../fonts/Calibri-Light_3.woff) format('woff'), url(../fonts/Calibri-Light_3.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-LightItalic.eot);
  src: url(../fonts/Calibri-LightItalic.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-LightItalic.woff2) format('woff2'), url(../fonts/Calibri-LightItalic.woff) format('woff'), url(../fonts/Calibri-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-LightItalic_1.eot);
  src: url(../fonts/Calibri-LightItalic_1.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-LightItalic_1.woff2) format('woff2'), url(../fonts/Calibri-LightItalic_1.woff) format('woff'), url(../fonts/Calibri-LightItalic_1.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-LightItalic_2.eot);
  src: url(../fonts/Calibri-LightItalic_2.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-LightItalic_2.woff2) format('woff2'), url(../fonts/Calibri-LightItalic_2.woff) format('woff'), url(../fonts/Calibri-LightItalic_2.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-LightItalic_3.eot);
  src: url(../fonts/Calibri-LightItalic_3.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-LightItalic_3.woff2) format('woff2'), url(../fonts/Calibri-LightItalic_3.woff) format('woff'), url(../fonts/Calibri-LightItalic_3.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-BoldItalic.eot);
  src: url(../fonts/Calibri-BoldItalic.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-BoldItalic.woff2) format('woff2'), url(../fonts/Calibri-BoldItalic.woff) format('woff'), url(../fonts/Calibri-BoldItalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-BoldItalic_1.eot);
  src: url(../fonts/Calibri-BoldItalic_1.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-BoldItalic_1.woff2) format('woff2'), url(../fonts/Calibri-BoldItalic_1.woff) format('woff'), url(../fonts/Calibri-BoldItalic_1.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-BoldItalic_2.eot);
  src: url(../fonts/Calibri-BoldItalic_2.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-BoldItalic_2.woff2) format('woff2'), url(../fonts/Calibri-BoldItalic_2.woff) format('woff'), url(../fonts/Calibri-BoldItalic_2.ttf) format('truetype'), url(../fonts/calibriz.svg#calibri) format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap
}

.modal-content-1 {
  background-color: #fefefe;
  margin: 10% auto 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  color: #020202;
  position: relative;
  text-align: center;
}

.modal-content-1 p {
  line-height: 26px;
  margin-bottom: 20px;
}

/* The Close Button */
.close-1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 1px;
  width: 30px;
  text-align: center;
}

.close-1:hover,
.close-1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sub a {
  margin: 0;
  /*background: #042b2c;*/
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to left, #aa4317, #b7164c, #c8265d);
  height: 42px;
  line-height: 45px;
  padding-inline: 30px;
  border: 2px solid transparent;
}

.sub a:hover {
  background: #fff;
  color: #042b2c !important;
  border: 2px solid #042b2c;
}
.mb-50{margin-bottom:40px!important}
.search-mob{
  display: none;
}
.uk-input.input__field{
  text-align: center;
  text-indent: 60px;
}
.input-box.countrydrp{
  position: absolute;
  width: 100px;
  height: 100%;
}
.select2-results__options {
  background: #210140!important;
}
.promo-player:has(.vjs-live){
  height: auto;
}
@media (max-width: 1024px){
  .menu-items li {
    margin-inline: 0.7rem;
  }
  .player.side {
    width: 107px;
  }
  .inner {
    margin-top: 64px;
  }
  .navbar.uk-navbar {
    width: 79%;
  }
  .home-banner .banner-overlay {
    background: rgba(0, 0, 0, 0)!important;
  }
  .small-promo.specials {
    height: 127px;
  }
}
@media (max-width: 768px){
  .uk-input.input__field{
    text-indent: 0px;
    padding-left: 115px;
    text-align: left;
  }
  .inner.logins.autheventtracker .elogin {
    width: 84%;
    padding: 0;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 40px 16px;
  }
  .elogin-logo {
    margin: 0 0 24px;
}
  .elogin-form .uk-margin {
    position: relative;
    display: inline-block;
    width: 62%;
    margin: 15px 0 20px;
}
  /* .user .user-name{
    pointer-events: none;
  } */
  .user-login li {
    margin-bottom: 0!important;
    padding: 0!important;
  }
  .search-mob{
    width: fit-content;
    display: block;
    position: absolute;
    right: 70px;
    top: 15px;
  }
  .search-mob a img{
    width: 32px;
    height: 32px;
  }
  .user .user-name {
    padding: 7px 20px 7px 20px!important;
    font-size: 16px;
    width: 150px;
  }
  .player.side.previous {
    position: absolute;
    bottom: 24px;
    left: 25px;
    background: #0f0e0e;
    padding: 2px 10px 8px 10px;
    width: fit-content;
    border-radius: 50px;
  }
  .player.side.next p, .player.side.previous p {
    margin-top: 0px;
  }
  .player.side.previous a p:last-child,.player.side.next a p:last-child,.player.side.previous a figure,.player.side.next a figure{
    display: none;
  }
  .player.side.next{
    position: absolute;
    bottom: 24px;
    right: 25px;
    background: #0f0e0e;
    padding: 2px 10px 8px 10px;
    width: fit-content;
    border-radius: 50px;
  }
  .player.centered {
    width: 100%!important;
    margin: 0 auto;
  }
  .uk-breadcrumb>*, .uk-breadcrumb>*>* {
    font-size: 12px;
  }
  .promo-player {
    height: 500px;
    position: relative;
  }
  .inner {
    margin-top: 54px;
  }
  h1.spt-title {
    font-size: 20px;
  }
  p.episode-details,p.time-details {
    font-size: 14px;
    margin: 6px 0 0;
  }
  .spt-share li {
    margin: 0 0 10px 0px;
    padding: 5px 5px;
    width: 100%;
  }
  .spt-share li a {
    width: 50px!important;
  }
  .spt-area {
    width: 100%;
    flex-wrap: wrap;
    margin: 18px 0 0px 0;
  }
  .sp-details .spt-area .spt {
    width: 100%;
    margin: 0 0 15px;
  }
  .spt-share {
    width: 100%;
  }
  .psharecontainers-inner {
    padding: 2px 0px;
    display: flex;
  }
  .psharecontainers-inner p {
    margin-left: 20px;
  }
  article.spt-details.trackpromoevents .cast-crew h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  article.spt-details.trackpromoevents .cast-crew p {
    font-size: 14px;
  }
  .promo-tabs {
    margin: 20px 0 0;
  }
  section.foot-copyright .uk-container .copyright.left-align {
    width: 100%;
    justify-content: center;
  }
  section.foot-copyright .uk-container .social-icon {
    width: 100%;
    padding: 15px 0;
  }
  section.foot-copyright .uk-container .in10-venture {
    width: 100%;
    justify-content: center;
  }
  section.foot-copyright .uk-container .in10-venture img {
    width: 90px;
    margin-left: unset;
  }
  section.foot-copyright .uk-container {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
  }
  .foot-copyright{
    margin-top: 15px;
  }
  footer nav.uk-navbar-container.uk-navbar-transparent.uk-navbar {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px
  }
  footer .uk-navbar-nav>li>a {
    font-size: 12px;
    padding: 0px 6px;
  }
  .uk-navbar-left.footer-menu{
      margin-top: 0px;
  }
  .home-banner {
    margin-top: 60px;
  }
  .mb-50 {
    margin-bottom: 30px!important;
  }
  .home-banner+section {
    margin-top: 30px;
  }
  .cs-video-title h4 {
    font-size: 16px;
  }
  .cs-video-title h4 {
    margin: 0 0 -1px;
  }
  .spt-details p {
    -webkit-line-clamp: 2!important;
  }
  .small-promo.specials {
    height: auto;
  }
}
@media (max-width: 600px){
  .uk-navbar-left.footer-menu ul{
    margin-top: 20px;
  }
  .uk-width-1-4 {
    width: 50%;
  }
  .promo-player {
    height: 288px;
    position: relative;
  }
  section.listing-mid-page .sp-row {
    width: 50%;
  }
  .my-account {
    margin: 90px 0;
    margin-bottom: 50px !important;
    width: 100%;
    padding: 0;
  }
  .account-header h1 {
    font-size: 16px;
    width: calc(100% - 196px);
  }
  .account-header {
    width: 100%;
    height: 60px;
  }
  .account-header .input_div {
    margin-left: 5px;
    width: calc(100% - 55px);
    display: flex;
  }
  .account-header .input_div label.input-label {
    float: left;
    padding-right: 7px;
    font-size: 25px;
  }
  .account-header .input_div input.otp_input {
    width: 110px;
  }
  .premium-plan-box {
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
  }
  #search-modal .uk-width-12 .home img {
    width: 35px;
  }
  #search-modal .uk-width-12 .cross img {
    width: 29px;
  }
  .faqs .uk-width-3-5 {
    width: 100%;
  }
  .faqs .uk-width-2-5 {
    width: 100%;
  }
  .faqs-wrap {
    padding-bottom: 0px
  }
  .faq-contact-wrap {
    padding: 43px 0px;
  }
  .languageOfContent[contenttype="VIDEO"] .promo-player{
    height: auto;
  }
  .languageOfContent[contenttype="VIDEO"] .promo-player .player.side{
    display: none;
  }
  .cs-arrows .owl-nav,.cs-video-wrap .owl-nav{
    display: none;
  }
}
@media (max-width: 430px){
  .promo-player {
    height: 324px;
  }
}
@media (max-width: 390px){
  .promo-player {
    height: 310px;
    position: relative;
  }
}
@media (max-width: 360px){
  .promo-player {
    height: 288px;
    position: relative;
  }
}

