/*!
 * 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 .yamm-content {
  padding: 50px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.navbar-default .navbar-brand {
    color: #000;
    font-weight: bold;
	letter-spacing:2px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

/* .dropdown-menu {min-width: 470px !important; min-height:330px  !important; font-size: 16px;
    line-height: 24px;}	
 */
 
 .height{z-index:999999999;}