#mobile-menu {
  z-index: 40;
  background-size: cover;
  background-color: black;
  width: 100%;
  height: 50px;
  top: 0;
  position: fixed;
  display: none;
}
#mobile-menu #mobile-icon {
  width: 40px;
  height: 40px;
  margin: 5px;
  float: left;
  background: url(https://www.lecbasvepomoci.cz/wp-content/themes/lecbasvepomoci/less/images/menu-mobile.png) bottom left no-repeat;
  background-size: 100% !important;
  cursor: pointer;
}
#mobile-menu #mobile-icon:hover {
  opacity: 0.9;
}
#mobile-menu-items {
  font-family: skolacek;
  width: 100%;
  padding: 0 20px 0 20px;
  position: absolute;
  top: 70px;
  z-index: -5;
}
#mobile-menu-items.visible {
  z-index: 32;
}
#mobile-menu-items a {
  color: white;
  font-size: 24px;
  display: block;
  width: 100%;
  height: 100%;
}
#mobile-menu-items ul {
  width: 100%;
}
#mobile-menu-items ul li {
  list-style-type: none;
  border-bottom: 2px solid white;
  width: 100%;
}
#mobile-menu-items #mobile-menu-primary {
  width: 50%;
  float: left;
  background: rgba(0,0,0,0.7);
}
#mobile-menu-items #mobile-menu-primary ul {
  padding: 20px;
}
#mobile-menu-items #mobile-menu-primary ul:before {
  background: url(https://www.lecbasvepomoci.cz/wp-content/themes/lecbasvepomoci/less/images/menu-list.png) bottom left no-repeat;
  background-size: 100% 100%;
  width: 110%;
  max-width: 300px;
  height: 30px;
  content: "";
  top: -35px;
  left: -35px;
  position: relative;
  z-index: 45;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 0;
  margin-left: 5px;
}
#mobile-menu-items #mobile-menu-primary ul li ul {
  display: none;
}
#mobile-menu-items #mobile-menu-primary ul li.current-menu-item {
  background: rgba(255,255,255,0.3);
  position: relative;
}
#mobile-menu-items #mobile-menu-primary ul li.current-menu-item:after {
  width: 20px;
  height: 20px;
  content: "►";
  bottom: -3px;
  position: absolute;
  right: -10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 105px;
  line-height: 0;
  margin-left: 5px;
  color: rgba(255,255,255,0.3);
  -webkit-transform: rotateY(75deg);
  transform: rotateY(75deg);
}
#mobile-menu-items #mobile-menu-secondary {
  width: 50%;
  padding-top: 0px;
  float: right;
  background: rgba(0,0,0,0.6);
  color: white;
}
#mobile-menu-items #mobile-menu-secondary h2 {
  margin: 13px 0 0 10px;
}
#mobile-menu-items #mobile-menu-secondary ul {
  width: 100%;
}
#mobile-menu-items #mobile-menu-secondary ul li {
  border-bottom: none;
}
#mobile-menu-items #mobile-menu-secondary ul li ul {
  display: none;
}
