/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}

@media (min-height: 585px) and (min-width: 1100px) and (max-height: 900px) {
  .yamm .dropdown-menu.scrollable {
    min-height: 500px !important;
    max-height: 80vh !important;
    overflow-y: scroll !important;
  }
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm-content.soccorso {
  padding: 5px 10px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm .menu-button {
  padding: 5px 0 5px 10px;

  color: #7b8a8b !important;
  cursor: pointer;
}

.menu-button.highlighted {
  background-color: #3498db !important;
  color: white !important;
}

.menu-button.highlighted:hover {
  background-color: #2077b2 !important;
}

.menu-button.soccorso {
  padding: 5px 5px 5px 5px;
}

.yamm .menu-button:hover {
  background-color: #2c3e50;
  color: white !important;
}

.yamm .menu-link {
  color: inherit !important;
  text-decoration: none;
}

.yamm .section-title {
  color: crimson;
  font-weight: bold;
  border-bottom: solid 2px crimson;
}

.yamm .sub-list-title {
  padding-left: 5px;
  font-weight: bold;
}

.yamm .sub-list {
  margin-left: 15px;
  padding-left: 5px;
  list-style: none;
  border-left: solid 1px lightgrey;
}
