footer {
    font-family:'Roboto Condensed', sans-serif;
    color: #fff;
    width: 100%;
    height: 180px;
    background-color: #1b1d33;
}
footer .copy {
    font-size: 1.2em;
}
footer .copy span, footer .logo {
    display: block;
}
footer .logo {
    height: 80px;
}
footer ul {
    width: 460px;
    font-size: 1.8em;
}
footer li {
    width: 140px;
    margin-bottom: 15px;
}
footer li:last-child {
    margin-left: 320px;
}
footer a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
footer a:hover {
    color: #69bae7;
}
footer .addresses{
	font-size: 1.8em;
}
footer .addresses div{
    margin-bottom: 15px;
}