.footer {
    width: 100%;
    text-align: center;
    height: 45px;
    background-color:  #414040;
}
.footer-inner {
    color: #fff;
    width: 990px;
    padding-top: 2px;
    margin: 0 auto;
}
.footer-brand img {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
}
.footer-link a {
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-right: 11px;
    padding-left: 11px;
    background:url("../../images/footer-link-divider.png");
    background-position: center right;
    background-repeat:  no-repeat;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: lighter;
}
/**
.footer-links {
    float: right !important;
}
**/
.footer-link a:hover {color: #b4d339;}
.footer-links .footer-link:first-child a {
    background: none;
}
.footer-address   {
    float: right;
    text-align: right;
    width: 650px;
    font-size: 14px;
    color: #b4d339;
    font-weight: normal;
    font-style: normal;
    background-position: center right;
    background-repeat:  no-repeat;
    font-size: 13px;
    margin: 5px 11px 0px 0px;
    padding: 0px;
    font-family: 'Open Sans';
    font-weight: lighter;
}