/*!
 * 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;
  right: auto !important;
  min-width: 320px !important;
}
.yamm .yamm-content {
  padding: 20px 30px 14px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent !important;
	border-color: none !important;
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .yamm-content a:hover { text-decoration: underline !important }
}

@media only screen and (max-width: 768px) {
  .yamm .yamm-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}