@media (min-width: 1201px) and (max-width: 1400px) {


}

@media screen and (max-width: 1200px) {
    .products-ul > a.product-ul-li { width: 32.5%; }
}

@media screen and (max-width: 992px) {
    .products-ul > a.product-ul-li { width: 45%; }
    .nm_post {width: auto;}
    #objednavky-btn {display: inline-block !important;}
    #registracia-btn {display: inline-block !important;}
}

@media screen and (max-width: 768px) {
    .products-ul > a.product-ul-li { width: 45%; }
    #navigation { width:unset; }
    #page-content { width:100vw;display:block; }
    #navigation nav {width:100%;}
    #navigation { width:unset;display:none }
    .product-text { margin-top: 15px; }
    .gm_container iframe.desktop { display:none; }
    .gm_container iframe.mobile { display:block; }
    .nm_post {width: 48%;}
}

@media screen and (max-width: 480px) {
    .header-logo h1 { display:none; }
    /*.products-ul {flex-direction: column;}*/
    .products-ul > a.product-ul-li { width: 100%; }
    #navigation { width:unset;display:none }
    #page-content { width:100vw;display:block; }
    #page-content .nav-pills ul {}
    #page-content .nav-pills a {width:46%;font-size: 1.0rem;}
    #navigation nav {width:100%;}
    .nm_post {width: 100% !important;}
}
