/***********************
********* Footer ******
************************/
#bottom {
    background: url("../images/footer.jpg") no-repeat;
    background-size: cover;
    font-size: 14px;
    padding-bottom: 60px;
}
.widget {
    margin-bottom: 60px;
    padding-left: 0;
}
.brNav{
    float: left;
    width: 75px;
    margin-left: 38px;
}
.bLeft{
    margin-top: -35px;
}
.row .bRight{
    padding-left: 42px;
}
.bRight .navLast{
    width: 270px;
}

.bRight .navLast .widget ul li .wImg{
    width: 100%;
}
#bottom h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size:18px;
    color: #bbbbbb;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 5px 0;
    text-align: center;
}
#bottom .bRight .navLast .widget ul li{
    text-align: left;
}
#bottom ul li a {
    color: #bbbbbb;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
}
#bottom .widget {
    margin-bottom: 0;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #bbbbbb;
    background: #515457;
}

#footer a {
    color: #bbbbbb;
}