.header.has-wide-menu {
	height: 190px;
}

.header.has-wide-menu .menu-wrapper {
	bottom: 20px;
}

.header.has-wide-menu .back-link {
	bottom: 105px;
}

.header.has-wide-menu .top-menu {
	bottom: 100px;
}

.menu-center {
	width: 650px;
}

.menu-center.has-more-anchor {
	width: 710px;
}

.header-logo {
	width: 300px;
}

.has-wide-menu .header-logo {
	width: 240px;
}

.menu-center a {
	padding-left: 17px;
	padding-right: 17px;
}

.invisible {
	visibility: hidden;
}

.sjizdnost {
	display: flex;
	align-items: center;
}

.sjizdnost span {
	line-height: initial;
}

.mapa-povodi>a {
	transition: all 0.2s ease;
}

.mapa-povodi>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1d7db7;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mapa-povodi>a:hover {
	font-size: 105%; 
	text-decoration: none;
}

.mapa-povodi>a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mapa_logo_ohre {
    transform: perspective(1px)
}
