@media (max-width: 767px) {

    img.alignleft {
        float: none !important;
        margin-right: 0 !important;
    }
    img.alignright {
        float: none !important;
        margin-left: 0 !important;
    }

    img {
        height: auto;
    }

    .project-gallery .thumbnails {
        margin: 14px 18px 0;
    }

    .col-md-8.col-md-offset-1.col-sm-8.body-txt.pull-right.about-body {
        float: none !important;
    }

    .project-gallery .thumbnails .thumb-slide {
        padding-right: 6px;
        height: auto;
        max-width: 100%;
    }

    .project-gallery .thumbnails .thumb-slide .video .arrow {
        width: 22px;
        height: 22px;
        border-width: 2px;
        margin: -11px 0 0 -11px;
    }

    .project-gallery .thumbnails .thumb-slide .video .arrow:after {
        height: 0;
        width: 0;
        border-bottom: 4.5px solid transparent;
        border-left: 8px solid #fff;
        border-top: 4.5px solid transparent;
        margin: -4px 0 0 -3px;
    }

    .project-gallery .thumbnails .btn-thumb-prev,
    .project-gallery .thumbnails .btn-thumb-next {
        width: 26px;
        font-size: 14px;
        padding-top: 35px;
        line-height: 40px;
    }

    .visual {
        margin: -10px -18px 7px;
        position: relative;
        top: -14px;
        height: 403px;
    }

    .visual.small {
        margin-bottom: 7px;
        height: 71px;
    }

    .visual.large {
        height: 277px;
        /*height: 450px;*/
    }

    .visual.small {
        margin-bottom: 7px;
    }

}

@media (min-width: 768px) {
    .navbar {
        border-radius: initial !important;
    }

}

@media screen and (min-width: 30em) {
    img.alignright {
        margin-left: 2.4em !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        text-align: center;
    }

    #top-menu .dropdown-menu {
        border-top: 0 !important;
    }

    .dropdown-menu {
        position: static !important;
        text-align: center !important;
        float: none !important;
    }

    .banner {
        height: 370px !important;
    }

}

@media only screen and (max-width: 480px) {
    .mainnav .group-nav {
        float: none !important;
        margin-top: 30px;
    }
}

@media (max-width: 1400px) {
    .home-slider .owl-slider .owl-slide .slide-txt {
        padding: 50px 50px !important;
    }
}

@media (max-width: 1200px) {
    .home .slide-img > img {
        height: 100% !important;
        width: 100% !important;
    }

}