/*
** Responsive Code
*/
@media (min-width: 1700px) {

}

@media (max-width: 1700px) {

}

@media(max-width: 1560px) {

}

@media(max-width: 1400px) {
    .navigation-item-left{
        width: 45%;
    }
    .navigation-logo{
        width: 10%;
    }
    .navigation-item-right{
        width: 45%;
    }
    .navigation-item-left a {
        margin-right: 25px;
    }
    .navigation-item-right a {
        margin-left: 25px;
    }
}

@media(max-width: 1380px) {
    .navigation-item-right a {
        margin-left: 20px;
    }
    .navigation-item-left a {
        margin-right: 20px;
    }
    .jc-button a{
        font-size: 16px;
    }
}

@media(max-width: 1260px) {

}

@media(max-width: 1200px) {
    .navigation-item-left {
        display: none;
    }
    .navigation-item-right {
        display: none;
    }
    .navigation-logo{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navigation-mobile-menu{
        display: block;
        height: 50px!important;
    }
    .navigation-logo .logo-desk{
        display: none;
    }
    .navigation-logo .logo-mobile{
        display: block;
    }
    .page-header {
        padding-top: 91px;
        min-height: 185px;
    }
    .offers .col-md-6{
        width: 100%;
    }
    .jc-middle{
        margin-top: 0;
    }
    .jc-image-block{
        margin-bottom: 30px;
    }
    .banner-title{
        display: none;
    }
    .jc-button a{
        width: 100%;
    }
    .jc-image{
        height: 400px;
    }
}

@media(max-width: 1170px) {

}

@media(max-width: 1070px) {
    .service-image {
        float: none;
        margin: 0;
        margin-bottom: 25px;
        width: 100%;
    }
}

@media(max-width: 993px) {
    #modalMobileNavigation .modal-dialog {
        width: 70%;
    }
    .partners{
        display: none;
    }
    .offers .col-md-6{
        width: 100%;
    }
    .jc-middle{
        margin-top: 0;
    }
    .jc-image-block{
        margin-bottom: 30px;
    }
    .banner-title{
        display: none;
    }
    .jc-button a{
        width: 100%;
    }
    footer .col-md-3{
        width: 50%;
    }
    .gallery-page .col-md-3{
        width: 50%;
    }
    .contacts-page .col-md-6{
        width: 100%;
    }
    .blog-page .col-md-4{
        width: 50%;
    }
    .contacts-items{
        margin-top: 30px;
    }
}

@media(max-width: 768px) {
    .banner{
        padding-top: 55px;
    }
    .banner-buttons{
        flex-direction: column;
    }
    .about-banner-buttons{
        flex-direction: column;
        text-align: center;
    }
    .contacts-form{
        margin-top: 25px;
    }
    .listings-filter{
        margin-bottom: 30px;
    }
    .row-first{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-third{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-first img{
        margin-bottom: 10px;
    }
    .row-second img{
        margin-bottom: 10px;
    }
    .row-third img{
        margin-bottom: 10px;
    }
    .gallery-card img {
        height: 300px;
    }

    footer .col-md-3{
        width: 100%;
    }
    .gallery-page .col-md-3{
        width: 100%;
    }
    .blog-page .col-md-4{
        width: 100%;
    }
    .jc-image{
        height: 350px;
    }
}

@media(max-width: 600px) {

}

@media(max-width: 500px) {

}

@media(max-width: 460px) {

}

@media(max-width: 400px) {

}

@media(max-width: 380px) {

}

@media(max-width: 335px) {

}

@media(max-width: 280px) {

}
