.menu-bottom-title{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.menu-bottom-title:hover {
    color: #fff !important;
}
.contact img {
    margin-right: 11px;
    
}
.bottom .col-md-4 .contact p {
    color: #fff;
    margin-bottom: 20px;
}
.contact p:nth-child(2) {
    margin-left: 28px;
}
.menu-bottom{
    list-style-type: none;
    padding: 0;
}
.menu-bottom li {
    padding: 10px 0;
}
.menu-bottom li ::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 10px;
    color: #fff;
}
.menu-bottom li a {
    background: url('../images/icon-menu-bottom.png') no-repeat scroll left center;
    color: #fff;
    font-size: 14px;
    /* padding: 0 0 0 13px; */
}
.menu-bottom li ul {
    display: none;
}
.right-menu .top{
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}