/* ThemeName:HonaDramaNew; */


 body,
 html {
  height: 100%;
  background: #252b40;
  background-size: 100% 100%;
  background-attachment: fixed;
  color: black;
  font-family: Font, Arial;
  min-width: 1200px;
  position: relative;
  z-index: 1;
 }
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
 }
 a {
  color: white;
  text-decoration: none;
 }
 div#large-header canvas {
  width: 100%;
  height: 100%;
 }

 .after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999999;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  background: #353f5f;
  background-image: -webkit-gradient(linear,  left center,  right center,  from(#252b4026),  
    color-stop(.2,  #252b4040),  color-stop(.4,  #3a43611c),  to(#252b4038));
  background-repeat: no-repeat;
  background-size: 800px 100%;
  }

@keyframes wave {
    0% {
background-position: -468px 0;
}
100% {
background-position: 468px 0;
}
}
@-moz-keyframes wave {
    0% {
background-position: -468px 0;
}
100% {
background-position: 468px 0;
}
}

 div#large-header {
  position: fixed;
  top: 0;
  pointer-events: none;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
 }
 .topBar {
  width: 100%;
  height: 90px;
  background: #212121;
  z-index: 2;
 }
 .bottomBar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: #252525;
  z-index: 2;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.28);
 }
 .custom_search > div ul::scrollbar {
  width: 4px;
 }
 .custom_search > div ul::scrollbar-track {
  background: rgb(230, 230, 230);
 }
 .custom_search > div ul::scrollbar-thumb {
  background-color: #f3b627;
 }
 .categories>div>div:nth-child(3n+0) {
  margin-left: 0;
 }
 .categories>div>div .image:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(9, 58, 44, 0), rgb(25, 25, 25));
 }
 .categories>div>div span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 29px;
 }
 .categories>div>div .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: 100%;
  background-position: center center;
 }
 .categories>div>div .image img {
  width: 100%;
  height: auto;
 }
 .categories .owl-wrapper>div>div {
  width: 100%;
  float: right;
  height: 207px;
  background: #173261;
  text-align: center;
  margin-left: 10px;
  position: relative;
  border-radius: 3px;
  border: 4px solid #2B487B;
  margin: 0 auto;
 }
 .categories div.owl-item span {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  background: #2B487B;
  line-height: 36px;
  font-weight: bold;
  height: 32px;
  font-size: 15px;
 }
 .categories>div {}.categories>div>div {
  width: 112px;
  height: 121px;
  border: 2px solid #3E3E3E;
  border-radius: 3px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  display: inline-block;
  overflow: hidden;
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
 }
 .categories>div>div .image {}.categories {
  width: 370px;
  z-index: 1;
  padding: 9px 10px;
  direction: ltr;
  background: rgb(33, 33, 33);
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -600px;
 }
 .sliders-List {}.sliders-List .right {
  display: block;
  margin: auto;
  right: 0px;
  position: absolute;
 }
 .sliders-List .left {
  display: block;
  margin: auto;
  left: 0;
  position: absolute;
 }
 .sliders-List .middle {
  height: 100%;
  position: absolute;
  left: 45px;
  right: 45px;
 }
 .sliders-List ul {
  display: block;
  padding: 0;
  margin: 0;
 }
 .sliders-List ul>li {
  display: block;
  color: #000;
  width: 44px;
  background: white;
  height: 42px;
  border: 9px solid black;
 }
 .sliders-List li {
  position: relative;
  animation: scroll 6s linear infinite;
 }
 @keyframes flicker {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #A02B16;
  }
 }


 @keyframes scroll {
  0% {
    top: 0;
  }
  100% {
    top: -400px;
  }
 }
 .ball {
  background: black;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  bottom: 0px;
  margin: auto;
  position: relative;
  background: radial-gradient(100px 100px, circle, #999, #000);
  opacity: .9;
  animation: bounce 4s infinite;
  z-index: 10;
 }
 .shadow {
  position: absolute;
  left: 50%;
  margin-left: -33px;
  bottom: 10px;
  z-index: 1;
  width: 75px;
  height: 75px;
  background: rgba(20, 20, 20, .1);
  box-shadow: 0px 0 20px 35px rgba(20, 20, 20, .3);
  border-radius: 30px/ 40px;
  transform: scaleY(.2);
  animation: shadow-effect 4s infinite;
 }
 @keyframes bounce {
  0% {
    width: 140px;
    height: 140px;
    transform: translate3d(0, 150px, 0);
    animation-timing-function: ease-out;
    opacity: .8;
  }
  50% {
    width: 200px;
    height: 200px;
    transform: translate3d(0, 20px, 0);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    width: 140px;
    height: 140px;
    transform: translate3d(0, 150px, 0);
    opacity: .8;
  }
 }
 @keyframes shadow-effect {
  0% {
    opacity: 0;
    bottom: 75px;
    width: 20px;
    height: 20px;
    margin-left: 0px;
    background: rgba(0, 0, 0, .3);
    box-shadow: 0px 0 0px 0px rgba(0, 0, 0, .3);
    border-radius: 30px/ 40px;
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    bottom: 50px;
    width: 80px;
    height: 80px;
    margin-left: -20px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0px 0 20px 35px rgba(20, 20, 20, .1);
    border-radius: 30px / 40px;
    transform: scaleY(1);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    bottom: 75px;
    width: 20px;
    height: 20px;
    margin-left: 0px;
    background: rgba(0, 0, 0, .3);
    box-shadow: 0px 0 0px 0px rgba(0, 0, 0, .3);
    border-radius: 30px / 40px;
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
 }
 center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0;
 }
 .body {
  overflow-x: hidden
 }
 canvas#canvas {
  opacity: .1;
  filter: grayscale();
  transition: 1s opacity cubic-bezier(0.55, 0, 0.1, 1);
  transition: 1s opacity cubic-bezier(0.55, 0, 0.1, 1);
 }
 .sliderAfterHe .owl-item li img {
  width: 100%;
  height: 890px;
  position: relative;
  top: -180px;
 }
 .sliderAfterHe .owl-item li {
  list-style: none;
 }
 li {
  list-style: none
 }
 .sliderAfterHe {
  direction: ltr;
  position: relative;
  height: 430px;
  overflow: hidden;
 }
 .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
 }
 .owl-carousel {
  width: 100%;
  touch-action: pan-y;
  direction: ltr;
 }
 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
 }
 .owl-carousel .owl-wrapper-outer {
  position: relative;
  width: 100%;
 }
 .owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;

 }
 .owl-carousel .owl-item {
  display: inline-block;
 }
 .owl-controls .owl-page,
 .owl-controls .owl-buttons div {
  cursor: pointer;
 }
 .owl-controls {
  user-select: none;
  -khtml-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
 }
 .grabbing {
  move;
 }
 .owl-carousel .owl-wrapper,
 .owl-carousel .owl-item {
  backface-visibility: hidden;
  backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .logoS {
  width: 300px;
  position: relative;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
 }
 header.fixed .logoS {
  width: 160px;
 }
 .logoS span {
  margin-left: 2px;
 }
 header {
  height: 197px;
  position: relative;
  top: 0;
  right: 0;
  border-bottom: 0px solid #514641;
  width: 100%;
  z-index: 9999999999999;
  transition: .35s all ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 20px;
 }
 .backTop {
  height: 31px;
  background: #358db5;
  position: relative;
 }
 .backTop .before {
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  background-repeat: repeat-x;
  opacity: .1;
  background-position: 0 5px;
  animation: backMove 1s infinite
 }
 .searchBox {
  position: relative;
  z-index: 99999;
  transition: .35s ease;
  padding: 0px 3px;
  width: 240px;
  height: 60px;
  display: inline-block;
  float: left;
  margin-top: -70px;
 }
 .searchBox.active {
  transform: translateY(0)
 }
 .searchBox form {
  width: 100%;
  margin: auto;
  height: auto;
  display: inline-block;
 }
 .searchBox button {
  width: 60px;
  height: 30px;
  border-radius: 14px;
  border: 0;
  color: #3a3636;
  font-weight: bold;
  font-family: font;
  font-size: 14px;
  background: none;
  position: absolute;
  top: 5px;
  left: -1px;
  background: #f3b627;
 }
 .searchBox button i {
  position: absolute;
  top: 7px;
  left: 9px;
 }
 .searchBox input {
  width: 100%;
  height: 40px;
  border-radius: 35px;
  border: 0;
  color: #000000 !important;
  font-weight: bold;
  font-family: font;
  font-size: 12px;
  padding-right: 33px;
  padding-left: 70px;
  background: #ffffff;
  margin-right: 10px;
  margin-top: 0;
  position: relative;
 }
 .searchBox::before {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  width: 38px;
  text-align: end;
  color: #353e54;
  line-height: 42px;
  font-family:'font awesome 5 pro';
  z-index: 99999999;
 }
 .searchBox:before {
  content: "\f002";
 }
 header.fixed .MenulabelToggle {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
 }
 header.fixed .UserButton {
  margin-right: 50px;
 }
 .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
 }
 .hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
 }
 .hamburger--slider .hamburger-inner {
  top: 7px;
 }
 .hamburger-inner,
 .hamburger-inner:after,
 .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
 }
 .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
 }
 .hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity;
 }
 .hamburger-inner:before {
  top: -10px;
 }
 .hamburger-inner:after,
 .hamburger-inner:before {
  display: block;
  content: "";
 }
 .hamburger--slider .hamburger-inner:after {
  top: 20px;
 }
 .hamburger--slider.active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
 }
 .hamburger--slider.active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
 }
 .hamburger.active .hamburger-inner,
 .hamburger.active .hamburger-inner:after,
 .hamburger.active .hamburger-inner:before {
  background-color: #fff;
 }
 .hamburger--slider.active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
 }

 header.fixed .navigation-menu.container.active {
  display: block;
  transform: translate(0);
  visibility: visible;
  opacity: 1;
 }
 img {
  max-width: 100%;
 }
 div.top > div {
  width: 20px;
  height: 20px;
  background: #fc0;
  border-radius: 0 0 50% 50%;
  display: inline-block
 }
 #showGeneres {
  float: left;
  display: block;
  padding: 8px 10px;
  background: #f7dd24;
  margin-top: 12px;
  width: 150px;
  color: #232833;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 0 3px #00000094;
  cursor: pointer;
 }
 #search {
  float: left;
  display: block;
  padding: 11px 10px;
  background: #28292b;
  margin-top: 12px;
  width: 37px;
  height: 38px;
  margin-right: 5px;
  color: #eee;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 0 3px #00000094;
  cursor: pointer;
 }
 #showGeneres i {
  margin-left: 5px
 }
 section.banner {
  height: 330px;
  overflow: hidden;
  position: relative;
 }
 section.banner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(61deg, #ffffff1f 14px, #000000 15px);
 }
 section.banner .logo {
  width: 100%;
  height: 100%;
  z-index: 99999999;
 }
 ul.social {
  z-index: 999999999;
  text-align: left;
  padding: 0;
  width: 185px;
  display: block;
  float: right;
  margin-left: 5px;
 }
 ul.social a {
  display: inline-block;
  width: 38px;
  border-radius: 7px;
  height: 38px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 5px #0000003b;
  margin-left: 5px;
  transition: .35s;
 }
 ul.social a i {
  font-size: 18px;
  margin-top: 10px;
 }
 ul.social a.facebook {
  background: #3b5999
 }
 ul.social a.youtube {
  background: #cd201f;
  transition-delay: .2s
 }
 ul.social a.twitter {
  background: #55acee;
  transition-delay: .4s
 }
 ul.social a.google {
  background: #dd4b39;
  transition-delay: .6s
 }
 section.banner .logo a {
  position: absolute;
  width: 450px;
  top: 22%;
  height: 100%;
  text-align: center;
  left: calc(50% - 222px);
  z-index: 999999;
  font-family: 'Righteous', cursive;
 }
 section.banner .logo a span {
  font-size: 73px;
  display: inline-block;
  margin-left: 10px;
  float: left;
  text-shadow: 0px 4px 10px #00000073;
  transform: translateZ(500px);
  opacity: 0;
  transition: .5s ease-in-out;
 }
 section.banner .logo.loaded a span {
  transform: translateZ(0px);
  opacity: 1;
 }
 section.banner .logo a span:nth-child(1) {
  transition-delay: .1s
 }
 section.banner .logo a span:nth-child(2) {
  transition-delay: .2s
 }
 section.banner .logo a span:nth-child(3) {
  transition-delay: .3s
 }
 section.banner .logo a span:nth-child(4) {
  transition-delay: .4s
 }
 section.banner .logo a span:nth-child(5) {
  transition-delay: .5s
 }
 section.banner .logo a span:nth-child(6) {
  transition-delay: .6s
 }
 section.banner .logo a p {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 10px;
  font-family: Font, Arial;
  transition: .5s ease;
  font-weight: bold;
  margin-top: 15px;
  transform: translateZ(-500px);
  opacity: 0;
  background: #ffffff1f;
  border-radius: 5px;
 }
 section.banner .logo.loaded a p {
  opacity: 1;
  transform: translate(0)
 }
 canvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 200;
 }
 .batman {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: ease-out 250ms;
  animation: lightning 6000ms infinite;
  animation: lightning 6000ms infinite;
 }
 @keyframes lightning {
  0%, 100% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  8% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  9.5% {
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
  }
  10% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  73% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  75% {
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
  }
  77% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  80% {
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
  }
  90% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
 }
 @keyframes lightning {
  0%, 100% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  8% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  9.5% {
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
  }
  10% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  73% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  75% {
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
  }
  77% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
  80% {
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
    filter: opacity(1) grayscale(0%) contrast(1) brightness(1);
  }
  90% {
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
    filter: opacity(0.5) grayscale(80%) contrast(4) brightness(0.2);
  }
 }
 .MainMenu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
 }
 .MainMenu > ul > li > ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
 }
 .MainMenu > ul > li > ul > li {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
 }
 .MainMenu > ul > li > ul {
  position: absolute;
  width: 180px;
  list-style: none;
  transition: .1s all ease;
  background: linear-gradient(#2a0a50, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.54);
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 16px;
 }
 .MainMenu > ul > li {
  display: inline-block;
  font-weight: bold;
  float: right;
  margin-left: 0;
  position: relative;
  border-left: 1px solid rgba(105, 103, 103, 0.31);
 }
 .MainMenu > ul > li > a {
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  padding: 20px 17px;
 }
 .MainMenu {
  float: right;
  width: calc(100% - 310px);
  margin-top: 0;
  height: 65px;
  margin-right: 10px;
 }
 .browseList.active {
  transform: translate(0);
 }
 .browseList > li:last-child {}.browseList > li a {
  color: #565656;
 }
 .browseList > li {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 9px 12px;
  font-weight: bold;
  height: 38px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.42);
  margin-bottom: 5px;
  background: radial-gradient(ellipse at top, #FFFFFF, #FFFFFF 80%, #ECECEC);
 }
 .browseList {
  position: absolute;
  top: 80px;
  padding: 10px 11px 7px;
  left: 50%;
  margin-left: -600px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.58);
  width: 230px;
  transform: translate(0px, -100%);
  min-height: 210px;
  background: radial-gradient(ellipse at top, #F3F3F3, #E5E4E6 80%, rgba(195, 195, 195, 0.75));
  transition: .3s all ease;
  z-index: 15;
  border-radius: 0px 0px 3px 3px;
 }
 .container:After {
  content: '';
  display: block;
  clear: both;
 }
 .container:before {
  content: '';
  display: block;
  clear: both;
 }
 .SidesWide:After {
  content: '';
  display: block;
  clear: both;
 }
 .SidesWide:before {
  content: '';
  display: block;
  clear: both;
 }
 .columns:After {
  content: '';
  display: block;
  clear: both;
 }
 .columns:before {
  content: '';
  display: block;
  clear: both;
 }
 .CoverIntroMovie .container {
  padding-left: 0;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  width: 1200px;
 }
 .CoverIntroMovie .container > img {
  margin-left: 30px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  width: 240px;
  z-index: 100;
  height: 306px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.61);
  position: relative;
  top: 30px;
  border-radius: 3px;
 }
 .bottom-slider .owl-pagination {
  display: none;
 }
 .bottom-slider .owl-prev {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 80px;
  color: #39404F;
  width: 59px;
  text-align: center;
  padding-top: 8px;
 }
 .bottom-slider:hover .owl-next {
  opacity: 1;
 }
 .bottom-slider:hover .owl-prev {
  opacity: 1;
 }
 .bottom-slider .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 80px;
  color: #39404F;
  width: 59px;
  text-align: center;
  padding-top: 8px;
 }
 .bottom-slider li:Hover img {
  opacity: .8;
  transform: scale(1.1);
 }
 .bottom-slider li img {
  width: 100%;
  height: 100%;
  transition: .3s all ease;
 }
 .bottom-slider li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 29, 36, 0.8);
  text-align: center;
  color: white;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 115px;
 }
 .bottom-slider li:hover {
  background: #262B36;
 }
 .bottom-slider li {
  list-style: none;
  height: 110px;
  overflow: hidden;
  margin: 0px 3px;
  background: #2B2B2B;
  position: relative;
 }
 .bottom-slider {
  background: #FFFFFF;
  padding: 5px 0px 0;
  position: relative;
  box-shadow: 0 5px 6px rgba(46, 45, 45, 0.49);
  height: 120px;
  z-index: 10;
  clear: both;
  display: none;
  margin: 15px 0;
 }
 .bottom-slider .genres {
  margin: 0 auto;
  width: calc(100% - 120px);
 }
 .ad728x90 {
  width: 728px;
  height: 90px;
  background: #252525;
  margin: 0 auto 10px;
 }
 .sections {
  position: relative;
 }
 .sections > div:nth-child(2n+0) > div > .title {
  height: 44px;
  border-bottom: 1px solid #AF2020;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
  background: rgba(152, 40, 40, 0.41);
  margin-bottom: 12px;
  position: relative;
 }
 .sections > div:nth-child(2n+0) > div > .title > h2 {
  display: inline-block;
  color: #FFFFFF;
  border-right: 5px solid #C6C6C6;
  float: right;
  padding-right: 10px;
  margin-left: 10px;
  font-size: 23px;
  line-height: 42px;
 }
 .sections > div:not(:nth-child(2n+0)) > div > .title > h2 {
  display: inline-block;
  color: white;
  float: right;
  padding: 0 0px;
  font-size: 23px;
  line-height: 47px;
  border-radius: 2px 2px 0 0;
 }
 .sections > div > div > .title > ul {
  display: inline-block;
  list-style: none;
  position: absolute;
  left: 11px;
  bottom: 0px;
 }
 .sections > div > div > .title > ul > li:last-child {
  margin-left: 0;
 }
 .sections > div > div > .title > ul > li.active:after {
  background: #41A7D6;
 }
 .sections > div > div > .title > ul > li.active {
  background: #41A7D6;
  color: #262B36 !important;
  top: 1px;
 }
 .sections > div > div > .title > ul > li:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -0.5em;
  bottom: 0;
  width: 1em;
  background: #3A4150;
  box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.05);
  transform: skew(-10deg);
  border-radius: 5px 0px 0 0px;
 }
 .sections > div > div > .title > ul > li {
  position: relative;
  margin-left: .5em;
  cursor: pointer;
  font-weight: bold;
  background: #3A4150;
  padding: 12px 14px 10px 7px;
  border-left: 1px solid #3A4150;
  text-align: center;
  float: right;
  text-decoration: none;
  color: #FFFFFF!important;
  text-shadow: ;
  border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  border-radius: 0px 5px 0px 0px;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.14);
 }
 .sections > div > div > .title h2 + a span:last-child {
  margin-right: 0;
 }
 .sections > div > div > .title h2 + a span:nth-child(1) {
  transition: .3s all ease;
 }
 .sections > div > div > .title h2 + a span:nth-child(2) {
  transition: .4s all ease;
 }
 .sections > div > div > .title h2 + a span:nth-child(3) {
  transition: .5s all ease;
 }
 .sections > div > div > .title h2 + a span {
  display: block;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  transition: .3s all ease;
 }
 .sections > div > div > .title h2 + a:hover {
  background: #313131;
  width: 200px;
  transition: .3s .2s all ease;
 }
 .sections > div > div > .title h2 + a:hover span {
  transform: translate(0px, 40px);
 }
 .sections > div > div > .title h2 + a:hover em {
  transform: translate(0);
  transition: .3s .3s all ease;
 }
 .sections > div > div > .title h2 + a em {
  transition: .3s all ease;
  position: absolute;
  display: block;
  font-style: normal;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  line-height: 39px;
  font-weight: bold;
  font-size: 17px;
  transform: translate(0px, -44px);
 }
 .sections > div > div > .title h2 + a {
  position: absolute;
  left: 0;
  width: 89px;
  color: white;
  padding-left: 10px;
  font-size: 18px;
  overflow: hidden;
  height: 42px;
  transition: .3s all ease;
  padding-top: 12px;
  text-align: center;
 }
 .sections > div > div > .title a {
  color: #C12121;
 }
 .sections > div:not(:nth-child(2n+0)) > div > .title {
  height: 49px;
  margin-bottom: 12px;
  position: relative;
  border-bottom: 2px solid #41A7D6;
 }
 .sections > div:nth-child(2n+0) {
  background: radial-gradient(ellipse at top, #E05353, #A52323 80%, rgb(117, 19, 19));
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.19), 0px 1px 3px rgba(0, 0, 0, 0.19);
 }
 .sections > div {
  padding: 0;
 }
 .moviesBlocks > .movie img {
  height: 100%;
  width: 100%;
 }
 .moviesBlocks > .movie:hover i.fa-play {
  opacity: 1;
 }
 .moviesBlocks > .movie:hover .ribbon {
  opacity: 0;
 }
 .slider .movie .ribbon {
  background: #f5d949;
  color: #202634;
 }
 .movie .ribbon {
  transition: .2s all ease;
  position: absolute;
  width: 250px;
  height: 30px;
  text-align: center;
  background: #C12121;
  z-index: 10;
  transform: rotate(-35deg);
  top: 10px;
  left: -92px;
  line-height: 29px;
  font-weight: bold;
  color: white;
 }
 .moviesBlocks > .movie .fa-play {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: white;
  width: 50px;
  height: 50px;
  background: radial-gradient(ellipse at top, #C12121, #750B0B 80%, #800E0E);
  border-radius: 50%;
  padding-left: 3px;
  right: 50%;
  margin-right: -25px;
  text-align: center;
  font-size: 21px;
  line-height: 50px;
  opacity: 0;
  transition: .2s all ease;
  margin-top: -22px;
 }
 @keyframes pulse {
  to {
    box-shadow: 0 0 0 30px transparent;
  }
 }
 @keyframes pulse {
  to {
    box-shadow: 0 0 0 30px transparent;
  }
 }
 @keyframes pulse {
  to {
    box-shadow: 0 0 0 30px transparent;
  }
 }
 @keyframes pulse {
  to {
    box-shadow: 0 0 0 35px transparent;
  }
 }
 .moviesBlocks > .movie:hover {}.moviesBlocks > .movie > a {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
 }
 .columns .moviesBlocks .movie {
  width: 270px;
  margin-bottom: 8px;
  height: 360px;
 }
 .columns .moviesBlocks .movie:nth-child(5n+0) {
  margin-left: 0;
 }
 .moviesBlocks > .movie {
  margin-bottom: 8px;
  margin-right: 3px;
  margin-left: 2px;
  width: 232px;
  border: 1px solid #0000008f;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.49);
  direction: rtl;
  position: relative;
  height: 320px;
  display: inline-block;
  box-sizing: border-box;
 }
 .moviesBlocks {
  position: relative;
  min-height: 200px;
  margin-bottom: -15px;
  transition: .3s all ease;
  display: inline-block;
  width: 100%;
  text-align: center;
  direction: rtl;
 }
 .moviesBlocks > div .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  background-repeat: repeat-x;
  background-position: top;
  z-index: 5;
  color: white;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
 }
 .center {
  width: 400px;
  height: 100px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 }
 .box {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #333333;
  border-radius: 5px;
 }
 .x {
  animation: slideleft 1.6s cubic-bezier(0.76, -0.6, 0.455, 1.28) infinite;
  animation: slideleft 1.6s cubic-bezier(0.76, -0.6, 0.455, 1.28) infinite;
  left: 150px;
 }
 .rotate {
  width: 100px;
  height: 100px;
  transform: translate(150px) rotateZ(180deg);
  transform: translate(150px) rotateZ(180deg);
  position: absolute;
  left: 0;
 }
 .y {
  animation: slideleft 1.6s cubic-bezier(0.76, -0.6, 0.455, 1.28) infinite;
  animation: slideleft 1.6s cubic-bezier(0.76, -0.6, 0.455, 1.28) infinite;
 }
 @keyframes slideleft {
  0% {
    transform: translate(150px, 0);
    transform: translate(150px, 0);
  }
  50% {
    height: 30px;
    border-radius: 20px;
    transform: translate(0, 35px);
    transform: translate(0, 35px);
    background-color: rgb(193, 33, 33);
  }
  100% {
    height: 100px;
    transform-origin: 125% 50%;
    transform-origin: 125% 50%;
    transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
 }
 @keyframes slideleft {
  0% {
    transform: translate(150px, 0);
    transform: translate(150px, 0);
  }
  50% {
    height: 30px;
    border-radius: 20px;
    transform: translate(0, 35px);
    transform: translate(0, 35px);
    background-color: rgb(193, 33, 33);
  }
  100% {
    height: 100px;
    transform-origin: 125% 50%;
    transform-origin: 125% 50%;
    transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
 }
 .movie span.epnumber span {
  display: block;
  font-size: 26px;
  font-family: Impact;
  font-weight: normal;
 }
 .movie:hover span.epnumber {
  transform: translate(0);
  transition: .4s .1s all ease;
 }
 .movie span.epnumber {
  position: absolute;
  z-index: 1;
  color: white;
  font-weight: bold;
  transform: translate(0px, -70px);
  transition: .3s all ease;
  top: 10px;
  left: 10px;
  padding: 2px 10px;
  text-align: center;
  border-radius: 3px;
 }
 a.slides-next {
  transform: translate(-60px, 0px);
  position: absolute;
  transition: .3s all ease;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 0;
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  margin-top: -30px;
  z-index: 10;
  box-shadow: 0px 1px 7px #000;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  padding-right: 4px;
 }
 .slider:hover a.slides-prev {
  transform: translate(0);
 }
 .slider:hover a.slides-next {
  transform: translate(0);
 }
 a.slides-prev {
  transform: translate(60px, 0px);
  position: absolute;
  transition: .3s all ease;
  width: 60px;
  height: 60px;
  top: 50%;
  right: 0;
  box-shadow: 0px 1px 7px #000;
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  margin-top: -30px;
  z-index: 10;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  padding-right: 4px;
 }
 .detailsList {
  padding: 7px;
  direction: rtl;
  text-align: right;
 }
 .detailsList div:nth-child(1) {
  transition: .9s all ease;
 }
 .detailsList div:nth-child(2) {
  transition: .8s all ease;
 }
 .detailsList div:nth-child(3) {
  transition: .7s all ease;
 }
 .detailsList div:nth-child(4) {
  transition: .6s all ease;
 }
 .detailsList div:nth-child(5) {
  transition: .5s all ease;
 }
 .detailsList div:nth-child(6) {
  transition: .4s all ease;
 }
 .detailsList div:nth-child(7) {
  transition: .3s all ease;
 }
 .moviesBlocksSharps .block:hover .detailsList div {
  transform: translate(0);
  opacity: 1;
 }
 .slider li a:hover .detailsList div {
  transform: translate(0);
  opacity: 1;
 }
 .detailsList div.conTent {
  font-size: 16px;
  text-align: center;
  padding: 6px;
  opacity: 0;
  line-height: 27px;
  color: #A7A7A7;
  transform: translate(0px, -400px);
 }
 .block .detailsList div:not(.conTent) span {
  padding: 11px 0;
 }
 .block .detailsList div:not(.conTent) {
  height: 36px;
 }
 .detailsList div:not(.conTent) {
  font-size: 13px;
  height: 36px;
  overflow: hidden;
  background: #252525;
  margin-bottom: 5px;
  opacity: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.44);
  transform: translate(0px, -300px);
 }
 .detailsList div span {
  display: inline-block;
  font-size: 14px;
  background: radial-gradient(ellipse at top, #E13030, #CC3434 80%, rgb(207, 51, 51));
  padding: 11px 0px;
  line-height: 100%;
  margin-left: 8px;
  text-align: center;
  width: 64px;
 }
 .loading {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
  border: 5px solid transparent;
  border-top-color: #C12121;
  border-bottom-color: #C12121;
  border-radius: 50% 0;
  box-shadow: 0 0 0.25em #C12121 inset;
 }
 #wrap {
  position: fixed;
  top: 50%;
  margin-right: -26px;
  right: 50%;
  margin-top: -26px;
 }
 .cover > div:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000, rgba(0, 0, 0, 0.4), transparent);
 }
 .cover > div {
  opacity: .6;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
 }
 .watchingNow .cover {}.watchingNow .cover-content {}.cover {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 50px;
  transition: .3s all ease;
  right: 0;
  z-index: -1;
  background: black;
 }
 .main-content {
  position: relative;
  transition: .3s all ease;
  min-height: 600px;
 }
 h2.movietitle {
  text-align: center;
  color: white;
  font-size: 22px;
 }
 .cover-content .poster img {
  width: 100%;
  height: 100%;
 }
 .cover-content .poster .views:hover {
  width: 100px;
 }
 .cover-content .poster .average:hover {
  width: 63px;
 }
 .cover-content .poster .average {
  position: absolute;
  bottom: 67px;
  background: radial-gradient(ellipse at top, #FDB900, #FB9B38 80%, rgb(226, 141, 35));
  left: 5px;
  color: white;
  width: 31px;
  height: 27px;
  overflow: hidden;
  font-weight: bold;
  font-family: Play;
  font-size: 18px;
  padding: 3px 8px;
  border-radius: 4px;
  transition: .3s all ease;
 }
 .cover-content .poster .views {
  position: absolute;
  bottom: 7px;
  background: #C12121;
  left: 5px;
  color: white;
  width: 31px;
  height: 27px;
  overflow: hidden;
  font-weight: bold;
  font-family: Play;
  font-size: 18px;
  padding: 3px 6px;
  border-radius: 4px;
  transition: .3s all ease;
 }
 .cover-content .poster .likes.liking {
  opacity: .8;
  pointer-events: none;
 }
 .cover-content .poster .likes span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-right: 31px;
  line-height: 26px;
 }
 .cover-content .poster .likes:hover {
  width: 90px;
 }
 .cover-content .poster .likes {
  position: absolute;
  bottom: 37px;
  background: #3C599F;
  left: 5px;
  color: white;
  font-weight: bold;
  font-family: Play;
  font-size: 17px;
  transition: .3s all ease;
  overflow: hidden;
  width: 31px;
  cursor: pointer;
  height: 26px;
  padding: 2px 8px;
  border-radius: 4px;
 }
 .play-icon > i {
  float: right;
  font-size: 22px;
  padding: 15px 14px;
 }
 .play-icon:hover {
  width: 684px;
 }
 .play-icon {
  position: absolute;
  top: 10px;
  z-index: 2;
  cursor: pointer;
  right: 50%;
  width: 210px;
  border-radius: 4px;
  overflow: hidden;
  background: radial-gradient(ellipse at top, #5783E4, #31529A 80%, rgb(66, 99, 173));
  color: #FFFFFF;
  height: 49px;
  font-size: 16px;
  font-weight: bold;
  margin-right: -600px;
  line-height: 48px;
  transition: .3s all ease;
 }
 .cover-content .poster {
  width: 220px;
  height: 280px;
  box-shadow: 0px 2px 16px 3px rgba(0, 0, 0, 0.4);
  border: 3px solid #fff;
  float: right;
  margin-left: 20px;
  position: relative;
 }
 .cover-content {
  transition: .3s all ease;
  padding: 0px 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.33));
 }
 .sectionMovieFirst {
  padding: 20px 0px;
 }
 .sectionTitleCOntet > h2 {
  margin-bottom: 7px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 2px solid #272727;
 }
 .sectionTitleCOntet > h2 .titleBar {
  color: #ADADAD;
  font-size: 15px;
  font-weight: normal;
  padding-top: 0;
 }
 .sectionTitleCOntet > h2 .titleBar span:last-child {
  padding-left: 0;
  border-left: 0;
  margin-left: 0;
 }
 .sectionTitleCOntet > h2 .titleBar span {
  display: inline-block;
  line-height: 100%;
  padding-left: 10px;
  margin-left: 10px;
  color: gold;
  border-left: 1px solid gold;
 }
 .sectionTitleCOntet > h2 .titleBar span a {
  color: gold;
 }
 .sectionTitleCOntet {
  width: 600px;
  float: right;
  color: white;
  position: relative;
  height: 280px;
  margin-left: 20px;
 }
 .sectionTitleCOntet > h2 span.play-icon > span {
  font-size: 20px;
  width: 117px;
  display: block;
  position: absolute;
  top: 16px;
  right: 50px;
  line-height: 100%;
 }
 .sectionTitleCOntet > h2 span.play-icon {
  position: absolute;
  cursor: pointer;
  top: 3px;
  color: #C12121;
  overflow: hidden;
  right: 0;
  width: 50px;
  transition: .3s all ease;
  height: 50px;
  border-radius: 7px;
  background: #FFFFFF;
  text-align: right;
  font-size: 26px;
  line-height: 55px;
  padding-left: 1px;
  padding-right: 14px;
 }
 .aboutMovie {
  color: rgb(216, 216, 216);
  font-size: 18px;
  line-height: 27px;
  height: 263px;
  overflow: auto;
  position: relative;
  padding-left: 5px;
 }
 .statistics .btn:last-child {
  margin-left: 0;
 }
 .statistics .btn em {
  font-style: normal;
  float: right;
  font-size: 31px;
  font-family: Impact;
  line-height: 60px;
  text-align: center;
  padding: 0px 14px;
  color: #C12121;
 }
 .statistics .btn span {
  color: #929292;
  font-weight: bold;
  font-size: 16px;
  line-height: 60px;
 }
 .statistics .btn {
  width: 32%;
  display: inline-block;
  float: right;
  margin-left: 2%;
  height: 60px;
  background: #1B1B1B;
  border-radius: 4px;
  padding-right: 5px;
 }
 .statistics {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #252525;
  padding: 6px 16px 6px 0;
 }
 span:hover > .socialShares {
  opacity: 1;
  transition: .3s .2s all ease;
 }
 .socialShares {
  float: left;
  height: 48px;
  background: white;
  padding: 8px 9px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.16);
 }
 .socialShares a {}.socialShares a i {
  font-size: 18px;
  display: inline-block;
 }
 .download-links > h2 {
  position: relative;
  padding-right: 64px;
  line-height: 30px;
  height: 64px;
  padding-bottom: 7px;
  color: #5CAF33;
  margin-bottom: 7px;
  padding-top: 3px;
  border-bottom: 2px solid #272727;
 }
 .download-links > h2 i {
  position: absolute;
  top: 3px;
  right: 0;
  width: 50px;
  height: 50px;
  color: white;
  border-radius: 7px;
  background: #5CAF33;
  text-align: center;
  font-size: 26px;
  line-height: 55px;
  padding-left: 1px;
 }
 .download-links > a.download {
  webkit-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 0.1);
  animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 0.1);
  animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 0.1);
  animation: pulse 2s 1s infinite cubic-bezier(0.66, 0, 0, 0.1);
  box-shadow: 0 0 0 0 green;
  background: green;
 }
 .download-links > a.watch {
  webkit-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 0.1);
  animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 0.1);
  animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 0.1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 0.1);
  box-shadow: 0 0 0 0 #C12121;
 }
 .download-links > a {
  display: block;
  color: white;
  padding: 14px 0;
  background: #C12121;
  width: 150px;
  border-radius: 4px;
  margin: 13px auto;
  height: 95px;
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
 }
 .download-links > a h2 {
  font-size: 14px;
 }
 .download-links > a i {
  font-size: 46px;
 }
 .download-links {
  float: right;
  width: 340px;
  height: 278px;
  position: relative;
 }
 .download-links > h2 .desc {
  font-size: 14px;
  color: gold;
  font-weight: normal;
  line-height: 20px;
 }
 ul.listDownload {
  list-style: none;
  height: 208px;
  overflow: auto;
  padding-left: 4px;
 }
 ul.listDownload li .quality {
  float: left;
  transition: .3s all ease;
  font-size: 21px;
  line-height: 50px;
  height: 100%;
  text-align: center;
  color: #DADADA;
  margin-left: 14px;
  font-weight: bold;
 }
 ul.listDownload li:hover a .quality {
  color: #151515;
 }
 ul.listDownload li:hover a em {
  background: white;
 }
 ul.listDownload li:hover a .title {
  color: black;
 }
 ul.listDownload li:hover {
  background: #F3F3F3;
 }
 ul.listDownload li {
  background: #488e26;
  transition: .3s all ease;
  margin-bottom: 5px;
  height: 48px;
  border-radius: 5px;
  font-size: 24px;
  overflow: hidden;
  font-family: 'Play', sans-serif;
 }
 ul.listDownload li span.title {
  display: inline-block;
  line-height: 48px;
  color: #FFFFFF;
  transition: .3s all ease;
 }
 ul.listDownload li em {
  font-size: 26px;
  font-style: normal;
  width: 40px;
  transition: .3s all ease;
  height: 100%;
  display: block;
  float: right;
  font-weight: bold;
  color: #1D1D1D;
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.44);
  background: rgb(92, 175, 51);
 }
 .singleIMDB .coverMovie {
  height: 650px;
  width: 540px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 500px 0px 0px 500px / 1500px 0px 0px 1500px;
  z-index: 100;
  box-shadow: 0px 0px 100px black;
  position: absolute;
  top: 0;
  right: 0;
 }
 .singleIMDB .details {
  width: 1200px;
  min-height: 240px;
  margin: 0 auto;
 }
 .singleIMDB {
  min-height: 600px;
  position: relative;
 }
 a.viewMovie span {
  position: absolute;
  bottom: 3px;
  font-size: 17px;
  width: 180px;
  color: #ffffff;
  right: 50px;
  background: #bf0909;
  text-align: center;
  line-height: 43px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
 }
 a.viewMovie i {
  display: block;
  text-align: center;
  font-size: 31px;
  padding-top: 8px;
  color: #FFE37C;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.63);
  padding-left: 8px;
 }
 @keyframes nabd {
  0% {
    transform: scale(1.01);
  }
  30% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
 }
 @keyframes colorize {
  0% {
    background-color: #AD0909;
  }
  30% {
    background-color: #AD0909;
  }
  50% {}75% {}100% {}
 }
 a.viewMovie {
  animation: colorize 1.5s alternate infinite ease;
  box-shadow: 0 0 0 0 #484848;
  color: white;
  background: #F30505;
  width: 55px;
  font-size: 25px;
  height: 55px;
  border: 4px solid #bf0909;
  border-radius: 8px;
  line-height: 61px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  margin-left: -433px;
  top: 50%;
  margin-top: -60px;
  box-shadow: 0px 1px 6px black;
 }
 .ratings span:first-child {
  float: right;
  margin-left: 6px;
  color: white;
 }
 .ratings .average {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #272727;
  height: 100%;
  padding: 15px 13px;
  box-shadow: 1px 0px 13px black;
 }
 .ratings {
  background: rgba(45, 45, 45, 0.08);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  color: black;
  overflow: hidden;
  font-weight: bold;
  padding: 16px 18px;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.18);
 }
 .post-ratings-loading {
  display: none !important;
 }
 .post-ratings {
  font-size: 0;
  display: inline-block;
  position: relative;
 }
 canvas#canv {
  position: fixed;
  top: 0;
  left: 0;
  filter: grayscale();
  pointer-events: none;
  z-index: 0;
  opacity: .4;
 }
 .comments-Section {
  padding: 20px 0;
 }
 h2.commentsTitle:after {
  content: '';
  position: absolute;
  top: 38px;
  right: 0;
  width: 100%;
  height: 5px;
  background: #C12121;
 }
 h2.commentsTitle > span > span a {
  color: white;
 }
 h2.commentsTitle > span > span {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  margin: 0 auto;
  width: calc(100% + 40px);
  right: -20px;
  background: #101010;
  line-height: 47px;
  font-size: 23px;
  border: 6px solid #C12121;
  transform: skew(-13deg, -2deg);
 }
 h2.commentsTitle > span {
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 0px 11px;
  display: table;
  margin: 0 auto;
  line-height: 41px;
  font-size: 19px;
  border: 6px solid #C12121;
  transform: skew(13deg, 2deg);
  background: #101010;
 }
 h2.commentsTitle {
  text-align: center;
  position: relative;
  color: white;
  height: 70px;
  margin-bottom: 15px;
 }
 .comments .comments_list {
  width: 500px;
  height: 100%;
  float: left;
  overflow: auto;
  position: absolute;
  top: 0;
  padding: 15px;
  left: 0;
  border-radius: 4px;
 }
 .comments > form > input {
  border: 0;
  float: left;
  background: #41A7D6;
  font-size: 21px;
  color: #171A21;
  font-family: FOnt;
  padding: 7px 17px;
  font-weight: bold;
  border-radius: 3px;
 }
 .comments > form > div {
  margin-bottom: 8px;
 }
 .comments > form > div > label {
  display: inline-block;
  width: 140px;
  float: right;
  line-height: 37px;
  font-size: 17px;
  font-weight: bold;
 }
 .comments > form > div > textarea {
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: Font, Arial;
  font-size: 15px;
  width: calc(100% - 140px);
  height: 90px;
  background: rgb(228, 228, 229);
  border-radius: 4px;
  padding: 6px 12px;
 }
 .comments > form {}.comments > h2 {
  padding: 8px 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #41A7D6;
 }
 .comments {
  height: 380px;
  width: 100% !important;
  position: relative;
  padding-left: 510px;
  background: rgba(23, 26, 33, 0.92);
  padding-right: 21px;
  padding-top: 15px;
 }
 form.commentsForm > div {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
 }
 form.commentsForm > div label {
  display: inline-block;
  width: 105px;
  height: 35px;
  float: right;
  margin-left: 5px;
  padding: 8px 12px;
  color: #C12121;
  font-weight: bold;
 }
 form.commentsForm > div input {
  display: inline-block;
  width: calc(100% - 110px);
  outline: 0;
  border: 0;
  height: 35px;
  font-size: 16px;
  background: #F7F7F7;
  padding: 0px 11px;
  color: black;
  font-family: Font;
 }
 form.commentsForm > div textarea {
  display: inline-block;
  width: calc(100% - 110px);
  border: 0;
  height: 75px;
  background: #F7F7F7;
  padding: 10px 11px;
  color: #1F1A1A;
  outline: 0;
  font-family: Font;
  float: right;
 }
 .comments input.alignleft.btn.btn-large.btn-success {
  float: left;
  background: #C12121;
  border: 0;
  height: 50px;
  width: 160px;
  color: white;
  font-size: 18px;
  font-family: Font;
  font-weight: 700;
 }
 .comments_list .comment {
  width: 100%;
  display: inline-block;
  padding: 7px 8px 7px;
  box-shadow: 0px 1px 1px black;
  color: black;
  background: rgb(36, 39, 49);
  margin-bottom: 7px;
 }
 .comments_list .comment img {
  float: right;
  margin-left: 12px;
 }
 .comments_list .comment .commentCont {
  width: 100%;
  position: relative;
 }
 .comments_list .comment .commentCont h2 {
  font-size: 15px;
  line-height: 100%;
  background: #41A7D6;
  color: #171A21;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 3px;
  margin-left: 7px;
 }
 .comments_list .comment .commentCont p {
  font-family: Font;
  font-size: 14px;
  color: #eee;
  display: inline-block;
 }
 form.commentsForm {
  float: right;
  width: 700px;
  height: 100%;
  padding: 20px;
 }
 .tagsList a {
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 100%;
  margin-left: 4px;
  padding: 4px 6px;
  color: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 0.24);
 }
 .tagsList span {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  text-align: center;
 }
 .tagsList {
  bottom: 0;
  margin-top: 7px;
  border-top: 4px solid #ddd;
  background: rgba(255, 255, 255, 0.11);
  padding: 14px 8px 8px;
  text-align: center;
 }
 .singleIMDB > div {
  margin-bottom: 13px;
 }
 .footer .alignright {
  float: right;
  padding-top: 12px;
  padding-right: 20px;
  font-size: 12px;
 }
 .footer .alignleft a {
  color: #ffffff;
 }
 .alignright a,
 .alignleft a {
  transition: .35s all ease-in-out;
 }
 .alignright a:hover,
 .alignleft a:hover {
  color: #f3b627;
 }
 .footer .alignleft {
  float: left;
  padding-top: 6px;
  font-size: 12px;
 }
 .footer a {
  color: #ffffff;
 }
 .footer {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(#252b3e, #1b202f);
  padding: 14px 20px;
 }
 .cover-Image:after {
  content: '';
  position: absolute;
  top: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.7));
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  z-index: 1;
 }
 .cover-Image .coverInside {
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: .8;
 }
 .cover-Image {
  background: #730505;
  height: 420px;
  position: relative;
 }
 .cover-Image .innerCover a {
  color: white;
 }
 .cover-Image .innerCover {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 2;
  width: 100%;
  text-align: center;
  line-height: 110px;
 }
 .bottomBarSingle {
  height: 70px;
  position: relative;
  background: radial-gradient(ellipse at top, #484848, #292929 80%, rgb(39, 39, 39));
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.19);
 }
 .episodesList {}.sections > div .episodesList a span {}.sections > div .episodesList a:nth-child(8n+0) {
  margin-left: 0;
 }
 .sections > div .episodesList a {
  display: inline-block;
  width: 144.7px;
  height: 40px;
  background: #222;
  color: white !important;
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 19px;
  line-height: 40px;
  padding: 0px 5px;
 }
 .episodesList a span {
  color: #C12121;
  font-weight: bold;
 }
 span.warning {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #9E1515;
  line-height: 44px;
 }
 span.success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: green;
  line-height: 44px;
 }
 .watchingNow .main-content .overlay {
  opacity: 1;
  visibility: visible;
 }
 .main-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.71);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease;
 }
 .watchingNow .watchBox {
  transform: translate(0);
 }
 .watchBox {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 10;
  width: 100%;
  transition: .3s all ease;
  transform: translate(0px, -580px);
  height: 500px;
 }
 body.watchingNow {
  overflow: hidden;
 }
 .serversUl a.active {
  background: white;
  color: black;
 }
 .serversUl a {
  font-weight: bold;
  height: 45px;
  color: white;
  padding: 10px 17px;
  background: #2B2B2B;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.48);
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
 }
 .serversUl > h2 {
  color: white;
  text-align: center;
  margin-bottom: 10px;
 }
 .serversUl {
  float: right;
  overflow: auto;
  width: 300px;
  height: 100%;
  background: #AB1C1C;
  padding: 20px;
 }
 .tvScreen {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  background: #C12121;
 }
 div#serverCode iframe {
  width: 100%;
  height: 100%;
 }
 div#serverCode {
  float: right;
  width: 900px;
  height: 100%;
  padding: 10px;
 }
 .breadcrumb a {
  color: rgb(255, 229, 96);
 }
 .breadcrumb span {
  display: inline-block;
  padding: 0px 4px;
 }
 .breadcrumb {
  height: 50px;
  background: radial-gradient(ellipse at top, #E13030, #CC3434 80%, rgb(207, 51, 51));
  color: rgb(250, 250, 250);
  font-size: 15px;
  font-weight: bold;
  padding: 15px 18px;
  position: relative;
  overflow: hidden;
 }
 .watchingNow .breadcrumb {}.sections > div.section.CommentsSectionDID .title {
  text-align: center;
  cursor: pointer;
  border-bottom: 0;
  margin: 0;
  height: auto;
 }
 .sections > div.section.CommentsSectionDID .title.changeAngle h2 i:first-child {
  transform: rotate(-90deg);
 }
 .sections > div.section.CommentsSectionDID .title h2 i {
  font-size: 36px;
  float: right;
  margin-left: 13px;
  transition: .3s all ease;
  transform-origin: center;
 }
 .sections > div.section.CommentsSectionDID .title h2 {
  display: table;
  text-align: center;
  color: #fff;
  float: none;
  margin: 0 auto;
  border: 2px solid #CACACA;
  padding: 7px 17px 5px;
  background: radial-gradient(ellipse at top, #484848, #292929 80%, rgb(39, 39, 39));
 }
 .sections > div.section.CommentsSectionDID {
  min-height: auto;
 }
 .watchingNow .main-content {
  margin-top: 500px;
 }
 a.viewListBars i {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  background: #2F2F2F;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
 }
 .redirect a.viewListBars {
  margin-left: -600px;
 }
 a.viewListBars {
  color: white;
  font-size: 19px;
  padding-left: 15px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  border-radius: 6px;
  font-weight: bold;
  padding-right: 62px;
  position: absolute;
  margin-top: 11px;
  background: #272727;
  top: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.27);
  left: 50%;
  margin-left: -334px;
 }
 .columns .column:nth-child(3n+0) {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
 }
 .columns .column > .title a {
  color: white;
 }
 .columns .column > .title {
  text-align: center;
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  margin-bottom: 8px;
  padding: 7px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
 }
 .columns .column:nth-child(2) > .title a {
  color: #F2F2F2;
 }
 .columns .column:nth-child(2) > .title {
  background: #171A21;
 }
 .HalFColumns.columns .column .moviesBlocks {}.HalFColumns.columns .column .moviesBlocks > div:nth-child(2n+0) {
  margin-left: 4px;
 }
 .HalFColumns.columns .column .moviesBlocks > div:nth-child(3n+0) {
  margin-left: 0;
 }
 .HalFColumns.columns .column .moviesBlocks > div {
  width: 189px;
 }
 .HalFColumns.columns .column {
  width: 595px;
 }
 .HalFColumns.columns .column:nth-child(2) {
  margin-left: 0;
 }
 .columns .column:nth-child(2) {
  margin-top: 0;
  padding-top: 12px;
 }
 .columns .column:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: calc(100% + 10px);
  height: 100%;
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  z-index: -1;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
 }
 .columns .column .moviesBlocks {
  padding: 0;
 }
 .columns .column {
  text-align: center;
  padding-top: 12px;
  padding-left: 10px;
  border-left: 2px solid rgba(35, 34, 34, 0.37);
  position: relative;
  padding-bottom: 10px;
 }
 .columns {}.SidesWide .mainMovies {}.SidesWide .sidebar h2 i {
  font-size: 20px;
 }
 .SidesWide .sidebar h2 {
  text-align: center;
  color: white;
  background: radial-gradient(ellipse at top, #E13030, #CC3434 80%, rgb(207, 51, 51));
  font-weight: normal;
  padding: 6px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.22);
  margin-bottom: 8px;
 }
 .SidesWide .sidebar {
  width: 40%;
  min-height: 600px;
  float: left;
  background: radial-gradient(ellipse at top, #E0E0E0, #FDFDFD 80%, rgba(220, 220, 220, 0.75));
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
  padding: 15px 15px 8px;
 }
 .SidesWide {
  min-height: 600px;
  width: 1200px;
  position: relative;
  margin: 0 auto;
 }
 .moviesBlocksSharps .block:nth-child(2n+0) {
  margin-left: 0;
 }
 .moviesBlocksSharps .block img {
  height: auto;
  width: 100%;
  min-height: 100%;
 }
 .moviesBlocksSharps .block:hover .title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
 }
 .moviesBlocksSharps .block .detailsList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
 }
 .moviesBlocksSharps .block:hover .title span {
  opacity: 1;
  transform: translate(0);
  transition: .3s .3s all ease;
 }
 .moviesBlocksSharps .block .title {
  transition: all ease .3s;
  position: absolute;
  transform: translate(0px, -100%) scale(.8);
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(25, 25, 25, 0.95);
  height: 100%;
  color: white;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
 }
 .moviesBlocksSharps .block {
  width: 221.5px;
  height: 240px;
  margin-left: 7px;
  margin-bottom: 7px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.49);
  float: right;
  overflow: hidden;
  position: relative;
 }
 .moviesBlocksSharps .block .title > span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-height: 60px;
  overflow: hidden;
  text-align: center;
  transition: .3s all ease;
  opacity: 0;
  padding: 10px;
  transform: translate(0, 60px);
 }
 .pagination li.active a {
  color: #191919;
 }
 .pagination li.active {
  background: #f1c830;
  color: #000!important;
 }
 .pagination li a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  line-height: 100%;
 }
 .pagination li > span.page-numbers.current {
  top: 0;
  left: 0;
  background: #f39027;
  line-height: 33px;
  height: 43px;
  display: block;
  color: #292929;
  margin: -12px -15px;
  padding: 5px 15px 0px;
  border-radius: 5px;
 }
 .pagination li {
  display: inline-block;
  padding: 12px 14px 3px;
  background: #ffffff2b;
  margin-right: 2px;
  direction: ltr;
  color: #ffffff;
  margin-left: 2px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.21);
  height: 43px;
  border-radius: 4px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
 }
 .pagination {
  clear: both;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
 }
 .MoviesMenuList > div:not(.pagination) {
  height: 110px;
  margin-bottom: 10px;
  overflow: hidden;
  background: radial-gradient(ellipse at top, #FFFFFF, #ffffff 80%, rgba(255, 255, 255, 0.75));
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.58);
  position: relative;
  z-index: 1;
 }
 .MoviesMenuList > div .image {
  float: right;
  width: 140px;
  margin-left: 17px;
  overflow: hidden;
  z-index: 13;
  position: relative;
  height: 100%;
  transform: skew(-6deg);
  margin-right: -8px;
  border-left: 3px solid #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
 }
 .MoviesMenuList > div .image img {
  width: 100%;
  height: auto;
  min-height: 100%;
 }
 .MoviesMenuList {
  float: right;
  padding: 15px;
  width: 60%;
 }
 .contentDescription h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
 }
 .contentDescription {
  color: black;
  float: right;
  height: 110px;
  width: 400px;
 }
 .listTags span i {}.listTags span {
  display: block;
  height: 33px;
  padding: 10px 14px;
  background: #2B2B2B;
  text-align: center;
  color: white;
  line-height: 100%;
  font-weight: normal;
  font-family: Impact;
  font-size: 15px;
 }
 .listTags span:nth-child(1) {
  height: 35px;
  font-size: 16px;
 }
 .listTags span:nth-child(2) {
  background: #C12121;
  height: 42px;
  padding: 12px 14px;
  font-size: 19px;
 }
 .listTags {
  position: absolute;
  top: 0;
  right: 131px;
  height: 100%;
  transform: skew(-6deg);
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.34);
 }
 span.viewsSpan:hover {
  width: 90px;
 }
 span.viewsSpan {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #C12121;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  padding: 1px 8px 0px;
  width: 30px;
  transition: .3s all ease;
  height: 25px;
  overflow: hidden;
 }
 span.ratingsAverSpan:hover {
  width: 90px;
 }
 .MoviesMenuList > div:hover span.ratingsAverSpan {
  left: 10px;
 }
 span.ratingsAverSpan {
  position: absolute;
  bottom: 39px;
  left: -40px;
  background: radial-gradient(ellipse at top, #FDB900, #FB9B38 80%, rgb(226, 141, 35));
  color: black;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 8px 0px;
  width: 30px;
  transition: .3s all ease;
  height: 25px;
  overflow: hidden;
 }
 span.likesSpan i {
  font-size: 23px;
 }
 span.likesSpan {
  position: absolute;
  left: 0;
  padding: 11px 14px;
  font-family: Impact;
  font-size: 17px;
  text-align: center;
  color: #3C599F;
  bottom: 0;
 }
 .coverListTab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .06;
  background-size: cover;
  background-position: center;
 }
 .titleBar > *:hover {
  background: #C12121;
  border-color: #F9F9F9;
 }
 .MoviesMenuList .titleBar > * {
  display: inline-block;
  padding: 8px 16px;
  float: right;
  color: white;
  transform: skew(-6deg);
  border-left: 2px solid #444;
  transition: .3s all ease;
 }
 .titleBar span {}.MoviesMenuList .titleBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 135px;
  z-index: 10;
  background: radial-gradient(ellipse at top, #252525, #232323 80%, rgb(27, 27, 27));
 }
 .buttons span.view {
  background: #C12121;
 }
 .buttons span.download {
  background: green;
 }
 .buttons span {
  display: block;
  border-radius: 4px;
  margin-bottom: 2px;
  font-weight: bold;
  height: 30px;
  font-size: 13px;
  line-height: 34px;
 }
 .buttons:not(li) {
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 100;
  width: 130px;
  text-align: center;
  color: white;
 }
 .download-links.redirect {
  width: 230px;
  float: right;
  padding-top: 24px;
 }
 .sectionTitleCOntet.redirect {
  width: 715px;
  margin-left: 12px;
 }
 .score {
  position: absolute;
  bottom: -100px;
  left: 0;
 }
 .score .stars .abc-c>span {
  display: inline-block;
  height: 100%;
 }
 .score .stars .views {
  color: white;
  padding-top: 3px;
  font-size: 14px;
  font-weight: bold;
 }
 .score .stars .abc-c {
  margin-bottom: 0;
  display: block;
  margin-top: 0;
  overflow: hidden;
  font-size: 0;
  text-align: right;
  height: 13px;
  width: 130px;
 }
 .score .stars {
  position: relative;
  top: 7px;
  float: right;
 }
 .sidebarMovie .score a {
  color: #fff
 }
 .sidebarMovie .score {
  background: #930506;
  color: rgba(255, 255, 255, .71);
  box-shadow: 0px -2px 2px rgba(0, 0, 0, .26)
 }
 .sidebarMovie .score .rank {
  color: #edca3e
 }
 .sidebarMovie .score .stars {
  width: 192px
 }
 .score .rank {
  float: right;
  height: 40px;
  border-radius: 5px;
  padding: 0px 10px;
  text-align: center;
  font-size: 38px;
  color: #f5ca59;
  font-family: Font, tahoma;
  font-weight: bold;
 }
 a.searchButton {
  border: 2px solid #4EA200;
  position: absolute;
  top: 20px;
  width: 40px;
  height: 40px;
  background: radial-gradient(ellipse at top, #69BF1A, #5DA817 80%, rgb(72, 131, 16));
  left: 50%;
  margin-left: -468px;
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding-top: 6px;
 }
 .allSiteCo {
  transform-origin: top center;
  transition: .3s all ease;
  overflow: hidden;
  z-index: 10;
  position: relative;
 }
 .searching .allSiteCo {
  transform: translate(0, 70px);
 }
 form#searchForm button {
  width: 120px;
  float: right;
  border: 0;
  height: 50px;
  font-size: 20px;
  font-family: Font;
  font-weight: bold;
  color: white;
  background: #195ad0;
  position: absolute;
  border-radius: 7px;
  top: 50%;
  left: 50%;
  margin-left: -430px;
 }
 form#searchForm input {
  width: 800px;
  float: right;
  margin-left: 10px;
  border: 0;
  font-size: 16px;
  height: 50px;
  padding: 0px 15px;
  font-family: Font;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  right: 50%;
  margin-right: -500px;
 }
 body.searching form#searchForm {
  top: 0;
 }
 form#searchForm.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
 }
 form#searchForm {
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s all ease;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.84);
  z-index: 999999;
  height: 100%;
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
 }
 .ad728 {
  display: table;
  margin: 0px auto 0px;
 }
 .redirectBox a {
  color: #C12121;
 }
 .redirectBox {
  font-weight: bold;
  margin: 10px auto;
  font-size: 20px;
  padding: 20px 60px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.27);
  border-radius: 6px;
  display: table;
  background: #FFF;
  text-align: center;
 }
 .columns.catsS:not(.genresS):not(.yearsS) .column .moviesBlocks .movie:nth-child(6n+0) {
  margin-left: 0 !important;
 }
 .columns.catsS:not(.genresS):not(.yearsS) .column .moviesBlocks .movie:nth-child(2n+0) {
  margin-left: 8px;
 }
 .columns.catsS:not(.genresS):not(.yearsS) .column .moviesBlocks .movie {
  width: 228px;
 }
 .columns.catsS:not(.genresS):not(.yearsS) .column {
  width: 100%;
  padding: 10px;
  border: 0;
  margin: 0;
 }
 .adRightFixed {
  position: fixed;
  top: 10px;
  right: -300px;
  width: 160px;
  z-index: 226600;
  height: 600px;
 }
 .adLeftFixed {
  position: fixed;
  top: 10px;
  left: -300px;
  z-index: 226600;
  width: 160px;
  height: 600px;
 }
 .movie .views {
  float: right;
 }
 .movie .category {
  font-weight: bold;
  color: #EFE094;
  font-size: 15px;
 }
 .movie .views {}.slider li a:hover .views {
  opacity: 1;
 }
 .slider li a .views {
  transition: .3s all ease;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 2em;
  background: radial-gradient(ellipse at top, #E13030, #CC3434 80%, rgb(207, 51, 51));
  z-index: 100;
  font-weight: bold;
  font-size: 17px;
  color: white;
  padding: 2px 10px 0px;
 }
 body {}.redirectCode {
  display: table;
  margin: 16px auto 0;
 }
 .score > span {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  line-height: 63px;
  font-weight: bold;
  color: gold;
  width: 128px;
 }
 .browse + a.facebook i {
  float: right;
  margin-right: -11px;
  margin-top: -2px;
  margin-bottom: -10px;
  background: #344E86;
  width: 36px;
  height: 36px;
  margin-left: 7px;
  font-size: 25px;
  line-height: 41px;
 }
 .browse + a.facebook {
  height: 36px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.52);
  margin-right: 0;
  color: white;
  width: 186px;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  left: 50%;
  margin-left: -420px;
  position: absolute;
  padding: 2px 11px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  top: 22px;
  line-height: 32px;
 }
 .list {
  margin: 0;
  padding: 0;
  list-style: none;
 }
 .list__item {
  position: relative;
  z-index: 1;
  display: none !important;
  display: flex;
  direction: ltr;
  display: flexbox;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  flex-pack: center;
  justify-content: center;
  align-items: center;
  flex-align: center;
  align-items: center;
  height: 90px;
  text-align: center;
 }
 .list__gap {
  min-height: 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
  display: none;
 }
 .list__item--burst .list__text div svg {
  left: 0;
 }
 .list__text {
  position: relative;
  display: flex;
  top: 5px;
  display: flexbox;
  display: flex;
  justify-content: center;
  flex-pack: center;
  justify-content: center;
  align-items: center;
  flex-align: center;
  align-items: center;
  max-width: 93%;
  pointer-events: none;
 }
 .list__item p {
  font-size: 1.5em;
  font-weight: bold;
  color: #777;
 }
 .control__button {
  flex: none;
  flex: none;
  flex: none;
  width: 2em;
  height: 2em;
  margin: 3em 0 0;
  z-index: 100;
  display: none;
  padding: 0;
  border: 0;
  background: none;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
  tap-highlight-color: rgba(0, 0, 0, 0);
 }
 .control__button--active {
  pointer-events: none;
  opacity: 0;
 }
 .js .control__button:focus,
 .js .control__button:active {
  outline: none;
 }
 .control__vector {
  width: 100%;
  height: 100%;
  fill: rgba(0, 0, 0, 0.12);
 }
 .color-1 {
  background: #91a7d0;
 }
 .color-2 {
  background: #f6cac9;
 }
 .color-3 {
  background: #3d3d40;
 }
 .color-4 {
  background: #615e5f;
 }
 .color-5 {}.color-6 {
  background: #403f6f;
 }
 .color-7 {
  background: #bec6d5;
 }
 .color-8 {
  background: #ffef67;
 }
 .color-9 {
  background: #f0eee9;
 }
 .color-10 {
  background: #e890bb;
 }
 .color-5 {
  display: flex !important;
 }
 .color-12 {
  background: #8788c5;
 }
 .grid {
  display: flex;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  flex-pack: center;
  justify-content: center;
  align-items: center;
  flex-align: center;
  align-items: center;
  max-width: 1300px;
  margin: 3em auto 0;
  padding: 1em;
  list-style: none;
 }
 .grid__item {
  position: relative;
  flex: 1 1 280px;
  flex: 1 1 280px;
  flex: 1 1 280px;
  width: 25%;
  padding: 1.25em;
  tap-highlight-color: rgba(0, 0, 0, 0);
 }
 .grid__item::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  width: 10px;
  height: 100%;
  background: #1e1d23;
  transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
 }
 .grid__inner {
  position: relative;
  padding: 1em;
  cursor: pointer;
  background: #23222a;
 }
 .grid__inner::before {
  content: attr(data-morse);
  font-family: 'morse_coderegular', sans-serif;
  font-size: 13em;
  font-weight: normal;
  line-height: 0.7;
  position: absolute;
  top: 0;
  left: 60px;
  padding: 0 0.15em 0 0;
  color: #1e1d23;
 }
 .grid__inner::after {
  content: attr(data-phonetic);
  font-family: 'Lucida Sans Typewriter', 'Lucida Console', monaco, 'Bitstream Vera Sans Mono', monospace;
  font-size: 1.15em;
  font-weight: normal;
  position: absolute;
  right: 1em;
  bottom: 0;
  color: #1e1d23;
  transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  transform-origin: 100% 50%;
  transform-origin: 100% 50%;
 }
 .grid__text {
  font-weight: bold;
  line-height: 40px;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #e65454;
  border-radius: 50%;
  background: #1e1d23;
 }
 .grid__heading {
  font-family: 'knarfart', sans-serif;
  font-size: 8em;
  line-height: 200px;
  position: relative;
  z-index: 10;
  display: flex;
  display: flexbox;
  display: flex;
  justify-content: center;
  flex-pack: center;
  justify-content: center;
  align-items: center;
  flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0.5em 0;
  letter-spacing: -0.15em;
 }
 .grid__heading .letter {
  margin: 0 0.05em;
 }
 .content--related {
  display: flex;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  flex-pack: center;
  justify-content: center;
  align-content: center;
  flex-line-pack: center;
  align-content: center;
  align-items: center;
  flex-align: center;
  align-items: center;
  padding: 10em 1em 6em;
  text-align: center;
 }
 .demo-1 .content--related {
  max-width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  min-height: 460px;
  margin: 20px;
  padding: 3em 1em;
  background: #23222a;
 }
 .content--related p {
  width: 100%;
 }
 .media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  transition: color 0.3s;
  transition: color 0.3s;
 }
 .media-item__img {
  max-width: 100%;
  opacity: 0.3;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
 }
 .media-item:hover .media-item__img,
 .media-item:focus .media-item__img {
  opacity: 1;
 }
 .media-item__title {
  font-size: 1em;
  margin: 0;
  padding: 0.5em;
 }
 @media screen and (max-width: 50em) {
  .demo-1 .codrops-header {
    background: none;
  }
  .demo-1 .codrops-header h1 {
    font-size: 8vw;
  }
  .grid__item {
    width: 100%;
  }
 }
 @media screen and (max-width: 40em) {
  .codrops-header h1 {
    font-size: 1.85em;
  }
 }
 .link {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 33px;
  line-height: 1;
  color: #9e9ba4;
  display: inline-block;
  float: right;
 }
 .link--kukuri {
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  line-height: 0.75;
  color: #c5c2b8;
 }
 .link--kukuri:hover {
  color: #c5c2b8;
 }
 .link--kukuri::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: #F9F9F9;
  transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s;
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
 }
 .link--kukuri:hover::after {
  transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
 }
 .link--kukuri::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #424242;
  white-space: nowrap;
  width: 0%;
  transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
 }
 .link--kukuri:hover::before {
  width: 100%;
 }
 .link--takiri {
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 7em;
  padding: 0 10px 20px;
  transition: color 0.5s;
  transition: color 0.5s;
 }
 .link--takiri:hover {
  color: #1e1a1b;
 }
 .link--takiri::before {
  content: '';
  position: absolute;
  height: 36px;
  width: 120%;
  top: 50%;
  margin-top: -18px;
  left: -10%;
  z-index: -1;
  background: #F9F9F9;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  transition: transform 0.5s;
  transition: transform 0.5s;
 }
 .link--takiri:hover::before {
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
 }
 .link--takiri span {
  font-size: 20%;
  font-weight: 400;
  position: absolute;
  right: 15px;
  color: #e53369;
  bottom: 0;
  opacity: 0;
  transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
 }
 .link--takiri:hover span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .link--surinami {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9em;
  color: #3A4945;
  padding: 0 0 0.125em;
 }
 .link--surinami::before,
 .link--surinami::after {
  content: '';
  width: 100%;
  height: 3px;
  z-index: -1;
  background: #3A4945;
  position: absolute;
  transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  transition: transform 0.5s;
  transition: transform 0.5s;
 }
 .link--surinami::before {
  right: 0;
  top: 0;
  transform-origin: 100% 50%;
  transform-origin: 100% 50%;
 }
 .link--surinami::after {
  left: 0;
  bottom: 0;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
 }
 .link--surinami:hover::before,
 .link--surinami:hover::after {
  transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
 }
 .link--surinami span {
  position: relative;
  transition: color 0.5s;
  transition: color 0.5s;
 }
 .link--surinami:hover span {
  color: transparent;
 }
 .link--surinami span::before,
 .link--surinami span::after {
  position: absolute;
  color: #fff;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
 }
 .link--surinami span::before {
  content: attr(data-letters-l);
  left: 0;
  transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
 }
 .link--surinami span::after {
  content: attr(data-letters-r);
  right: 0;
  transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
 }
 .link--surinami:hover span::before,
 .link--surinami:hover span::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .link--nukun {
  color: #E3E8DC;
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 0;
  transition: color 0.3s;
  transition: color 0.3s;
 }
 .link--nukun:hover {
  color: #1e1a1b;
 }
 .link--nukun::before,
 .link--nukun::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 5px;
  background: #E3E8DC;
  bottom: 0;
  left: 35%;
  transition: transform 0.5s;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 }
 .link--nukun::after {
  background: #ACD07A;
  transform: translate3d(-300%, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(-300%, 0, 0) scale3d(0, 1, 1);
 }
 .link--nukun:hover::before {
  transform: translate3d(300%, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(300%, 0, 0) scale3d(0, 1, 1);
 }
 .link--nukun:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
 }
 .link--nukun span {
  color: #E3E8DC;
  display: inline-block;
  position: relative;
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 }
 .link--nukun:hover span {
  color: #fff;
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
 }
 .link--kumya {
  font-family: 'Syncopate', sans-serif;
  font-size: 6.5em;
  overflow: hidden;
  padding: 10px 10px 0;
  line-height: 1;
  color: #242424;
 }
 .link--kumya:hover {
  color: #242424;
 }
 .link--kumya::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #242424;
  transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  transition: transform 0.5s;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
 }
 .link--kumya:hover::after {
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .link--kumya span {
  display: block;
  position: relative;
 }
 .link--kumya span::before {
  content: attr(data-letters);
  position: absolute;
  color: #fff;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  transition: width 0.5s;
  transition: width 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
 }
 .link--kumya:hover span::before {
  width: 100%;
 }
 .link--urpi {
  font-family: 'Oswald', sans-serif;
  font-size: 10em;
  font-weight: 700;
  text-transform: uppercase;
  color: #e78383;
  transition: color 0s 0.5s;
  transition: color 0s 0.5s;
 }
 .link--urpi:hover {
  color: transparent;
  transition: none;
  transition: none;
 }
 .link--urpi::before,
 .link--urpi::after {
  content: attr(data-letters);
  position: absolute;
  top: 0;
  left: 0;
  color: #e78383;
  overflow: hidden;
  backface-visibility: hidden;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s;
 }
 .link--urpi:hover::before,
 .link--urpi:hover::after {
  color: #fff;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s;
 }
 .link--urpi:hover::before {
  transform: translate3d(4px, 1px, 0);
  transform: translate3d(4px, 1px, 0);
 }
 .link--urpi:hover::after {
  transform: translate3d(-4px, -1px, 0);
  transform: translate3d(-4px, -1px, 0);
 }
 .link--mallki {
  font-weight: 800;
  color: #81a689;
  font-family: 'Dosis', sans-serif;
  transition: color 0.5s 0.25s;
  transition: color 0.5s 0.25s;
  overflow: hidden;
 }
 .link--mallki:hover {
  transition: none;
  transition: none;
  color: transparent;
 }
 .link--mallki::before {
  content: '';
  width: 100%;
  height: 6px;
  margin: -3px 0 0 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s;
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
 }
 .link--mallki:hover::before {
  transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
 }
 .link--mallki span {
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
 }
 .link--mallki span::before {
  content: attr(data-letters);
  color: red;
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  transition: transform 0.5s;
  transition: transform 0.5s;
 }
 .link--mallki span:nth-child(2) {
  top: 50%;
 }
 .link--mallki span:first-child::before {
  top: 0;
  transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
 }
 .link--mallki span:nth-child(2)::before {
  bottom: 0;
  transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
 }
 .link--mallki:hover span::before {
  transition-delay: 0.3s;
  transition-delay: 0.3s;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 }
 .link--manko {
  color: #B1C0B2;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-style: italic;
  padding: 0.65em 0 0.8em;
  transition: color 0.5s;
  transition: color 0.5s;
 }
 .link--manko:hover {
  color: #1e1a1b;
 }
 .link--manko::before,
 .link--manko::after {
  content: '';
  position: absolute;
  border-width: 4px 0;
  border-style: solid;
  border-color: #fff;
  pointer-events: none;
  transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 }
 .link--manko::before {
  width: 50%;
  left: 25%;
  height: 80%;
  top: 10%;
 }
 .link--manko::after {
  width: 30%;
  left: 35%;
  height: 100%;
  top: 0;
 }
 .link--manko:hover::before,
 .link--manko:hover::after {
  transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
 }
 .link--manko span {
  color: #60AB64;
  font-weight: 400;
  position: absolute;
  font-size: 0.2em;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
 }
 .link--manko span:first-of-type {
  bottom: 100%;
  margin-bottom: 15px;
  transform: scale3d(0.8, 0.8, 1) translate3d(0, 10px, 0);
  transform: scale3d(0.8, 0.8, 1) translate3d(0, 10px, 0);
 }
 .link--manko span:last-of-type {
  top: 100%;
  margin-top: 10px;
  transform: scale3d(0.8, 0.8, 1) translate3d(0, -10px, 0);
  transform: scale3d(0.8, 0.8, 1) translate3d(0, -10px, 0);
 }
 .link--manko:hover span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .link--manko:hover span:first-of-type {
  transition-delay: 0.15s;
  transition-delay: 0.15s;
 }
 .link--manko:hover span:last-of-type {
  transition-delay: 0.20s;
  transition-delay: 0.20s;
 }
 .link--ilin {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 65px;
  overflow: hidden;
  color: #ffffff;
  padding-top: 5px;
  height: 65px;
 }
 .link--ilin span {
  position: relative;
  display: inline-block;
  transition: color 0.5s;
  transition: color 0.5s;
 }
 .link--ilin:hover span:first-of-type {
  color: #fff;
 }
 .link--ilin:hover span:last-of-type {
  color: #ffec88;
 }
 .link--ilin span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 0.8;
  transition: transform 0.5s;
  transition: transform 0.5s;
 }
 .link--ilin span:last-of-type::before {
  background: #1e1a1b;
 }
 .link--ilin:hover span:last-of-type::before,
 .link--ilin span:first-of-type::before {
  transform: translate3d(0, -150%, 0);
  transform: translate3d(0, -150%, 0);
 }
 .link--ilin:hover span:first-of-type::before,
 .link--ilin span:last-of-type::before {
  transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
 }
 .link--asiri {
  position: relative;
  width: 400px;
  height: 200px;
 }
 .link--asiri .text-fill {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
 }
 .link--asiri canvas {
  width: 100%;
  height: 100%;
 }
 .link--asiri .svg-inverted-mask {
  position: absolute;
  width: 400px;
  height: 200px;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 2px #222;
 }
 .link--asiri .shape--fill {
  fill: #222;
 }
 .link--asiri .text--transparent {
  fill: #95D384;
  transition: fill 0.2s;
  transition: fill 0.2s;
 }
 .link--asiri:hover .text--transparent {
  fill: transparent;
 }
 .svg--asiri .mask__shape {
  fill: white;
 }
 .text--asiri {
  font-size: 150px;
  text-transform: uppercase;
  font-weight: 900;
  stroke: #fff;
  stroke-width: 1.5;
 }
 .link--yaku {
  color: #FFFFFF;
  font-family: Play;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 48px;
  overflow: hidden;
  padding: 0px 0 10px;
  float: right;
  margin-left: 20px;
  margin-top: 8px;
  direction: ltr;
 }
 .link--yaku::before {
  content: '';
  position: absolute;
  height: 84%;
  width: 100%;
  border-width: 2px 0px 3px;
  border-color: #2C7190;
  border-style: solid;
  left: 0;
  transform: translate3d(-101%, 0, 0);
  transition: transform 1s;
 }
 .link--yaku:hover::before {
  transform: translate3d(0, 0, 0);
 }
 .link--yaku span {
  display: inline-block;
  position: relative;
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s;
 }
 .link--yaku:hover span {
  color: #FFFFFF;
  transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
 }
 .link--yaku span:nth-child(4),
 .link--yaku:hover span:first-child {
  transition-delay: 0s;
  transition-delay: 0s;
 }
 .link--yaku span:nth-child(3),
 .link--yaku:hover span:nth-child(2) {
  transition-delay: 0.1s;
  transition-delay: 0.1s;
 }
 .link--yaku span:nth-child(2),
 .link--yaku:hover span:nth-child(3) {
  transition-delay: 0.2s;
  transition-delay: 0.2s;
 }
 .link--yaku span:nth-child(3),
 .link--yaku:hover span:nth-child(4) {
  transition-delay: 0.3s;
  transition-delay: 0.3s;
 }
 .link--yaku span:nth-child(4),
 .link--yaku:hover span:nth-child(5) {
  transition-delay: 0.4s;
  transition-delay: 0.4s;
 }
 .link--yaku span:nth-child(5),
 .link--yaku:hover span:nth-child(6) {
  transition-delay: 0.5s;
  transition-delay: 0.5s;
 }
 .link--yaku span:nth-child(6),
 .link--yaku:hover span:nth-child(7) {
  transition-delay: 0.6s;
  transition-delay: 0.6s;
 }
 .link--yaku span:first-child,
 .link--yaku:hover span:nth-child(8) {
  transition-delay: 0.7s;
  transition-delay: 0.7s;
 }
 @media screen and (max-width: 50em) {
  .link--surinami {
    font-size: 3em;
  }
 }
 @media screen and (max-width: 42em) {
  .link--takiri {
    font-size: 3.5em;
  }
  .link--kukuri {
    font-size: 3.5em;
  }
  .link--nukun {
    font-size: 3.5em;
  }
  .link--kumya {
    font-size: 3em;
  }
  .link--manko {
    font-size: 3.5em;
  }
  .link--urpi {
    font-size: 5em;
  }
  .link--mallki {
    font-size: 3.5em;
  }
  .link--ilin {
    font-size: 5em;
  }
  .link--asiri {
    transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
  }
  .link--yaku {
    font-size: 4em;
  }
 }
 .topBarHeader > div > ul > li a {
  color: #fff;
 }
 .topBarHeader > div > ul > li a:hover {
  color: #cca6fb;
 }
 .topBarHeader > div > ul > li {
  display: inline-block;
  list-style: none;
  padding: 8px 17px;
  font-weight: bold;
  font-size: 16px;
  border-left: 1px solid rgba(130, 130, 130, 0.48);
  float: right;
  margin-top: 0;
  margin-left: 0;
 }
 .topBarHeader {
  background: #1b1b1b;
  padding: 0 13px;
  height: 42px;
  text-align: right;
  border-top: 2px solid #232833;
  box-shadow: 0px -1px 13px rgb(21, 25, 35);
 }
 .section > .title:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 40px;
  background-size: 100% 110%;
 }
 .slider .owl-controls {
  display: none !important;
 }
 .section > .title > ul > li.active i {
  font-size: 28px;
  transform: translate(0, 0px);
  text-shadow: 2px 2px 0 rgba(40, 43, 51, 0.18);
 }
 .section > .title > ul > li.active {
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  color: #FFFFFF;
  padding-top: 38px;
  font-size: 18px;
 }
 .section > .title > ul > li i {
  display: block;
  font-size: 25px;
  transition: .3s all ease;
  margin-bottom: 2px;
  position: absolute;
  width: 100%;
  top: 10px;
 }
 .section > .title > ul > li {
  list-style: none;
  display: inline-block;
  width: 120px;
  height: 70px;
  overflow: hidden;
  transition: .3s all ease;
  cursor: pointer;
  cursor: pointer;
  font-weight: bold;
  border-left: 1px solid rgba(255, 255, 255, 0.29);
  color: white;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  padding-top: 39px;
  float: right;
  text-align: center;
  background: linear-gradient(#2F3544, #171A21);
  transform: skew(-0deg);
  background-image: linear-gradient(rgba(38, 43, 54, 0), #191D24) font-size: 15px;
 }
 .section > .title > ul {
  float: left;
  margin-left: 7px;
 }
 .section > .title.fixed > ul > li {
  padding-top: 39px;
  height: 74px;
  font-size: 15px;
 }
 .section > .title.fixed > ul > li.active > i {
  top: 7px;
 }
 .section > .title.fixed > ul > li > i {
  font-size: 25px;
  top: 10px;
 }
 .section > .title.fixed {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  height: 69px;
 }
 .section > .title {
  margin: 0px 0 13px 0;
  background: linear-gradient(#242934, #1A1E25);
  border-top: 1px solid #3F444F;
  border-bottom: 3px solid #2D2E2F;
  position: absolute;
  width: 100%;
  float: left;
  transition: .3s all ease;
  top: 0;
  left: 0;
  z-index: 1000;
 }
 .postertitle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: bottom left;
  background-size: 223px 294p
 }
 .moviesBlocks.DataFill > h2 {
  color: #41A7D6;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0px 0px;
  text-align: center;
  font-size: 28px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.68);
 }
 .movie:hover .boxcontentFilm .posterContent {
  height: 160px;
  transition: .5s all cubic-bezier(0.56, 0.28, 0.34, 1.34);
 }
 .boxcontentFilm .posterContent {
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.61);
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  opacity: .5;
  filter: grayscale();
  width: 100%;
  height: 0px;
  transition: .5s all cubic-bezier(0.56, 0.28, 0.34, 1.34);
  background-position: bottom center;
  background-size: 224px 316px;
 }
 .movie:hover .boxcontentFilm > h2 {
  transform: translate(0);
  transition: .4s .3s all cubic-bezier(0.44, 0.44, 0.54, 1.19);
 }
 .boxcontentFilm > h2 {
  font-size: 16px;
  height: 52px;
  text-align: center;
  padding: 0;
  color: #FFFFFF;
  overflow: hidden;
  transform: translate(0px, 180px);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.68);
  padding-bottom: 9px !important;
  transition: .4s all cubic-bezier(0.44, 0.44, 0.54, 1.19);
  margin-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.11);
 }
 .movie:hover .boxcontentFilm > p {
  transform: translate(0);
  transition: .4s .5s all cubic-bezier(0.44, 0.44, 0.39, 1.07);
 }
 .boxcontentFilm > p {
  transform: translate(0px, 180px);
  transition: .4s all cubic-bezier(0.44, 0.44, 0.39, 1.07);
  font-size: 14px;
  height: 81px;
  overflow: hidden;
  color: #eee;
  text-shadow: 1px 1px 1px black;
 }
 .movie:hover .boxcontentFilm {
  height: 160px;
  opacity: 1;
 }
 .boxcontentFilm {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 0px;
  padding: 10px;
  opacity: 0;
  font-size: 14px;
  background: rgba(23, 26, 33, 0.95);
  transition: .5s all cubic-bezier(0.56, 0.28, 0.34, 1.34);
 }
 .movie:hover .topbarMovie {
  transform: rotateX(0);
  border-radius: 0;
  background: rgba(23, 26, 33, 0.92);
  opacity: 1;
 }
 .topbarMovie {
  position: absolute;
  top: 0;
  border-radius: 0px 0px 70px 70px;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 6px 10px 5px;
  transform: rotateX(-95deg);
  transform-origin: top center;
  transition: .3s all ease;
  opacity: 0;
 }
 .loader {
  text-align: center;
  display: block;
  vertical-align: top;
  transform: scale(2);
  margin-top: 80px;
 }
 svg path,
 svg rect {
  fill: #FFFFFF;
 }
 .sideBarMoviess.fixed {
  position: fixed;
 }
 .sideBarMoviess {
  width: 250px;
  float: right;
  box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.41);
  position: absolute;
  top: 0;
  overflow: auto;
  right: 0;
  transition: .3s all ease;
  z-index: 100;
  height: 100%;
  background: #583484;
  transform: translate(100%, 0%);
  padding: 15px;
 }
 .section.INDEXBloCKS .DataFill > .movie {
  width: 223px;
  height: 300px;
 }
 .section.INDEXBloCKS.active > .title {
  width: calc(100% - 250px);
 }
 .section.INDEXBloCKS.active .moviesBlocks.DataFill {
  transform: translate(-250px, 0px);
 }
 .section.INDEXBloCKS.active {
  padding-right: 0;
 }
 .section.INDEXBloCKS {
  min-height: 600px;
  padding-top: 91px;
  transition: .3s all ease;
 }
 .flexSIde > h2 {
  height: 40px;
  margin: -8px -8px 0px;
 }
 .flexSIde > .filter > li.active:after {
  height: 40px;
  background: #262B36;
 }
 .flexSIde > .filter > li:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  transition: .3s all cubic-bezier(0.56, 0.28, 0.34, 1.34);
  height: 1px;
 }
 .flexSIde > .filter > li.active {
  color: #F3F3F3;
 }
 .flexSIde > .filter > li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  float: right;
  color: white;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
  width: 50%;
  padding: 10px 15px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
 }
 .flexSIde {
  height: 100%;
 }
 .dataFilter {
  margin: 0 -8px 0 -8px;
  padding: 11px;
  color: white;
  max-height: calc(100% - 40px);
  overflow: auto;
 }
 ul.termsFlex {}ul.termsFlex > li:last-child {
  border-bottom: 0;
 }
 ul.termsFlex > li > a {
  display: block;
  padding: 5px 0px;
 }
 ul.termsFlex > li {
  list-style: none;
  font-weight: bold;
  border-bottom: 1px solid rgba(13, 13, 13, 0.28);
 }
 a.openSideBar i {
  float: right;
  margin-right: -15px;
  margin-top: -6px;
  height: 39px;
  margin-bottom: -6px;
  width: 40px;
  background: #DBBD23;
  border-left: 1px solid rgba(0, 0, 0, 0.33);
  margin-left: 9px;
  text-align: center;
  font-size: 24px;
  padding-top: 8px;
 }
 a.openSideBar {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  background: #F5D949;
  border-radius: 3px;
  font-size: 19px;
  color: #262B36;
  font-weight: bold;
  overflow: hidden;
  padding: 6px 15px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.52);
 }
 .section.INDEXBloCKS.active .sideBarMoviess {
  transform: translate(0);
 }
 .search.active > i {
  background: #3489B1;
  box-shadow: 0 0 0;
  color: rgba(255, 255, 255, 0.5);
 }
 .search > i {
  width: 38px;
  height: 37px;
  margin-top: 0;
  cursor: pointer;
  display: block;
  position: relative;
  float: left;
  background: #F5D949;
  text-align: center;
  line-height: 34px;
  z-index: 10;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7);
 }
 .search > form > button {
  border: 0;
  float: right;
  width: 50px;
  background: #FFF1A4;
  height: 100%;
  border-radius: 3px;
  font-family: Font;
  font-weight: bold;
  font-size: 15px;
 }
 .search > form > input {
  border: 0;
  height: 100%;
  border-radius: 3px;
  float: right;
  margin-left: 5px;
  width: 225px;
  font-family: Font;
  padding: 0px 10px;
 }
 .search.active > form {
  display: block;
 }
 .search > form {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0;
  width: 280px;
  display: none;
  margin-left: 1px;
  height: 100%;
  border-radius: 0px 3px 3px 0;
 }
 .search {
  position: absolute;
  left: 20px;
  top: 3px;
 }
 .backdrop-wrap::after {
  display: block;
  background-position: center bottom;
  content: '';
  position: absolute;
  bottom: 0;
  height: 100%;
 }
 .backdrop-wrap {
  width: 100%;
  background: #162026;
  transition: height .3s;
 }
 .backdrop,
 .backdrop-wrap {
  height: auto;
  min-height: 300px;
  position: relative;
 }
 .backdrop {
  max-width: 1300px;
  margin: 0 auto;
  background-size: cover;
  background-position: center 15%;
  opacity: .5;
 }
 .intro .backdrop {
  max-height: 410px;
 }
 .backdrop,
 .backdrop-wrap::after {
  background-repeat: no-repeat;
  width: 100%;
 }
 .CoverIntroMovie {
  box-shadow: 0px 1px 1px rgba(30, 30, 30, 0.73);
  position: relative;
  z-index: 1000;
 }
 .titleCover > h1 {
  font-family: Font, tahoma;
  font-size: 32px;
  color: #ECECEC;
  margin-bottom: 0px;
  font-weight: 600;
 }
 .titleCover {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 100%;
  padding-right: 255px;
  font-family: Font, tahoma;
  color: white;
  padding-bottom: 24px;
  font-size: 19px;
 }
 .titleCover span.quality a {
  color: #f5f5f5;
 }
 .titleCover em {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9eb2bb;
  margin: 0px 11px;
 }
 .titleCover span.category a {
  color: #FFE37C;
  font-weight: bold;
  font-size: 17px;
 }
 .titleCover span.genre a {
  color: #ffe37c;
  font-weight: bold;
  position: relative;
  font-family: Font, Tahoma;
  top: 4px;
  font-size: 22px;
 }
 .titleCover span.runtime {
  direction: ltr;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
  top: 3px;
 }
 .titleCover span.category {}.titleCover span.quality {
  border-radius: 6px;
  background: rgb(175, 5, 5);
  padding: 3px 9px 1px 6px;
  font-style: normal;
  text-align: center;
 }
 ul.tabs > div > li.active {
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  color: white;
  text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.52);
 }
 ul.tabs > div > li:not(.active):hover {
  color: #ffffff;
  background: #171a21;
 }
 ul.tabs > div > li {
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  list-style: none;
  padding: 18px 19px;
  transition: .2s all ease;
  box-shadow: inset 0px 0px #262B36;
  cursor: pointer;
  font-size: 17px;
  border-left: 1px solid rgba(65, 65, 65, 0.32);
  color: white;
  float: right;
 }
 ul.tabs > div > li > i {}ul.tabs {
  background: #121419;
  height: 60px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.32);
  margin-top: 0;
  overflow: hidden;
 }
 .w1200 {
  width: 1200px;
  margin: 0 auto;
  padding-right: 0;
 }
 .w1200Single {
  width: 1200px;
  margin: 14px auto 0;
  color: white;
  display: table;
 }
 div#TabsContents {}div#TabsContents .tab.active {
  display: block;
 }
 div#TabsContents .tab {
  display: none;
 }
 .breadcrumbs span {
  display: inline-block;
  margin: 0px 3px;
  color: #fbfbfb;
 }
 .breadcrumbs {
  font-family: Font, tahoma;
  color: #efefef;
  font-size: 13px;
  overflow: hidden;
  font-weight: bold;
  height: 42px;
  background: #ffffff1c;
  padding: 11px 15px;
  position: relative;
  margin-top: 0px;
  box-shadow: 0px 6px 10px #00000038;
  z-index: 80;
  border-radius: 10px;
 }
 .breadcrumbs > .container {}.contentFilm {
  position: absolute;
  top: 120px;
  right: 0;
  padding-right: 255px;
  max-height: 183px;
  color: white;
  margin-left: 230px;
  overflow: auto;
 }
 ul.listActorsss > li:nth-child(2n+1) {
  margin-left: 0;
 }
 ul.listActorsss > li {
  font-weight: bold;
  font-size: 13px;
  float: right;
  color: #ffffff9c;
  overflow: hidden;
  width: 49.5%;
  margin-left: 1%;
 }
 ul.listActorsss > li > a {
  display: inline-block;
  padding: 5px 11px;
  background: #ffffff21;
  color: #FFFFFF;
  margin-left: 4px;
  line-height: 17px;
  border-radius: 3px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 5px;
  transition: .35s ease-in-out;
 }
 ul.listActorsss > li > a:hover {
  background: #5d5c5b;
 }
 .TVSHOWSLIST ul.listActorsss > li {
  color: rgba(238, 238, 238, 0.67);
 }
 .TVSHOWSLIST ul.listActorsss > li > span {
  background: transparent;
  color: white;
  min-width: inherit;
  margin-left: 0;
 }
 ul.listActorsss > li > span {
  display: inline-block;
  font-weight: bold;
  height: 25px;
  font-size: 18px;
  border-radius: 7px;
  padding: 0px 6px;
  line-height: 24px;
  color: #f1c830;
  float: right;
  margin-left: 6px;
 }
 ul.listActorsss {
  list-style: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  transition: .3s all ease;
  text-align: right;
  margin-top: 10px;
 }
 .photosFilm {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 16px;
 }
 .photosFilm > img:hover {
  transform: scale(1.1) rotate(5deg);
  z-index: 1000;
 }
 .photosFilm > img {
  width: 285px;
  transition: .3s all ease;
  height: 177px;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 3px solid rgb(34, 38, 48);
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
  box-shadow: 0px 1px 3px black;
 }
 .photoFilm > div > img {
  max-height: 100%;
 }
 .photoFilm > div {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
 }
 .photoFilm {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  text-align: center;
  display: table;
 }
 .downloadsList {
  text-align: center;
  width: 100% !important;
  display: none;
  padding-top: 19px;
  position: relative;
 }
 .downloadsList > li i {
  display: inline-block;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  float: right;
  margin: 5px 5px 5px 11px;
 }
 .downloadsList > li:nth-child(5n+0) {
  margin-left: 0;
 }
 .downloadsList > li .name {
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 31px;
  float: right;
 }
 .downloadsList > li .quality {
  display: block;
  font-size: 12px;
 }
 .downloadsList > li .size {
  color: #FFED8F;
  font-weight: bold;
  font-size: 14px;
  display: none;
 }
 i.fa.fa-play.trailerButton {
  position: absolute;
  top: 160px;
  right: 94px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  color: #162026;
  border-radius: 50%;
  cursor: pointer;
  background: #3FA2D0;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.63);
 }
 .modalTrailer > video {
  width: 700px;
  height: 500px;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -250px;
  margin-right: -350px;
 }
 .modalTrailerClose {
  width: 100%;
  height: 100%;
 }
 .modalTrailer {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
 }
 .tvShowCoVER a.viewMovie.label2 {
  top: 153px;
 }
 .tvShowCoVER a.viewMovie i {
  font-style: normal;
  font-size: 37px;
  padding-left: 0;
  padding-top: 23px;
 }
 .tvShowCoVER a.viewMovie span {
  width: 120px;
  margin-right: -60px;
  background: #1A1E27;
  bottom: 13px;
  font-size: 15px;
  color: #FFF;
 }
 .tvShowCoVER a.viewMovie {
  top: 37px;
  margin-top: 0;
  animation: inherit;
  height: 108px;
  width: 108px;
  border: 0;
  line-height: 41px;
  background: rgba(255, 255, 255, 0.15);
 }
 .episodes .seasons > h2 {
  margin: -10px -12px 12px;
  background: #563382;
  padding: 9px 20px;
  font-size: 18px;
 }
 .episodes .seasons > div.active {
  background: #eee;
  color: #151515;
 }
 .episodes .seasons > div {
  padding: 7px 11px 7px;
  margin-bottom: 6px;
  font-weight: bold;
  cursor: pointer;
  color: #DCDCDC;
  background: #151515;
 }
 .episodes .seasons {
  position: absolute;
  right: 0;
  width: 180px;
  height: 100%;
  box-shadow: 0px 1px 3px black;
  background: #121419;
  padding: 11px 12px;
  overflow: auto;
 }
 .tab > .episodes > .episodes {
  width: calc(100% + 10px);
 }
 .tab > .episodes > .episodes > .episode:nth-child(10n+0) {}.tab > .episodes > .episodes > .episode span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-family: Font;
  color: #D2BE98;
 }
 .tab > .episodes > .episodes > .episode {
  width: 91px;
  height: 80px;
  display: none;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  background: #1C2029;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.66);
  font-family: Impact;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  padding-top: 14px;
 }
 .tab > .episodes {
  padding-right: 200px;
  position: relative;
  height: 400px;
 }
 #report {
  color: #000;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  width: 130px;
  margin: 16px auto;
  background: linear-gradient(#fcff46, #b78804);
  border-radius: 6px;
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 9999;
 }
 #reportForm {
  position: absolute;
  width: 500px;
  padding: 11px;
  left: calc(50% - 250px);
  top: calc(50% - 250px);
  background: #000000d4;
  z-index: 999999;
  border-radius: 10px;
  display: none;
 }
 #reportForm.active {
  display: block
 }
 #reportForm span {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
 }
 #reportForm h3 {
  color: #fff;
  padding: 10px;
  text-align: center
 }
 #reportForm input {
  background: transparent;
  height: 40px;
  margin-bottom: 2px;
  border: 0;
  border-bottom: 1px solid #dddddd3b;
  width: 100%;
  font-family: font
 }
 #reportForm textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd3b;
  width: 100%;
  height: 80px;
  font-family: font
 }
 #reportForm button {
  border: 0;
  background: #cc1313;
  height: 40px;
  width: 100px;
  margin-top: 10px;
  color: #fff;
  font-family: font
 }
 .serversEmbed {
  background: #1d2335;
  margin: 20px 10px 20px;
  border-radius: 7px;
  padding: 16px;
  box-shadow: 0px 1px 35px #00000094;
  border: 1px solid #ffffff0d;
  width: calc(100% - 300px);
  display: inline-block;
  float: right;
  position: relative;
 }
 .serversEmbed > .embedServer iframe {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff0d;
 }
 .serversEmbed > .embedServer {
  padding: 10px;
  width: calc(100% - 116px);
  background: #ffffff0f;
  border-radius: 8px;
  margin-bottom: 14px;
  height: 465px;
  float: right;
 }
 .allEpisodes {
  background: #ffffff12;
  margin: 20px auto 20px;
  border-radius: 7px;
  padding: 16px;
  box-shadow: 0px 1px 35px #00000094;
  border: 1px solid #ffffff0d;
  display: inline-block;
  width: 100%;
 }
 .allEpisodes h2 {
  background: #ffffff17;
  padding: 10px;
  color: #ffe477;
  margin-bottom: 15px;
 }
 .allEpisodes ul {
  text-align: center;
  list-style: none
 }
 .allEpisodes ul li {
  display: inline-block;
 }
 .allEpisodes ul li a {
  display: block;
  width: 150px;
  background: #ffffff24;
  padding: 9px 0;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 4px;
 }
 .allEpisodes ul li a:hover {
  display: block;
  width: 150px;
  background: #41a7d6;
  padding: 9px 0;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 4px;
 }
 .allEpisodes ul li a span {
  margin-right: 10px
 }
 .serversEmbed > ul > li.active {
  background: #f3b627;
  color: #131313;
 }
 .serversEmbed > ul > li {
  padding: 6px 13px 6px 13px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background: #ffffff0f;
  margin-bottom: 4px;
  border-radius: 5px;
 }
 .serversEmbed > ul > h2 {
  font-size: 18px;
  text-align: center;
  color: #f3cb2f;
  margin-bottom: 10px;
  display: none;
 }
 .serversEmbed > ul {
  list-style: none;
  width: 100px;
  float: right;
  margin-left: 16px;
 }
 .episodesSeason {
  width: 1200px;
  margin: 15px auto 0px;
 }
 .episodesSeason > div {
  display: inline-block;
  width: 74px;
  height: 81px;
  margin-left: 0px;
  margin-right: 3px;
  margin-bottom: 0;
  padding-top: 14px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.62);
  background: rgb(43, 52, 70);
  border-radius: 4px;
  overflow: hidden;
  font-family: Impact;
  text-align: center;
  font-size: 29px;
 }
 .episodesSeason > div > a {}.episodesSeason > div > a > span {
  display: block;
  font-family: Font;
  font-size: 16px;
  font-weight: bold;
  color: #65B9E0;
 }
 a.backMain {
  float: left;
  font-weight: bold;
  font-size: 17px;
  background: #2D374A;
  border-radius: 7px;
  color: #FFFFFF;
  padding: 6px 17px;
  margin-top: 6px;
  box-shadow: 0px 1px 8px #000;
 }
 .columnsBackground {
  position: relative;
  background: rgba(23, 26, 33, 0.68);
  border-top: 5px solid rgba(10, 10, 10, 0.29);
  border-bottom: 5px solid rgba(10, 10, 10, 0.29);
  margin-top: 25px;
  margin-bottom: 39px;
  z-index: 1;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.5);
  clear: both;
 }
 .SectionFullyCover > .cover {
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: .3;
  position: fixed;
 }
 h2.titleCategory {
  text-align: center;
  padding: 20px;
  font-size: 30px;
  color: #FFEF99;
 }
 .post-ratings {
  position: absolute;
  top: 4px;
  left: 0;
  width: auto;
  z-index: 1000;
 }
 .post-ratings-text {
  display: none !important;
 }
 .breadcrumbs.archiveWithoutPadding > .container {
  padding-right: 0;
  width: 98%;
 }
 .episodesSection {}.episodesSection > div:nth-child(15n+0) {
  margin-left: 0;
 }
 .episodesSection > div span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-family: Font;
  color: #D2BE98;
 }
 .episodesSection > div {
  width: 70.6px;
  height: 70px;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  background: rgba(214, 214, 214, 0.08);
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  font-family: Impact;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  padding-top: 10px;
 }
 ul.tabsFooter {
  height: 46px;
  border-bottom: 3px solid #1B1E25;
  position: relative;
  z-index: 10;
  text-align: center;
 }
 ul.tabsFooter > li.active:before {
  height: 100%;
  background: linear-gradient(#b448b7, #7e2088, #7e2088, #7e2088, #7e2088, #7e2088, #7e2088, #64126d);
  transform: scale(1);
 }
 ul.tabsFooter > li.active:after {}ul.tabsFooter > li.active {}ul.tabsFooter > li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
 }
 ul.tabsFooter > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transform-origin: bottom center;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: .5s all cubic-bezier(0.56, 0.28, 0.34, 1.34);
  background: #222630;
 }
 ul.tabsFooter > li {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid rgb(27, 30, 37);
  border-bottom: 0px;
  height: 100%;
  position: relative;
  margin-right: 2px;
  color: white;
  padding: 11px 17px;
 }
 .slider .owl-item {
  overflow: hidden;
  opacity: .4;
  transition: .4s opacity ease;
 }
 .footerEndSection .tabsDataFooter {
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  margin-bottom: 20px;
  border-bottom: 5px solid #fff;
  padding: 9px 9px;
  height: 462px;
 }
 .tabsDataFooter .loader {
  margin-top: 140px;
 }
 .honeycombs {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 1%;
 }
 .honeycombs * {
  box-sizing: border-box;
 }
 .honeycombs .honeycombs-inner-wrapper {
  display: inline-block;
  overflow: hidden;
  width: 700px;
  position: relative;
  height: 1200px;
 }
 .honeycombs .comb {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  line-height: 100%;
 }
 .comb .icon-hex-lg {
  color: #171A21;
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.52);
  transition: .3s all ease;
 }
 .comb.placeholder {
  cursor: default;
 }
 .comb span.firefox {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
 }
 .comb.placeholder span {
  color: #FFF !important;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
 }
 .comb .inner {
  height: 100%;
  width: 100%;
  position: absolute;
  display: box;
  box-align: center;
  display: flex;
  display: flex;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  transform: translateZ(0);
  transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  perspective: 1000;
  line-height: 100%;
 }
 .comb .inner .wrapper {
  text-align: center;
  width: 68px;
 }
 .comb .inner.back {
  padding: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
 }
 .comb:hover > span {
  color: #7746b2 !important;
 }
 .comb.placeholder:hover > span {
  color: #fff !important;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
 }
 .comb .inner p {
  font-size: 17px;
  color: white;
  position: relative;
  top: 1px;
  font-weight: bold;
  padding-top: 26px;
 }
 .comb .inner.back .wrapper {
  width: inherit;
  overflow: hidden;
 }
 [class^="icon-"],
 [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  osx-font-smoothing: grayscale;
 }
 .icon-hex-lg:before {
  content: "\e604";
 }
 .slider .movie {
  height: 360px;
  direction: rtl;
  text-align: right;
  border: 2px solid #141519;
  margin: 0px 3px;
  display: block;
  position: relative;
 }
 .slider .movie img {
  width: 100%;
  height: 100%;
 }
 .coverBody {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: .2;
  z-index: -1;
 }
 .overlayBOBOB {
  position: fixed;
  top: 0;
  right: 250px;
  display: none;
  width: 100%;
  z-index: 9999999;
  height: 100%;
 }
 input.form-control {
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: Font, Arial;
  font-size: 15px;
  width: calc(100% - 140px);
  height: 40px;
  background: rgb(228, 228, 229);
  border-radius: 4px;
  padding: 0px 12px;
 }
 a.deleteBTN {
  display: none;
 }
 .container + script + .topBarHeader {
  height: 50px;
 }
 .container + script + .topBarHeader li {
  height: 50px;
  padding: 12px 14px;
  border-color: rgba(255, 255, 255, 0.15);
 }
 .socialSharer * {
  color: white;
 }
 .socialSharer {
  text-align: center;
  margin: auto;
 }
 span.ratingsTITLE {
  margin: 0;
  position: absolute;
  left: 108px;
  top: 2px;
  color: #eee;
 }
 .StarLabels span {
  font-family: Arial;
  font-weight: bold;
  padding-left: 4px;
 }
 .StarLabels {
  position: absolute;
  top: 46px;
  transition: .4s .25s all cubic-bezier(0.56, 0.28, 0.34, 1.34);
  right: 12px;
  font-size: 15px;
  background: #ffdd2f;
  color: #000000;
  padding: 7px 8px;
  font-family: Arial;
  border-radius: 2px;
  transform: translate(0px, 50px);
  opacity: 0;
 }
 .section > .title > ul > li i.fa.fa-imdb {
  display: block;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 17px;
  width: 60px;
  height: 25px;
  background: #F5D949;
  border-radius: 4px;
  color: black;
  padding-top: 4px;
  margin: 0 auto;
  right: 50%;
  margin-right: -30px;
 }
 .ui-widget-content > li.ui-state-focus {
  background: rgb(65, 167, 214);
  color: #262b36;
 }
 .ui-widget-content > li {
  color: white;
  font-size: 16px;
  padding: 9px 12px 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-weight: bold;
 }
 .ui-widget-content {
  display: block !important;
  top: 40px !important;
  left: 122px !important;
  background: rgba(60, 67, 84, 0.95);
  position: fixed !important;
  z-index: 9999;
  width: 210px !important;
  list-style: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.68);
  border-radius: 4px;
 }
 a.MoreCatFooter {
  display: block;
  padding: 0 20px;
  text-align: center;
  background: #3f255f;
  height: 50px;
  float: left;
  margin-left: 2px;
  line-height: 51px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 17px;
 }
 a.top-imdbButtonMore {
  display: block;
  width: 250px;
  height: 50px;
  margin-bottom: 30px;
  margin: 5px auto 25px;
  background: #475065;
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
 }
 a.backPost {}div#mpbreadcrumbs {
  float: right;
  overflow: hidden;
 }
 a.backPost {
  float: left;
 }
 span.ui-helper-hidden-accessible {
  display: none;
 }
 .search.active .innerSearch {
  display: block;
 }
 .innerSearch {
  margin-left: 43px;
  display: none;
 }
 .right-social {
  float: left;
  margin-left: 50px;
  margin-top: 1px;
 }
 .social-inset {
  text-align: center;
 }
 .social-inset li {
  display: inline-block;
  float: none !important;
  background: none !important;
 }
 .social_media li {
  width: 37px;
  height: 37px;
  float: right;
  background: rgba(134, 134, 134, 0.28);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.37);
  margin-right: 4px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
 }
 .social_media li a {
  display: block;
  width: 37px;
  height: 37px;
  position: relative;
  z-index: 1;
  background-size: 15px 15px;
 }
 .facebook-we {
  background: #45619C center center no-repeat;
 }
 .twitter-we {
  background: #00ACEE center center no-repeat;
 }
 .youtube-we {
  background: #BD1E23 center center no-repeat;
 }
 .googlep-we {
  background: #DD4B39 center center no-repeat;
 }
 .social_media li .facebook:before {
  background: center center no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 6px;
 }
 .social_media li .twitter:before {
  background: center center no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 37px;
  height: 37px;
  top: 0px;
  left: -1px;
 }
 .social_media li .googleplus:before {
  background: center center no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 0px;
  left: -1px;
 }
 .social_media li .youtube:before {
  background: center center no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 0px;
  left: -1px;
 }
 .social_media li .rss:before {
  background: center center no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 0px;
  left: -1px;
 }
 .social_media li .facebook:after {
  content: '';
  position: absolute;
  background: #3B5998;
  width: 46px;
  height: 46px;
  top: -46px;
  left: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .facebook:hover:after {
  content: '';
  top: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .twitter:after {
  content: '';
  position: absolute;
  background: #00ACEE;
  width: 46px;
  height: 46px;
  top: -46px;
  left: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .twitter:hover:after {
  content: '';
  top: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .googleplus:after {
  content: '';
  position: absolute;
  background: #C63B1E;
  width: 46px;
  height: 46px;
  top: -46px;
  left: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .googleplus:hover:after {
  content: '';
  top: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .youtube:after {
  content: '';
  position: absolute;
  background: #E64A41;
  width: 40px;
  z-index: -1;
  height: 40px;
  top: -46px;
  left: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .youtube:hover:after {
  content: '';
  top: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .rss:after {
  content: '';
  position: absolute;
  background: #0073B2;
  width: 40px;
  height: 40px;
  top: -46px;
  left: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .social_media li .rss:hover:after {
  content: '';
  top: 0px;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
 }
 .MainMenu > ul > li > a:hover {
  font-size: 18px;
  color: #ffec7d;
  display: block;
  padding: 20px 17px;
 }
 li.menu-item:hover ul li a:hover {
  padding-right: 10px;
 }
 span#tmz {
  opacity: 0.5;
  filter: alpha(opacity=50);
 }
 span#tmz:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
 }
 @media print {
  ... CSS for print goes here
 }
 .rencersBanner.active .h {
  bottom: 10px
 }
 .rencersBanner.active .t {
  bottom: 5px
 }
 .rencersBanner.active .bg {
  transform: scale(1);
  opacity: 1
 }
 .rencersBanner.active .b {
  right: 10px
 }
 .rencersBanner.active .c {
  bottom: 18px
 }
 .rencersBanner.active .j {
  bottom: 0
 }
 .rencersBanner.active .s {
  right: 40px
 }
 .rencersBanner .h {
  width: 380px;
  height: 445px;
  position: absolute;
  bottom: -445px;
  left: 108px;
  z-index: 2;
  transition: .4s all ease;
  background-size: 101%
 }
 .rencersBanner .bg.active {
  transform: scale(1);
  opacity: 1
 }
 .rencersBanner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(.9);
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0;
  transition: .3s all ease
 }
 .rencersBanner .b.active {
  bottom: 0
 }
 .rencersBanner .b {
  width: 252px;
  height: 430px;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: -300px;
  z-index: 0;
  z-index: 20;
  transition: .5s .2s all ease
 }
 .rencersBanner .c.active {
  bottom: 0
 }
 .rencersBanner .c {
  width: 230px;
  height: 417px;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-size: 100%;
  z-index: 1;
  transition: .4s .1s all ease
 }
 .rencersBanner .j.active {
  left: 0
 }
 .rencersBanner .j {
  width: 348px;
  height: 455px;
  background-size: 100%;
  position: absolute;
  bottom: -455px;
  right: 260px;
  z-index: 19;
  transition: .5s .3s all ease
 }
 .rencersBanner .s.active {
  right: 0
 }
 .rencersBanner .s {
  width: 408px;
  height: 410px;
  position: absolute;
  top: 38px;
  right: -100%;
  z-index: 20;
  transition: .4s all ease;
  background-size: 100%
 }
 .rencersBanner .t {
  width: 280px;
  height: 436px;
  position: absolute;
  background-size: 100%;
  bottom: -500px;
  left: 260px;
  z-index: 22;
  transition: .4s .2s all ease
 }
 .rencersBanner {
  position: relative;
  overflow: hidden;
  height: 308px!important;
  overflow: hidden;
  background: #202634;
  z-index: 1;
  border-bottom: 7px solid #161b25;
 }
 .l2,
 .l1,
 .l3 {
  width: 100%;
  height: 90%;
  opacity: .15;
  position: absolute;
  left: 0
 }
 .rencersBanner.active .l3 div,
 .rencersBanner.active .l2 div,
 .rencersBanner.active .l1 div {
  animation: drop 2s forwards ease-out;
  animation: drop 2s forwards ease-out
 }
 .l3 div,
 .l2 div,
 .l1 div {
  border-radius: 0 0 15px 15px;
  width: 2.5%;
  min-height: 30px;
  float: left;
  transform: translateY(-100%);
  transform: translateY(-100%)
 }
 @keyframes drop {
  from {
    transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    transform: translateY(0);
    transform: translateY(0)
  }
 }
 @keyframes drop {
  from {
    transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    transform: translateY(0);
    transform: translateY(0)
  }
 }
 .l1 div {
  background: linear-gradient(to left, #390d8e, #4211a2, #35098a);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid rgba(255, 255, 255, 0.02);
 }
 .l1 div:nth-child(1) {
  height: 27%;
  animation-delay: .6s;
  animation-delay: .6s
 }
 .l1 div:nth-child(2) {
  height: 65%;
  animation-delay: .23s;
  animation-delay: .23s
 }
 .l1 div:nth-child(3) {
  height: 20%;
  animation-delay: .49s;
  animation-delay: .49s
 }
 .l1 div:nth-child(4) {
  height: 4%;
  animation-delay: .13s;
  animation-delay: .13s
 }
 .l1 div:nth-child(5) {
  height: 88%;
  animation-delay: .08s;
  animation-delay: .08s
 }
 .l1 div:nth-child(6) {
  height: 84%;
  animation-delay: .18s;
  animation-delay: .18s
 }
 .l1 div:nth-child(7) {
  height: 88%;
  animation-delay: .2s;
  animation-delay: .2s
 }
 .l1 div:nth-child(8) {
  height: 50%;
  animation-delay: .44s;
  animation-delay: .44s
 }
 .l1 div:nth-child(9) {
  height: 24%;
  animation-delay: .37s;
  animation-delay: .37s
 }
 .l1 div:nth-child(10) {
  height: 33%;
  animation-delay: .18s;
  animation-delay: .18s
 }
 .l1 div:nth-child(11) {
  height: 36%;
  animation-delay: .59s;
  animation-delay: .59s
 }
 .l1 div:nth-child(12) {
  height: 93%;
  animation-delay: .38s;
  animation-delay: .38s
 }
 .l1 div:nth-child(13) {
  height: 91%;
  animation-delay: .26s;
  animation-delay: .26s
 }
 .l1 div:nth-child(14) {
  height: 44%;
  animation-delay: .44s;
  animation-delay: .44s
 }
 .l1 div:nth-child(15) {
  height: 90%;
  animation-delay: .13s;
  animation-delay: .13s
 }
 .l1 div:nth-child(16) {
  height: 11%;
  animation-delay: .24s;
  animation-delay: .24s
 }
 .l1 div:nth-child(17) {
  height: 23%;
  animation-delay: .5s;
  animation-delay: .5s
 }
 .l1 div:nth-child(18) {
  height: 64%;
  animation-delay: .3s;
  animation-delay: .3s
 }
 .l1 div:nth-child(19) {
  height: 57%;
  animation-delay: .45s;
  animation-delay: .45s
 }
 .l1 div:nth-child(20) {
  height: 71%;
  animation-delay: .36s;
  animation-delay: .36s
 }
 .l1 div:nth-child(21) {
  height: 4%;
  animation-delay: .54s;
  animation-delay: .54s
 }
 .l1 div:nth-child(22) {
  height: 73%;
  animation-delay: .4s;
  animation-delay: .4s
 }
 .l1 div:nth-child(23) {
  height: 55%;
  animation-delay: .34s;
  animation-delay: .34s
 }
 .l1 div:nth-child(24) {
  height: 34%;
  animation-delay: .17s;
  animation-delay: .17s
 }
 .l1 div:nth-child(25) {
  height: 2%;
  animation-delay: .01s;
  animation-delay: .01s
 }
 .l1 div:nth-child(26) {
  height: 55%;
  animation-delay: .43s;
  animation-delay: .43s
 }
 .l1 div:nth-child(27) {
  height: 20%;
  animation-delay: .04s;
  animation-delay: .04s
 }
 .l1 div:nth-child(28) {
  height: 72%;
  animation-delay: .56s;
  animation-delay: .56s
 }
 .l1 div:nth-child(29) {
  height: 36%;
  animation-delay: .31s;
  animation-delay: .31s
 }
 .l1 div:nth-child(30) {
  height: 60%;
  animation-delay: .05s;
  animation-delay: .05s
 }
 .l1 div:nth-child(31) {
  height: 46%;
  animation-delay: .13s;
  animation-delay: .13s
 }
 .l1 div:nth-child(32) {
  height: 21%;
  animation-delay: .27s;
  animation-delay: .27s
 }
 .l1 div:nth-child(33) {
  height: 43%;
  animation-delay: .59s;
  animation-delay: .59s
 }
 .l1 div:nth-child(34) {
  height: 61%;
  animation-delay: .52s;
  animation-delay: .52s
 }
 .l1 div:nth-child(35) {
  height: 20%;
  animation-delay: .38s;
  animation-delay: .38s
 }
 .l1 div:nth-child(36) {
  height: 23%;
  animation-delay: .3s;
  animation-delay: .3s
 }
 .l1 div:nth-child(37) {
  height: 74%;
  animation-delay: .53s;
  animation-delay: .53s
 }
 .l1 div:nth-child(38) {
  height: 57%;
  animation-delay: .25s;
  animation-delay: .25s
 }
 .l1 div:nth-child(39) {
  height: 38%;
  animation-delay: .39s;
  animation-delay: .39s
 }
 .l1 div:nth-child(40) {
  height: 100%;
  animation-delay: .24s;
  animation-delay: .24s
 }
 .l2 div {
  background: linear-gradient(to left, #4a12b7, #641def, #4a12b7);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid rgba(255, 255, 255, 0.02);
 }
 .l2 div:nth-child(1) {
  height: 12%;
  animation-delay: .75s;
  animation-delay: .75s
 }
 .l2 div:nth-child(2) {
  height: 12%;
  animation-delay: .1s;
  animation-delay: .1s
 }
 .l2 div:nth-child(3) {
  height: 58%;
  animation-delay: .1s;
  animation-delay: .1s
 }
 .l2 div:nth-child(4) {
  height: 19%;
  animation-delay: .66s;
  animation-delay: .66s
 }
 .l2 div:nth-child(5) {
  height: 5%;
  animation-delay: .33s;
  animation-delay: .33s
 }
 .l2 div:nth-child(6) {
  height: 64%;
  animation-delay: .11s;
  animation-delay: .11s
 }
 .l2 div:nth-child(7) {
  height: 12%;
  animation-delay: .22s;
  animation-delay: .22s
 }
 .l2 div:nth-child(8) {
  height: 55%;
  animation-delay: .07s;
  animation-delay: .07s
 }
 .l2 div:nth-child(9) {
  height: 10%;
  animation-delay: .46s;
  animation-delay: .46s
 }
 .l2 div:nth-child(10) {
  height: 72%;
  animation-delay: .7s;
  animation-delay: .7s
 }
 .l2 div:nth-child(11) {
  height: 69%;
  animation-delay: .59s;
  animation-delay: .59s
 }
 .l2 div:nth-child(12) {
  height: 4%;
  animation-delay: .54s;
  animation-delay: .54s
 }
 .l2 div:nth-child(13) {
  height: 63%;
  animation-delay: .11s;
  animation-delay: .11s
 }
 .l2 div:nth-child(14) {
  height: 29%;
  animation-delay: .39s;
  animation-delay: .39s
 }
 .l2 div:nth-child(15) {
  height: 66%;
  animation-delay: .4s;
  animation-delay: .4s
 }
 .l2 div:nth-child(16) {
  height: 36%;
  animation-delay: .75s;
  animation-delay: .75s
 }
 .l2 div:nth-child(17) {
  height: 67%;
  animation-delay: .23s;
  animation-delay: .23s
 }
 .l2 div:nth-child(18) {
  height: 63%;
  animation-delay: .28s;
  animation-delay: .28s
 }
 .l2 div:nth-child(19) {
  height: 40%;
  animation-delay: .62s;
  animation-delay: .62s
 }
 .l2 div:nth-child(20) {
  height: 56%;
  animation-delay: .16s;
  animation-delay: .16s
 }
 .l2 div:nth-child(21) {
  height: 39%;
  animation-delay: .73s;
  animation-delay: .73s
 }
 .l2 div:nth-child(22) {
  height: 13%;
  animation-delay: .67s;
  animation-delay: .67s
 }
 .l2 div:nth-child(23) {
  height: 59%;
  animation-delay: .05s;
  animation-delay: .05s
 }
 .l2 div:nth-child(24) {
  height: 16%;
  animation-delay: .17s;
  animation-delay: .17s
 }
 .l2 div:nth-child(25) {
  height: 76%;
  animation-delay: .57s;
  animation-delay: .57s
 }
 .l2 div:nth-child(26) {
  height: 36%;
  animation-delay: .64s;
  animation-delay: .64s
 }
 .l2 div:nth-child(27) {
  height: 59%;
  animation-delay: .44s;
  animation-delay: .44s
 }
 .l2 div:nth-child(28) {
  height: 39%;
  animation-delay: .06s;
  animation-delay: .06s
 }
 .l2 div:nth-child(29) {
  height: 54%;
  animation-delay: .53s;
  animation-delay: .53s
 }
 .l2 div:nth-child(30) {
  height: 78%;
  animation-delay: .17s;
  animation-delay: .17s
 }
 .l2 div:nth-child(31) {
  height: 15%;
  animation-delay: .4s;
  animation-delay: .4s
 }
 .l2 div:nth-child(32) {
  height: 17%;
  animation-delay: .45s;
  animation-delay: .45s
 }
 .l2 div:nth-child(33) {
  height: 66%;
  animation-delay: .56s;
  animation-delay: .56s
 }
 .l2 div:nth-child(34) {
  height: 64%;
  animation-delay: .57s;
  animation-delay: .57s
 }
 .l2 div:nth-child(35) {
  height: 24%;
  animation-delay: .2s;
  animation-delay: .2s
 }
 .l2 div:nth-child(36) {
  height: 62%;
  animation-delay: .05s;
  animation-delay: .05s
 }
 .l2 div:nth-child(37) {
  height: 18%;
  animation-delay: .49s;
  animation-delay: .49s
 }
 .l2 div:nth-child(38) {
  height: 10%;
  animation-delay: .06s;
  animation-delay: .06s
 }
 .l2 div:nth-child(39) {
  height: 14%;
  animation-delay: .64s;
  animation-delay: .64s
 }
 .l2 div:nth-child(40) {
  height: 31%;
  animation-delay: .12s;
  animation-delay: .12s
 }
 .l3 div {
  background: linear-gradient(to left, #4a12b7, #641def, #4a12b7);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid rgba(255, 255, 255, 0.02);
 }
 .l3 div:nth-child(1) {
  height: 49%;
  animation-delay: .51s;
  animation-delay: .51s
 }
 .l3 div:nth-child(2) {
  height: 56%;
  animation-delay: .74s;
  animation-delay: .74s
 }
 .l3 div:nth-child(3) {
  height: 39%;
  animation-delay: .25s;
  animation-delay: .25s
 }
 .l3 div:nth-child(4) {
  height: 50%;
  animation-delay: .84s;
  animation-delay: .84s
 }
 .l3 div:nth-child(5) {
  height: 5%;
  animation-delay: .3s;
  animation-delay: .3s
 }
 .l3 div:nth-child(6) {
  height: 14%;
  animation-delay: .84s;
  animation-delay: .84s
 }
 .l3 div:nth-child(7) {
  height: 13%;
  animation-delay: .78s;
  animation-delay: .78s
 }
 .l3 div:nth-child(8) {
  height: 28%;
  animation-delay: .72s;
  animation-delay: .72s
 }
 .l3 div:nth-child(9) {
  height: 25%;
  animation-delay: .4s;
  animation-delay: .4s
 }
 .l3 div:nth-child(10) {
  height: 56%;
  animation-delay: .05s;
  animation-delay: .05s
 }
 .l3 div:nth-child(11) {
  height: 44%;
  animation-delay: .79s;
  animation-delay: .79s
 }
 .l3 div:nth-child(12) {
  height: 36%;
  animation-delay: .47s;
  animation-delay: .47s
 }
 .l3 div:nth-child(13) {
  height: 9%;
  animation-delay: .48s;
  animation-delay: .48s
 }
 .l3 div:nth-child(14) {
  height: 39%;
  animation-delay: .09s;
  animation-delay: .09s
 }
 .l3 div:nth-child(15) {
  height: 31%;
  animation-delay: .16s;
  animation-delay: .16s
 }
 .l3 div:nth-child(16) {
  height: 37%;
  animation-delay: .92s;
  animation-delay: .92s
 }
 .l3 div:nth-child(17) {
  height: 38%;
  animation-delay: .31s;
  animation-delay: .31s
 }
 .l3 div:nth-child(18) {
  height: 23%;
  animation-delay: .79s;
  animation-delay: .79s
 }
 .l3 div:nth-child(19) {
  height: 24%;
  animation-delay: .45s;
  animation-delay: .45s
 }
 .l3 div:nth-child(20) {
  height: 44%;
  animation-delay: .84s;
  animation-delay: .84s
 }
 .l3 div:nth-child(21) {
  height: 1%;
  animation-delay: .79s;
  animation-delay: .79s
 }
 .l3 div:nth-child(22) {
  height: 46%;
  animation-delay: .98s;
  animation-delay: .98s
 }
 .l3 div:nth-child(23) {
  height: 12%;
  animation-delay: .84s;
  animation-delay: .84s
 }
 .l3 div:nth-child(24) {
  height: 47%;
  animation-delay: .31s;
  animation-delay: .31s
 }
 .l3 div:nth-child(25) {
  height: 33%;
  animation-delay: .5s;
  animation-delay: .5s
 }
 .l3 div:nth-child(26) {
  height: 56%;
  animation-delay: .9s;
  animation-delay: .9s
 }
 .l3 div:nth-child(27) {
  height: 26%;
  animation-delay: .11s;
  animation-delay: .11s
 }
 .l3 div:nth-child(28) {
  height: 37%;
  animation-delay: .23s;
  animation-delay: .23s
 }
 .l3 div:nth-child(29) {
  height: 52%;
  animation-delay: .13s;
  animation-delay: .13s
 }
 .l3 div:nth-child(30) {
  height: 7%;
  animation-delay: .64s;
  animation-delay: .64s
 }
 .l3 div:nth-child(31) {
  height: 23%;
  animation-delay: .13s;
  animation-delay: .13s
 }
 .l3 div:nth-child(32) {
  height: 10%;
  animation-delay: .95s;
  animation-delay: .95s
 }
 .l3 div:nth-child(33) {
  height: 54%;
  animation-delay: .24s;
  animation-delay: .24s
 }
 .l3 div:nth-child(34) {
  height: 5%;
  animation-delay: .86s;
  animation-delay: .86s
 }
 .l3 div:nth-child(35) {
  height: 28%;
  animation-delay: .72s;
  animation-delay: .72s
 }
 .l3 div:nth-child(36) {
  height: 28%;
  animation-delay: .65s;
  animation-delay: .65s
 }
 .l3 div:nth-child(37) {
  height: 56%;
  animation-delay: .72s;
  animation-delay: .72s
 }
 .l3 div:nth-child(38) {
  height: 37%;
  animation-delay: .18s;
  animation-delay: .18s
 }
 .l3 div:nth-child(39) {
  height: 26%;
  animation-delay: .48s;
  animation-delay: .48s
 }
 .l3 div:nth-child(40) {
  height: 53%;
  animation-delay: .79s;
  animation-delay: .79s
 }
 .rencersBanner.active .cima4uLogo > span {
  transform: translate(0)
 }
 .cima4uLogo > span {
  transition: .15s all ease;
  display: inline-block
 }
 .cima4uLogo > span.let1 {
  transform: translate(0px, -200px);
  transition: .15s .2s all ease
 }
 .cima4uLogo > span.let2 {
  transform: translate(0px, 200px);
  transition: .15s .3s all ease
 }
 .cima4uLogo > span.let3 {
  transform: translate(0px, -200px);
  transition: .15s .4s all ease
 }
 .cima4uLogo > span.let4 {
  transform: translate(0px, 200px);
  transition: .15s .5s all ease
 }
 .cima4uLogo > span.let5 {
  transform: translate(0px, -200px);
  transition: .15s .6s all ease
 }
 .cima4uLogo > span.let6 {
  transition: .15s .7s all ease;
  transform: translate(0px, 200px)
 }
 .cima4uLogo > span.let7 {
  transition: .15s .8s all ease;
  transform: translate(0px, 200px)
 }
 .cima4uLogo > span.let8 {
  transition: .15s .8s all ease;
  transform: translate(0px, 200px)
 }
 .cima4uLogo > span.let9 {
  transition: .15s .8s all ease;
  transform: translate(0px, 200px)
 }
 .cima4uLogo > span.let10 {
  transition: .15s .8s all ease;
  transform: translate(0px, 200px)
 }
 .cima4uLogo > span.let11 {
  transition: .15s .8s all ease;
  transform: translate(0px, 200px)
 }
 .rencersBanner.active .cima4uLogo {
  transform: translate(0px, 16px)
 }
 .cima4uLogo {
  transition: .5s 1.3s all ease;
  position: absolute;
  font-size: 80px;
  transform: translate(0, -30px);
  font-weight: 700;
  width: 100%;
  color: white;
  top: 0;
  right: 0;
  text-align: center;
  direction: ltr;
  line-height: 285px;
  font-family: Fredoka One;
  letter-spacing: -9px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.53);
 }
 .rencersBanner.active span.pointCima4u {
  transform: translate(0px, 0)
 }
 span.pointCima4u {
  transition: .5s 1.25s all ease;
  width: 40px;
  height: 40px;
  display: none;
  border-radius: 15px;
  position: absolute;
  transform: translate(0px, -180px);
  top: 50%;
  margin-top: -60px;
  color: #8c2463;
  margin-right: 85px;
  right: 50%;
  background: #fff;
  font-size: 24px;
  text-align: center;
  padding: 6px 0;
  padding-left: 6px;
 }
 .rencersBanner.active .cinema4all {
  transform: translate(0)
 }
 .cinema4all {
  position: absolute;
  transition: .3s 1.5s all ease;
  font-family: Font;
  transform: translate(0px, -120px);
  top: 80px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.66);
  right: 50%;
  margin-right: -212px;
  font-size: 30px;
  font-weight: bold;
  color: #ffec88;
 }
 .rencersBanner.active .watchAnddownload {
  transform: translate(0)
 }
 .watchAnddownload {
  position: absolute;
  font-weight: 700;
  transition: .3s 1.7s all ease;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  transform: translate(0px, 120px);
  bottom: 75px;
  font-family: Font;
  right: 50%;
  margin-right: -193px;
  color: #ddd;
  width: 370px;
  text-align: center;
  font-size: 20px;
 }
 p.NotFoundCenter {
  color: white;
  font-size: 18px;
  font-weight: bold;
 }
 form#contactForm {
  width: 1200px;
  margin: 20px auto;
 }
 form#contactForm ol {
  list-style: none;
 }
 form#contactForm ol li {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-bottom: 9px;
 }
 form#contactForm ol li label {
  display: inline-block;
  width: 150px;
  height: 40px;
  background: #272727;
  color: #FFFFFF;
  float: right;
  padding: 12px 14px;
  margin-left: 10px;
  line-height: 100%;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
 }
 form#contactForm ol li input {
  border: 0;
  width: calc(100% - 160px);
  height: 40px;
  background: white;
  color: black;
  padding: 0px 10px;
  font-family: Font;
  line-height: 30px;
  font-size: 15px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.39);
 }
 form#contactForm ol li button {
  float: left;
  border: 0;
  width: 80px;
  height: 42px;
  background: linear-gradient(#7a48b7, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #3f255f, #2b0854);
  font-size: 18px;
  font-family: Font;
  color: white;
  line-height: 14px;
  font-weight: bold;
 }
 form#contactForm ol li textarea {
  border: 0;
  width: calc(100% - 160px);
  height: 102px;
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.39);
  color: #393939;
  padding: 3px 10px;
  font-family: Font;
  line-height: 31px;
  font-size: 15px;
 }
 .container {
  margin: 0 auto;
  width: 1200px;
 }
 .container:after {
  content: '';
  display: block;
  clear: both;
 }
 .headermenu {
  transition: .3s all ease;
  line-height: 50px;
  width: 100%;
 }
 .headermenu > ul {}.headermenu > ul > li {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-left: -3px;
  padding: 0px 13px;
  position: relative;
 }
 .headermenu > ul > li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000059;
  transform: scale(1.2);
  pointer-events: none;
  opacity: 0;
  transition: .35s ease-in-out;
 }
 .headermenu > ul > li:hover:after {
  transform: scale(1);
  opacity: 1
 }
 .headermenu > ul > li a {
  position: relative;
  z-index: 9999;
  text-shadow: 0px 0px 5px #000;
 }
 .Slider {
  overflow: hidden;
  position: relative;
  height: 435px;
  padding: 17px 0;
  background: #2a1a37;
 }
 .Slider > .owl-carousel {
  width: 1200px;
  margin: 0 auto;
 }
 .Slider > .owl-carousel .owl-item.active > .item {
  transform: scale(1);
  opacity: 1;
 }
 .Slider > .owl-carousel .owl-item > .item {
  height: 400px;
  border-radius: 3px;
  background: #101010;
  position: relative;
  direction: rtl;
  border: 3px solid #2d2d2d;
  overflow: hidden;
  transition: .3s all ease;
 }
 .Slider > .owl-carousel .owl-item > .item .images {
  perspective: 500px;
  position: relative;
  width: 100%;
  height: 100%
 }
 .Slider > .owl-carousel .owl-item > .item .content {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 20px;
  color: #b3b3b3;
  transform: translateY(-100%);
  transition: .35s ease-in-out;
  transition-delay: .35s;
  transform: rotate(-90deg);
  opacity: 0;
  transform-origin: right
 }
 .Slider > .owl-carousel .owl-item > .item:hover .content {
  transform: rotate(0);
  opacity: 1;
 }
 .Slider > .owl-carousel .owl-item > .item .img1 {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background-size: 100% 400px;
  background-position: top;
  transition: .35s ease-in-out;
  transform-origin: left;
  overflow: hidden;
 }
 .Slider > .owl-carousel .owl-item > .item:hover .img1 {
  transform: rotate(-20deg) translateX(-40px) scaleX(1.2);
  border-bottom: 3px solid #ffffff52;
 }
 .Slider > .owl-carousel .owl-item > .item .img1:after {
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
 }
 .Slider > .owl-carousel .owl-item > .item:hover .img1:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transition: transform .6s;
 }
 .Slider > .owl-carousel .owl-item > .item .img2 {
  position: absolute;
  height: 50%;
  width: 100%;
  right: 0;
  bottom: 0;
  background-size: 100% 400px;
  background-position: bottom;
  transition: .35s ease-in-out;
  transform-origin: bottom;
 }
 .Slider > .owl-carousel .owl-item > .item:hover .img2 {
  width: 80px;
  height: 80px;
  right: calc(50% - 40px);
  background-size: 100%;
 }
 .owl-slider .owl-nav.disabled {
  display: none;
 }
 .Slider > .owl-carousel .owl-item > .item .BGCover {
  position: absolute;
  transition: .3s all ease;
  top: 0;
  right: 0;
  opacity: .5;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
 }
 .owl-carousel .owl-item.active {
  opacity: 1;
 }
 .Slider > .owl-carousel .owl-item.active > .item .BGCover {
  opacity: 1;
 }
 .owl-item.active .TitleOverlay > h2 {
  transform: translate(0px, 0);
 }
 .TitleOverlay > h2 {
  transform: translate(0px, 100%);
  position: absolute;
  transition: .35s all ease;
  transition-delay: .35s;
  bottom: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(#0000, #090a13);
  padding: 226px 20px 20px 20px;
  text-align: center;
  transform-origin: left;
 }
 .item:hover .TitleOverlay > h2 {
  transform: rotate(90deg);
  opacity: 0
 }
 .TitleOverlay > h2 {
  font-size: 16px;
 }
 .TitleOverlay > ul {
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #000000a1;
  padding: 7px 15px;
  height: 38px;
 }
 .TitleOverlay > ul > li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  float: right;
  color: #ccc;
  margin-top: 2px;
 }
 .TitleOverlay > ul > li.category {
  color: #f3cb2f;
 }
 .TitleOverlay > ul > li > i {}span.PLayBTN {
  color: white;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: calc(50% - 25px);
  left: calc(50% - 25px);
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  padding-top: 11px;
  background: #c71313;
  border: 3px solid #da1414;
  transition: .35s ease-in-out
 }
 .item:hover span.PLayBTN {
  opacity: 0;
  transform: translateY(15px)
 }
 span.PLayBTN i {
  display: block;
  font-size: 23px;
  margin-bottom: 3px;
 }
 span.PLayBTN em {
  font-style: normal;
  font-weight: bold;
 }
 span.next {
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 0;
  width: 120px;
  z-index: 9999;
  text-align: center;
  background: linear-gradient(to left, #141823 30%, #0000);
  cursor: pointer;
 }
 span.next:after {
  content: "\f105";
    font-family: 'font awesome 5 pro';
  font-size: 65px;
  top: 50%;
  position: absolute;
 }
 span.prev {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 0;
  width: 120px;
  z-index: 99999;
  text-align: center;
  background: linear-gradient(to right, #141823 30%, #0000);
  cursor: pointer;
 }
 span.prev:after {
  content: "\f104";
  font-family: 'font awesome 5 pro';
  font-size: 65px;
  top: 50%;
  position: absolute;
 }
 .RecentHome {
  min-height: 400px;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
  z-index: 99;
  border: 0;
  width: 100%;
  display: block;
 }
 .backHome:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: .2;
  background-size: 100%;
  background-attachment: fixed;
 }
 .backHome {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(#252c41, #252b3f);
 }
 .TitleHome {
  color: white;
  padding: 13px 15px;
  margin-bottom: 0px;
  position: relative;
  background: linear-gradient(#272F4A, #252b3e);
  border-bottom: 2px solid #23293d;
  box-shadow: 0 0 0;
 }
 .forIndex {
  box-shadow: 0 0;
  padding-top: 12px!important;
 }
 .forIndex:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 40px;
  left: 0;
  bottom: -41px;
  background-size: 100% 100%;
  opacity: .5;
 }
 .TitleHome .hideTilteHome {
  position: absolute;
  left: 9px;
  width: 40px;
  height: 40px;
  background: linear-gradient(#d41515, #a30b0b);
  top: 14px;
  text-align: center;
  padding-top: 10px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
 }
 .TitleHome .right {
  float: right;
 }
 .TitleHome .right span {
  float: right;
  font-size: 25px;
  font-weight: 900;
  color: #ffffff;
 }
 .TitleHome .right span b {
  color: #f3b627;
 }
 .TitleHome > div > i {
  font-size: 40px;
  color: #ffb645;
  float: right;
  margin-left: 12px;
 }
 .TitleHome >i {
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 29px;
  margin-top: 10px;
  color: #f1c830;
 }
 .TitleHome h2 > span {
  float: right;
  margin-left: 20px;
  font-size: 23px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
 }
 .TitleHome h2 > span > em {
  font-style: normal;
  color: #ffb645;
 }
 .TitleHome h2 > p {
  float: right;
  font-size: 16px;
  color: #ccc;
  padding-top: 11px;
 }
 .TitleHome:after {
  content: '';
  display: block;
  clear: both;
 }
 .BGSliderFull {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
 }
 .HeaderContains {
  position: relative;
  z-index: 81;
  border-bottom: 1px solid #313644;
 }
 .BGSliderFull > span {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  opacity: .3;
 }
 .BGSliderFull:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to top, #191d25 1%, #181d2552 100%);
 }
 .GenresList {}.GenresUL .item > a {
  display: block;
  width: 164.5px;
  float: right;
  height: 64px;
  overflow: hidden;
  color: #ffffffba;
  background: #00000054;
  margin-bottom: 8px;
  margin-left: 8px;
  border-radius: 4px;
  padding: 13px;
 }
 .GenresUL .item > a > i {
  float: right;
  font-size: 24px;
  margin-top: 7px;
  margin-left: 10px;
  color: #e6e6e6;
 }
 .GenresUL .item > a > h4 {
  font-size: 14px;
  padding-top: 1px;
 }
 .GenresUL .item > a > span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
 }
 .GenresUL .item {
  direction: rtl;
 }
 .GenresUL .item > a:nth-child(7n+0) {
  margin-left: 0;
 }
 .GenresUL .owl-nav .owl-next {
  position: absolute;
  color: white;
  top: 45px;
  right: -41px;
  height: 40px;
  font-size: 0;
  width: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 11px;
 }
 .GenresUL .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 38px;
 }
 .GenresUL .owl-nav .owl-prev {
  position: absolute;
  color: white;
  top: 45px;
  left: -41px;
  height: 40px;
  font-size: 0;
  width: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 11px;
 }
 .GenresUL .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 38px;
 }
 .GenresList .owl-stage-outer {
  overflow: hidden;
 }
 .FilterBTN {
  float: left;
  cursor: pointer;
  height: 40px;
  position: relative;
  font-weight: bold;
  text-align: right;
  font-size: 16px;
  line-height: 40px;
 }
 .FilterBTN > span {
  float: right;
  margin-right: 10px;
  font-weight: 900;
  color: #ffffff;
  margin-left: 10px;
 }
 .FilterBTN > i {
  margin-top: 3px;
  float: left;
 }
 .FilterBTN:hover {}.FilterBTN.active {
  border-radius: 3px 3px 0 0;
 }
 .FilterBTN > ul {
  float: right;
 }
 .FilterBTN > ul > li {
  display: inline-block;
  font-size: 15px;
  background: #ffffff1c;
  border-radius: 3px;
  padding: 0 13px;
  height: 38px;
  color: #fff;
 }
 .FilterBTN > ul > li.active {
  background: #41a7d6;
  color: #f5f5f5;
 }
 .QualityBTN {
  float: left;
  background: linear-gradient(#d41515, #a30b0b);
  margin-top: 0px;
  color: #efefef;
  height: 40px;
  display: none;
  width: 120px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
  padding: 9px 15px;
 }
 .FilterPopinner > ul > li:hover {
  background: #ca1313;
 }
 .FilterPopinner {
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  width: 217px;
  display: none;
  margin-top: 15px;
  border-radius: 4px;
  background: #3e3d3d;
  box-shadow: 0px 5px 44px #000;
 }
 .FilterPopinner > ul > li {
  list-style: none;
  height: 35px;
  padding: 6px;
  cursor: pointer;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
 }
 .FilterPopinner > ul > li > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0000004d;
  border-radius: 3px;
  border: 1px solid #ffffff1c;
  float: right;
  margin-left: 8px;
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
 }
 .FilterPopinner > ul > li > span i {
  display: none;
 }
 .FilterPopinner > ul > li > em {
  display: inline-block;
  float: left;
  font-style: normal;
  color: #ffdd2f;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  height: 15px;
  padding: 0px 3px;
  line-height: 16px;
  border-radius: 3px;
  margin-top: 4px;
 }
 .FilterPopinner > ul > li.active > span > i {
  display: block;
 }
 .FilterPopinner > ul > li.active {
  background: #115e82;
 }
 .QualityBTN.active .FilterPopinner {
  display: block;
 }
 .MoviesBlocks {
  min-height: 400px;
  z-index: 9;
  position: relative;
  text-align: center;
 }
 .url_genrator {
  overflow: hidden;
  margin: 20px auto;
  padding: 20px;
 }
 .url_genrator a {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 14px;
  border-radius: 5px;
 }
 .noPosts h2 {
  color: #fff
 }
 .MovieBlock {
  transition: .4s cubic-bezier(0.25, 0.1, 0.29, 1.32) all;
  width: 292px;
  height: 380px;
  text-align: center;
  border: 3px solid #00000085;
  float: right;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 10px #000000b0;
 }
 .MovieBlock a {
  position: relative;
  display: block;
  height: 100%;
  perspective: 500px;
 }
 .MovieBlock a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(#ffffff0a, #000c);
  z-index: 999
 }
 .MovieBlock a h2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 15px;
  z-index: 999;
  padding: 7px;
  transition: .5s .4s all ease;
 }
 .MovieBlock:hover a h2 {
  transform: translateY(-150px)
 }
 span.category {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  font-size: 13px;
  background: #41a7d6;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 0 5px #0000009e;
  color: #f9f9f9;
  font-weight: bold;
  transition: .45s ease-in-out;
  transform: rotate(45deg) translateZ(-500px);
  opacity: 0;
 }
 span.genre {
  position: absolute;
  top: 47px;
  right: 5px;
  z-index: 999;
  font-size: 13px;
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 4px;
  box-shadow: 0 0 5px #0000009e;
  color: #2e255f;
  font-weight: bold;
  transition: .45s ease-in-out;
  transform: rotate(45deg) translateZ(-500px);
  opacity: 0;
  transition-delay: .2s;
 }
 span.rate {
  position: absolute;
  top: 82px;
  right: 5px;
  z-index: 999;
  font-size: 13px;
  background: #f9c03c;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 0 5px #0000009e;
  color: #000000;
  font-weight: bold;
  transition: .45s ease-in-out;
  transform: rotate(45deg) translateZ(-500px);
  opacity: 0;
  transition-delay: .4s;
 }
 .MovieBlock:hover span.category,
 .MovieBlock:hover span.rate,
 .MovieBlock:hover span.genre {
  transform: translate(0);
  opacity: 1
 }
 .MovieBlock:hover .BackBlock {
  opacity: 1;
  transform: scale(1) perspective(500px) rotateX(0deg);
  background: #191919;
  border: 2px solid #2b2b2b8c;
  box-shadow: 0px 15px 40px #000000;
  visibility: visible;
 }
 .MovieBlock .BackBlock {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0e0e0e;
  transition: .3s all ease, .3s .3s background ease;
  z-index: 10;
  pointer-events: none;
  transform: translateY(-100%);
 }
 .MovieBlock .FrontBlock {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .3s;
  z-index: 9999;
  pointer-events: none;
 }
 .MovieBlock > a img {
  height: 100%;
  width: 100%;
 }
 .MovieBlock:hover .FrontBlock {
  transform: scale(1) perspective(500px) rotateX(50deg);
  opacity: 0;
  filter: grayscale();
 }
 span.BGBack {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: .3s .15s all ease;
  z-index: -1;
 }
 .MovieBlock:hover span.BGBack {
  transform: scale(1);
  opacity: .2;
 }
 .TitleBlock {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 55px 15px 20px 15px;
  color: #ffdb22;
  transform: rotate(-50deg);
  transition: .4s .1s all ease;
  transform-origin: top right;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(#02020200, #060606);
 }
 ul.BarBlock {
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  color: #ffffffab;
  transition: .4s .3s all ease;
  transform: translate(0px, -60px);
  transform-origin: top right;
  opacity: 0;
 }
 ul.BarBlock > li {
  display: inline-block;
  float: left;
  color: #f7f7f7;
  padding: 4px 7px;
  margin-top: 5px;
  margin-right: 2px;
  border-radius: 4px;
  font-size: 12px;
  background: #000;
 }
 ul.BarBlock > li.category {
  float: right;
  background: #cb1313;
 }
 .ContentBlock {
  font-size: 13px;
  padding: 91px 13px 13px 13px;
  color: #c6c6c6;
  font-weight: bold;
  transition: .5s .4s all ease;
  position: absolute;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  transform: translateZ(-500px);
 }
 span.WatchButton {
  background: #d22222;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  bottom: 72px;
  left: 12px;
  display: none;
  font-weight: bold;
  padding: 5px 8px;
  font-size: 13px;
  transition: .3s .22s all cubic-bezier(0.56, 0.28, 0.34, 1.34);
  transform: translate(0px, 50px);
  opacity: 0;
 }
 span.WatchButton i {
  float: right;
  font-size: 18px;
  margin-left: 4px;
  top: 1px;
  position: relative;
 }
 .StarLabels:before {
  font-family: FontAwesome;
 }
 .MovieBlock:hover .TitleBlock {
  transform: rotate(0deg);
  opacity: 1;
 }
 .MovieBlock:hover ul.BarBlock {
  transform: rotate(0);
  opacity: 1;
 }
 .MovieBlock:hover .ContentBlock {
  transform: translate(0);
  opacity: 1;
 }
 .MovieBlock:hover .StarLabels {
  transform: translate(0);
  opacity: 1;
 }
 .MovieBlock:hover span.WatchButton {
  opacity: 1;
  transform: translate(0);
 }
 .showTilteHome {
  position: absolute;
  left: 9px;
  width: 40px;
  height: 40px;
  background: linear-gradient(#f5f5f5, #d6d6d6);
  top: 8px;
  text-align: center;
  padding-top: 12px;
  font-size: 18px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
 }
 header.fixed .Logo svg {
  width: 180px;
 }
 header .Logo svg {
  transition: .4s all ease;
 }
 .SearchForm {
  margin-right: 15px;
  border-radius: 4px;
  height: 40px;
  float: right;
  width: 340px;
 }
 .SearchForm > form > input {
  float: right;
  width: calc(100% - 195px);
  height: 35px;
  font-family: Font;
  border: 1px solid #ffffff38;
  background: #ffffff;
  margin-left: 4px;
  padding: 0px 10px;
  border-radius: 10px;
  color: #232323;
  font-weight: bold;
 }
 .SearchForm select {
  float: right;
  width: 110px;
  height: 35px;
  color: #757575;
  border: 0;
  border: 1px solid #ffffff38;
  background: #ffffff;
  font-family: Font;
  margin-left: 3px;
  padding: 0px 11px;
  font-size: 14px;
  border-radius: 10px;
 }
 .SearchForm > form > button {
  float: left;
  border: 0;
  height: 36px;
  width: 75px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  font-family: Font;
  font-weight: bold;
  background: #f3b627;
  color: #2f2d2d;
  border-radius: 10px;
 }
 #SearchResults {
  width: 400px;
  background: #000000ba;
 }
 #SearchResults li {
  list-style: none;
  height: 60px;
  border-bottom: 1px solid #ffffff24;
 }
 #SearchResults li a {
  display: block;
  overflow: hidden
 }
 #SearchResults li img {
  width: 50px;
  height: 50px;
  margin: 5px;
  vertical-align: middle;
 }
 .SearchForm > form > input:focus::placeholder {
  color: #656565;
 }
 span.play {
  position: absolute;
  width: 44px;
  height: 44px;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  z-index: 999;
  text-align: center;
  border-radius: 50%;
  border: 2px solid;
  padding-top: 11px;
  transition: .35s ease;
 }
 .item:hover span.play {
  background: #41a7d6;
 }
 .ribbon {
  position: absolute;
  top: 20px;
  background: #f93233;
  box-shadow: 0px 0px 5px #000;
  color: #ffffff;
  text-align: center;
  z-index: 20;
  font-weight: bold;
  width: 149px;
  transition: .35s all ease-in-out;
  left: -38px;
  z-index: 9999;
  font-size: 14px;
  padding: 4px 10px;
  transform: rotate(-45deg);
  z-index: 999999;
 }
 .your-productSeCndary .owl-carousel .item:hover .ribbon {
  transform: rotate(-45deg) translateY(-500%);
 }
 .posts .owl-carousel .item:hover .ribbon {
  transform: rotate(-45deg) translateY(-500%);
 }
 .movie:hover .ribbon {
  transform: rotate(-45deg) translateY(-500%);
 }
 .your-productSeCndary .owl-carousel .item .ribbon {
  position: absolute;
  top: 30px;
  background: #f3b627;
  box-shadow: 0px 0px 5px #000;
  color: #1e2331;
  text-align: center;
  z-index: 20;
  font-weight: bold;
  width: 169px;
  transition: .35s all ease-in-out;
  left: -38px;
  z-index: 9999;
  font-size: 16px;
  padding: 4px 10px;
  transform: rotate(-45deg);
  z-index: 999999;
 }
 .YearsBrowse {
  padding: 18px;
  background: linear-gradient(#275ec3, #22488e);
 }
 .taxBrowse {
  border-top: 1px solid #ffffff0f;
  background: linear-gradient(#1f3d75, #274d93);
 }
 .YearsBrowse > div > h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: white;
  text-align: center;
 }
 .YearsBrowse > div > h2 > i {
  color: #ffde33;
 }
 .YearsBrowse > div > h2 > span {
  color: #ffde33;
 }
 .YearsLinks {
  text-align: center;
  margin-top: 18px;
 }
 .YearsLinks > a {
  display: inline-block;
  background: #ffffff0d;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 4px;
  padding: 7px 11px;
  color: #ffffff;
 }
 .CategoriesBrowse {
  color: white;
  overflow: hidden;
  background: linear-gradient(#272F4A, #252b3e);
  padding: 15px 0 15px 0;
  min-height: 300px;
 }
 .CategoriesBrowse .spinner {
  transform: translateY(100px)
 }
 .singleCats {
  background: transparent
 }
 .SectionsRelated .singleCats:nth-of-type(2) {
  background: linear-gradient(#2c3342, #1A1E25);
  box-shadow: 0 0 50px #0006;
 }
 .singleCats h2 {
  padding: 30px 0px;
  overflow: hidden;
 }
 .singleCats h2 div.icons {
  float: right
 }
 .singleCats h2 div:last-child {
  float: right;
  margin-top: 2px;
  font-size: 19px;
 }
 .singleCats h2 div:last-child span {
  margin-right: 7px;
  color: #ddd;
 }
 .singleCats h2 div:last-child span:last-child {
  color: #f1c830;
 }
 .catTitle {
  overflow: hidden;
  padding: 20px 10px 24px 10px;
  background: linear-gradient(#333c58, #252b3e);
  border-top: 3px solid #1d2235;
 }
 .latestTitle {
  padding: 14px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff33;
 }
 .catTitle h2 {
  color: #000;
 }
 .catTitle h2 .title {
  float: right;
  color: #fff;
 }
 .CatLinks {
  float: left;
  margin-right: 17px;
 }
 .CategoriesBrowse:after {
  content: '';
  display: block;
  clear: both;
 }
 .catTitle h2 i {
  font-size: 30px;
  float: right;
  margin-left: 10px;
  color: #ffffff;
 }
 .catTitle h2 span {
  color: #ffffff;
 }
 .CatLinks > a {
  display: inline-block;
  font-weight: bold;
  background: #ffffff1c;
  box-shadow: 0px 1px 5px #00000082;
  text-align: center;
  padding: 7px 12px;
  border-radius: 4px;
  opacity: 1;
  font-size: 14px;
 }
 .CatLinks > a.active {
  opacity: 1;
  background: #f3b627;
  border-bottom: 0;
  color: #2d2d2d;
 }
 .CategoriesBrowse .Posts {
  clear: both;
  display: inline-block;
  width: 100%;
  position: relative;
 }
 .CategoriesBrowse .Posts .item {
  height: 308px;
 }
 .CategoriesBrowse .Posts .item a {
  border: 3px solid #fff;
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden
 }
 .CategoriesBrowse .Posts .item img {
  height: 100%;
  transition: .35s ease-in-out;
 }
 .CategoriesBrowse .Posts .item:hover img {
  transform: scale(1.1)
 }
 .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 40px;
  width: 40px;
  transform: translate(-50%, -50%);
 }
 [class^="ball-"] {
  position: absolute;
  display: block;
  left: 30px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  transition: all 0.5s;
  animation: circleRotate 4s both infinite;
  transform-origin: 0 250% 0;
 }
 @keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
 }
 .ball-1 {
  z-index: -1;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
 }
 .ball-2 {
  z-index: -2;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
 }
 .ball-3 {
  z-index: -3;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
 }
 .ball-4 {
  z-index: -4;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
 }
 .ball-5 {
  z-index: -5;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
 }
 .ball-6 {
  z-index: -6;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
 }
 .ball-7 {
  z-index: -7;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
 }
 .ball-8 {
  z-index: -8;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
 }
 .container.ContainerSingle {
  padding-top: 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
 }
 div.views {
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 33px;
  background: #0000006e;
  width: calc(100% - 10px);
  color: #fff;
  font-size: 13px;
  padding-right: 10px;
 }
 .Poster {
  width: 270px;
  overflow: hidden;
  position: relative;
  float: right;
  margin-left: 20px;
  margin-top: 20px;
 }
 .addthis_toolbox a {
  margin-bottom: 0!important;
  position: relative;
  top: -6px;
  margin-left: -7px;
 }
 .socialBottomBar {
  transition: .35s ease;
 }
 .poster:hover .socialBottomBar {
  opacity: 1
 }
 .imdb a {
  display: block;
  width: 100%;
  background: #ffdc2f;
  box-shadow: 0px 2px 5px #00000063;
  left: 8px;
  text-align: center;
  color: #000;
  line-height: 40px;
  bottom: 5px;
  border-radius: 4px;
  font-weight: bold;
 }
 .imdb span {
  text-align: center;
 }
 .imdb span:nth-child(1) {
  font-size: 14px;
 }
 .leftList {
  background: #ffffff0f;
  padding: 10px;
  float: left;
  height: 400px;
  text-align: right;
  width: 250px;
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
 }
 .leftList h2 {
  color: #ffdb4d;
  font-size: 17px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px
 }
 .leftList h2 i {
  font-size: 19px;
  ;
  margin-left: 15px;
 }
 .leftList li {
  color: #ffffff;
  list-style: none;
  padding: 8px;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  background: linear-gradient(#ffffff1f, #cccccc26);
  margin-bottom: 3px;
  font-weight: bold;
 }
 .leftList li span {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 3px;
 }
 .leftList li a {
  padding: 3px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 2px;
  background: #00000057;
 }
 .Poster img {
  width: 100%;
  height: 400px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.84);
  border-radius: 4px;
 }
 .MovieDetails {
  color: white;
  float: right;
  width: calc(100% - 540px);
  margin-top: 20px;
  padding-left: 20px;
 }
 .TitleMovie {
  margin-bottom: 7px;
  position: relative;
  color: #ffffff;
  font-size: 12px;
 }
 .TitleMovie h2 {
  background: #ffffff0f;
  font-size: 16px;
  padding: 5px;
  border-radius: 0 25px 0 25px;
 }
 .TitleMovie h2 i {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #000;
  margin: 5px;
  font-size: 14px;
  padding: 0 0 0 4px;
 }
 .TitleMovie > ul {
  margin-top: 10px;
 }
 .TitleMovie > ul > li {
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
  margin-left: 3px;
  color: #e0e0e0;
 }
 .TitleMovie > ul > li.category a {}.TitleMovie > ul > li.quality a {
  background: #ffffff;
  color: #222
 }
 .TitleMovie > ul > li a {
  position: relative;
  color: #ffffff;
  background: #ffffff1a;
  padding: 2px 6px;
  border-radius: 5px;
  margin: 2px;
  display: inline-block;
 }
 h2.storyTitle {
  padding: 6px;
  font-size: 15px;
  margin-top: 10px;
  color: #ffe373;
  color: #ffffff;
  4px 4px 0 0
 }
 .StoryMovie {
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  height: 100px;
  overflow: auto;
  margin-bottom: 15px;
  padding: 13px 15px;
  border-radius: 4px;
 }
 .TitleMovie > ul > li:first-child {}ul.listActorsss > h2 {
  margin-bottom: 16px;
  font-size: 17px;
  border-radius: 3px;
  color: white;
  position: relative;
  text-align: center;
 }
 ul.listActorsss > h2 > i {
  position: relative;
  top: 2px;
  margin-left: 5px;
 }
 a.ShowMore {
  font-size: 12px;
  color: #1b1b1b;
  background: #f3cb2f;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 14px auto 0;
  font-weight: bold;
  display: table;
 }
 ul.listActorsss.active {
  height: auto;
 }
 .post-ratings img {
  width: 16px;
 }
 a.WatchButton {
  font-weight: bold;
  background: #b51111;
  color: #fff;
  font-size: 15px;
  line-height: 29px;
  padding: 9px 19px;
  text-align: center;
  width: 223px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
  transition: .35s ease-in-out;
  position: relative;
 }
 a.WatchButton:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #0000001c;
  top: 0;
  left: 0;
  border-radius: 5px;
  transform: scale(1.2);
  pointer-events: none;
  opacity: 0;
  transition: .35s
 }
 a.WatchButton:hover:before {
  opacity: 1;
  transform: scale(1)
 }
 a.WatchButton i {
  font-size: 25px;
  color: #ffffff;
  float: right;
 }
 .SectionsRelated > div {
  height: initial;
  background: linear-gradient(#262d44, #22488e);
 }
 a.MoreCat {
  display: block;
  float: left;
  background: #303030;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 21px;
  border-radius: 5px;
 }
 .serversEmbed:after {
  content: '';
  display: block;
  clear: both;
 }
 h2.downloadToggleTitle {
  color: #fdfeff;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 52px;
  padding: 0px 21px;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  text-align: right;
  width: 100%;
  background: linear-gradient(#f7f7f738, #ffffff0f);
  margin: 0 auto 12px;
 }
 a.BackToPost {
  display: block;
  width: 200px;
  height: 50px;
  background: linear-gradient(#29529d, #1b3a73);
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding-top: 13px;
  border-radius: 10px;
  color: #ffffff;
  margin: 0 auto 10px;
  clear: both;
  position: relative;
 }
 p.NoFoundSorting {
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 95px;
 }
 .HeaderContains .BGSliderFull {
  position: absolute;
 }
 .HeaderContains .BGSliderFull > span {
  opacity: .5;
 }
 .HeaderContains .BGSliderFull:after {}.Logo span.seriesLogo {
  float: left;
  transform: rotate(-70deg);
  opacity: 0;
  transition: .4s all ease;
  transform-origin: right center;
 }
 .Logo span.watchLogo {
  float: left;
  text-transform: lowercase;
  color: #fff;
  transform: rotate(70deg);
  opacity: 0;
  transition: .4s .1s all ease;
  transform-origin: right center;
 }
 .Logo em {
  font-style: normal;
  float: left;
  color: #ffd352;
  transform: translate(0px, -60px);
  transition: .4s .1s all ease;
 }
 header.fixed .Logo em {}.Logo.loaded span.seriesLogo {
  transform: rotate(0deg);
  opacity: 1;
 }
 .Logo.loaded em {
  transform: translate(0px, 0px);
 }
 .Logo.loaded span.watchLogo {
  transform: rotate(0);
  opacity: 1;
 }
 header.fixed .Logo * {
  transition: 0s all ease !important;
 }
 a.WatchButton + a.WatchButton {
  background: linear-gradient(#f3b627, #f3b627);
  color: #171718;
 }
 .headermenu > ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  list-style: none;
  line-height: initial;
  width: 200px;
  z-index: 9;
  background: #282e44;
  padding: 10px 10px;
  border-radius: 4px 0 4px 4px;
  text-align: right;
 }
 .headermenu > ul > li > ul a {
  padding: 5px;
  display: block;
  transition: .35s ease;
  border-bottom: 1px solid #e7e1e10f;
 }
 .headermenu > ul > li > ul > li {}.headermenu > ul > li:hover > ul {
  display: block;
 }
 ul.SeasonsList {
  float: left;
  list-style: none;
  margin-top: 6px;
 }
 ul.SeasonsList > li {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
 }
 ul.SeasonsList > li a {
  display: block;
  padding: 7px 12px;
  color: #fff;
  background: #ffffff21;
  border-radius: 5px;
 }
 ul.SeasonsList > li.active > a {
  background: #151725;
  color: #fff;
 }
 .paginationTax {
  clear: both;
  display: table;
  margin: 20px auto 0
 }
 .paginationTax>span,
 .paginationTax>a {
  display: inline-block;
  color: #fff;
  background: #151627;
  padding: 7px 10px;
  font-size: 17px;
  height: 34px;
  font-weight: 700;
  border-radius: 3px;
  float: right;
  margin-left: 5px;
 }
 .paginationTax>span {
  background: #2b34a9;
 }
 .paginationTax>a.next {
  width: 65px;
  font-size: 14px
 }
 .paginationTax>a.prev {
  width: 130px;
  font-size: 14px;
  padding-top: 6px
 }
 header.fixed .Logo a {}header.fixed .Logo a span.watchLogo {}header.fixed .Logo a em {}.headermenu>ul>li {}header.fixed .headermenu>ul>li a {}.TitleOverlay > ul > li.genre {
  float: left;
 }
 .letterDrop {
  position: relative;
  top: 0;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0.8;
  transform: translateY(-100px);
  animation: letterDrop 1.2s ease 1 normal forwards;
  float: left;
  color: #e9e9e9;
 }
 @keyframes letterDrop {
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    top: 0px;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    top: 29px;
    transform: translateY(0);
  }
 }
 .Logo h1 {
  perspective: 482px;
  overflow: hidden;
 }
 a.GenresBTN {
  display: block;
  float: right;
  background: #1d1c1c;
  width: 150px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  top: -1px;
 }
 a.GenresBTN > i {
  font-size: 21px;
  position: relative;
  top: 2px;
  margin-left: 4px;
 }
 .GenresListMain {
  perspective: 500px;
  position: relative;
  z-index: 999999999;
 }
 .GenresListMain {
  background: linear-gradient(#28292b, #28292b);
  padding: 10px;
  position: fixed;
  width: 260px;
  z-index: 9999999;
  right: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  transition: .35s ease-in-out;
  border-right: 1px solid #dddddd1f;
  transform: translateX(100%);
 }
 .GenresListMain h2 {
  padding: 10px;
  color: #ffffff;
  margin: auto;
  background: #00000057;
  font-size: 19px;
 }
 .GenresListMain h2 i {
  margin-left: 10px;
  color: #e5e0e0;
 }
 .GenresListMain .GenresList > .item > a i {
  font-size: 20px;
  display: block;
  margin-top: 1px;
  color: #ffffff8f;
  float: right;
  margin-left: 10px;
 }
 .GenresListMain .GenresList > .item > a {
  display: block;
  margin: 0 1px 5px;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #0000003d;
  text-align: right;
  transition: .35s ease;
  color: #e9e9e9;
  font-size: 13px;
 }
 .GenresListMain .GenresList > .item > a:hover {
  padding-right: 20px;
 }
 .GenresListMain.active {
  transform: translate(0, 0px);
 }
 .MovieBlock:hover {
  z-index: 10;
 }
 .RecentHome:after {
  content: '';
  display: block;
  clear: both;
 }
 .BGSliderFullSingle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #171717;
 }
 .BGSliderFullSingle > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .6;
  background: linear-gradient(#262d44, #22488e);
 }
 .ButtonsSingle {
  text-align: left;
  top: 57px;
 }
 .BGSliderFullSingle > span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #00000005, #14181e);
 }
 ul.listActorsss > h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  width: 250px;
  height: 2px;
  background: white;
 }
 ul.listActorsss > h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 250px;
  height: 2px;
  background: #ffffff;
 }
 .downloadsList>li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(#42BC3A, #298623, #197413);
  height: 55px;
  text-align: right;
  direction: rtl;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .81);
  padding: 10px 15px 0px 20px;
 }
 div.advFixedRight,
 div.advFixedLeft {
  position: absolute;
 }
 i.down {
  transform: rotate(-90deg);
  color: #fff;
  position: relative;
  float: left;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-top: 18px;
  margin-right: 5px;
  z-index: 9999;
 }
 div.advFixedLeft {
  left: 0%;
 }
 .owl-nav.disabled {
  display: none
 }
 .owl-dots {
  text-align: center;
  margin-top: 19px;
  position: absolute;
  left: 0;
  top: -75px;
 }
 .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 6px;
 }
 .owl-dots .owl-dot span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffffe8;
  cursor: pointer;
 }
 .owl-dots .owl-dot.active span {
  background: #f1c830;
  box-shadow: 0px 0px 6px #0000009e;
 }
 .your-productSeCndary.bg-secondary {
  display: block;
  padding-top: 0;
  width: 100%;
  overflow: hidden;
  margin-top: -80px;
  position: relative;
  padding-top: 90px;
 }
 body.fixed .your-productSeCndary.bg-secondary {}.your-productSeCndary.bg-secondary.active {
  margin-top: 150px
 }
 .your-productSeCndary.section-heading {
  margin-bottom: 50px;
 }
 .your-productSeCndary.section-heading h3 {
  font-weight: 700;
 }
 .your-productSeCndary.section-heading p {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 20px;
 }
 .no-js .your-productSeCndary.owl-carousel,
 .your-productSeCndary.owl-carousel.owl-loaded {
  display: block;
 }
 .your-productSeCndary.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
 }
 .your-productSeCndary.owl-carousel,
 .your-productSeCndary.owl-carousel .owl-item {
  tap-highlight-color: transparent;
  position: relative;
 }
 .your-productSeCndary.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible;
  transform: translate3d(0, 0, 0);
 }
 .your-productSeCndary.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
  touch-action: manipulation;
  backface-visibility: hidden;
  height: 449px;
 }
 .your-productSeCndary.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  touch-action: pan-y;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  box-shadow: 1px 1px 5px #00000052;
  height: 420px;
 }
 .your-productSeCndary.owl-carousel.owl-drag .owl-item .item {
  position: relative;
  overflow: hidden;
  border: 6px solid #ffffff;
  height: 100%;
 }
 .your-productSeCndary.owl-carousel.owl-drag .owl-item .item a {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
 }
 .your-productSeCndary.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  touch-callout: none;
 }
 .your-productSeCndary.owl-carousel .owl-item,
 .your-productSeCndary.owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .your-productSeCndary.owl-carousel,
 .your-productSeCndary.owl-carousel .owl-item {
  tap-highlight-color: transparent;
  position: relative;
 }
 .your-productSeCndary.single-blog-article {
  border-radius: 4px;
  display: block;
  overflow: visible;
 }
 .your-productSeCndary.blog-post-img-thumb {
  display: block;
  overflow: hidden;
  transition: .85s ease;
  height: 100%;
 }
 .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: .85s ease;
 }
 .your-productSeCndary .owl-carousel .item:hover img {
  transform: scale(1.12);
  transform: scale(1.12);
 }
 .your-productSeCndary.blog-post-content-area {
  position: absolute;
  width: 100%;
  padding: 6px;
  z-index: 999;
  color: #fff;
  font-size: 13px;
  bottom: 0;
  direction: rtl;
 }
 .your-productSeCndary.blog-post-content-area h3 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px
 }
 .your-productSeCndary.blog-post-content-area h3 a {
  color: #232323;
 }
 .your-productSeCndary.blog-post-content-area h3 a:hover {
  color: #281483;
 }
 .your-productSeCndary.blog-footer-area a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 10px;
  transition: all 0.3s ease-in;
  position: relative;
 }
 .your-productSeCndary.blog-footer-area a:hover i {
  padding-left: 10px;
 }
 .your-productSeCndary.blog-footer-area a i {
  display: inline-block;
  padding-left: 2px;
  transition: all .5s ease;
 }
 #sliderBlog .owl-nav {
  position: relative;
  padding: 20px;
  text-align: center;
 }
 #sliderBlog .owl-nav button {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: linear .1s;
  transition: linear .1s;
  margin: 4px;
  background: rgba(40, 20, 131, 0.05);
  border-radius: 4px;
  text-decoration: none;
 }
 .your-productSeCndary.owl-carousel .owl-nav button.owl-next,
 .your-productSeCndary.owl-carousel .owl-nav button.owl-prev,
 .your-productSeCndary.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
 }
 .your-productSeCndary.owl-carousel .owl-dot,
 .your-productSeCndary.owl-carousel .owl-nav .owl-next,
 .your-productSeCndary.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  user-select: none;
  -khtml-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
 }
 #sliderBlog .owl-nav button span {
  color: #281483;
  font-size: 18px;
  line-height: 18px;
 }
 #sliderBlog .owl-nav button:focus,
 #sliderBlog .owl-nav button:hover {
  color: #fff;
  outline: none;
  background: #7497fa;
 }
 .your-productSeCndary.owl-carousel .owl-dots.disabled,
 .your-productSeCndary.owl-carousel .owl-nav.disabled {
  display: none;
 }
 .top_header {
  background: #1E2537;
  height: 52px;
 }
 .m-auto.text-center.text-lg-right.mt-xs-15 {
  display: inline-block;
  float: left;
  height: 35px;
  padding: 0px 0;
  margin-top: 10px;
 }
 .you-pro-du18.attr-nav {
  float: left;
  margin-top: 9px;
 }
 .UserButton {
  display: inline-block;
  float: right;
  margin-right: 0;
  border-radius: 35px;
  margin-top: -65px;
  transition: .35s all ease-in-out;
 }
 .UserButton a {
  display: inline-block;
  color: #000!important;
  padding: 7px 15px;
  transition: .35s all ease-in-out;
  font-size: 13px;
  font-weight: bold;
  background: #f1c830;
  border-radius: 15px;
 }
 .UserButton a:hover {
  background: #ffffff;
  color: #000!important;
 }
 .UserButton a:first-child {}.UserButton a:hover {
  color: white;
 }
 .dicr {
  background: linear-gradient(#000000a1, #0c0c0ca8);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  padding: 0 15px;
  transform: perspective(600px) rotateX(-90deg);

  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  box-shadow: inset 0px 0px 7px 3px #000000bf;
  border-bottom: 0;
 }
 .your-productSeCndary .owl-carousel .item:hover .dicr {
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
 }
 .dicr h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-top: 90px;
  margin-bottom: 0;
  top: 50px;
  opacity: 0;
  position: relative;
  transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  text-align: center;
  font-weight: bold;
 }
 .your-productSeCndary .owl-carousel .item h3,
 .your-productSeCndary .owl-carousel .item p {
  top: 0;
  opacity: 1;
  margin-top: 95px;
 }
 .your-productSeCndary .owl-carousel .item p {
  margin-top: 10px!important
 }
 .dicr p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  top: 50px;
  opacity: 0;
  position: relative;
  transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  text-align: center;
  max-height: 100px;
  overflow: hidden;
 }
 .your-productSeCndary .owl-carousel .item:hover .dicr li.category {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
 }
 .dicr li.category {
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background: rgb(241, 200, 48);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  border-radius: 35px;
  border-radius: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin: 0 1px;
  color: rgb(41, 39, 39);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  direction: rtl;
  padding: 0px 15px;
  margin-bottom: 3px;
 }
 .dicr li.category i,
 .dicr li.genre i {
  margin-left: 5px
 }
 .your-productSeCndary .owl-carousel .item:hover .dicr li.genre {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
 }
 .dicr li.genre {
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  border-radius: 35px;
  border-radius: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 0 1px;
  color: rgb(0, 0, 2);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  padding: 0 15px;
  direction: rtl;
  font-weight: bold;
  margin-bottom: 10px;
 }
 .navigation-menu.container {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 100%;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
 }
 .MenulabelToggle {
  transform: translateX(300%);
  position: relative;
  color: #fff;
  font-size: 25px;
  float: right;
  margin-top: -61px;
  display: inline-block;
  transition: .4s all ease-in-out;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
 }
 .your-productSeCndary .owl-carousel .item:hover .dicr .imdbRating {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.2s;
 }
 .dicr .imdbRating {
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background: rgb(247, 221, 36);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  border-radius: 35px;
  border-radius: 35px;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin: 0 1px;
  color: rgba(25, 25, 25, 0.9);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  direction: rtl;
  padding: 0px 15px;
 }
 .content_items {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: inline-block;
  right: 0;
  text-align: center;
  direction: rtl;
 }
 .AdvancedSearch {
  width: 685px;
  float: left;
  height: 45px;
  position: relative;
  margin-top: -5px;
 }
 .AdvancedSearch aside {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
 }
 aside > h3 {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  display: inline-block;
  float: right;
  padding-top: 12px;
 }
 .custom_search {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
  width: calc(100% - 90px);
  float: left;
  text-align: left;
 }
 .custom_search > div {
  display: inline-block;
  margin: 0px 2px;
  position: relative;
  display: inline-block;
  height: 37px;
  text-align: right;
  width: calc(25% - 7px);
 }
 .custom_search > div span {
  display: block;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 36px 6px 12px;
  font-weight: bold;
  background: linear-gradient(#3c4871, #323d63);
  border-radius: 5px;
  cursor: pointer;
  min-width: 60px;
  box-shadow: 1px 2px 3px #0000002e;
  position: relative;
  overflow: hidden;
 }
 .custom_search > div span i {
  top: 0;
  position: absolute;
  color: #f3b627;
  right: 0;
  width: 30px;
  font-size: 16px;
  line-height: 35px;
  border-left: 1px solid #0000001c;
  text-align: center;
 }
 .custom_search > div ul {
  list-style: none;
  background: #38446c;
  width: 100%;
  top: 100%;
  display: none;
  right: 0;
  max-height: 400px;
  overflow: auto!important;
  z-index: 9999999999;
  text-align: right;
  padding: 10px 0;
  position: absolute;
  box-shadow: inset 0px 2px 7px #0000002b;
  border-radius: 0 0 10px 10px;
  flex-wrap: wrap;
 }
 .movie:hover .dicr {
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
 }
 .movie:hover .dicr li.category {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
 }
 .movie:hover .dicr li.genre {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
 }
 .movie:hover .dicr .imdbRating {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.2s;
 }
 .movie:hover img {
  transform: scale(1.12);
  transform: scale(1.12);
 }
 .dicr h3,
 .dicr p {
  top: 0;
  opacity: 1;
 }
 .custom_search > div ul li {
  color: #ffffff;
  font-size: 13px;
  padding: 4px 8px;
  border-bottom: 1px solid #54504d;
 }
 .ad_seiz_bar {
  min-height: 580px;
  width: 280px;
  display: inline-block;
  height: auto;
  float: left;
  margin-top: 20px;
 }
 .Posts .owl-carousel .item:hover .dicr {
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
 }
 .Posts .owl-carousel .item h3,
 .Posts .owl-carousel .item p {
  top: 0;
  opacity: 1;
  margin-top: 10px;
 }
 .Posts .owl-carousel .item:hover .dicr li.category {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
 }
 .Posts .owl-carousel .item:hover .dicr li.genre {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
 }
 .Posts .owl-carousel .item:hover .dicr .imdbRating {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.2s;
 }
 header.fixed + * {
  padding-top: 90px!important;
 }
 .your-productSeCndary .container {
  overflow: visible!important
 }
 .OverlayTogglers {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 999999;
 }
 .custom_search > div.active {
  z-index: 1000000;
 }
 .w-100SinglePost {
  width: 100%;
  overflow: hidden;
  padding: 30px 0
 }
 .w-100SinglePost .container {
  overflow: hidden;
  color: #fff;
  padding: 0 10px;
 }
 .w-100SinglePost h2 {
  text-align: center;
  margin-bottom: 25px;
  display: block;
  background: #ffffff14;
  padding: 10px;
  border-radius: 15px;
  font-size: 18px;
  box-shadow: 2px 1px 5px #00000038
 }
 .epLists,.seasons {
  text-align: center;
  box-shadow: 0 0 10px #0003;
  margin: 4px;
  padding: 10px;
  background: #27304a;
 }
 .epLists h2,.seasons h2 {
  font-size: 17px;
  margin-bottom: 10px;
  background: #f3b627;
  padding: 10px;
 }
 .epLists a {
  display: inline-block;
  max-width: 100%;
  min-width: max-content;
  height: 45px;
  margin: 1px;
  background: #1539e8;
  padding: 0px 10px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 5px;
  box-shadow: 0 1px 5px #0000002e;
  transition: .35s ease;
  flex: 1;
 }
 .seasons > div a {
     display: inline-block;
     width: 100%;
     line-height: 45px;
     background: #1539e8;
     border-radius: 4px;
     overflow: hidden;
     text-align: center;
     margin-bottom: 5px;
     box-shadow: 0 1px 5px #0000002e;
     transition: .35s ease;
 }
 .epLists a:hover , .seasons > div a:hover {
  background: #1534c7;
 }
 .epC {
  max-height: 160px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 7px;
 }
 .epLists a p {
  font-size: 26px;
  padding-top: 6px;
  font-weight: bold;
  font-family: tahoma;
  color: #fff;
  transition: .35s ease;
 }
 .epLists a:hover p {
  color: #fff;
 }
 a.back {
  display: block;
  padding: 10px;
  text-align: center;
  background: #bd0a0a;
 }
 ::scrollbar {
  width: 5px;
 }
 ::scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
 }
 ::scrollbar-thumb {
  background-color: darkgrey;
 }
 @media(max-width:767px){

.your-productSeCndary.owl-carousel .owl-stage {
  height: 330px
 }
 .TitleHome {
  z-index: 9
 }
}
@media (max-width: 500px) {
  .HeaderContains {
    height: auto!important;
  }
} .signupForm {
      height: 100vh;
      position: relative;
      z-index: 1;
      padding: 1px;
  }
  form.defaultForm {
      width: 470px;
      box-shadow: rgba(0, 0, 0, 0.62) 0px 1px 15px;
      margin: 80px auto;
      background: linear-gradient(rgba(74, 74, 74, 0.75), rgb(33, 33, 33));
      padding: 20px 20px 25px;
      border-radius: 5px;
  }
  form.defaultForm h1 {
      color: rgb(255, 255, 255);
      text-align: center;
      font-size: 17px;
      margin-bottom: 15px;
  }
  .form-control.sgUp {
      height: 42px;
      padding: 0px !important;
  }
  form.defaultForm > div {
      margin-bottom: 9px;
  }
  .form-control {
      display: block;
      width: 100%;
      height: calc(2.25rem + 2px);
      font-size: 1rem;
      line-height: 1.5;
      color: rgb(73, 80, 87);
      background-color: rgba(0, 0, 0, 0.22);
      background-clip: padding-box;
      padding: 0.375rem 0.75rem;
      border-width: 1px;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.12);
      border-image: initial;
      border-radius: 15px;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      overflow: hidden;
  }
  form.defaultForm.sgUp > div label {
      display: inline-block;
      width: 140px;
      color: rgb(255, 255, 255);
      height: 100%;
      box-shadow: rgba(0, 0, 0, 0.22) -4px 0px 5px;
      background: rgba(60, 60, 60, 0.44);
      padding: 7px;
      border-left: 1px solid rgba(255, 255, 255, 0.17);
  }
  form.defaultForm > div label {
      display: block;
      margin-bottom: 3px;
  }
  form.defaultForm.sgUp > div input {
      float: left;
      width: calc(100% - 140px);
      display: inline-block;
      box-shadow: 0px 0px 0px !important;
      background: none;
      padding: 10px;
      border-width: 0px !important;
      border-style: initial !important;
      border-color: initial !important;
      border-image: initial !important;
  }
  form.defaultForm > div input {
      background-color: rgb(255, 255, 255);
      background-image: none;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px inset;
      color: #ffffff;
      display: block;
      font-size: 14px;
      line-height: 1.42857;
      width: 100%;
      border-width: 1px;
      border-style: solid;
      border-color: rgb(221, 221, 221);
      border-image: initial;
      border-radius: 3px;
      padding: 5px 12px;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }
  form.defaultForm button {
      color: rgb(255, 255, 255);
      cursor: pointer;
      display: block;
      margin-top: 10px;
      width: 100%;
      position: relative;
      text-shadow: none;
      text-transform: capitalize;
      vertical-align: middle;
      white-space: nowrap;
      font-size: 16px;
      font-family: Font;
      font-weight: bold;
      border-width: medium;
      border-style: none;
      border-color: initial;
      border-image: initial;
      padding: 8px;
      border-radius: 3px;
      background: rgb(76, 175, 80);
  }
  @media (max-width: 970px){
    form.defaultForm{
      width:90%!important;
    }
  }
  @media ( min-width:320px ) and ( max-width:400px ){
      form.defaultForm.sgUp > div label {
            width: 84px;
            font-size: 10px;
            padding: 14px 4px;
            text-align: center;
      }
  }

  @media (max-width: 500px) {
       .HeaderContains,body.fixed .HeaderContains {
             height: auto; 
        }
  }

  .forArchiveSearch {
        width: 98%;
        margin-top: 12px;
        position: relative;
        z-index: 9;
  }
  .RecentHome {
    padding-top: 0
  }
  .TitleHome {
    margin:10px 0;
    padding: 0 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    background: #313750;
    border-bottom: 0;
  }
  .forArchiveSearch  input {
    width: 93%;
  }
  @media (max-width: 1024px) {
    .forArchiveSearch  input {
        width: calc(100% - 80px);
    }
    .forArchiveSearch input{
      width: calc(100% - 80px)!important; 
    }
  }
  @media (max-width: 500px) {
       .HeaderContains,body.fixed .HeaderContains {
             height: auto; 
        }
  }


  @media (max-width:1024px){
    body, html{
        width:100%;
        min-width:100%;
        overflow-x: hidden;
    }
    .container{
        width: 100%;
        overflow:hidden;
    }
    header{
        width: 100%;
        background-size: 100% 100%;
        padding-top: 12px!important;
        height: 230px;
        padding: 0 10px;
    }
    header.fixed{
        padding-top:3px!important
    }
    .dicr h3{
        position:absolute;
        margin-top: auto!important;
        bottom: 5px;
        top: auto!important;
        width: 100%;
        right: 0;
        font-size: 12px;
        padding: 5px 9px;
    }
    .dicr p{
        display:none;
    }
    .content_items{
        display:none;
    }
    .dicr{
        visibility: visible;
        -webkit-transform: perspective(0px) rotateX(0deg);
        -moz-transform: perspective(0px) rotateX(0deg);
        -ms-transform: perspective(0px) rotateX(0deg);
        -o-transform: perspective(0px) rotateX(0deg);
        transform: perspective(0px) rotateX(0deg);
        background: linear-gradient(#00000000, #000000);
    }
    .your-productSeCndary .owl-carousel .item h3{
        font-size:15px;
    }
    body.fixed .your-productSeCndary.bg-secondary{
        padding-top:0;
        margin-top: -80px;
    }
    body.fixed header.fixed + * {
    }
    .logoS.menu {
        display: none;
    }
    .MenulabelToggle.prifix{
        display:block
    }
    .searchBox{
        margin-left:7px;
    }
    .headermenu span{
        display:none;
    }
    .SearchForm{
        margin:0;
        width: calc(100% - 150px);
        display: inline-block;
        float: left;
    }
    .TitleHome .right{
        width:100%
    }
    .AdvancedSearch{
        width:100%;
        height: auto;
        display: inline-block;
        text-align: center;
    }
    .AdvancedSearch h3{
        display:block
    }
    .custom_search{
        width: calc(100% - 90px);
    }
    .custom_search > div{
        width: calc(25% - 7px);
        height: auto;
    }
    .TitleHome .container{
        overflow:visible
    }
    .container.ContainerSingle{
        padding-right:7px;
        padding-left:7px;
        min-height: initial;
    }
    .ButtonsSingle{
        display:inline-block;
        text-align:center;
        width: 100%;
    }
    .ButtonsSingle a{
        display:inline-block;
        margin: 5px !important;
        width: 200px;
    }
}
@media (max-width:970px){
    i.down {
      transform: rotate(0deg);
    }
    .MenulabelToggle.prifix{
        display:none
    }
    .breadcrumbs{
        height:auto
    }
    .TitleMovie h2 i{
        display:none
    }
    .ad_seiz_bar{
        margin:20px auto;
        display:block;
        float: none;
    }
    .headermenu > ul > li:hover > ul {
        display: none;
    }
    .serversEmbed{
        width:100%;
        margin: 0 auto;
        min-height: 590px;
        float: none;
    }
    .TitleMovie > ul{
        display:inline-block;
        text-align:center
    }
    .TitleMovie h2{
        padding:5px 10px;
        text-align: center;
        font-size: 15px;
    }
    .TitleMovie > ul > li{
        margin-bottom:5px
    }
    div#mpbreadcrumbs{
        float:none;
        margin-bottom:10px;
        text-align: center;
    }
    .socialBottomBar{
        margin: 0 auto;
        width: 210px;
    }
    .headermenu span{
        display:block;
    }
    .UserButton{
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }
    .your-productSeCndary.bg-secondary{
        padding-right:5px;
        padding-left:5px;
        margin-top:-101px;
    }
    span.prev,span.next{
        width: 70px;
        background: none;
    }
    span.prev:after {
        left: calc(50% - 11px);
    }
    span.next:after {
        right: calc(50% - 11px);
    }
    header.fixed{
    height: 200px;
    }
    header.fixed .UserButton a{
    }
    header.fixed .searchBox{
    }
    header .container{
        min-height: 100%;
    }
    header.fixed .logoS{
    }
    .logoS{
        width: 150px;
        display: block;
    }
    .searchBox{
        float:none;
        display: block;
        margin: -80px auto 0!important;
        width: 230px;
    }
    .navigation-menu.container{
        transform: translateX(300%);
        position: fixed;
        width: 50%;
        height: 100vh!important;
        transition: .35s all ease-in-out;
        top: 0;
        background: linear-gradient(#2c55a0, #252b3e)!important;
        z-index: 999999999999999;
        display: block!important;
        right: 0;
        overflow: auto;
        overflow-x: hidden;
    }
    .navigation-menu.container.active{
        transform: translate(0);
    }
    .navigation-menu.container     
    .searchBox input{
        margin:0
    }
    .searchBox button{
        left: 0px;
    }
    header.fixed .MenulabelToggle{
    }
    .MenulabelToggle{
        display: inline-block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        margin: 0;
        float: none;
        top: 10px;
        background: #303954;
        padding: 5px 5px 7px;
        border-radius: 5px;
        margin-left: 3px;
    }
    .headermenu .MenulabelToggle{
        right: 10px;
        position: absolute;
        background: none;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
        background: #ffffff;
        width: 32px;
        height: 5px;
    }
    .hamburger-box{
        width:32px
    }
    .hamburger.active .hamburger-inner, .hamburger.active .hamburger-inner:after, .hamburger.active .hamburger-inner:before {
        background-color: #ffffff;
    }
    .headermenu > ul > li{
        display:block;
        background: #00000024;
        border-bottom: 1px solid #00000030;
    }
    .headermenu > ul{
        text-align:right; 
    }
    .headermenu > span{
        color:#ffffff;
        width: 100%;
        background: linear-gradient(#29529d 20%, #1e3f7b);
        display: block;
        margin-bottom: 15px;
        text-align: right;
        padding-right: 60px;
    }
    .headermenu > ul > li > ul{
        width: auto;
        position: relative;
        right: auto;
        margin-right: -14px;
        margin-left: -14px;
        background: #1e2438;
    }
    .SearchForm{
        margin:0;
        width: calc(100% - 150px);
        display: inline-block;
        float: left;
    }
    .AdvancedSearch{
        width:100%;
        height: auto;
        display: inline-block;
        text-align: center;
    }
    .AdvancedSearch h3{
        display:none
    }
    .custom_search{
        width:100%
    }
    .custom_search > div{
        width: calc(25% - 7px);
        height: auto;
    }
    .TitleHome .container{
        overflow:visible
    }
    .moviesBlocks > .movie{
        width: calc(33.3% - 20px);
        height: 280px;
    }
    .logoS.menu {
        width: 160px!important;
        margin: 10px auto 20px!important;
        display: block;
        clear: both;
        float: none!important;
    }
    .footer .container{
        display:inline-block;
        text-align:center;
    }
    ul.social,.footer .alignright,.footer .alignleft{
        display:inline-block;
        float:none;
        width: 100%;
        text-align: center;
    }
    .TitleHome .right span{
        display:inline-block;
        float: none;
    }
    .TitleHome .right{
        width:100%;
        float:none
    }
    .ButtonsSingle{
        display:inline-block;
        text-align:center;
        width: 100%;
    }
    .ButtonsSingle a{
        display:inline-block;
        margin: 5px !important;
    }
    .leftList{
        width:100%;
        height:auto;
    }
    .singleCats h2 div i{
        display:none
    }
    .singleCats h2{
        margin-bottom: 10px;
        padding: 20px 0;
    }
    .MovieDetails{
        width: calc(100% - 290px);
        display:inline-block;
        margin: 20px auto 0;
        padding: 0;
        float: none;
    }
    .TitleMovie h2 i{
        display:none
    }
    .TitleMovie > ul{
        display:inline-block;
        text-align:center
    }
    .TitleMovie h2{
        padding:5px 10px;
        text-align: center;
        font-size: 15px;
    }
    .TitleMovie > ul > li{
        margin-bottom:5px
    }
    .singleCats h2 div:last-child {
        float: none;
        margin-top: 2px;
        font-size: 16px;
        margin-bottom:15px;
    }
    .owl-dots {
        text-align: center;
        margin-top: 19px;
        position: absolute;
        left: 0;
        top: -55px;
    }
    .StoryMovie{
        height:50px;
        padding: 10px 10px;
    }
    .leftList h2{
        display:none;
    }
    .leftList li{
        display:inline-block
        
    }
    .your-productSeCndary.owl-carousel.owl-drag .owl-item{
        height:300px
    }
    body.fixed .your-productSeCndary.bg-secondary{
    margin-bottom: 30px;
    margin-top: 0px;
    }
    body.fixed .headermenu > span{
        text-align:right;
        padding-right: 60px;
    }
}
@media (max-width:600px){
    header.fixed .UserButton {
        margin-right:0;
    }
    .MovieDetails{
        width:100%;
        display:inline-block;
        margin: 0 auto;
        padding: 0;
    }
    .TitleMovie h2 i{
        display:none
    }
    .TitleMovie > ul{
        display:inline-block;
        text-align:center
    }
    .TitleMovie h2{
        padding:5px 10px;
        text-align: center;
        font-size: 15px;
    }
    .TitleMovie > ul > li{
        margin-bottom:5px
    }
    .singleCats h2 div:last-child {
        float: none;
        margin-top: 2px;
        font-size: 16px;
        margin-bottom:15px;
    }
    .owl-dots {
        text-align: center;
        margin-top: 19px;
        position: absolute;
        left: 0;
        top: -55px;
    }
}
@media (max-width:500px){
    .your-productSeCndary.bg-secondary {
    }
    header.fixed {
        height:210px;
    }
    .HeaderContains {
        height:550px;
    }
    body.fixed .HeaderContains {
        height:530px;
    }
    .serversEmbed > ul{
        width:100%;
        display:inline-block;
        text-align:center
    }
    .serversEmbed > ul > li{
        display:inline-block;
    }
    .serversEmbed > .embedServer{
        width:100%
    }
    .SearchForm {
        margin: 0;
        width: 100%;
        display: inline-block;
    }
    .SearchForm.forArchiveSearch {
      padding-top:10px
    }
    h2.storyTitle{
        text-align:center
    }
    .custom_search > div {
        width: calc(50% - 6px);
        height: auto;
    }
    .Poster{
        margin: 10px auto;
        float: none;
    }
    .MovieDetails{
        width:100%;
        display:inline-block;
        margin: 0 auto;
        padding: 0;
    }
    .TitleMovie h2 i{
        display:none
    }
    .TitleMovie > ul{
        display:inline-block;
        text-align:center
    }
    .TitleMovie h2{
        padding:5px 10px;
        text-align: center;
        font-size: 15px;
    }
    .TitleMovie > ul > li{
        margin-bottom:5px
    }
    .singleCats h2 div:last-child {
        float: none;
        margin-top: 2px;
        font-size: 16px;
        margin-bottom:15px;
    }
    .owl-dots {
        text-align: center;
        margin-top: 19px;
        position: absolute;
        left: 0;
        top: -55px;
    }
}
@media (max-width:480px){
    .moviesBlocks > .movie{
        width:calc(50% - 20px);
        height: 220px;
    }
    .navigation-menu.container {
        width: 100%;
    }
    header.fixed .logoS {
    }

}
@media (max-width:400px){
    header.fixed .searchBox {
        display:none!important;
    }
    header.fixed .logoS {
        float: none;
        margin-right: auto;
        width: 120px;
        margin-top: 7px;
    }
}
  @media(max-width:767px){
   .your-productSeCndary.owl-carousel .owl-stage {
      height:330px
   }
   .TitleHome {
   z-index: 99999999 !important;
   }
   .no-js .your-productSeCndary.owl-carousel, .your-productSeCndary.owl-carousel.owl-loaded {
     height:300px
   }
  }
