html {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: rgb(12, 14, 14);
    opacity:1;
}
body,
figure {
    margin: 0;
    opacity:1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
picture {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
a {
    text-decoration:none;
    color: #999083;
}
body {
    color: #999083;
    background-color: rgb(12, 14, 14);
  background:#0c0e0e url('../img/3z-bg.jpg')center / cover fixed;
}
nav ul, [class*=menu], [class*=List], [class*=Row] {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
}
ul, ol, dl {
    list-style-position: outside;
}
*, :before, :after {
    box-sizing: inherit;
}
.3zflix {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* ------- start header ------- */
.header {
    position: fixed;
    top: 0;
    height:90px;
    width: 100%;
    z-index: 10;
}
.header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    content: "";
    z-index: -1;
    opacity: 0.8;
}
.header .top {
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.header .logo {
    left:5px;
    padding: 20px 10px;
    text-align: center;
}
.header .logo img {
    height:50px
}
.header .top .searchandprofile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.header .search {
    right:5px;
    padding: 20px 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.header .search input{
    border: 0px;
    padding: 5px;
    background: rgb(0 0 0 / 50%);
    border-radius: 7px;
    text-align: center;
}
.header .menu {
    padding: 20px 60px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.header .menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header .menu > ul > li {
  margin: 2px 10px 2px 10px;
}
.header .menu > ul > li a {
  color: rgb(232, 230, 227);
  font-size: 1rem;
  font-weight: 700;
}
.header .menu > ul > li:hover a {
  color:rgb(169, 14, 14);
}
.header .profile {
    right:5px;
    padding: 20px 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.header .profile .avatar{
    width:40px;
    height:40px;
    border: 2px solid #414141;
    border-radius: 50%;
    filter: grayscale(1) brightness(50%);
}
/* ------- end header ------- */
/* main container */
.maincont {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

.mainc {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1700px; /* old */
    max-width: 1400px;
    margin: 0 auto;
}

.mainc main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width:100%;
}
.mainc:last-child {
    margin-bottom: 0;
}
.mainc main section {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 25%) 0%, rgba(0, 0, 0, 15%) 100%);
    padding: 0 10px;
    margin-bottom: 1.6rem;
}
section>.sectop[class*=fa-], section>.sectop[class*=secc-], article>.sectop[class*=fa-], article>.sectop[class*=secc-] {
    position: relative;
}
section>.sectop[class*=fa-]:before, section>.sectop[class*=secc-]:before, article>.sectop[class*=fa-]:before, article>.sectop[class*=secc-]:before {
    position: absolute;
    font-size: 1.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
    left: 0;
    top: 5px;
}
section>.sectop, article>.sectop {
    margin-bottom: 1rem;
    line-height: 1.875rem;
}
section>.sectop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
section>.sectop>.viewmore {
    background-color: rgb(23, 23, 23, 0.5);
    color: rgb(232, 230, 227);
    margin-top: 10px;
    margin-left: 10px;
    padding: 0 0.5rem ;
    border-radius: 3px;
    line-height: 1.25rem;
    font-size: .75rem;
    box-shadow: rgb(0 0 0 / 30%) 0px -10px 20px inset;
    border:2px solid rgb(178, 14, 14);
}
section>.sectop>.sectitle {
    padding-left: 2rem;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5rem;
    color: rgb(232, 230, 227);
    padding-left: 10px;
}
section>.sectop>.sectitle:before {
    content: "";
    display: inline-block;
    border-radius: 2px;
    width:4px;
    background:#980e0e;
    height:30px;
    position: absolute;
    left: 0;
}
.seclistcont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}
.seclist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /*max-width: 190px;*/
    min-width: 116px;
    padding: 0 0.3rem 0.6rem;
}
@media (min-width: 1024px){
  .seclist {
      width: 20%;
  }
}
@media (min-width: 768px){
  .seclist {
      width: 33.333%;
  }
}
@media (min-width: 576px) {
  .seclist {
      width: 50%;
  }
}
.seclistchld {
    position: relative;
    border-radius: 5px;
    margin-bottom: 0;
}
.seclistimage {
    position: relative;
}
.seclistchld .seclistimage figure {
    position: relative;
    padding-top: 150%;
}
.seclistchld .seclistimage figure, .seclistchld .seclistimage figure img {
    border-radius: 5px;
    overflow: hidden;
}
.seclistchld .seclistimage figure {
    border-radius: 5px;
}
.seclistchld .seclistimage figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: .5s;
}
.slcover img {
    object-fit: cover;
    object-position: top;
}
.seclistchld .seclistimage figure::after {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
    background-color: initial;
}

.seclistchld .seclistimage figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    right: 0;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
}
.seclistchld .seclistimage .seclistdet {
    position: absolute;
    top: 5px;
    width:100%
}
.seclistchld .seclistimage .seclistdet .seclistyear{
    position: absolute;
    left: 5px;
}
.seclistchld .seclistimage .seclistdet .seclistimdb{
    position: absolute;
    right: 5px;
}
.seclistyear, .seclistimdb{
    background-color: rgba(24, 26, 27, 0.7);
    color: rgb(232, 230, 227);
    font-size: 11px;
    line-height: 1rem;
    margin-bottom: 3px;
    font-weight: 700;
    float: left;
    clear: both;
    margin-right: 5px;
    height: auto;
    padding: 0 0.5rem;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: .625rem;
    display: inline-block;
}
.seclistchld .seclistdet {
    display: inline-block;
    vertical-align: top;
}
.seclistchld .seclistimage + .seclisttitle {
    color: rgb(232, 230, 227);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    padding: 0 0.5rem;
    border-radius: 0 0 10px 10px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.seclist:hover .seclisthover{
    opacity: 1;
    transform: scale(1);
    transition: .6s;
}
.seclist:hover .seclisthovercont{
    opacity: 1;
    transform: scale(1);
    transition: .8s;
}
.seclist:hover .seclistchld .seclistimage figure img {
    transform: scale(1.1);
    transition: .8s;
    filter: grayscale(50%);
}
.seclisthover{
    opacity: 0;
    transform: scale(1);
    background: linear-gradient(to bottom, rgb(0, 0, 0, 0.7) 0%, rgb(146, 12, 12, 0.2) 100%);
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
}
.seclisthovercont{
    width:100%;
    height:100%;
    position: relative;
    left: 0;
    top: 0;
    transform: scale(0);
}
/* Shape */
.playTriangle {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 19px solid white;
    border-bottom: 11px solid transparent;
    transform: translate(-50%, -50%);
}
/* Shape */
.playCircle{
    position: absolute;
    left: 50%;
    top: 50%;
   background-color: rgba(0, 0, 0, 0);
   border: 2px solid #fff;
   height: 60px;
   width: 60px;
   -moz-border-radius:75px;
   -webkit-border-radius: 75px;
    transform: translate(-50%, -50%);
}





.maincont .mainc aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.widget {
    /*box-shadow: rgb(0 0 0 / 30%) 0px 0px 70px inset, rgb(0 0 0 / 50%) 0px 0px 20px;*/
    color: rgb(153, 144, 131);
    background-color: rgb(26, 29, 30 ,30%);
    margin-bottom: 1.875rem;
    border-radius: 6px;
    padding: 1rem;
    min-width:300px;
    margin-left:10px;
}
.widget>.widtitle {
    color: rgb(232, 230, 227);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom-color: transparent;
    text-align: center;
    line-height: 1.8rem;
    padding: 1rem;
    font-size: 1.125rem;
    margin: -1rem -1rem 1rem;
    border-bottom: 0px solid transparent;
    border-radius: 6px 6px 0 0;
}
.widsearch .widcontainer {
    border-color: initial;
    border: 0;
    height: 40px;
    border-radius: 20px;
    position: relative;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.widinputcont {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.widsearch .searchbutton {
    width: 85px;
    margin-bottom: 0;
    font-weight: 700;
    box-shadow: rgb(0 0 0 / 30%) 0px -10px 20px inset;
    color: rgb(232, 230, 227);
    background-color: rgb(23, 23, 23);
    border: 2px solid rgb(178, 14, 14);
    cursor: pointer;
    padding: 5px 1rem;
    display: inline-block;
    text-align: center;
    /*line-height: 1.875rem;*/
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left:15px;
}
.widsearch .widinputcont input{
    background-color: rgb(0, 0, 0, 0.2);
    padding: 0 0.8rem;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    width: calc(100% - 15px );
    height: 100%;
    color: rgb(232, 230, 227);
    border: 0px;
}
aside .widgetgenres ul {
    max-height: 240px;
    overflow: auto;
    margin: -25px -1rem 0 -1rem;
    padding: 0;
    list-style-type: none;
}
.widgetgenres>ul li {
    font-size: .75rem;
    padding-right: 1rem;
    text-align: right;
    line-height: 2.5rem;
    position: relative;
    min-height: 2.5rem;
    transition: .2s;
}
.widgetgenres>ul li>a {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    padding-left: 1.2rem;
    text-align: left;
    color: rgb(232, 230, 227);
    font-size: .875rem;
    padding-right: 2rem;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.widgetgenres > ul li:hover {
    border-left: 3px solid transparent;
}
.widgetgenres > ul li:hover {
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 70px inset;
    border-color: rgb(169, 14, 14);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.widgetgenres ul li>a:before {
    content:"";
    opacity:0;
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 19px solid rgb(169, 14, 14);
    border-bottom: 11px solid transparent;
    transform: translate(-50%, -50%);
}
.widgetgenres  > ul  li:hover >a:before {
    opacity:1;
}
.widgetgenres  > ul  li:hover >a {
    color:rgb(169, 14, 14);
}
.widgetlastepisodesmain {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widgetlastepisodesmain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    margin-top: -10px;
}
.widgetlastepisodesmain>li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	  padding: 0 0 0.6rem;
    max-width:280px;
}
.widgetlastepsart {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    margin-bottom: 0;
}
.widgetlastepsimage {
    position: relative;
}
.widgetlastepisodes .widgetlastepsart .widgetlastepsimage figure {
    padding-top: 0;
    position: relative;
    max-width:280px;
    max-height:100px;
    min-width:280px;
    min-height:100px;
}
.widgetlastepisodes .widgetlastepsart .widgetlastepsimage figure, .widgetlastepisodes .widgetlastepsart .widgetlastepsimage figure img {
    border-radius: 8px;
    overflow: hidden;
    width:100%;
}
.widgetlastepisodes .widgetlastepsart .widgetlastepsimage .widgetlastepsfig:before {
    display: block;
    content:"";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 19px solid white;
    border-bottom: 11px solid transparent;
    transform: translate(-50%, -50%) scale(0);
    transition: .8s;
    opacity:0;
}
.widgetlastepisodes .widgetlastepsart .widgetlastepsimage figure::after {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
    background-color: initial;
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    right: 0;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
}
.widgetlastepisodes .widgetlastepsart .widgetlastepstitle, .widgetlastepisodes .widgetlastepsart .widgetlastepsimage .widgetlastepsnum {
    transition: .2s;
}
.widgetlastepisodes .widgetlastepsart .widgetlastepsimage .widgetlastepsnum {
    border-color: initial;
    border: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 1rem;
    font-size: 10px;
    height: 1rem;
    padding: 0 0.5rem;
    border-radius: 30px;
	  text-transform: none;
	  background-color: rgb(34, 34, 34);
	  color: rgb(232, 230, 227);
}
.widgetlastepsart .widgetlastepsimage+.widgetlastepstitle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    padding: 0 0.5rem;
    border-radius: 0 0 10px 10px;
    color: rgb(232, 230, 227);
    font-size: .75rem;
    line-height: 1rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.widgetlastepsart .widgetlastepstitle {
    display: inline-block;
    vertical-align: top;
}
.widgetlastepisodes .widgetlastepsart .widgetlastepsimage+.widgetlastepstitle:after {
    content: attr(data-episodetitle);
    display: block;
    font-weight: 300;
    opacity: .7;
}
.widgetlastepsart:hover .widgetlastepsfig:before {
    opacity: 1!important;
    transform: translate(-50%, -50%) scale(1)!important;
}
.widgetlastepsart:hover .widgetlastepsimage figure img {
    opacity: .5;
    filter: grayscale(0.7);
}
.widgetlastepsfig img {
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    animation: eploop 25s linear infinite ;
}
.widgetlastepisodes .widgetlastepsart:hover .widgetlastepsimage .widgetlastepsnum {
    top: -60%;
}
.widgetlastepisodes .widgetlastepsart:hover .widgetlastepstitle {
    bottom: -60%;
}

.footer .footerbottom {
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}
@media screen and (min-width: 85em) {
	.footercont {
		max-width: 1200px;
	}
}
@media screen and (min-width: 70em) {
	.footercont {
		max-width: 1170px;
	}
}
@media screen and (min-width: 62em) {
	.footercont {
		max-width: 990px;
	}
}
.footercont {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
}
.footercont p{
    opacity:0.5;
}
.footercont p svg{
    fill:#fff;
    width: 25px;
    position: relative;
    top: 10px;
}

/* ---------- start arrows -----------*/
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}









/* ------- start slide ------- */


/* --------------- Owl Carousal Start --------------- */

.slider .owl-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.slider .owl-slider .owl-stage {
  display: flex;
}
.slider .owl-slider .slide img {
  width: 100%;
}
.slider .owl-slider .disabled {
  display: none;
}
.slider .owl-slide {
  height: 589px;
}
.slider .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2.5rem;
}
.slider .owl-dots .owl-dot {
  width: 10px;
  height: 1.5px;
  border-radius: 1px;
  margin: 0 6px;
	padding: 0;
	cursor: pointer;
  border: 0px solid #fff;
  background-color: #9b9b9b;
}
.slider .owl-dots .owl-dot.active {
  height: 3px;
  background-color: rgb(178, 14, 14);
  outline: 0;
}
/* --------------- Owl Carousal End --------------- */


.slidart {
    position: relative;
    padding: 10rem 0 4rem;
    margin-bottom: 1.875rem;
}

.slidercont {
    min-height: 100px;
    overflow: hidden;
    color: #fff;
}
.slidercont a{
    color: #fff;
}
.slidercont .slidart .Title,
.slidercont .slidart .Info,
.slidercont .slidart .Description {
    text-shadow: 1px 1px 1px #000;
}

.slidart .slidemage::after, .slidart .description::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(12, 14, 14) 100%);
    background-color: initial;
}
div.slideline {
    position: absolute;
    height:30px;
    width:100%;
    bottom:0;
    background: linear-gradient(rgb(12, 14, 14) 0%, rgba(0, 0, 0, 0) 100%);
}



.slidart .slideInfo {
  margin-top:10px;
}
.slidart .slideInfo>* {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.4rem;
    margin-bottom: 5px;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: rgb(212, 209, 203);
}
.slidetype , .slidedate , .slidetime {
    border: 1px solid rgb(212, 209, 203);
    height: 1.25rem;
    padding: 0 0.5rem!important;
    border-radius: 3px;
    font-size: 0.625rem!important;
    display: inline-block!important;
}

.slidart .description {
    color: rgb(212, 209, 203);
    line-height: 1.5625rem;
}
.slidart .slidegenre a {
    position: relative;
    color: rgb(212, 209, 203);
    line-height: 1.5625rem;
    margin-right: 0.5rem;
    padding-left: 10px;
}
.slidart .slidegenre a:before {
    content: "";
    display: inline-block;
    border-radius: 2px;
    width: 4px;
    background: #980e0e;
    height: 30px;
    position: absolute;
    left: 0;
}
.slidewatch {
    text-transform: uppercase;
    font-size: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    background-color: rgb(23, 23, 23, 0.5);
    box-shadow: rgb(0 0 0 / 30%) 0px -10px 20px inset;
    border: 2px solid rgb(178, 14, 14);
    cursor: pointer;
    padding: 5px 1rem;
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 1.875rem;
    border-radius: 5px;
}
.slidart {
    position: relative;
    padding: 10rem 0 4rem;
    margin-bottom: 1.875rem;
    overflow: hidden;
}
.slidart .slidemage {
    z-index: -1;
    overflow: hidden;
}
.slidart .slidemage:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.slidart .slidemage:after {
    z-index: 3;
    content: "";
}
.slidart .slidemage figure {
    z-index: 1;
    padding-top: 0;
}
.movieinfo {
  padding-left:1rem;
  max-width: 570px;
}
.slidemage,
.slidemage figure,
.slidemage img,
.slidemage:before,
.slidemage:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    object-fit: contain;
    border-radius: 0;
}
.slidart .movieinfo {
    margin-left: 0;
    min-height: 335px;
}
.slidart .title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
}


.slidart .slidemage figure {
    z-index: 1;
    padding-top: 0;
}
/* ------- end slide ------- */

/* ------- start Mylist slide ------- */

.owl-mylist .owl-nav  {
  display: none;
}
.owl-mylist:hover .owl-nav {
  display: block;
}

@media (min-width: 576px){
    .owl-mylist .owl-item {
        width: 50%;
    }
}
@media (min-width: 768px){
    .owl-mylist .owl-item {
        width: 33.333%;
    }
}

.owl-mylist .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: unset!important;
}
.owl-mylist {
  position: relative;
  overflow:hidden;
  margin-bottom: 0;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.owl-nav {
  position: absolute;
  top:50%;
  width:100%;
  transform: translateY(-50%);
  height: 0;
}
.owl-mylist .owl-nav button {
  background: rgb(0 0 0 / 50%);
  color: #a7a7a7;
  font-size: 40px;
  margin: 0;
  position: absolute;
  top: 0;
    top: 50%;
    transform: translateY(-51%);
    border: 0;
    border-radius: 50%;
    padding: 0 20px 6px 20px;
}
.owl-mylist .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-mylist .owl-next {
  right: 0;
  padding-right: 20px;
}
.owl-height {
    height:auto!important;
}
/* ------- end Mylist slide ------- */


@media screen and (min-width: 62em){
  ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
  }
  ::-webkit-scrollbar-thumb {
      background-color: rgb(101, 1, 1);
  }
}
::-webkit-scrollbar {
    background-color: #202324;
    color: #aba499;
}
::-webkit-scrollbar-corner {
    background-color: #181a1b;
}

@keyframes eploop{
	0%{top: 0;}
  50%{top: 100%;}
	100%{top: 0%;}
}



/*-------- for mobile ---------*/
@media screen and (max-width: 500px){
  .slidemage img {
      width: auto;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
  }
  .mainc {
      flex-direction: column;
  }
  .slidart .description {
     font-size: 13px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 4; /* number of lines to show */
             line-clamp: 4; 
     -webkit-box-orient: vertical;
  }
  .widgetlastepisodes .widgetlastepsart .widgetlastepsimage figure {
      max-width: unset;
  }
  .widgetlastepisodesmain>li {
      max-width: unset;
      width: 100%;
  }
  .header .menu {
      padding:0;
  }
  .header .menu > ul > li a {
      font-size: 0.7rem;
      font-weight: 500;
  }
  .header .menu > ul > li/*:not(:first-child)*/ {
      display: none;
  }
  .seclist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}