* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #20003a;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #90809d;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ff004a;
  text-decoration: none;
}

h1, h2, h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
h1 small, h2 small, h3 small {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #90809d;
}

.heading {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.heading h1, .heading h2, .heading h3 {
  margin: 0 auto 0 0;
  padding: 0;
  border-bottom: 0;
}
.heading .order {
  margin: 0 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.heading .order li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
}
.heading .order li .btn {
  height: 30px;
  margin: 2px 0;
  padding: 0 10px;
  line-height: 30px;
}
.heading .order li:last-child {
  margin: 0;
}
.heading .order:last-child {
  margin: 0;
}

.input-text {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #2e1a3d;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.input-text:focus {
  border-color: #ff004a;
}

.btn {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #453352;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 36px;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
}
.btn.btn-alt {
  border: 0;
  background-image: linear-gradient(to bottom, #8e14b6 0%, #ff004a 100%);
  color: #fff;
  line-height: 38px;
}
.btn.btn-alt:hover {
  background-color: #ff004a;
  opacity: 0.9;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.logo {
  min-width: 218px;
  max-width: 218px;
  margin: 0 20px 0 0;
  display: block;
}
.logo img {
  display: block;
}

.header {
  padding: 2px 0;
  background-color: #160027;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-icons {
  margin: 0 0 0 auto;
  display: none;
  font-size: 24px;
  color: #fff;
}
.toggle-icons span {
  cursor: pointer;
}

.search-form {
  position: relative;
  flex-grow: 1;
  margin: 0;
}
.search-form .search-button {
  position: absolute;
  top: 0;
  right: 5px;
  height: 38px;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.header-panel {
  display: flex;
}

.language .dropdown-container {
  left: auto;
  right: 0;
}

.navigation {
  background-color: #160027;
  border-top: 1px solid #320059;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.navigation > .container {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation > .container > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.navigation > .container > ul > li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.navigation > .container > ul > li:last-child {
  margin: 0;
}
.navigation > .container > ul > li .la {
  margin: -2px 4px 0 0;
  vertical-align: middle;
  font-size: 20px;
}
.navigation > .container > ul.menu > li > a {
  text-transform: uppercase;
}
.navigation > .container .user-menu {
  display: none;
}

.dropdown {
  position: relative;
}
.dropdown .la-angle-down {
  margin: -3px 0 0 2px !important;
  font-size: 14px !important;
}

.dropdown-container {
  position: absolute;
  left: 0;
  margin: 5px 0;
  padding: 0;
  background: #160027;
  z-index: 2;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
  line-height: normal;
  display: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.dropdown-container li {
  margin: 10px;
  padding: 0 10px;
  display: block;
  list-style: none;
}

.page-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-heading h1, .page-heading h2, .page-heading h3 {
  margin-right: auto;
}
.page-heading .page-order {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-heading .page-order li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
}
.page-heading .page-order li .btn {
  height: 32px;
  margin: 2px 0;
  padding: 0 10px;
  line-height: 32px;
}
.page-heading .page-order li:last-child {
  margin: 0;
}

.page-tags {
  margin: -5px 0 10px 0;
}

.page-nav {
  margin: 8px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  line-height: 38px;
}
.page-nav li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.page-nav .la {
  margin: -2px 4px 0 4px;
  vertical-align: middle;
  font-size: 20px;
}

.thumbs {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.thumb {
  position: relative;
  width: calc(20% - 10px);
  margin: 0 5px 10px 5px;
  display: block;
}

.thumb-img {
  position: relative;
  padding: 75% 0 0 0;
}
.thumb-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumb-title, .thumb-description, .thumb-tags {
  width: 100%;
  height: 24px;
  margin: 5px 0;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.thumb-title {
  text-align: center;
  font-weight: 700;
}

.thumb-description {
  margin: 5px 0 0 0;
  text-align: left;
}

.thumb-tags {
  margin: 0;
  text-align: left;
  font-size: 12px;
  color: #c98dff;
}
.thumb-tags a {
  color: #c98dff;
  text-decoration: underline;
}
.thumb-tags a:hover {
  text-decoration: none;
}

.thumb-amount {
  margin-left: 5px;
  font-weight: 400;
}

.thumb-duration, .thumb-rating, .thumb-hd {
  position: absolute;
  bottom: 2px;
  padding: 0 5px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.thumb-duration .la, .thumb-rating .la, .thumb-hd .la {
  margin: -2px 2px 0 0;
  vertical-align: middle;
  font-size: 18px;
}

.thumb-duration {
  left: 2px;
}

.thumb-rating {
  right: 2px;
}

.thumb-hd {
  top: 2px;
  left: 2px;
  right: auto;
  bottom: auto;
  background-image: linear-gradient(to bottom, #8e14b6 0%, #ff004a 100%);
  color: #fff;
}

.movie-wrapper {
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.movie-container {
  position: relative;
  flex-grow: 1;
}

.movie-player {
  position: relative;
  padding: 56.25% 0 0 0;
}
.movie-player .player-code, .movie-player .fluid_video_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie-block {
  width: 100%;
  margin: 10px 0;
}

.movie-actions {
  display: flex;
  align-items: center;
}

.movie-rating {
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
}
.movie-rating .la {
  margin: -3px 0 0 0;
  font-size: 30px;
  vertical-align: middle;
}
.movie-rating .la-thumbs-up {
  color: #78b808;
}
.movie-rating .la-thumbs-down {
  color: #cc0000;
}
.movie-rating .btn.disabled {
  cursor: default;
}

.movie-rating-stats {
  margin: 0 10px;
  flex-grow: 1;
}

.movie-rating-line {
  width: 100%;
  height: 3px;
  background: #cc0000;
}
.movie-rating-line span {
  height: 3px;
  display: block;
  background: #78b808;
}

.movie-stats {
  margin: 0 0 0 20px;
  padding: 0;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.movie-stats li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.movie-stats .la {
  font-size: 20px;
  vertical-align: middle;
  color: #ff004a;
}

.movie-links a {
  color: #ff004a;
  text-decoration: underline;
}
.movie-links a:hover {
  text-decoration: none;
}

.movie-aside {
  min-width: 300px;
  margin: 0 0 0 10px;
  text-align: center;
}

.searches {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.searches li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.searches li .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  color: #ff004a;
}
.searches li a:hover {
  color: #ff004a;
}
.searches .size-1 {
  font-size: 12px;
}
.searches .size-2 {
  font-size: 15px;
}
.searches .size-3 {
  font-size: 18px;
}
.searches .size-4 {
  font-size: 20px;
}
.searches .size-5 {
  font-size: 22px;
}

.niches {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.niches li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  display: inline-block;
  border-bottom: 1px dotted #422658;
  list-style: none;
}
.niches .niches-title {
  color: #ff004a;
}
.niches a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.niches a span {
  margin: 0 0 0 auto;
  padding: 0 4px;
  display: inline-block;
  border-radius: 3px;
  background-color: #36194d;
  font-size: 14px;
  color: #b7b7b7;
}
.niches a:hover {
  color: #ff004a;
}
.niches a:hover span {
  background-color: #ff004a;
  color: #fff;
}

.sites {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.sites li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #422658;
  display: flex;
  font-size: 14px;
}
.sites li a {
  display: flex;
}
.sites li span {
  margin: 0 10px 0 0;
  color: #c98dff;
}

.text {
  margin: 20px 0;
}

.bottom {
  height: 250px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.bottom > div {
  min-width: 300px;
  max-width: 300px;
  margin: 0;
}

.footer {
  padding: 20px 0;
  background-color: #160027;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.footer .container-logo {
  position: relative;
}
.footer .container-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  display: block;
  background-color: #453352;
}
.footer .logo {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #160027;
  display: block;
  z-index: 2;
}
.footer .footer-disclaimer {
  width: 100%;
  margin: 20px 0;
}
.footer .footer-links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .footer-links li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1199px) {
  .header > .container {
    flex-wrap: wrap;
  }
  .header .logo {
    order: 1;
    min-width: 140px;
    max-width: 140px;
  }

  .toggle-icons {
    order: 3;
    display: block;
  }

  .search-form {
    order: 4;
    width: 100%;
    margin: 10px 0 0 0;
    display: none;
  }

  .header-panel {
    order: 2;
  }
  .header-panel .btn-header {
    display: none;
  }

  .navigation {
    margin-bottom: 0;
    display: none;
  }
  .navigation > .container {
    flex-direction: column;
  }
  .navigation > .container ul {
    width: 100%;
    padding: 10px 0 0 0;
    flex-direction: column;
  }
  .navigation > .container ul li {
    margin: 0 0 10px 0 !important;
  }
  .navigation > .container .user-menu {
    border-top: 1px solid #320059;
    display: block !important;
  }

  .movie-wrapper {
    flex-direction: column;
  }

  .movie-aside {
    margin: 0;
    max-height: 250px;
    overflow: hidden;
  }
  .movie-aside > div {
    display: inline-block;
  }

  .niches, .sites {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  .bottom {
    width: 100%;
    max-height: 250px;
    margin: 20px 0;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom > div {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1023px) {
  .thumb {
    width: calc(33.33% - 10px);
  }

  .movie-block {
    flex-direction: column;
  }

  .movie-actions {
    flex-direction: column;
  }

  .movie-rating {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .movie-stats {
    margin: 10px 0 0 0;
  }
  .movie-stats li {
    margin: 0 20px 0 0;
  }

  .niches, .sites {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .thumb {
    width: calc(50% - 10px);
  }

  .niches, .sites {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 479px) {
  h1, h2, h3 {
    font-size: 20px;
    line-height: normal;
  }

  .page-tags {
    margin-top: 0;
  }

  .niches {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
