@font-face {
    font-family: 'Arial-BoldMT';
    src: url('../fonts/Arial-BoldMT/Arial-BoldMT.eot');
    src: url('../fonts/Arial-BoldMT/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-BoldMT/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT/Arial-BoldMT.woff') format('woff'),
        url('../fonts/Arial-BoldMT/Arial-BoldMT.ttf') format('truetype'),
        url('../fonts/Arial-BoldMT/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArialMT';
    src: url('../fonts/ArialMT/ArialMT.eot');
    src: url('../fonts/ArialMT/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT/ArialMT.ttf') format('truetype'),
        url('../fonts/ArialMT/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: "ArialMT", sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #3f3f3f;
    background-color: #000;
    line-height: 1.5;
    text-align: left;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

.list-inline {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0;
    vertical-align: middle;
}

svg {
    vertical-align: middle;
}

body {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    margin: 0 auto;
    width: 1272px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.img {
    max-width: 100%;
    display: block;
}

.btn.btn-theme {
    color: #fff;
    text-align: center;
    background-color: #FA00C4;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    box-shadow: 0.314px 2.984px 2px rgba(0, 0, 0, 0.27);
    padding: 14px 25px;
    text-decoration: none;
    transition: 0.5s ease all;
    display: inline-block;
    font-family: "Arial-BoldMT", sans-serif;
}

.btn.btn-theme:hover,
.btn.btn-theme:active,
.btn.btn-theme:focus {
    background-color: #b40075;
}

.btn.btn-large {
    background-color: #FA00C4;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 40px;
    font-size: 45px;
    transition: 0.6s ease all;
}

.btn.btn-large.color-2 {
    color: #ffffff;
}

.btn.btn-large.color-2:hover,
.btn.btn-large.color-2:active,
.btn.btn-large.color-2:focus {
    background-color: #0000ff;
    color: #fff;
}

.btn.btn-large:hover,
.btn.btn-large:active,
.btn.btn-large:focus {
    background-color: #b40075;
    color: #fff;
}

.text-center {
    text-align: center;
}

header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Arial-BoldMT", sans-serif;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #000;
    filter: drop-shadow(0.523px 4.973px 2px rgba(0, 0, 0, 0.06));
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ffffff;
}

header .header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

header .block-actions {
    margin-left: auto;
}

header .btn.btn-theme {
    text-transform: uppercase;
    padding: 10px 25px;
}

header .block-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #fff;
    display: none;
}

header .block-search form {
    position: relative;
    display: flex;
}

header .block-search .search-action {
    display: flex;
    align-items: center;
}

header .block-search .btn {
    border: none;
    background-color: transparent;
    color: #fff;
    margin-right: 25px;
    cursor: pointer;
}

header .block-search .btn svg {
    width: 30px;
    height: 30px;
    fill: gray;
}

header .block-search>form {
    height: 100%;
}

header .search-control {
    height: 100%;
    width: 100%;
    background: #fff;
    border: none;
    padding: 20px;
    font-size: 25px;
}

.block-nav ul li {
    margin-right: 20px;
}

.block-nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: 0.6s ease all;
}

.block-nav ul li a:hover,
.block-nav ul li a:active,
.block-nav ul li a:focus {
    color: #0000ff;
}

.block-nav ul li a:hover svg,
.block-nav ul li a:active svg,
.block-nav ul li a:focus svg {
    fill: #0000ff;
}

.block-nav svg {
    fill: #fff;
}

.block-actions .action-item {
    margin-right: 25px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: 0.6s ease all;
}

.block-actions .action-item:hover,
.block-actions .action-item:active,
.block-actions .action-item:focus {
    text-decoration: underline;
}

.btn-count {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ff00ae;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #ffd8e5;
    font-size: 30px;

    display: inline-block;
}

.btn-count.count-video {
    background-color: #ffd8e5;
    color: #3c3c3c;
    margin-left: 5px;
}

.section-hero img {
    width: 100%;
}

.section-counter {
    padding-top: 20px;
}

.section-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.section-title h1,
.section-title h4 {
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.section-title.has-action-view .action-view {
    margin-left: 40px;
    transition: 0.5s ease all;
    color: #FA00C4;
}

.section-title.has-action-view .action-view.action-end {
    margin-left: auto;
}

.section-title.has-action-view .action-view:hover,
.section-title.has-action-view .action-view:focus,
.section-title.has-action-view .action-view:active {
    color: #b40075;
}

.action-view {
    font-size: 20px;
    color: #b4b4b4;
    font-family: "Arial-BoldMT", sans-serif;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.grid.space-4 {
    margin-left: -7px;
    margin-right: -7px;
}

.grid.space-4 .grid-item {
    padding-left: 7px;
    padding-right: 7px;
}

.grid.grid-4 .grid-item {
    max-width: 33.333333%;
    flex: 33.333333%;
}

.grid.grid-2 .grid-item {
    max-width: 50%;
    flex: 50%;
}

.grid.grid-6 .grid-item {
    max-width: 16.6666667%;
    flex: 16.6666667%;
}

.video-item {
    margin-bottom: 15px;
}

.video-item .item-wrapper {
    box-shadow: 0.523px 4.973px 2px rgba(0, 0, 0, 0.06);
}

.video-item .item-wrapper>a {
    text-decoration: none;
}

.video-item .item-thumb {
    display: block;
    position: relative;
}

.video-item .item-thumb img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    z-index: 15;
}

.video-item .item-content {
    display: flex;
    font-size: 13px;
    padding: 10px;
    color: #ffffff;
    position: relative;
    background-color: #1b1b1b;
}

.video-item .item-content a {
    color: #FFFFFF;
    text-decoration: none;
}

.video-item .item-content p {
    margin: 0;
    font-weight: bold;
}

.video-item .item-content .item-cblock:first-child {
    flex: 1;
    width: 100%;
    padding-right: 100px;
}

.video-item .item-content .item-cblock:last-child {
    align-self: flex-end;
    margin-left: 15px;
    text-align: right;
    font-weight: bold;
}

.video-item .item-content .item-cblock:last-child>p {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5px;
    margin-right: 10px;
}

.video-item .item-title {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: "Arial-BoldMT", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.section-footer {
    padding-top: 10px;
}

.space-bottom-15 {
    margin-bottom: 15px;
}

.model-item {
    margin-bottom: 15px;
}

.model-item .model-title {
    display: block;
    text-align: center;
    font-family: "Arial-BoldMT", sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.model-item .item-wrapper {
    box-shadow: 0.523px 4.973px 2px rgba(0, 0, 0, 0.06);
    background-color: #1b1b1b;
}

.model-item .item-thumb {
    display: block;
}

.model-item .item-thumb img {
    width: 100%;
}

footer {

    /*
    filter: drop-shadow(0.523px 4.973px 2px rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(0deg, #292929 0%, #4e4e4e 100%);
    */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 35px 0px;
    font-size: 13px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover,
footer a:active,
footer a:focus {
    text-decoration: underline;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .foo-col {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 2px solid #515151;
}

footer .foo-col.foo-col-2 {
    width: 15%;
}

footer .foo-col.foo-col-4 {
    width: 25%;
}

footer .foo-col:last-child {
    border-right: none;
}

footer .foo-title h5 {
    font-size: 17px;
    font-family: "Arial-BoldMT", sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
}

.foo-logo {
    display: inline-flex;
    align-items: center;
}

.foo-col-1 .copyright {
    margin-top: 0;
    font-size: 14px;
}

.foo-col-1 .btn {
    padding: 10px 25px;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.footer-wrapper .foo-col {
    width: 20%;
}

.gap-top-40 {
    padding-top: 40px;
}

.gap-bottom-40 {
    padding-bottom: 40px;
}

.model-intro {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.model-intro .model-img {
    padding-right: 35px;
}

.section-model .model-name {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "ArialMT", sans-serif;
}

.section-model .model-name .updated-at {
    font-size: 13px;
    font-family: "ArialMT", sans-serif;
    font-weight: 400;
    margin-left: 15px;
}

.section-model .trigger-read-more {
    color: #fff;
}

.section-model .model-title {
    font-size: 54px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    color: #ffffff;
}

.theme-color {
    color: #0000ff;
}

.model-intro .model-content {
    font-size: 24px;
}

.model-intro .que {
    color: #fff;
}

.model-intro .ans {
    color: #fff;
    font-family: "Arial-BoldMT", sans-serif;
    font-weight: 700;
}

.model-rich {
    padding-top: 40px;
    font-size: 16px;
    color: #fff;
}

.model-player {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-player .trigger-play {
    left: 50%;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    opacity: 0.5;
}

.model-categories>a {
    margin-right: 10px;
}

.heading-title h2 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 30px;
    letter-spacing: -1px;
    color: #454545;
    margin-bottom: 10px;
}

.heading-filter {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-filter .left a,
.heading-filter .right a {
    font-size: 20px;
    text-transform: uppercase;
    color: #0042ff;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Arial";
    margin-right: 15px;
}

/* Ensure the last link in EACH column has no right margin */
.heading-filter .left a:last-child,
.heading-filter .right a:last-child {
    margin-right: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.pagination ul li.active a {
    color: #393939;
}

.pagination ul li a {
    color: #bdbdbd;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.6s ease all;
}

.pagination ul li a svg {
    fill: #bdbdbd;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: 0.6s ease all;
}

.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li a:active {
    color: #696969;
}

.pagination ul li a:hover svg,
.pagination ul li a:focus svg,
.pagination ul li a:active svg {
    fill: #696969;
}

.section-update .model-rich {
    padding-top: 0;
}

.section-update .trigger-read-more,
.section-update .model-categories a {
    color: #FA00C4;
}

.section-update p {
    margin-top: 0;
    margin-bottom: 20px;
}

.section-update .model-name {
    font-size: 25px;
    font-family: "Arial";
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-update .model-name.comma {
    color: #3E3E3E;
}

.section-update .model-name.male {
    color: #0050ff;
}

.section-update .model-name.female {
    color: #ff00ae;
}

.section-update .model-name .updated-at {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

.model-player .video-banner {
    max-width: 100%;
}

.gap-top-20 {
    padding-top: 20px;
}

.section-warning {
    text-align: center;
    background-color: #000;
    padding-top: 0px;
    padding-bottom: 70px;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-end;
}

.section-warning:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 90%);
    width: 100%;
    height: 4em;
}

.section-warning .warning-bg {
    height: 100%;
    width: 100%;
}

.section-warning .warning-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    width: 100%;
}

.section-warning .landing-content {
    color: #000;
    position: relative;
    z-index: 999;
}

.section-warning .block-button {
    margin-bottom: 25px;
}

.section-warning .block-button .btn {
    display: inline-block;
    font-size: 45px;
    padding: 10px 40px;
}

.section-warning .block-button .btn {
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Oswald", sans-serif;
}

.landing-footer .terms p {
    font-size: 16px;
}

.landing-header {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: absolute;
    top: 0;
    padding-top: 40px;
    left: 0;
    width: 100%;
}

.landing-header .login-link {
    margin-left: auto;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.landing-header .login-link span {
    vertical-align: middle;
}

.landing-header .login-link img {
    margin-left: 5px;
    vertical-align: middle;
}

.landing-title {
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
    filter: drop-shadow(0.418px 2.971px 1px #000) drop-shadow(0 0 58.5px rgba(0, 0, 0, 0.97));
}

.terms-box {
    font-size: 20px;
    padding: 20px;
    border: 1px solid #000;
    display: flex;
    border-radius: 4px;
    align-items: center;
    background-color: #000;
    font-family: "Arial";
    margin-top: 40px;
}

.terms-box a {
    margin-left: auto;
    display: inline-block;
    background-color: #323232;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.terms-box p {
    margin-bottom: 0;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.page-warning {
    min-height: 100vh;
    height: 100%;
}

.page-warning::before {
    background-image: url(../images/warning-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.preview-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    -o-object-fit: fill;
    object-fit: fill;
    background: #1b1b1b;
    overflow: hidden;
}

.quick-tag {
    color: #ffffff;
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
    vertical-align: middle;
    margin-top: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 1, 0.16, 1);
    -moz-transition: all 0.3s cubic-bezier(0.3, 1, 0.16, 1);
    -ms-transition: all 0.3s cubic-bezier(0.3, 1, 0.16, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 1, 0.16, 1);
    transition: all 0.3s cubic-bezier(0.3, 1, 0.16, 1);
}


.quick-tag:hover,
.quick-tag:focus {
    background-color: #0000ff;
}

.video-item .item-content .item-cblock:last-child>p a.quick-tag {
    padding-bottom: 1px;
}


.landing-footer {
    color: #fff;
}

.section-title--sa {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    background: #1b1b1b;
}

.section-title--sa h4 {
    color: #FA00C4;
}





@media (min-width: 1600px) {
    .section-model .model-title {
        font-size: 95px;
    }

    .model-intro .model-content {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {

    footer .foo-col.foo-col-1,
    footer .foo-col.foo-col-3,
    footer .foo-col.foo-col-4 {
        width: 50%;
    }

    footer .foo-col.foo-col-2 {
        width: 25%;
    }
}

@media (max-width: 960px) {
    header .block-actions ul {
        padding-left: 20px;
    }

    header .block-actions .action-item {
        font-size: 16px;
        margin-right: 15px;
    }

    header>.block-nav>ul>li {
        margin: 0.33em auto;
    }

    header .block-logo img {
        max-width: 170px;
    }

    header .block-nav>ul {
        text-align: center;
    }

    header .block-nav ul li a,
    header .block-actions .btn {
        font-size: 16px;
        font-weight: bold;
    }

    header .block-actions .btn {
        padding: 7px 15px;
    }

    .grid.grid-6 .grid-item {
        flex: 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .mobile-menu .btn {
        padding: 5px 10px;
        font-size: 16px;
    }

    .desktop-menu,
    .block-actions {
        display: none;
    }

    .desktop-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background-color: #1c1c1c;
        z-index: 999;
        padding: 0.5em 0;
        text-transform: uppercase;
    }

    .heading-filter .left a,
    .heading-filter .right a {
        font-size: 14px;
        margin-right: 10px;
    }

    .heading-filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .landing-header>a {
        width: 100%;
        display: block !important;
        margin: 0 auto;
        position: unset !important;
        right: inherit !important;
    }

    .landing-header .login-link {
        font-size: 16px;
    }

    .landing-header .logo>img {
        display: inline-block;
        max-width: 160px;
    }

    .landing-header .login-link {
        font-size: 16px;
        margin-right: auto;
        width: auto;
        white-space: nowrap;
    }

    .landing-header {
        padding: 20px;
        justify-content: space-between;
        width: 100%;
    }

    header .block-search {
        top: 100%;
        height: 60px;
    }

    header .block-search .btn {
        margin-right: 10px;
    }

    footer .foo-col.foo-col-1,
    footer .foo-col.foo-col-3 {
        width: 40%;
    }

    footer .foo-col.foo-col-2 {
        width: 30%;
    }

    footer .foo-col.foo-col-4 {
        width: 60%;
    }

    .foo-col-1 .btn {
        font-size: 16px;
        padding: 7px 15px;
    }

    footer .foo-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .block-nav {
        margin-left: auto;
    }

    header .block-actions {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .btn-count {
        font-size: 24px;
    }

    .section-counter {
        padding-bottom: 20px;
    }

    .section-title.has-action-view .action-view {
        margin-left: 10px;
    }

    .action-view {
        font-size: 14px;
    }

    .section-title h4 {
        font-size: 26px;
    }

    .grid.grid-4 .grid-item {
        flex: 50%;
        max-width: 50%;
    }

    .grid.grid-6 .grid-item {
        flex: 33.333%;
        max-width: 33.333%;
    }

    .model-item .model-title {
        font-size: 16px;
        padding: 15px 10px;
    }

    .section-model .model-title {
        font-size: 34px;
    }

    .model-intro .model-content {
        font-size: 20px;
    }

    footer {
        padding-top: 20px;
    }

    .model-player .trigger-play {
        width: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }

    .video-item .item-title {
        font-size: 14px;
    }

    .block-nav ul li a {
        display: block;
    }

    .mobile-menu .btn {
        vertical-align: middle;
    }

    .hide-mobile {
        display: none !important;
    }
}

@media (max-width: 560px) {
    .terms-box {
        flex-direction: column;
    }

    .terms-box a {
        margin: 0 auto;
        margin-top: 10px;
    }

    .landing-header {
        padding: 10px 5px;
    }

    .landing-header .login-link img {
        width: 15px;
    }

    .landing-header .login-link {
        font-size: 14px;
    }

    .page-warning:before {
        background-position: 85% 50%;
    }
}


@media (max-width: 480px) {
    .mobile-menu .btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .landing-title {
        font-size: 24px;
    }

    .section-warning .block-button .btn {
        font-size: 28px;
    }

    .terms-box a {
        margin-left: 0;
        margin: 0 auto;
        margin-top: 10px;
    }

    .model-rich {
        padding-top: 0;
    }

    .model-img img {
        width: 100%;
        padding-right: 0;
    }

    .model-intro .model-img {
        padding-right: 0;
        width: 100%;
    }

    .section-model .model-title {
        margin-bottom: 10px;
    }

    .section-model .model-title+p {
        margin-top: 0;
    }

    footer .foo-col.foo-col-1,
    footer .foo-col.foo-col-3 {
        width: 100%;
    }

    footer .foo-col.foo-col-1 {
        margin-bottom: 10px;
        text-align: center;
    }

    footer .foo-col.foo-col-3 {
        margin-top: 20px;
        text-align: center;
    }

    footer .foo-col.foo-col-4 {
        width: 100%;
        text-align: center;
    }

    footer .foo-col.foo-col-2 {
        width: 50%;
    }

    .grid.grid-6 .grid-item {
        flex: 50%;
        max-width: 50%;
    }

    header .header-wrapper {
        padding-left: 1.5em;
    }

    .mobile-menu>li:last-child {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0.375em;
    }

    header .block-logo img {
        margin: 0 auto;
    }

    header .block-actions {
        margin-top: 10px;
    }

    .video-item .item-content {
        /* flex-wrap: wrap; */
    }


    .video-item .item-content .item-cblock:last-child>p {
        position: relative;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

    .btn.btn-large {
        font-size: 30px;
    }

    .video-item .item-content .item-cblock:last-child {
        /* margin-left: 0; */
    }

    .btn-count {
        font-size: 20px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-title h4 {
        font-size: 20px;
    }

    .pagination ul li {
        margin-right: 5px;
        margin-left: 5px;
    }

    header .block-logo img {
        width: 150px;
    }

    header .block-search .btn svg {
        width: 21px;
    }
}

@media (min-width: 767px) {
    header {
        position: sticky;
        top: 0;
        z-index: 999;
    }
}

@media (max-width: 580px) {
    .video-item .item-content .item-cblock:first-child {
        padding-right: 75px;
    }
}

@media (max-width: 480px) {
    .video-item .item-content {
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .video-item .item-content .item-cblock:first-child {
        padding-right: 0;
        text-align: left;
        margin-bottom: 3px;
    }

    .video-item .item-content .item-cblock:last-child {
        margin-left: auto;
        margin-right: auto;
    }

    /* .video-item .item-content .item-cblock:last-child > p {
        margin-right: auto;
        margin-left: auto;
        text-align: right;
        line-height: 1;
    }
    .video-item .item-content .item-cblock:last-child > p a {
        line-height: 1.35;
        padding-bottom: 1px;
        text-align: center;
    } */
    .grid.grid-2.grid-1-mobile .grid-item.model-item,
    .grid.grid-4.grid-1-mobile .grid-item.model-item,
    .grid.grid-4 .grid-item.model-item,
    .grid.grid-2.grid-1-mobile .grid-item.video-item,
    .grid.grid-4.grid-1-mobile .grid-item.video-item,
    .grid.grid-4 .grid-item.video-item {
        flex: 100%;
        max-width: 100%;
    }

}


.section-description-content {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    overflow: hidden;
    position: relative;
}

.section-description-content.description__summ {
    position: relative;
}

.section-description-content.description__summ:not(.description__summ--vis) {
    height: 4.5em;
    /* 3 lines */
    /* height: 3em; */
    /* 2 lines */
}

.description__summ::after {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    position: absolute;
    right: 0;
    font-family: inherit;
    bottom: 0;
    display: inline-block;
    content: '… READ MORE';
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    padding-left: 1em;
    cursor: pointer;
    font-size: 0.95em;
    letter-spacing: -0.025em;
    -webkit-transform: scaleY(1.15);
    -moz-transform: scaleY(1.15);
    -ms-transform: scaleY(1.15);
    -o-transform: scaleY(1.15);
    transform: scaleY(1.15);
}

.description__summ--vis::after {
    content: '– READ LESS';
    position: static;
    display: inline;
}

.description__summ:hover::after {
    text-shadow: 0 0 3px #00f, -1px 1px 0 #00f, 1px -1px 0 #00f, 1px 1px 0 #00f, -1px -1px 0 #00f;
}


@media (max-width:399px) {
    header {
        padding: 10px 0;
    }

    header .header-wrapper {
        flex-flow: row nowrap;
    }

    header .btn.btn-theme {
        padding: 5px 12.5px;
        margin-right: 0.5em;
    }
}



/********** Custom ***************/

/*
.btn-count{
    cursor: pointer;
}
*/

.item-talent {
    color: #ffffff;
    font-family: Arial-BoldMT, sans-serif;
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-item .item-thumb {
    /* https: //stackoverflow.com/a/54530227  */
    overflow: hidden
}

.video-item .item-thumb .preview-video {
    /* https: //stackoverflow.com/a/54530227  */
    top: 1px;
}

.model-player>a.update-splash-container {
    width: 100%;
    display: block;
}

.model-player>a.update-splash-container>img.video-banner {
    width: 100%;
}


.no-text-decoration {
    text-decoration: none;
}

.section-update h4 .model-name {
    text-transform: uppercase;
}


.section-update h4 .model-name,
.section-update h4 .model-name+.updated-at,
.section-update h4 .model-name+small {
    font-family: "ArialMT", sans-serif;
}

.section-update h4 .model-name+.updated-at,
.section-update h4 .model-name+small {
    color: #ccc;
    margin-left: .25em
}

/*yuu fix for ugly loading */
.section.section-hero {
    height: 0;
    overflow: hidden;
    padding-bottom: 31.25%;
}


.video-item .item-thumb {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.36792453%;
}


.model-item .item-thumb {
    overflow: hidden;
    height: 0;
    padding-bottom: 138.88888889%;
}


/* yuu fix 16 dec */
.video-item .item-content .item-cblock:last-child {
    margin-left: auto;
}

.video-item .item-content .item-cblock:last-child>p {
    bottom: 10px;
    right: 10px;
    margin-bottom: 0;
    margin-block-end: 0;
    margin-right: 0;
    max-width: calc(50% - 10px);
    text-align: right;
}

.video-item .item-content .item-cblock:last-child>p a.quick-tag {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-item .item-content .item-cblock:first-child {
    padding-right: 50%;
}

@media (max-width:480px) {
    .video-item .item-content .item-cblock:last-child>p {
        max-width: none;
        right: 0;
    }
}

/* 16 dec - yuu fix for long titles w overlap  */
.video-item .item-content .item-cblock:last-child {
    margin-left: auto;
}

.video-item .item-content .item-cblock:last-child>p {
    bottom: 10px;
    right: 10px;
    margin-bottom: 0;
    margin-block-end: 0;
    margin-right: 0;
    max-width: calc(50% - 10px);
    text-align: right;
}

.video-item .item-content .item-cblock:last-child>p a.quick-tag {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-item .item-content .item-cblock:first-child {
    padding-right: 0;
}

@media (max-width:480px) {
    .video-item .item-content .item-cblock:last-child>p {
        max-width: none;
        right: 0;
    }
}

/* 16 dec - yuu fix for bonus section  */
.section-bonus .video-item .item-wrapper {
    background: #1b1b1b;
}

.section-bonus .video-item .item-wrapper a {
    color: #fff;
    display: block;
    text-align: center;
    font-family: Arial-BoldMT, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.section-bonus .video-item .item-wrapper a.model-title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


@media (max-width: 480px) {
    .mobile-menu>li:last-child {
        position: static;
    }

    header .header-wrapper {
        padding-left: 0;
        overflow: hidden;
    }

    header .header-wrapper .list-inline {
        margin-left: 1em;
        padding: 0;
        padding-inline-start: 0;
    }
}

header .block-logo img {
    max-width: 200px;
}

@media (max-width: 539px) {
    header .block-logo img {
        max-width: 180px;
    }
}

@media (max-width: 440px) {
    header .block-logo img {
        max-width: 170px;
    }
}

@media (max-width: 399px) {
    header .block-logo img {
        max-width: 160px;
    }
}

@media (max-width: 359px) {
    header .block-logo img {
        max-width: 130px;
    }
}



@media (max-width: 960px) {

    header .block-nav ul li a,
    header .block-actions .btn {
        font-size: 14px;
        font-weight: bold;
    }
}

@media (max-width: 359px) {
    header .header-wrapper .trigger-mobile-menu {
        position: relative;
        top: -0.1em;
    }

    header .block-nav ul li a,
    header .block-actions .btn {
        font-size: 13px;
    }

    .block-nav ul li:not(:last-child) {
        margin-right: 0.5em;
    }
}

/* 23-jan yuu fix for mobile stuff */
.video-item .item-content .item-cblock:first-child {
    padding-right: 0;
}

header .header-wrapper .trigger-mobile-menu {
    position: relative;
    top: -0.1em;
}

.block-nav ul li a:hover,
.block-nav ul li a:active,
.block-nav ul li a:focus {
    color: #75a3ff;
}

.block-nav ul li a.btn:hover,
.block-nav ul li a.btn:active,
.block-nav ul li a.btn:focus {
    color: #fff;
}

@media (max-width: 480px) {
    .mobile-menu>li:last-child {
        position: static;
    }

    header .header-wrapper {
        padding-left: 0;
        overflow: visible;
    }

    header .header-wrapper .list-inline {
        margin-left: 0;
        padding: 0;
        padding-inline-start: 0;
    }

    .block-nav ul.desktop-menu li:first-child {
        margin-top: 0.33em;
    }

    .block-nav ul.desktop-menu li {
        margin-right: 0;
        margin-bottom: 0.33em;
    }
}

header .block-logo img {
    max-width: 200px;
}

@media (max-width: 539px) {
    header .block-logo img {
        max-width: 180px;
    }
}

@media (max-width: 440px) {
    header .block-logo img {
        max-width: 170px;
    }
}

@media (max-width: 399px) {
    header .block-logo img {
        max-width: 160px;
    }
}

@media (max-width: 359px) {
    header .block-logo img {
        max-width: 130px;
    }
}



@media (max-width: 960px) {

    header .block-nav ul li a,
    header .block-actions .btn {
        font-size: 14px;
        font-weight: bold;
    }
}

@media (max-width: 359px) {

    header .block-nav ul li a,
    header .block-actions .btn {
        font-size: 13px;
    }

    .block-nav ul li:not(:last-child) {
        margin-right: 0.5em;
    }
}

@media (min-width: 768px) {
    header .header-wrapper .block-nav>ul.desktop-menu {
        display: block !important;
    }

    header .header-wrapper .block-nav>ul.desktop-menu.list-inline {
        display: inline-flex !important;
    }
}


/* yuu fix for only 1 update per row on mobile in "more videos from" section */
@media (max-width: 767px) {
    .grid.grid-1-sm .grid-item {
        flex: 100%;
        max-width: 100%;
    }
}


.landing-page-header-img-container img {
    width: 100%;
    height: auto;
    display: none;
    /* hide all images by default */
}

.section.section-desktop-hero img,
.section.section-mobile-hero img {
    width: 100%;
}


/* Show mobile image for screens smaller than 768px */
@media (max-width: 767px) {
    .section.section-desktop-hero {
        display: none;
    }
}

/* Show desktop image for screens larger than or equal to 768px */
@media (min-width: 768px) {
    .section.section-mobile-hero {
        display: none;
    }
}