/*name: Kontakti top*/
#head_bg {
  position: absolute;
  top: 70px;
  z-index: 100;
  width: 100%;
  max-width: 2000px;
  padding-bottom: 0;
  background-image: none !important;
}
#head {
  height: 80px;
  background-color: rgb(255,255,255);
}
#logo {
  top: 22px;
  left: 50px;
  width: 100px;
  height: 40px;
  z-index: 1;
}
#subtitle h1 {
  margin-top: 210px;
}
.sf-menu ul.submenu {
  padding-top: 30px;
}
#head_icons,
#searchbox {
  display: none;
}
#languages {
  top: 15px;
  left: 160px;
  font-size: 1em;
}
#phonemenu {
  top: 28px;
  right: 25px;
}
@media only screen and (max-width: 950px) {
  #phonemenu {
    display: block;
  }
  .sf-menu {
    display: none;
  }
  #languages {
    top: 35px;
  }
}
