html,
body {
  min-width: 320px;
}
@media screen and (max-width: 640px) {
  
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block;
  }
  
  .fixedbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('/images/mobile/blackbg.png') 0 0 repeat;
    z-index: 9999;
    display: none;
  }  
  
  .navbar {
    z-index: 99999 !important;
  }
  
  .navbar-fixed-top {
    position: absolute !important;
  }  
  
  .dropdown-menu {
    z-index: 99999;
  }
  
  .navbar #menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: transparent;
    z-index: 99999;
    _padding-top: 109px;
    padding-top: 90px;
    display: none;
    top: -500px;
    overflow: hidden;
    background: url('/images/mobile/blackbg.png') 0 0 repeat;
  }    
  .navbar #menu ul {
    float: none !important;
    height: auto;
    z-index: 99999;
  }
  .navbar #menu ul li {
    float: none;
    display: block;
    width: 100%;
  }
  .navbar #menu ul li a {
    display: block;
    height: auto;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    _padding: 35px 40px 35px 20px;
    padding: 15px 40px 15px 20px;
    margin: 0;
    border-bottom: 1px solid #685f57;
    background: #333 !important;
    position: relative;
  }
  .navbar #menu ul li a .caret {
    display: none;
  }
  .navbar #menu a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    background: url('/images/mobile/arrow-right.png') center center no-repeat;
    width: 23px;
    height: 34px;
    margin-top: -20px;
  }
  .navbar #menu ul li ul {
    display: none;
    position: static;
    width: 100%; 
    padding: 0px  !important;   
  }
  .navbar #menu ul li ul li a {
    background-image: none !important;
    background-color: #fff !important;
    color: #333 !important;
    border-bottom: 1px #333 solid !important;    
  }
  .navbar #menu ul li ul li a:after {
    background-image: none !important;  
  }
  
  .navbar #menu .mobile-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    _height: 109px;
    height: 90px;
    background-color: #000;
  }
  .navbar #menu .mobile-top a {
    display: block;
    font-size: 30px;
    line-height: 49px;
    text-decoration: underline;
    padding: 0 20px;
    float: left;
    color: #fff;
    margin: 20px 0;
  }  
  .navbar #menu .mobile-top a.close-menu {
    border: 0;
    width: 49px;
    height: 49px;
    background: url('/topvision/images/mobile/close.png') 0 0 no-repeat;
    padding: 0;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
  }
  .navbar #menu .mobile-top a:after {
    background: none;
  }    

  .search_box {
    margin: 0px 0px 20px 5px;
    padding: 12px 15px; 
    background: #f2f2f2;
    color: #333;
    border: 2px solid #333;
    box-shadow: 0 0 0px #e8e8e8; /* ex */
    font-size: 14px;
    line-height: 26px;
  }
  
  .naseptavac {
    left: -30px;  
  }

}