footer > div {
    text-align: center;
    background-image: url(../img/footer_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}

footer a.phone {
    display: block;
    margin: 0 auto ;
    max-width: 280px;
    text-align: center;
    text-decoration: none;
}

footer a.phone strong {
    font-size: 42px;
    line-height: 46px;
    color: #616161;
    font-style: italic;
    font-weight: bold;
    display: block;
    padding-top: 10px;
}

footer a.phone em {
    background-color: #616161;
    color: #FFF;
    display: inline-block;
    padding: 3px 10px;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 13px;
    line-height: 16px;
}

footer a.phone span {
    color: #616161;
    display: block;
    font-size: 11px;
}

footer nav a {
    display: inline-block;
    color: #008adb;
    padding: 10px;
    text-decoration: none;
}

footer nav a:hover { color: #0b4887; }

footer .copyright {
    font-size: 12px;
    border-top: 1px solid #CCC;
    color: #999;
    line-height: 24px;
}

@media (max-width: 1440px) {
    footer > div { margin: 10px 0 0 0; }
}

@media (min-width: 1441px) {
    footer > div { margin: 10px 10px 0 10px; }
}