body .na-dotaz a.btn:hover {
  text-decoration: none !important;
  background: var(--color-primary-hover);
}
.dotaz-av {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 300;
  color: #888888;
}
@media only screen and (min-width: 768px) {
  #header .search-form .search-toggle {
    display: none;
  }
  #header .search-form fieldset {
    display: block;
  }
  #header .search-form fieldset input {
    opacity: 1;
    height: 40px;
    width: 300px;
    font-size: 1.1em;
    padding-right: 80px;
  }
  #header .search-form fieldset button {
    position: absolute;
    right: 0;
    opacity: 1;
    height: 39px;
    width: 75px;
    font-size: 1em;
  }
  #header .search-form fieldset .search-whisperer.active {
    display: block;
    top: 40px;
    max-height: 400px;
    overflow: auto;
  }
  #header .search-form fieldset .search-whisperer > div,
  #header .search-form fieldset .search-whisperer > ul {
    padding: 0 !important;
  }
  #navigation {
    width: calc(100% - 830px);
  }
  .menu-helper {
    right: 535px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search-form fieldset input {
    width: 240px;
    padding: 0 15px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #navigation {
    width: calc(100% - 645px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .menu-helper {
    right: 410px!important;
  }
}
@media only screen and (max-width: 768px) {
  .search-whisperer.active {
    display: block;
    max-height: calc(100vh - 145px);
    overflow: auto;
  }
  .search-whisperer > div,
  .search-whisperer > ul {
    padding: 0 !important;
  }
}
