<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav {
    position: relative;
    z-index: 99999; 
} 

.open-menu {
    display: none;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
}

.open-menu:hover {
    color: #fff;
}
.open-menu.active .open-menu__burger span {
    background: transparent;
}

.open-menu.active .open-menu__burger span::before {
    top: 0;
    transform: rotate(45deg);
}

.open-menu.active .open-menu__burger span::after {
    top: 0;
    transform: rotate(-45deg);
}

.open-menu__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.open-menu__burger span {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    
}

.open-menu__burger span::before, .open-menu__burger span::after {
    content: ""; 
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    transition: .2s linear;
}

.open-menu__burger span::before {
    top: -6px;
}

.open-menu__burger span::after {
    bottom: -6px;
} 

.b-wrapper {
    min-height: 152px;
}

/* .b-wrapper.h-a {
    min-height: initial;
    height: auto;
} */

@media (max-width: 980px) {
    html {
        overflow-x: hidden;
    }
    
    #layout {
        max-width: 100%;
    }

    #body {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    #body aside {
        width: 240px;
        margin: 0;
    }
    
    #body section {
        max-width: 100%;
        width: calc(100% - 240px) !important;
        padding-right: 20px;
        box-sizing: border-box;
    }

    #body section[style="width:100%"] {
        width: 100%;
    }
    
    #body section article {
        padding: 20px 0px;
    }

    * {
        box-sizing: border-box;
    }

    .video_cats {
        border: none;
    }

    #breadcrumbs {
        margin: -20px 0 0;
    }

    #body section h1 {
        padding: 0 10px; 
        font-size: 20px;
        white-space: initial;
    }

    #layout header {
        height: auto;
        padding: 0px 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    #layout header #logo a, #layout header #logo &gt; span {
        width: 160px;
        float: none;
    }

    /* #widget_pos_header {
        width: 100%;
    } */

    header .menu {
        float: none;
        height: auto;
        line-height: normal;
        display: flex;
        justify-content: flex-end;
        padding-top: 0;
    }


    .video_cats {
        border: none;
    }

    img {
        max-width: 100%;
        height: auto !important;
    }

    div#widget_pos_left-bottom {
        display: none;
    }

    
}

@media (max-width: 896px) {
    #body section {
        width: 100% !important;
        padding-right: 0;
    }

    #body aside {
        width: 100%;
        margin-top: 20px;
    }

    #body {
        margin-bottom: 20px;
    }

    #user_profile_header {
        width: 100%;
    }

    #user_profile {
        width: 100%;
    }

    #user_profile_title .name h1 &gt; sup {
        padding: 2px 8px;
        height: auto; 
    }

    .content_item .info_bar {
        margin-top: 10px 0;
        display: flex;
        flex-wrap: wrap;

    }

    .content_item .info_bar .bar_item, .content_list_item .info_bar .bar_item {
        height: auto;
        margin-top: 0px;
        line-height: normal;
    }

    .bar_item.bi_rating {
        padding: 4px 12px 8px;
        display: flex;
        align-items: center;
        border-radius: 6px;
    }
}

@media (max-width: 896px) {
    #user_profile_tabs {
        width: 100%;
    }

    .controller_wrap &gt; form {
        width: 100%;
    }

    #user_profile_tabs {
        width: 100%;
    }

    .pagebar {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding-top: 20px;
        width: 100%;
    }

    .pagebar_nav {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        justify-content: space-between;
        margin: 0;
        padding: 0 10px;
    }

    .pagebar_pages {
        width: 100%;
        display: flex;
        justify-content: center;
        order: 1;
        max-width: 140px;
        margin: 0 auto -32px;
    }

    .pagebar_notice {
        width: 100%;
        margin: 0;
        padding: 20px 10px 0;
        box-sizing: border-box;
        order: 3;
        text-align: center;
    }

    .pagebar_pages a.pagebar_page:last-child {
        display: none;
    }

    .content_item {
        padding: 0px;
    }

    #comments_widget {
        padding: 0;
        width: 100%;
    }

    #body section article {
        padding: 20px 10px;
    }

    #breadcrumbs {
        margin-left: -10px;
        margin-right: -10px;
    }

    .page_player {
        height: auto !important;
        position: relative;
        padding-bottom: 56.5%;
    }

    #player_wrap {
        position: absolute !important;
        top: 0;
    }

    #controller_wrap {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .subscribe_wrap {
        float: none;
        margin-right: 12px;
        margin-left: 0;
        margin-bottom: 12px;
    }

    .content_list_rss_icon {
        float: none;
        margin-bottom: 12px;
    }

    #body section h1 {
        width: 100%;
        margin-bottom: 12px;
        padding: 0;
    }

    h1 + .content_datasets {
        margin-top: 0;
    }

    .content_datasets ul {
        margin-bottom: 12px;
    }

    .video_cats &gt; div {
        padding: 0;
        border: none;
    }

    .video_cats {
        margin-bottom: 20px;
    }

    .video_cats:last-child {
        margin-bottom: 0;
    }

    .user-box {
        width: 60%;
        float: none;
        display: flex;
        align-items: center;
        margin: 20px 0;
    }

    .full.top10.bottom10 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .like-box {
        width: 40%;
        float: none;
    }

    .watch-sparkbars {
        background: transparent;
    }

    .bottom10 {
        width: 100%;
    }

    #item-info {
        width: 100%;
    }

    .like-show {
        display: flex;
        justify-content: flex-end;
    }
    
    .user-box h3 {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .video_description_block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
    }

    .video_metadata_block {
        width: 100%;
        float: none;
    }

    h1 + .content_datasets {
        margin-top: 0;
    }

    .video_text &gt; h3 {
        white-space: initial;
        margin-top: 0;
    }

    .video_text {
        padding: 12px;
    }

    .video_cats div .movie_count {
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .movie_count b {
        padding-top: 0;
    }

    #layout footer {
        height: auto;
        padding: 20px 15px;
    }

    #layout footer span.item {
        border-left: none;
    }

    #layout footer span.item:first-child {
        padding-left: 0;
    }

    #layout footer &gt; ul {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    #layout footer ul li {
        height: auto;
        width: 100%;
        line-height: normal;
        margin-bottom: 16px;
    }

    #layout footer ul li:last-child {
        margin-bottom: 16px;
    }

    #layout footer ul li:last-child {
        margin-bottom: 0;
    }

    .video_cat_desc {
        top: 0;
        left: 0;
        right: 0;
        height: 140px;
        overflow: auto;
    }

    #layout footer ul .menu {
        flex-direction: row;
        display: flex;
        justify-content: center;
    }

    #layout footer ul .menu li {
        width: auto;
        margin: 0 12px 20px;
    }

    #controller_wrap &gt; form {
        width: 100%;
    }

    #controller_wrap &gt; .clear_both {
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .video_cats {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .open-menu {
        display: flex;
        width: 100%;
    }

    #widget_pos_top {
        display: none;
    }

    nav .menu ul li a {
        line-height: normal;
    }

    nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px;
        height: auto;
        margin-bottom: 20px;
    }

    #widget_pos_top {
        width: 100%;
        padding-top: 12px;

    }

    nav .menu {
        width: 100%;
        float: none;
        line-height: normal;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    nav .menu .item {
        padding: 12px 6px;
    }

    nav .menu ul li a {
        height: auto;
    }

    #search_form form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #search_form .input {
        width: 100%;
        margin-bottom: 12px;
    }

    #search_form select {
        width: 48%;
    }

    #search_form .button-submit {
        width: 100%;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    form .buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    form .buttons input {
        width: 48%;
    }
 
    form .buttons input:nth-child(2) {
        width: 100%;
        margin-top: 16px;
        order: 2;
    }

    .tabs-menu &gt; ul {
        border: none;
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }

    .tabs-menu .tabbed li.active a {
        border: solid 1px #B3C2C9;
    }

    .video_cats {
        width: 100%;
    }

    .b-wrapper {
        min-height: 225px;
        width: 100%;
    }

    .b-wrapper.h-a {
        /* min-height: initial; */
        height: auto;
    }

    #body section &gt; center {
        height: 0;
    }
}  

@media (max-width: 375px) {
    #layout header #logo a, #layout header #logo &gt; span {
        width: 120px;
    }
}

@media (max-width: 360px) {
    .bottom10 .nav-tabs {
        font-size: 12px;
    }

    .b-wrapper {
        min-height: 190px; 
    }
}</pre></body></html>