* {
  outline: none;
}

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

body {
  background-color: #1e2026;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ffb600;
  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: #999;
}

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

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

.button {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #303136;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 36px;
}
.button:hover {
  opacity: 0.8;
  color: #fff;
}
.button.button-alt {
  border: 0;
  background-color: #ffb600;
  color: #1e2026;
  line-height: 38px;
}
.button.button-alt:hover {
  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 {
  position: relative;
  min-width: 240px;
  max-width: 240px;
  height: 75px;
  margin: 0 20px 0 0;
  display: block;
}
.logo img {
  position: absolute;
  width: auto;
  max-width: none;
  top: 0;
  left: -53px;
  display: block;
}

.project-header {
  padding: 0;
  background-color: #1a1b21;
}
.project-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: #fd4300;
  cursor: pointer;
}

.project-header-panel {
  display: flex;
}

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

.nav-menu {
  background-color: #1a1b21;
  border-top: 1px solid #303136;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.nav-menu > .container {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-menu > .container > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.nav-menu > .container > ul > li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.nav-menu > .container > ul > li:last-child {
  margin: 0;
}
.nav-menu > .container > ul > li .la {
  margin: -2px 4px 0 0;
  vertical-align: middle;
  font-size: 20px;
}
.nav-menu > .container > ul.menu > li > a {
  text-transform: uppercase;
}
.nav-menu > .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: #1a1b21;
  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-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-title h1, .page-title h2, .page-title h3 {
  margin-right: auto;
}
.page-title .page-order {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-title .page-order li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
}
.page-title .page-order li .button {
  height: 32px;
  margin: 2px 0;
  padding: 0 10px;
  line-height: 32px;
}
.page-title .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;
}

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

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

.itm-img {
  position: relative;
  padding: 75% 0 0 0;
  display: block;
}
.itm-img > img, .itm-img > source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.itm-title, .itm-description, .itm-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;
}

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

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

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

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

.itm-duration, .itm-rating, .itm-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;
}
.itm-duration .la, .itm-rating .la, .itm-hd .la {
  margin: -2px 2px 0 0;
  vertical-align: middle;
  font-size: 18px;
}

.itm-duration {
  left: 2px;
}

.itm-rating {
  right: 2px;
}

.itm-hd {
  top: 2px;
  left: 2px;
  right: auto;
  bottom: auto;
  background-color: #fd4300;
  color: #fff;
}

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

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

.embed-player {
  position: relative;
  padding: 75% 0 0 0;
}
.embed-player iframe, .embed-player .player-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.embed-player .play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px 20px;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}
.embed-player .play:hover {
  opacity: 0.7;
}

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

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

.embed-rating {
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
}
.embed-rating .la {
  margin: -3px 0 0 0;
  font-size: 30px;
  vertical-align: middle;
}
.embed-rating .la-thumbs-up {
  color: #78b808;
}
.embed-rating .la-thumbs-down {
  color: #fd4300;
}
.embed-rating .button[disabled] .la {
  color: #ccc !important;
  cursor: default;
}

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

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

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

.embed-links a {
  color: #ffb600;
  text-decoration: none;
}
.embed-links a:hover {
  text-decoration: underline;
}

.embed-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: #ffb600;
}
.searches li a:hover {
  color: #ffb600;
}
.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 #303136;
  list-style: none;
}
.niches .niches-title {
  color: #fd4300;
}
.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: #252b36;
  font-size: 12px;
  color: #999;
}
.niches a:hover {
  color: #ffb600;
}
.niches a:hover span {
  background-color: #ffb600;
  color: #1e2026;
}

.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 #303136;
  display: flex;
  font-size: 14px;
}
.sites li a {
  display: flex;
}
.sites li span {
  margin: 0 10px 0 0;
  color: #fd4300;
}

.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;
}

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

@media screen and (max-width: 1199px) {
  .project-header > .container {
    flex-wrap: wrap;
  }
  .project-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;
  }

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

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

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

  .embed-aside {
    margin: 0;
    max-height: 250px;
    overflow: hidden;
  }
  .embed-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) {
  .itm {
    width: calc(33.33% - 10px);
  }

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

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

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

  .embed-stats {
    margin: 10px 0 0 0;
  }
  .embed-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) {
  .itm {
    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;
  }
}
