/**
 * Bootstrap variables override
 */
.section-movies-list {
  background: #131722;
  counter-reset: my-sec-counter;
  padding-bottom: 72px; }
  .section-movies-list .movies__inner {
    margin: 0; }
    .section-movies-list .movies__inner .movie {
      margin-bottom: 0;
      padding: 0; }
  .section-movies-list__inner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .section-movies-list__inner {
        flex-direction: row; } }
    .section-movies-list__inner .top-movies-list {
      padding: 0px;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .section-movies-list__inner .top-movies-list {
          flex: 0 0 32%;
          max-width: 32%; } }
      @media (max-width: 767.98px) {
        .section-movies-list__inner .top-movies-list + .featured-with-list-view-movies-list {
          flex: 0 0 100%;
          max-width: 100%; } }
      @media (min-width: 992px) {
        .section-movies-list__inner .top-movies-list + .featured-with-list-view-movies-list {
          padding-left: 30px; } }
      @media (min-width: 1200px) {
        .section-movies-list__inner .top-movies-list + .featured-with-list-view-movies-list {
          padding-left: 50px; } }
      @media (min-width: 1440px) {
        .section-movies-list__inner .top-movies-list + .featured-with-list-view-movies-list {
          padding-left: 70px; } }
  .section-movies-list .top-movies-list {
    background: #1c212e; }
    .section-movies-list .top-movies-list__header {
      padding: 34px 0px 17px 0px;
      margin: 0 36px;
      border-bottom: 1px solid #2f2f33; }
      .section-movies-list .top-movies-list__header a {
        color: #949494; }
    .section-movies-list .top-movies-list__info {
      padding: 16px 0; }
      .section-movies-list .top-movies-list__info .movie-list {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #2f2f33; }
        .section-movies-list .top-movies-list__info .movie-list:before {
          counter-increment: my-sec-counter;
          content: counter(my-sec-counter) " ";
          margin-right: 25px;
          text-align: center;
          color: #fff;
          font-size: 36px;
          line-height: 18px;
          font-family: "Montserrat", "Open Sans", sans-serif;
          font-weight: 700; }
          @media (min-width: 1200px) {
            .section-movies-list .top-movies-list__info .movie-list:before {
              width: 40px; } }
      .section-movies-list .top-movies-list__info .movie:last-child .movie-list {
        border: none; }
      .section-movies-list .top-movies-list__info .movie-list__poster {
        display: none; }
      .section-movies-list .top-movies-list__info .movie-list__body {
        padding: 15px 0;
        overflow: hidden;
        width: 100%; }
    .section-movies-list .top-movies-list .movies__inner {
      flex-direction: column; }
      @media (min-width: 992px) {
        .section-movies-list .top-movies-list .movies__inner {
          flex-direction: row; } }
      .section-movies-list .top-movies-list .movies__inner .movie {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 36px;
        padding-right: 36px; }
  .section-movies-list__title {
    font-size: 22px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    font-family: "Montserrat", "Open Sans", sans-serif; }
    @media (min-width: 1200px) {
      .section-movies-list__title {
        margin-bottom: 0; } }
    .section-movies-list__title:before {
      content: none; }
  .section-movies-list__header a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #949494; }
    .section-movies-list__header a.active {
      font-weight: 700; }
  .section-movies-list .movie-list__year {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #949cb0;
    margin-bottom: 2px;
    display: block; }
    .section-movies-list .movie-list__year a {
      color: #949cb0; }
  .section-movies-list .movie-list__name {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .section-movies-list .movie-list__genre {
    font-size: 12px;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .section-movies-list .featured-with-list-view-movies-list__header {
    border-bottom: 1px solid #2f2f33;
    padding-top: 35px;
    padding-bottom: 16px;
    margin-bottom: 17px; }
    .section-movies-list .featured-with-list-view-movies-list__header:before {
      content: none; }
    .section-movies-list .featured-with-list-view-movies-list__header a {
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      color: #949494; }
      .section-movies-list .featured-with-list-view-movies-list__header a.active {
        font-weight: 700; }
    .section-movies-list .featured-with-list-view-movies-list__header .nav-tabs li + li {
      margin-left: 25px; }
  .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie {
        flex-wrap: wrap; } }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster {
      margin-bottom: 25px; }
      @media (min-width: 576px) {
        .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster {
          flex: 0 0 20%;
          max-width: 20%;
          margin-bottom: 0; } }
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster .movie__link {
        height: 100%;
        padding: 0; }
        .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster .movie__link .movie__poster--image,
        .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster .movie__link .masvideos-placeholder {
          position: relative; }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__body {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 576px) {
        .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          padding-left: 46px; } }
      @media (min-width: 1200px) {
        .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__body {
          flex: 0 0 80%;
          max-width: 80%; } }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__meta--genre {
      display: none; }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__meta > span + span:before {
      content: none; }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__short-description {
      display: block; }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__title {
      font-size: 19px;
      line-height: 18px;
      color: #fff;
      margin-bottom: 12.5px;
      display: inline-block; }
    @media (min-width: 768px) {
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions {
        display: flex; } }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch {
      display: inline-block;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
              user-select: none;
      border: 2px solid transparent;
      text-transform: uppercase;
      padding: 14px 18.7px;
      font-size: 0.75rem;
      line-height: 1;
      border-radius: 5px;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      color: #fff;
      font-family: "Montserrat", "Open Sans", sans-serif;
      min-width: 125px; }
      @media (prefers-reduced-motion: reduce) {
        .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch {
          transition: none; } }
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:hover, .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:focus {
        text-decoration: none; }
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:focus, .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch.focus {
        outline: 0; }
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch.disabled, .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:disabled {
        opacity: 0.65; }
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled) {
        cursor: pointer; }
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled):active, .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled).active {
        background-image: none; }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_add-to-playlist {
      margin-left: 5px; }
      .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle {
        color: #fff;
        border-radius: 5px; }
        .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle:hover, .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle:focus {
          background-color: #fff;
          color: #000; }
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__badge {
      display: none; }
  @media (min-width: 768px) {
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie__actions--link + .featured-movie__actions--link {
      margin-left: 5px; } }
  .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .columns-1 .movies__inner > .movie {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .columns-1 .movies__inner > .movie {
          flex: 0 0 50%;
          max-width: 50%; } }
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list {
      position: relative;
      cursor: pointer;
      display: flex;
      padding: 13px 0px;
      align-items: center;
      border-top: 1px solid #2f2f33; }
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__poster {
        flex: 0 0 16.5%;
        max-width: 16.5%; }
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__body {
        margin-left: 18px; }
        @media (min-width: 768px) {
          .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__body {
            overflow: hidden;
            width: 100%; } }
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__genre {
        padding-top: 10px; }
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__name {
        margin-bottom: 5px; }
    @media (min-width: 768px) {
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(n) .movie-list {
        margin-right: 47px; }
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2n) {
        position: relative; }
        .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2n) .movie-list {
          margin-left: 47px;
          margin-right: 0; }
        .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2n):before {
          content: " ";
          width: 1px;
          height: 100%;
          background-color: #2c3346;
          display: block;
          position: absolute; }
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(1) .movie-list, .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2) .movie-list {
        padding-top: 0;
        border-top: none; } }
    @media (min-width: 992px) and (max-width: 1439.98px) {
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(n) .movie-list {
        margin-right: 30px; }
      .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2n) .movie-list {
        margin-left: 30px;
        margin-right: 0; } }

.section-movies-list .top-movies-list__header .nav-tabs,
.section-movies-list .nav-tabs {
  margin-top: 15px;
  display: none; }
  @media (min-width: 992px) {
    .section-movies-list .top-movies-list__header .nav-tabs,
    .section-movies-list .nav-tabs {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .section-movies-list .top-movies-list__header .nav-tabs,
    .section-movies-list .nav-tabs {
      display: flex; } }
  .section-movies-list .top-movies-list__header .nav-tabs li + li,
  .section-movies-list .nav-tabs li + li {
    margin-left: 19px; }
  .section-movies-list .top-movies-list__header .nav-tabs li a.nav-link,
  .section-movies-list .nav-tabs li a.nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.025em; }
    .section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active,
    .section-movies-list .nav-tabs li a.nav-link.active {
      font-weight: 700; }

.section-movies-list .top-movies-list__header,
.section-movies-list .featured-with-list-view-movies-list__header {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .section-movies-list .top-movies-list__header,
    .section-movies-list .featured-with-list-view-movies-list__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row; } }

.section-movies-list .top-movies-list__header .nav-tabs {
  display: none; }
  @media (min-width: 1440px) {
    .section-movies-list .top-movies-list__header .nav-tabs {
      display: flex; } }
