body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

* {
    outline: none;
    text-decoration: none;
}

img,
object,
embed {
    vertical-align: bottom;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

p.text {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 2.5rem;
    width: 100%;
    display: block;
}

q:before,
q:after {
    content: "";
}

a * {
    cursor: pointer;
}

@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;
}

.under-video-title a {
    color: #b1b1b1;
    margin: 0 5px 0 0;
}

.d-flex {
    display: flex;
    align-items: center;
}

/* fancybox */
.fancybox-opened .fancybox-skin {
    background-color: #000;
    border-radius: 5px;
    -webkit-box-shadow: -7px 10px 21px rgba(0, 0, 0, 0.65) !important;
    box-shadow: -7px 10px 21px rgba(0, 0, 0, 0.65) !important;
    padding: 0 !important;
    overflow: hidden;
}

.fancybox-inner {
    width: 100%;
}

.fancybox-close {
    top: 10px !important;
    right: 10px !important;
}

.fancybox-lock .fancybox-overlay {
    z-index: 9999;
}

.fancybox-error {
    padding: 3rem 15px 15px !important;
}



.card-title {
    font-size: 18px;
    color: #E0CAA4;

}

.thumbs-global .card-title a {
    font-weight: 700;
}

.thumbs-global .title-2 {
    border: none;
}

.popup-title {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    font-size: 2.4rem;
    font-size: 30px;
    font-weight: 500;
}

.popup-holder {
    padding: 3rem;
    min-width: 42rem;
    background-color: #151515;
}

.two-sections {
    width: 81rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-container- .two-sections {
    width: 100%;
}

.section-one,
.section-two {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.section-one {
    padding: 0 25px 0 0;
    margin: 0 0 2rem;
}

.section-two {
    padding: 0 0 0 25px;
}

.main-container- .section-two {
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
}

/* block UI plugin overlay */

.hidden {
    display: none;
}

/* forms */
form .section-title {
    color: #ccc;
    font-size: 18px;
    font-weight: 500;
    margin: 1rem 0;
    display: block;
}

form .section-title.expand,
form .section-title.collapse {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

form .section-title.expand:hover,
form .section-title.collapse:hover {
    color: #2f2f2f;
}

form .section-title.collapse:after,
form .section-title.expand:after {
    content: "\e901";
    display: block;
    position: absolute;
    margin-left: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 100%;
    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;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-size: 6px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

form .section-title.collapse:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

form .row {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 2rem;
    line-height: 0;
}

.message-form form .row {
    width: 100%;
    max-width: 100%;
}

form .row:last-child {
    margin: 0;
}

form label {
    display: block;
    color: #ccc;
    margin: 0 0 5px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 14px;
}

form label.field-label:after {
    content: ":";
}

form label.field-label.required:after {
    content: " (*):";
}

form .bottom label {
    font-size: 12px;
    color: #9f9f9f;
    margin: 0 0 7px;
}

form .bottom label.field-label {
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
}

form .button-group .row {
    margin: 6px 0 0 0;
}

.button-group {
    margin: 0 0 2rem;
}

.two-sections .button-group {
    margin: 0;
}

form .button-group .row:first-child {
    margin: 0;
}

form .button-group .row label {
    margin: 0 0 5px;
    cursor: pointer;
}

form .radio,
form .checkbox {
    display: none;
}

form .radio+label,
form .radio+span,
form .checkbox+label,
form .checkbox+span {
    position: relative;
    padding-left: 24px !important;
    cursor: pointer;
}

form .radio+span {
    line-height: 1.2;
}

form .checkbox+label::before,
form .checkbox+span::before {
    content: "\e904";
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #3f3f3f;
    background-color: #262626;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #262626;
    font-size: 11px;
    text-align: center;
    padding: 3px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}

form .checkbox:checked+label::before,
form .checkbox:checked+span::before {
    background-color: #2f2f2f;
    border: 1px solid #2f2f2f;
    color: #fff;
}

form .radio+span::before,
form .radio+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #3f3f3f;
    background-color: #262626;
    padding: 3px 0 0;
    -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}

form .radio:checked+span::before,
form .radio:checked+label::before {
    background-color: #2f2f2f;
    border: 5px solid #e0dfdf;
}

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: #2f2f2f;
    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: #212121;
    color: #fff;
}

.sidebar form .submit {
    min-width: 154px;
}

.margin-fix .bottom .submit.active,
.margin-fix .bottom .submit.right.active,
form .submit.active {
    background-color: #2f2f2f;
    color: #fff;
}

.margin-fix .bottom .submit:disabled,
.margin-fix .bottom .submit.right:disabled,
form .submit:disabled {
    pointer-events: none;
    color: #3f3f3f;
}

form .textfield,
form .textarea,
form .selectbox,
form .file {
    border: 1px solid #262626;
    padding: 12px 20px;
    color: #fff;
    background: #2e2e2e;
    width: 100%;
    border-radius: 20px;
    height: 40px;
}

form .textarea {
    resize: none;
    min-height: 120px;
    line-height: 1;
}

form .selectbox {
    cursor: pointer;
    padding: 10px 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0,0,51,32' stroke='white' fill='white' width='10' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3ath d='M0 4.544c-0 0.005-0 0.011-0 0.017 0 1.277 0.486 2.44 1.284 3.315l-0.004-0.004 21.248 22.784c0.767 0.827 1.859 1.343 3.072 1.343s2.305-0.516 3.070-1.34l0.002-0.003 21.248-22.784c0.803-0.873 1.296-2.043 1.296-3.328s-0.492-2.455-1.299-3.332l0.003 0.004c-0.773-0.861-1.89-1.401-3.133-1.401-1.212 0-2.305 0.513-3.073 1.334l-0.002 0.002-18.112 19.456-18.112-19.456c-0.77-0.823-1.862-1.337-3.075-1.337-1.243 0-2.36 0.539-3.13 1.397l-0.003 0.004c-0.794 0.871-1.28 2.034-1.28 3.311 0 0.006 0 0.012 0 0.018v-0.001z'%3E%3C/path%3E%3C/svg%3E"), linear-gradient(to bottom, #2e2e2e 0%, #2e2e2e 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%;
    background-size: auto;
}

form .selectbox::-ms-expand {
    display: none;
}

form .selectbox:disabled,
form .selectbox[aria-disabled=true] {
    color: graytext;
}

form .selectbox option {
    font-weight: normal;
}

form .date {
    font-size: 0;
}

form .date .selectbox {
    width: auto;
    margin-right: 10px;
}

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 .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 {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

form .file-control .textfield {
    padding-left: 24px;
}

form .file-control .button {
    position: absolute;
    left: 6px;
    top: 5px;
    border-radius: 15px;
    text-align: center;
    font-weight: 500;
    padding: 15px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #212121;
}

form .file-control .button.disabled {
    color: #a2a2a2;
    background: #383838;
}

form .list-selector-popup {
    position: absolute;
    width: 100%;
    height: 160px;
    left: 0;
    bottom: 52px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
    box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
    z-index: 10000;
    background-color: #000;
}

form .list-selector-popup:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #2e2e2e;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
    box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
    bottom: -5px;
    z-index: 10000;
}

form .list-selector-popup:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 7px;
    background-color: #2e2e2e;
    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: #212121;
    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: #fff;
    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;
    color: #fff;
    background: #2e2e2e;
    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;
}

form .bottom a {
    color: #fff;
    font-size: 12px;
    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: #2f2f2f;
}

form .bottom .links p:first-child a:hover {
    color: #fff;
}

form .bottom .submit.right {
    float: right;
    margin: 0 0 0 10px;
}

.no-touch form .bottom a:hover {
    color: #2f2f2f;
}

.no-touch form .bottom .submit.right:hover {
    background-color: #2f2f2f;
    color: #fff;
}

form .captcha-control {
    width: 100%;
}

form .captcha-control .image {
    margin: 0 0 2rem;
    overflow: hidden;
}

form .captcha-control .image img {
    display: block;
    width: 165px;
    height: 68px;
    margin: 0 1rem 1rem 0;
    float: left;
}

form .captcha-control .image .textfield {
    width: 150px;
}

form [data-name="code"] {
    margin: 0 0 2rem;
    min-height: 78px;
}

form .success {
    margin: 1rem;
    padding: 10px;
    background: #2f2f2f;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 1.5rem;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}

.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: #444444;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

form .info-message:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #444444;
    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- {
    position: relative;
}

form .smileys- .textarea {
    border-radius: 0 0 20px 20px;
}

form .smileys- .smileys-bar {
    background: #444444;
    padding: 2px 10px 4px;
    cursor: default;
    font-size: 0;
    border-radius: 20px 20px 0 0;
}

form .smileys- img {
    cursor: pointer;
    margin-right: 5px;
}

form .smileys- img:last-child {
    margin: 0;
}

form .progressbar {
    position: absolute;
    z-index: 990;
    width: 60%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 5.0rem;
    border: 0.2rem solid #2f2f2f;
    padding: 0.8rem;
    border-radius: 2.4rem;
    background: #151515;
    height: 34px;
}

form .progressbar .text {
    position: absolute;
    width: 100%;
    top: 1rem;
    height: 3rem;
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
    top: -12px;
}

form .progressbar .progress {
    width: 0;
    height: 3rem;
    height: 28px;
    background: #2f2f2f;
    border-radius: 2rem;
}

.header {
    position: relative;
    background-color: #000;
    margin-bottom: 1px;
}

a {
    cursor: pointer;
}

svg:not(:root) {
    overflow: hidden;
}

input,
textarea {
    width: 100%;
    background: #161616;
    border: 1px solid #323232;
    border-radius: 9px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 75%);
    padding: 5px 10px;
    color: #fff;
}

textarea {
    resize: vertical;
    min-height: 160px;
}

.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.header {
    background-color: #000;

}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .right-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.header-top .btn {
    color: #c1c1c1;
    background: #2f2f2f;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}

.member-links {
    position: relative;
    z-index: 2;
}

.member-links ul {
    position: absolute;
    top: 45px;
    background: #2f2f2f;
    right: 0;
    min-width: 100px;
    display: none;
}

.member-links.show ul {
    display: block;
}

.member-links.show ul a {
    padding: 1px 10px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}

input,
textarea {
    outline: none;
}

.search_holder {
    position: absolute;
    z-index: 32;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding: 38px 10px;
    background: black;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.open-search .search_holder {
    opacity: 1;
    visibility: visible;
}

.search_holder form {
    display: flex;
    align-items: stretch;
}

.search_holder .search-text {
    width: 100%;
}

.search_holder input {
    border-radius: 9px 0 0 9px;
}

.search_holder .search-button {
    color: #c1c1c1;
    background: #2f2f2f;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 15px;
    border-radius: 0 9px 9px 0;
    cursor: pointer;
}

/* video / album flagging */
.block-flagging {
    width: 100%;
    overflow: hidden;
}

.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;
}

.video_info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0px 0 20px;
}

.video_info .title {
    margin-right: 20px;
}

@media screen and (max-width: 900px) {
    .video_info {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.video_info .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

@media screen and (max-width: 900px) {
    .video_info .title {
        white-space: pre-wrap;
        margin: 0 0 5px;
        font-size: 18px;
    }
}

.video_info .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    color: #9d9d9d;
}

.video_info .right span {
    white-space: nowrap;
    /* color: #5e5e5e; */
    font-size: 14px;
}

.video_info .right svg {
    color: #737980;
    font-size: 17px;
}

.video_info .right .delete svg {
    color: #2f2f2f;
}

.btn-favourites ul {
    margin: 0 10px;
    padding: 0;
    list-style: none;
}

.main_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.main_info .block- {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 10px 5px 0;
}

.main_info .block- .avatar {
    display: inline-block;
    line-height: 0;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px 0 0;
    background: #2f2f2f;
}

.main_info .block- .avatar svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #737980;
}

.main_info .block- .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_info .block- .name a {
    font-size: 14px;
}

.thewrapper2 {
    border: none !important;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0%) !important;
}

.main_info .link {
    border: 1px solid #303030;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 0 5px 5px;
    line-height: 1.2;
    font-size: 14px;
    border-radius: 4px;
}

.main_info .link.hidden {
    display: none;
}

.main_info.show .link.hidden {
    display: inline-block;
}
.block-video {
    margin-bottom: 30px;
}
.main_info {
    margin-bottom: 20px;
}
.open_all {
    color: #d49a26;
    margin: 0 0 5px 10px;
    font-size: 25px;
    line-height: 0;
}

.open_all:hover {
    color: #d49a26;
}

.open_all svg:last-child,
.main_info.show .open_all svg:first-child {
    display: none;
}

.main_info.show .open_all svg:last-child {
    display: inline-block;
}

.thepage2.show_report #tab_video_info {
    display: none;
}

.thepage2.show_report #tab_report_rrror {
    display: inline-block;
    width: 100%;
}

.releted_videos>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -5px;
    background-color: #161616;
    padding: 0 0 10px;
    background: transparent;
}

.releted_videos hr {
    display: none !important;
}

.releted_videos .card {
    margin: 0 !important;
    width: 25%;
    padding: 10px 5px 0;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .releted_videos .card {
        width: 33.33%;
    }

    .aside-right .col-md-8 {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .releted_videos .card {
        width: 50%;
    }

    .header .container {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .releted_videos .card {
        width: 100%;
    }
}


.releted_videos .row {
    flex-direction: column;
}

.releted_videos .col-md-4 {
    width: 100%;
}

.releted_videos .col-md-4 a {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.releted_videos .col-md-4 a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.releted_videos .col-md-8 {
    width: 100%;
}

.releted_videos .card-body {
    padding: 10px 0 0;
    width: 100%;
    background: transparent;
}
.aside-right .card-body {
    padding: 0 10px
}
.aside-right .card-title {
    margin-bottom: 3px !important;

}
.aside-right .card-title a{
    margin-bottom: 3px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.aside-right .card {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.releted_videos .card-title {
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px;
    font-size: 15px;
    font-size: 14px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.releted_videos .card-text {
    display: none;
}

.releted_videos .under-video-title {
    margin: 0;
    font-size: 12px !important;
}

/* pagination */
.pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.pagination-holder {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.pagination ul {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li {
    min-width: 50px;
    margin: 1.5px;
}

.pagination a,
.pagination span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    padding: 12px 15px;
    background-color: #212121;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.no-touch .pagination a:hover {
    color: #ffffff;
    background-color: #3f3f3f;
}

.pagination .page-current a,
.pagination .page-current span {
    color: #ffffff;
    background-color: #2f2f2f;
    pointer-events: none;
}

.pagination .prev span,
.pagination .next span,
.pagination .first,
.pagination .last {
    display: none;
}

/* load-more */
.load-more {
    padding: 1.5rem 0 0;
    text-align: center;
}

.load-more a {
    display: inline-block;
    padding: 1.2rem 1.4rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #212121;
    border-radius: 20px;
    min-width: 20rem;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.load-more a:hover {
    color: #ffffff;
    background: #2f2f2f;
}

/* tags cloud *****/
.tags-cloud {
    margin: 0 0 15px;
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.tags-cloud a {
    padding: 5px 10px;
    background-color: transparent;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.no-touch .tags-cloud a:hover {
    color: #fff;
    background-color: #2f2f2f;
}

.tags-cloud .all {
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #212121;
    padding: 12px 20px;
    border-radius: 20px;
    width: 100%;
    margin: 10px 0 0;
}

/* search cloud *****/
.search-cloud {
    margin-top: 2rem;
    text-align: center;
}

.list-tags .margin-fix {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.list-tags .margin-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 800px) {
    .list-tags .margin-fix {
        flex-wrap: wrap;
    }
}

.list-tags .margin-fix .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

@media screen and (max-width: 800px) {
    .list-tags .margin-fix .item {
        width: 33.33%;
        flex: auto;
    }
}

@media screen and (max-width: 550px) {
    .list-tags .margin-fix .item {
        width: 50%;
    }
}

@media screen and (max-width: 440px) {
    .list-tags .margin-fix .item {
        width: 100%;
    }
}

.margin-fix .bottom {
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 2rem 0 0 10px;
}

.margin-fix .bottom .submit,
.margin-fix .bottom .submit.right {
    margin: 5px 5px 0 0;
    background-color: #212121;
    color: #fff;
}

.no-touch .margin-fix .bottom .submit:hover,
.no-touch .margin-fix .bottom .submit.right:hover {
    background-color: #3f3f3f;
}

.margin-fix .bottom .submit:last-child,
.margin-fix .bottom .submit.right:last-child {
    margin: 5px 0 0;
}

.margin-fix .generic-error {
    margin: 15px 0 0 15px;
}

.no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list- .item {
    width: calc(20% - 10px);
    display: inline-block;
    text-align: center;
    margin: 10px 0 2.5rem 10px;
    /* padding: 0 5px; */
    vertical-align: top;
}

.mlogo {
    height: auto;
    width: 250px;
}

.nav-link {
    font-size: 16px;
}

.nav {
    margin-left: -1rem;
}

.block-model {
    margin: 50px 0;
    text-align: center;
}

.block-model .img {
    line-height: 0;
    margin: 0 0 20px;
}

.block-model .img a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.block-model .img a img {
    max-width: 150px;
    height: auto;
}

.block-model h1,
.title_video {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.block-model .website {
    margin: 20px 0 0;
    color: #b1b1b1;
}

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    width: 100%;
    padding: 0 0 0 15px;
}

.headline h1,
.headline h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.list-models {
    padding: 0 15px;
}

.list-models .margin-fix {
    width: calc(100% + 10px);
    margin: 0 0 20px -10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-models .item {
    display: inline-block;
    text-align: left;
    background: transparent;
    vertical-align: top;
    cursor: pointer;
    margin: 10px 0 0 10px;
    width: calc(25% - 10px);
    cursor: pointer;
    -webkit-box-shadow: -1px 1px 5px rgb(33 33 33 / 65%);
    box-shadow: -1px 1px 5px rgb(33 33 33 / 65%);
    border-radius: 0 0 5px 5px;
    background-color: #000000;
    font-size: 12px;
    line-height: 1.2;
    padding: 0;
}

.tag-slider {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    /* padding: 0 50px !important; */
}

.swiper-slide {
    width: auto;
    /* margin-left: 30px; */

}


.box-center {
    overflow: hidden;
}
.box-border .card {
    border-bottom: 1px solid #2F2F2F;
    padding-bottom: 1em;
}
.swiper-wrapper {

    position: relative;
    justify-self: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgb(239 238 238);
}

.wrap-slider {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.wrap-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    width: 100px;

    background: rgb(0, 0, 0);
    background: linear-gradient(279deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9570421918767507) 31%, rgba(0, 0, 0, 0.6769301470588236) 60%, rgba(0, 0, 0, 0.5396752450980392) 74%, rgba(0, 0, 0, 0.4276304271708683) 83%, rgba(0, 0, 0, 0.24275647759103647) 90%, rgba(0, 0, 0, 0) 96%);


}

.wrap-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    bottom: 0;
    width: 80px;

    background: rgb(0, 0, 0);
    background: linear-gradient(94deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9570421918767507) 31%, rgba(0, 0, 0, 0.6769301470588236) 60%, rgba(0, 0, 0, 0.48365283613445376) 71%, rgba(0, 0, 0, 0.38001137955182074) 77%, rgba(0, 0, 0, 0.186734068627451) 90%, rgba(0, 0, 0, 0) 96%);

}
.wrap-slider.arrow-none::before{
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev {
    left: 0px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.swiper-button-next {
    right: 0px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

/* .swiper-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    right: -23px;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(279deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9570421918767507) 31%, rgba(0,0,0,0.6769301470588236) 60%, rgba(0,0,0,0.5396752450980392) 74%, rgba(0,0,0,0.4276304271708683) 83%, rgba(0,0,0,0.24275647759103647) 90%, rgba(0,0,0,0) 96%);


} */
.swiper-slide:last-child {
    margin-right: 50px !important;
}

.aside-left {
    max-width: 280px;
    width: 100%;
    position: relative;
    padding-right: 10px;
    padding-top: 20px;
    display: none;
}

.aside-left.active {
    display: block;

}

.tag-slider__link {
    background-color: #2d2d2d;
    padding: 5px 20px;
    border-radius: 10px;
    display: block;
}

.aside-right {
    max-width: 300px;
    min-width: 300px;
    width: 100%;
    padding: 20px 10px;
}

.box-center {
    background-color: #000;
    flex: 1;
    padding: 0 20px;
    max-width:100%;
}
.box-center.thumbs-full {
    max-width: 100%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;


}
.swiper-button-next.swiper-button-disabled .wrap-slider::before {
   opacity: 0;     
}

.header__wrap-menu {
    flex: 1;
}

.aside-banner {
    margin-bottom: 20px;
}

.aside-banner__link {
    display: block;

}

.aside-banner__img {
    width: 100%;
}

.title-2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #757575;


}

.box-settings__item {
    margin: 10px 0;
}

.box-settings__link {
    display: flex;
    align-items: center;
}

.box-settings__link span {
    display: flex;
    margin-right: 10px;
    color: #fff;
}

.aside-left {
    color: #b1b1b1;
}

.aside-left a {
    color: #b1b1b1
}

.aside-right .col-md-4 {
    width: 50%;
}

.aside-right .col-md-8 {
    width: 50%;
}

.box-settings {
    margin-bottom: 30px;
}

.category-list__item {
    margin: 10px 0;
}

@media screen and (max-width: 1040px) {
    .list-models .item {
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 785px) {
    .list-models .item {
        width: calc(33.33% - 10px);
    }
}

@media screen and (max-width: 640px) {
    .list-models .item {
        width: calc(50% - 5px);
        margin: 5px 0 0 5px;
    }
}

.list-models .img {
    position: relative;
    background-color: #212121;
    overflow: hidden;
    padding-bottom: 133.44%;
    padding-bottom: 56.25%;
}

.list-models .item .img img:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list-models .item .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    color: #fff;
    padding: 1rem 1rem 0;
    margin: 0 0 5px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    overflow: hidden;
}

.list-models .item .wrap {
    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;
    padding: 0 10px 8px;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 1.2;
}

.list-models .item .wrap div {
    position: relative;
    padding-left: 20px;
}

.list-models .item .wrap div: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;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 15px;
}

.list-models .item .wrap .videos::before {
    content: "\e91c";
}

.list-models .item .rating {
    position: relative;
    display: none;
}

/* member-menu */
.member-menu {
    width: 200px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
    box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
    border-radius: 5px;
    background-color: #000;
    padding: 10px;
    position: relative;
}

.member-menu .headline {
    padding: 0;
    margin: 0 0 10px;
}

.member-menu+.main-container- {
    width: calc(100% - 200px);
    padding: 0 10px 0 0;
}

.member-menu .block-main {
    width: 100%;
    margin: 0 0 2rem;
}

.member-menu .block-main .avatar {
    margin: 0 auto 20px;
    width: 10rem;
    height: 10rem;
    font-size: 65px;
    border-radius: 50%;
    background-color: #212121;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.member-menu .block-main .avatar img {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
}

.member-menu .block-main .avatar .no-thumb {
    width: 6rem;
    height: 6rem;
    text-align: center;
    font-size: 0;
    line-height: 0;
    background-size: 6rem 6rem;
}

.member-menu .block-additional {
    width: 100%;
    border-top: 1px solid #1b1b1b;
    padding: 3rem 0 0;
}

.-menu span,
.-menu a {
    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;
    position: relative;
    padding: 0 0 10px;
    font-weight: 500;
}

.-menu span {
    color: #fff;
}

.-menu span:before,
.-menu a:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #3f3f3f;
    z-index: 1;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.-menu span:before {
    width: 100%;
}

.-menu a:before {
    width: 0%;
}

.no-touch .-menu a:hover {
    color: #c1c1c1;
}

.no-touch .-menu a:hover::before {
    width: 100%;
}

.member-menu .-menu span em,
.no-touch .-menu a:hover em {
    color: #fff;
}

.-menu {
    display: block;
}

.-menu li {
    display: block;
    margin: 0 0 10px;
}

.-menu li:last-child {
    display: block;
    margin: 0;
}

.member-menu .-menu em {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
}

.member-menu .-menu em.small {
    font-size: 9px;
}

/* profile */
.member-menu+.main-container- .item {
    width: calc((100% - 32px) / 3);
}

.member-menu+.main-container- .list-albums .item,
.member-menu+.main-container- .list-channels .item {
    width: calc((100% - 40px) / 4);
}

.member-menu+.main-container- .list- .item {
    width: calc(20% - 10px);
}

.member-menu+.main-container- .list-messages .item {
    width: calc(100% - 10px);
}

.block-profile {
    background-color: #000;
    -webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
    box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
    border-radius: 5px;
    padding: 2rem;
    overflow: hidden;
}

.profile-list {
    width: 100%;
    overflow: hidden;
}

.profile-list .margin-fix {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2;
    color: #c1c1c1;
}

.profile-list .about-me {
    width: 100%;
}

.profile-list .about-me em {
    display: block;
    padding: 8px 0 0;
    line-height: 2rem;
}

.profile-list .column {
    width: 33%;
    padding-right: 10px;
}

.member-menu+.main-container- .profile-list .item {
    width: 100%;
}

.profile-list .column .item {
    margin: 0 0 10px;
    overflow: hidden;
}

.profile-list .item em {
    color: #fff;
}

/* video / album edit */
.form- {
    position: relative;
}

.form-.ing {
    height: 80px;
    cursor: wait;
}

.form-.ing * {
    opacity: 0;
    visibility: hidden;
}

.form-.ing .progressbar,
.form-.ing .progressbar * {
    opacity: 1;
    visibility: visible;
}

.form-.ing-finished {
    cursor: default;
}

.form- p {
    display: block;
    margin: 1rem 0 0;
}

.form- p.preview {
    display: block;
    max-width: 320px;
    overflow: hidden;
    background: #c8c8c8;
    position: relative;
    margin-bottom: 2rem;
}

.form- p.preview em {
    position: absolute;
    bottom: 5px;
    background: #ffffff;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    color: #000;
}

.form- p.preview em.left {
    left: 5px;
    margin-right: 50px;
}

.form- p.preview em.right {
    right: 5px;
}

.form- p.preview em.negative {
    color: #e62117;
}

.form- p.preview img {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto;
}

.form- p.preview.disabled img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.sort {
    position: relative;
    border-radius: 15px;
    background-color: #212121;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 8px 10px;
    margin: 0 15px 0 0;
    min-width: 140px;
    -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: #3f3f3f;
    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";
    display: none;
}

.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 17px 0 20px;
    display: block;
    text-align: center;
}

.icon.type-visibility+strong {
    padding: 0 17px 0 25px;
}

.sort .icon.total_albums+strong,
.sort .icon.type-video+strong {
    padding: 0 17px 0 25px;
}

.sort ul {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    z-index: 100;
    overflow: hidden;
    background-color: #212121;
    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;
}

.no-touch .sort ul a:hover {
    color: #ffffff;
    background: #3f3f3f;
    cursor: pointer;
}

.main-content {
    width: 100%;
    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;
    padding: 0 0 2rem;
}

.main-content .main-container {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .main-content {
        flex-direction: column-reverse;
    }

    .member-menu {
        width: 100%;
    }

    .member-menu .block-main .avatar {
        width: 5rem;
        height: 5rem;
        font-size: 30px;
    }

    .-menu li {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .member-menu+.main-container- {
        width: 100%;
    }
}

.empty-content {
    text-align: center;
}

.headline .button,
.headline .more {
    padding: 7px 15px;
    color: #fff;
    background-color: #212121;
    border-radius: 15px;
    margin: 2px 0 2px 3px;
}

.headline .button-info+.button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 15px 0 0 15px;
}

.headline .button span {
    padding: 0 9px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.no-touch .headline .more:hover,
.no-touch .headline .button:hover {
    background-color: #3f3f3f;
    color: #fff;
}

.headline .button-info {
    padding: 7px 15px;
    border-radius: 3px;
    background-color: #444444;
    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;
}

.list-subscriptions .item {
    display: inline-block;
    background-color: #000;
    -webkit-box-shadow: -1px 1px 5px rgb(33 33 33 / 65%);
    box-shadow: -1px 1px 5px rgb(33 33 33 / 65%);
    text-align: left;
    margin: 10px 0 0 10px;
    border-radius: 5px;
}


.footer {
    background: #000;
    padding: 50px 0;
    color: #aaa;
}

.footer__row {
    display: flex;
}
.footer__logo{
    margin-bottom: 6px;
}
.footer__logo-link{
    display: block;
}
.footer-list__item {
    font-size: 12px;
    margin-bottom: 8px;
}
.footer__box-title {
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}
.footer__copy {
    color: #aaa;
    margin-bottom: 10px;
    font-size: 12px;
}
.footer__item.inner {
    margin-left: 70px;
    padding-top: 10px;
    display: flex;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    flex-grow: 1;
}
.footer-list__link {
    transition: color .2s ease;
    color: #aaa;
}
.footer-list__link:hover {
    color: #ffb80e;
}
.footer__box {
    width: calc(100% / 3 );
    padding: 0 5px;
}
.social-list__link span {
    display: flex;
}

.social-list__link {
    color: #e8e8e8;
    border-radius: 50%;
    padding: 4px;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    background-color: rgb(255 255 255 / 16%);
    margin-right: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-list__item {
    display: block;
}

.social-list {
    margin: 0;
    padding: 0;
    display: flex;

}

@media screen and (max-width: 1024px){
    .footer__item.inner{
        margin-left: 30px;
    }
}
@media screen and (max-width: 768px) {
    .footer__row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer__item.inner {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
    .footer__box {
        width: auto;
        margin: 0 30px 30px;
    }
    .social-list {
    }

}

@media screen and (max-width: 450px) {
    .footer__item.inner {
        flex-wrap: wrap;
        justify-content: start;
    }
}







.member-menu+.main-container- .item {
    width: calc((100% - 32px) / 3);
}

@media screen and (max-width: 1050px) {
    .member-menu+.main-container- .item {
        width: calc((100% - 40px) / 4);
    }
}

@media screen and (max-width: 860px) {
    .member-menu+.main-container- .item {
        width: calc((100% - 32px) / 3);
    }
}

@media screen and (max-width: 640px) {
    .member-menu+.main-container- .item {
        margin: 5px 0 0 5px;
        width: calc((100% - 10px) / 2);
    }
}

@media screen and (max-width: 560px) {

    .member-menu+.main-container- .item,
    .member-menu+.main-container- .list-videos-screenshots .item,
    .member-menu+.main-container- .list-albums-images .item {
        width: calc((100% - 20px) / 2);
    }

}

.list-subscriptions .item .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    color: #fff;
    padding: 1rem 1rem 0;
    margin: 0 0 5px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    overflow: hidden;
    min-height: auto;
    text-decoration: underline;
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.item-control {
    border-top: 1px solid #1b1b1b;
    padding: 10px;
    cursor: default;
}

@media screen and (max-width: 420px) {
    .item-control {
        padding: 4px 7px;
    }
}

.item-control .item-control-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.toggle-button {
    color: #fff;
    border: 1px solid #3f3f3f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 2.7rem 9px 2.7rem 2.9rem;
    cursor: pointer;
    background-color: #000;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    cursor: pointer;
}

.item-control .toggle-button {
    background-color: #212121;
    border-radius: 15px;
    border: none;
    padding: 8px 10px;
    font-size: 11px !important;
    line-height: 1.2;
    color: #fff;
    margin: 0 3px 0 0;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.item-control .toggle-button[data-action="select"] {
    background: 0;
    position: relative;
    padding: 8px 10px;
    margin: 0 1rem 0 0;
}

.item-control .toggle-button[data-action="select"] {
    background: 0;
    position: relative;
    padding: 8px 10px;
    margin: 0 1rem 0 0;
}

form .radio,
form .checkbox {
    display: none;
}

.item-control .toggle-button[data-action="select"]:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #3f3f3f;
    background-color: #000;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.item-control .toggle-button:last-child {
    margin: 0;
}

.wrapper-cotent {

    align-items: start;
}

.burder-menu {
    position: relative;
    width: 34px;
    min-width: 34px;
    cursor: pointer;
    z-index: 19;
    height: 21px;
    margin: 0 10px 0 0;
}

body {
    background-color: #121212;
    color: #fff;
}



.burder-menu span {
    top: 50%;
    top: 1px;
}

.burder-menu span,
.burder-menu span:after,
.burder-menu span:before {
    height: 4px;
    background-color: #c1c1c1;
    position: absolute;
    left: 5px;
    right: 5px;
    margin-top: -1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    left: 0;
    right: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.burder-menu span:after,
.burder-menu span:before {
    top: 50%;
    top: 9px;
    width: 50%;
}

.burder-menu span:after {
    top: 17px;
    width: 75%;
}

#headlol {
    padding-left: 40px;
}

.aside-banner__img {
    width: 300px;
    height: 250px;
}

.aside-banner__link {
    text-align: center;
}

.aside-right .card-title {
    font-size: 14px;
}

@media screen and (max-width: 1070px) {
    #headlol {
        position: absolute;
        z-index: 2;
        flex-direction: column;
        background: black;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: translateX(-145px);
        transition: all .3s;
    }

}

@media screen and (max-width: 1500px) {
    .aside-right {
        max-width: 320px
    }
}

@media screen and (max-width: 1170px) {
    .aside-right {
        max-width: 270px;
    }

    .aside-left {
        max-width: 220px;
        width: 100%;
    }
}

body {
    position: relative;
}

body::before {
    content: '';
    display: none;
    position: absolute;
    z-index: 1;
    top: 61px;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.65);
}

body.open-menu::before {
    opacity: 1;
    visibility: visible;
    display: block;
}

body.open-menu {
    overflow: hidden;
}

.mlogo {
    width: 250px !important;
    height: auto !important;
}

.mobile-nav {
    display: none;
}

.mobile-menu {
    padding: 15px 0;
}

.aside-left__close {
    background: none;
    border: none;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
}
.aside-left__close.active {
    opacity: 1;
}

.aside-left__close span:nth-last-child(1) {
    width: 20px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    transform: rotate(45deg);

}

.aside-left__close span:nth-last-child(2) {
    width: 20px;
    display: block;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;



    transform: rotate(-45deg);
}

@media screen and (max-width: 992px) {
    body {
        background-color: #000;

    }
    .aside-left.active {

        min-height: 100vh;
        height: 100vh;
        overflow: scroll;
        padding-bottom: 100px;
    }
    .header {
        padding-top: 20px;
    }

    .wrapper-cotent {
        flex-direction: column;
    }

    .box-center {
        width: 100%;
        max-width: 100%;
    }

    .aside-right {
        max-width: 70%;
        margin: 0 auto;
    }

    .aside-banner__img {
        width: 300px;
        height: 250px;
        max-width: 0 auto;
    }

    .aside-left {
        position: absolute;
        min-height: 100%;
        top: 60px;
        left: 0;
        bottom: 0;
        z-index: 20;
        background: #000;
        padding-left: 20px;
        width: 100%;
        max-width: 320px;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-menu__link {
        padding: 10px 0;
    }

}

@media screen and (max-width: 640px) {
    .mlogo {
        width: 100% !important;
        height: auto !important;
        max-width: 250px;
    }

    .header-top .btn. {
        display: none;
    }

    .video_info {
        flex-direction: revert;
        align-items: center;
    }

    .video_info .title {
        font-size: 14px;
    }

    .aside-right .col-md-8,
    .aside-right .col-md-4 {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .container {
        padding: 0 !important;
    }

    .aside-right {
        max-width: 100%;
    }

    .thewrapper {
        border: none !important;
        background: transparent !important;
    }

    .thepage {
        padding: 0 !important;
        background: transparent !important;
    }

    .img-fluid {
        width: 100% !important;
        max-width: 200% !important;
    }

    .releted_videos {
        padding: 0 10px;
    }


}

.dvd_link svg {
    width: 13px;
    height: 13px;
    fill: #b1b1b1;
    margin: 0 5px 0 0;
}