@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@font-face {
    font-family: franklingothic;
    src: url(../fonts/franklin-gothic-medium.ttf);
}

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

@font-face {
    font-family: 'icon';
    src: url(../fonts/icon-824b965e1b.eot?2pcrlc);
    src: url(../fonts/icon-824b965e1b.eot?2pcrlc#iefix) format("embedded-opentype"), url(../fonts/icon-4a19e70739.ttf?2pcrlc) format("truetype"), url(../fonts/icon-86e1066f79.woff?2pcrlc) format("woff"), url(../fonts/icon-defcb029a2.svg?2pcrlc#icon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-],
[class*=" icon-"] {
    font-family: 'icon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--main-bg-color);
    color: var(--text-color);
    font-family: franklingothic
}

input,
button {
    font-family: franklingothic
}

li {
    list-style-type: none
}

img {
    background-color: var(--foot-banner);
    display: block
}

a {
    color: var(--accent-color);
    text-decoration: none
}

h1,
h2 {
    display: block;
    font-weight: 400;
    text-transform: uppercase
}

h1 {
    color: var(--darker-accent-color);
    font-size: 20px;
    line-height: 22px
}

h2 {
    background-color: var(--main-bg-color);
    color: var(--darker-accent-color);
    padding: 10px 0;
    font-size: 22px;
    margin: 20px 1px 0 1px
}

.icon:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-time:before {
    content: "\e91d";
}

.icon-categories:before {
    content: "\e903";
}

.icon-eye:before {
    content: "\e909";
}

.icon-comment:before {
    content: "\e914";
}

.icon-calendar:before {
    content: "\e902";
}

.icon-info:before {
    content: "\e90e";
}

.icon-flag:before {
    content: "\e90a";
}

.icon-album:before {
    content: "\e900";
}

.icon-share:before {
    content: "\e91a";
}

.icon-member:before {
    content: "\e913";
}

.icon-add:before {
    content: "\e917";
}

.icon-video:before {
    content: "\e91c";
}

.icon-categories:before {
    content: "\e903";
}

.icon-world:before {
    content: "\e908";
}

.icon-model:before {
    content: "\e915";
}

.button-group {
    margin: 0 0 2rem;
}

form .submit {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 30px;
    cursor: pointer;
    border: 0;
    min-width: 140px;
    -webkit-appearance: none;
    background-color: #276fdb;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.no-touch form .submit:hover {
    background-color: #e0dfdf;
    color: #212121;
}

.head-wrapper {
    text-align: center;
    overflow: visible;
    position: relative;
}

.head {
    background-color: var(--main-bg-color);
    margin: 2px 1px 0 1px;
    text-align: center;
    overflow: hidden
}

.head-top {
    overflow: hidden;
    padding: 0 5px
}

.logo {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    width: 250px;
    vertical-align: middle;
}

.logo a {
    width: 250px;
    height: 40px
}

.logo a img {
    background: none;
    height: 50px;
    margin: 0 auto;
}

.top-alb {
    margin: 2px 0 0;
}

.top-alb div {
    font-size: 16px;
}

.top-alb-ins {
    background: var(--main-bg-color);
    padding: 10px 8px;
}

.top-alb-ins .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-alb-ins .items .item {
    padding: 0 3px 3px 0;
    color: var(--accent-color);
    text-decoration: underline;
}

.top-alb-ins .desc-and-tags .items .item {
    padding: 0 5px 3px 3px;
}

.top-alb-ins .title {
    text-align: left;
    padding: 10px 0 5px;
}

.head-wrapper .top-alb-ins .desc {
    text-align: left;
    font-size: 14px;
}

.top-alb-ins .items:last-of-type .item {
    padding: 0 0 10px 3px;
    color: var(--secondary-txt-color);
    ;
    font-size: 13px;
}

.top-alb-ins .items:last-of-type div {
    font-size: 13px;
}

.top-alb-ins .items .item:hover {
    color: var(--accent-color);
}

.block-des {
    overflow: hidden;
}

.back-video {
    margin: 10px 0 0;
    padding: 10px 0 0;
}

.back-video a {
    padding: 10px 20px;
    text-transform: uppercase;
    border: 2px solid var(--accent-color);
    border-radius: 10px;
    display: inline-block;
    font-size: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: var(--accent-color);
}

.open-desc-and-tags,
.comment-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 11px 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.open-desc .open-desc-and-tags {
    margin: 0;
}

.open-desc-and-tags span {
    display: block;
}

.open-desc-and-tags .minus {
    display: none;
}

.open-desc-and-tags span.minus {
    padding: 1px 6.33px 0 6.5px;
}

.top-alb .video-meta {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-alb .desc-and-tags {
    display: none;
}

.wrapper-container.open-desc .desc-and-tags {
    max-height: 9999px;
    color: var(--secondary-txt-color);
    ;
}

.open-desc-and-tags div {
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    color: rgb(64, 175, 100);
    cursor: pointer;
}

.open-desc-and-tags span {
    font-size: 18px;
    line-height: 15px;
    color: var(--accent-color);
    cursor: pointer;
    padding: 1px 3.75px 0 3.8px;
    border: 1px solid var(--accent-color);
    margin: 0 3px 0 0;
}

.open-desc-and-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 11px 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.open-desc .open-desc-and-tags {
    margin: 0;
}

.open-desc-and-tags span {
    display: block;
}

.open-desc-and-tags .minus {
    display: none;
}

.wrapper-container.open-desc .minus,
.comments-container.open-desc .cminus {
    display: block;
}

.wrapper-container.open-desc .plus,
.comments-container.open-desc .cplus {
    display: none;
}

.open-desc-and-tags span.minus {
    padding: 1px 6.33px 0 6.5px;
}

.open-desc .top-alb .desc-and-tags {
    padding: 7px 0 0;
}

.open-desc .desc-and-tags .back-video {
    margin: 0 0 10px;
    display: block;
}

.open-desc .top-alb .desc-and-tags {
    display: block;
}

.head-top .user-int {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
}

.head-top .user-int a {
    font-size: 16px;
    color: var(--accent-color);
    font-weight: 500;
    cursor: pointer;
}

.head-top .user-int a:hover,
.head-top .user-int a:focus {
    color: var(--darker-accent-color);
}

.head-top .user-int a:first-child {
    margin-right: 10px;
}

.video-categories {
    margin: 5px 0;
}

#aniimated-thumbnials .thumb img {
    cursor: pointer;
}

.list-comments .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #212121;
}

.list-comments .image {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #e0dfdf;
    overflow: hidden;
    margin: 0 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-comments .image img {
    width: 100%;
    height: 100%;
}

.list-comments .image .no-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    background-size: 4rem;
}

.list-comments .no-profile {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #edc967;
}

.comment-text .original-text img {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}

.list-comments .comment-options {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-comments .comment-options a {
    min-width: 42px;
    height: 30px;
    border-radius: 15px;
    background-color: #e0dfdf;
    margin: 0 3px 0 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #edc967;
}

.list-comments .comment-options a:last-child {
    margin: 0;
}

.comment-edit {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
}

.no-touch .list-comments .comment-options .comment-edit:hover {
    color: #fff;
    background-color: #276fdb;
}

.list-comments .comment-options a:before {
    font-size: 14px;
    line-height: 30px;
}

.list-comments .comment-options a.comment-dislike.disabled,
.list-comments .comment-options a.comment-like.disabled {
    pointer-events: none;
    opacity: .5;
}

.list-comments .comment-options a.comment-dislike,
.list-comments .comment-options a.comment-like {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.list-comments .comment-options a .fa {
    font-size: 14px;
    line-height: 30px;
}

.no-touch .list-comments .comment-options a.comment-like:hover {
    color: #669bec;
}

.no-touch .list-comments .comment-options a.comment-dislike:hover {
    color: #669bec;
}

.list-comments .comment-options span {
    border-radius: 15px;
    background-color: #276fdb;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 8px 15px;
    margin: 0 3px 0 0;
}

.list-comments .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-comments .comment-info {
    display: block;
    color: #edc967;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.comment-date.icon.icon-calendar:before {
    margin: 0 2px 0 0;
    font-size: 15px;
}

.list-comments p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    line-height: 1.2rem;
    font-size: 14px;
    padding-top: 10px;
    color: #edc967;
}

.list-comments .username {
    font-size: 14px;
    margin: 0 10px 0 0;
}


/* video / album flagging */

.block-flagging {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0rem;
}

.block-flagging .generic-error {
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.block-flagging form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-flagging .block-radios {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    padding-right: 1rem;
}

.block-flagging .block-textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block-flagging .button-group .row {
    margin: 0 0 10px;
    padding: 6px 0 0;
}

.block-flagging .submit {
    margin: 11px 0 0;
}


/* block-channel */

.block-channel {
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    border-radius: 5px;
    background: var(--accent-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    margin: -4px 0 0;
}

.block-channel .img {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 37rem;
    padding: 0 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-channel .img a {
    display: inline-block;
    width: 100%;
}

.block-channel .img img {
    display: block;
    width: 100%;
}

.block-channel .img .no-thumb {
    display: block;
    width: 100%;
    height: 20rem;
    text-align: center;
    line-height: 200px;
    background-color: #e0dfdf;
    font-size: 0;
    line-height: 0;
    background-size: 6rem;
}

.block-channel .img .channel-user {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 12px;
    padding: 5px 10px;
    opacity: 0.8;
    background-color: var(--main-bg-color);
    width: auto;
}

.block-channel .img .channel-user:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
    margin: 0 5px 0 0;
}

.no-touch .block-channel .img .channel-user:hover {
    background-color: #276fdb;
}

.block-channel .channel-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 360px;
    flex: 1 1 360px;
    padding: 0 2rem 0 0;
    color: var(--main-bg-color);
}

.block-channel .channel-list {
    margin: 0 0 2rem;
}

.block-channel .channel-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.5rem;
}

.block-channel .channel-list li:last-child {
    margin: 0;
}

.block-channel .channel-list .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    color: #bcbcbc;
    font-size: 14px;
    margin: 0 1rem 0 0;
}

.block-channel .channel-list .rating {
    padding: 3px 0 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block-channel .channel-list .rating span {
    width: calc(10% - 2px);
    height: 6px;
    background-color: #e0dfdf;
    margin: 0 1px 0 0;
    border-radius: 3px;
}

.block-channel .channel-list .rating .full {
    background-color: #276fdb;
}

.block-channel .desc {
    line-height: 20px;
}

.block-channel .channel-rating {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 170px;
    flex: 1 1 170px;
}

.block-channel .channel-rating strong {
    border-radius: 2rem;
    background-color: var(--main-bg-color);
    color: #fff;
    font-size: 7.2rem;
    font-weight: 700;
    width: 100%;
    padding: 4rem 1rem;
    display: block;
    text-align: center;
    margin: 0 0 1rem;
}

.block-channel .channel-rating a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #276fdb;
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 5px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.block-channel .channel-rating a.disabled {
    color: #fff;
    background-color: var(--main-bg-color);
}

.no-touch .block-channel .channel-rating a:hover {
    color: #212121;
    background-color: #e0dfdf;
}

.no-touch .block-channel .channel-rating a.disabled:hover {
    color: #ffffff;
    background-color: var(--main-bg-color);
}

input::placeholder {
    color: var(--accent-color);
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #669bec;
}

input::-ms-input-placeholder {
    color: #669bec;
}

.comment-section {
    margin-top: 15px;
}

.overly-main .thumb-bl {
    width: 225px;
    background-color: transparent;
    position: relative;
    margin: 4px 4px 4px 4px;
}

.overly-main .thumb-bl .thumb a img {
    width: 100%;
    cursor: pointer;
    height: 100%;
    position: relative;
}

.overly-main .thumb-bl:nth-of-type(even) {
    float: right;
}

.overly-main .thumb-bl:nth-of-type(odd) {
    float: left;
}

.overly-main .thumb-bl:nth-of-type(1n+5) {
    float: left;
}

.player {
    position: relative;
    width: 100%;
}

.player-related {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 932px;
    margin-left: -466px;
    margin-top: -229px;
    display: none
}

.overly-main {
    position: relative;
}

.overlay-middle {
    position: absolute;
    margin-top: 6px;
    padding-top: 12px;
    top: 45px;
    left: 50%;
    width: 456px;
    margin-left: -228px;
}

.overlay-middle img {
    margin: 0 auto;
}

.overlay-background {
    position: absolute;
    background: #000000c7;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay-heading {
    font-size: 16px;
    text-align: center;
}

.overlay-heading p {
    color: #fff;
    line-height: 35px;
}

.overlay-heading div {
    width: 225px;
    background-color: var(--accent-color);
    margin: 4px 4px 4px 4px;
    float: left;
}

.overlay-heading .headmiddle {
    width: 458px;
    position: relative;
}

.overlay-heading .player_prl_close {
    position: absolute;
    cursor: pointer;
    right: -10px;
    top: 2px;
    width: 90px;
    height: 32px;
    font-size: 17px;
    line-height: 30px;
    z-index: 999999;
}

.search-container {
    width: 300px;
    margin-left: 10px;
    overflow: hidden;
    background: #000000;
    color: #669bec;
}

.search-container form {
    width: 100%;
    display: flex;
    align-items: center;
}

.search-container .search-text {
    width: 100%;
    border: 1px solid #edc967;
    border-left: none;
    color: #669bec;
}

.search-container input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: none;
    width: 100%;
    height: 20px;
    background: transparent;
    color: #669bec !important;
}

.search-container input[type=text]:focus {
    outline: none;
}

.search-container button {
    padding: 6px 10px;
    background: var(--main-bg-color);
    font-size: 17px;
    border: none;
    cursor: pointer;
    width: 36px;
    border: 1px solid #edc967;
}

.search-container button .fa {
    color: #669bec;
}

.top-center .search-container button:hover {
    background: var(--main-bg-color);
}

.main-menu {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: var(--main-bg-color);
}

.main-menu .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    align-items: center;
}

.top-left {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.top-left li {
    flex-grow: 1;
    text-align: center;
    text-transform: uppercase;
}

.top-left li a {
    display: block;
    height: 100%;
    padding: 15px 0;
}

.top-left li:last-child a {
    border-right: none;
}

.top-left li.selected {
    position: relative;
}

.top-left li.selected:after {
    background: #edc967;
    height: 3px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
}

.top-left li {
    position: relative;
}

.top-left li:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: transparent;
    height: 3px;
    z-index: 999;
    width: 0%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.top-left li:hover:after {
    width: 100%;
    left: 0;
    background: #edc967;
}

.top-right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-right li a {
    cursor: pointer;
}

.main-menu li a {
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-menu li:last-child a {
    border-right: none;
}

.main-menu li.selected {
    position: relative;
}

.main-menu li.selected:after {
    background: #edc967;
    height: 3px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 999;
    width: 100%;
}

.main-menu li {
    position: relative;
}

.main-menu li:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: transparent;
    height: 3px;
    z-index: 999;
    width: 0%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    bottom: -12px;
}

.main-menu li:hover:after {
    width: 100%;
    left: 0;
    background: #edc967;
}


/*.main-menu li:hover:after{border-bottom: 3px solid #93ddff;content: " ";display: block;position: absolute;bottom: -12px;width:100%;left: 0;z-index: 999;width: 100%;-webkit-transition: all .3s ease;transition: all .3s ease;}*/

.accessitem {
    color: var(--accent-color);
}

.accessitem a:first-child {
    padding-right: 2px;
}

.accessitem a:last-child {
    padding-left: 2px;
}

.noborder {
    border: none !important;
}

.main-menu .logo a img {
    height: auto;
    width: 100%;
}

.main-menu .logo {
    padding: 0;
    margin: 0 5px;
}

.main-menu .hamburger,
.main-menu .menu-btn {
    display: none;
}

.exbanner {
    width: 100%;
    overflow: hidden;
    line-height: normal;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 5px 0;
    box-sizing: border-box;
}

.exbanner a {
    color: #dbdbdd;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    background-color: #28b9de;
    padding: 5px;
}

.exbanner iframe {
    margin: 0 auto;
}

.seemobile {
    display: none;
}

.text-tag {
    display: block;
    color: var(--accent-color);
    font-size: 14px;
    text-align: center;
}

.playerban .text-tag,
.player-banner-bl .text-tag {
    margin-top: 5px;
}

#thememode,
#thememode:hover {
    font-family: franklingothic;
    font-size: 16px;
    padding: 2px 5px;
    color: var(--accent-color);
    border: 0;
    cursor: pointer;
    background: var(--exbanner-text);
}

.thumb-bl.thumb-video {
    width: 25%;
    display: inline-block;
}

.content-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-videos .thumb-bl.thumb-video {
    width: 50%;
}

.recommended-list {
    margin-top: 15px;
}

.recommended-list h2 {
    padding: 0;
    font-size: 22px;
    margin: 0;
    min-height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: var(--darker-accent-color);
}

#delete_fav_0 a .fa {
    color: #669bec;
}


/*
.thumb-video .thumb-inner {
    border: 1px solid #edc967;
    background: var(--main-bg-color);
    padding: 1px;
    margin: 0 1px;
}*/

.thumb-count {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 23px;
    background: rgba(47, 47, 47, .89);
    line-height: 23px;
    text-align: center;
    color: #669bec;
    z-index: 2;
}

.item-info {
    background: 0 0;
    text-align: center;
    line-height: 30px;
    color: #edc967;
    text-decoration: none;
    width: 98%;
}

.item-info span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 3px;
    font-size: 14px;
    color: #edc967;
}

.thumb-video .is-hd {
    display: block;
    position: absolute;
    right: 5px;
    top: 1px;
    height: 20px;
    z-index: 10;
}

.is-hd i {
    font-size: 30px;
    color: #fff;
    height: 100%;
    display: block;
    line-height: 0;
}

.icon-hd-2:before {
    content: "";
    color: #fff;
}

.player-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.related-list {
    display: table-cell;
    vertical-align: top;
    padding: 0 4px;
    width: 370px;
}

.video-section {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    width: 60%;
    overflow: hidden;
}

.datatitle {
    width: 100%;
}

.side-banner {
    display: table-cell;
    vertical-align: top;
    padding: 0 4px;
    width: 240px;
}

.side-banner-bl {
    overflow: hidden;
    width: 240px;
    max-height: 1024px;
}

.sideplayer-bn {
    width: 300px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}


/*slider switch css */

.theme-switch-wrapper {
    display: flex;
    align-items: center;
}

.lighticon {
    margin: 0 5px 5px;
    font-size: 16px;
}

.darkicon {
    margin: 0 5px 5px;
    font-size: 16px;
}

.theme-switch {
    display: inline-block;
    height: 26px;
    position: relative;
    width: 50px;
    font-size: 16px;
}

.theme-switch input {
    display: none;
}

.slider {
    background-color: var(--slider-bg);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: var(--accent-color);
    bottom: 3px;
    content: "";
    height: 20px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 20px;
}

.theme-switch input:checked+.slider {
    background-color: var(--slider-bg);
}

.theme-switch input:checked+.slider:before {
    transform: translateX(24px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.theme-switch-wrapper.seemobile {
    display: none;
}

::placeholder {
    color: var(--opscolor);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--opscolor);
}

::-ms-input-placeholder {
    color: var(--opscolor);
}

#login {
    cursor: pointer;
}

#signup {
    cursor: pointer;
}

#list_videos_related_videos {
    position: relative;
}

.scroll-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.scroll-nav {
    position: sticky;
    left: 50%;
    top: 0%;
}

.scroll-next {
    margin-top: 2rem;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 3em;
    margin: 1em;
    font-weight: bold;
}

.scroll-next img {
    width: 4rem;
    margin: 0 auto;
}

.btnupload {
    font-size: 20px;
}

.memberzone .dropbtn {
    background-color: transparent;
    font-size: 20px;
    border: none;
    cursor: pointer;
    color: var(--accent-color);
}

.memberzone.dropdown {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
}

.memberzone.dropdown.usercr {
    border: 0;
}

.memberzone .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--main-bg-color);
    ;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    color: var(--accent-color);
    right: 0;
    width: 160px;
    margin-right: 0;
    top: 25px;
    border: 1px solid #f4f4f4;
}

.memberzone .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #f4f4f4;
    color: var(--accent-color);
}

.memberzone .dropdown-content a:hover {
    background-color: transparent;
}

.memberzone.dropdown:hover .dropdown-content {
    display: block;
}

.memberzone.dropdown:hover .dropbtn {
    background-color: transparent;
}

.loginsing {
    text-transform: uppercase;
}

.loginsing span {
    color: var(--accent-color);
}

.singupblock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 880px;
}

.loginfm,
.loginplace {
    width: 50%;
}

.loginplace .textarea {
    background: #000000;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(/static/images/free-signup.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.textarea .links {
    padding: 20px;
    text-align: center;
    color: #ffffff;
    padding-top: 10%;
}

.textarea .links h4 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.textarea .links p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.textarea .links h6 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.textarea .links .condiapply {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    margin: 0;
    padding: 10px 15px;
    font-weight: normal;
    color: #ffffff;
    display: block;
}

.cond-area {
    background: #000000;
    ;
    color: var(--secondary-txt-color);
    padding: 10px 14px;
    border-top: 2px solid var(--main-border-color);
}

.cond-area h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.cond-area p {
    font-size: 18px;
}

.cond-area .itemlist {
    margin-bottom: 5px;
}

.cond-area .cddesc {
    margin-top: 10px;
    margin-bottom: 15px;
}

.uploadbtn,
.memberzone .uploadbtn.dropbtn {
    font-size: 16px;
}

.uploadbtn,
.memberzone .uploadbtn.dropbtn:focus {
    outline: none;
}

.main-menu .membermenu li:hover:after {
    display: none;
}

.main-menu .menu {
    position: relative;
}

.othersite {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    margin-top: -26px;
}

.icomoon:before {
    font-family: "icomoon";
    font-size: 1.25rem;
    vertical-align: middle;
}

.ico-favourite:before {
    content: "\e90c";
    font-family: "icomoon" !important;
    font-size: 1.25rem;
    vertical-align: middle;
}

.video-info h1 {
    width: 100%;
}

.videoinfo-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.vpinfoleft {
    display: flex;
    align-items: center;
}

.player-bn {
    margin-bottom: 1px;
}

.reportflag {
    margin-left: 20px;
}

.reportflag .report-button {
    line-height: 22px;
    vertical-align: middle;
}

.reportflag .report-button .fa {
    font-size: 20px;
}

.addtobtn {
    margin-left: 20px;
}

.comment-bl {
    margin: 0 0 0;
    color: #edc967;
}

form .block-new-comment .bottom {
    padding: 0 0 0;
}

.video-tags li a:after {
    content: ",";
    display: inline;
}

.video-tags li:last-child a:after {
    display: none;
}

#tab_comments {
    padding: 0;
}

.videoinfo-holder ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.videoinfo-holder ul li {
    float: none;
}

.videoinfo-holder ul li span.fa {
    font-size: 20px;
    line-height: normal;
}

.videoinfo-holder ul li span.text {
    font-size: 16px;
    line-height: normal;
    vertical-align: text-bottom;
    font-family: franklingothic;
}

.videoinfo-holder ul li a:hover,
.videoinfo-holder ul li a .active {
    color: var(--darker-accent-color);
}

form .bottom .submit {
    border-radius: 0;
    background-color: var(--accent-color);
    color: #fff;
    margin: 5px 5px 0 0;
}

.margin-fix .bottom .submit,
.margin-fix .bottom .submit.right {
    background-color: var(--exbanner-bg);
    color: #fff;
}

.no-touch .margin-fix .bottom .submit:hover,
.no-touch .margin-fix .bottom .submit.right:hover,
.no-touch form .submit:hover {
    background-color: var(--accent-color-darker);
    color: var(--exbanner-text);
}

.main-content .top-bl-tags h1 {
    font-size: 22px;
}

.main-content .top-bl-tags h2 {
    font-weight: 600;
    font-size: 18px;
}

.main-content .top-bl-ins {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.main-content .top-bl-btn {
    display: flex;
    vertical-align: middle;
    padding-left: 14px;
    width: auto;
    height: 42px;
}


/*
.subcontent {
    padding: 10px 14px;
}*/

.subsection {
    padding: 10px 14px;
    border-top: 2px solid var(--main-border-color);
}

.subsection .empty-content,
.subcontent .empty-content {
    margin: 10px 0;
    padding: 0;
}

.bordertop {
    border-top: 2px solid var(--main-border-color);
}

.list-members {
    padding: 10px 14px;
}

.sort {
    position: relative;
    border-radius: 15px;
    background-color: #e0dfdf;
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 8px 10px;
    margin: 0 15px 0 0;
    min-width: 160px;
    height: 26px;
    -webkit-transition: background-color 0.3s, border-radius 0.3s;
    transition: background-color 0.3s, border-radius 0.3s;
}

.sort:last-child {
    margin: 0;
}

.sort:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    z-index: 1;
    font-size: 6px;
    content: "\e901";
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.sort:focus,
.sort:hover {
    border-radius: 15px 15px 0 0;
    background-color: #276fdb;
    color: #fff;
}

.sort:hover:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.sort .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 15px;
}

.sort .type-sort:before {
    content: "\e921";
}

.sort [class*="videos"]:before,
.sort .type-video:before {
    content: "\e91c";
}

.sort .type-fav:before {
    content: "\e90c";
}

.sort .type-visibility:before {
    content: "\e909";
}

.sort .type-edit:before {
    content: "\e91e";
}

.sort [class*="release_year"]:before,
.sort [class*="post_date"]:before {
    content: "\e902";
}

.sort [class*="duration"]:before {
    content: "\e91d";
}

.sort [class*="dir"]:before,
.sort [class*="title"]:before {
    content: "\e91e";
}

.sort [class*="popularity"]:before,
.sort [class*="viewed"]:before,
.sort [class*="watched"]:before,
.sort [class*="last_time"]:before {
    content: "\e909";
}

.sort [class*="albums"]:before {
    content: "\e900";
}

.sort [class*="popularity"]+strong,
.sort [class*="viewed"]+strong,
.sort [class*="last_time"]+strong {
    padding: 0 17px 0 30px;
}

.sort [class*="dir"]:before,
.sort [class*="title"]:before {
    content: "\e91e";
}

.sort [class*="rating"]:before {
    content: "\e90b";
}

.icon type-sort last_content_date,
.sort [class*="most_favourited"]:before {
    content: "\e90c";
}

.sort [class*="date"]:before {
    content: "\e902";
}

.sort [class*="comments"]:before,
.sort [class*="most_commented"]:before {
    content: "\e914";
}

.sort strong {
    padding: 0 5px 0 5px;
    min-width: min-content;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    width: 100%
}

.icon.type-visibility+strong {
    padding: 0 17px 0 25px;
}

.sort .icon.total_albums+strong,
.sort .icon.type-video+strong {
    padding: 0 17px 0 30px;
}

.sort ul {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    z-index: 100;
    overflow: hidden;
    background: #000000;
    border-radius: 0 0 15px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.sort ul li:first-child {
    margin-top: 5px;
}

.no-touch .sort ul li:first-child {
    margin-top: 0;
}

.sort:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sort ul a {
    display: block;
    padding: 8px 5px;
    text-align: center;
    background: transparent;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    color: #edc967;
}

.no-touch .sort ul a:hover {
    color: #ffffff;
    background: #edc967;
    cursor: pointer;
    text-decoration: none;
}

.sort,
.sort:focus,
.sort:hover {
    background-color: #edc967;
    color: #fff;
    border: 0;
    border-radius: 0;
    width: auto;
    cursor: pointer;
}

.sort ul {
    padding: 10px 0;
    border-radius: 0;
}

.sort ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sort ul li a {
    margin: 0;
    padding: 8px 10px;
    width: 100%;
}

#vreportpop {
    position: fixed;
    background: #000000ba;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    display: block;
}

#vreportpop.hidden {
    display: none;
}

.tabreport {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 452px;
    margin-left: -226px;
    margin-top: -241px;
    background-color: var(--main-bg-color);
    z-index: 999999;
    padding: 0;
    border: 2px solid var(--main-border-color);
    padding: 1rem;
}

.headreport {
    display: flex;
    align-items: center;
    background-color: var(--exbanner-bg);
    padding: 1rem .5rem;
}

.tabreport h4 {
    margin: 0;
    text-align: center;
    color: var(--exbanner-text);
    text-transform: capitalize;
    font-size: 1.2rem;
    width: 100%;
}

.headreport .closepop {
    font-size: 22px;
    cursor: pointer;
    color: var(--exbanner-text);
    width: 20px;
    text-align: right;
}

form .success {
    margin: 0;
}

.toggle-button {
    display: inline;
}


/* playlist subscribe */

.btn-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-subscribe .toggle-button {
    padding: 7px 15px;
    color: #fff;
    background-color: #276fdb;
    white-space: nowrap;
    font-size: 12px;
    border: 0;
    border-radius: 15px 0 0 15px;
}

.no-touch .btn-subscribe .toggle-button:hover {
    background-color: #c6c6c6;
    color: #212121;
}

.btn-subscribe .button-info {
    background-color: #e0dfdf;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 0 15px 15px 0;
    font-size: 12px;
    padding: 7px 15px 7px 30px;
    position: relative;
}

.btn-subscribe .button-info:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    content: "\e913";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block {
    display: block;
}

.block-flagging .submit {
    border-radius: 0;
}

.headreport .closepop:hover {
    color: var(--darker-accent-color);
}

.block-flagging .block-textarea {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

.block-flagging .block-radios {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

.block-flagging form {
    display: block;
}

.block-flagging .generic-error {
    margin: 0 0 10px;
}

ul.btn-favourites > li {
    list-style-type: none;
}

.playlistblk {
    background-color: var(--secondary-bg-color);
    border: 2px solid var(--main-border-color);
    margin-top: 20px;
}

.top-bl-btn .button,
.top-bl-btn .more {
    padding: 7px 15px;
    color: #fff;
    background-color: #edc967;
    border-radius: 15px;
    margin: 2px 0 2px 3px;
}

.no-touch .top-bl-btn .more:hover,
.no-touch .top-bl-btn .button:hover {
    background-color: #669bec;
    color: #fff;
}

.top-bl-btn .button.icon {
    position: relative;
    padding: 7px 15px 7px 25px;
}

.top-bl-btn .button.done {
    padding: 7px 15px;
}

.top-bl-btn .button.icon:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-bl-btn .button.done:before {
    content: "";
}

.top-bl-btn .more {
    position: relative;
}

.top-bl-btn .button.done,
.top-bl-btn .button.disabled {
    pointer-events: none;
}

.top-bl-btn .button.done *,
.top-bl-btn .button.disabled * {
    cursor: default;
}

.top-bl-btn .button span {
    padding: 0 9px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.toggle-button.done span,
.top-bl-btn .button.done span {
    position: relative;
    padding: 0 9px 0 23px;
}

.toggle-button.done span:before,
.top-bl-btn .button.done span:before {
    position: absolute;
    content: "\e904";
    font-size: 12px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-bl-btn .more span {
    font-weight: bold;
    padding: 0 25px 0 9px;
}

.top-bl-btn .more:after {
    content: "";
    border-left: 4px solid #222222;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
}

.top-bl-btn .more:hover:after {
    border-left: 4px solid #ffffff;
}

.top-bl-btn .button-info {
    padding: 7px 15px 7px 30px;
    border-radius: 3px;
    background-color: #edc967;
    color: #fff;
    border-radius: 15px;
    margin: 0 0 0 3px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 0 15px 15px 0;
    margin: 2px 0;
    position: relative;
    font-size: 16px;
}

.top-bl-btn .button-info:before {
    content: "\e913";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-bl-btn .button-info+.button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 15px 0 0 15px;
}

.top-bl .top-bl-btn a.button {
    font-size: 16px !important;
}

.top-bl-btn.subscp {
    display: flex;
    align-items: center;
}

.top-bl .top-bl-btn a.button:last-child {
    min-width: 200px;
}

.footernav {
    margin-top: 8px;
}

.footernav li {
    display: inline-block;
    padding: 0 5px;
}

.btn-favourites ul li span:before {
    display: none;
}

.btn-favourites ul li span,
.btn-favourites ul li>a {
    padding: .2rem 1rem;
}

.btn-favourites ul li span:hover {
    color: var(--darker-accent-color);
}

.btn-favourites ul li span .delete:before {
    font-size: 11px;
}

.btn-favourites ul li span .delete {
    border-radius: 0;
    background: transparent;
    padding: 0;
    height: auto;
    width: auto;
    right: 0;
    color: var(--accent-color);
}

.video-info .btn-favourites ul {
    overflow: hidden;
    margin: 10px 0;
}

.video-info .sponsor {
    margin-top: 10px;
}

.block-channel {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    border-top: 2px solid var(--main-border-color);
}

.block-channel .img {
    width: auto;
}

.block-channel .img .channel-user {
    right: 18px;
}

.block-channel .channel-rating {
    flex: unset;
}

.block-channel .channel-rating strong {
    font-size: 1.2rem;
    padding: 12px 5px;
}

.video-info {
    padding: 0px 10px;
}

ul.btn-favourites > li > i.fa-calendar {
    margin-left: 10px;
}

.form-upload .file-control .textfield {
    padding-left: 100px;
    height: 100%;
    width: calc(100% - 0);
}

.searchbar {
    width: auto;
}

.top-left {
    width: auto;
    margin-right: auto;
    margin-left: 15px;
}

.top-right {
    width: auto;
    margin-left: auto;
}

.main-menu .logo a img {
    width: 200px;
}

.showmobile {
    display: none;
}

.main-menu li.pornreviews a {
    border-right: 0;
}

.related-list h2,
.video-section h1 {
    padding: 0;
    font-size: 22px;
    margin: 0;
    min-height: 40px;
    line-height: 40px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sideplayer-bn h6 {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #bebebe;
    font-weight: 100;
}

.homehead {
    margin: 0;
    padding: 15px 0 2px;
    font-size: 22px;
    margin-left: 3px;
}

.firsthead.homehead {
    padding-top: 2px;
}

#list_models_models_list_items,
#list_dvds_channels_list_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

#flag_message {
    width: 100%;
    margin-top: 5px;
}

#player-pop-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.mobile_above_player {
    text-align: center;
}

.channel_script {
    overflow: hidden;
}

.main_outstream {
    width: 100%;
}

@media screen and (max-width:440px) {
    .logo {
        width: auto
    }
    .logo a {
        width: auto;
        height: auto
    }
    .logo a img {
        width: 240px;
        height: auto
    }
}

.head-open-menu {
    background-color: rgb(84, 84, 84);
    color: var(--main-bg-color);
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 5px;
    vertical-align: middle;
    cursor: pointer
}

.head-open-menu.active,
.head-open-menu:hover {
    background-color: rgb(64, 175, 100);
    color: rgb(255, 255, 255)
}

.head-bottom {
    display: none;
    border-top: 2px solid var(--main-border-color);
    padding: 0 0 10px 0
}

.head-menu {
    overflow: hidden
}

.head-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
    text-transform: uppercase;
    position: relative
}

.head-menu li a {
    display: block;
    font-size: 16px;
    line-height: 20px
}

.head-menu li a:hover,
.head-menu li.selected a {
    color: var(--darker-accent-color);
}

.search {
    margin: 10px auto 0 auto;
    width: 96%;
    max-width: 400px
}

.search form {
    position: relative
}

.search input,
.search button {
    display: block;
    font-size: 14px;
    outline: none
}

.search input {
    background-color: transparent;
    border: 1px solid rgb(194, 194, 194);
    color: rgb(54, 54, 54);
    border-radius: 15px;
    width: 96%;
    padding: 0 2%;
    height: 28px;
    line-height: 28px
}

.search input:focus {
    background-color: rgb(255, 255, 255);
    border-color: var(--darker-accent-color);
}

.search button {
    background-color: transparent;
    color: rgb(104, 104, 104);
    position: absolute;
    top: 0;
    right: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 16px;
    border: 0 none
}

.search button:hover {
    color: rgb(64, 175, 100)
}

.wrapper-container {
    padding-top: var(--space-l);
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.logo {
    width: auto;
}

.top-bl {
    background-color: var(--main-bg-color);
    margin: 2px 0 0 0;
    overflow: visible;
    padding: 5px 10px;
    font-size: 0
}

.sort li {
    display: block;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 5px;
    font-size: 16px;
    line-height: 20px
}

.sort li span {
    display: none
}

.sort li a:hover,
.sort li a:focus,
.sort li.active a,
.sort li i {
    color: var(--darker-accent-color);
}

.clear-line {
    clear: both
}

.thumb-bl {
    float: left;
    width: 50%
}

.main-content .channelitems .thumb-bl {
    width: 242px;
    margin-right: 1px;
    margin-bottom: 10px;
}

.main-content .channelitems .thumb-bl img {
    width: 100%;
    height: 240px;
}

.thumb {
    background-color: var(--main-bg-color);
    position: relative;
    margin: 2px 1px 0 1px
}

.static-header .head-wrapper {
    float: none;
    width: 100%;
}

.static-header .search {
    display: none;
}

.static-header .top-bl.top-top {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}

.static-header .head {
    margin: 2px 0 0 0;
}


/*  search bar  */

.Exp-serach {
    position: relative;
    margin-top: 20px;
    width: 0%;
    min-width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.ExpInput {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #A0B58D;
    font-family: inherit;
    font-size: 20px;
    height: 50px;
    margin: 0;
    outline: medium none;
    padding: 0 2%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 10;
}

input[type="search"].ExpInput {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.ExpInput::-webkit-input-placeholder {
    color: #efb480;
}

.ExpInput:-moz-placeholder {
    color: #A0B58D;
}

.ExpInput::-moz-placeholder {
    color: #A0B58D;
}

.ExpInput:-ms-input-placeholder {
    color: #A0B58D;
}

.ExpIcon,
.Expbtn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.Expbtn {
    background: var(--main-bg-color);
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: none;
    z-index: -1;
}

.ExpIcon {
    color: #fff;
    background: #A0B58D;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.ExpIcon:before {
    content: "";
}

.Exp-serach.Exp-serach-open,
.no-js .Exp-serach {
    width: 100%;
}

.Exp-serach.Exp-serach-open .ExpIcon,
.no-js .Exp-serach .ExpIcon {
    background: #A0B58D;
    color: #fff;
    z-index: 11;
}

.Exp-serach.Exp-serach-open .Expbtn,
.no-js .Exp-serach .Expbtn {
    z-index: 90;
}

@media (max-width:1000px) {
    .thumb {
        background-color: var(--main-bg-color);
        position: relative;
        margin: 3px 1px 0 1px
    }
}

.thumb img {
    width: 100%;
    height: auto;
    margin: 0
}

.thumb p {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: var(--accent-color);
}

.thumb-dur,
.thumb-total,
.thumb-added {
    position: absolute;
    background-color: rgba(254, 254, 254, .8);
    color: rgb(54, 54, 54);
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px
}

.thumb-total {
    left: 2px;
    bottom: 32px
}

.thumb-added {
    right: 2px;
    top: 2px
}

.thumb-dur {
    right: 2px;
    bottom: 32px
}

.thumb-ctr p {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--accent-color);
}

.pages-bl {
    overflow: hidden;
    margin-top: 18px;
    text-align: center;
    font-size: 0
}

.pag-bl-mt0 {
    margin-top: 0 !important;
}

.spotadforlg {
    margin: 8px 32px 0;
}

.spotadforch {
    margin: 8px 70px 0;
}

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

.pages-bl li a,
.pages-bl li span {
    background-color: var(--pagination-bg);
    min-width: 30px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 14px;
    color: var(--pagination-txt);
}

.pages-bl li a:hover,
.pages-bl li.page-current span {
    background-color: #669bec;
    color: #ffffff;
}

.pages-bl li.active span {
    color: rgb(64, 175, 100)
}

.go-to-all li a {
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: var(--accent-color);
}

.go-to-all li a:hover,
.go-to-all li a:focus {
    opacity: .7;
    background: var(--accent-color);
    color: #fff;
}

.bns-bl {
    margin-top: 18px;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

.adbns-bl {
    margin-top: 8px;
    overflow: hidden;
    font-size: 0
}

.adbns-bl .text-tag {
    margin-bottom: 5px;
    padding-left: 3px;
    text-align: left;
}

.bn {
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    padding: 10px
}

.fullone {
    background-color: var(--foot-banner);
    display: inline-block;
    vertical-align: top;
    margin: 2px 1px 0 1px;
    width: 960px;
    height: 360px;
    padding: 10px
}

.fullgird {
    background-color: transparent;
    margin: 2px 2px 0 2px;
}

.bn-2,
.bn-3,
.bn-4,
.bn-5 {
    display: none
}

.top-list {
    overflow: hidden
}

.top-list ul {
    width: 50%;
    float: left
}

.top-list li {
    margin: 2px 1px 0 1px
}

.top-list .tags-holder {
    float: left;
    width: 24%
}

.top-list li a,
.top-list .tags-holder a {
    background-color: var(--tag-list);
    color: rgb(84, 84, 84);
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    overflow: hidden
}

.top-list li a i,
.top-list .tags-holder a i {
    color: var(--accent-color);
}

.top-list li.title,
.top-list .tags-holder .letter {
    background: #000000;
    ;
    color: #fff;
}

.video-block {
    background-color: var(--main-bg-color);
    overflow: hidden;
    margin: 0 1px 0 0;
}

.player {
    background-color: rgb(0, 0, 0);
    position: relative;
}

.on-player-wrap {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000
}

.on-player-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 250px;
    z-index: 5500;
    margin: -125px 0 0 -150px
}

.on-pl-spts {
    overflow: hidden
}

.on-player-spot {
    background-color: rgb(40, 40, 40);
    width: 300px;
    height: 250px
}

.on-player-spot-2 {
    display: none
}

.on-player-close {
    position: absolute;
    z-index: 5600;
    background-color: var(--main-bg-color);
    color: var(--opscolor);
    ;
    border-radius: 3px;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer
}

.on-player-close:hover {
    background-color: rgb(64, 175, 100);
    color: rgb(255, 255, 255)
}

.right-player-col,
.wrapper-player .head-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: var(--main-bg-color);
    margin: 2px 1px 0 1px;
    text-align: center;
    padding: 8px 9px 10px 9px;
    overflow: hidden
}

.player-bn-2,
.player-bn-3 {
    display: none
}

.uploadedusername {
    color: var(--accent-color);
    font-size: 14px;
    line-height: 14px
}

.uploadedusername span {
    color: #669bec;
}

.video-link {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    color: var(--accent-color);
}

.video-link a,
.video-categories a {
    text-decoration: none;
    color: var(--accent-color);
    margin-right: 0;
    font-weight: 400
}

.video-link a {
    color: #e9b63b;
}

.video-categories a b.video-link {
    font-weight: 400
}

.block-comments {
    width: 100%;
    color: var(--opscolor);
}

.block-comments form {
    clear: both;
    margin: 0 0 1rem;
}

.block-comments form>.field-label {
    font-size: 18px;
}

.block-comments .toggle-button {
    float: right;
    display: block;
    background-color: #edc967;
    border: none;
    min-width: 20rem;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
}

.block-comments .toggle-button.active {
    background-color: #669bec;
    color: #ffffff;
}

.no-touch .block-comments .toggle-button:hover {
    background-color: #669bec;
    color: #ffffff;
}

.no-touch .block-comments .toggle-button.active:hover {
    background-color: #669bec;
    color: #212121;
}

.hint {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: 400;
}

.block-comments .block-new-comment {
    padding: 1rem 0 0;
    display: none;
}

.block-comments form .row {
    max-width: 100%;
}

.block-comments .bottom {
    max-width: 100%;
    width: 100%;
}

.block-comments .list-comments {
    border-top: 1px solid #e0dfdf;
    padding: 2rem 0 0;
}

form .textfield,
form .textarea,
form .selectbox,
form .file {
    border: 1px solid #e0dfdf;
    padding: 12px 0;
    background: var(--main-bg-color);
    width: 95%;
    border-radius: 20px;
    height: 100%;
    color: var(--opscolor);
}

.block-comments .label form .textarea {
    resize: none;
    min-height: 120px;
}

form .selectbox {
    padding: 10px 20px;
}

form .date {
    font-size: 0;
}

form .date .selectbox {
    width: auto;
    margin-right: 10px;
}

form .date .select2-container {
    width: calc(33.33% - 5px) !important;
    margin: 0 5px 0 0;
}

form .date .select2-container:last-child {
    margin: 0;
}

form .file {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}

form .file[disabled] {
    cursor: default;
}

form .textfield.error,
form .textarea.error,
form .selectbox.error,
form .selectbox.error+.select2-container--default .select2-selection--single,
form .file.error,
form fieldset.error .textfield,
form fieldset.error .textarea,
form fieldset.error .selectbox,
form fieldset.error .file {
    border: 2px solid #f30702;
}

form .file-control .textfield {
    padding-left: 100px;
}

form .file-control .button.disabled {
    color: #a2a2a2;
    background: #f1f1f1;
}

form .list-selector-popup {
    position: absolute;
    width: 100%;
    height: 160px;
    left: 0;
    bottom: 52px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    z-index: 10000;
    background-color: #f9f9f9;
}

form .list-selector-popup:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f9f9f9;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    bottom: -5px;
    z-index: 10000;
}

form .list-selector-popup:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 7px;
    background: #000000;
    ;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 10001;
}

form .list-selector-popup .button-group {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 30px;
    right: 8px;
}

form .list-selector-popup .button-group .group-title {
    margin: 0 5px 10px 0;
    padding: 3px;
    line-height: 1.2;
    background: #c8c8c8;
    font-weight: 800;
}

form .list-selector-popup .button-group .item {
    display: inline-block;
    width: 31%;
    padding: 3px 0 10px;
    vertical-align: top;
}

.fancybox-inner form .list-selector-popup .button-group .item {
    width: 49%;
}

.fancybox-outer,
.fancybox-inner {
    height: auto !important;
}

form .list-selector-popup .button-group .item label {
    color: #212121;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 25px;
}

form .list-selector-popup .filter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c8c8c8;
    border: none;
}

form .list-selector-popup .filter input {
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    border: none;
    background: #000000;
    ;
    color: #212121;
    font-weight: 400;
    line-height: 14px;
}

form .bottom {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

form .bottom a {
    color: #212121;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

form .bottom .links {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 2.7rem;
}

form .bottom .links p:first-child a {
    font-weight: bold;
    color: #edc967;
    font-size: 16px;
    margin: 10px 0 5px;
}

form .bottom .links p:first-child a:hover {
    color: #669bec;
}

form .bottom .submit.right {
    float: right;
    margin: 0 0 0 10px;
}

.no-touch form .bottom a:hover {
    color: #669bec;
}

.no-touch form .bottom .submit.right:hover {
    background-color: #669bec;
    color: #fff;
}

.captcha-control {
    width: 100%;
}

.captcha-control .image {
    overflow: hidden;
}

.captcha-control .image img {
    display: block;
    width: 165px;
    height: 68px;
    float: left;
}

.captcha-control .image .textfield {
    width: 150px;
}

form [data-name="code"] {
    margin: 0 0 2rem;
    min-height: 78px;
}

form .success {
    margin: 1rem;
    padding: 2.5rem 2rem;
    background: #edc967;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 1.5rem;
    width: 100%;
    text-align: center;
}

.fancybox-outer form .success {
    width: auto;
    margin: 3rem;
}

form .generic-error {
    text-align: center;
    padding: 10px;
    color: #f30702;
    border: 2px solid #f30702;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 10px;
}

form .info-message {
    display: inline-block;
    position: relative;
    margin: 0 1rem 1rem 1rem;
    padding: 1rem;
    font-size: 14px;
    background: #e0dfdf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

form .info-message:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #e0dfdf;
    left: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
}

form .info-message .bottom {
    display: block;
    padding: 1rem 0 0;
}

form .info-message .submit {
    font-size: 12px;
    min-width: auto;
    margin: 5px 5px 0 0;
}

form .field-error {
    display: none;
    padding: 5px 0 0 0;
    color: #f30702;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

form .field-error label {
    margin: 0;
}

form .smileys-support {
    position: relative;
}

form .smileys-support .textarea {
    border-radius: 0 0 20px 20px;
}

form .smileys-support .smileys-bar {
    background: #dfdfdf;
    padding: 2px 10px 4px;
    cursor: default;
    font-size: 0;
    border-radius: 20px 20px 0 0;
}

form .smileys-support img {
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    background: transparent;
}

form .smileys-support img:last-child {
    margin: 0;
}

.hidden {
    display: none;
}

form .row {
    display: flex;
    position: relative;
    width: 100%;
    padding: var(--space-s) 0;
    align-items: center;
}

form .row.column {
    flex-direction: column;
    align-items: flex-start;
}

form .row>input.radio {
    margin-right: var(--space-xs);
}

.message-form form .row {
    width: 100%;
    max-width: 100%;
}

form .row:last-child {
    margin: 0;
}

form .textfield,
form .textarea,
form .selectbox,
form .file {
    border: 0 none;
    padding: 6px 5px;
    color: #4a4a4a;
    background: none;
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /*! box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); */
    /*-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);*/
    line-height: 32px;
    border-radius: 2px;
    position: relative;
    /*! border:1px solid #36363a; */
    margin-bottom: 10px;
    color: var(--opscolor);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

form .selectbox {
    width: calc(100% + 20px);
    background-image: url(../images/arrow.svg);
    background-position: right 35px center;
    background-repeat: no-repeat;
}

form .textarea {
    background-color: transparent;
    border: 1px solid #d7dee2;
}

.select-row {
    display: block;
    width: 100%;
    overflow: hidden;
}

form .textarea {
    resize: vertical;
    height: auto;
}

form .selectbox {
    padding: 5px;
    /*! height: 32px; */
}

form .selectbox option {
    line-height: 32px;
    /*! margin: 5px 0; */
    background: var(--main-bg-color);
}

form .date .selectbox {
    width: auto;
}

form .file {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

form .textfield:focus,
form .textarea:focus,
form .selectbox:focus,
form .file:focus {}

form .textfield.error,
form .textarea.error,
form .selectbox.error,
form .file.error,
form fieldset.error .textfield,
form fieldset.error .textarea,
form fieldset.error .selectbox,
form fieldset.error .file {}

form .file-control {
    position: relative;
    width: 100%;
    height: 44px;
    margin: 0 0 2rem;
}

form .file-control .textfield {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 12px;
    width: calc(100% - 105px);
    height: 44px;
}

form .file-control .button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 83px;
    background-color: var(--accent-color);
    text-align: center;
    font-size: small;
    text-transform: uppercase;
    height: 100%;
    right: auto;
    left: 0;
}

form .file-control .button.disabled {
    color: #9b9b9b;
    background: #000000;
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}

form .list-selector-popup {
    position: absolute;
    width: 90%;
    height: 160px;
    left: 5%;
    bottom: 46px;
    background: #d5d5d5;
    z-index: 10000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

form .list-selector-popup:after {
    position: absolute;
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 10px solid #bcbcbc;
    left: 45%;
    bottom: -10px;
    z-index: 10000;
}

form .list-selector-popup .button-group {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 38px;
    right: 8px;
}

form .list-selector-popup .button-group .group-title {
    margin: 0 5px 10px 0;
    padding: 3px;
    background: #4e4e4e;
    color: #ffffff;
}

form .list-selector-popup .button-group .item {
    display: inline-block;
    width: 32%;
    padding-bottom: 10px;
    vertical-align: top;
}

form .list-selector-popup .button-group .item label {
    color: #4e4e4e;
    margin: 0 15px 0 0;
    cursor: pointer;
}

form .list-selector-popup .filter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #bcbcbc;
    border: none;
}

form .list-selector-popup .filter input {
    width: 100%;
    height: 100%;
    padding: 2px 10px;
    border: none;
    background: #bcbcbc;
    color: #565656;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form .bottom {
    background: url('../images/divider.png') left 10px repeat-x;
    overflow: hidden;
    padding: 20px 0 0;
    clear: both;
    position: relative;
}

form .bottom a {
    display: block;
    color: var(--darker-accent-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    margin: 10px 0;
}

form .bottom a:hover {
    /*color: #ffffff;*/
}

form .bottom .links {
    margin-top: 80px;
    display: block;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    background-color: rgba(14, 14, 15, 0);
    font-size: 16px;
    border: 1px solid #d7dee2;
    padding: 20px;
    text-align: center;
    color: var(--formlinks);
}

form .bottom .submit {
    float: left;
    cursor: pointer;
}

form .bottom .submit.right {
    float: right;
    margin: 0 0 0 10px;
}

.captcha-control {
    overflow: hidden;
}

.captcha-control .image {
    /*float: left;*/
    /*border: 0;*/
    /*width: 280px;*/
    /*! height: 52px; */
    /*margin: 0 12px 0 0;*/
}

.captcha-control .image img {
    display: block;
    position: relative;
    float: left;
    width: auto;
    height: 44px;
    /*margin: 11px 5px 0 0;*/
}

.captcha-control .code {
    padding-left: 10px;
    flex-grow: 1;
}

.captcha-control .code input {
    width: 100%;
    text-align: center;
}

.captcha-control label {
    float: left;
    margin: 0 0 6px;
}

.captcha-control .textfield {
    width: 135px;
}

.block-comments .captcha-control .textfield {
    margin-left: 15px;
}

.captcha-control .submit {
    float: left;
    margin: 19px 0 0;
}

form .success {
    margin: 10px 0;
    padding: 10px;
    color: #dcdcdc;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

form .generic-error {
    text-align: center;
    margin: 0 10px 10px;
    padding: 10px;
    background: transparent;
    color: #e44242;
    border: 1px solid #e44242;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

form .info-message {
    margin: 10px;
    padding: 10px;
    background: #4e4e4e;
    color: #dcdcdc;
    border: 1px solid #4e4e4e;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

form .field-error {
    display: none;
    position: absolute;
    max-width: 400px;
    padding: 5px;
    z-index: 9999;
    margin: 2px 0 0 15px;
    background: #efefef;
    color: #e44242;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

form .field-error:before,
form .field-error:after {
    content: "";
    position: absolute;
}

form .field-error.down:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    left: 20px;
    top: -10px;
}

form .field-error.down:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    left: 20px;
    top: -9px;
}

form .field-error.up {
    background-image: none;
}

form .field-error.up:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #efefef;
    left: 20px;
    bottom: -10px;
}

form .field-error.up:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #efefef;
    left: 20px;
    bottom: -9px;
}

form .field-error label {
    margin: 0;
}

form .file-control .field-error {
    margin-top: 30px;
}

form .smileys-support {
    position: relative;
}

form .smileys-support .textarea {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

form .smileys-support .smileys-bar {
    background: #3a3a3a;
    padding: 0 3px 4px 3px;
    cursor: default;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

form .smileys-support img {
    cursor: pointer;
}

.blockUI.blockOverlay {
    background: #ffffffa3;
    position: fixed;
}

form .selectbox,
form .textfield {
    margin: 0;
    padding: 0 15px;
    height: 44px;
    font-size: 16px;
    border: 1px solid #d7dee2;
    box-shadow: none;
    color: var(--opscolor);
    background: var(--main-bg-color);
}

.sidebar form .selectbox,
.sidebar form .textfield {
    /*background: rgba(14, 14, 15, 0);*/
    background: #000000;
    color: var(--opscolor);
}

form .selectbox {
    width: 100%;
    background: var(--main-bg-color);
}

form .textarea {
    /*background: #0e0e0f;*/
    resize: none;
}

.popup-holder form [name=birth_date] .selectbox {
    width: calc(33% - 2px);
}

.popup-holder form .row {
    margin-top: 10px;
    margin-top: 15px;
    padding: 0 9px;
    box-sizing: border-box;
}

.popup-holder form .row.form-half {
    display: flex;
    padding: 0;
}

.row.form-half {
    display: flex;
    padding: 0;
    margin: 0;
}

.popup-holder form .row.submit {
    margin-top: 32px;
}

.popup-holder form label {
    font-size: 16.5px;
    line-height: 30px;
}

.popup-holder .terms {
    text-align: center;
    font-size: 18px;
    margin: 21px 0 9px 0;
    line-height: 150%;
}

.popup-holder .terms a {
    display: inline;
    text-transform: none;
    font-size: 14px;
    white-space: nowrap;
}

.popup-holder form .bottom .submit {
    float: none;
}

.section-one,
.section-two {
    margin-top: 12px;
}

.popup-holder form .section-title,
.popup-holder form .section-title:first-child {
    margin: 22px 0 15px 10px;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.popup-holder form label {
    margin-bottom: 12px;
    font-weight: normal;
}

.popup-holder.edit-personal-holder form .row {
    margin-top: 14px;
}

.button-group.visibility {
    margin-top: 20px;
}

.button-group.visibility label {
    float: none;
    margin-bottom: 10px;
}

.popup-title {
    display: block;
    margin: 0 0 0 0;
    font-family: Muli;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: var(--text-color);
    background: var(--main-bg-color);
}

.popup-holder {
    color: var(--opscolor);
    padding: 10px;
    width: 477px;
    max-width: 100%;
    background: var(--exbanner-text);
    box-sizing: border-box;
    padding: 12px 20px 10px 20px;
}

.popup-holder.edit-personal-holder {
    width: 889px;
}

.popup-holder form .two-sections {
    display: flex;
    flex-direction: row;
    justify-content: normal;
}

.popup-holder form .two-sections .section-one {
    width: 50%;
}

.popup-holder form .two-sections .section-two {
    width: 50%;
}

.popup-holder form .row.extra {
    margin-top: 23px;
}

.popup-holder form .row.extra label {
    margin-bottom: 2px;
    line-height: 20px;
}

form .checkbox~label {
    cursor: pointer;
    line-height: 120%;
}

form .checkbox~label.checked:before {
    background: #47474a;
    box-shadow: inset 0 0 2px 3px #19191d;
}

form .checkbox {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    /*margin-right: 10px;*/
}

.popup-holder form .bottom {
    padding: 0 8px;
    box-sizing: border-box;
}

.popup-holder form .bottom .links {
    margin-top: 32px;
    padding-bottom: 0;
    padding: 20px 0;
    box-sizing: border-box;
}

.popup-holder form .bottom .links p {
    margin-bottom: 5px;
}

.bottom .links ul {
    padding: 0 5px;
}

.bottom .links ul li {
    margin-bottom: 3px;
    font-size: 13px;
}

.bottom .links ul li a {
    display: inline-block;
    font-size: 14px;
}

.reset_pass {
    float: right;
    margin: -20px 9px 0 0;
    color: var(--darker-accent-color);
    position: relative;
    z-index: 9;
    font-size: 16px;
}

.cls {
    display: block;
    height: 30px;
}

.cls_thumb {
    display: block;
    float: none;
    clear: both;
}

.popup-holder form .submit {
    width: 100%;
    height: 44px;
    opacity: 0.8;
    border-radius: 2px;
    background-color: #edc967;
    font-family: Muli;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

.fancybox-skin {
    background-color: var(--exbanner-text);
}

.fancybox-wrap.fancybox-opened {
    width: auto !important;
    max-width: calc(100% - 30px) !important;
    left: 50% !important;
    background: var(--main-bg-color);
    /*top: 50% !important;*/
    transform: translateX(-50%)/*translateY(-43.5%)*/
    ;
    z-index: 100001;
}

.fancybox-inner {
    width: auto !important;
}

.fancybox-close {
    width: 32px !important;
    height: 32px !important;
    top: 14px !important;
    right: 14px !important;
    background: url("../images/close.svg") no-repeat center !important;
    opacity: 0.8;
}

.fancybox-close:hover {
    opacity: 1;
}

.fancybox-inner {
    height: auto !important;
}

.fancybox-overlay {
    z-index: 100000 !important;
}

.block-comments form .block-new-comment .row {
    margin-bottom: 0;
}

.block-comments form .block-new-comment .row label {
    line-height: 30px;
}

.captcha-control .submit {
    background-color: #276fdb;
    color: #ffffff;
    padding: 10px 10px;
    text-align: center;
    border: 0;
    min-width: 110px;
}

.captcha-control .submit:hover {
    opacity: .7;
}

.top-bl-models .sort li a:focus,
.top-bl-models .sort li a:active {
    color: var(--darker-accent-color);
}

.top-bl-models .sort li a:hover,
.top-bl-models .sort li a:focus,
.top-bl-models .sort li.active a,
.top-bl-models .sort li i {
    color: var(--darker-accent-color);
}

form .progressbar .text {
    color: var(--accent-color);
}

@media all and (max-width:1000px) {
    .video-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        z-index: 10
    }
    .video-link a:first-child {
        margin-left: 5px
    }
    .video-meta {
        margin-top: 5px
    }
    .fullone {
        width: 100%;
        height: auto;
        padding: 0;
    }
}

.video-info h1 {
    margin: 0 5px 0 0;
    position: relative;
    z-index: 10
}

.video-info li {
    float: left;
    font-size: 16px;
    line-height: 16px
}

ul.video-meta li {
    margin: 10px 10px 0 0
}

ul.video-meta li span {
    color: #669bec;
}

.open-desc ul.video-tags {
    margin-top: 5px
}

ul.video-tags li {
    margin: 5px 5px 0 0
}

ul.video-tags li a {
    color: #669bec;
}

.text-wr {
    display: table-cell;
    vertical-align: top
}

.text-wr h1 {
    margin: 10px 10px 0 10px
}

.text-bl {
    padding: 10px 10px 0 10px;
    text-align: justify
}

.text-bl p {
    padding-top: 10px
}

.text-bl p span {
    color: var(--opscolor);
}

.footer-wrapper {
    background-color: var(--main-bg-color);
    margin-top: 20px
}

footer {
    margin-top: auto;
}

.footer {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 10px 0 20px 0;
    width: 98%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .rta-logo {
    width: 90px;
    margin-top: 10px;
    margin-left: 15px;
}

.footer p {
    margin-top: 0;
    color: #fff;
}

.video-info .sponsor img {
    width: 100%;
}

.footer span {
    color: var(--darker-accent-color);
}

.footer a {
    text-decoration: underline
}

@media all and (min-width:300px) {
    .sort li span {
        display: inline
    }
}

@media all and (min-width:320px) {
    .categories-list li {
        float: left;
        width: 50%
    }
}

@media all and (min-width:400px) {
    .top-list li a {
        font-size: 16px
    }
    .on-player-close {
        top: -13px;
        right: -13px
    }
}

@media all and (min-width:500px) {
    .logo a {
        font-size: 26px
    }
    .top-list li a {
        font-size: 18px
    }
    .top-alb-ins .block-des {
        margin: -5px 0 0;
    }
}

@media all and (max-width:500px) {
    .thumb-video {
        width: 100%
    }
    .scroll-area {
        display: block;
    }
    .fingerdown {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 90px;
        z-index: 99999;
        margin-bottom: 40px;
        margin-right: 5px;
        display: none;
    }
    .fingerdown img {
        background-color: transparent;
        width: 100%;
    }
}

@media all and (min-width:630px) {
    .logo a {
        font-size: 28px
    }
    .thumb-bl {
        width: 33.3333%
    }
    .categories-list li {
        width: 33.3333%
    }
    .top-list ul {
        width: 33.3%
    }
    .top-list li a {
        font-size: 14px
    }
    .on-player-block {
        margin-top: -125px
    }
    .main-content .channelitems .thumb-bl {
        width: 242px;
        margin-right: 1px;
        margin-bottom: 10px;
    }
    .main-content .channelitems .thumb-bl img {
        width: 100%;
        height: 240px;
    }
}

@media all and (min-width:700px) {
    .bn-2,
    .player-bn-2 {
        display: inline-block
    }
    .top-list li a {
        font-size: 15px
    }
    .on-player-block {
        width: 604px;
        margin-left: -302px
    }
    .on-player-spot {
        float: left;
        margin: 0 1px
    }
    .on-player-spot-2 {
        display: block
    }
}

@media all and (min-width:800px) {
    .top-list li a {
        font-size: 16px
    }
}

@media all and (min-width:900px) {
    .categories-list li {
        width: 25%
    }
    .top-list li a {
        font-size: 17px
    }
}

@media all and (min-width:986px) {
    h2 {
        font-size: 28px
    }
    .head-wrapper {
        float: right;
        width: 322px
    }
    .head-open-menu {
        display: none
    }
    .head-bottom {
        display: block!important
    }
    .head-menu {
        height: 30px
    }
    .search {
        width: auto;
        margin: 10px 10px 0 10px
    }
    .search input {
        width: 300px;
        padding: 0 30px 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .top-bl {
        display: table;
        width: 100%;
    }
    .top-bl-ins {
        display: table-cell;
        vertical-align: middle;
    }
    /*
    .thumb-bl {
        width: 322px
    }*/
    #list_models_models_list_items .thumb-bl {
        width: 240px;
        margin-right: 1px;
    }
    #list_models_models_list_items .thumb-bl:nth-child(4n+4) {
        margin-right: 0;
    }
    .main-content .channelitems .thumb-bl {
        width: 242px;
        margin-right: 1px;
        margin-bottom: 10px;
    }
    .main-content .channelitems .thumb-bl:nth-child(4n+4) {
        margin-right: 0;
    }
    .main-content .channelitems .thumb-bl img {
        width: 100%;
        height: 240px;
    }
    /*
    .main-content .thumb-bl {
        width: 322px;
    }*/
    .thumb a img {
        width: 320px;
        height: 180px
    }
    .thumb-ctr .thumb-name {
        font-size: 18px
    }
    .bn-3 {
        display: inline-block
    }
    .top-list li a {
        font-size: 18px;
        height: 40px;
        line-height: 40px
    }
    .video-block {
        float: right;
        width: 644px
    }
    .right-player-col {
        float: left;
        width: 320px;
        padding: 0 0 55px 0
    }
    .player-bn-3 {
        display: none
    }
    .footer {
        width: 966px
    }
    .back-video {
        text-align: center;
    }
    .back-video a:hover {
        background: var(--accent-color);
        color: #fff;
    }
}

@media all and (max-width:986px) {
    .search input {
        width: 99%;
        padding: 0 8% 0 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .overly-main .thumb-bl {
        display: block;
    }
    .overly-main {
        top: 263px;
    }
    .overly-main .thumb-bl:nth-of-type(1n+1) {
        display: inline-block;
        float: none;
    }
    .overly-main .thumb-bl:nth-of-type(1n+5) {
        display: none;
        float: none;
    }
    .player-related .clear-line {
        clear: unset;
        display: none;
    }
    .overlay-middle {
        padding-top: 0;
    }
    .singupblock {
        min-width: 700px;
    }
    /* menu icon */
    .main-menu .menu-btn:checked~.main-menu .menu {
        display: block;
    }
    .main-menu .menu-btn:checked~.menu-icon .navicon {
        background: transparent;
    }
    .main-menu .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
    }
    .main-menu .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
    }
    .main-menu .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
    .main-menu .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
        top: 0;
    }
    .main-menu .menu-icon {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        position: relative;
        user-select: none;
    }
    .main-menu .menu-icon .navicon {
        background: var(--opscolor);
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }
    .main-menu .menu-icon .navicon:before,
    .main-menu .menu-icon .navicon:after {
        background: var(--opscolor);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }
    .main-menu .menu-icon .navicon:before {
        top: 5px;
    }
    .main-menu .menu-icon .navicon:after {
        top: -5px;
    }
    .player-bn-2 {
        display: none;
    }
    .player-banner-bl {
        text-align: center;
    }
}

@media all and (max-width:450px) {
    .search input {
        width: 99%;
        padding: 0 10% 0 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px
}

@media all and (min-width:1308px) {
    .wrapper-container {}
    .wrapper-container,
    .footer,
    header {
        max-width: 100%;
    }
    .bn-4 {
        display: inline-block
    }
    .top-list ul {
        width: 16.666%
    }
    .top-list li a {
        font-size: 14px
    }
    .video-block {
        width: 966px
    }
    .video-info {
        padding: 5px 5px 5px
    }
    .video-info h1 {
        font-size: 28px;
        line-height: 30px
    }
    .right-player-col {
        padding: 0 0 26px 0
    }
    .player-bn-2 {
        display: block
    }
    .on-player-block {
        width: 620px;
        margin-left: -310px
    }
    .on-player-spot {
        margin: 0 5px
    }
    .on-player-close {
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        width: 50px;
        top: -26px;
        right: -26px
    }
    #list_models_models_list_items .thumb-bl {
        width: 240px;
        margin-right: 22px;
    }
    #list_models_models_list_items .thumb-bl:nth-child(4n+4) {
        margin-right: 22px;
    }
    #list_models_models_list_items .thumb-bl:nth-child(5n+5) {
        margin-right: 0;
    }
}

@media all and (max-width:1308px) {
    ul.video-meta li {
        margin: 5px 10px 0 0
    }
    .head-wrapper .player-banner {
        padding-bottom: 88px;
    }
    .player-related {
        width: 100%;
        margin: 0;
        top: 0;
        left: 0;
        text-align: center;
    }
    .overlay-heading div {
        display: none;
    }
    .overly-main .thumb-bl {
        display: none;
    }
    .overlay-heading .headmiddle {
        display: block;
        margin: 2px auto 0;
        float: none;
    }
    .overlay-middle {
        top: 40px;
    }
    .search-container {
        width: 200px;
        margin-left: 0;
    }
    .main-menu li a {
        padding: 4px 6px;
    }
    .main-menu .logo {
        width: 200px;
    }
    .top-left li.pornreviews {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .thumb-bl.thumb-video {
        width: 25%;
    }
    .related-videos .thumb-bl.thumb-video:nth-child(4)~div {
        display: none;
    }
    .related-videos .thumb-bl.thumb-video {
        width: 100%;
    }
    .related-list {
        width: 180px;
    }
    .othersite {
        margin-left: 0;
    }
}

@media all and (max-width:1060px) {
    .top-left {
        order: 2;
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .top-right {
        order: 3;
        width: auto;
        margin-top: 15px;
        margin-left: 0;
        margin-right: auto;
    }
    .searchbar {
        order: 1;
        width: 100%;
    }
    .search-container {
        width: 100%;
    }
    .main-menu .logo a img {
        width: 100%;
    }
    .main-menu .logo {
        width: 200px;
        margin-right: 15px;
    }
    .main-menu li a {
        padding: 2px 10px;
    }
    .main-menu .menu {
        margin-right: 10px;
        margin-top: 30px;
    }
    .main-menu {
        align-items: unset;
    }
    .othersite {
        margin-left: 0;
        margin-top: -25px;
    }
}

@media all and (max-width:930px) {
    .thumb-bl.thumb-video {
        width: 33.3333%;
    }
    .related-list {
        display: none;
    }
    .video-section {
        width: 100%;
    }
    .player-wrapper *,
    .player-wrapper ::after,
    .player-wrapper ::before {
        box-sizing: border-box;
    }
    .datatitle h1 {
        padding: 0 2px;
    }
}

@media all and (min-width:1400px) {
    .wrapper-container,
    .footer,
    header {
        max-width: 1350px;
    }
    .video-section {
        width: 715px;
    }
}

@media all and (min-width:1630px) {
    .alphabet.js-letter-tag {}
    .wrapper-container,
    .footer,
    header {
        width: 1610px
    }
    .footer-wrapper {
        margin: 0 auto;
    }
    .bn-5 {
        display: inline-block
    }
    .top-list li a {
        font-size: 16px
    }
    .video-block {
        width: 1288px
    }
    .player-bn-3 {
        display: block
    }
    .video-info h1 {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 8px
    }
    .video-info li {
        font-size: 18px;
        line-height: 22px
    }
    .right-player-col {
        padding: 0 0 10px 0
    }
    ul.video-meta {
        margin-top: 5px
    }
    ul.video-tags li {
        margin: 11px 10px 0 0
    }
    .player-banner {
        padding: 13px 0 26px 0 !important;
    }
    #list_models_models_list_items .thumb-bl {
        margin-right: 30px;
    }
    #list_models_models_list_items .thumb-bl:nth-child(5n+5) {
        margin-right: 0;
    }
    .side-banner-bl {
        max-height: 1024px;
    }
}

.thumb .no-thumb {
    width: 320px;
    min-height: 180px;
    height: auto;
    background-color: var(--secondary-txt-color);
    ;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#list_models_models_list_items .thumb .no-thumb {
    width: 240px;
    min-height: 320px;
}

#list_models_models_list_items .thumb a img {
    width: 100%;
    height: auto;
}

.filter {
    font-size: 14px
}

.player-wrap {
    position: relative
}

.block-model {
    display: none;
}

.headline h2 {
    padding: 0;
    margin: 0;
    color: var(--page-title-text);
    font-size: 20px;
}

.fp-poster img {
    position: absolute;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important
}

.kt-player {
    position: absolute!important
}

.main-content .headline h1 {
    margin-bottom: 10px;
    padding: 10px 0;
}

.content .empty-content a {
    color: #669bec;
    text-decoration: none;
}

.content {
    background-color: var(--main-bg-color);
    padding: 0
}

.content h2 {
    margin: 0
}

.content li {
    list-style-type: decimal;
    margin-left: 15px
}

ul.btn-favourites > li {
    list-style-type: none;
    margin-left: 0;
}

ul.list-sort > li {
    list-style-type: none;
    margin-left: 0;
    cursor: default;
    pointer-events: none;
}

.content a {
    color: var(--accent-color);
    cursor: pointer;
}

.content a:hover {
    text-decoration: underline
}

.head-wrapper.static-page {
    width: 100%
}

.head-wrapper.static-page .top-bl {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.head-wrapper.static-page .top-bl-ins {
    padding: 0
}

.head-wrapper.static-page .search {
    display: none
}

.go-to-all {
    margin-bottom: 18px
}

.go-to-all.go-to-bottom {
    margin-bottom: 0
}

.bn-mobile {
    display: none
}

@media (max-width:500px) {
    .bns-bl-desktop .bn:not(.bn: first-child) {
        display: none
    }
    .bn-mobile {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto
    }
    .bn-mobile>a>img {
        margin: 0 auto
    }
}

.alphabet {
    padding: 38px 10px 6px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid var(--main-border-color);
    background-color: var(--main-bg-color);
}

.alphabet i {
    flex-grow: 1;
    font-size: 15px;
    margin: 2px;
    border: 1px solid #676775;
    border-radius: 5px;
    min-width: 24px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

.alphabet i:hover,
i:active,
.active {
    filter: brightness(200%)
}

.tag-list-top .tag-block {
    width: 100%;
    display: flex;
}

.tag-list-top .tag-block .letter {
    margin: 0 15px 0 0;
    line-height: 40px;
}

.tag-list-top .tag-block a {
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
}

.tag-list-top .tag-block a:hover {
    color: var(--secondary-txt-color);
}

.main-container {
    width: 100%;
}

.lsc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 1px;
}

.lsc-i {
    flex-grow: 1;
    padding: 1px 1px 0 0;
}

.cat-info {
    margin-top: 5px;
    margin-bottom: 15px;
}

.cat-info a:last-child::before {
    content: '';
    border-left: solid 1px var(--accent-color);
    height: 10px;
    width: 0;
    padding: 0 2px 0 2px;
    display: inline-block;
}

.thumbnl {
    height: auto;
    width: 100%;
}

.aspect-ratio-box {
    position: relative;
}

.aspect-ratio-box::after {
    display: block;
    content: "";
    /* 16:9 aspect ratio */
}

.aspect-ratio-box-album {
    padding-bottom: 133.33%;
}

.aspect-ratio-box-video {
    padding-bottom: 56.25%;
}

.aspect-ratio-box img {
    /* Image should match parent box size */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:600px) {
    .alphabet {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .player-banner-bl {
        text-align: center;
    }
    .thumb-bl.thumb-video {
        width: 50%;
    }
    .side-banner {
        display: none;
    }
    .video-section {
        width: 100% !important;
    }
    .pagination {
        margin-top: 10px;
    }
    .bns-bl-desktop .bn:first-child {
        margin-bottom: 10px;
    }
    .list-comments .image {
        width: 2rem;
        height: 2rem;
    }
    .list-comments .no-profile {
        font-size: 1.5rem;
    }
}

.top-list-tags {
    display: block;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid rgb(214, 214, 214)
}

.top-list-tags .tags-holder {
    width: 100%;
    float: none;
    overflow: hidden;
    background-color: var(--tag-list);
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.itemlist {
    padding-right: 10px;
}

.tags-holder .letter {
    padding: 0 10px;
    font-size: 16px
}

.top-list-tags .tags-holder a {
    overflow: hidden;
    display: inline-block;
    padding: 0 0 0 10px;
    color: var(--accent-color);
}

.top-bl-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 1px 0 3px
}

.top-bl-tags h1 {
    font-size: 22px;
}

@media (max-width:986px) {
    .top-bl-tags {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .alphabet {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px
    }
    .head-wrapper .player-banner {
        padding-bottom: 0;
    }
}

.wrapper-player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 2px;
}

.head.one {
    display: none
}

@media screen and (max-width:986px) {
    .head.one {
        display: block
    }
    .wrapper-player .right-player-col .head {
        display: none
    }
    .wrapper-player {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .right-player-col {
        display: block
    }
}

.adblock-message {
    background: #40af64;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11111111;
    width: 500px;
    line-height: 300px;
    font-size: 26px;
    color: #fff;
    text-align: center
}

.kt-player .ablock {
    max-width: 100%
}

.player .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    cursor: pointer
}

.player .mask.hidden {
    display: none
}

@media screen and (max-width:900px) {
    .video-info.hidden.show .title-holder {
        max-height: 999px;
        margin: 0
    }
    .video-info .show-title {
        top: -8px;
        display: none;
        border-top: 1px solid rgb(64, 175, 100);
        position: relative;
        text-align: center;
        margin: 0 10px 16px 0
    }
    .video-info.hidden.show .show-title {
        top: 0
    }
    .video-info .show-title span {
        border-bottom: 1px solid rgb(64, 175, 100);
        border-right: 1px solid rgb(64, 175, 100);
        background: var(--main-bg-color);
        display: inline-block;
        height: 25px;
        width: 25px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -13px
    }
    .video-info .show-title span:last-of-type {
        height: 10px;
        width: 10px;
        top: -5px
    }
    .video-info.hidden .show-title {
        display: block
    }
    .video-info.show .show-title span {
        border-left: 1px solid rgb(64, 175, 100);
        border-top: 1px solid rgb(64, 175, 100);
        border-bottom: 1px solid transparent;
        border-right: 1px solid transparent;
        top: -11px
    }
    .video-info.show .show-title span:last-of-type {
        top: -4px
    }
    .video-info.show .show-title:after {
        content: '';
        display: inline-block;
        background: var(--main-bg-color);
        left: 0;
        right: 0;
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0
    }
    .video-section {
        width: 69%;
    }
}

.name-video {
    font-size: 12px
}

.back-album {
    position: absolute;
    z-index: 150;
    right: 41%;
    display: inline-block;
    text-align: center;
    top: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:1630px) {
    .back-album {
        right: 38%
    }
    .video-link-gallery {
        margin: 8px 0 0 0
    }
}

@media screen and (max-width:1308px) {
    .back-album {
        right: 32%
    }
}

@media screen and (max-width:1100px) {
    .video-section {
        width: 59%;
    }
    .player-wrapper {
        overflow: hidden;
    }
}

@media screen and (max-width:986px) {
    .back-album {
        right: 38%
    }
}

@media screen and (max-width:915px) {
    .back-album {
        right: 36%
    }
    .video-section {
        width: 71%;
    }
}

@media all and (max-width:860px) {
    .main-menu li a {
        padding: 2px 8px;
    }
    .video-section {
        width: 70%;
    }
}

@media all and (max-width:830px) {
    .player-related .overly-main .thumb-bl {
        display: none;
    }
    .main-menu li a {
        padding: 2px 5px;
    }
    .main-menu .logo {
        margin-right: 10px;
    }
}

@media screen and (max-width:810px) {
    .back-album {
        right: 34%
    }
    .video-section {
        width: 69%;
    }
}

@media screen and (max-width:700px) {
    .back-album {
        right: 32%
    }
    #list_models_models_list_items .thumb-bl {
        width: 33.3333%;
    }
    .video-section {
        width: 68%;
    }
}

@media all and (max-width: 768px) {
    .video-section {
        width: 67%;
    }
    .popup-holder form .two-sections {
        flex-direction: column;
    }
    .popup-holder form .two-sections .section-one {
        width: 100%;
    }
    .popup-holder form .two-sections .section-two {
        width: 100%;
    }
    .popup-holder {
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 0
    }
    .popup-title {
        margin: 15px 0 0 17px;
    }
    .fancybox-wrap.fancybox-opened {
        top: 30px !important;
        transform: translateX(-50%) translateY(0);
    }
    .fancybox-close {
        width: 24px !important;
        height: 24px !important;
        background-size: contain !important;
    }
    .main-menu {
        position: relative;
        z-index: 99999;
    }
    .main-menu .menu {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 9999;
        top: 55px;
        background: var(--main-bg-color);
        overflow: hidden;
        top: 200px;
        margin-top: 0;
    }
    .main-menu .top-left {
        display: block;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 30px 5px 20px;
    }
    .main-menu li a {
        border-right: none;
        border-bottom: 1px solid #93ddff;
        width: 100%;
        display: block;
        padding: 10px 0;
    }
    #mainmenu.active {
        display: block;
    }
    .main-menu {
        align-items: center;
        justify-content: space-between;
    }
    .main-menu .menu {
        display: none;
    }
    .main-menu .hamburger {
        width: auto;
        align-items: center;
        display: inline-flex;
    }
    .top-right {
        justify-content: center;
        width: 100%;
        display: block;
        text-align: center;
    }
    .search-container {
        width: 100%;
        margin: 0;
        display: block;
    }
    .seedesktop {
        display: none;
    }
    .seemobile {
        display: block;
    }
    .main-menu .logo {
        width: 200px;
    }
    .othersite {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 44px;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
    }
    .switch-wrapper.seemobile {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }
    .btwnativea .thumb {
        margin: 0 auto;
        width: 320px;
    }
    .undervidebn {
        margin: 0 auto;
        width: 300px;
    }
    .undervideo {
        margin: 10px 0;
    }
    .undercomment {
        margin: 0 auto;
        width: 300px;
    }
    .wrapper-player .player-banner {
        padding: 0;
        padding-bottom: 10px;
    }
    .player-banner-bl {
        margin-top: 10px;
    }
    .video-block .video-info .block-des {
        margin-top: 0;
        margin-bottom: 0;
    }
    .mbmemberzone {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mbmemberzone .btnupload {
        text-align: center;
    }
    .mbmemberzone .btnupload a {
        padding: 10px 5px;
        border-right: 1px solid #f4f4f4;
        border-bottom: 0;
    }
    .logmb {
        padding: 0 0;
    }
    .singupblock {
        display: block;
        min-width: 100%;
    }
    .loginfm {
        width: 100%
    }
    .loginplace {
        width: 100%;
    }
    .textarea .links {
        padding: 20px;
    }
    .textarea .links h4 {
        font-size: 36px;
    }
    .textarea .links p {
        font-size: 26px;
    }
    .textarea .links h6 {
        font-size: 24px;
    }
    .cond-area {
        min-height: 100%;
    }
    .footer {
        display: block;
    }
    .footer p {
        margin-bottom: 10px;
    }
    .footer .rta-logo {
        margin: 0 auto;
    }
    .title-holder {
        display: block;
    }
    .videoinfo-holder ul li span.fa {
        font-size: 18px;
    }
    .videoinfo-holder ul li span.text {
        font-size: 16px;
    }
    #list_models_models_list_items .thumb .no-thumb {
        width: 100%;
    }
    .main-menu .logo {
        width: auto;
    }
    .main-menu .logo a img {
        width: 200px;
    }
    .searchbar {
        width: 100%;
    }
    .top-left {
        margin-top: 0;
    }
    .accessitem span {
        display: none;
    }
    .main-menu li {
        display: inline-block;
    }
    .main-menu li a {
        padding: 10px 6px;
        border-bottom: 0;
    }
    .showmobile {
        display: inline-block;
    }
    .top-right {
        display: none !important
    }
    .top-left li.pornreviews {
        overflow: unset;
    }
    .main-menu li a {
        display: flex;
    }
    .main-menu li.selected:after {
        bottom: -5px;
    }
    .main-menu li:hover:after {
        bottom: 0;
    }
}

@media all and (max-width: 640px) {
    .video-section {
        width: 65%;
    }
}

@media all and (max-width: 640px) {
    form .two-sections .section-one,
    form .two-sections .section-two,
    .popup-holder form .two-sections .section-one,
    .popup-holder form .two-sections .section-two {
        float: none;
        background: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    form .two-sections .section-two,
    .popup-holder form .two-sections .section-two {
        margin-top: 20px;
    }
    form .list-selector-popup .button-group .item {
        display: block;
        width: auto;
    }
}

@media screen and (max-width:600px) {
    .back-album {
        right: 29%
    }
    .exbanner a {
        padding: 8px 2px;
        font-size: 18px;
    }
    #list_models_models_list_items .thumb-bl {
        width: 50%;
    }
    .main-content .top-bl-tags h1 {
        font-size: 20px;
        width: 100%;
        padding: 10px 5px
    }
    .main-content .top-bl-btn,
    .main-content .top-bl-tags {
        width: 100%;
        display: block;
    }
    .main-content .top-bl-btn {
        padding: 0;
    }
    .main-content .top-bl-ins {
        text-align: center;
        display: block;
        width: 100%;
    }
    .top-bl-tags {
        display: block;
    }
    .top-bl-ins {
        text-align: center;
    }
    .sort {
        margin: 0;
    }
    .main-content .top-bl-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:515px) {
    .back-album {
        right: 25%
    }
}

@media screen and (max-width:450px) {
    .back-album {
        right: 20%
    }
    .back-album {
        right: 20%
    }
    .fingerdown {
        width: 80px;
        margin-right: 15px;
    }
    .thumb-bl.thumb-video {
        width: 100%;
    }
}

.back-album a {
    display: inline-block
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px
}

.vodeo-gallery {
    text-decoration: underline;
    color: var(--accent-color);
    font-size: 18px
}

.desc-and-tags {
    color: #edc967
}

.uploadedusername a .fa,
.report-button,
.btn-favourites a {
    color: #edc967
}

.desc-and-tags ul {
    margin-bottom: 5px;
}

.block-des {
    overflow: hidden
}

.wrapper-container.open-desc .desc-and-tags {
    max-height: 9999px;
    color: var(--secondary-txt-color);
}

.open-desc-and-tags div,
.comment-bl div {
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #edc967;
    cursor: pointer
}

.open-desc-and-tags span,
.comment-bl span {
    font-size: 16px;
    line-height: 17px;
    color: #edc967;
    cursor: pointer;
    padding: 1px 3.75px 0 3.8px;
    border: 1px solid #edc967;
    margin: 0 3px 0 0
}

.desc-and-tags ul li .fa {
    color: #edc967
}

.wrapper-container.open-desc .desc-and-tags {
    max-height: 9999px;
    color: var(--secondary-txt-color);
}

.wrapper-container.open-desc .desc-and-tags ul li .fa {
    color: var(--accent-color);
}

.open-desc-and-tags,
.comment-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.open-desc-and-tags span {
    display: block
}

.open-desc-and-tags .minus,
.comment-bl span.cminus {
    display: none
}

.wrapper-container.open-desc .minus {
    display: block
}

.wrapper-container.open-desc .plus {
    display: none
}

.open-desc-and-tags span.minus,
.comment-bl span.cminus {
    padding: 1px 6.33px 0 6.5px
}

.video-link-gallery.hidden {
    display: none
}

.video-info .block-des .video-tags li {
    font-size: 14px
}

.desc-and-tags .video-meta {
    margin: 0 0 7px
}

.wrapper-container.open-desc .open-desc-and-tags {
    padding: 5px 0 0
}

.desc-and-tags .desc {
    font-size: 18px;
    line-height: 19px
}

.desc-and-tags .desc {
    margin: 7px 0 0
}

.desc-and-tags .desc,
.desc-and-tags .video-tags,
.desc-and-tags .video-meta {
    display: block
}

.open-desc .desc-and-tags .desc,
.open-desc .desc-and-tags .video-tags,
.open-desc .video-meta {
    display: block
}

.video-info .block-des {
    margin: 0 0 0
}

.open-desc .video-info .block-des {
    margin: 0 0 0
}

.player-banner {
    background-color: var(--main-bg-color);
    padding: 0 0 26px;
    margin: 0 0 0 1px;
}

#video-banner {
    background-color: rgb(254, 254, 254);
    margin: 2px 1px 0 1px;
    font-size: 0;
    text-align: center;
    padding: 8px 9px 10px 9px;
    overflow: hidden;
}

.player-banner .player-bn {
    margin-top: 12px;
}

.player-banner .player-bn:first-of-type {
    margin-top: 6px;
}

.open-desc .video-block .desc-and-tags .desc {
    padding: 6px 0 0
}

.vodeo-gallery {
    text-decoration: underline;
    color: var(--accent-color);
    font-size: 18px
}

.video-link-gallery {
    font-size: 14px;
    min-height: 14px;
    line-height: 14px;
    margin: 12px 0 0
}

.back-album.hidden {
    display: none
}

@media (min-width:986px) {
    .alphabet.js-letter-tag {
        padding: 5px 10px;
    }
    .alphabet.js-letter-tag.js-letter-models {
        height: auto;
    }
    #video-banner {
        display: none;
    }
}

@media (max-width:986px) {
    .top-bl-models .top-bl-ins {
        text-align: center
    }
}

.js-letter-models {
    cursor: pointer
}

.js-letter-models a.activ {
    color: rgb(64, 175, 100)
}

.top-bl-models {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-bl-models .sort li {
    position: relative;
    cursor: pointer
}

.top-bl-models .sort li .js-letter-models {
    position: absolute;
    top: 100%;
    z-index: 99999999;
    padding: 10px!important;
    width: 201px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 2px solid #d6d6d6;
    border-top: none;
    display: none;
    text-align: left
}

.top-bl-models .sort li.open .js-letter-models {
    display: block
}

.top-bl-models .sort li.open a {
    border: 2px solid #d6d6d6
}

.top-bl-models .sort li a {
    border: 2px solid transparent;
    padding: 0 4px
}

.top-bl-models .sort li .js-letter-models:before {
    position: absolute;
    content: '';
    width: 191px;
    height: 2px;
    background: #d6d6d6;
    right: 0;
    top: 0
}

.top-bl-models .sort li:nth-child(3) .js-letter-models:before {
    width: 176px
}

.top-bl-models .sort li:last-of-type .js-letter-models:before {
    width: 171px
}

.head-wrapper.head-wrapper-models,
.head-wrapper.head-wrapper-models .top-bl-models,
.head-wrapper.head-wrapper-models .top-bl-models .sort {
    overflow: initial
}

.js-letter-models a {
    border: none!important;
    margin: 4px 7px;
    display: inline-block;
    color: #199ec5 !important;
    text-decoration: none!important;
    padding: 0!important
}

.js-letter-models a:hover {
    color: #cb232c !important;
    text-decoration: underline!important
}

.js-letter-models a.active {
    color: #cb232c !important;
    text-decoration: underline!important
}

@media (max-width: 960px) {
    .sidebar {
        display: none;
    }
}

@media (max-width:986px) {
    .top-bl-models .sort li .js-letter-models {
        width: 350px;
        left: -150px;
        margin: 0 auto
    }
    .top-bl-models .sort li .js-letter-models:after {
        position: absolute;
        content: '';
        width: 172px;
        height: 2px;
        background: #d6d6d6;
        left: 0;
        top: 0
    }
    .top-bl-models .sort li:nth-child(3) .js-letter-models:after {
        width: 150px
    }
    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 141px
    }
    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 179px
    }
    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 350px;
        left: -141px;
        margin: 0 auto
    }
    .top-bl-models .sort li .js-letter-models:before {
        width: 168px
    }
    .top-bl-models .sort li .js-letter-models {
        width: 350px;
        left: -172px;
        margin: 0 auto
    }
    .top-bl-models .sort li:nth-child(3) .js-letter-models {
        width: 350px;
        left: -150px;
        margin: 0 auto
    }
}

@media (max-width:600px) {
    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 350px;
        left: -235px;
        margin: 0 auto
    }
    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 85px
    }
    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 235px
    }
    .tabreport {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width:470px) {
    .top-bl-models .sort li .js-letter-models {
        width: 314px;
        left: -110px;
        margin: 0 auto;
        box-sizing: border-box
    }
    .top-bl-models .sort li .js-letter-models:after {
        position: absolute;
        content: '';
        width: 110px;
        height: 2px;
        left: 0;
        top: 0
    }
    .top-bl-models .sort li .js-letter-models:before {
        width: 170px
    }
    .top-bl-models .sort li:nth-child(3) .js-letter-models {
        width: 314px;
        left: -156px;
        margin: 0 auto;
        box-sizing: border-box
    }
    .top-bl-models .sort li:nth-child(3) .js-letter-models:before {
        width: 110px
    }
    .top-bl-models .sort li:nth-child(3) .js-letter-models:after {
        width: 156px
    }
    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 314px;
        left: -214px;
        margin: 0 auto;
        box-sizing: border-box
    }
    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 46px
    }
    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 214px
    }
    .exbanner {
        padding: 3px;
    }
    .exbanner a {
        font-size: 16px;
    }
}

@media (min-width:986px) {
    .top-bl.top-top.top-bl-tags.top-bl-models {
        height: 64px;
        font-size: 100%;
    }
}

.desc-and-tags .video-link {
    display: none
}

.open-desc .desc-and-tags .video-link {
    display: block;
    margin-top: 13px
}

.list-tags-search.top-list-tags .tags-holder a {
    font-size: 20px;
    text-decoration: underline
}

@media all and (max-width:580px) {
    .player-related,
    .overlay-background {
        display: none;
    }
    .video-block .player .player-related,
    .video-block .player .overlay-background {
        display: none !important;
    }
}

@media (max-width:550px) {
    .list-tags-search.top-list-tags .tags-holder a {
        font-size: 15px;
        text-decoration: underline
    }
}