.footer {
    background: #181818;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    height: auto;
    width: 100%;
}
/* Hides Tracking pixel that cause seperation in space */
.footer + img {
    height: 0;
    width: 0;
}
/*******************************************************************************
* Footer Content
*******************************************************************************/
.footer-content {
    background: url(../images/bg-footer-content.jpg) repeat-y center top #a7a9ac;
    padding: 30px 0 25px;
}
.footer-content {
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
}
.footer-content .footer-logo {
    display: block;
    float: left;
}
.footer-content .footer-logo img {
    display: block;
    width: 100%;
}
.footer-content ul {
    color: #000;
    float: right;
    margin: 0;
    padding: 36px 0 0 0;
    text-transform: uppercase;
}
.footer-content li {
    float: left;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 0 12px;
}
.footer-content li {
    -webkit-transition: all .28s ease-in .1s;
       -moz-transition: all .28s ease-in .1s;
        -ms-transition: all .28s ease-in .1s;
         -o-transition: all .28s ease-in .1s;
            transition: all .28s ease-in .1s;
}
.footer-content li:first-child {
    border-left: none;
}
.footer-content li:last-child {
    padding-right: 0;
}
.footer-content li a {
    color: #000;
    text-decoration: none;
}
.footer-content li a:active,
.footer-content li a:focus,
.footer-content li a:hover {
    color: #ffee2a;
    text-decoration: none;
}
.footer-content .button {
    position: relative;
    top: -18px;
}
/*******************************************************************************
* Bottom Footer
*******************************************************************************/
.footer-bottom {
    background: #181818;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 10px 0 8px;
    text-transform: uppercase;
}
.footer-bottom a {
    color: #808080;
}
.footer-bottom a:active,
.footer-bottom a:focus,
.footer-bottom a:hover {
    color: #fff;
}
.footer-bottom .copyright {
    color: #808080;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    width: 50%;
}
.footer-bottom .links {
    color: #808080;
    float: right;
    line-height: 1;
    text-align: right;
    width: 50%;
}
.footer-bottom .links a {
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-bottom .links a:active,
.footer-bottom .links a:focus,
.footer-bottom .links a:hover {
    text-decoration: underline;
}
