/*!
 * 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;
  text-transform:uppercase;
  font-size:11px;
  font-family: 'Open Sans', sans-serif;
}
    .yamm .dropdown a {
        color:#777 !important;
        text-decoration:none !important;
    }

    .yamm .dropdown a:hover {
        color:black !important;
        text-decoration: none !important;
    }

.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 10px 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu  {
  left: auto;
  right: auto;
}

.yamm .dropdown.yamm-fw .dropdown-menu.full-grid  {
  left: 0;
  right: 0;
}

.search-box{
    position: static;
    margin-top:5px;
    margin-bottom:5px;
    max-width:200px;
    margin-left:auto;
    margin-right:auto;
}

.search-box input{
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    height:28px;
}


