@media (min-width: 1200px) {

  /* Lateste zona header-ului */
  #header .header-top > .container {
    max-width: 1500px !important;
    width: 1500px !important;
  }

  /* Micsoreaza putin textul meniului */
  #header .top-menu a {
    font-size: 13px !important;
  }

  /* Reduce spatiul dintre categorii */
  #header .top-menu > li {
    margin-right: 12px !important;
  }

  /* Permite meniului sa ocupe mai mult spatiu */
  #header .header-top .menu {
    width: auto !important;
  }

  #header .header-top .position-static {
    width: auto !important;
  }

  /* Apropie meniul de logo */
  #desktop_logo {
    margin-right: -80px !important;
  }

}