a {
    color: #c2c2c2;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #d5e9f8;
}

address {
    margin-left: 0;
    padding: 0;
}

/* ===========================
--- Footer
============================ */

footer {
    background-color: #374c72;
    margin-top: 20px;
}
.top-footer {
    padding: 19px 0;
}
.footer-content {
    padding: 20px 20px;
}
.footer-content a.footer-logo {
    color: #FF5454;
    font-size: 25px;
    text-decoration: none;
    font-weight: 300;
    // line-height: 52px;
}
.footer-content a.footer-logo strong {
    color: #d5e9f8;
}
.footer-content a.footer-logo img {
    padding-right: 12px;
}
.footer-content p, .footer-content address {
    color: #c2c2c2;
    font-size: 13px;
    line-height: 20px;
    margin: 11px 0 10px 3px;
}
.footer-content a.learn-more {
    color: #FF5454;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 3px;
}
.footer-content h3 {
    font-size: 14px;
    color: #B9B9B9;
    line-height: 46px;
    font-weight: 700;
    padding-left: 2px;
    margin-bottom: 12px;
}
.footer-tags ul {
    padding: 0;
    list-style: none;
}
.footer-tags ul li {
    display: inline-block;
    background-color: #A32323;
    margin-bottom: 4px;
    margin-left: 2px;
}
.footer-tags ul li a {
    color: #E9E3DA;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px 6px 13px;
    display: block;
}
.flicker-widget a {
    width: 80px;
    height: 80px;
    background-color: #DDD;
    display: inline-block;
    margin-right: 2px;
}
.bottom-footer {
    background-color: #eef1f7;
    padding: 0;
}
.bottom-footer p {
    color: #C0C0C0;
    font-size: 13px;
    padding: 10px 0;
}
.footer-nav {
    padding: 10px 0;
}
.bottom-footer ul {
    list-style: none;
}
.bottom-footer ul li {
    display: inline-block;
    margin-left: 3px;
}
.bottom-footer ul li a {
    font-size: 13px;
    color: #C0C0C0;
    text-decoration: none;
    padding-left: 30px;
}
.bottom-footer ul li:first-child a {
    padding-left: 0;
}
.bottom-footer ul li.active a {
    color: #C0C0C0;
    font-weight:bold;
}
.footer-content a.footer-logo img {
    display: inline-block;
}
