


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1600px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 992px) {

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

    #icons {
        margin: 0px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    #icons .icon{
        width:25%;

    }
    #icons .icon img {
        max-width: 100%;
    }

    #bottom .leading {
        font-size: 24px;
    }
    #bottom .logo img {
        width: 200px;
    }
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #top-menu nav {
        width: 100%;
    }
    #catalogue .icon .image-wrap {
        width: 80px !important;
        line-height: 80px !important;
        border-radius: 40px !important;      
    }
    #catalogue .icon img {
        max-height: 70px !important;
    }
    #banner img.banner{ 
/*        margin-top: 0px;
        margin-left: -35%;
        margin-right: -35%;
        width: 170% !important;
        overflow: hidden;*/
    }
    #banner > .container {
        padding: 0;
    }

}







