.popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;

}

.popup .content {
    max-height: 800px;
    overflow: auto;
    margin-top: 20px;

}

.instagram_link {
    font-family: "Messina Sans";
    font-size: 20px;
    line-height: 24px;
    color: #D8D4D1;
    display: block;
    margin-top: 35px;
}

.instagram_link img {
    width: 26px;
    display: inline-block;
    margin-left: 20px;

}

.social-wrap {
    display: none;
}

/*---------------------------Our models------------------------------*/
.print_btn {
    line-height: 35px;
    font-family: "Messina Sans";
    font-size: 14px;
    color: #2a2928;

    text-align: center;
    display: block;
}
.print_btn.last_update {
    color: #D8D4D1;
    text-transform: uppercase;
}
.print_btn img {
    display: inline-block;
    margin-right: 10px;

}

@media (min-width: 769px) {
    .print_btn {
        line-height: 35px;
        font-family: "Messina Sans";
        font-size: 14px;

        color: #2a2928;
        position: absolute;
        top: -40px;
        right: 5px;
        text-transform: uppercase;
    }

    .print_btn.last_update {
        color: #D8D4D1;

        left: 10px;
        right: auto;
    }

    .print_btn img {
        display: inline-block;
        margin-right: 10px;

    }

    .tab-pane {
        position: relative;
    }

    #main.model-details {
        overflow: visible;
    }

    .item-anim {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -webkit-transform: translateY(60px);
        transform: translateY(60px);

    }

    .item-anim.visiblee {
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        -moz-animation: moveUp 0.65s forwards;
        -webkit-animation: moveUp 0.65s forwards;
        animation: moveUp 0.65s forwards;
    }
}
@media  (min-width: 769px) and (max-width: 960px){
    .print_btn {

        font-size: 12px !important;

    }

}
@-moz-keyframes moveUp {
    to {
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveUp {
    to {
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveUp {
    to {
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

body, html {

    margin: 0;
    padding: 0;
    border: 0;
}

.our-models {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    padding-right: 7px;
    padding-left: 7px;
}

.model-item {
    width: 100%;
    overflow: hidden;
    padding: 0 7px 5px;
    float: left;
}

.model-item.double-item {
    width: 50%;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-bottom: 88%;
}

.no-pagination .model-link:nth-of-type(n+7) {
    display: none;
}


#model-details {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
}



.model-item-img {
    width: 100%;

}



.model-item-detail {
    position: relative;
    z-index: -1;
}




.model-name .firstname, .model-name .surname {
    display: inline-block;
}

/*---------------------------Our models-after header------------------------------*/

.after-header {
    padding: 0px 0 15px 0;
    overflow: hidden;
}

.grid-wrap {

}

.grid-btn {

}

.square-wrap {
    float: right;
    margin-right: 16px;
    width: 32px;
    height: 32px;
    padding: 6px;
    border: 1px solid #000;
}

.divSquare {
    width: 7px;
    height: 7px;
    margin: 1px;
    float: left;
    background-color: #2a2928;
}

.double-grid .divSquare {
    width: 8px;
    height: 8px;
    margin: 0;
    float: left;
    background-color: #2a2928;
}

.double-grid .divSquare:first-child {
    margin-top: 1px;
    margin-left: 1px;
}

.double-grid .divSquare:nth-of-type(2) {
    margin-top: 1px;
}

.double-grid .divSquare:nth-of-type(3) {
    margin-left: 1px;
}

/*--------------------------------model-details----------------------------------------------*/
.model-name.model-name-desktop .firstname, .model-name.model-name-desktop .surname {
    display: block !important;
}

.model-item-detail {
    padding: 8px;
}

ul.portofolio-menu {
    height: 35px;
    display: block;
    background: #000;
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 81px;
    padding: 0;
    position: fixed;
    z-index: 2;
}

ul.portofolio-menu li {
    float: none;
    display: inline-block;
    padding: 0 4%;
    line-height: 35px;
    font-family: "Messina Sans";
    font-size: 11px;
}

ul.portofolio-menu li a {
    color: #fff;
    border: none;
    text-decoration: none;
}

.nav-tabs {
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    font-weight: 600;
    cursor: default;
    background-color: #2a2928;
    border: none;
}

#main.model-details {
    padding: 0 8px;
    /*overflow: hidden;*/
    margin-top: 120px;
}

.model-details .model-name {
    border-bottom: 1px solid #E3E3E3;
}

/*.portfolio-wrap {*/
/*padding-bottom: 38px;*/
/*}*/

.social-wrap {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 15px 0 15px 0;
}

.social-wrap a img {
    height: 18px;
    padding: 0 10px;
}

.details-wrap {
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
    padding: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 20px;
}

.portfolio-wrap img {
    width: 100%;

}

.model-details .model-name {
    font-size: 18px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
}

.detail-item {
    width: 50%;
    float: left;
    display: inline-block;
}

.detail-descript span {

    color: #929292;
    margin-right: 10px;
}

.existing_options {
    background: #D8D4D1;
    font-family: "Messina Sans";
    font-size: 14px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);

    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
    text-transform: none;
    line-height: 25px;

    margin-bottom: 15px;
    margin-top: 5px;

}

.mobile.portfolio-wrap {
    margin-bottom: 60px;
}

.mobile.existing_options {
    margin: 0;
    margin-right: 8px;
    margin-bottom: 12px;
    position: absolute;
    right: 0;
    bottom: -52px;
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.mobile_status {
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    left: 0;

}

.detail-item .fa-circle {
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.mobile_status .fa-circle {
    top: 2px;
    left: -2px;
    position: relative;
}

#social-tab .crop-image {
    bottom: 0 !important;
}

.detail-descript {
    color: #2a2928;
    font-family: "Messina Sans";
    font-size: 10px;
    text-transform: uppercase;
    line-height: 27px;
}

.magnific-portfolio .mfp-close {
    width: 88px;
    height: 87px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    color: #2a2928;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #2a2928;
    font-style: normal;
    font-weight: 100;
    font-size: 50px;
    font-family: Arial, Baskerville, monospace;
}

.magnific-portfolio .mfp-close-btn-in .mfp-close {
    color: #2a2928;
}

.hidden-slider {

}

.pagingInfo {
    font-family: "Messina Sans";
    font-size: 14px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 135px;
    right: 40px;
    text-shadow: 1px 1px 4px #2a2928;
}

.the-popups .model-item-detail {
    padding: 0;
}

.slick-slide {
    outline: none
}

.white-popup.the-popups {
    position: relative;
    background: #FFF;
    padding: 20px;
    height: 100%;
    width: auto;
    max-width: 1200px;
}

.slick-slide img {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 4px;
}

.slick-slide img.full-model {
    width: 100%;
}

.popup-name {
    overflow: hidden;
    position: relative;
    text-align: center;
    font-family: "NeueHaasGroteskDisplayProBold";
    font-size: 32px;
    line-height: 56px;

    text-transform: uppercase;
    color: #2a2928;
    color: #2a2928;
}

.the-popups .details-wrap {
    text-align: center;
    border: 0;
}

.the-popups .details-wrap .detail-item {
    width: auto;
    margin-left: 27px;
    display: inline-block;
    float: none;

}

.the-popups .detail-descript {
    line-height: 40px;
    font-size: 11px;
}

.slick-next {
    right: -63px;
}

.slick-prev {
    right: -63px;
}

.btn-prev {
    left: -50px;
    right: auto;
}

.btn-next {
    right: -50px;
    left: auto;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

.buttons {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 70px;
}

.buttons .prev, .buttons .next {
    padding: 0px;
    background: transparent;
    margin: 5px;
    cursor: pointer;
    display: inline-block;
}

.buttons .prev .button-wrapper, .buttons .next .button-wrapper {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: .8;
    position: relative;
    /*text-indent: -99999px;*/
    overflow: hidden;
    display: inline-block;
}

.buttons .prev .button-wrapper:hover {
    opacity: 1;
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);

}

.buttons .next .button-wrapper:hover {
    opacity: 1;
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px);

}

.buttons .prev .top-line {
    content: " ";
    position: absolute;
    top: 23px;
    left: 4px;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    transform-style: flat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -moz-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -ms-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -o-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    transform: translate3d(10px, 4px, 0px) rotate(45deg);
    width: 15px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.buttons .prev .bottom-line {
    content: " ";
    position: absolute;
    top: 12px;
    left: 15px;
    position: absolute;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    transform-style: flat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -moz-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -ms-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -o-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    width: 15px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.buttons .next .top-line {
    content: " ";
    position: absolute;
    top: 24px;
    left: 15px;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    transform-style: flat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -webkit-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -moz-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -ms-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    -o-transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    transform: translate3d(-1px, 4px, 0px) rotate(-45deg);
    width: 15px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.buttons .next .bottom-line {
    content: " ";
    position: absolute;
    top: 13px;
    left: 5px;
    position: absolute;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    transform-style: flat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -webkit-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -moz-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -ms-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    -o-transform: translate3d(10px, 4px, 0px) rotate(45deg);
    transform: translate3d(10px, 4px, 0px) rotate(45deg);
    width: 15px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.buttons-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    max-height: 100%;
    margin: 0px;
    max-width: 70px;
    display: table;
}

.the-popups .details-wrap {
    border: 0;
}

.desktop-details {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.details-wrap-desktop {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;

}

.model-name.hidden-sm .firstname, .model-name.hidden-sm .surname {
    display: inline-block !important;
}

.model-name.hidden-sm {
    margin-bottom: 8px;
}

.mobile-request-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #2a2928;
    line-height: 60px;
    color: #fff;
    z-index: 50;
    text-align: center;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.20);
    font-family: "Messina Sans";
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.mfp-iframe-holder .mfp-content {

    max-width: 600px;
    height: 80%;
}

.simple-btn {
    font-size: 12px;
}

@media (min-width: 380px) {
    .detail-descript {
        font-size: 13px;
        line-height: 27px;
    }
}

@media (min-width: 500px) {
    .social-wrap a img {
        height: 25px;
        padding: 0 12px;
    }

    .detail-descript {
        font-size: 15px;
        line-height: 30px;
    }
}

.description-mobile {
    font-family: "Messina Sans";
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #2a2928;
}

.simple-btn {
    font-family: "Messina Sans";
    font-size: 12px;
    line-height: 17.76px;
    text-transform: uppercase;
    color: #2a2928;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#send_option_request .simple-btn.btn {
    width: 100%;
}

.custom_popup p {

}

#send_option_request .col-xs-6:first-of-type {
    padding-right: 7px;
}

#send_option_request .col-xs-6:last-of-type {
    padding-left: 7px;
}



@media (min-width: 768px) {
    .model-item.double-item .model-name span {
        display: inline-block;
    }

    .simple-btn {
        font-size: 14px;
    }

    .model-item-detail {
        position: static;
        z-index: auto;
    }

    .model-item-detail {
        cursor: pointer;
    }

    .desktop-details {

        min-height: 540px;
    }

    #start_searching {
        margin-top: 10px;
    }

    .our-models#main {
        padding: 0;
        padding-top: 105px;
    }

    .our-model {
        padding-left: 10px;
        padding-right: 10px;
    }

    .model-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup-name {
        font-size: 20px;
        line-height: 40px;
    }

    .the-popups .detail-descript {
        line-height: 25px;
        font-size: 11px;
    }

    #main.model-details {
        padding-top: 100px; /* header and navbar portfolio*/
        margin-top: 0;
    }

    ul.portofolio-menu {

        margin-top: 90px;
        position: static;
    }

    #main.model-details {
        padding-top: 0;
    }

    .half-img {
        width: 50%;
        float: left;
        display: inline-block;
        padding: 16px;
    }

    .desktop-main {
        padding-top: 120px;
        margin-bottom: -8px;
    }

    .desktop-details {
        text-align: center;
    }

    .details-wrap-desktop {
        text-align: center;
        width: 50%;
        border: none;
        float: left;
        display: inline-block;
    }

    .detail-item {
        width: 100%;
    }

    .model-name-desktop {
        margin-top: 20px;
        margin-bottom: -10px;
    }

    .desktop-details hr {
        color: #E3E3E3;
        height: 1px;
        width: 70px;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .details-descript {
        font-size: 13px;
        line-height: 30px;
    }

    .model-name.model-name-desktop {
        font-size: 25px;
        height: auto;
        font-weight: normal;
    }

    .model-name-desktop .firstname {
        font-weight: 700;
    }

    .social-wrap {
        width: auto;
        margin: 0;
    }

    .social-wrap a img {
        height: 20px;
        padding: 0 7px;
    }

    .request-btn {
        height: 45px;
        font-family: "Messina Sans";
        font-size: 14px;
        line-height: 45px;
        text-transform: uppercase;
        padding: 0 10px;
        display: inline-block;
        border: 1px solid #000;
        color: #2a2928;
        -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.20);
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.20);
    }

    ul.portofolio-menu {
        height: 35px;
        display: block;
        background: #fff;
        margin: 0;
        color: #2a2928;
        width: 100%;
        float: right;
        text-align: center;

        padding: 0;
    }

    ul.portofolio-menu li {
        float: none;
        display: inline-block;
        padding: 0 23px;
        line-height: 35px;
        font-family: "Messina Sans";
        font-size: 14px;

        color: #fff;

    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #2a2928;
        font-weight: 600;
        cursor: default;
        background-color: #fff;
        border: none;
    }

    ul.portofolio-menu li a {
        color: #2a2928;
    }

    ul.portofolio-menu {
        height: 50px;
        line-height: 50px;
        margin-top: 0px;
    }

    .portfolio-wrap .model-item-detail {
        width: 25%;
        padding: 8px;
        float: left;
        height: 0;
        overflow: visible;
        padding-bottom: 35% !important;
    }

    #social-tab .portfolio-wrap .model-item-detail {
        padding-bottom: 25% !important;
        margin-bottom: 8px;
    }

    .the-popups .details-wrap {
        text-align: center;
    }

    #model-details .mfp-content {
        text-align: center;
    }

    .white-popup.the-popups {
        position: fixed;
        background: #FFF;
        padding: 8px;
        height: auto;
        top: 50%;
        left: 50%;
        right: 0;
        margin: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        text-align: center;
        display: inline-block;
        max-width: 760px;
        z-index: 100;
        min-width: 725px;
    }

    .pagingInfo {

        bottom: 110px;
    }
}

@media (min-width: 1024px) {

    .white-popup.the-popups {
        max-width: 800px;
        min-width: 900px;
    }

    .detail-descript {
        line-height: 40px;
    }

    .portfolio-wrap .model-item-detail {
        width: 20%;
        height: 0;
        overflow: visible;
        padding-bottom: 27.5% !important;
    }

    #social-tab .portfolio-wrap .model-item-detail {
        padding-bottom: 20% !important;
        margin-bottom: 8px;
    }

    textarea.option_message {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%;
    }

    #summary p {
        margin-bottom: 3px;
        font-size: 15px;
    }

    .request_option_btn {
        float: none;
    }

    #send_option_request, #request_added {
        margin: 0 auto;
    }

    #send_option_request .simple-btn.btn {
        width: auto;
    }

    #send_option_request .simple-btn.btn {
        width: auto;
        display: inline-block;
    }

    .popup_title {
        font-size: 22px;
        padding-top: 22px;
        padding-bottom: 16px;
        padding-left: 20px;
        padding-right: 20px;
        text-transform: uppercase;
        line-height: 22px;
        margin-bottom: 20px;
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-right: 60px;
    }

    .mfp-content .filter_header {
        margin-right: 20px;
        margin-left: 20px;
    }



    .mfp-content #job_details {
        padding-left: 20px;
        padding-right: 20px;
    }

    #job_details {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    #send_options {
        border-bottom: 1px solid #E3E3E3;
        -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.20);
        box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.20);

        background: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        display: none;
        padding-top: 45px;
        padding-bottom: 45px;
        z-index: 9;
    }

    .popup-name {
        font-size: 22px;
        line-height: 42px;
    }

    .the-popups .detail-descript {
        line-height: 21px;
        font-size: 10px;
    }

    .desktop-details {

        min-height: 630px;
    }

}

@media (min-width: 1280px) {
    .white-popup.the-popups {
        max-width: 730px;
        min-width: 720px;
    }

    /*.the-popups .details-wrap {*/
    /*text-align: center;*/
    /*width: 900px;*/
    /*margin: 0 auto;*/
    /*}*/
    /*.pagingInfo {*/
    /*bottom: 105px;*/
    /*}*/
    /*.details-wrap {*/
    /*padding: 0;*/
    /*}*/
    /*.white-popup.the-popups {*/
    /*position: relative;*/
    /*background: #FFF;*/
    /*height: 100%;*/
    /*top:auto;*/
    /*-webkit-transform: none;*/
    /*-moz-transform: none;*/
    /*-ms-transform: none;*/
    /*-o-transform: none;*/
    /*transform: none;*/
    /*width: auto;*/
    /*margin: 0px auto;*/
    /*max-width: 100%;*/
    /*}*/
    .our-models#main {
        padding: 0;
        padding-top: 160px;
        min-height: 800px;
    }

    .popup-name {
        font-size: 20px;
        line-height: 40px;
    }

    .the-popups .detail-descript {
        line-height: 20px;
        font-size: 11px;
    }

    .request-btn {
        margin-top: 15px;
    }

    .desktop-details hr {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .model-name.model-name-desktop {
        font-size: 40px;
    }

    .detail-descript {
        line-height: 50px;
        font-size: 20px;
    }

    .sidenav .social-media img {
        width: 25px;
        padding: 5px;
    }

    .portfolio-wrap .model-item-detail {
        width: 16.66%;
        height: 0;
        overflow: visible;
        padding-bottom: 22.9% !important;
    }

    #social-tab .portfolio-wrap .model-item-detail {
        padding-bottom: 16.1% !important;
        margin-bottom: 8px;
    }

    .desktop-main {
        padding-top: 154px;
        margin-bottom: -8px;
    }

    .desktop-details {
        overflow: hidden;
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        min-height: 800px;
    }
}

.portfolio-wrap .model-item-detail {
    overflow: hidden;
    position: relative;
    position: relative;

}

.model-item-img {

}

.model-item-detail.loading {
    background: #fff url("/mysite/images/adding-job.gif") center no-repeat;
    background-size: 40px;
}

.model-item-detail.loading img {
    opacity: 0 !important;
}

.Model .details-wrap {
    padding-bottom: 0;
}

@media (min-width: 1400px) {
    .white-popup.the-popups {
        max-width: 850px;
    }

}

@media (min-width: 1650px) {
    .pagingInfo {
        bottom: 70px;
    }

    .white-popup.the-popups {
        max-width: 1100px;
        min-width: 1100px;

    }

    .the-popups .details-wrap {
        text-align: center;
        margin: 0 auto;
    }
}

@media (min-width: 2200px) {
    .white-popup.the-popups {
        max-width: 1350px;
        min-width: 1350px;
    }
}

@media (min-width: 2600px) {
    .white-popup.the-popups {
        max-width: 1850px;
        min-width: 1850px;
    }

}
