@media (min-width: 1280px) {

    .search img {
        height: 140px;
        padding: 62px 0;
    }

    header .logo img {
        height: 140px;
        margin: 0 auto;
        padding: 35px 0;
    }

    .search-label {
        font-size: 20px;
        line-height: 108px;
    }

    .search-label, .menu-label {
        font-size: 17px;
        font-family: Messina Sans;
    }

    .menu-toggle {
        height: 108px;
        padding: 40px 0;
    }

    header {
        height: 140px;
    }

    #main {
        padding-top: 160px;
    }

    .model-item {
        width: 20% !important;
        height: 0 !important;
        padding-bottom: 31.5% !important;
    }

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

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

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

    .main-footer {
        font-size: 14px;
    }
}

@media (min-width: 1360px) {
    .model-item {
        width: 16.66% !important;
        height: 0 !important;
        padding-bottom: 27% !important;

    }
    .has_option_text{
        font-size: 18px;
    }
    .model-name .firstname, .model-name .surname {
        display: inline-block !important;
    }

    .no-pagination .model-link {
        display: block !important;
    }

}

@media (min-width: 1850px) {
    /*.model-item {*/
    /*width: 14.28% !important;*/
    /*}*/
    .model-name .firstname, .model-name .surname {
        display: inline-block !important;
    }
}

@media (min-width: 2200px) {
    /*.model-item {*/
    /*width: 12.5% !important;*/
    /*}*/
    .model-name .firstname, .model-name .surname {
        display: inline-block !important;
    }
}

@media (min-width: 2600px) {
    /*.model-item {*/
    /*width: 11.11% !important;*/
    /*}*/
    .model-name .firstname, .model-name .surname {
        display: inline-block !important;
    }

}

@media (min-width: 3000px) {
    /*.model-item {*/
    /*width: 10% !important;*/
    /*}*/
    .model-name .firstname, .model-name .surname {
        display: inline-block !important;
    }
}