/*!
 * 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: 17px;
    margin-top: 0px;
}

.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 .icon-bar:hover {
    background-color: #235698;
}

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

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

.yamm ul li {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    list-style-type: none;
    margin-top: 20px;
}

.appointment .btn {
    padding: 10px 15px 10px 15px;
    margin: 0px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 4px;
    margin-bottom: 0px;
    background: #003399;
    width: 98%;
}