/*!
 * 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;
    background-color: #000000;
    color: #ffffff;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    background: #e6e7e8;
    /*margin: 0 55px;*/
    text-shadow: none;
    padding-bottom: 20px;
    /*min-height: 210px;*/
    border: none;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.175) !important;
    /*padding: 0 !important;*/
    z-index: 100001;
}
.dropdown-menu.yamm-fw a {
    color: #000000;
}
