* {
  font-family: Montserrat;
}
body {
  padding: 0px;
  min-width:350px;
  margin: 0px;
}
.lss {
  background-color: #021b3a;
  ;
  display: none;
  width: 100%;
  flex-direction: wrap;
  justify-content: space-around;
}
.add_box{
  background-color:transparent;
  height: 100vh;
  width:100%;
  margin-top:10px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.add_box *{
    width:100%;
}
.stat_fe{
    text-align:center;
}
.llogo{
  background-image: url(../Assets/logo.png);
    background-size: contain;
    min-height: 100px;
    cursor:pointer;
    background-position: center;
    min-width: 100%;
    background-repeat: no-repeat;
    margin: 10px auto 15px;
}
.q_links {
  width: 100px;
}
.lass {
  width: 150px;
}
.contact {
  width: 160px;
}
footer a {
  font-family: inherit;
  margin: 4px 0px;
  display: block;
  word-wrap: break-word;
  text-decoration: none;
}
footer a:hover,
footer a {
  color: #fff;
}
footer h3 {
  margin-top: 3px;
  color:#fff;
  font-family: inherit;
}
.first_i {
  width: 40%;
  flex-direction: column;
  justify-content: space-between;
}
.pfooter > div {
  margin: 0px 10px;
}

.first_i > * {
  margin: 10px 0px;
}

.efooter {
  background-color: #000;
  font-weight: bold;
  padding-left: 2pc;
  width: 100%;
}
.pfooter {
  width: 100%;
  background-color: #042c5c;
  display: flex;
  padding: 3pc 10px 1pc;
  align-items: center;
  justify-content: space-around;
}
footer,
.pfooter,
.first_i,
.social {
  display: flex;
  align-items: start;
}
.social > a {
  text-decoration: none;
  margin: 0px 6px;
}
footer > * {
  width: 100%;
  padding: 10px;
}
footer {
  min-width: 299px;
  color: #fff;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .q_links {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .lss {
    display: flex;
  }
  .lass {
    display: none;
  }
  .pfooter {
    justify-content: space-between;
  }
  .first_i {
    width: 60%;
  }
}
@media only screen and (max-width: 530px) {
  .pfooter {
    flex-direction: column;
    align-items: center;
  }
  .pfooter > div {
    width: 100%;
  }
}
.animation {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
body {
  margin: 0px;
  font-family: Montserrat;
  padding: 0px;
}
.citem > img {
  position: relative;
  width: 100%;
  object-fit: cover;
  min-width: 300px;
  height: 100%;
  position: absolute;
}
div .swiper-button-next, div .swiper-button-prev{
  background-size:13px !important;
  border-radius:3px;
}
.citem {
  position: relative;
  display: flex;
  background-color: #fff;
  overflow: hidden;
  flex-direction: row;
  width:100% !important;
}
.zzlp {
  padding: 0px 0px 24px !important;
}
.carusel {
  height: 100%;
  width: 100%;
  align-items:flex-start;
  margin: 22px 0px 0px;
  padding: 10px 0px;
}
.intro_header {
  border-left: 6px solid;
  color: #000;
  margin-bottom: 0.5pc;
  height: 50px;
  padding-left: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.head_swipe-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234f4f4f'%2F%3E%3C%2Fsvg%3E") !important;
}
.head_swipe-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234f4f4f'%2F%3E%3C%2Fsvg%3E") !important;
}
.head_swipe-button-prev,
.head_swipe-button-next {
  padding: 10px;
  background-color: #fff;
}
.black .intro_header {
  color: #fff;
}
.pad.section {
  padding: 0pc 5pc;
  margin: 5pc 0px;
}
.bgl.pad.section{
  padding:0px 20px !important;
}
.black.pad.section {
  padding: 3pc 5pc;
  background-color: #1b1d1c;
}

.star {
  height: 20px;
  width: 22px;
  background-size: 100%;
  transition:all .6s;
  -webkit-transition:all .6s;
  background-repeat: no-repeat;
}
.star.shine {
  background-image: url("../Assets/star_shine.svg");
}
.star_r {
  display: flex;
  align-items: flex-end;
  width: fit-content !important;
}
.brate{
  display:flex;
  align-items:center;
  width:100%;
  max-width:700px;
  justify-content:center;
  margin:2pc auto;
}
.rate .brate{
  transform:scale(.7);
  -o-transform:scale(.7);
  -ms-transform:scale(.7);
  -webkit-transform:scale(.7);
  -moz-transform:scale(.7);
}
.rate textarea{
    padding:5px;
    width:calc(100% - 10px);
    height:45px;
    border-radius:2px;
    border:2px solid;
}
.rate>div{
  margin:10px 0px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.rate>div:not(.brate){
  flex-direction:column;
}
.brate>div{
  background-color:transparent !important;
  cursor:pointer;
  width:18%;
  height:100px;
}

.star_r > span {
  width: 28px;
  display: block;
  margin-left: 10px;
  font-weight: 900;
}
.star.dull {
  background-image: url("../Assets/star_dull.svg");
}

.bbl_items.search {
  align-items: flex-start;
  margin-top: 10px;
}
.mov .bbl_items.search{
  align-items: flex-end;
}
.bbl_items_s {
  padding: 10px;
  border-radius: 1rem;
}
.bbl_items .kitem {
  background-color: #c4c4c4;
  color: #fff;
  position: relative;
  height: 210px;
  width: 190px;
  min-height: 210px;
  min-width: 190px;
  margin: 5px;
  border-radius: 15px 15px 0px 0px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  flex-direction: column;
}
.search.bbl_items .kitem {
  justify-content: space-between;

}
.licence {
  margin: auto;
  padding-left: 8px;
}
.bbl_items_s.bbl_items {
  display: flex;
}
.bbl_items_s.bbl_items .kitem span {
  white-space: normal;
}
.bbl_items_s.bbl_items .kitem {
  background: #ececec;
  border-radius: 4px;
  justify-content: space-between;
  align-items: flex-end;
  height: fit-content;
  padding: 10px;
  box-shadow: 1px 3px 3px rgb(0, 0, 0, 0.29);
  color: #1b1d1c;
  border-radius: 0px;
  height: 250px;
  max-width: 320px;
  min-width: 320px;
  
}

.gvlay{
  width:100%;
  margin:2pc 0px;
  background-color:#1a1a1a !important;
}

.gvlay h2,.gvlay a,.gvlay p,.gvlay div{
  color:#fff !important;
}

.gvlay .kitem{
  background-color: #1a1a1a !important;
  border:  2px #fc4c10 solid !important;
  border-radius: 8px !important;
  color:#fff !important;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}

.gvlay .kitem::-webkit-scrollbar {
  display: none;
}
.gvlay div.scroller_wrap.should_fade:after{
  background-image:linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(58 58 58) 100%
  ) !important;
}
@media only screen and (max-width: 470px) {

  .bbl_items_s .kitem .opp > * {
    margin: 4px 0px;
  }
  .bbl_items_s .kitem .opp > div {
    width: 100%;
  }
}
.smcircle > img {
  width: 100%;
}
.pad .kitem {
  opacity: 0.7;
}
.kitem.swiper-slide-active {
  opacity: 1;
}
.bbl_items_s .kitem .smcircle {
  height: 25px;
  width: 25px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 50%;
  background-color: #d8d8d8;
  overflow: hidden;
  margin-right: 5px;
}
.bbl_items_s .kitem .opp > div {
  display: flex;
  align-items: center;
}
.bbl_items_s .kitem .opp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.black .bbl_items .kitem {
  border-radius: 4px;
}

.bbl_items .kitem > img {
  max-width: 100%;
  position: absolute;
  z-index: 0;
}
.search.bbl_items .kitem > img {
  left: 0px;
  max-height:190px;
  object-fit: cover;
  right: 0px;
  margin: auto;
  max-width: 100%;
}
.bbl_items .kitem > svg {
  min-height: 16px;
}
.bbl_items .kitem > *:not(svg) {
  width: 100%;
  position: relative;
  z-index: 2;
}
.bbl_items .kitem > span {
  font-size: 12px;
  height: 180px;
  overflow-y: scroll;
  padding: 8px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}


.bbl_items .kitem > span::-webkit-scrollbar {
  display: none;
}


.bbl_items .kitem .abt_it > span:first-child {
  font-size: 14px;
  font-weight: 900;
  background: -webkit-linear-gradient(#ececec, #c4c4c4, #ffffff);
  background: linear-gradient(#ececec, #c4c4c4, #ffffff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bbl_items .kitem .abt_it > span:last-child {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  opacity: 0.5;
}
.bbl_items .kitem .abt_it > span:first-child {
  font-size: 14px;
  text-align: center;
}

.bbl_items .kitem .abt_it {
  color: #fff;
  background-color: #4f4f4f;
  padding: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.bbl_items{
  z-index:0 !important;
  position:relative;
}
.search.bbl_items {
  display: flex;
  justify-content: start;
}
.search.bbl_items .kitem .abt_it {
  text-align: unset;
}
.search.bbl_items .kitem {
  width: 170px;
  cursor:pointer;
  min-height: 235px;
  height: unset;
}

.adv .sb_body {
  margin-top: 35px;
  display:block;
}
.page {
  margin-top: 80px;
  height: auto;
  position: relative;
}
.citem .cinfo span {
  display: block;
  opacity: 0.6;
  font-size: 17px;
}
.citem .cinfo h1 {
  font-family: inherit;
  font-weight: 800;
  font-size: 5vh;
  margin: 10px 0px;
}
.citem .cinfo button {
  font-size: 18px;
  padding: 10px;
  font-weight: 600;
  margin: 12px 0px;
  display: flex;
  text-align: center;
  font-family: inherit;
  justify-content: space-between;
  border: none;
  background: #fff;
  color:#4f4f4f;
  border-radius:4rem;
  font-family: inherit;
  width: 156px;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.citem .cinfo button:hover{
  background-color:rgb(214, 214, 214);
}
.ssearch{
    display: none;
    width: 100%;
    position: relative;
    top: 26px;
}
.ssearch .az{
    width: 20px;
    position: absolute;
    top: 9px;
    left: 5px;
}
.ssearch input{
    width: 100%;
    border: 2px solid #4f4f4f !important;
    padding: 10px;
    border-radius: 0px;
    padding-left: 30px;
}
.nzz{
  width:22px;
}

.ssearch button{
    background-color: #4f4f4f;
    color: #fff;
    border-radius: 0px;
}

.citem .cinfo {
  color: #fff;
  padding: 0px calc(1.5pc + 27px) 24px;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(2px);
  height: 100%;
  justify-content: space-around;
  display: flex;
  position:absolute;
  width:100%;
  transition:opacity .2s;
  -moz-transition:opacity .2s;
  -ms-transition:opacity .2s;
  -o-transition:opacity .2s;
  -webkit-transition:opacity .2s;
  opacity:0;
  flex-direction: column;
}
.citem:hover .cinfo{ 
  opacity:1;
}
.column_header.bg{
  border-left:3px solid;
  padding-left:10px;

}

.time {
  color: #5c5c5c;
  display: flex;
  z-index: 100;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  padding: 3px 0px;
  top: 0px;
  width: 100%;
  position: fixed;
  background-color: #fff;
}
.adv .time,
.adv .mheader {
  background: transparent;
  color: #fff;
  z-index: 100;
  position: absolute;
}
.adv .mheader > div:first-child {
  z-index: 13;
}
body,.mheader{
  position: relative;
}

.adv .mheader > div:last-child a:not(.b) {
  color: #fff;
}
.adv .bigh {
  top: 0px;
  height: 500px;
  background-image: url("../Assets/slider.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-blend-mode: exclusion;
  background-repeat: no-repeat;
}
.adv .bigh h2 {
  padding: 0px;
  width: 100%;
  text-align: center;
}
.bigh form {
width: 90%;
    min-width: 299px;
    position: relative;

}
.abt .bigh form {
  width: 60%;
  color: #4f4f4f;

}
.abt section.bigh h2 {
  font-size: 21px;
}
.abt h2,.abt h1{
  color:#4f4f4f;
  margin-bottom:3pc;
}
.bigh.mmm span {
  color: #fff;
}
.abt .bigh.mmm {
  background-color: #979797;
  margin:2pc 0px;
  padding-top:1pc;
  padding-bottom:1pc;
}
.abt .bigh.mmm h2{
  color:#4f4f4f;
}
.wwk .imgb {
  position: absolute;
  background-color: #808080;
  border-radius: 3px;
}
.wwk {
  position: relative;
  width: 80%;
}
.abt .kbi {
  display: block;
  cursor:pointer;
  margin:11px auto;
}
.abt .bigh h2 {
  padding: 0px;
  color:#4f4f4f;
  text-align:center;
}

.abt section h2 {
  font-weight: 900;
  padding-left: 0px;
}
.imgb1,
.imgb2 {
  height: 150px;
  width: 209px;
}
.imgb3,
.imgb4,
.imgb4 {
  width: 76px;
  height: 96px;
}
.imgb5,
.imgb6 {
  width: 119px;
  height: 150px;
}
.abt section > div:first-child > * {
  margin: 10px 0px;
}
.abt section.vvv > div:first-child > * {
  margin: 20px 0px;
}

.abt .part {
  padding: 0pc 4pc;
}
.abt div.scroller_wrap.should_fade::after{
  background-image:unset;
}
.abt .bigh h2{
  color:#4f4f4f;
  width:100%;
}
.abt div.content_wrapper h4{
  margin:5px auto;
  color:#fff;
}
.abt .bigh form h2 {
  font-size: 33px;
  color: #4f4f4f;
  margin: 0px 0px 5pc;
}
.abt .bigh {
  background-color: #fff;
  height:fit-content;
  width:100%;
  display:block;
}
.abt .bigh span {
  display: block;
}
.opx {
  bottom: 7.8pc;
    top: unset !important;
    right: 0px;
}

.bigh form input::placeholder {
  color: #ccc;
}
.bigh form input {
  width: calc(100% - 2.4pc - 10px);
    border-radius: 1rem;
    background: #fff;
    outline: none;
    font-size: 16px;
    margin: 3pc 0px 0px;
    border: none;
    padding: 10px 2.4pc 10px 10px;
    height: 30px;
}

.bigh form button {
  color: #4f4f4f;
  background-color: #fff;
  text-align: center;
  font-family: inherit;
  border-radius: 4rem;
  padding: 15px 10px;
  justify-content: center;
  border: none;
  margin: 2pc auto;
  display: block;
  width: 150px;
  text-decoration: none;
  cursor: pointer;
}
.bigh form button:hover {
  background-color: #ececec;
}
.mheader > div:first-child {
  display: flex;
  width: 27%;
  align-items: center;
}
.mheader > div:last-child a:not(.b) {
  color: #000;
  position: relative;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.mheader a.b:hover,
.kbi:hover,
.tsearch button:hover,.usera button:not(.close):hover,.comment form button,.foot button:hover{
  background-color: black;
}
.comment form button{
  font-size:15px;
  min-width:150px;
  width:fit-content !important;
}
.mheader>div>a>img{
  min-width:165px;
}
.scroller.manaa.hg{
  max-width:400px;
}
div.usera button:not(.close){
  width: 100%;
    padding: 5px;
    font-weight: 300;
}

body {
  min-width: 299px;
}
[animate] {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.da {
  margin: 12px 0px;
}
.pagno {
  display: flex;
  margin: 3pc 0px 0px;
  align-items: center;
}

.pagno > div.active,
.pagno > div:hover {
  background: #4f4f4f;
  color: #fff;
}
.pagno > div.active {
  cursor: default;
}
.pagno > div.button {
  padding: 0px 14px;
  border-radius: 3rem;
}

.pagno > div {
  background-color: #fff;
  color: #4f4f4f;
  cursor: pointer;
  margin: 0px 8px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
h2 {
  color: #4f4f4f;
}

.mheader {
  min-width: 299px;
  position: fixed;
  z-index: 100;
  top: 0px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.mheader > div:last-child a:not(.b)[selected] {
  border-bottom: 2px solid;
  border-bottom-color: #0c2c5c;
  font-weight: bold;
  color:#0c2c5c;

}
.mheader > div:last-child a:not(.b):hover {
  border-bottom-color: #0c2c5c;
  font-weight: bold;
  color:#0c2c5c;
}
.mheader > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 70%;
  min-width: 660px;
  padding:0px;
}

.mheader {
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.pop {
  width: 100%;
  background-size: 100%;
  z-index: 0;
  overflow:hidden;
}

.sitem .pop {
  width: 140px;
  margin-right: 14px;
  height: 89px;
}
.hh_ol {
  display: flex;
  max-width:100%;
  margin-bottom: 40px;
  align-items: flex-start;
}

.sitem h1 {
  margin-bottom: 4px;
  font-size: 3vh;
}
.sitem {
  display: flex;
  height: fit-content !important;
  align-items: flex-end;
  margin-top: 10px;
}
.pop > img {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.mheader a.b,
.bttn_r,
.kbi,
.tsearch button,.rate button,.usera button:not(.close),.comment form button,.holder button,.ssbox button,.foot button,button.mess_start{
  background-color: #fc4c10;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  text-align: center;
  font-family: inherit;
  border-radius: 4rem;
  padding: 15px 10px;
  justify-content: center;
  border: none;
  width: 150px;
  text-decoration: none;
  cursor: pointer;
}
   .chat {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .chat .c_head{
          display:flex;
          background-color: #4f4f4f;
          height: 60px;
            width: 100%;
            padding: 7px 0px;
          align-items:center;
          justify-content:space-between;
        }
        .chat .c_head>div:first-child {
            
            display: flex;
            align-items: center;
        }

        .c_head .c_img {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            overflow: hidden;

        }

        .c_img img {
            max-width: 100%;
        }

        .sebox {
            display: flex;
            min-height: 53px;
            max-height: 60%;
            height: 53px;
            align-items: center;
            width: 100%;
        }

        .senI i {
            color: #fff;
        }

        .c_head_ h2 {
            margin: 0px;
            font-weight:normal;
            font-size: 18px;
        }

        .c_head>* {
            color: #fff;
            margin: 0px 4px;
        }

        .c_head_ span {
            font-size: 13px;
            font-weight: 300;
        }

        .c_head i {
            cursor: pointer;
        }

        .sebox textarea {
            width: 100%;
            padding: 13px;
            border-radius: 1rem;
            background: rgb(238, 238, 238);
            margin-top: 0px;
            margin-bottom: 0px;
            height: calc(100% - 30px);
            resize: none;
            margin-left: 5px;
            outline: none;
            font-family: inherit;
            font-size: 16px;
            margin-right: 10px;
            border:1px solid #4f4f4f;
        }

        .c_body {
            height: 100%;
            display: flex;
            position: relative;
            overflow-y: scroll;
            align-items: center;
            flex-direction: column;
            width: 100%;
        }

        .c_body .mess {
            margin: 1px 0px;
            padding: 0px 8px;
            background-color: #fff;
            display: flex;
            flex-direction:column;
            color: #000;
            width: calc(100% - 16px);
        }

        .c_body .mess.s {
            align-items: flex-end;
        }

        .replied.mess_b{     
    opacity: .7;
    margin-bottom: 0px;
    cursor: pointer;
    margin-top:25px;
        }
        .replied.mess_b i{
    font-size: 12px;
    position: absolute;
    top: -17px;
    left: -2px;
      }
        .replying{
    display: flex;
    width: 100%;
    padding: 3px 14px 0px;
    align-items: center;
    border-top: 1px solid #eee;
        }
        .replying>div:last-child{
          margin-left:5px;
        }
        .replying>div:last-child>i{
          
    cursor: pointer;
    font-size: 35px;
        
        }
        .replying>div:first-child>p{
          
    font-size: 13px;
    font-weight: 300;

        }
        .replying>div:first-child{
          display:flex;align-items: flex-start;
    flex-direction: column;
    width:100%;
        }
        .c_body .mess.r>.mess_b {
            border: 1px solid #dddddd;
        }

        .c_body .mess.s>.mess_b {
            background-color: #ececec;
        }
        .getup{
          background-color:#4f4f4f;
          display:flex;
          align-items:center;
          justify-content:center;
          color:#fff;
          padding:5px;
          opacity:.8;
          height:38px;
          width:38px;
          z-index:1000;
          position:fixed;
          bottom:90px;
          right:10px;
          font-size:30px;
          border-radius:50%;
          cursor:pointer;
        }
        .getup:hover{
          background-color:#161616;
        }
        .mess_b {
            border-radius: 1rem;
            position: relative;
            min-width: 85px;
            width:fit-content;
            margin:3px 0px;
            max-width: 400px;
        }

        .r .mess_b.arch {
            border-top-left-radius: 0px;
        }

        .s .mess_b.arch {
            border-top-right-radius: 0px;
        }

        .r .mess_b p {
            width: 100%;
            text-align: right;
        }

        .mess_b p {
            margin: 1px 0px;
            font-size: 11px;
            font-weight: 400;
        }

        .s .mess_b>div {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .senI {
            display: flex;
            max-height: 50px;
            height: 50px;
            -webkit-transition: all .5s;
            transition: all .5s;
            font-size: 25px;
            align-items: center;
            justify-content: center;
            color: #fff;
            background-color: #4f4f4f;
            border: none;
            outline: none;
            padding: 10px;
            margin-left: 5px;
            width: 50px;
            min-width: 50px;
            cursor: pointer;
            border-radius: 50%;
        }

        .loading.done:after,
        .loading.error:after {
            font-size: 20px;
            font-family: 'boxicons' !important;
        }

        .loading.done:after {
            content: "\e9a4";
        }

        .groupd {
            font-size: 16px;
            font-weight: 300;
            margin: 10px 0px;
        }
        .m_picker{        
    width: fit-content;
    margin: auto;
    color: #fff;
    background: #4f4f4f;
    font-weight: bold;
    position: fixed;
    z-index:10000;
    padding: 1px 4px;
        }

        .loading.done,
        .loading.error {
            display: flex;
            animation: none;
            margin-left:9px;
            align-items: center;
            background-color: transparent;
            justify-content: center;
        }

        .mess.animation {
            transition: all 5s;
            -moz-transition: all 5s;
            bottom: 0px;
            position: absolute;
            -webkit-transition: all 5s;
        }

        .loading.error:after {
            content: "\ea27";
        }

        .loading.done.read {
            color: #06f;
        }

        @keyframes lo {
            0% {
                opacity: .4;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: .4;
            }
        }

        .loading {
            animation: lo 1.5s infinite ease-in-out;
            background-color: #4f4f4f;
            border-radius: 10px;
            display: inline-block;
            height: 10px;
            width: 10px;
            box-sizing: border-box;
        }

        .senI:hover {
            background-color: #202020;
        }
        div.deleted{
          display:none !important;
        }
        .mess .mess_b {
            padding: 10px;
        }
button.mess_start{
  width:fit-content;
}
.foot button{
  width:210px;
  margin:5px 0px;
  min-width:210px;
}
.nusera h2{
  margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}
.mess_list{
            margin:0px;
            padding:0px;
            width:100%;
        }
        .mess_list .muser .user_img{
            width:40px;
            min-width:40px;
            height:40px;
            border-radius:50%;
            overflow:hidden;
            background:#4f4f4f;
        }

        .mess_list .muser{
            background-color:#fff;
            padding:1px 0px;
            transition:background .5s;
            cursor:pointer;
            -webkit-transition:background .5s;
        }
        .mess_list .muser:hover{
            background-color:rgb(235, 235, 235);
        }
        .mess_list .user_con{
            border-bottom:1px solid #ddd;
        }

        .mess_list .muser .user_img img{
            max-width:100%;
        }
        .mess_list .muser .user_con .mess_info span:last-child{
            width:66px;
            min-width:66px;
        }
        .c_head>div:first-child>*{
          margin:0px 2px;
        }
        .mess_list .muser{
            width:100%;
            word-break:break-all;
            cursor:pointer;   
            display:flex;
            align-items:center;
        }
       
        .mess_list .muser>*{
            margin:0px 5px;
        }

        .mess_list .muser .user_con h2{
            font-size:15px;
            font-weight:500;
            display:flex;
            align-items:center;
            justify-content:space-between;
            margin:3px 0px;
        }
        .mess_list .muser .user_con h2 span:last-child{
            display:none;
        }
        .mess_list .muser .user_con.read h2{
            font-weight:600;
            margin-bottom:0px;
        }
        .mess_list .muser .user_con.read h2 span:last-child{
            display:block;
        }
        .user_con>span{
    font-weight: 300;
    font-size: 14px;
        }
         .overlay_show {
                display: none !important;
            }

            .overlay_le h2 span {
                text-transform: capitalize;
                display: block;
                width: 100%;
            }

            .overlay_le {
                background-blend-mode: overlay;
                background-size: 30%;
                background-color: rgba(255, 255, 255, .4);
                backdrop-filter: blur(6px);
            }

            .overlay_le {
                bottom: 0;
                overflow-y: scroll;
                left: 0;
                display: flex;
                position: fixed;
                right: 0;
                top: 0;
                z-index: 100000;
                flex: 1;
                -ms-flex-preferred-size: auto;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.3;
                min-width: 300px;
                text-align: left;
                text-transform: none;
                border: 0;
                float: none;
                height: auto;
                margin: 0;
                max-width: none;
                outline: 0;
                padding: 0;
            }

            .lll.del {
                display: none;
            }

            .lll,
            .convey {
                align-items: center;
                justify-content: center;
            }

            .convey button {
                border-radius: 4rem;
                margin: 0px 7px;
            }

            .convey button:hover {
                background-color: #222;
            }

            .convey {
                display: flex;
                flex-direction: column;
                background-color: #fff;
                padding: 20px;
                box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
                border-radius: 4px;
            }

            .login100-form-btn {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                background-color: #4f4f4f;
                cursor: pointer;
                justify-content: center;
                align-items: center;
                padding: 0 20px;
                transition: all .6s;
                -moz-transition: all .6s;
                -o-transition: all .6s;
                -ms-transition: all .6s;
                -webkit-transition: all .6s;
                min-width: 200px;
                height: 50px;
                font-weight: 500;
                font-size: 16px;
                color: #fff;
                line-height: 1.2
            }

            .minfo {

                width: 30px;
                height: 100%;
                font-size: 28px;

            }
            .minfo h2{
                text-align:center;
                margin:0px;
            }
            .ifno {
                position: absolute;
                top: 61px;
                padding: 10px;
                display: flex;
                border-bottom: 2px solid;
                background: #fff;
                right: 2px;
                z-index: 100;
                width: 200px;
                flex-direction: column;
            }
            .ifno ul{
                display:flex;
                margin:0px;
                align-items:center;
                flex-direction: column;
            }
            .ifno h2{
                margin:0px;
                text-align:center;
            }
        .mess_list .muser .user_con .mess_info span:first-child{
            overflow:hidden;
            text-overflow:ellipsis;
            padding-bottom:6px;
            white-space:nowrap; 
        }
        .body .mess_list .muser .user_con .mess_info span:first-child{
          width:100%;
        }
        .nusera .mess_list .muser .user_con .mess_info span:first-child{
        width:164px;
        }
        .mess_list .muser .user_con{
            border-bottom:1px solid #eee;
            width:calc(100% - 40px);
        }
        .mess_list .muser:last-child .user_con{
            border-bottom:none;   
        }
        .mess_list .muser .user_con .mess_info span{
            font-weight:300;
            font-size:14px;
        }
        .user_con .mess_info{
            display:flex;     
        }
        .user_con .mess_info span{
            margin:0px 3px;
        }
.ssbox button{
    background: #fff;
    margin: 10px auto;
    display: flex;
    color: #4f4f4f;
}
.holder button{
  margin:10px auto;
  align-self: center;
  display: flex;
}
.abt div.media.discover div.card.style_1 div.content h2{
  text-align:center;
  color:#323232;
}
.lll.sb_body .filterss {
  display: block;
}
.tsearch button {
  width: fit-content;
  font-weight: 600;
  border-radius: 0px 1rem 1rem 0px;
  padding: 12px 10px;
}
.bttn_r {
  background-color: #e54b4b;
  border-radius: 4px;
  width: 100%;
  font-weight: 700;
  margin: 10px 0px;
}
@media only screen and (max-width: 320px) {
  .aheader {
    margin: 3pc 11px;
  }
}
.dirr {
  display: flex;
  align-items: center;
}
.bar {
  position: relative;
  display: block;
  width: 50px;
  height: 5px;
  margin: 10px auto;
  background-color: #4f4f4f;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.adv .bar {
  background-color: #fff;
}
.adv .zz.cross {
  background-color: #4f4f4f;
  top: 0px;
  height: 100%;
  z-index: 11;
}

.bigh {
  background: #4f4f4f;
  height: 400px;
  position: relative;
  top: 100px;
  width: 100%;
  display: flex;
  align-items: center;
}
.ssbox input::placeholder {
  color: #fff;
}
.ssbox input {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  padding-left: 32px;
  width: calc(100% - 32px);
  outline: none;
  height: 40px;
  color:#fff;
  font-family: inherit;
}
.opo {
  position: absolute;
    right: 9px;
    top: 20px;
    width:fit-content;
}

.sb_body {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
}

.filterss {
  max-width: 300px;
  width: 100%;
  margin-right: 10px;
}
.kbi {
  display: none;
  margin-bottom: 7px;
}
@media only screen and (max-width: 700px) {
  .filterss {
    max-width: unset;
    display: none;
  }
  .filterss .hea {
    display: none;
  }
  .sb_body .topS {
    width: 100%;
  }
  .sb_body {
    flex-direction: column;
  }
  .kbi {
    display: block;
  }
}
input::-webkit-input-placeholder {
  color: #5c5c5c;
}
input:-moz-placeholder {
  color: #5c5c5c;
}
input::-moz-placeholder {
  color: #5c5c5c;
}
input:-ms-input-placeholder {
  color: #5c5c5c;
}
textarea::-webkit-input-placeholder {
  color: #5c5c5c;
}
textarea:-moz-placeholder {
  color: #5c5c5c;
}
textarea::-moz-placeholder {
  color: #5c5c5c;
}
textarea:-ms-input-placeholder {
  color: #5c5c5c;
}
button {
  outline: none !important;
  border: none;
  background: 0 0;
}
button:hover {
  cursor: pointer;
}

.tsearch {
  display: flex;
  align-items: center;
  position: relative;
  width: 96%;
  margin-right:2%;
  margin-left: 2%;
}
.tsearch.non button {
  display: none;
}
.tsearch > input {
  display: block;
  font-family: inherit;
  background-color: #ffffff;
  min-height: 40px;
  outline: none;
  width: 100%;
  font-family: inherit;
  border-radius: 1rem 0px 0px 1rem;
  font-size: 15px;
  color: #5c5c5c;
  padding: 1px 3px 1px 30px;
}
.tsearch.non > .az {
  right: 8px;
  left: unset;
}

.tsearch.non > .cross {
  display: none;
}
.tsearch.non > input {
  width: 0px;
  padding: 0px;
  border: 0px;
}
.tsearch > .az {
  width: 20px;
  position: absolute;
  left: 4px;
  margin: auto;
  height: fit-content;
  top: 0px;
  bottom: -2px;
}

.ssbox {
  background: #4f4f4f;
  padding: 10px 20px;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.sett {
  width: 100%;
  display: flex;
  margin: 3pc auto 20px;
  align-items: center;
  justify-content: space-between;
}
.licence > span {
  background: #4f4f4f;
  padding: 4px;
  border-radius: 3px;
}

.sett > .ls * {
  margin: 0px 3px;
}
.sett > .ls {
  display: flex;
  align-items: center;
}
.topS {
  width: 79%;
  margin: 0px;
}
.adv .topS{
  width:100%;
}
.filterss {
  width: 100%;
}
.end select {
  border: none;
  outline: none;
}
.fcontent > span[select]:before {
  height: 15px;
  width: 15px;
  font-size: 12px;
  display: flex;
  left: 5px;
  font-family: "FontAwesome";
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  content: "\f00c";
  color: #fff;
  background-color: #4f4f4f;
}
.fcontent select {
  padding: 10px;
  width: 100%;
  border: 0px;
}
.fcontent > span {
  cursor: pointer;
  transition: background 1s;
}
.fcontent > span:hover {
  background-color: #c2c2c2;
}
.fcontent > span {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 25px;
  margin: 4px 0px;
  position: relative;
}
.fcontent h4 {
  background: #4f4f4f1f;
  margin: 0px;
  padding: 10px;
  color: #4f4f4f;
}
.ximages{
    display: flex;
    overflow-x: scroll;
    align-items: center;
}
.ximages.x{
  overflow-x:hidden;
}
.ximages>div>div{
    border-radius: 50%;
    overflow: hidden;
    width:150px;
}
.ximages label{
color:#fff;
background-color:#333;

    width: fit-content;
    margin: 10px auto 4px;
    position: relative;
    left: 0px;
    padding: 5px;
    right: 0px;
    border-radius: 4px;
}
.ximages>div{
    width: 200px;
    min-width: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
@media only screen and (max-width: 567px){
  .ximages{
    justify-content:start;
  }
} 

.ximages img{
  max-width:100%;
}
.sb_body > div > div:first-child {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding: 0px 6px 10px;
  height: 35px;

  color: #4f4f4f;
}
.bigh h2 {
  padding-left: 8pc;
  width: 50%;
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 3pc;
}
.s_img {
  height: 100%;
  max-width: 500px;
  position: absolute;
  width: 100%;
  z-index: 0;
  background-image: url("s_img.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0px;
  right: 11pc;
}
@media only screen and (max-width: 770px) {
  .bigh h2 {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .bigh .s_img {
    right: 0px;
    left: 0px;
  }
}
.menu-button {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.mheader .menu-button {
  display: none;
}
.comm_swipe .swiper-button-next,
.comm_swipe .swiper-button-prev {
  opacity: 0.5;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.movies.main > div:first-child {
  width: 350px;
}
.left_mov {
  flex-grow: 1;
  color: #1a1a1a;
  
}
.tags {
  display: flex;
  margin-bottom: 1pc;
  align-items: center;
  flex-wrap: wrap;
}
.tags > span:first-child {
  margin-left: 0px;
}
.tags.zi{
    margin: 13px 0px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.tags.zi span{
    min-width: fit-content;
    text-align: center;
    background-color: #042c5c;
}
b.mm {
  font-size: 25px;
}
.mo_view.disl ul{
  display:flex;
  overflow-x:scroll;
  align-items:center;
}
.mo_view.disl li{
    height: 50px;
    width: 150px;
    min-width:150px;
    border-radius: 3px;
    margin:0px 5px;
    color: #1a1a1a;
}
.mo_view.disl li a{
    display: flex;
    height: 100%;
    align-items: center;
    padding-right:9px;
    justify-content: space-between;
}
.mo_view.disl li a>div{
height: 100%;background-position: center;width: 50px;background-size: 100%;
}
.mo_view.disl li h4{
    font-size: 18px;
    
}
.rating {
  display: flex;
  align-items: center;
}
.rating > div {
  margin-right: 10px;
}
.tags > span {
  cursor: default;
  align-items: center;
  color: #fff;
  border-radius: 4rem;
  padding: 10px 20px;
  display: flex;
  margin: 2px 6px;
  background-color: #fc4c10;
}
.movies.main {
  padding: 20px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  max-width: 1400px;
  min-width: 300px;
}
.play svg {
  width: 100%;
}
.video_pl.hh {
  display: none;
}
.vjs_video_3-dimensions {
  height: 100%;
  width: 100%;
}
.video_pl {
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
}
.closeme {
  height: 28px;
  cursor: pointer;
  width: 22px;
  padding: 6px;
  position: absolute;
  z-index: 10;
}
.video-js .vjs-big-play-button {
  margin: auto;
  right: 0px;
  bottom: 0px;
}

.play {
  position: absolute;
  margin: auto;
  left: 0px;
  width: 20%;
  height: fit-content;
  padding: 15px;
  border-radius: 3rem;
  display: flex;
  color: #fff;
  align-items: center;
  right: 0px;
  cursor: pointer;
  top: 0px;
  bottom: 0px;
}

.movies.trail {
  position: relative;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}
.movies.trail .play:hover {
  background-color: #fff;
  color: #4f4f4f;
}
.movies.trail .play:hover svg path {
  fill: #4f4f4f;
}
.movies.page {
  margin-top: 101px;
}
.nolly_p > img {
  object-fit: cover;
  max-width: 100%;
}

.opoz > * {
  width: 100%;
}

.topS > .end {
  text-align: right;
}
.rate{
  display:none;
}
.yrate{
  display:block;
}

.error_box{
  background: #4f4f4f;
    color: #fff;
    padding: 6px;
    border-radius:3px;
}
.yrate>.brate{
  cursor:default;
}
.yrate>h2{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.yrate>h2>p:last-child{
  font-size:14px;
  font-weight:300;
}
.yrate>div>p{
  display:block;
  width:100%;
}
.countt{
  display:flex;
  align-items:center;
  width:100%;
  font-weight:bold;
  justify-content:space-between;
}
.opoz {
  border-radius: 16px;
  border: 2px #042c5c solid;
  box-shadow: 0 25px 50px -12px #01c6ac25;
  overflow: hidden;
}

.opoz > .nfbt {
  background-color: #4f4f4f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0px;
}
.ntfl {
  background-image: url("ntfl.png");
  background-color: #fff;
  background-size: 100%;
  margin-right: 20px;
  background-position: center;
  height: 50px;
  width: 50px;
  border-radius: 4px;
}

@media only screen and (max-width: 1074px) {
  .mheader > div:first-child {
    padding: 10px 0px;
    justify-content: space-between;
    width: 100%;
    flex: 1;
    align-items: center;
  }

  .ssearch{
    display:flex;
  }
  .mheader .menu-button {
    display: block;
  }
  .mheader {
    flex-direction: column;
  }

  .mheader > div:last-child {
    width: 100%;
    flex-direction: column;
    position: fixed;
    min-width: 299px;
    height: calc(100% - 80px);
    overflow-y: scroll;
    top: 80px;
    display: none;
    z-index: 1;
    background-color: #fff;
  }
  .mheader > div:last-child.cross {
    display: flex !important;
  }
  .cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }

  .menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
  }
  .mheader > div:last-child > div {
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 60px;
  }
  
}

@media only screen and (max-width: 1074px){
  div .fir_l.luser{
    display:unset !important;
  }
  .sec_l.luser{
    display:none !important;
  }
}
.auto-swipe .swiper-scrollbar-drag{
background-color:rgba(255,255,255,0.5);
}
.mheader > div:last-child > div {
  width: 100%;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}
.fir_l.luser {
  display:none !important;
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.authB > .circlp {
  height: 200px;
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  border-radius: 50%;
  background-color: #d8d8d8;
  overflow: hidden;
}
.med_list{
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    align-items: flex-start;
    height: auto;
    padding:10px 0px;    
}
.med_list .delz,.asett .u_close{
    position: absolute;
    height: 26px;
    cursor: pointer;
    background-image: url('../Assets/xx.svg');
    background-position: center;
    width: 26px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 30%);
    border-radius: 50%;
    transition:all .5s;
    -webkit-transition:all .5s;
    background-color: #fff;
    right: 0px;
    top:0px;
}
.med_list.pagee .delz{
  display:none !important;
}
.med_list .delz:hover,.med_list>div:hover,.asett .u_close{
   background-color:#e9e9e9;
}
.med_list>div{
   box-shadow: 8px 7px 11px 0px rgb(0 0 0 / 8%);
   margin:0px 10px;
   cursor:pointer;
    transition:all .5s;
    -webkit-transition:all .5s;
}
.med_list>div p{
  overflow-wrap:break-word;
}
.med_list>div>div{
    position:relative;
    cursor:pointer;
    height:220px;
    border-radius:8px;
    overflow:hidden;
}
.med_list div.image{
  min-width:190px;
}
.med_list div.video{
  min-width:390px;
}
.med_list div.m_embed{
  width:200px;
  display:flex;
  justify-content:center;
  align-items:center;
}


.m_embed>div:not(.delz){
      width: 80px;
    background-size: contain;
    height: 80px;
    background-image: url(../Assets/py.svg);
}
.ksp{
  margin:4px 0px;

}
.zzl{
  margin:0px;
  text-align:center;
}
.yrate>h2>h2{
    font-size: 24px;
    margin: 20px;
}
.med_list>div img, .med_list>div video, .med_list>div iframe{
    max-width: 100%;
    height:100%;
    min-width:100%;
}

.authB {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2pc auto;
}



.nlvid{
            height:100%;
            width:100%;
            min-width:300px;
            background-color:rgb(51, 51, 51);
            position:fixed !important;
            display:flex;
            z-index:10000000;
            align-items:center;
            justify-content:space-between;
            flex-direction:column;
        }
        .nlmain>div:not(.dir){
            width:100%;
            height:100%;
            display: flex;
        justify-content: center;
    align-items: center;
        }
        .nlmain>div>*:not(div){
            max-width:100%;
            height:100%;
        }
        .nlmain{
            background:rgb(24, 24, 24);
        }
        .close_x{
                width: 100%;
    display: flex;
        z-index: 100;
    position: absolute;
    justify-content: right;
    color: #fff;
    margin-right: 12px;
    font-size: 19px;
        }
        .close_x>span{
            cursor:pointer;
        }
        .dir.swiper-button-next{
            background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E");
        }
        .dir.swiper-button-prev{
            background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E");
        }
.subscribe h2 {
  margin: 0px;
  color: #fff;
  font-family: inherit;
}

.subscribe .error_box{
  background-color:#fff;padding:6px;color:#777;border-radius:4px;
  display:flex;align-items:center;justify-content:center;
}

.subscribe > div {
  position: relative;
}
.subscribe form>div:last-child{
  display: flex;
  justify-content: space-around;
    align-items: center;
    flex-direction:row;
}
@media only screen and (max-width: 700px){
  div.subscribe form>div:last-child{
    flex-direction:column;
  }
}
.subscribe form {
  height: 100%;
  padding: 10px;
  position: relative;
  z-index: 2;
  margin: auto;
  background-color: #4f4f4f;
  width: 80%;
  border-radius: 5px;
  min-width: 260px;
}
.subscribe form div {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: start;
}
.subscribe button {
  height: 40px;
  width: 40px;
  right: 0px;
  bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: none;
}
.subscribe button,
.dots {
  position: absolute;
}

.subscribe button.usub{
  position:relative;
  border-radius:4px;
  color:#4f4f4f;
  bottom:0px;
  right:0px;
  width:fit-content;
}


.dots {
  height: 150px;
  width: 150px;
  left: -13px;
  top: -61px;
  background-image: url("../Assets/dots.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.dark .dots{
    background-image: url("../Assets/dots_dark.svg");
}
.non.mheader > div:first-child {
  padding: 10px 0px;
  width: 100%;
  flex: 1;
  align-items: center;
}
.non.mheader .menu-button {
  display: block;
}
.non.mheader {
  flex-direction: column;
}

.non.mheader > div:last-child {
  width: 100%;
  flex-direction: column;
  position: fixed;
  min-width: 299px;
  height: calc(100% - 80px);
  overflow-y: scroll;
  top: 80px;
  display: none;
  z-index: 1;
  background-color: #fff;
}
.non.mheader > div:last-child.cross {
  display: flex !important;
}
.non.mheader .cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.non.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}
.non.mheader > div:last-child > div {
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  top: 60px;
}

.blog_lis {
  display: flex;
  align-items: flex-start;
}
.blog_lis > div > * {
      margin: 2px 0px;
    display: flex;
    max-height: 223px;
    overflow: hidden;
}
.blog_lis>div>div:first-child{
  justify-content:center;
  flex-direction:column;
}
.blog_lis > div > .flex:last-child {
  margin-top: 5px;
}
.blog_lis img {
  width: 100%;
}
.blog_lis > div > .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}
.blog_lis h3 {
  font-size:14px;
  color: #2c2c2c;
}
.blog_lis span {
  color: #6e6e6e;
}
.blog_lis > div {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(255, 30, 30, 0.51);
  display: flex;
  width: calc((100%/3) - 20px);
  margin: 10px;
  flex-direction: column;
}

@media only screen and (max-width: 700px) {
  .blog_lis > div {
    width: 100%;
  }
  .blog_lis{
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1165px) {
  .pad.section {
    padding: 0px 2pc;
  }
  .pad.black.section {
    padding: 3pc 2pc;
  }
}

.blog_lis a,
.blog_lis a:hover,
.blog_lis a:focus {
  color: #1473e6;
  display: flex;
  text-decoration: none;
}
.subscribe form input[email] {
  padding-right: 40px;
  width: 253px;
}
.subscribe form input::placeholder {
  color: #e5e5e5;
}
.subscribe form input {
  border: 1px solid;
  background: transparent;
  color: #e5e5e5;
  width: 250px;
  font-family: inherit;
  outline: none;
  margin: 10px 0px;
  height: 40px;
  border-radius: 4rem;
  padding: 0px 10px;
}

.subscribe {
  position: relative;
  width: 100%;
  margin-bottom:3pc;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .subscribe form {
    flex-direction: column;
  }
}
.lin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.lin .kitem .abt_it {
  color: #4f4f4f;
  background-color: #fff;
  padding: 0px;
  border-radius: 4px ​4px 0px 0px;
}
@media only screen and (max-width: 750px) {
  .movies.main > div:first-child {
    display: none;
  }
  .left_mov {
    padding: 0px 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 755px) {
  .citem {
    flex-direction: column;
  }


}
html {
  --numberOfPosterColumns: 1;
  --numberOfBackdropColumns: 1;
  --imageColumnPadding: 30px;
}
@media only screen and (min-width: 760px) {
  html {
    --numberOfPosterColumns: 2;
  }
}
@media only screen and (min-width: 900px) {
  html {
    --numberOfBackdropColumns: 2;
  }
}
@media only screen and (min-width: 1000px) {
  html {
    --numberOfPosterColumns: 3;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    --numberOfBackdropColumns: 3;
  }
}
@media only screen and (min-width: 1300px) {
  html {
    --numberOfPosterColumns: 4;
  }
}
@media only screen and (min-width: 1400px) {
  html {
    --numberOfBackdropColumns: 4;
  }
}
section.inner_content a {
  color: #4f4f4f;
}
section.inner_content a:hover {
  color: #000;
}
table.credit_group tbody td.role span.character,
table.credit_group tbody td.role span.role {
  color: rgba(0, 0, 0, 0.8);
}
table.credit_group tbody td.role a {
  color: #000;
  font-weight: 600;
}
table.credit_group tbody td.role a:hover {
  color: #4f4f4f;
}
table.credit_group tbody td.role.true span.group {
  display: block;
  padding-left: 14px;
}
div#known_for {
  width: 100%;
}
ul.list_of_languages,
ul.horizontal_media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.list_of_languages {
  margin-bottom: 20px;
}
ul.horizontal_media_list {
  min-height: 221px;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: scroll;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: auto;
  padding-bottom: 10px;
}
ul.horizontal_media_list::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
ul.horizontal_media_list::-webkit-scrollbar-track {
  background: transparent;
}
ul.horizontal_media_list::-webkit-scrollbar-thumb {
  background-color: rgb(219,219,219);
  border-radius: 20px;
}
ul.horizontal_media_list li {
  width: 130px;
  max-width: 195px;
  margin-left: 12px;
}
.inner_content{
  width:100%;
}

ul.horizontal_media_list li:first-child {
  margin-left: 0;
}
ul.horizontal_media_list li div.image {
  width: 130px;
  height: 195px;
}
ul.horizontal_media_list li p {
  margin: 0;
}
ul.horizontal_media_list li a,
section.inner_content ul.horizontal_media_list li div.poster {
  height: 100%;
  min-width: 100%;
  width: 100%;
  display: inline-block;
}
section.inner_content ul.horizontal_media_list li div.poster {
  box-shadow: none;
}
ul.horizontal_media_list li a.title {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 0.9em;
  padding-top: 4px;
}
ul.horizontal_media_list li a.title:hover {
  color: #4f4f4f;
}
ul.horizontal_media_list li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
ul.horizontal_media_list li img.placeholder {
  width: 100%;
  height: 100%;
}
ul.list_of_languages li {
  flex: 0 0 auto;
  width: 33%;
  padding-bottom: 4px;
}
section.inner_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
section.inner_content div.bg_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 376px;
  overflow: hidden;
}
section.inner_content h3 {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 8px;
}
section.inner_content h3.space {
  margin-bottom: 16px;
  padding: 0;
}
section.inner_content h3 a {
  font-weight: 600;
}
div.single_column_wrapper {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid rgba(var(--lightGrey), 1);
  display: flex;
  justify-content: center;
}
div.single_column {
  max-width: var(--maxPrimaryPageWidth);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 0;
  box-sizing: border-box;
}
div.content_wrapper > div.single_column {
  padding: 0;
}
div.single_column > div.inner_block {
  margin: 0;
}
div.custom_bg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.inner_content section.images {
  display: flex;
  flex-wrap: nowrap;
}
section.inner_content section.images > div.poster_wrapper {
  border-width: 0px;
  min-width: 300px;
  width: 300px;
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
}
section.inner_content section.images > div.poster_wrapper.true {
  height: auto;
}
section.inner_content section.images > div.poster_wrapper.true div.poster,
section.inner_content section.images > div.poster_wrapper.true div.zoom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.inner_content section.images div.poster,
section.inner_content section.images div.profile {
  display: block;
  min-width: 300px;
  width: 300px;
  height: 450px;
  position: relative;
  top: 0;
  left: 0;
}
section.inner_content section.images div.image_content {
  width: 100%;
  min-width: 100%;
  height: 100%;
}
section.inner_content section.images div.poster img,
section.inner_content section.images div.profile img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  border-width: 0px;
  outline: none;
}
div.header_poster_wrapper {
  display: flex;
}
div.shortcut_bar_wrapper {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
div.shortcut_bar_wrapper .k-menu-group {
  margin-top: -10px;
}
div.shortcut_bar_wrapper ul.k-menu-group.group li.spacer {
  margin-top: 14px;
}
div.shortcut_bar_wrapper ul.k-menu-group.group li.spacer + li.spacer {
  margin-top: 0;
}
ul#new_shortcut_bar {
  height: 100%;
  background-color: #fff;
  font-weight: 600;
  flex-wrap: nowrap;
}
ul#new_shortcut_bar.k-menu.k-menu-horizontal:not(.k-context-menu)
  > .k-item
  > .k-link {
  padding: 0;
}
ul#new_shortcut_bar.k-menu > .k-item.k-state-focused,
ul#new_shortcut_bar.k-menu > .k-item:hover {
  border-bottom: 4px solid rgba(var(--tmdbDarkBlue), 1);
  transition: border-color 200ms ease;
}
ul#new_shortcut_bar.k-menu > .k-item {
  padding: 6px 0 4px 0;
  margin-right: 40px;
  border-bottom: 4px solid #fff;
}
ul#new_shortcut_bar.k-menu > .k-item:last-of-type {
  margin-right: 4px;
}
ul#new_shortcut_bar > .true.k-item {
  border-bottom: 4px solid #4f4f4f;
}
ul#new_shortcut_bar.k-menu > .k-item a {
  font-weight: 400;
}
ul.number_group a span.count {
  margin: 0;
  position: absolute;
  right: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
div.header {
  width: 100%;
  background: linear-gradient(to bottom right, #e3e3e3, #fff);
}
section div.header div.single_column {
  padding-left: 40px;
  padding-right: 40px;
}
section div.header.first div.single_column {
  padding-top: 30px;
  padding-bottom: 30px;
}
section div.header.small div.single_column {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.inner_content section.header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  box-sizing: border-box;
  padding-left: 40px;
}
section.inner_content div.title {
  width: 100%;
}
section.inner_content div.title h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
}
section.inner_content div.title h2 a {
  font-weight: 700;
  color: #000;
}
section.inner_content div.title h2 span.release_date {
  opacity: 0.8;
  font-weight: 400;
}
section.inner_content section.header.small {
  width: 100%;
  height: auto;
  min-height: 0;
  padding-left: 0;
}
section.inner_content div.header.medium section.header {
  padding-bottom: 40px;
}
section.inner_content section.header div.title {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}
section.inner_content section.header.small div.title {
  margin-bottom: 0;
  display: flex;
  align-items: flex-center;
  align-content: center;
}
section.inner_content section.header.small div.title h2 {
  width: auto;
}
section.inner_content section.header h3 {
  width: 100%;
  margin: 0 0 8px 0;
}
section.inner_content section.header.small h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
  opacity: 0.6;
}
section.inner_content section.header div.title h3 a {
  font-weight: normal;
  color: #000;
}
section.inner_content section.header div.title div.facts {
  display: flex;
}
section.inner_content section.header div.facts span + span {
  padding-left: 20px;
  position: relative;
  top: 0;
  left: 0;
}
section.inner_content section.header div.facts span + span:before {
  font-size: 1.1em;
  line-height: 1;
  content: "\2022";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  z-index: -1;
}
section.inner_content section.header div.facts span.release_date {
  opacity: 0.6;
  font-size: 0.8em;
  font-weight: 400;
  border: none;
}
section.inner_content section.header div.facts span.certification + span {
  padding-left: 0;
}
section.inner_content section.header div.facts span + span.certification:before,
section.inner_content
  section.header
  div.facts
  span.certification
  + span:before {
  content: "";
}
section.inner_content section.header div.facts span.certification {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  align-content: center;
  padding: 0.06em 4px 0.15em 4px !important;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  border-radius: 2px;
  margin-right: 7px;
}
section.inner_content section.header div.episode_number {
  font-weight: 400;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
div.episode_list h3 + div.episode_number {
  margin-left: 6px;
}
div.episode_list div.episode_number {
  margin-right: 6px;
}
section.inner_content section.header div.episode_number span,
div.episode_list div.episode_number span {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 1.4em;
  margin: 0;
}
div.episode_list div.episode_number span {
  padding: 0 4px 1px 4px;
  font-size: 0.9em;
  margin-top: 1px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
}
section.inner_content section.header span.social_links {
  font-size: 1.7em;
}
section.inner_content section.header span.social_links a:first-of-type {
  margin-left: 19px;
}
section.inner_content section.header span.social_links a {
  display: inline-flex;
  align-items: center;
  margin: 0 2px;
}
div.card.v4.tight {
  flex-wrap: wrap;
}
div.card.v4.tight > div.wrapper {
  display: flex;
  max-width: calc(100vw - 82px);
}
div.card.v4.tight div.image {
  min-width: 94px;
  width: 94px;
  height: 141px;
}
div.card.v4.tight div.image a {
  display: block;
  width: 100%;
  height: 100%;
}
div.card.v4.tight div.image div.poster {
  width: 100%;
  height: 100%;
}
div.card.v4.tight div.image img {
  min-width: 100%;
  width: 100%;
  height: 100%;
}
div.card.v4 div.details div.wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
div.card.v4.tight div.details div.overview {
  height: auto;
}
div.card.v4.tight div.details div.overview p {
  font-size: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
div.card.v4.tight div.details div.overview p:nth-child(n + 2) {
  display: none;
}

section.main_column {
  width: 100%;
}
div.media.movie_v4.header_medium section.main_column,
div.media.tv_v4.header_medium section.main_column,
div.media.person_v4 section.main_column {
  width: 100%;
  margin-top: 30px;
}
section.main_column div.filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 40px;
  margin-bottom: 6px;
}
section.main_column div.filter h3 {
  margin: 0;
}
div.media.movie_v4.header_medium div.left_column h4,
div.media.tv_v4.header_medium div.left_column h4 {
  font-size: 1.2em;
  margin-bottom: 12px;
}
div.media.movie_v4.header_medium div.left_column h3,
div.media.tv_v4.header_medium div.left_column h3 {
  display: none;
}
section.images + div.column {
  margin-top: 30px;
}
div.column p {
  margin: 0 0 20px 0;
  font-size: 1em;
}
div.column p.no_pad {
  margin-bottom: 0;
}
.no_margin {
  margin: 0 !important;
}
div.column ul li {
  margin-bottom: 10px;
}
div.column p strong {
  display: block;
  font-weight: 600;
}
section span.separator {
  border-bottom: 1px solid #dedede;
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
section.images div.image_content {
  min-width: 300px;
  width: 300px;
  height: 450px;
}
section.images div.zoom {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition: linear 0.2s;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
section.images div.poster:hover div.image_content + div.zoom,
section.images div.profile:hover div.image_content + div.zoom {
  visibility: visible;
  opacity: 1;
}
section.images div.zoom a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
}
section.images div.zoom span.glyphicons_v2 {
  margin-right: 6px;
}
.svg_overlay {
  position: absolute;
  height: 0;
  width: 0;
  overflow: none;
  left: -100%;
}
img.placeholder {
  border: 1px solid #c4c4c4;
}
h2 span.social_links {
  display: inline-block;
}
h2 a.social_link {
  display: inline-block;
  font-size: 0.6em;
}
h2 a.social_link:first-of-type {
  margin-left: 20px;
}
section.facts div.social_links {
  display: flex;
}
section.facts div.social_links div {
  height: 30px;
  margin-bottom: 30px;
}
section.facts div.social_links div + div {
  margin-left: 10px;
}
section.facts div.social_links div + div.homepage {
  border-left: 1px solid #d7d7d7;
  padding-left: 8px;
}
section.facts div.social_links a.social_link {
  display: block;
  font-size: 1.9em;
}
section.facts div.social_links a.social_link img {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
section.inner_content a.edit {
  display: inline-block;
  font-size: 0.9em;
  border-color: #000;
  margin-top: 30px;
  font-weight: 700;
}
section.inner_content a.edit:hover {
  color: #fff;
  background-color: #000;
}
section.inner_content a.edit:hover span.glyphicons_v2 {
  filter: invert(1);
}
div.credits_list h3:first-of-type {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
div.credits_list {
  width: 100%;
}
div.credits_list div.flex {
  display: flex;
  justify-content: space-between;
}
table.credits {
  width: 100%;
  margin: 0;
  margin-top: 10px;
}
table.credits + h3 {
  margin-top: 30px;
  margin-bottom: 0;
}
table.credits tbody {
  background-color: #fff;
  border: 1px solid rgba(var(--lightGrey), 1);
  border-bottom: none;
}
table.credits th {
  font-size: 1.4em;
  padding-bottom: 20px;
}
table.credits td {
  padding: 0;
}
table.credit_group {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-bottom: 1px solid #dedede;
  padding: 10px 0 10px 0;
}
table.credits tr:last-child table.credit_group {
  border-bottom: none;
}
table.credit_group tbody td {
  padding: 8px 16px;
}
table.credit_group tbody td.year {
  width: 64px;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
}
table.credit_group tbody td.seperator {
  padding: 0;
  color: #ccc;
  vertical-align: top;
  width: 24px;
}
table.credit_group tbody td.seperator span.glyphicons_v2 {
  top: 11px;
}

td.account_adult_false.item_adult_true {
  filter: blur(6px);
}
li.account_adult_false.item_adult_true {
  display: none;
}
table.credit_group tbody td.role span,
table.credit_group tbody td.role span a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
#credit_filters {
  position: absolute;
  top: -5px;
  right: 0;
}
div.white_column {
  background-color: #fff;
  width: calc(100vw - 80px - 268px);
  max-width: calc(var(--maxPrimaryPageWidth) - 80px - 268px);
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  padding-right: 30px;
}
div.person_v4.header_medium div.white_column {
  max-width: 920px;
  width: calc(100vw - 80px - 300px);
}
div.person_v4 div.white_column section {
  margin-top: 30px;
  width: 100%;
}
div.person_v4 div.white_column section:first-of-type {
  margin-top: 0;
}
div.person_v4 div.white_column section.credits {
  margin-top: 20px;
  position: relative;
  top: 0;
  left: 0;
}
div.grey_column {
  min-width: 260px;
  width: 260px;
  display: flex;
  flex-wrap: wrap;
}
div.person_v4.header_medium div.reverse div.grey_column {
  min-width: 300px;
  width: 300px;
}
div.person_v4.header_medium
  div.reverse
  div.grey_column
  div.profile
  div.image_content {
  border-radius: 8px;
  overflow: hidden;
}
div.grey_column div.column {
  width: 100%;
}
div.grey_column div.sidebar_panel {
  width: 100%;
}
div.reverse div.white_column {
  padding-right: 0;
  padding-left: 30px;
}
div.white_column.no_pad,
div.reverse div.white_column.no_pad {
  padding-left: 0;
  padding-right: 0;
}
div.reverse div.grey_column {
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-end;
}
div.column_wrapper div.content_wrapper.false > * {
  width: 100%;
}
div.column_wrapper div.content_wrapper section.panel.pad {
  padding: 20px;
}
div.column_wrapper div.content_wrapper.false > section.panel {
  border-top: none;
  padding: 0;
}
div.column_wrapper.talent h4{
    font-weight: 400;
    font-size: 14px;
    color: #777;
}

.main_pad {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main_pad_bottom {
  padding-bottom: 30px;
}
div.content_wrapper.full_width {
  width: 100%;
}
section.profile div.content_wrapper.full_width {
  position: absolute;
  top: 394px;
  left: 0;
  background-color: #fff;
}
div.content_wrapper.full_width.bottom_border {
  background-color: #fff;
  border-bottom: 1px solid rgba(var(--lightGrey), 1);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
div.content_wrapper.full_width.bottom_border + div.content_wrapper {
  border-top: none;
}
div.content_wrapper.full_width.meta {
  background-color: #0a1526;
}
div.content_wrapper.full_width div.meta {
  margin: 0 auto;
  padding: 8px 0;
  color: #fff;
  box-sizing: border-box;
}
div.content_wrapper.full_width div.flex.meta {
  display: flex;
  justify-content: space-between;
}
div.content_wrapper.full_width div.flex.meta > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
div.content_wrapper div.main_column {
  width: 780px;
  padding-right: 40px;
}
section.split_column {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
}
section.split_column > div {
  width: 100%;
}
.no_bottom_pad {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no_top_margin {
  margin-top: 0 !important;
}
section.split_column p.full_width.button {
  display: inline-block;
  position: relative;
  top: 0;
}
section.split_column p.full_width.button span.glyphicons_v2 {
  margin-right: 4px;
}
div#collection_waypoint ~ section.panel.recommendations {
  border-top: none;
}
div.scroller {
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 10px;
}
.usera,.nusera{
    position: absolute;
    right:0px;
    top: 62px;
    max-height:300px;
    overflow:hidden;
    overflow-y:scroll !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0px rgb(0, 0, 0,10%);
    color:#4f4f4f;
    display:none;
    padding-bottom:5px;
    width: 300px;
    padding:5px;
}
.usera p{
  margin:0px;
  font-size:14px;
}
.err{
  text-align: center;
    width: 100%;
    overflow:hidden;
    border-radius: 3px;
    background: #4f4f4f;
    width: 98%;
    display:flex;
    justify-content:center;
    transition:all .5s;
    white-space: pre-line;
    -webkit-transition:all .5s;
    padding: 3px;
    color: #fff;
    text-transform: capitalize;
}
.luser{
    min-width: 25px;
    max-width: 25px;
    margin-left: 5px;
    height: 25px;
    background-image: url(../Assets/7473767.svg);
    cursor:pointer;
    background-repeat: no-repeat;
    background-size: 75%;
}

.luser.noti{
  background-image: url('../Assets/notif.svg');
  margin: 0px 5px;
  position:relative;
  background-size: 22px;
}
.luser.noti.has:after{
  height:6px;
  width:6px;
  background-color:#4f4f4f;
  content:"";
  border-radius:50%;
  position:absolute;
  right:-5px;
}

.dark .luser:not(.noti){
  background-image: url(../Assets/7473767_dark.svg);
}
.dark .luser.noti{
  background-image: url(../Assets/notif_dark.svg);
}
.luser.w{
 background-image: url(../Assets/747376.svg); 
}

.dark .luser.w{
background-image:url(../Assets/747376_dark.svg);
}
.see-more-link{
    display: block;
    width: fit-content;
    margin: auto;
    color:#fff !important;
    background: #4f4f4f;
    border-radius: 3px;
    padding: 7px;
    cursor: pointer;
}
.see-more-link:hover{
  transition:all .5s;
  -webkit-transition:all .5s;
  background-color:#6e6e6e;
}
.usera>*:not(.heee):not(.asett){
   cursor: pointer;
  padding: 1px;
  margin-bottom:8px;
}




.acontainer {
  max-width: 100%;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

.custom-select {
  display: flex;
  flex-direction: column;
  border-width: 0 2px 0 2px;
  color:#4f4f4f;
  border-style: solid;

}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 17px;
  font-weight: 300;
  min-height: 50px;
  cursor: pointer;
  border-width: 2px 0 2px 0;
  border-style: solid;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid;
  border-top: 0;
  transition: all 0.5s;
  opacity: 0;
  display:none;
  pointer-events: none;
  z-index: 2;
  background:#fff;
}

.custom-select.open .custom-options {
  opacity: 1;
  display: block;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: flex;
  align-items:center;
  padding: 0 22px 0 8px;
  font-size: 17px;
  font-weight: 300;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-option>div{
    height: 17px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 3px;
    margin-right: 9px;
    width: 17px;
    border: 2px solid;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}

.custom-option.selected {
  color: #ffffff;
  background-color: #4f4f4f;
}
.custom-option.selected>div:before{
box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 11px;
    display: inline-block;
    content: "\e9a4";
    font-family: 'boxicons'!important;
    height: 11px;
    width: 11px;
    left: -3px;
    position: relative;
}
.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}

.open .arrow::before {
  left: -5px;
  transform: rotate(45deg);
  background-color: #4f4f4f;
}

.open .arrow::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #4f4f4f;
}

.arrow::before {
  left: -5px;
  transform: rotate(-45deg);
}

.arrow::after {
  left: 5px;
  transform: rotate(45deg);
}



.usera .out:hover,.usera .settt:hover{
background-color:#eaeaea;
}
.usera .modal .modal-dialog{
  margin:0px;
}
.usera .modal-header{
     display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.usera .modal{
  position:relative;
  padding:0px !important;
}
.usera .modal-footer{
  display:flex;
}
.usera .out{
    background-image: url('../Assets/lohhh.svg');
    background-size: 100%;
}

.usera .settt{
  background-size:81%;
  Background-image: url('../Assets/bxs-cog.svg');
}
.dark .usera .out{
   background-image: url('../Assets/lohhh_dark.svg');
}

.dark .usera .settt{
  Background-image: url('../Assets/bxs-cog_dark.svg');
}
.usera .settt,.usera .out{
    width: 30px;
    background-position:center;
    background-repeat:no-repeat;
    min-width:30px;
    transition:all .5s;
    -webkit-transition:all .5s;
    height: 30px;
    cursor:pointer;
    border-radius: 100%;
}
.usera>*:not(.heee):not(.asett)>div{
    display: flex;
    align-items: center;
}
.usera>*:not(.heee):not(.asett)>div>div:not(.cmo){
  margin-left:10px;
}
.usera>*:not(.heee):not(.asett)>div h4{
  font-size:14px;
  margin:1px auto auto;
}
.usera>*:not(.heee):not(.asett)>div span{
  font-size:13px;
}
.usera>*:not(.heee):not(.asett):hover{
  background-color:rgba(136, 136, 136, 0.5);
}

.heee{
    margin-bottom: 8px;
    flex-direction: column;
}
.heee>.aimg{
  background-image: url(../Assets/7473767.svg);
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.dark .heee>.aimg{
  background-image: url(../Assets/7473767_dark.svg);
}
  img {
        display: block;
        max-width: 100%;
    }
    .modal-backdrop{
        z-index:unset !important;
    }
    .modal-lg {
        max-width: 100% !important;
    }
.heee>.aimg.auimg{
width:50px;
height:50px;
border-radius:50%;
}
.heee>h4{  
    margin: 5px auto auto;
    text-align: center;
    color: #4f4f4f;
    font-weight: 500;
}
.usera .uimg{
 min-width:30px;width:30px;height: 30px;border: 2px solid #9a9a9a;background-position: center;background-repeat: no-repeat;border-radius: 100%;background-image: url(../Assets/747376.svg);background-color: #4f4f4f;background-size: 100%;
}
.asett input[type="password"]{
  padding:3px;
}
.asett>div{
  padding:4px 0px;
}
.usera .asett input{
  width:100%;
}

.usera .asett{
  padding:10px;
  position:relative;
}
.usera>*:not(.asett){
  transition:all 1s;
  -moz-transition:all 1s;
  display:flex;
  align-items:center;
  justify-content:space-between;
  -webkit-transition:all 1s;
}
div.scroller::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
div.scroller::-webkit-scrollbar-track {
  background: transparent;
}
div.scroller::-webkit-scrollbar-thumb {
  background-color: rgb(219,219,219);
  border-radius: 20px;
}
section.recommendations div.scroller div.item {
  display: inline-block;
  float: none;
}
section.recommendations div.scroller div.item a {
  font-weight: 400;
  font-size: 1em;
}
section.recommendations div.scroller div.item div.image_content a:hover {
  color: #000;
}
section.recommendations div.scroller div.item p {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
section.recommendations div.scroller div.item p,
section.recommendations div.scroller div.item p a,
div.item p span.rating {
  color: #000;
}
section.recommendations div.scroller div.item span.release_date {
  font-size: 1em;
  display: inline-flex;
  align-items: center;
}
section.recommendations div.scroller div.item span.glyphicons_v2 {
  margin-right: 4px;
}
section.panel {
  width: 100%;
  display: block;
  padding: 30px 0;
  border-top: 1px solid #d7d7d7;
}
section.panel:first-of-type {
  border-top: none;
  padding-top: 0;
}
section.panel:last-of-type {
  padding-bottom: 0;
}
section.panel p:last-of-type {
  margin-bottom: 0;
}
section.panel .scroller + p {
  margin-top: 10px;
}
section.panel h2.flex {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
section.panel h2.flex span.glyphicons_v2 {
  margin-right: 6px;
}
p.full_width.button {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 1.1em;
}
div.header p.full_width.button {
  margin-top: 70px;
}
div.header_medium div.left_column p.full_width.button {
  text-align: left;
  font-size: 1em;
}
section.inner_content div.info p a {
  color: #000;
}
section.inner_content div.left_column a.edit {
  text-transform: uppercase;
  padding: 12px 22px;
  color: #000;
}
section.inner_content div.left_column a.edit:hover {
  color: #fff;
}
section.inner_content a.button,
a.button {
  color: #000;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.inner_content a.button.white,
a.button.white {
  color: #4f4f4f;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
}
section.inner_content a.button:hover,
a.button:hover {
  color: #4f4f4f;
  background-color: #000;
  border-color: #000;
}
section.inner_content a.button.upcase,
a.button.upcase {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
section.inner_content a.button.rounded.upcase,
a.button.rounded.upcase {
  padding: 5px 10px;
}
section.inner_content a.button.upcase:hover,
a.button.upcase:hover {
  text-decoration: none;
}
p.full_width.button a.rounded {
  font-weight: 700;
  padding: 12px 22px;
}
p.new_button {
  margin: 20px 0 0 0;
  display: inline-block;
}
p.new_button a {
  font-weight: 600;
  font-size: 1.1em;
}
p.new_button.no_pad {
  margin-top: 0;
}
p.new_button.pad {
  margin-top: 30px;
  margin-bottom: 0;
}
p.new_button.rounded {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  padding: 6px 20px;
  font-size: 0.9em;
}
p.new_button.rounded a {
  display: inline-flex;
  align-items: center;
  align-content: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
p.new_button.rounded a span {
  margin-right: 6px;
}
p.new_button.rounded:hover {
  background-color: #000;
  border-color: #000;
}
p.new_button.rounded a:hover {
  width: 100%;
  height: 100%;
}
p.new_button.rounded a:hover span {
  filter: invert(1);
}
p.new_button.rounded:hover a,
p.new_button.rounded:hover a:hover {
  color: #fff;
}
ol.people {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}
ol.people.mini {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
ol.people.scroller {
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: scroll;
  margin-left: -10px;
  margin-top: -10px;
  padding-bottom: 10px;
}
ol.people.scroller::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
ol.people.scroller::-webkit-scrollbar-track {
  background: transparent;
}
ol.people.scroller::-webkit-scrollbar-thumb {
  background-color: rgb(219,219,219);
  border-radius: 20px;
}
ol.credits,
ul.credits {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ol.credits.show_more {
  margin-bottom: 0;
}
ul.credits:last-child {
  margin-bottom: 0;
}
ol.people.center {
  justify-content: center;
}
ol.people.no_image,
ol.people.no_cast {
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
div.content_wrapper div.split {
  width: 50%;
}
div.content_wrapper ol.credits {
  width: 100%;
}
div.content_wrapper h4 {
  margin-top: 0;
  margin-bottom: 8px;
}
div.crew_wrapper + div {
  margin-top: 30px;
}
p.show_more {
  margin-top: 15px;
  margin-bottom: 40px;
}
ol.people li {
  min-width: 140px;
  width: 140px;
  background-color: #fff;
  margin-right: 10px;
}
ol.people.mini div.flex_row {
  display: flex;
  justify-content: flex-start;
}
ol.people li.pad {
  min-width: 50px;
  width: 50px;
}
ol.people li.view_more,
ol.people li.view_more p,
ol.people li.view_more a {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
}
ol.people li.view_more a span {
  margin-left: 4px;
  font-size: 1.1em;
}
ol.people li.card {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 4px;
  border: 1px solid rgba(var(--lightGrey), 1);
  padding-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
ol.people.mini li.card {
  margin-bottom: 4px;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 14px;
  display: flex;
  width: calc((100vw - 144px) / 4);
  max-width: calc((var(--maxPrimaryPageWidth) - 136px) / 4);
}
ol.people li.filler {
  margin-left: 10px;
  background-color: transparent;
}
ol.people li:last-of-type {
  margin-right: 0;
}
div.header.large.first ol.people li {
  background-color: transparent;
  height: auto;
  margin-bottom: 0;
}
ol.credits li,
ul.credits li {
  width: 100%;
  flex: 0 0 auto;
  text-align: left;
  margin-top: 10px;
  margin-right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
ol.credits li:first-child,
ul.credits li:first-child {
  margin-top: 0;
}
ol + ol.credits li:first-child {
  margin-top: 10px;
}
ol.credits li > div,
ul.credits li > div {
  display: flex;
  align-items: center;
  align-content: center;
  min-height: 68px;
}
div.regular_cast {
  margin-bottom: 40px;
}
div.regular_cast ol.people.credits li {
  width: 50%;
  margin: 0;
  margin-bottom: 10px;
}
ol.people.no_image li {
  width: 33%;
  flex-basis: 33%;
  text-align: left;
  margin-bottom: 14px;
  margin-right: 0;
  box-sizing: border-box;
  padding-right: 20px;
}
ol.people.no_image li:nth-child(3n + 0) {
  padding-right: 0;
}
ol.people.no_image li:nth-child(n + 4) p:first-child {
  padding-top: 20px;
}
ol.people li.no_cast,
ol.people.no_image li.no_cast {
  width: 100%;
  flex-basis: 100%;
  height: auto;
  text-align: left;
  overflow: visible;
}
ol.people li > a {
  min-width: 138px;
  width: 138px;
  height: 175px;
  display: block;
}
ol.people.mini li > a {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
}
ol.people.credits li > a {
  min-width: 68px;
  width: 68px;
  height: 68px;
  margin-bottom: 0;
}
ol.people.credits li div.info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 14px;
  padding-right: 20px;
  width: 100%;
}
ol.people.credits li div.info p {
  width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
div.credits div.split:nth-child(even) {
  padding-left: 10px;
}
div.credits div.split:nth-child(odd) {
  padding-right: 10px;
}
section.header ol.people li p {
  padding: 0;
}

ol.people li p {
  font-size: 1em;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.panel ol.people li p {
  padding: 0 10px;
}
section.panel ol.people li a + p {
  padding-top: 10px;
}
section.panel ol.people.mini li p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 14px;
}
section.panel ol.people li div {
  width: auto;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.panel ol.people li.no_cast p {
  white-space: normal;
  overflow: visible;
  padding: 0;
}
ol.people li p a {
  font-weight: bold;
  color: #000;
}
ol.people li p span a,
ol.people li p.character a,
ol.people li p.episode_count_crew a {
  font-weight: 400;
}
ol.people li p.character {
  font-size: 0.9em;
}
ol.people li p.episode_count {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.5);
}
ol.people li p.episode_count_crew {
  font-size: 0.9em;
  color: #000;
}
ol.people.credits li div.info p span {
  color: rgba(0, 0, 0, 0.5);
}
div.expanded_info ol.people li {
  width: 50%;
  margin: 0 0 10px 0;
}
span.initials {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
span.round.initials {
  border-radius: 50%;
}
ol.people li span.initials {
  width: 100%;
  height: 100%;
  font-size: 2.4em;
}
ol.people.credits li span.initials {
  width: 66px;
  height: 66px;
  font-size: 1.4em;
  border-width: 1px;
}
ol.people li img {
  width: 100%;
  height: 100%;
}
ol.people.credits li img {
  width: 66px;
  height: 66px;
  border-radius: 4px;
}
section.panel h3 {
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 20px;
}
section.panel div.flex.menu {
  display: flex;
  justify-content: space-between;
}
section.panel div.flex h3 {
  display: inline-block;
}
section.media_panel div.menu {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  align-items: baseline;
}
section.media_panel div.menu h3 {
  display: inline-block;
  margin-right: 50px;
}
section.media_panel p {
  font-size: 1em;
}
section.media_panel div.menu ul {
  width: 100%;
  box-sizing: border-box;
}
section.media_panel div.menu ul li {
  display: inline-block;
  margin-right: 24px;
  padding-bottom: 5px;
  font-size: 1.1em;
  box-sizing: border-box;
}
section.media_panel div.menu ul li:last-child {
  margin-right: 0;
}
section.media_panel div.menu ul li.view_all {
  font-size: 0.9em;
  float: right;
}
section.media_panel div.menu ul li.view_all a {
  color: #4f4f4f;
}
section.media_panel div.menu ul li.active {
  border-bottom: 4px solid #4f4f4f;
}
section.media_panel div.menu ul li a {
  color: #000;
  font-weight: 600;
}
section.media_panel div.menu ul li.active a {
  color: #4f4f4f;
}
section.media_panel div.menu ul li a span,
section.inner_content h3 span {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  opacity: 0.6;
}
section.inner_content h3 span.glyphicons_v2 {
  opacity: 0.4;
}
section.inner_content h3 span.moderator.glyphicons_v2:hover {
  opacity: 1;
}
section.media_panel div.menu ul li a span {
  font-weight: 600;
}
section.media_panel div.h_scroller {
  display: flex;
  height: 300px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
section.media_panel div.h_scroller::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
section.media_panel div.h_scroller::-webkit-scrollbar-track {
  background: transparent;
}
section.media_panel div.h_scroller::-webkit-scrollbar-thumb {
  background-color: rgb(219,219,219);
  border-radius: 20px;
}
section.media_panel div.content div.original_content {
  width: 100%;
}
section.media_panel div.content {
  display: flex;
  width: 100%;
  border-radius: 8px;
}
section.media_panel div.content a.rounded {
  display: inline-flex;
  align-content: center;
  align-items: center;
  margin-top: 30px;
  font-weight: bold;
}
section.media_panel div.content.mini {
  margin-top: 0;
  height: auto;
  font-size: 1.2em;
}
section.media_panel div.content.mini div {
  display: block;
}
section.media_panel div.content.mini div ul {
  display: flex;
  flex-wrap: wrap;
}
section.media_panel div.content.mini div ul li {
  box-sizing: border-box;
  margin-right: 30px;
}
section.media_panel div.content.mini div ul li span.flex {
  display: flex;
  align-items: center;
  align-content: center;
}
section.media_panel div.content.mini div ul li span.glyphicons_v2 {
  margin-right: 8px;
}
section.media_panel div.content.mini div ul li a.edit {
  margin-top: 0;
}
section.media_panel div.content div.poster,
section.media_panel div.content div.poster.view_more div.link {
  width: 200px;
  height: 300px;
}
div.video h2 a{
  font-size:18px;
  font-weight:bold;
}
section.media_panel div.content div.wrapper,
section.media_panel div.content div.video,
section.media_panel div.content div.backdrop,
section.media_panel div.content div.video iframe,
section.media_panel div.content div.video.view_more div.link,
section.media_panel div.content div.backdrop.view_more div.link {
  width: 533px;
  height: 300px;
}
section.media_panel div.content div.video div.wrapper {
  width: 533px;
  height: 300px;
}
div.header.large.review {
  overflow: hidden;
}
div.header.large.season div.single_column {
  overflow: visible;
}
div.header.large.season section.season {
  position: relative;
  top: 0;
  left: 0;
  height: 280px;
}
div.header.large.season section.season img {
  position: relative;
  top: -80px;
  left: 0;
}
div.header.large.season section.season div.content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 350px;
  width: 650px;
  height: 100%;
  box-sizing: border-box;
}
div.header.large.season section.season div.content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 700;
}
div.header.large.season section.season div.content h2 a {
  font-weight: inherit;
}
div.header.large.season section.season div.content h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.1em;
}
div.header.large.season section.season div.content p.button {
  margin-top: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
div.header.large.season section.season div.content p.button a {
  font-weight: 600;
}
div.header.large.season section.season div.content div.season_overview {
  max-height: 100px;
  overflow: hidden;
}
div.header.large.season section.season div.content div.season_overview p {
  margin-bottom: 30px;
}
div.header.large.season
  section.season
  div.content
  div.season_overview
  p:last-child {
  margin-bottom: 0;
}
div.header.large.season section.season div.content div.season_list h3 {
  display: inline-block;
}
.list .opzo{
  font-size:14px;
}
div.header.large.season section.season div.content div.season_list ul {
  float: right;
  width: auto;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
div.header.large.season section.season div.content div.season_list ul li {
  padding-left: 20px;
  font-size: 1.3em;
}
div.season.card {
  border: 1px solid rgba(var(--lightGrey), 1);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
div.season.card div.flex {
  display: flex;
}
div.season.card a.poster {
  display: block;
  min-width: 130px;
  width: 130px;
  height: 195px;
}
div.season.card div.flex img {
  width: 100%;
  height: 100%;
}
div.season.card div.content {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.season.card h2 {
  margin-bottom: 0;
}
div.season.card div.season_overview {
  padding-top: 20px;
}
div.season.card div.season_overview p {
  line-height: 1.4;
}
div.season.card div.season_overview p:last-of-type {
  margin-bottom: 0;
}
div.season_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0;
}
div.season_wrapper section.panel {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
div.season_wrapper section.panel div.season {
  max-width: var(--maxPrimaryPageWidth);
  width: 100%;
  display: flex;
  padding: 0 40px;
}
div.season.card > a,
div.season_wrapper section.panel div.season > a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  width: 100px;
  min-width: 100px;
  height: 150px;
}
div.season.card > a img,
div.season_wrapper section.panel div.season > a img {
  width: 100%;
  height: 100%;
}
div.season.card > a img {
  border-radius: 0;
}
div.season_wrapper section.panel div.season div.content {
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.season_wrapper.groups:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
div.season_wrapper.groups.no_hover:hover {
  background-color: transparent;
}
div.season_wrapper.groups.no_hover,
div.season_wrapper.groups.no_hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
div.season_wrapper.groups section.panel div.season div.content {
  width: 100%;
  padding-left: 0;
}
div.season_wrapper.groups section.panel div.season div.content.title {
  display: block;
}
div.season_wrapper.groups section.panel h2 {
  font-size: 1.2em;
  margin-bottom: 0;
}
div.season_wrapper.groups section.panel h3 {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 300;
}
div.season_wrapper.groups section.panel p {
  margin-top: 10px;
  padding: 0;
}
div.season_wrapper section.panel div.season div.content h2,
div.season_wrapper section.panel div.season div.content h4 {
  display: inline-block;
}
div.season_wrapper section.panel div.season div.content h2 {
  padding-right: 8px;
}
div.season_wrapper section.panel div.season div.content h2 a {
  font-weight: 700;
}
div.season_wrapper.groups section.panel div.season div.content h2 a {
  font-weight: 600;
}
div.season_wrapper.groups section.panel div.season div.content h2 a span {
  opacity: 0.5;
  font-weight: 400;
}
div.season_wrapper section.panel div.season div.content h4 {
  font-weight: 600;
}
div.season_wrapper.groups section.panel div.season div.content h4 {
  display: block;
  font-weight: 400;
}
div.season_wrapper
  section.panel
  div.season
  div.content
  div.season_overview
  p:last-child {
  margin-bottom: 0;
}
section.main_column h4.department:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
section.main_column h4.department {
  margin-top: 40px;
  margin-bottom: 0;
}
section.panel.user_images p {
  margin-left: 30px;
}
section.panel.user_images ul.images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -30px;
}
section.inner_content ul.images li.card div.image_content img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section.inner_content ul.images.logos li.card div.image_content.true img {
  margin-bottom: 40px;
}
section.inner_content ul.images.backdrops li.card div.image_content,
section.inner_content ul.images.backdrops li.card div.info {
  display: block;
  overflow: hidden;
}
section.inner_content ul.images.backdrops li.card div.info {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}
section.inner_content ul.images li.card div.image_content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
section.inner_content ul.images.posters div.info div.rating_info {
  margin-top: 20px;
  margin-bottom: 0;
}
section.inner_content ul.images.posters li.compact {
  width: calc(
    (
        100vw - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfPosterColumns))
      ) / var(--numberOfPosterColumns)
  );
  max-width: calc(
    (
        var(--maxPrimaryPageWidth) - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfPosterColumns))
      ) / var(--numberOfPosterColumns)
  );
}
section.inner_content ul.images.backdrops li.compact {
  width: calc(
    (
        100vw - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfBackdropColumns))
      ) / var(--numberOfBackdropColumns)
  );
  max-width: calc(
    (
        var(--maxPrimaryPageWidth) - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfBackdropColumns))
      ) / var(--numberOfBackdropColumns)
  );
}
section.inner_content ul.images.logos li.compact {
  width: calc(
    (
        100vw - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfPosterColumns))
      ) / var(--numberOfPosterColumns)
  );
  max-width: calc(
    (
        var(--maxPrimaryPageWidth) - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfPosterColumns))
      ) / var(--numberOfPosterColumns)
  );
}
section.inner_content ul.images li.compact.filler {
  margin-top: 0;
  height: 0;
}
section.inner_content ul.images li.compact.empty {
  margin-top: 0;
}
section.inner_content ul.images.compact li.card div.info h3,
section.inner_content ul.images.compact li.card div.info form {
  padding-left: 14px;
  padding-right: 14px;
}
section.inner_content ul.images.posters li.card div.image_content {
  width: 100%;
  height: calc(
    (
        100vw - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfPosterColumns))
      ) / var(--numberOfPosterColumns) * 1.5
  );
  max-height: calc(
    (
        var(--maxPrimaryPageWidth) - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfPosterColumns))
      ) / var(--numberOfPosterColumns) * 1.5
  );
}
section.inner_content ul.images.backdrops li.card div.image_content {
  width: 100%;
  height: calc(
    (
        100vw - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfBackdropColumns))
      ) / var(--numberOfBackdropColumns) / 1.78
  );
  max-height: calc(
    (
        var(--maxPrimaryPageWidth) - 80px - 260px -
          (var(--imageColumnPadding) * var(--numberOfBackdropColumns))
      ) / var(--numberOfBackdropColumns) / 1.78
  );
}
section.inner_content ul.images.logos li.card div.image_content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background-image: url("/assets/2/v4/misc/background-checker-16x16-2fcfb3b2505eb9222a9ab715c254557c868aa73dd4a7e98d76de4b70fd594eb8.png");
  padding: 40px;
  transition: ease-in 0.2s;
}
section.inner_content
  ul.images.compact
  li.card
  div.image_content
  div.rating_info {
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin-top: 0;
  padding: 14px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 1.3em;
}
section.inner_content
  ul.images.compact
  li.card
  div.image_content:hover
  div.rating_info {
  visibility: visible;
  opacity: 1;
}
section.inner_content
  ul.images.compact
  li.card
  div.image_content
  div.rating_info
  a {
  width: auto;
}
section.inner_content
  ul.images.compact
  li.card
  div.image_content
  div.rating_info
  a:first-child {
  float: right;
}
section.inner_content ul.images.posters div.info div.meta {
  position: static;
  bottom: 0;
  padding-bottom: 14px;
  padding-top: 14px;
}
section.inner_content ul.images div.info div.meta p {
  margin-left: 0;
}
div.button_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
div.button_wrapper span.buttons {
  margin-right: 6px;
}
a.lock_all {
  display: inline-flex;
}
a.lock_all span {
  opacity: 0.4;
}
a.lock_all span:hover {
  opacity: 1;
}
section.inner_content ul.images li.card {
  margin-top: 30px;
  border: 1px solid rgba(var(--lightGrey), 1);
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
}
section.inner_content ul.images li.card .kendo_dropdown {
  font-size: 1.1em;
  margin-top: 4px;
}
section.inner_content ul.images li.card div.image_content.white:hover,
section.logo.images div.card.flex div.image_content.white:hover {
  background: #fff;
}
section.inner_content ul.images li.card div.image_content.black:hover,
section.logo.images div.card.flex div.image_content.black:hover {
  background: #000;
}
section.inner_content ul.images.logos li.card div.info {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}
a.rounded ~ ul.nav {
  margin-top: 50px;
}
section.inner_content h3.breadcrumb {
  margin-bottom: 40px;
}
section.inner_content h3.breadcrumb a {
  color: #000;
}
section.inner_content h3.breadcrumb a.edit {
  font-size: 0.7em;
  margin-top: 0;
  font-weight: bold;
}
div.content_wrapper div.leaderboard {
  width: 100%;
}
div.leaderboard {
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 40px;
}
div.leaderboard.card {
  border: 1px solid rgba(var(--lightGrey), 1);
  border-radius: 8px;
}
div.leaderboard div.histogram {
  overflow-x: scroll;
  margin: 20px 0;
  border-bottom: 1px solid #d6d5d6;
  display: flex;
}
div.leaderboard div.histogram ol {
  box-sizing: border-box;
  padding: 0 20px;
  margin: auto;
  list-style-type: none;
  display: flex;
  align-items: flex-end;
}
div.leaderboard div.histogram ol li {
  width: 100px;
  padding: 0 6px;
}
div.leaderboard div.histogram ol li:first-child {
  padding-left: 0;
}
div.leaderboard div.histogram ol li:last-child {
  padding-right: 20px;
}
div.leaderboard div.histogram div.avatar {
  height: 55px;
}
div.leaderboard div.histogram div.avatar a {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
div.leaderboard div.histogram div.avatar img,
div.leaderboard div.histogram span.initials {
  width: 100%;
  height: 100%;
}
div.leaderboard div.histogram span.initials {
  font-size: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 400;
  border: none;
}
div.leaderboard div.histogram p {
  font-size: 0.9em;
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.leaderboard div.histogram p a {
  color: #000;
}
div.leaderboard div.histogram div.bar {
  display: inline-block;
  width: 40px;
  position: relative;
  top: 0;
  left: 0;
}
div.leaderboard div.histogram div.bar span {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #4f4f4f;
  color: #fff;
  padding-top: 10px;
}
section.panel.video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
div.video {
  width: 100%;
}
div.video.card {
  border: 1px solid rgba(var(--lightGrey), 1);
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  height: auto;
}
div.video.card.default {
  height: 197px;
  overflow: hidden;
}
div.video.card + div.video.card {
  margin-top: 30px;
}
div.video.card.no_border,
div.video.card.no_border + div.card {
  border: none;
  margin-top: 0;
}
div.video.card div.wrapper {
  overflow: hidden;
  min-width: 350px;
  width: 350px;
  height: 197px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.video.card.no_border div.wrapper {
  min-width: 0;
  width: 100%;
  height: 100%;
}
div.video.card div.wrapper div.play_background {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
div.video.card div.wrapper div.play_background:hover span.glyphicons_v2 {
  opacity: 0.6;
}
div.video.card div.wrapper div.play_background span.glyphicons_v2 {
  width: 50%;
  height: 50%;
  left: 1px;
  transition: opacity 200ms linear;
}
div.video.card div.wrapper a.play_trailer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.video.card div.iframe {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
div.video.card div.iframe iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
div.video.card div.info {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  border-left: 1px solid rgba(var(--lightGrey), 1);
  color: #000;
}
div.video.card div.info div {
  width: 100%;
  padding: 16px;
}
div.video.card div.info div:first-of-type {
  padding: 10px 16px 10px 16px;
  position: relative;
}
div.video.card div.info div.bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.03);
}
div.video.card div.info div:last-of-type {
  border-top: 1px solid rgba(var(--lightGrey), 1);
  padding: 10px 16px 10px 16px;
}
div.video.card div.info div.bg img {
  margin-right: 6px;
}
div.video.card div.info div h2 {
  font-size: 1.1em;
  margin-bottom: 0 !important;
  padding-right: 30px;
}
div.video.card div.info div.bg h2 {
  font-size: 1em;
  padding: 0;
}
div.video.card div.info div h2 span {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0px 4px 1px 4px;
  font-size: 0.9em;
  font-weight: 400;
}
div.video.card div.info div span.restricted_region {
  margin-top: 4px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 1px 3px;
  box-sizing: border-box;
}
div.video.card div.info div span.restricted_region:before {
  display: block;
  position: absolute;
  top: 0;
  left: 46%;
  content: "\02044";
  font-size: 1.9em;
}
div.video.card div.info div h3.show_name {
  width: 100%;
  font-size: 0.9em;
  display: block;
}
div.video.card div.info h3:first-of-type {
  font-size: 1.2em;
}
div.video.card div.info h3 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0;
  white-space: normal;
}
div.video.card div.info h3.sub {
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 4px;
}
div.video.card div.info h3 span {
  color: #666;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 5px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}
div.video.card div.info h4 {
  font-size: 1.1em;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
}
div.video.card div.info h4 a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9em;
}
div.video.card div.info h4 span {
  margin-left: 4px;
  opacity: 0.6;
}
div.video.card div.info p {
  font-size: 0.9em;
  margin: 0;
}
div.video.card div.info p.tags {
  white-space: normal;
  overflow: visible;
}
div.video.card.default div.info p.tags {
  white-space: normal;
  max-height: 2.8em;
  overflow: hidden;
}
div.video.card div.info p.tags span.read_more {
  visibility: hidden;
}
div.video.card div.info p.tags.ddd-truncated span.read_more {
  visibility: visible;
}
div.video.card div.info p span,
div.video.card div.info p.tags.ddd-truncated span.read_more a {
  font-weight: 600;
}
div.video.card div.info p:last-of-type {
  margin: 0;
}
div.video.card div.info p.report {
  position: absolute;
  bottom: 16px;
  left: 20px;
  margin: 0;
  padding: 0;
}
div.column p.login {
  margin: 50px 0 50px 0;
  color: #666;
  overflow: visible;
}
section.inner_content div.header_medium p.login a {
  color: #666;
}
section.inner_content div.header_medium p.login a:hover {
  color: #666;
}
div.header_info {
  width: 100%;
}
section.inner_content ul.shortcut_bar,
div.person_v4 section.main_column ul.shortcut_bar,
section.inner_content.person_content ul.shortcut_bar,
div.episode ul.episode_shortcut_bar {
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  box-sizing: border-box;
}
div.episode ul.episode_shortcut_bar {
  width: 100%;
  border-top: 1px solid rgba(var(--lightGrey), 1);
  padding: 10px 20px 12px 20px;
}
section.inner_content.person_content div.header_small ul.shortcut_bar {
  padding-left: 0;
}
div.header.medium div.pad + ul.shortcut_bar {
  margin-top: 30px;
}
section.inner_content ul.shortcut_bar li,
div.person_v4 section.main_column ul.shortcut_bar li,
div.episode ul.episode_shortcut_bar li {
  box-sizing: border-box;
  display: inline-flex;
  align-items: stretch;
  align-content: center;
  position: relative;
}
div.person_v4 section.main_column ul.shortcut_bar li {
  padding-top: 0;
}
section.inner_content ul.shortcut_bar li {
  font-size: 1em;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  align-content: center;
}
section.inner_content ul.shortcut_bar li.no_hover:hover {
  border-bottom: 5px solid #fff;
}
div.episode ul.episode_shortcut_bar li {
  font-size: 0.9em;
}
section.inner_content ul.shortcut_bar li.selected,
section.inner_content ul.shortcut_bar li:hover {
  border-bottom: 5px solid #acacac;
  padding-bottom: 13px;
}
section.inner_content ul.shortcut_bar div {
  display: flex;
}
section.inner_content ul.shortcut_bar div li {
  margin: 0 20px;
  position: relative;
  top: 0;
  left: 0;
}
section.inner_content ul.shortcut_bar div li:first-child {
  margin-left: 0;
  margin-right: 0;
}
section.inner_content ul.shortcut_bar div li:last-child {
  margin-right: 0;
}
section.inner_content ul.shortcut_bar li.selected a,
div.episode ul.episode_shortcut_bar li a:hover {
  color: #000;
}
section.inner_content ul.shortcut_bar li a,
div.episode ul.episode_shortcut_bar li a {
  color: #a3a3a3;
  font-size: 1.1em;
  font-weight: 600;
}
section.inner_content ul.shortcut_bar li:hover,
section.inner_content ul.shortcut_bar li:hover a {
  color: rgba(0, 0, 0, 0.5);
}
section.inner_content ul.shortcut_bar li a {
  color: #000;
}
section.inner_content ul.shortcut_bar li a:hover {
  color: inherit;
}
section.inner_content ul.shortcut_bar li.open a {
  color: #fff;
}
section.inner_content div.inner_sub_menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  display: none;
}
section.inner_content div.inner_sub_menu.visible {
  display: block;
}
section.inner_content div.inner_sub_menu ul {
  position: relative;
  top: 0;
  left: 0;
}
section.inner_content div.inner_sub_menu ul li {
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  padding: 14px 40px 14px 20px;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  background-color: #fff;
}
section.inner_content div.inner_sub_menu ul li a {
  font-weight: 600;
}
section.inner_content div.inner_sub_menu ul li a span {
  color: #666;
}
section.inner_content div.inner_sub_menu ul li.primary {
  padding: 0;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: transparent;
  display: flex;
  align-items: center;
  align-content: center;
}
section.inner_content div.inner_sub_menu ul li.primary a {
  font-size: 1.1em;
  font-weight: 600;
}
section.inner_content div.inner_sub_menu ul li.primary a,
section.inner_content div.inner_sub_menu ul li.primary a:hover {
  color: rgba(0, 0, 0, 0.5);
}
div.episode_list {
  width: 100%;
}
div.episode_list div.card {
  width: 100%;
  border: 1px solid rgba(var(--lightGrey), 1);
  border-radius: 8px;
  overflow: hidden;
}
div.episode_list div.card:nth-child(n + 2) {
  margin-top: 40px;
}
div.episode_navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
div.episode_navigation div {
  display: inline-flex;
  align-items: center;
  align-content: center;
}
div.episode_navigation div a {
  display: inline-flex;
  justify-content: flex-start;
}
div.episode_navigation div span.glyphicons_v2 {
  font-size: 1.4em;
}
div.episode_navigation div:first-of-type span.glyphicons_v2 {
  margin-right: 6px;
}
div.episode_navigation div:last-of-type span.glyphicons_v2 {
  margin-left: 6px;
}
p.back_to_top {
  margin: 20px 0 0 0;
  text-align: right;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  width: 100%;
}
p.back_to_top span.glyphicons_v2 {
  top: 3px;
  margin-left: 3px;
}
div.episode {
  display: flex;
  flex-wrap: wrap;
}
div.episode.closed div.info > div {
  width: 100%;
}
div.episode > div.wrapper {
  display: flex;
  width: 100%;
}
div.episode div.image {
  width: 227px;
  height: 127px;
}
div.episode div.image img {
  width: 227px;
  height: 127px;
}
div.episode div.image img.placeholder {
  border: none;
}
div.episode.opened div.info div.rating_wrapper {
  display: block;
}
div.episode.closed div.info div.rounded.rating {
  display: none;
}
div.episode div.info div.rounded.rating {
  padding: 0;
  display: inline-flex;
  padding-right: 10px;
}
div.episode.opened div.info div.rounded.rating div {
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 12px;
}
div.episode.opened div.info div.rounded.rating.true:hover {
  cursor: pointer;
}
div.episode.opened div.info div.rounded.rating span.glyphicons_v2 {
  margin-right: 4px;
}
div.episode div.expand {
  width: 100%;
  border-top: 1px solid rgba(var(--lightGrey), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
div.episode div.expand p {
  margin: 0;
}
div.episode div.expand p a {
  font-weight: 600;
}
div.episode.closed div.expand img {
  fill: #000;
}
div.episode.opened div.expand {
  display: none;
}
div.episode div.image a {
  width: 227px;
  height: 127px;
  display: block;
}
div.episode div.info {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.episode div.info > div {
  width: 100%;
}
div.episode h3 {
  font-size: 1em;
}
div.episode div.info div.title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
div.episode div.info div.title div.wrapper {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  width: 100%;
}
div.episode div.info div.title h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
}
div.episode div.info div.title h3 a {
  color: #000;
  font-weight: 600;
}
div.episode div.info span.episode_number {
  padding-right: 10px;
  font-weight: 700;
}
div.episode div.info div.date {
  flex: 0 0 auto;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: normal;
  color: #666;
}
div.media div.episode p,
div.media div.episode div.info div.overview p {
  white-space: normal;
  font-size: 0.9em;
}
div.media div.episode div.info div.overview p:last-of-type {
  margin-bottom: 0;
}
div.media div.episode div.info a.read_more {
  display: none;
}
div.media div.episode.closed div.info p a.read_more {
  color: #666;
  text-transform: lowercase;
}
div.expanded_wrapper {
  width: 100%;
}
div.episode div.expanded_info {
  padding: 15px 20px;
  border-top: 1px solid rgba(var(--lightGrey), 1);
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
div.episode div.expanded_info.wrap {
  flex-wrap: wrap;
}
div.episode div.expanded_info.wrap div.wrapper {
  width: 100%;
}
div.episode div.expanded_info div.crew {
  width: 30%;
}
div.episode div.expanded_info div.guest_stars {
  width: 70%;
}
div.episode div.expanded_info p {
  margin-bottom: 0;
}
div.episode div.expanded_info p strong {
  font-weight: 600;
}
div.episode div.episode_images {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
div.episode div.episode_images::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
div.episode div.episode_images::-webkit-scrollbar-track {
  background: transparent;
}
div.episode div.episode_images::-webkit-scrollbar-thumb {
  background-color: rgb(219,219,219);
  border-radius: 20px;
}
div.episode div.episode_images {
  display: flex;
  flex-wrap: nowrap;
}
div.episode div.episode_images div {
  display: block;
  width: 160px;
  height: 90px;
  margin-right: 10px;
}
div.episode div.episode_images div:last-child {
  margin-right: 0;
}
div.episode div.episode_images div a {
  width: 100%;
  height: 100%;
  display: block;
}
div.episode div.episode_images div img {
  width: 160px;
  height: 90px;
}
div.episode ol.people.credits {
  margin-bottom: 0;
}
div.episode ol.people.credits li div.info {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
div.episode ol.people.credits div.no_image_holder {
  border-radius: 8px;
}
div.expanded_info a.right {
  font-size: 0.8em;
  font-weight: normal;
}
span.buttons div.loader {
  display: inline-block;
  position: relative;
  top: 13px;
  right: 30px;
}
section.inner_content span.buttons a.button.rounded {
  padding: 8px 12px;
  margin-top: 0;
  background-color: #ccc;
  border-width: 1px;
  color: #000;
  background: linear-gradient(#eee, #dcdcdc);
  border-color: #ccc;
}
section.inner_content span.buttons a.button.rounded.selected,
section.inner_content span.buttons a.button.rounded:hover {
  background: linear-gradient(#dcdcdc, #eee);
}
section.inner_content span.buttons a.button.rounded {
  font-size: 0.8em;
}
section.inner_content h3 span.buttons {
  font-size: 0.9em;
}
section.inner_content span.buttons a.button.rounded.no_hover:hover {
  background: linear-gradient(#eee, #dcdcdc);
  cursor: default;
}
section.inner_content span.buttons a.button.rounded.right_edge {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
section.inner_content span.buttons a.button.rounded.left_edge {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section.inner_content span.buttons a.button.rounded.middle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-width: 0;
}
section.inner_content a.button.rounded.edit.text {
  font-weight: 400;
  border-color: #ccc;
  font-size: 0.7em;
}
section.inner_content a.button.rounded.edit.text:hover {
  border-color: #ccc;
}

section.panel.collection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.panel.collection div {
  width: 100%;
}
div.header.collection h2 {
  font-size: 1.9em;
  font-weight: 600;
  margin-bottom: 0;
}
div.header.collection p {
  font-size: 1.1em;
  color: #fff;
}
div.header.collection p.new_button a {
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
}
h3 span.translator {
  font-size: 0.7em;
  position: relative;
  top: -2px;
  left: 10px;
}
div.media_tooltip_popup div.image,
div.media_tooltip_popup div.image a {
  width: 94px;
  height: 141px;
  display: inline-block;
}
div.header div.inner_content.tight div.content.space_between {
  align-items: center;
  justify-content: space-between;
}
div.header div.inner_content div.about h2 {
  margin-right: 30px;
  font-size: 1.8em;
}
div.header
  div.inner_content.tight
  div.content.space_between
  div.about
  + div.flex
  h2 {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
div.header div.inner_content.tight div.content.space_between div.flex {
  display: flex;
  align-items: center;
}
div.header div.inner_content.tight div.content.space_between span.flex {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
div.header
  div.inner_content.tight
  div.content.space_between
  span.flex
  span.inner_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div.header
  div.inner_content.tight
  div.content.space_between
  span.flex
  span.inner_flex
  div.inner_flex {
  display: flex;
  align-items: center;
}
div.header div.inner_content div.content span.flex span.inner_flex > a {
  display: block;
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
div.header div.inner_content.tight div.content a img {
  border-radius: 4px;
  display: inline-block;
}
div.header div.inner_content.tight div.content a img.poster {
  width: 50px;
  height: 50px;
}
div.header div.inner_content.tight div.content a img.backdrop {
  width: 89px;
  height: 50px;
}
div.header div.inner_content.tight div.content a.logo img {
  border-radius: 0;
}
div.header
  div.inner_content
  div.content.backdrop
  span.flex
  span.inner_flex
  > a {
  width: 89px;
  min-width: 89px;
  height: 50px;
}


.hero {
  position: relative;
  display: flex;
  height: calc(100vh - 75px); /* Adjust the height as needed */
  min-height: 500px;
  max-height: 950px;
background-color: #042c5c;
  width: 100%;
  overflow: hidden;
  
  
}

.hero-content {
  text-align: center;
 
  padding: 20px 50px;
  
  
}
.hero-bg{
  background-color: #00000080;
  z-index: 1;
  width: 500px;
color:white;
display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

.nolly{

  font-size: 54px;
  color: #fc4c10;
  font: bolder;
  background-color: white;

}
.nolly-logo{
  object-fit: contain;
}
.hero-content h1 {
  font-size: 36px;
  font-weight: 700 !important;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
  color:white;
}

.hero-right-content {
  text-align: center;
  z-index: 1;
  width: 350px;
color:white;
padding-top: 20px;
    
}


.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #fc4c10; /* Set your desired button color */
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  margin-top: 30px;
}

.btn:hover {
  background-color: #c73200;
  scale: 1.25;
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s; /* Change to a slightly darker shade on hover */
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  background-color: #042c5c;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 768px) {
  .hero {
    flex-direction: column;
    height: calc(100vh - 75px);
    padding: 0px;
  }

  .hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
    padding: 40px 20px;
    margin-left: 0;
  }

  .hero-bg{
    background-color: #00000080;
  }

  .hero-content h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
  }

  .hero-content p {
    font-size: 18px;
  }
  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
   
  }

  .hero-left-content {
    text-align: center;
    z-index: 1;
  color:white;
  padding-top: 40px;
      
  }
}

.hero-content {
  animation: fadein 1s ease-in-out;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-left-content
{
  animation: slideinLeft 1s ease-in-out;
}

@keyframes slideinLeft {
  from {
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.hero-right-content {
  animation: slideinRight 1s ease-in-out;
}

@keyframes slideinRight {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.btn {
  transition: transform 0.3s ease-in-out;
}

.btn:hover {
  transform: scale(1.1);
}
