﻿.logo {
    width: 482px;
    height: 80px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.7);
    margin-left: -1px;
}

.footer, .push {
    width: 100%;
    height: 70px;
    padding-top: 20px;
    background-color: #FF4F0E !important;
    font-size: 11px;
    text-align: center;
    color: #fff;
}