.email-notification {border:1px solid #fff;border-radius:4px;padding:20px;}
.email-notification-label {color:#838383;display:block;font-size:0.75rem;font-weight:700;line-height:inherit;padding-right:10px;width:auto;margin-bottom:0;border-bottom:0;background-color:#121212;margin-bottom:-5px;padding-bottom:5px;position:relative;right:22px;}
.mailbox-content-col table tbody tr.new td {background-color:#1d1d1d;font-weight:700;}
.btn-social-login {padding:0;}
.row.social-logins {text-align:center;}
.form-item--social {float:none;display:inline-block;vertical-align:top;}
.search-col button[type=submit] .icon {line-height:1.6;}
.inverted-colors .btn-selectpicker, .inverted-colors input[type=text], .inverted-colors input[type=number], .inverted-colors input[type=password], .inverted-colors input[type=email], .inverted-colors select, .inverted-colors textarea {border-color:#ccc;}
.inverted-colors div.checkbox label span.sub-label:before, .inverted-colors div.radio label span.sub-label:before{border-color:#aaa;}
.inverted-colors .ucp-option-col a:hover .sub-label {color:#ff1e2b;}
.inverted-colors .ucp-option-col a span.icon {color:#ff1e2b;}
.inverted-colors ul.profile-list .sub-desc {color:#000;}

#exoCloseButton {
    height: 24px;
    width: 24px;
    float: right;
    top: -10px;
    position: relative;
    z-index: 1999999 !important;
}
#divExoLayer #Advert img{
    max-width: 300px;
    position: relative;
    top: -24px;
}
.advert {font-size:11px;margin:0 0 5px 0;margin-top:-10px;}

.tag-link a {width: 100%;
             margin-bottom: 0;}
.tag-desc {padding-left: 10px;}
.item-tags-col .video-images img {}

.item-col .s-e-views{
    border: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 11px;
    float: left;
}

.item-col .s-e-rate{
    float: right;
    font-size: 11px;
    margin: 0;
}

.item-col .s-elem .icon{
    margin-right: 5px;
}

.item-col .item-stats{
    margin-top: 0;
}

.item-col span.item-info{
    padding: 5px 0;
}

#invideo li{
    display:inline;
}

.nav-drop {
    z-index: 10;
}

.video-pornstar-item {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.video-pornstar-item a {
    display: block;
    margin-right: 10px;
    color: #f30b2c;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
}
.video-pornstar-item a:hover {
    opacity: .9;
}
.video-pornstar-item a span {
    color: #f30b2c;
}

#videoTags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3px;
}
.qtip > a,
#videoTags > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 15px;
    background-color: #1e1e1f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-left: 3px;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 6px 16px;
    border-color: #1e1e1f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}
.qtip > a:hover,
#videoTags > a:hover {
    background: #f30b2c;
    color: #fff;
    border-color: #f30b2c;
}

.qtip {
    position: absolute;
    width: 320px;
    top: 100%;
    left: 0;
    padding: 10px;
    border-radius: 5px;
    background-color: #1a1a19;
    display: none;
    z-index: 5;
}
.qtipItems {
    display: flex;
}
.qtip .qtipItems .thumb {
    width: calc(50% - 4px);
    margin-bottom: 0px;
}

.heading .title a {
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}
.heading .title a:hover {
    color: #f30b2c;
}
.content-player .info-block .action > a {
    color: #6b6b6b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.content-player .info-block .action > a > .icon-heart-plus {
    font-size: 40px;
}
.content-player .info-block .action > a:hover .icon-heart-plus::before {
    color: #4f9a12;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.mb-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    opacity: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.mb-modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .mb-modal.fade .modal-dialog {
        transition: none;
    }
}

.mb-modal.show {
    opacity: 1;
}

.mb-modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.mb-modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #161616;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #6b6b6b;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    border: 0 none;
    font-size: 20px;
    font-weight: 700;
    color: #6b6b6b;
    cursor: pointer;
}
.modal-header .close > span {
    color: #6b6b6b;
    font-size: 20px;
    font-weight: 700;
}
.modal-header .close:hover > span {
    color: #f30b2c;
}

.modal-title {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    color: #6b6b6b;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #6b6b6b;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.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-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tags-col {
    flex: 1 0 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.tag-item {
    flex: 1 0 100%;
    padding: 0 20px;
}
@media (min-width: 600px) {
    .tag-item {
        flex-basis: 50%;
    }
}
@media (min-width: 1040px) {
    .tag-item {
        flex-basis: 25%;
    }
}
.tag-item a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 15px;
    background-color: #1e1e1f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-left: 3px;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 6px 16px;
    border-color: #1e1e1f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tag-item a:hover {
    background: #f30b2c;
    color: #fff;
    border-color: #f30b2c;
}

.fake-upload input[type="file"] {
    display: none;
}

.block-avatar img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
}

.form .input select {
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    width: 100%;
    border: none;
    padding: 10px 20px;
}

.thumb .edit-content,
.thumb .add-to-fav {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    color: #f30b2c;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumb .edit-content {
    left: auto;
    right: 5px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-friend > a {
    margin-bottom: 10px;
}
.friend-inv-msg {
    display: block;
    margin-bottom: 10px;
}
.frend-inv-actions {
    display: flex;
    justify-content: space-around;
}
.addIco, .removeIco {
    display: block;
    font-size: 20px;
    color: #6b6b6b;
}
.addIco:hover {
    color: #4f9a12;
}
.removeIco:hover {
    color: #9a1212;
}

.notification { 
    padding:10px;
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px;
    clear:both;
    font-size:15px;
    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
}

.header-list-category {
    display: flex;
    flex-wrap: wrap;
}
.top-category-col {
    flex: 0 0 100%;
    max-width: 25%;
}
.top-category-col > .label {
    flex: 1 0 100%;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.top-category-col a {
    width: 100%;
}
.top-category-list {
    margin-bottom: 20px;
}

.mobile-vda {
    margin-bottom: 10px;
}
@media(max-width: 1600px) {
    .header .block-mobile-menu .list-menu .block-link a:nth-last-child(1), 
    .header .block-mobile-menu .list-menu .block-link a:nth-last-child(2), 
    .header .block-mobile-menu .list-menu .block-link a:nth-last-child(3), 
    .header .block-mobile-menu .list-menu .block-link a:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.thumb {
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.thumb .info {
    bottom: 50px;
}
.thumb:hover {
    overflow: visible;
}