/* ------------------------ MEDIA -------------------   */

@media only screen and (max-width : 2000px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
    header .products .promo {
        display: none;
    }
}

@media only screen and (max-width : 930px) {
    header .menu-items li{
        display: none;
    }

    header .menu-items li.header-init-menu {
        display: block;
    }
}

@media only screen and (max-width : 768px) {
    .container {
        padding: 0 10px;
    }

    footer .footer-right {
        display: none;
    }

    .about-top { flex-wrap: wrap };
    zzz.tabs {padding:2px 5px 0;}
    zzz.tabs .ui-tabs-anchor {padding: 15px 10px;}
}

/* mobile */
@media only screen and (max-width: 600px)  {


}
