

/*--------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------*/
@media only screen and (max-width: 960px) {

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
}



@media only screen and (min-width: 768px) and (max-width: 959px) {
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 479px) {
    .logo img {
        /*max-width: 290px !important;*/ 
        max-width: 80% !important; 
        max-height: 106px!important;
        /*max-width: 100px !important;*/ 
        /*max-height: 56px!important;*/
        margin: 29px 0;
    }
    .logo {
        display: block;
    }
    #welcome{
        min-height: 228px;
    }


    .office-img, perview-images-wrapper, .smallcollage  {
        display: none;
    }
    .mt-negative .row {
        margin-top: -20px; 
    }
    .main-section{
        padding-top: 50px;
    }
    .about-us-box img {
        min-height: auto;
    }

    /*    
    
        .office-img img {
            margin-left:0px !important; ;
            margin-right:0px !important; ;
        }*/

    /*.main-nav-bar{
           max-width: 20px !important; 
            max-height: 56px!important;
        }*/

}
@media only screen and (min-width: 1200px) {
}

