body {
    margin-bottom: 0;
}

ul.navbar-nav li a {
    display: block;
    text-decoration: none;
    color: #333;
}

ul.navbar-nav>li {
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
}

ul.navbar-nav>li ul {
    display: none;
    position: absolute;
    left: -1px;
    /*width: 150px;*/
    margin-top: 10px;
}


/* For Footer Style*/

.contactStyle {
    font-size: 22px!important;
    font-weight: bold;
    margin-left: -5px;
    margin-top: 1px
}

br {
    display: block;
    /* makes it have a width */
    content: "";
    /* clears default height */
    margin-top: 0;
}

hr.style8 {
    opacity: 0.4;
    content: '';
    display: block;
    border-top: 1px solid #A67C00;
    border-bottom: 1px solid #fff;
}

.social_icon {
    background-color: #C8A973;
    padding: 15px;
    padding-top: 22px;
    margin-top: -5px
}

footer {
    color: #E9EAEB;
    bottom: 0;
    height: 2em;
    left: 0;
    position: relative;
    width: 100%;
}

@media (max-width: @screen-xs) {
    .footer {
        font-size: 50px;
    }
}

.uppercopyrightText_mb {
    text-align: center;
    margin-left: -5px;
    font-size: 10px;
    margin-top: 25px !important;
}

.undercopyrightText_mb {
    margin-top: -43px;
    text-align: center;
    font-size: 10px;
    margin-bottom: -20px
}

.socialTitle_mb {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #386B90
}

.socialContainer_mb {
    margin-top: 30px!important;
    text-align: center;
}

.phoneAddress_mb {
    line-height: 180%;
    font-size: 15px;
    text-align: left;
}

.address_mb {
    line-height: 180%;
    font-size: 15px
}

.phoneAddress_lg {
    line-height: 180%;
    font-size: 14.5px;
    text-align: left;
}

.address_lg {
    line-height: 180%;
    font-size: 14.5px
}

.address_container_mb {
    background-color: #E9EAEB;
}

.undercopyrightText_lp {
    font-size: 13.5px !important;
    text-align: center !important;
}

.footer-link {
    color: #386B90 !important
}

a.footer-link:hover {
    text-decoration-line: none;
}


/*End footer Style*/