/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm{
	position: relative;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
    left: 0;
    right: 0;
}
.yamm .yamm-content {
  padding: 30px;
  min-width: 600px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm .yamm-content ul{
	margin-left: 0;
	margin-bottom: 20px;
}

.yamm .yamm-content ul > li {
	clear: left;
	color: #fff;
	/*text-transform: capitalize;*/
}

.custom-height{
    min-height: 150px;
}
