IMG{
    max-width:100%;
}

/* iPhone 2G, 3G, 4, 4S:*/
@media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px) {

    html{
        /*-webkit-text-size-adjust: none;*/ /* disables resize text on IPhone */
    }
    #header div.top_menu ul li a {
        font-size: 70%!important;
    }
    #header .address{
        font-size: 50%!important;
    }
}


/* iPhone 5 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px) {
    #header div.top_menu ul li a {
        font-size: 70%!important;
    }
}

/* -- IPAD -- */
@media only screen
    and (min-device-width:800px)
    and (max-device-width: 600px)
{
    #header div.top_menu ul li a {
        font-size: 70%!important;
    }
}

/* -- Desktop -- */
@media screen
and (min-device-width: 980px) {
    #header div.top_menu ul li a {
        font-size: 130%!important;
    }
}
