/*!
 * 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;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  background-color: #ffffff !important;
}
.dropdown-menu .row{
  background-color: #ffffff !important;
}
.yamm-content .h1{
  color: #000000 ;
}
.yamm-content li{
  list-style:none;
}
.yamm-content li .second-level{
  font-weight: bold;
}
.yamm-content li a{
  color: #000000 !important;
  text-decoration: none;
}