/* ===========================================================
    Footer
 * =========================================================== */

.footer-container {
    left: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 0 none;
    background-color: #e6eaed;
    color: #1c1c1a;
    overflow: hidden;
}
.footer-inner {
    display: inline-block;
}

/* Static blocks */
.footer__contact {
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
}
.footer__contact ul {
    float: left;
    text-align: left;
    margin-left: 22px;
}
.footer__contact ul:nth-child(3) {
    margin-left: 40px;
}
.footer__contact ul a {
    text-decoration: none;
    color: #1c1c1a;
}
.footer__contact ul a:hover {
    color: #ff9900;
}
.footer__contact h2 {
    background: url('../images/icon_arrow_footer.png') 0 6px no-repeat;
    padding-left: 27px;
    font-size: 18px;
}
.social__gmaps {
    background: url('../images/icon_social_gmaps.png') 0 2px no-repeat;
    height: 33px;
    line-height: 33px;
    padding-left: 40px;
    display: block;
}
.social__twitter {
    background: url('../images/icon_social_twitter.png') 0 2px no-repeat;
    height: 33px;
    line-height: 33px;
    padding-left: 40px;
    display: block;
}
.social__linkedin {
    background: url('../images/icon_social_linkedin.png') 0 2px no-repeat;
    height: 33px;
    line-height: 33px;
    padding-left: 40px;
    display: block;
}
.footer__copyright {
    background-color: #a8b2bb;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 100%;
    font-size: 13px;
}
.footer__copyright ul {
    float: left;
    text-align: left;
    color: #fff;
}
.footer__copyright ul li {
    padding: 0 10px;
    display: inline-block;
    float: left;
}
.footer__copyright ul a {
    text-decoration: none;
    color: #fff;
}
.footer__copyright ul a:hover {
    color: #000;
}