footer {
    text-align: center;
    background-image: url(../img/footer_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFF;
}

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 {
    color: #CCC;
}

footer nav a {
    display: inline-block;
    color: #008adb;
    padding: 10px 20px;
    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 all and (max-width: 600px) {
    footer nav a { padding: 20px 10px; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

}