#menu-top {
  height: 100px;
  background-color: #004b80;
  font-family: "Oswald", sans-serif;
  border: 0;
  margin: 0;
  /* Ugyintezo szurke hatter */
}
#menu-top .navbar-nav > li:nth-child(6) a {
  color: #1a171b;
  background-color: #d9dadb;
}
#menu-top > .container-fluid {
  max-width: 1230px;
  position: relative;
}
#menu-top .navbar-brand {
  padding: 0;
  position: absolute;
  z-index: 100;
}
#menu-top li {
  font-size: 20px;
  text-transform: uppercase;
}
#menu-top li a {
  padding: 10px;
  margin: 4px 0 0 16px;
  border-radius: 4px;
}
#menu-top li a:hover {
  color: #1a171b;
  background-color: white;
}
#menu-top li a {
  color: white;
}
#menu-top .search-wrap {
  position: relative;
}
#menu-top .search-btn {
  width: 40px;
  font-size: 16px;
  border-radius: 0;
  background-color: #0072b9;
  color: white;
  z-index: 100;
  hover-color: #1a171b;
}
#menu-top .search-input {
  z-index: 1000;
  width: 700px;
  height: 42px;
  position: absolute;
  right: 40px;
  bottom: 0px;
  border: 0;
  border-radius: 0;
  display: none;
}
#menu-top .access-btn {
  padding: 0;
}
#menu-top .lang {
  position: relative;
}
#menu-top .lang .lang-select {
  cursor: pointer;
  float: right;
  font-size: 17px;
  width: 120px;
  padding: 2px 8px;
  margin: 5px 0;
  border: 0;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#menu-top .lang .lang-icon {
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  padding: 0;
  right: 22px;
  top: 16px;
  font-size: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #menu-top li a {
    font-size: 18px;
    z-index: 200;
    background-color: #004b80;
    margin: 4px 0 0 8px !important;
  }
  #menu-top .search-input {
    width: 606px;
  }
}
@media (max-width: 767px) {
  #menu-top {
    height: inherit;
  }
  #menu-top .navbar-brand {
    width: 150px;
  }
  #menu-top .search-input {
    bottom: -54px;
    right: 8px;
    width: 96%;
    margin-bottom: 8px;
  }
  #menu-top .search-btn, #menu-top .access-btn {
    width: 60px;
    float: right;
  }
  #menu-top li a {
    margin: 4px 8px !important;
    padding: 8px 16px;
  }
  #menu-top .lang {
    z-index: 500;
    position: absolute;
    bottom: 8px;
  }
}
