/* ## Menu */

@media (min-width: 1480px) {
    .site-background{
        width: 5000px;
        height: 5000px;
        position: absolute;
    }

    .menu-block{
        position: static;
    }

    .small-logo{
        display: none;
    }

    .big-logo{
        display: inline;
    }

    .menu-container{
        position: fixed;
        z-index: 999;
        height: 100%;
        overflow-y: auto;
    }

    .overflow {
        overflow-x: auto;
    }
    .overflow-width {
        width: 100%;
    }

    .menu-block{
    }

    .ow-navigation{
        background-color: #fff;
        height: auto;
    }

    .ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
        overflow: visible;
    }
    .ow-navigation .dropdown-menu {
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(122,122,122,1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(122,122,122,1);
        box-shadow: 0px 0px 5px 1px rgba(122,122,122,1);
    }


}
@media (max-width: 1479px) {
    .small-logo{
        display: inline;
    }

    .big-logo{
        display: none;
    }

    .navbar-default .navbar-brand{
        height: 110px;
    }

    .ow-navigation{
        height: 110px;
    }

    .ow-navigation .navbar-header {
        padding-top: 35px;
    }

    .top-strip {
        margin-top: 110px;
    }

    .menu-border {
        height: 110px;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }
}

@media (min-width: 992px) and (max-width: 1479px) {
    .menu-container{
        position: fixed;
        z-index: 999;
    }

    .overflow {
        width: 1170px;
        height:100%;
        overflow: auto;
    }
    
    .small-logo{
        position: absolute;
        margin-left: 60px;
    }

    .menu-block{
        width: 1170px;
        position: static;
        background-color: transparent;
    }

    .menu-block > a {
        bottom: auto;
        z-index: 999;
        right: 10px;
        padding-top: 35px;
    }
    .navbar-toggle{
        float: left;
        margin-left: 20px;
    }

    .ow-navigation{
        width: 380px;
        background-color: #fff;
    }

    .ow-navigation .navbar-header {
        padding-bottom: 39px;
    }

    .navbar-collapse {
        background-color: #fff;
        border-bottom: 1px solid transparent;
    }

    .navbar-header{
        width: 1170px;
        background-color: #fff;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
    .navbar-header{
        width: 970px;
    }

    .menu-block{
        width: 970px;
    }

    .menu-container{
        width: 970px;
    }
}

@media (max-width: 992px) {
    .section-header {
        margin-top: 20px;
    }

    .navbar-default .navbar-brand{
        height: 98px;
    }

    .ow-navigation .navbar-header {
        padding-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .small-logo img{
        width: 210px;
    }
}

    /* ## Footer */
.footer-middle {
    padding-left: 34px;
    padding-right: 34px;
}

.get-in-touch {
    padding: 0;
}

.get-in-touch .container {
    background-color: #414141;
    color: #fbfbfb;
    width: 100%;
    text-align: left;
}

.get-in-touch .container div {
    display: inline-block;
}

.get-in-touch a:hover{
    cursor: pointer;
}

.get-in-touch .contact-icon {
    width: 60px;
    border: none;
    float: left;
    text-align: center;
    padding: 15px 0;
}

.get-in-touch .contact-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border: 1px solid #fbfbfb;
    border-radius: 100%;
    font-size: 24px;
    margin: 5px;
}

.get-in-touch .fa-envelope{
    padding-left: 2px;
}

.get-in-touch .text{
    float: left;
    text-align: left;
    margin: 30px 0px 0px 20px;
}

.get-in-touch .single-line{
    float: left;
    text-align: left;
    margin: 40px 0px 0px 20px;
}


/* ## Index */
.service-section .nav-tabs li a i{
    max-height: 90px;
}

.service-section .nav-tabs > li.active > a i img:last-child,
.service-section .nav-tabs > li.active > a:focus i img:last-child,
.service-section .nav-tabs > li.active > a:hover i img:last-child,
.service-section .nav-tabs > li > a:focus i img:last-child,
.service-section .nav-tabs > li > a:hover i img:last-child,
.service-section .nav-tabs > li.active > a i img:first-child,
.service-section .nav-tabs > li.active > a:focus i img:first-child,
.service-section .nav-tabs > li.active > a:hover i img:first-child,
.service-section .nav-tabs > li > a:focus i img:first-child,
.service-section .nav-tabs > li > a:hover i img:first-child {
    top: -75px;
}

/* ## Media */

.clearfix{
    clear:both;
}

.mosaicflow__column {
    float: left;
}

.mosaicflow__item {
    margin: 5px 2px;
}

.mosaicflow__item img {
    display: block;
    width: 100%;
    height: auto;
}
#media .header-img {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#media a {
    cursor: pointer;
}


