/* UTYRSE OVERRIDES v1 */

/* =========================================================
   HEADER BACKGROUND OVERRIDES
   ========================================================= */

header .header-bottom nav.navigation,
header .header-bottom nav.navigation.visible,
header .header-bottom .navigation,
header .header-bottom .navigation.visible,
header .header-bottom .navigation-in,
header .header-bottom .container.navigation-wrapper{
  background:none !important;
  background-color:transparent !important;
  box-shadow:none !important;
}

/* =========================================================
   MENU "VÍCE" – finální desktop fix
   ========================================================= */

@media (min-width: 981px){
  header .header-bottom .navigation-wrapper .menu-helper.visible{
    transform:translateY(-13px) !important;
  }
}