@media screen and (max-width: 960px){
    body{
        font-size: 80%!important;
    }
    #Menu ul li.tpl-list-item1 a.tplvar-listitem-url-href {
        font-size: 70%;
    }
    #Menu ul li.tpl-list-item1.child-1 {
        width: 14%;
    }
    #Menu ul li.tpl-list-item1.child-6 {
        width: 13%;
    }
}
@media screen and (max-width: 860px){
    body{
        font-size: 78%!important;
    }
}
@media screen and (max-width: 800px){
    body{
        font-size: 70%!important;
    }
}
@media screen and (max-width: 750px){
    body{
        font-size: 65%!important;
    }
}
@media screen and (max-width: 700px){
    body{
        font-size: 58%!important;
    }
}
@media screen and (max-width: 600px){
    body{
        font-size: 48%!important;
    }
}
@media screen and (max-width: 550px){
    body{
        font-size: 40%!important;
    }
}
@media screen and (max-width: 450px){
    body{
        font-size: 30%!important;
    }
}
@media screen and (max-width: 350px){
    body{
        font-size: 20%!important;
    }
}