#mobileMenuLogo {
    background-image: none;   
}



@media(min-width: 768px){
    #banner{
        background: url(header-gads-new_768.gif);
        background-repeat: no-repeat;
        height: 190px;
        background-color: #0055CC;
    }
}
@media(min-width: 768px) and (max-width: 992px){
    #banner{
        background: url(header-gads-new_768.gif);
        background-repeat: no-repeat;
        height: 190px;
        background-color: #0055CC;
    }
     #c2g-navbar {
       top: 75px;
    }
}
@media(min-width: 992px) and (max-width: 1200px){
    #banner{
        background: url(header-gads-new_992.gif);
        background-repeat: no-repeat;
        height: 190px;
        background-color: #0055CC;
    }
     #c2g-navbar {
       top: 150px;
    }
}
@media(min-width: 1200px){
    #banner{
        background: url(header-gads-new_1200.gif) no-repeat;
        height: 160px;
        background-color: #0055CC;
    }
}