/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .reeefu {
left: auto;
width: 100%;
left: 0px !important;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
padding: 20px 30px;
/* max-height: 315px; */
overflow-y: auto;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm .caret { display: none; }

.first_yamm_container {
padding: 0px;
}
.navbar.yamm {
padding-top: 0px;
}
.mega_title {
font-weight: bold;
}
.caps {
text-transform: uppercase;
font-size: 12px;
}
.yamm-mega_ul {
width: 20%;
margin: 0px;
}
.spacing {
border-right: 1px solid #e5e5e5;
}
.spacing_last {
border-right: 1px solid transparent;
}
.yamm-content ul li {
font-size: 12px;
margin-bottom: 15px;
line-height: 1.0em;
}



.yamm-content ul li p {
  color: #FF0000;
}
.yamm-content ul li a {
  color: #000;
  line-height: 1.6em;  
}













