@font-face {
    font-family: "Asap";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/asap.eot);
    src: local("Asap Regular"), local(Asap-Regular), url(/fonts/asap.eot?#iefix) format("embedded-opentype"), url(/fonts/asap.woff2) format("woff2"), url(/fonts/asap.woff) format("woff"), url(/fonts/asap.ttf) format("truetype"), url(/fonts/asap.svg#Asap) format("svg");
}

@font-face {
    font-family: "Asap";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/asap-700.eot);
    src: local("Asap Bold"), local(Asap-Bold), url(/fonts/asap-700.eot?#iefix) format("embedded-opentype"), url(/fonts/asap-700.woff2) format("woff2"), url(/fonts/asap-700.woff) format("woff"), url(/fonts/asap-700.ttf) format("truetype"), url(/fonts/asap-700.svg#Asap) format("svg");
}

body, .list-box, .channels-box span {
    background-color: #efebf0;
}

.search-open-button, .search-box-text {
    border-color: #efebf0;
}

.header-box, .thumb-inner, .pages-box span, .pages-box a, .search-box, .bhor-box, .list-box a, .channels-box, .footer-box {
    background-color: #f9f5fa;
}

.header-button, .pages-box a:hover, .pages-box a.active, .pages-box li.active a, .list-box a:hover, .channels-box span:hover {
    background-color: #fefaff;
}

img, .thumb-inner-img, .search-box button, .bhor, .dark-box {
    background-color: #e5e1e6;
}

.thumb-inner-dur {
    background-color: rgba(19, 15, 20, 0.7);
    color: #f5f5f5;
}

body {
    color: #6d696e;
}

a:hover, a.logo-text span, h1 i, h2 i, .thumb-inner p i, .pages-box a:hover, .pages-box a.active, .pages-box li.active a, .list-box a i, .channels-box span i {
    color: #e34449;
}

.header-button:hover, .header-button.active, .pages-box ul.more-button a:hover, .search-box button:hover, .footer-box p.footer-logo span, #up-button {
    background-color: #e34449;
    color: #fff;
}

a, a.logo-text, h1, h2, .search-box input, .search-box input::placeholder, .search-box button {
    color: #312d32;
}

body, input {
    font-family: "Asap", Arial, sans-serif;
}

body, html, div, p, a, ul, li, input, button, form, span, img, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

div, ul, li, a, span {
    overflow: hidden;
}

li {
    list-style-type: none;
}

img {
    display: block;
}

a {
    text-decoration: none;
    transition: 0.2s ease;
}

h1, h2 {
    font-weight: 700;
    margin: 10px 5px 0 10px;
}

h1 {
    font-size: 24px;
    line-height: 28px;
}

h2 {
    font-size: 22px;
    line-height: 26px;
}

.header-ins-box {
    overflow: visible;
}

.header-box {
    text-align: center;
    position: relative;
}

.header-box .header-ins-box {
    overflow: hidden;
}

a.logo-text {
    font-weight: 700;
    font-size: 20px;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
}

.header-button {
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: 0.2s ease;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 16px;
    text-transform: uppercase;
}

.header-button span {
    display: none;
    font-size: 14px;
}

.search-open-button {
    right: 10px;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
}

.search-box {
    display: none;
    transition: height 0.2s ease;
    box-shadow: 0 5px 15px -5px #000;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 100%;
    max-width: 640px;
    z-index: 10000;
}

.search-box form {
    position: relative;
    margin: 20px;
}

.search-box-text {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0 60px 0 15px;
}

.search-box input {
    background: none;
    border: 0 none;
    width: 100%;
    text-transform: uppercase;
    outline: 0 none;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
}

.search-box button {
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0 none;
    cursor: pointer;
    outline: 0 none;
    width: 50px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    transition: 0.2s ease;
}

.search-box button i {
    height: inherit;
    line-height: inherit;
    display: block;
}

.dark-box {
    margin-top: 10px;
    padding-bottom: 10px;
}

.wrapper-box, .header-ins-box {
    margin: 0 auto;
    max-width: 1830px;
    position: relative;
}

.thumb-inner {
    margin: 10px 1px 0;
    padding-bottom: 5px;
}

.thumb-inner-img {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.thumb-inner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.2s ease;
}

.thumb-inner-dur {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 8px;
}

.thumb-inner a:hover .thumb-inner-img img {
    transform: scale(1.015);
}

.thumb-inner p {
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin: 10px 10px 0;
    overflow: hidden;
    padding-left: 1px;
}

.thumb-inner-info {
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    margin: 5px 0 0 10px;
}

.thumb-inner-info span {
    padding-left: 1px;
}

.thumb-inner-2 p {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
}

.pages-box {
    text-align: center;
    font-size: 0;
}

.pages-box ul {
    margin: 8px 4px 0;
}

.pages-box li {
    display: inline-block;
    vertical-align: top;
    margin: 2px 1px 0;
}

.pages-box ul.more-button li {
    display: block;
}

.pages-box span, .pages-box a {
    display: block;
    height: 40px;
    line-height: 40px;
    min-width: 30px;
    padding: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.pages-box ul.more-button a {
    height: auto;
    line-height: 18px;
    font-size: 16px;
    padding: 20px;
}

.channels-box, .list-box {
    margin: 10px 5px 0;
    padding: 8px 9px 10px;
    font-size: 0;
}

.channels-box li, .list-box li {
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 2px 1px 0;
}

.channels-box a, .list-box a {
    display: block;
    float: left;
    width: 100%;
}

.channels-box span, .list-box span {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 13px;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    text-transform: uppercase;
}

.searches {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.searches li {
  margin: 0 4px 4px 0;
  padding: 0;
  list-style: none;
}
.searches li a {background-color: #cecbce;display: inline-block;font-size: 14px;font-weight: 400;color: #625252;text-decoration: none;border-radius: 4px;padding: 6px 9px 6px;margin-top: 7px;margin-right: 7px;}
.searches li a:hover {
background-color: #e34449;
color: #ffffff;
}
.searches .size-1 {
  font-size: 10px;
}
.searches .size-2 {
  font-size: 12px;
}
.searches .size-3 {
  font-size: 14px;
}
.searches .size-4 {
  font-size: 16px;
}
.searches .size-5 {
  font-size: 18px;
}

.footer-box {
    margin-top: 30px;
    padding: 0 15px 20px;
    text-align: center;
    font-size: 16px;
}

.footer-box p {
    margin-top: 15px;
}

.footer-box p.footer-logo {
    margin-top: 0;
}

.footer-box p.footer-logo span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.smutty {display: block;color: #212121;font-size:15px;text-align: left;padding-top: 10px;padding-left: 10px;line-height: 22px;}
.smutty h3 {
font-size: 20px;
margin-bottom: 5px;
}

#up-button {
    display: none;
    opacity: 0.8;
    height: 40px;
    line-height: 40px;
    transition: opacity 0.3s ease;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1000;
}

#up-button:hover {
    opacity: 1;
}

@media all and (min-width: 360px) {
    .thumb {
        float: left;
        width: 50%;
    }
}

@media all and (min-width: 400px) {
    a.logo-text {
        font-size: 22px;
    }
}

@media all and (min-width: 500px) {
    a.logo-text {
        font-size: 26px;
    }

    .channels-box ul, .list-box ul {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

@media all and (min-width: 640px) {
    a.logo-text {
        height: 60px;
        line-height: 60px;
        margin: 0 20px;
        font-size: 28px;
    }

    .header-button {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        width: auto;
        min-width: 85px;
    }

    .header-button span {
        display: inline;
    }

    .header-button i {
        margin-right: 5px;
    }

    .search-open-button, .search-box {
        right: 20px;
    }

    .search-box-text {
        height: 60px;
        line-height: 60px;
        padding: 0 70px 0 20px;
    }

    .search-box button {
        height: 60px;
        line-height: 60px;
        width: 60px;
    }

    .content-box {
        padding: 0 10px;
    }

    .pages-box ul {
        margin: 18px 9px 0;
    }

    .pages-box span, .pages-box a {
        height: 50px;
        line-height: 50px;
        min-width: 40px;
    }

    .pages-box ul.more-button a {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }

    .dark-box {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .channels-box span {
        height: 40px;
        line-height: 40px;
    }

    .thumb-inner-2 p {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
    }

    .channels-box, .list-box {
        padding: 18px 19px 20px;
        font-size: 0;
    }

    .channels-box ul, .list-box ul {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}

@media all and (min-width: 660px) {
    .thumb {
        width: 33.3333%;
    }

    .thumb-inner {
        margin: 10px 5px 0;
    }
}

@media all and (min-width: 880px) {
    a.logo-text {
        height: 70px;
        line-height: 70px;
        font-size: 32px;
    }

    .header-button {
        height: 70px;
        line-height: 70px;
        min-width: 95px;
    }

    .thumb-inner-2 p {
        font-size: 18px;
        height: 22px;
        line-height: 22px;
    }
}

@media all and (min-width: 1000px) {
    a.logo-text {
        font-size: 34px;
    }

    h1 {
        font-size: 26px;
        line-height: 30px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .pages-box span, .pages-box a {
        height: 60px;
        line-height: 60px;
        min-width: 50px;
    }

    .pages-box ul.more-button {
        width: calc(33.3333% - 18px);
        float: right;
    }

    .pages-box ul.more-button li {
        margin-right: 0;
    }

    .channels-box span {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        padding: 0 15px;
    }

    .thumb-inner-2 p {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
    }

    .channels-box ul, .list-box ul {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }

    .footer-box p.footer-logo span {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 20px;
    }

    #up-button {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }
}

@media all and (min-width: 1280px) {
    a.logo-text {
        font-size: 36px;
    }

    .thumb {
        width: 25%;
    }
}

@media all and (min-width: 1340px) {
    a.logo-text {
        margin: 0 30px;
    }

    .search-open-button, .search-box {
        right: 30px;
    }

    .content-box {
        padding: 0 20px;
    }

    .pages-box ul {
        margin: 28px 14px 0;
    }

    .pages-box ul.more-button {
        width: calc(25% - 28px);
    }

    .dark-box {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .channels-box span, .list-box span {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

    .thumb-inner-2 p {
        font-size: 18px;
        height: 22px;
        line-height: 22px;
    }

    .channels-box ul, .list-box ul {
        column-count: 6;
        -moz-column-count: 6;
        -webkit-column-count: 6;
    }
}

@media all and (min-width: 1460px) {
    a.logo-text {
        font-size: 38px;
    }

    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .thumb {
        width: 20%;
    }
}

@media all and (min-width: 1560px) {
    a.logo-text {
        font-size: 40px;
    }

    .thumb-inner-2 p {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
    }
}

@media all and (min-width: 1660px) {
    a.logo-text {
        font-size: 44px;
    }
}

@media all and (min-width: 1850px) {
    .pages-box ul.more-button {
        width: 420px;
    }
}

@font-face {
    font-family: "fontello";
    src: url(/fonts/fontello.eot);
    src: url(/fonts/fontello.eot?#iefix) format("embedded-opentype"), url(/fonts/fontello.woff2) format("woff2"), url(/fonts/fontello.woff) format("woff"), url(/fonts/fontello.ttf) format("truetype"), url(/fonts/fontello.svg?#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 fontello;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-star-o:before {
    content: "\f005";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.welcome {
    display: block;
    color: #212121;
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 22px;
}

.welcome h2 {
    font-size: 25px;
    letter-spacing: -1px;
    margin: 27px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    font-weight: 600;
    line-height: 1em;
    text-align: center
}