

/* Category/channel sort bar: pull the buttons up closer to the page header
   (only this list-box; the related-categories list-box elsewhere is unaffected). */
.list-box.list-box-sort{margin-top:-8px;margin-bottom: 8px;}

/* Model page: render the Newest/Popular/Top rated tabs as list-box buttons
   (active tab = red), matching the category sort bar. Scoped via .nav-buttons so
   other tabs-a tab sets are untouched; the semanticTabs JS is unaffected. */
.tabs-a.nav-buttons > nav ul{display:flex;flex-wrap:wrap;margin:10px -6px 16px 0;padding:0;text-transform:none;list-style:none}
.tabs-a.nav-buttons > nav ul:before{display:none}
.tabs-a.nav-buttons > nav li{width:auto;max-width:none;min-width:85px;margin:0 6px 6px 0;font-size:13px}
.tabs-a.nav-buttons > nav li a{display:block;padding:4px 15px 3px;border:0;background:var(--mercury);color:inherit;font-weight:400;text-align:center;text-decoration:none;cursor:pointer}
.tabs-a.nav-buttons > nav li:hover a{background:var(--chalice)}
.tabs-a.nav-buttons > nav li.active a{background:var(--grenadier);color:var(--white);cursor:default}
.tabs-a.nav-buttons > nav li.active a:hover{background:var(--monza)}

/* Categories page: filterable tag-list (mirrors elitebabes /tags/). No colors
   hardcoded so it tracks the active skin (links inherit body color; the filter
   input inherits the theme's input[type=text] styling). */
#tagFilter{margin-bottom:24px}
.module-article-tags{margin:12px 0 30px}
.tags-list{list-style:none;line-height:2;font-size:13px;font-weight:700;padding:0 8px;margin:0}
.tags-list li{width:20%;display:inline-block;overflow:hidden}
.tags-list a{display:block;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}
.tags-list a:hover{text-decoration:underline}
.tags-list small{font-weight:400;font-size:.8em;opacity:.6}
@media only screen and (max-width:610px){.tags-list{font-size:15px}.tags-list li{width:33.33%}}
@media only screen and (max-width:480px){.tags-list{font-size:15px}.tags-list li{width:50%}}

.notification-sec {
    margin-bottom: 0;
}

.notification-sec .content {
    padding: 0;
}

.notification-col {
    flex: 1 0 100%
}

.alert,.messages,.notification {
    padding: 10px;
    margin-top: 14px;
    margin-bottom: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    clear: both;
    font-size: 15px;
    text-align: center;
    width: 100%
}

.alert.info,.messages.info,.notification.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert.alert,.messages.alert,.notification.alert {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert.error,.messages.error,.notification.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert.success,.messages.success,.notification.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert p,.messages p,.notification p {
    margin: 0
}

.alert a,.messages a,.notification a {
    color: #ff2024
}

.alert a:hover,.messages a:hover,.notification a:hover {
    color: #d30004
}


.user-nav-col {
    flex: 1 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #1e1e1e
}

@media (min-width: 1040px) {
    .user-nav-col {
        margin-right:320px
    }
}

.user-nav-col .tabs-nav {
    justify-content: flex-end
}

.user-nav-col .tabs-nav a {
    white-space: nowrap
}

.user-nav-col .tabs-nav a .svg-inline--fa {
    color: #ff2024;
    font-size: 18px;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px
}

@media (max-width: 479px) {
    .user-nav-col .tabs-nav li {
        flex-basis:25%
    }

    .user-nav-col .tabs-nav .sub-label {
        display: none
    }
}

.paysite-header-col {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    border-bottom: 1px solid #242424;
    margin-bottom: 30px
}

.paysite-avatar {
    flex: 0 0 100%;
    margin-bottom: 30px
}

@media (min-width: 600px) {
    .paysite-avatar {
        flex-basis:230px;
        margin: 0 20px
    }
}

.paysite-avatar .image {
    padding-top: 130px;
    position: relative;
    overflow: hidden;
    max-width: 230px;
    margin: 0 auto
}

.paysite-avatar img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto
}

.paysite-info {
    flex: 1 0 0;
    margin-bottom: 30px;
    margin: 0 20px
}

.paysite-counter {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px
}

.paysite-counter .svg-inline--fa {
    color: #ff2024;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
    margin-top: -2px
}

.paysite-counter+.paysite-counter {
    margin-left: 40px
}

.paysite-desc {
    display: block;
    margin-bottom: 30px;
    color: #8c8c8c
}

.model-nav-col {
    flex: 1 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #1e1e1e
}

@media (min-width: 1040px) {
    .model-nav-col {
        margin-right:320px
    }
}

.model-nav-col .tabs-nav {
    justify-content: flex-end
}

.model-nav-col .tabs-nav a {
    white-space: nowrap
}

.model-nav-col .tabs-nav a .svg-inline--fa {
    color: #ff2024;
    font-size: 18px;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px
}

@media (max-width: 479px) {
    .model-nav-col .tabs-nav li {
        flex-basis:33.333334%
    }

    .model-nav-col .tabs-nav .sub-label {
        display: none
    }
}

.model-block {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    max-width: 100%;
    padding: 0 20px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1e1e1e
}

.model-aside {
    flex: 0 0 190px;
    margin: 0 auto 10px
}

@media (min-width: 768px) {
    .model-aside {
        margin-right:40px
    }
}

.model-aside .rating {
    justify-content: center
}

.model-avatar {
    display: block;
    margin-bottom: 10px
}

.model-avatar .image {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    height: 0
}

.model-avatar .image img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto
}

.model-info {
    flex: 1 0 100%
}

@media (min-width: 768px) {
    .model-info {
        flex-basis:0
    }
}

.model-list {
    display: flex;
    flex-flow: row wrap
}

.model-list li {
    flex: 1 0 100%;
    padding: 7px 20px
}

@media (max-width: 599px) {
    .model-list li:nth-child(2n+1) {
        background-color:#161616
    }
}

@media (min-width: 600px) and (max-width:1359px) {
    .model-list li {
        flex-basis:50%
    }

    .model-list li:nth-child(4n+1) {
        background-color: #161616
    }

    .model-list li:nth-child(4n+2) {
        background-color: #161616
    }
}

@media (min-width: 1360px) {
    .model-list li {
        flex-basis:33.333334%
    }

    .model-list li:nth-child(6n+1) {
        background-color: #161616
    }

    .model-list li:nth-child(6n+2) {
        background-color: #161616
    }

    .model-list li:nth-child(6n+3) {
        background-color: #161616
    }
}

.model-list .desc {
    color: #8c8c8c
}

.logo-link:hover, .logo-link:active {
    text-decoration: none!important;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden;
    padding: 0!important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}


.content-embed {
    display: block;
    position: relative;
    overflow: hidden;
    /*
    padding: 0 10px 10px;
    */
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .content-embed {
      /*
        padding:0 20px 10px
        */
    }
}

.content-embed .copy-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 15px;
    background-color: transparent;
    max-width: 80%;
    z-index: -1;
    font-size: 0;
    color: #fff;
    transition: font-size .3s ease 0s,background-color .3s ease 0s,z-index .3s ease 0s
}

.content-embed .copy-info.open {
    z-index: 2;
    background-color: var(--cod);
    font-size: 12px
}

.content-embed small {
    display: block;
    margin-top: 5px;
    text-align: center
}

.embed-code {
    resize: none;
    display: block;
    /* min-height: 100px; */
}

.embed-code+.content-socials {
    margin-top: 0
}

.content-socials {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px
}

.content-download {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.content-download .btn {
    font-size: 12px
}

.download-item {
    display: flex;
    align-items: center;
    padding: 10px;
}

.download-item:not(:last-child) {
    border-bottom: 1px dashed #1e1e1e
}

.download-item.-label {
    color: #8c8c8c
}

.download-item .resolution {
    flex: 1 0 100%;
    max-width: 100px
}

@media (min-width: 480px) {
    .download-item .resolution {
        max-width:25%
    }
}

.download-item .size {
    flex: 1 0 auto
}

.download-item .download {
    flex: 0 0 115px;
    text-align: center
}
.btn.btn-default {
    display: block;
    background: var(--grenadier);
    color: var(--white);
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border: 0 none;
}
.btn.btn-default:hover {
    background: var(--monza);
}


.form-col form,.form-col .pseudo-form {
    display: flex;
    flex-flow: row wrap;
    max-width: 700px;
    margin: 0 auto
}

.form-col form>.row,.form-col .pseudo-form>.row {
    flex-basis: 100%
}

.form-block.-edit-profile {
    display: flex;
    width: 100%
}

.form-item {
    flex: 0 1 auto;
    margin-bottom: 15px;
    position: relative
}

.form-item.-full {
    flex-basis: 100%;
}

.form-item.-half {
    flex-basis: 100%;
}
.col.-half {
    max-width: 100%;
}
@media (min-width: 500px) {
    .form-item.-half {
        flex-basis: 50%;
    }
    .col.-half {
        max-width: 50%;
    }
}

.form-item.-links {
    flex-basis: 100%;
    text-align: center
}

.form-item.-links a {
    display: block;
    color: #ff2024;
    font-weight: 700;
    font-size: 13px
}

.form-item.-links a:hover {
    color: #ff5356
}

.form-item.-links a+a,.form-item.-links a+.btn {
    margin-top: 10px
}

.form-item.-actions {
    flex-basis: 100%;
    margin-bottom: 0;
    text-align: center;
    font-size: 0
}

.form-item.-actions .btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px
}

.form-item.-actions .btn+.btn {
    margin-left: 10px
}

.form-item>label,.form-item>.label {
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1
}

.filter-content .form-item>label,.filter-content .form-item>.label {
    color: rgba(255,255,255,0.8)
}


.mailbox-nav-col {
    margin-bottom: 20px
}

.mail-list tr {
    color: #8c8c8c
}

.mail-list tr a {
    color: #ff2024
}

.mail-list tr a:hover {
    color: #d30004
}

.mail-list tr.new {
    color: #ffffff;
    font-weight: 500
}

.mail-content-col {
    display: flex;
    flex-flow: row wrap;
    max-width: 700px;
    margin: 0 auto
}

.mail-content-col .desc {
    color: #8c8c8c
}

.mail-content-col .actions {
    flex: 1 0 100%;
    text-align: right
}

.mail-info {
    flex: 1 0 100%;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.mail-info .mail-info-elem {
    flex: 0 0 auto
}

.mail-info .mail-info-elem.-sender {
    padding-right: 5px
}

.mail-subject {
    flex: 1 0 100%;
    margin-bottom: 10px
}

.mail-content {
    flex: 1 0 100%;
    margin-bottom: 10px
}

.mail-content .desc {
    display: block;
    margin-top: 5px
}
.mailbox-nav-col li {
    list-style-type: none;
}
.mailbox-nav-col a {
    text-decoration: none;
    outline: 0;
    outline-style: none;
    color: inherit;
}
.mailbox-nav-col a:hover {
    color: var(--grenadier);
}

.mailbox-content-col table {
    width: 100%;
    margin-bottom: 10px
}

.mailbox-content-col table tr {
    border-bottom: 1px solid #1e1e1e
}

.mailbox-content-col table th {
    font-weight: 600;
    padding: 10px
}

.mailbox-content-col table td {
    padding: 10px;
    font-size: 15px
}

.mailbox-content-col .btn {
    display: inline-block;
    width: auto;
}

.mailbox-content-col .form-item-col {
    margin-bottom: 14px;
}

.tabs-list--mailbox {
    padding: 0;
}

.subs-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.sub-item {
    flex: 1 0 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}
@media(min-width: 500px) {
    .sub-item {
        max-width: 50%;
    }
}
@media(min-width: 768px) {
    .sub-item {
        max-width: 33.333334%;
    }
}
@media(min-width: 1040px) {
    .sub-item {
        max-width: 20%;
    }
}
.sub-content {
    flex: 1;
    display: block;
    max-width: 240px;
    text-align: center;
    margin: 0 auto 10px;
}
.sub-content a {
    color: var(--black);
    text-decoration: none;
}
.sub-content a:hover {
    color: var(--azure);
}
.sub-content .image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}
.sub-content.-model .image {
    padding-top: 130%;
}
.sub-content .image img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100% !important;
    width: auto;
    max-width: none !important;
}
.sub-action .link-btn {
    justify-content: center;
}

.content-drop-info {
    display: none;
    overflow: hidden;
}
.content-drop-info .inner-box {
  /*
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--mercury);
    */
}

.rating-info {
    display: block;
    margin-bottom: 10px;
}
