/*!
 * 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;
    font-size: 15px;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 2px 10px 0px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.services a {
    display: block;
    padding-bottom: 3px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    width: 100%;
}

.navbar-toggle:before {
    content: "Menu";
    left: -50px;
    top: 5px;
    position: absolute;
    width: 50px;
    color: #687072;
    font-weight: Bold;
}

.navbar-toggle {
    background-color: #687072;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle {
    border-color: #687072;
    margin-top: 25px;
}

.navbar-default .navbar-toggle:focus {
    background-color: #006699;
}