@media only screen and (min-width: 1200px){
    
}

@media (max-width: 1199px){
    
    .showlg{display:none}

   

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {



}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

     
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

       
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
    #truck{margin-top: -71px}
    .btn-icon{font-size: 40px;}

    .btn-demo{
        font-size: 12px;
    }

    .mobile-logo-default{
        width: 70%;
    }

    .is-stuck .navbar-brand .logo-sticky{
        width: 70%;
    }

    .demo-gomb-pozicio{
        text-align: left;
    }

  
    .demo-gomb-pozicio{
        text-align: left;
    }
}


