* {
  outline: none;
}

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

body {
  background-color: #f7f7f7;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #646060;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: #2a2a2a;
  text-decoration: none;
}
a:hover {
  color: #db0000;
  text-decoration: underline;
}

.text-muted {
  color: #6d6d6d !important;
}

.text-bold {
  font-weight: 700;
}

.text-bigger {
  font-size: 18px;
}

h1, h2, h3 {
  margin: 10px auto 10px 0;
  font-size: 32px;
  font-weight: 400;
  color: #6d6d6d;
}
h1 a, h2 a, h3 a {
  font-weight: 700;
}
h1 a.link, h2 a.link, h3 a.link {
  color: #db0000;
}

.title {
  margin: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.title h1, .title h2, .title h3 {
  margin: 0 auto 0 0;
}
.title .view-more {
  font-size: 18px;
  font-weight: 500;
}
.title .view-more:hover {
  text-decoration: none;
}
.title .view-more i {
  margin: -3px 4px 0 0;
  vertical-align: middle;
  font-size: 22px;
}

.input {
  width: 100%;
  height: 41px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.input:focus {
  border-color: #ccc;
}

.btn {
  height: 41px;
  padding: 0 15px;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #db0000;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 41px;
}
.btn:hover {
  background-color: #eb0a0a;
  color: #fff;
  text-decoration: none;
}
.btn.btn-transparent {
  background-color: transparent;
  color: #110000;
}
.btn.btn-transparent:hover {
  background-color: transparent;
  color: #db0000;
}
.btn.btn-light {
  background-color: #f5f5f5;
  color: #110000;
}
.btn.btn-light:hover {
  background-color: #f5f5f5;
  color: #db0000;
}
.btn.btn-default {
  background-color: #e2e2e2;
  color: #110000;
}
.btn.btn-default:hover {
  background-color: #e2e2e2;
  color: #db0000;
}

.dropdown {
  position: relative;
}
.dropdown-container {
  position: absolute;
  margin: 0;
  padding: 10px 0;
  display: none;
  background-color: #fff;
  border-radius: 3px;
  z-index: 2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.dropdown-container.active {
  display: block;
}
.dropdown-container ul {
  margin: 0;
  padding: 0;
}
.dropdown-container li {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.dropdown-container a {
  padding: 3px 20px;
  display: block;
  font-weight: 500;
  color: #171717;
  text-decoration: none;
}
.dropdown-container a:hover {
  background-color: #e7e7e7;
  color: #171717;
}

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

.main {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

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

.logo {
  width: 174px;
  height: 41px;
  display: block;
}
.logo img {
  margin: -24px 0 0 0;
  display: block;
}

.nav-toggle, .search-toggle {
  font-size: 24px;
  cursor: pointer;
  display: none;
  color: #110000;
}

.header {
  padding: 25px 0;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.header .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.nav-menu {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.nav-menu li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
}
.nav-menu li:last-child {
  margin: 0;
}
.nav-menu li > a:not(.btn) {
  padding: 5px 15px;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}
.nav-menu li > a:not(.btn):hover, .nav-menu li > a:not(.btn).active {
  background-color: #e9e9e9;
  color: #110000;
  text-decoration: none;
}

.search {
  position: relative;
  margin: 0 20px;
}
.search-input {
  background-color: #f5f5f5;
}
.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 41px;
  border: 0;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
  color: #888;
  cursor: pointer;
}

.thumbs {
  margin: 10px 0 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.th:hover {
  box-shadow: 0 0 5px 0 rgba(219, 0, 0, 0.2);
}
.th-img {
  position: relative;
  padding-top: 56.25%;
  display: block;
}
.th-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.th-info {
  padding: 5px 10px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 500;
  line-height: 20px;
}
.th-amount {
  display: block;
}

.pics {
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}
.pics .th-img {
  padding-top: 128%;
}
.pics .th-info {
  padding: 10px;
  text-align: center;
}

.channels {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.channels .th:hover .th-channel {
  background-color: rgba(219, 0, 0, 0.5);
}
.channels .th-img {
  padding-top: 56.25%;
}
.channels .th-channel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.channels .th-info {
  padding: 15px 10px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.channels .th-info a {
  font-weight: 500;
  color: #db0000;
}

.categories .th {
  text-align: center;
}

.featured {
  margin-bottom: 20px;
}
.featured-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.featured-image, .featured-body {
  position: relative;
  width: 48%;
}
.featured-image a {
  position: relative;
  padding-top: 56.25%;
  display: block;
}
.featured-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.featured-body {
  padding-bottom: 61px;
  box-sizing: border-box;
}
.featured-text {
  font-size: 18px;
}
.featured-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.video-row {
  margin: 10px 0 40px 0;
  display: -webkit-flex;
  display: flex;
}
.video-col {
  min-width: 60%;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.video-aside {
  margin: 0 0 0 26px;
}
.video-player {
  position: relative;
  padding: 56.25% 0 0 0;
}
.video-player .player-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.video-info {
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
}
.video-rating {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
}
.video-rating > .btn {
  margin: 0 10px 0 0;
  font-size: 16px;
  text-transform: uppercase;
}
.video-rating > .btn .la {
  margin: -3px 0 0 0;
  vertical-align: middle;
  font-size: 24px;
}
.video-rating > .btn.btn-like .la {
  margin-right: 5px;
}
.video-source {
  font-size: 32px;
  font-weight: 700;
  color: #db0000;
  line-height: normal;
}

.tabs {
  margin: 10px 0 20px 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabs li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.tabs li:last-child {
  margin-right: 0;
}
.tabs li a {
  font-size: 24px;
  font-weight: 500;
}
.tabs li.toggled a {
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #e2e2e2;
  pointer-events: none;
  color: #110000;
  text-decoration: none;
}

.tab {
  display: none;
}
.tab.toggled {
  display: block;
}

.thumbs-more {
  margin: 20px 0 40px 0;
  text-align: center;
}
.thumbs-more a {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}
.thumbs-more a:hover {
  background-color: #e2e2e2;
  text-decoration: none;
}

.sort {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sort > li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.sort > li:last-child {
  margin-right: 0;
}
.sort > li > a {
  font-size: 18px;
  font-weight: 500;
}
.sort > li > a .la {
  margin: -2px 0 0 5px;
  vertical-align: middle;
  font-size: 20px;
}

.paginator {
  margin: 10px 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.paginator li {
  margin: 5px;
  padding: 0;
  list-style: none;
}
.paginator li.active .btn {
  pointer-events: none;
}
.paginator .la {
  margin: -2px 0 0 0;
  vertical-align: middle;
  font-size: 24px;
}

.footer {
  padding: 40px 0 20px 0;
  background-color: #292929;
  font-size: 15px;
  color: #fff;
}
.footer .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}
.footer .disclaimer {
  margin: 40px 0 20px 0;
  color: #a6a3a3;
}

@media screen and (max-width: 1199px) {
  .pics {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .logo {
    width: auto;
  }
  .logo img {
    height: 60px;
    margin-top: -14px;
  }

  .header {
    padding: 15px 0;
  }
  .header .container {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .header .logo {
    margin-right: auto;
  }

  .nav {
    width: 100%;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav-menu {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    display: none;
  }
  .nav-menu.toggled {
    display: -webkit-flex;
    display: flex;
  }

  .search {
    width: 100%;
    margin: 20px 0 0 0;
    display: none;
  }
  .search.toggled {
    display: block;
  }

  .nav-toggle, .search-toggle {
    display: inline-block;
  }

  .nav-toggle {
    margin-left: 10px;
  }

  .thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .pics {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .channels {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .channels .th-channel {
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }

  .featured-row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .featured-image, .featured-body {
    width: 100%;
  }
  .featured-body {
    margin-top: 20px;
  }

  .video-row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .video-aside {
    margin: 10px 0;
    text-align: center;
  }
  .video-info {
    -webkit-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .video-rating {
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 767px) {
  .thumbs {
    grid-template-columns: repeat(2, 1fr);
  }

  .pics {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  h1, h2, h3 {
    font-size: 24px;
    line-height: normal;
  }

  .nav {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .nav-menu-main {
    width: 100%;
    padding-bottom: 10px;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #ddd;
  }
  .nav-menu-main li {
    width: 100%;
    margin: 0;
  }
  .nav-menu-account {
    margin-top: 0;
    padding-top: 15px;
  }

  .thumbs {
    grid-template-columns: repeat(1, 1fr);
  }

  .pics {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-rating {
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }

  .tabs li {
    margin-bottom: 10px;
  }
  .tabs li a {
    font-size: 16px;
  }
  .tabs li.toggled a {
    padding: 5px 10px;
  }
}
