@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";

/* ════════════════════════════════════════════════════════════════════════════
   ✨ OBSIDIAN ROSE & CHAMPAGNE GOLD ✨
   Ultra-premium dark theme with rose gold accents and champagne highlights
   A sophisticated palette that commands attention and exudes luxury
   ════════════════════════════════════════════════════════════════════════════ */

body, input {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ─── Base Layer: Deep Obsidian ─── */
body, .search, .searches-list a, ul.t-d li a, .list a span.total, .footer a {
    background-color: #09090b; /* True obsidian black */
    color: #e4e4e7; /* Zinc 200 - crisp readability */
}

body, .list a span.total, .search input::placeholder {
    color: #71717a; /* Zinc 500 - elegant placeholder */
}

img, .thumb-img, .mob-300-ins, .navigation span {
    background-color: #18181b; /* Zinc 900 */
}

/* ─── Container Layer: Charcoal Depths ─── */
.header, .search-input, .title, .filters, .searches-list, .th-in, .mob-300,
.navigation, .brs-300, .list a, .footer, .desc-text {
    background-color: #28282f; /* Deep charcoal with blue undertone */
}

/* ─── Accent Badges: Rose Gold Glass ─── */
.thumb .icon, ul.tags li a, .b-300 .val, .thumb .total, .thumb .time,
.thumb .view, .close, .bot-close {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.9) 0%, rgba(251, 113, 133, 0.85) 100%);
    backdrop-filter: blur(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.thumb-cov {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.2) 0%, rgba(251, 113, 133, 0.15) 100%);
}

/* ─── Highlight Color: Champagne Gold ─── */
a:hover, .logo a span, h1 i, h1 span, h2 i, h2 span, ul.tags li a i,
ul.t-d li:first-child i, ul.t-d li a i, ul.t-d li span, .searches-list i,
.filters span, .video-info a i {
    color: #fbbf24; /* Amber 400 - pure champagne gold */
}

@media all and (min-width: 964px) {
    .header li a i {
        color: #fb7185; /* Rose 400 */
    }
}

/* ─── Hover States: Champagne Shimmer ─── */
.header li a:hover, .header li a.active, .header li.active a,
.more-searches:hover, .less-searches:hover, .search button:hover,
ul.tags li a:hover, ul.tags li a:hover i, .filters-button:hover,
.filters-button.active, .title .icon, .searches-list a:hover,
.searches-list a:hover i, ul.t-d li a:hover, ul.t-d li a:hover i,
.filters a:hover, .filters a.active, .filters li.active a,
.navigation a:hover, .navigation a.active, .navigation li.active a,
.list a:hover, .close:hover, .bot-close:hover, .video-info a:hover,
.footer span {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3), 0 0 30px rgba(251, 191, 36, 0.1);
    color: #09090b;
    text-shadow: none;
    border: none;
}

/* ─── Typography: Crystal Clear ─── */
a, .logo a, h1, h2, .searches-list span, .search input {
    color: #fafafa; /* Zinc 50 - pristine white */
}

/* ─── Interactive Elements: Rose Gradient ─── */
.header li a, .search button, .filters-button, .filters a, .navigation a,
.list a:hover span.total, .footer a:hover, .video-brs .brs-300 .b-300,
.video-info a, .more-searches, .less-searches {
    background: linear-gradient(135deg, #881337 0%, #9f1239 50%, #be123c 100%);
    box-shadow: 0 2px 10px rgba(159, 18, 57, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #fecdd3;
    border: 1px solid rgba(251, 113, 133, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── Video Section: Cinematic Black ─── */
.video-wrapper {
    background: linear-gradient(180deg, #09090b 0%, #0c0a0d 100%);
    border: 1px solid rgba(244, 63, 94, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.video-info span {
    color: #a1a1aa; /* Zinc 400 */
}

.video-wrapper h1, .video-info span i {
    color: #f4f4f5; /* Zinc 100 */
}

/* ─── Logo: Dual Tone Luxury ─── */
.logo a {
    color: #fb7185 !important; /* Rose 400 */
    text-shadow: 0 0 30px rgba(251, 113, 133, 0.3);
}

.logo a span {
    color: #fbbf24 !important; /* Champagne Gold */
    text-shadow: 0 0 30px rgba(251, 191, 36, 0.3);
}

body, html, div, p, a, ul, li, input, button, form, textarea, span, img, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

div, ul, li, a, span {
    overflow: hidden;
}

body {
    font-family: Arial, sans-serif;
}

li {
    list-style-type: none;
}

img {
    display: block;
}

a {
    text-decoration: none;
}

h1, h2 {
    font-weight: 400;
}

h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 5px 0;
    text-align: left;
}

h2 {
    margin: 5px 5px 0;
    font-size: 22px;
    line-height: 33px;
    text-align: left;
}

.wrapper {
    margin: 0 auto;
    max-width: 944px;
}

.logo {
    float: left;
    margin-left: 5px;
}

.logo a {
    height: 37px;
    line-height: 40px;
    font-size: 26px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.logo a img {
    background: 0 0;
    width: auto;
    height: 40px;
}

.header ul {
    float: right;
    margin: 5px 5px 0;
}

.header li {
    float: left;
    margin-left: 1px;
}

.header li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header li a span {
    display: none;
}

.header li a span i {
    color: inherit;
}

.header li a:hover i, .header li a.active i, .header li.active a i {
    background: 0 0;
    color: inherit;
}

.categories-description, .categories-footer, .content-description, 
.content-footer, .search-description, .no-results p {
    margin: 10px 5px 0;
}

.search {
    display: none;
    clear: both;
    padding: 10px;
    margin: 0 5px;
}

.search form {
    position: relative;
}

.search-input {
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-radius: 3px;
}

.search input {
    background: 0 0;
    border: 0;
    width: 100%;
    outline: 0;
    font-size: 16px;
    text-transform: uppercase;
    height: inherit;
    line-height: inherit;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    outline: 0;
    width: 40px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

.search button i {
    height: inherit;
    line-height: inherit;
    display: block;
}

.searches-list {
    margin: 10px 5px 0;
    padding: 8px 8px 10px 10px;
    font-size: 0;
    position: relative;
}

.searches-list ul {
    height: 30px;
    margin-right: 70px;
}

.searches-list.full {
    padding-bottom: 48px;
}

.searches-list.full ul {
    height: auto !important;
    margin-right: 0;
}

.searches-list li {
    margin: 2px 2px 0 0;
    float: left;
    font-size: 13px;
}

.searches-list a, .searches-list span {
    border-radius: 3px;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
}

.searches-list span {
    padding: 0 6px 0 1px;
}

.more-searches, .less-searches {
    width: 60px;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    display: block;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.less-searches {
    display: none;
}

.more-searches i, .less-searches i {
    color: inherit;
}

.title {
    margin: 10px 5px 0;
    padding: 5px 5px 8px 57px;
    position: relative;
}

.title .icon {
    height: 53px;
    line-height: 53px;
    width: 53px;
    text-align: center;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.title h1, .title h2 {
    float: left;
}

.filters-button {
    float: right;
    border-radius: 3px;
    font-size: 14px;
    line-height: 33px;
    height: 33px;
    margin: 5px 5px 0;
    padding: 0 10px;
    cursor: pointer;
}

.filters {
    display: none;
}

.filters ul {
    float: left;
    margin: 5px;
}

.filters li {
    float: left;
    margin: 2px 2px 0 0;
}

.filters a {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    border-radius: 3px;
}

.filters span {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    display: block;
    margin-right: 5px;
    padding-left: .5px;
}

.thumbs-wrapper {
    clear: both;
}

.thumb {
    width: 50%;
    float: left;
}

.th-in {
    position: relative;
    display: block;
    margin: 10px 5px 0;
    padding-bottom: 5px;
}

.thumb-img {
    position: relative;
    padding-bottom: 56.6371%;
}

.thumb-img img, .thumb-img picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease;
}

.dropdown a img {
    background-color: inherit;
    margin-right: 5px;
}

.th-in:hover img {
    transform: scale(1.02);
}

.thumb-cov {
    transition: .2s ease;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.th-in:hover .thumb-cov {
    opacity: 1;
}

.thumb .time {
    color: #FFFFFF;
    right: 2px;
    font-size: 11px;
    position: absolute;
    top: 2px;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 3px;
    z-index: 0;
}

.thumb .view {
    color: #FFFFFF;
    left: 2px;
    font-size: 11px;
    position: absolute;
    top: 2px;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 3px;
    z-index: 0;
}

.thumb .name {
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    display: block;
    margin: 7px 10px 0;
}

.thumb .total {
    color: #FFFFFF;
    right: 2px;
    font-size: 12px;
    position: absolute;
    top: 2px;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 3px;
    z-index: 0;
}

.thumb .icon {
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    z-index: 3;
    text-align: center;
    font-size: 24px;
}

.thumb .icon i {
    height: inherit;
    line-height: inherit;
    display: block;
}

ul.t-d {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    display: block;
    padding-left: 10px;
    margin-top: 5px;
}

ul.t-d li {
    float: left;
    margin-right: 15px;
    padding-left: .5px;
}

ul.t-d li:last-child {
    margin-right: 10px;
}

ul.t-d li a {
    display: block;
    padding: 0 5px;
    border-radius: 3px;
}

ul.t-d li.likes i {
    color: #16c084;
}

.thumb-2 .name {
    font-size: 20px;
    margin-bottom: 3px;
}

.thumb-2 .icon {
    font-size: 20px;
}

.channel-stats li {
    margin: 5px 0 0 -2px;
}

.filters-section {
    position: relative;
    overflow: visible;
}

.navigation {
    margin: 20px 5px 0;
    padding: 0 5px 0;
    font-size: 0;
    text-align: center;
}

.navigation li {
    display: none;
    vertical-align: top;
    margin: 10px 5px;
}

.navigation a, .navigation span {
    padding: 0 5px;
    min-width: 40px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.navigation li.n-p {
    display: inline-block;
}

.navigation li.n-p a, .navigation li.n-p span {
    padding: 0 20px;
}

.brs-300 {
    font-size: 0;
    margin: 20px 5px 0;
    padding-bottom: 10px;
    text-align: center;
}

.b-300 {
    width: 300px;
    height: 250px;
    margin: 10px 4px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.b-300-2, .b-300-3, .b-300-4, .b-300-5 {
    display: none !important;
}

.b-300 .val {
    display: block !important;
    color: #FFFFFF;
    right: 5px;
    font-size: 14px;
    position: absolute;
    top: 5px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 3;
}

.title-2 {
    margin-top: 20px;
}

.list {
    font-size: 0;
}

.list li {
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 10px 5px 0 4px;
}

.list a {
    float: left;
    width: 100%;
    display: block;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
}

.list a i {
    margin-left: 10px;
}

.list a span.total {
    margin: 8px 8px 8px 5px;
    float: right;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 3px;
}

.video-info {
    display: flex;
    flex-wrap: wrap;
    border-color: #fb7185;
    border-top-style: solid;
    border-top-width: 2px;
    padding-bottom: 10px;
    text-align: center;
}

.full-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    width: 100%;
    position: relative;
}

.full-meta li {
    display: flex;
    vertical-align: top;
    margin: 2px 1px 0;
    font-size: 14px;
    text-align: center;
}

.full-meta i {
    color: #fbbf24;
    line-height: normal;
}

.full-meta a {
    background-color: #18181b;
    color: #fbbf24;
    display: block;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
    padding: 0 10px;
}

.full-meta a:hover {
    background-color: #fbbf24;
    color: #09090b;
}

.full-meta a:hover i {
    color: #FFFFFF;
}

.full-meta a:hover span.tag {
    background-color: #fbbf24;
    color: #09090b;
}

.full-meta ul {
    padding: 8px 9px 0;
    display: inline-block;
    vertical-align: top;
}

.full-meta .video-likes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.full-meta .video-likes li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2px 5px 0 1px;
    font-size: 14px;
    text-align: center;
}

.full-meta .video-likes li.report {
    margin-left: auto;
}

.full-meta .video-likes li.like a {
    background-color: #2D2D2D;
    min-width: 15px;
    font-size: 18px;
    cursor: pointer;
}

.full-meta .video-likes li.like a:hover {
    background: #40b840;
    color: #FFFFFF;
}

.full-meta .video-likes li.like a:hover i {
    color: #FFFFFF;
}

.full-meta .video-likes li.like a:hover span {
    color: #FFFFFF;
}

.full-meta .video-likes li.dislike a {
    background-color: #2D2D2D;
    min-width: 15px;
    font-size: 18px;
    cursor: pointer;
}

.full-meta .video-likes li.dislike a:hover {
    background: #cc4040;
    color: #FFFFFF;
}

.full-meta .video-likes li.dislike a:hover i {
    color: #FFFFFF;
}

.full-meta .video-likes li.dislike a:hover span {
    color: #FFFFFF;
}

.full-meta ul.video-desc {
    display: none;
    font-size: x-large;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    padding: 0 9px 5px;
    width: 100%;
}

.full-meta ul.video-desc a {
    display: contents;
    background: #0F0F0F;
    color: #A9A9A9;
}

.full-meta ul.video-cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    height: 31px;
    padding-right: 46px;
}

.full-meta div.show-cat {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    cursor: pointer;
    margin: 10px 10px 4px 4px;
    text-decoration: none;
    border: 1px solid #fb7185;
    border-radius: 4px;
    padding: 3px 7px;
}

.full-meta div.hide-cat {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    cursor: pointer;
    margin: 2px 0 0 2px;
    text-decoration: none;
    border: 1px solid #fb7185;
    border-radius: 4px;
    padding: 3px 7px;
}

.full-meta ul.video-desc.active {
    display: flex;
}

.full-meta ul.video-cat.active {
    height: auto;
    padding-right: 0;
}

.full-meta div.show-cat.active {
    display: none;
}

.full-meta div.hide-cat.active {
    display: flex !important;
}

.full-meta div {
    display: block;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
    padding: 0 10px;
}

.full-meta .links-val {
    padding-right: 5px;
}

.sponsor-link {
    text-align: center;
    font-size: 18px;
    background-color: rgba(251, 113, 133, 0.3);
}

.sponsor-link a {
    color: #E6E6E6;
}

.video-wrapper {
    background-color: #0F0F0F;
    margin: 10px auto;
    width: 100%;
    max-width: 944px;
}

.video-wrapper h1 {
    margin: 10px 10px 0 9px;
    padding-left: 1px;
    line-height: 26px;
}

.video-tab {
    display: table;
    width: 100%;
}

.video-block {
    padding-top: 10px;
}

.video {
    background-color: #000;
    position: relative;
    width: 100%;
    overflow: visible !important;
    /* padding-bottom: 56.25%; */ /* 16:9 aspect ratio */
}

.video iframe, .video object, .video embed, .video video, .video source {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video .player-preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video .player-preview img, .video .player-preview picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video .player-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #be123c;
}

.video .player-play:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 23px;
    border-style: solid;
    border-width: 15px 0 15px 21px;
    border-color: transparent transparent transparent #FFFFFF;
}

.video div {
    overflow: visible;
}

.on-player-pl {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    text-align: center;
}

.on-player {
    background-color: rgba(0, 0, 0, .7);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 250px;
    z-index: 5500;
    transform: translate(-50%, -50%);
    overflow: visible;
}

.close, .bot-close {
    color: #FFFFFF;
    position: absolute;
    cursor: pointer;
    border-radius: 3px;
}

.on-player-sp {
    width: 300px;
    height: 250px;
}

.on-player-sp iframe {
    width: 300px !important;
    height: 250px !important;
    position: static !important;
}

.close {
    background-color: rgba(0,0,0,0.7);
    font-family: Arial, sans-serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    top: 4px;
    right: 4px;
    z-index: 5500;
    text-align: center;
}

.close:hover {
    background-color: rgba(0,0,0,0.9);
}

.bot-close {
    left: 50%;
    bottom: 3px;
    font-size: 14px;
    width: 170px;
    margin-left: -85px;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
}

.video-brs .brs-300 {
    background: 0 0;
}

.video-brs .brs-300 {
    margin: 0;
}

.footer {
    padding: 10px 5px 20px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}

.footer h2 {
    text-align: center;
}

.footer p {
    margin-top: 10px;
}

.footer span {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.footer ul {
    padding: 8px 4px 0;
    font-size: 0;
}

.footer li {
    margin: 2px 1px 0;
    display: inline-block;
    vertical-align: top;
}

.footer a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
}

.mob-300 {
    margin: 10px 5px 0;
    padding-bottom: 10px;
}

.mob-300-ins {
    margin: 0 auto;
    width: 300px;
    height: 100px;
}

.mob-300 .val {
    margin: 0 auto;
    width: 300px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    text-align: center;
}

.desc-text {
    margin: 20px 5px 0;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.categories-footer {
    margin: 20px 5px 0;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media all and (max-width: 500px) {
    .categories-description, .content-description, .category-description {
        display: none;
    }
}

@media all and (min-width: 200px) {
    ul.language-select li a {
        font-size: 12px;
        width: auto;
    }
}

@media all and (min-width: 500px) {
    .list ul {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }

    .on-player-pl {
        display: block;
    }

    .header ul {
        margin: 0 5px;
    }

    .header li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    ul.language-select li a {
        font-size: 12px;
        width: auto;
    }
}

@media all and (min-width: 560px) {
    .thumb {
        width: 33.3333%;
    }
}

@media all and (min-width: 640px) {
    .logo a {
        height: 50px;
        line-height: 50px;
    }

    .logo a img {
        height: 50px;
    }

    .header li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    ul.language-select li a {
        font-size: 13px;
        width: auto;
    }

    .b-300-2 {
        display: inline-block !important;
    }

    .navigation li {
        display: inline-block;
    }
}

@media all and (min-width: 780px) {
    .thumb {
        width: 25%;
    }
}

@media all and (min-width: 964px) {
    .wrapper {
        width: 944px;
        max-width: 100%;
    }

    .logo a {
        height: 60px;
        line-height: 60px;
    }

    .logo a img {
        height: 60px;
    }

    .header li a {
        padding: 0 15px;
        height: 60px;
        line-height: 60px;
        width: auto;
        font-size: 14px;
    }

    .header li a span {
        display: inline;
    }

    .searches-list ul {
        height: 40px;
        margin-right: 80px;
    }

    .searches-list li {
        font-size: 14px;
    }

    .searches-list a, .searches-list span {
        height: 38px;
        line-height: 38px;
    }

    .searches-list a {
        padding: 0 10px;
    }

    .searches-list span {
        padding: 0 6px;
    }

    .searches-list.full {
        padding-bottom: auto !important;
    }

    .more-searches, .less-searches {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        width: 70px;
    }

    .filters a, .filters span {
        height: 38px;
        line-height: 38px;
    }

    .filters a {
        padding: 0 15px;
    }

    .filters span {
        font-size: 24px;
    }

    .thumb {
        width: 236px;
    }

    .thumb-img {
        padding-bottom: 0;
    }

    .thumb-img img, .thumb-img picture {
        position: static;
        width: 226px;
        height: 128px;
    }

    ul.t-d {
        font-size: 13px;
    }

    ul.t-d li a {
        padding: 0 8px;
    }

    .thumb-2 .name {
        font-size: 21px;
        height: 24px;
        line-height: 24px;
    }

    .mob-300 {
        display: none !important;
    }

    .title {
        padding: 5px 0 8px 65px;
    }

    .title .icon {
        height: 55px;
        line-height: 55px;
        width: 55px;
        font-size: 28px;
    }

    h1, h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .filters-button {
        height: 55px;
        line-height: 55px;
        float: none;
        position: absolute;
        top: -7px;
        right: 0;
        border-radius: 0;
        margin: 0;
        font-size: 16px;
        padding: 0 20px;
    }

    .list ul {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }

    .list a span {
        font-size: 16px;
    }

    .b-300-3 {
        display: inline-block !important;
    }

    .video-wrapper h1 {
        line-height: 28px;
    }

    .video-block, .video-brs {
        display: table-cell;
        vertical-align: top;
    }

    .video-block {
        /* padding-right: 10px; */
    }

    .video-brs {
        width: 310px;
        padding-top: 3px;
    }

    .video-brs .brs-300 .b-300 {
        margin: 7px 10px 0 0;
    }

    .video-wrapper h1 {
        line-height: 30px;
    }

    .video-info ul.video-likes {
        margin: 8px 0 0 18px;
    }

    .video-info ul.video-likes li {
        margin: 2px 0 0 2px;
    }

    .video-brs .brs-300 .b-300-3 {
        display: none !important;
    }
}

@media all and (min-width: 1200px) {
    .wrapper {
        width: 1180px;
    }

    .search-button {
        display: none;
    }

    .search {
        display: block !important;
        float: left;
        width: 310px;
        clear: none;
    }

    .header, .header .wrapper {
        overflow: hidden;
        padding: 0;
    }

    .logo {
        margin-right: 20px;
    }

    .logo a {
        font-size: 30px;
        height: 70px;
        line-height: 70px;
    }

    .logo a img {
        height: 70px;
    }

    .header li a {
        font-size: 16px;
        height: 70px;
        line-height: 70px;
    }

    ul.language-select li a {
        font-size: 14px;
    }

    .title {
        padding: 5px 0 8px 75px;
    }

    .title .icon {
        height: 60px;
        line-height: 60px;
        width: 60px;
    }

    h1, h2 {
        line-height: 40px;
        font-size: 26px;
    }

    .filters-button {
        height: 58px;
        line-height: 58px;
        font-size: 18px;
        top: -9px;
    }

    .filters-section {
        margin: 5px 0 0;
    }

    .list ul {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }

    .list a {
        font-size: 15px;
    }

    .list a span.total {
        font-size: 13px;
        min-width: 40px;
        text-align: center;
    }
}

@media all and (min-width: 1436px) {
    .wrapper {
        width: 1416px;
    }

    .logo {
        margin-right: 35px;
    }

    .logo a {
        font-size: 38px;
    }

    .header li a {
        padding: 0 20px;
    }

    .search {
        width: 430px;
    }

    h1, h2 {
        font-size: 28px;
    }

    .b-300 {
        margin: 10px 5px 0;
    }

    .list ul {
        column-count: 6;
        -moz-column-count: 6;
        -webkit-column-count: 6;
    }

    .list a {
        font-size: 14px;
    }

    .video-brs {
        padding-top: 9px;
    }

    .video-brs .brs-300 .b-300 {
        margin: 1px 10px 0 0;
    }

    .video-brs .brs-300 .b-300-3 {
        display: inline-block !important;
    }

    .video-wrapper h1 {
        line-height: 32px;
    }

    .b-300-4 {
        display: inline-block !important;
    }
}

@media all and (min-width: 1672px) {
    .wrapper {
        width: 1652px;
    }

    .search {
        width: 670px;
    }

    .b-300-5 {
        display: inline-block !important;
    }

    .video {
        padding: 0;
    }

    .list a {
        font-size: 16px;
    }

    .video-wrapper {
        max-width: 1652px;
    }

    .iframe-wrapper {
        max-width: 1200px;
    }
}

@media (max-width: 600px) {
    .video-wrapper {
        margin: 10px 0;
        max-width: none;
    }

    .iframe-wrapper {
        width: 100%;
        max-width: none;
        height: auto;
        max-height: 50vh;
    }

    @media (orientation: landscape) {
        .iframe-wrapper {
            width: 100%;
            height: 100vh;
            max-height: none;
        }
    }
}

@media (max-width: 510px) {
    .iframe-wrapper {
        width: 100%;
    }
}

@keyframes scaleUp {
    0% { transform: scale(1); }
    50% { transform: scale(1.7); }
    100% { transform: scale(1); }
}

i.icon-thumbs-up-alt.animate, i.icon-thumbs-down-alt.animate {
    display: inline-block;
    animation: scaleUp .6s ease-in-out;
}

@font-face {
    font-family: icon;
    src: url(fonts/icon.eot?90650214);
    src: url(fonts/icon.eot?90650214#iefix) format("embedded-opentype"),
         url(fonts/icon.woff2?90650214) format("woff2"),
         url(fonts/icon.woff?90650214) format("woff"),
         url(fonts/icon.ttf?90650214) format("truetype"),
         url(fonts/icon.svg?90650214#icon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: icon;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download:before { content: '\e800'; }
.icon-tags:before { content: '\e801'; }
.icon-tag:before { content: '\e802'; }
.icon-bookmark:before { content: '\e803'; }
.icon-flag:before { content: '\e804'; }
.icon-camera:before { content: '\e805'; }
.icon-picture:before { content: '\e806'; }
.icon-videocam:before { content: '\e807'; }
.icon-video:before { content: '\e808'; }
.icon-search:before { content: '\e809'; }
.icon-star:before { content: '\e80a'; }
.icon-clock:before { content: '\e80b'; }
.icon-th-list:before { content: '\e80c'; }
.icon-comment:before { content: '\e80d'; }
.icon-minus:before { content: '\e80e'; }
.icon-plus:before { content: '\e80f'; }
.icon-down-open:before { content: '\e810'; }
.icon-up-open:before { content: '\e811'; }
.icon-fire:before { content: '\e812'; }
.icon-eye:before { content: '\e813'; }
.icon-right-open:before { content: '\e814'; }
.icon-left-open:before { content: '\e815'; }
.icon-home:before { content: '\e816'; }
.icon-user-woman:before { content: '\e817'; }
.icon-award:before { content: '\e818'; }
.icon-edit:before { content: '\e819'; }
.icon-globe:before { content: '\e81a'; }
.icon-rss:before { content: '\f09e'; }
.icon-menu:before { content: '\f0c9'; }
.icon-sort:before { content: '\f0dc'; }
.icon-upload-cloud:before { content: '\f0ee'; }
.icon-angle-circled-left:before { content: '\f137'; }
.icon-angle-circled-right:before { content: '\f138'; }
.icon-angle-circled-up:before { content: '\f139'; }
.icon-angle-circled-down:before { content: '\f13a'; }
.icon-play-circled:before { content: '\f144'; }
.icon-thumbs-up-alt:before { content: '\f164'; }
.icon-thumbs-down-alt:before { content: '\f165'; }
.icon-youtube-play:before { content: '\f16a'; }
.icon-trash:before { content: '\f1f8'; }
.icon-hourglass:before { content: '\f254'; }
.icon-calendar-check-o:before { content: '\f274'; }
.icon-hashtag:before { content: '\f292'; }

.dropdown {
    position: static;
}

.dropdown a img {
    display: inline-block;
    width: 26px;
}

.dropdown a span {
    display: inline-block;
    padding-right: 8px;
}

@media only screen and (max-width: 600px) {
    .dropdown {
        position: static;
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    z-index: 95000;
}

@media only screen and (max-width: 600px) {
    .dropdown-content {
        width: 92vw;
    }
}

ul.language-select {
    column-count: auto;
    column-width: 130px;
    width: 600px;
    padding: 8px;
    background-color: #18181b;
}

ul.language-select li a {
    background-color: #18181b !important;
    background: 0 0;
    text-transform: none;
    white-space: nowrap;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
}

.dropdown-content li:hover {
    background-color: #fbbf24;
    color: #09090b;
}

.dropdown-content li.selected {
    font-weight: 700;
}

.dropdown-content.active {
    display: flex;
}

.autocomplete {
    background: #242424;
    z-index: 95000;
    font: 15px/24px '-apple-system', BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid #fb7185;
    color: #D8D8D8;
}

.autocomplete * {
    font: inherit;
}

.autocomplete > div {
    padding: 0 4px;
}

.autocomplete .highlight {
    font-weight: 700;
}

.autocomplete .group {
    background: #2D2D2D;
}

.autocomplete > div:hover:not(.group), .autocomplete > div.selected {
    background: #fbbf24;
    color: #09090b;
}

.modal {
    z-index: 9999;
}

.modal label {
    width: 100%;
    display: block;
    padding-top: 8px;
}

.modal input, .modal textarea, .modal select {
    width: 100%;
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
    border: 1px solid #fb7185;
    padding: 8px;
    font-size: 16px;
    background-color: #2D2D2D;
    color: #D8D8D8;
}

.modal .success, .modal .error {
    font-size: 1.1rem;
    padding: 16px;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.modal .success {
    background-color: #0d7724;
    color: #FFFFFF;
}

.modal .error {
    background-color: #cd6767;
    color: #FFFFFF;
}

.modal .captcha-holder {
    margin-top: 4px;
    margin-bottom: 4px;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #242424;
    padding: 30px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    width: 90vw;
    max-width: 600px;
    color: #D8D8D8;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #fbbf24;
    box-sizing: border-box;
}

.modal__close {
    background: 0 0;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
    color: #D8D8D8;
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: #D8D8D8;
}

.modal__btn {
    font-size: 1rem;
    padding: .5rem 1rem;
    background-color: #2D2D2D;
    color: #D8D8D8;
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #be123c;
    color: #FFFFFF;
}

.modal__btn-primary:hover {
    background-color: #fbbf24;
    color: #09090b;
}

@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform;
}

.outstream-wrap {
    margin: 16px 0;
}

.outstream-wrap:empty {
    margin: 0;
}

.native-ad {
    margin: 16px 0;
}
.native-ad:empty {
    margin: 0;
}