
/* Responsive image and video */
.img-responsive,
.video-responsive,
.gallery_image img,
.audi_box video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive round images (clients) */
.round-image {
    width: 100px;
    height: 100px;
}
@media (min-width: 768px) {
    .round-image {
        width: 120px;
        height: 120px;
    }
}
@media (min-width: 992px) {
    .round-image {
        width: 150px;
        height: 150px;
    }
}

/* Responsive navigation and logo */
.logo-left {
    max-width: 180px;
    height: auto;
}
@media (max-width: 767px) {
    .logo-left {
        max-width: 120px;
        height: auto;
    }
    .navbar-default {
        height: auto !important;
        padding: 10px 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        display: none !important;
    }
    .mobilenav {
        display: block !important;
    }
}

/* Responsive gallery grid */
.gallery_section .row {
    display: flex;
    flex-wrap: wrap;
}
.gallry_col {
    width: 100%;
    padding: 8px;
}
@media (min-width: 576px) {
    .gallry_col {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .gallry_col {
        width: 33.3333%;
    }
}

/* Responsive tab nav */
@media (max-width: 767px) {
    .project_tabs ul.nav-tabs li {
        display: block;
        width: 100%;
        text-align: left;
    }
    .project_tabs ul.nav-tabs {
        border-bottom: none;
    }
}

/* Responsive section spacing */
section.gallery_section {
    margin: 30px 0 !important;
}
@media (max-width: 767px) {
    section.gallery_section {
        margin: 15px 0 !important;
    }
}

/* Responsive footer */
#footer, #footer-bottom {
    font-size: 15px;
}
@media (max-width: 767px) {
    .footer-part-left, .footer-part-right {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 12px;
    }
    #footer .row {
        flex-direction: column;
    }
}

/* Responsive video banner */
.hoemvideo video, .slider-text-part img {
    width: 100% !important;
    height: auto !important;
}
@media (max-width: 767px) {
    .audi_box {
        height: 180px;
    }
    .gallery_content .project_title,
    .project_cats {
        font-size: 18px;
    }
    .img-contact-project p {
        width: 95%;
        font-size: 20px;
    }
}
