@media screen and (max-width: 1160px) {
    .wrapper, .inner-first, .inner, .subfooter{
        width: 100%;
    }

    .top-wrapper .inner{
        width: 100%;
        padding: 20px;
        padding-top: 36px;
    }

    #lang-switcher {
        right: 0;
    }

    .subfooter{
        margin-bottom: 0;
    }

    .subfooter .inner{
        padding: 20px;
    }

    .map {
        width: 66%;
    }

    .menu ul li{
        margin-left: 10px;
    }

    .menu ul li a{
        padding: 7px 12px;
        padding-right: 12px !important;
    }

    .menu ul li ul li a{
        padding: 10px 12px;
    }

    .logo p{
        line-height: 33px;
        font-size: 20px;
    }

    .wrapper .inner.light{
        padding: 20px;
    }
}

@media screen and (max-width: 900px) and (min-width: 681px) {
    .map {
        width: 55%;
    }

    header .logo{
        margin-top: -15px;
        float: none;
    }

    header .menu{
        margin-top: 12px;
    }

    .wrapper {
        margin: -200px auto 0;
    }
}

@media screen and (max-width: 680px) {
    #bg-image::before{
        content: none;
    }

    .v-list{
        max-width: 100%;
    }

    img.alignleft{
        width: 100%;
        height: auto;
        float: none;
    }

    .services .info, .info.team{
        margin-top: 20px;
    }

    .one-half{
        float: none;
        width: 100%;
    }

    .map {
        width: 100%;
        float: none;
    }

    .page-intro{
        margin: 0 0 20px;
    }

    .vektor_heading {
        width: 195px;
        height: 32px;
    }

    .inner-first{
        padding-top: 7px;
        padding-bottom: 0;
        padding-left: 13px;
    }

    .inner-first .logo {
        text-align: left;
        display: inline-block;
    }

    .inner-first .logo a {
        display: inline-block;
    }

    #lang-switcher {
        right: 60px;
        top: 12px;
    }

    .wrapper{
        margin-top: 0
    }

    .top-wrapper-first {
        height: 48px;
        position: fixed;
        width: 100%;
        z-index: 55;
    }

    .top-wrapper{
        height: 107px;
        padding-top: 48px;
    }

    .top-wrapper .inner{
        padding-top: 20px;
    }

    .logo p {
        font-size: 18px;
        line-height: 33px;
    }

    h1.page-title {
        font-size: 23px;
        line-height: 23px;
    }

    hr {
        margin-bottom: 20px;
    }

    .bannercontainer{
        visibility: hidden;
        height: 0;
    }

    .bannercontainer1{
        visibility: visible;
        width: 100%;
        position: relative;
        height: 120vw;
        overflow: hidden;
    }

    .tp-caption.navy-bg{
        font-size:  18px !important;
        padding: 8px 13px !important;
        line-height: 21px !important;
    }

    
    .wrapper.homepage .inner.light{
        padding: 0;
    }
}
