/* media_queries - first edit @jeko 07/10/2014 */


@media screen and (min-width: 400px) and (max-width: 1024px) {

    /* intestazione prodotti sinottica */
    .table_product_title h3{
        font-size:35px!important;
        line-height:40px!important;
    }

    /* testo nella sinottica */
    #synoptic .odd td, #synoptic2 .odd td,
    #synoptic .even td, #synoptic2 .even td{
        font-size:14px!important;
        line-height:20px!important;
    }

    /* menu di navigazione */
    .tabs li a{
        font-size:15px!important;
        line-height:20px!important;
    }

    /* voce di menu attiva */
    .tabs li a.active{
        font-size:20px!important;
    }

    /* nome prodotto sinottica */
    #synoptic a, #synoptic a:visited,
    #synoptic2 a, #synoptic2 a:visited {
        font-size:27px!important;
    }

    /* dimensione thumb sinottica */
    .product_detail img{
        max-width: 140px!important;
    }

    /* dimensione loghi nella top bar - tutti  */
    .single_logo,
    .single_logo img {
        height:30px!important;
        width:30px!important!;
    }




    /* dimensione loghi nella top bar - elemento 3 */
    .single_logo:nth-child(3),
    .single_logo:nth-child(3) img {
        width:100px!important;

    }

    /* top bar */
    #top_bar{
        height: 170px!important;
    }
}
