    div#paginator {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    @media screen and (max-width: 470px){
        div#footer .box .title .text {
            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;
        }
        .posts a.post-model {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }
    }
    div#partnerpromo_top {
    margin: 0;
    width: 100%;
    margin-top: 19px;
}
div#headersub {
    padding: 0;
    text-align: center;
}
#headersub:before,#header .line,#top .line,#aside:before{
    display: none;
}
#bookmark_btn {
    padding: 7px 10px 4px;
    position: relative;
    color: #1e202d;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    background: #dab877;
    border-radius: 8px 8px 0 0;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

div#featuredmodels {
    margin-bottom: 20px;
    margin-top: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
div#featuredmodels .featured-models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
div#featuredmodels .featured-models .btn,
.blog-posts.ontablet .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
}
div#featuredmodels .featured-models a.model {
    margin: 0;
    width: 24% !important;
    float: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.featured-models .model span.partner-name {
    opacity: 1 !important;
    background: rgb(45 50 110 / 33%);
}
.featured-models .model span.partner-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
}
.model span.partner-name {
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    background: #c2c7fc;
    opacity: .4;
    display: block;
    position: absolute;
    padding-bottom: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    color: #5217e8;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-weight: bold;
    height: auto;
}
.featured-models .model:hover span.partner-name {
    background: rgb(82 91 140 / 79%) !important;
}
.featured-models span.partner-name img {
    border-radius: 50%;
    width: 48px;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 0 2px #0c0c10, 0 0 0 3px #d9b778;
            box-shadow: 0 0 0 2px #0c0c10, 0 0 0 3px #d9b778;
}
span.model-info span.model-name {
    font-size: 20px;
    display: block;
    margin-bottom: -6px;
    text-shadow: 1px 1px 1px #000000;
    color: #d8b678 !important;
    text-transform: none;
}
.model span.model-type {
    background: #fff;
    border-radius: 100px;
    padding: 4px 6px 3px;
    text-transform: uppercase;
    font-size: 10px;
    color: #1e202d !important;
    text-shadow: none;
    font-family: 'Gotham Pro',"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}
div#featuredmodels .title .text {
    margin: 0;
    font-size: 16px;
}
div#featuredmodels .featured-models .btn:after,
.blog-posts.ontablet .btn:after{
    display: none;
}
.full-block.links.bot {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
#popularmodels .card {
    margin: 0;
    float: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
}
#popularmodels .card {
    position: relative;
}
.blog-posts.ontablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.blog-posts.ontablet .blog-post-wrapper.post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
}
.blog-posts.ontablet .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
}
.blog-posts.ontablet .blog-post-wrapper.post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
    border: 1px solid #2e3143;
    padding: 5px;
    -webkit-box-shadow: 0 6px 20px rgb(0 0 0 / 26%);
            box-shadow: 0 6px 20px rgb(0 0 0 / 26%);
    margin-left: 0;
    margin-right: 0;
    background: #272a39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
.blog-posts.ontablet a.blog-post-image {
    border-radius: 2px;
}
.blog-posts.ontablet .blog-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    font-size: 13px;
    padding: 6px;
}
.blog-posts.ontablet a.shorter h1 {
    font-size: 18px;
    font-size: 2vw;
    text-align: center;
    line-height: normal;
}
.blog-posts.ontablet .blog-post-footer {
    border: none;
    padding: 0;
}
div#followBubble.notfollowed .fallback,
div#bookmark.notfollowed .fallback,
div#followBubble.followed .follow,
div#bookmark.followed .follow {
    display: none;
}
div#followBubble {
    border-radius: 10px;
    padding: 10px;
    background: #282a39;
    color: #ffffff;
    font-size: 18px;
    padding-left: 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
    margin-bottom: 10px;
}
div#followBubble a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    line-height: normal;
    font-size: 16px;
}
span#followBubbleBtn {
    background: #dab877;
    border-radius: 6px;
    padding: 12px 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e202d;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}
span#followBubbleBtn:hover {
    background: #f7ce7f;
}
div#aside {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 320px !important;
            flex: 0 0 320px !important;
}
@media screen and (min-width: 1150px){
    .blog-posts.ontablet,
    div#bookmark {
        display: none !important;
    }
    .links.ontablet {
        display: none !important;
    }
}
@media screen and (max-width: 1149px){
    .full-block.links.bot.ondesktop {
        display: none !important;
    }
}
@media screen and (max-width: 901px){
    .ranked.bottom .item:nth-of-type(4n+1) {
    clear: both;
}
.ranked.bottom .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}
.ranked.bottom .item {
    float: left!important;
    width: 24.2%;
    margin-right: 1%!important;
    padding-bottom: 2.024% !important;
}
.posts {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
}
.ranked.bottom .item:nth-of-type(4n+4) {
    margin-right: 0!important;
}
}
div#popularmodels {
    margin-top: 10px !important;
}
.studios.ontablet .studio {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 0;
}
.studio a, .studio .img-wrapper {
    display: inline-block;
}
.studio .image:before {
    display: none;
}
.studio {
    position: relative;
}
.studio span.partner-name {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: rgb(57 62 87 / 66%) !important;
    padding: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
span.studio-name {
    display: block;
    margin-bottom: -6px;
    text-shadow: 1px 1px 1px #000000;
    color: #d8b678 !important;
    text-transform: none;
    font-size: 16px !important;
    line-height: normal !important;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 20vw;
    max-width: 75% !important;
    margin-bottom: 0px !important;
    font-family: 'Playfair Display';
    font-weight: bold;
    margin-top: -3px;
}
.studio:hover .partner-name {
    background: rgb(57 62 87 / 93%) !important;
}
span.studio-type {
    background: #fff;
    border-radius: 100px;
    padding: 3px 5px 2px;
    text-transform: uppercase;
    font-size: 8px;
    color: #1e202d !important;
    text-shadow: none;
    font-family: 'Gotham Pro',"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
    white-space: nowrap;
    font-weight: bold;
}
span.studio-info {
    width: 100%;
    text-align: left;
}
span.studio-avatar {
    border-radius: 50%;
    width: 27px;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 0 2px #0c0c10, 0 0 0 3px #d9b778;
            box-shadow: 0 0 0 2px #0c0c10, 0 0 0 3px #d9b778;
    height: 25px;
    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;
    background: #282a39;
    color: #d9b778;
    padding-top: 1px;
    padding-left: 1px;
}
@media screen and (max-width: 1000px){
    span.model-info span.model-name {
    font-size: 16px;
}
.featured-models span.partner-name img {
    width: 32px;
}
}
div#aside .aside-wrapper {
    position: static !important;
}
.ranked.bottom .item .post-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.posts .post-tags {
    display: none;
}
.posts a.post-model span {
    margin: 0;
    line-height: normal;
    padding: 0;
    display: inline;
    transition: .1s;
}
.posts a.post-model:before, .posts a.post-model:after,
.posts a.post:before,.posts a.post:after,
.posts a.post-model span:before {
    display: none;
}
.posts a.post-model {
    background: #2d3147;
    color: white;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 1px 3px 2px;
}
.posts a.post {
    border-radius: 0;
}
.posts a.post-model span:hover {
    background: transparent;
}
.posts .post-wrapper:hover a.post-model {
    background: #536a9c;
    color: white;
}