/*name: Kontakti top*/
#head_bg {
	position: absolute;
	top: 50px;
  z-index: 100;
	width: 100%;
	padding-bottom: 0;
  background-image: none !important;
}
#head {
	height: 80px;
  background-color: rgb(255,255,255);
}
#logo {
	top: 13px;
  left: 20px;
	width: 120px;
  height: 55px;
  z-index: 1;
}
#subtitle h1 {
  margin-top: 210px;
}
.sf-menu {
  bottom: 28px;
}
.sf-menu li.link:first-child a {
	border-right: none;
	padding-right: 45px;
}
.sf-menu ul.submenu {
	padding-top: 22px;
}
#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;
  left: 120px;
}
}
