

.hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    margin-right: 0.3em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 1em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
ul li a {
    border-top: none;
    border-bottom: none;
}
ul.nav-tabs  li a { display: block;  
 border-top: 1px solid rgba(0,0,0,0.2); 
 border-bottom: 2px solid rgba(255,255,255,0.2); 
 color: #444; text-shadow: 1px 1px 1px white; font-weight: bold; }
