.diziler {
  margin-top: 14px;
  width: calc(100% + 9px);
}

.list-series {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66%;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.list-series .poster {
  padding-bottom: 150%;
}

.list-series .serie-name {
  text-align: left;
  text-transform: none;
}

.list-series .serie-name a {
  font-size: 15px;
}

.list-series .episode-name {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

.list-series .episode-date {
  margin-bottom: -35px;
  padding: 5px 6px;
}

.list-series-main {
  float: left;
  margin: 10px 0px 16px 12px;
  height: 227.63px;
}

.cat-img-main {
  width: 150px;
  height: 222.63px;
  overflow: hidden;
  border-radius: 5px;
}

.cat-img-main img {
  border-radius: 5px;
  width: 150px;
  height: 222.63px;
}

.cat-img-main img:hover {
  width: 159px;
  height: 236px;
  transition: all ease 0.3s;
  margin-left: -4.5px;
}

.cat-title-main {
  position: relative;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.75);
  width: 140px;
  height: 42px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  padding-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.cat-title-main a {
  color: #ffd70d;
  font-size: 15px;
  font-weight: bold;
}

.cat-imdb-main {
  color: #ccc;
  font-size: 11px;
  font-weight: normal;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px;
  border-radius: 5px;
  height: 18px;
  position: relative;
  margin-top: 5px;
  margin-bottom: -33px;
  width: 51px;
  margin-left: 84px;
}

.episodes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  margin-top: 14px;
  margin-bottom: 7px;
}

.list-episodes {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.episode-box {
  width: calc(100% - 10px) !important;
  float: left;
  margin-bottom: 10px;
}

.episode-box .poster {
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.episode-box .poster .img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  background: rgba(5, 1, 26, 0.58);
}

.episode-box .poster .img img {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  background-size: 100%;
  border-radius: 5px;
  object-fit: contain;
}

.episode-box .poster .img img:hover {
  -webkit-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(0deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.episode-title {
  width: 100%;
  height: 45px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin-top: -45px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
  text-shadow: 3px 2px 1px #000;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, transparent 100%);
}

.serie-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 7px;
  display: unset;
  float: left;
  width: calc(100% - 14px);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: "Funnel Display", serif;
}

.serie-name a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: "Funnel Display", serif;
}

.episode-name {
  margin-left: 7px;
  width: calc(100% - 14px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 14px;
}

.episode-name a {
  font-size: 14px;
  color: #fff;
}

.episode-date {
  color: #ccc;
  font-size: 11px;
  font-weight: normal;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  padding: 2px 6px;
  border-radius: 5px;
  position: relative;
  margin-top: 7px;
  float: right;
  text-align: center;
  margin-right: 7px;
  margin-bottom: -31px;
  z-index: 9;
}

.episode-lang {
  position: absolute;
  margin-top: 7px;
  margin-left: 7px;
  z-index: 9;
}

.episode-lang i.far.fa-closed-captioning {
  font-size: 19px;
  margin-top: -2px;
  margin-bottom: 0;
  color: #ffae0d;
  background: rgba(0, 0, 0, 0.75);
  line-height: 14px;
  border-radius: 3px;
}
.fourk-logo {
  position: absolute;
  top: 5;
  left: 5;
  width: 50px !important;
  background-size: contain;
}

.fourk-logoo {
  top: 5;
  left: 5;
  width: 50px !important;
  background-size: contain;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  backface-visibility: hidden;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.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;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  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;
  }

  20% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
  backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  backface-visibility: hidden;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -23px !important;
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 100% !important;
  font-size: 23px !important;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 10px;
}

.owl-carousel .list-series {
  display: unset !important;
  max-width: 100% !important;
}
.episode-slider.owl-carousel {
  overflow: hidden !important;
  width: 100% !important;
}

.episode-slider.owl-carousel .owl-item {
  width: 244px !important;
  margin-right: 15px !important;
  padding-right: 0 !important;
  float: none !important;
  display: block !important;
}

.episode-slider.owl-carousel .owl-item:last-child {
  margin-right: 0 !important;
}

.episode-slider .owl-stage {
  padding-left: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
}

.episode-slider .episode-box {
  width: 244px !important;
  height: 141px !important;
  position: relative;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.episode-slider .list-series {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.episode-slider .list-series .episode-box {
  width: 244px !important;
  height: 141px !important;
  position: relative;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.episode-slider .list-series .poster,
.episode-slider .list-series .episode-box .poster,
.episode-slider .episode-box .poster {
  width: 244px !important;
  height: 141px !important;
  padding-bottom: 0 !important;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.episode-slider .list-series .poster .img,
.episode-slider .episode-box .poster .img {
  width: 244px !important;
  height: 141px !important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  margin: 0;
  padding: 0;
}

.episode-slider .list-series .poster .img img,
.episode-slider .episode-box .poster .img img {
  width: 244px !important;
  height: 141px !important;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.episode-slider .list-series .episode-title,
.episode-slider .episode-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 15px 0px 3px;
  margin: 0;
  height: auto;
  min-height: 50px;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  margin-top: 0 !important;
}

.episode-slider .episode-title .serie-name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 4px;
  font-weight: 600;
}

.episode-slider .episode-title .serie-name a {
  color: white !important;
  text-decoration: none;
}

.episode-slider .episode-title .episode-name {
  font-size: 11px;
  opacity: 0.9;
  color: #ccc !important;
}

.episode-slider .episode-title .episode-name a {
  color: #ccc !important;
  text-decoration: none;
}

.episode-slider .episode-box:hover .episode-title {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.episode-slider .episode-box:hover .episode-title .serie-name a {
  color: #fff !important;
}

.loading-placeholder {
  text-align: center;
  padding: 40px;
  color: #cdc2ff;
  font-size: 14px;
}

@media only screen and (max-width: 1000px) {
  .series .list-series {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media only screen and (min-width: 1439px) {
  .cat-imdb-main {
    margin-left: 95px;
  }

  .cat-img-main {
    width: 161px;
    height: 238.9562px;
  }

  .cat-title-main {
    width: 151px;
  }

  .cat-img-main img {
    width: 161px;
    height: 238.9562px;
  }

  .cat-img-main img:hover {
    width: 170px;
    height: 252.314px;
  }

  .list-series {
    -webkit-flex: 0 0 14.285%;
    -ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%;
  }

  .list-episodes {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 750px) {
  .episode-slider.owl-carousel .owl-item {
    width: 210px !important;
  }

  .episode-slider .list-series,
  .episode-slider .list-series .episode-box,
  .episode-slider .episode-box {
    width: 210px !important;
    height: 118px !important;
  }

  .episode-slider .list-series .poster,
  .episode-slider .list-series .episode-box .poster,
  .episode-slider .episode-box .poster {
    width: 210px !important;
    height: 118px !important;
    padding-bottom: 0 !important;
  }

  .episode-slider .list-series .poster .img,
  .episode-slider .list-series .episode-box .poster .img,
  .episode-slider .episode-box .poster .img {
    width: 210px !important;
    height: 118px !important;
  }

  .episode-slider .list-series .poster .img img,
  .episode-slider .list-series .episode-box .poster .img img,
  .episode-slider .episode-box .poster .img img {
    width: 210px !important;
    height: 118px !important;
  }

  .episode-slider .list-series .episode-title,
  .episode-slider .episode-title {
    min-height: 45px;
    padding: 12px 8px 6px;
  }

  .episode-slider .list-series .episode-title .serie-name,
  .episode-slider .episode-title .serie-name {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .episode-slider.owl-carousel .owl-item {
    width: 170px !important;
  }

  .episode-slider .list-series,
  .episode-slider .list-series .episode-box,
  .episode-slider .episode-box {
    width: 170px !important;
    height: 96px !important;
  }

  .episode-slider .list-series .poster,
  .episode-slider .list-series .episode-box .poster,
  .episode-slider .episode-box .poster {
    width: 170px !important;
    height: 96px !important;
    padding-bottom: 0 !important;
  }

  .episode-slider .list-series .poster .img,
  .episode-slider .list-series .episode-box .poster .img,
  .episode-slider .episode-box .poster .img {
    width: 170px !important;
    height: 96px !important;
  }

  .episode-slider .list-series .poster .img img,
  .episode-slider .list-series .episode-box .poster .img img,
  .episode-slider .episode-box .poster .img img {
    width: 170px !important;
    height: 96px !important;
  }

  .episode-slider .list-series .episode-title,
  .episode-slider .episode-title {
    min-height: 40px;
    padding: 10px 6px 5px;
  }

  .episode-slider .list-series .episode-title .serie-name,
  .episode-slider .episode-title .serie-name {
    font-size: 11px;
  }

  .episode-slider .list-series .episode-title .episode-name,
  .episode-slider .episode-title .episode-name {
    font-size: 10px;
  }
}
