footer {
    width: 100%;
    display: table;
    background-color: #1c5f89;
    margin: 0;
    padding-top: 60px;
}

footer, footer a {
    color: #fff;
}

footer .footer_region h2 {
    font-size: 22px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 2px solid #298ac8;
}

footer .footer_region ul {
    list-style: none;
    padding: 0;
}

footer .footer_region ul li {
    width: 100%;
    font-size: 14px;
    line-height: 2;
}

footer .footer_region ul li a {
    color: #fff;
    padding: 0;
}

footer .footer_region ul li a:hover {
    color: #d96422;
    background: none;
}

footer .bottom-footer {
    margin-top: 40px;
}

.region-footer-both {
    width: 100%;
    display: table;
    text-align: center;
    height: 80px;
    padding: 30px;
    background-color: #008dc9;
    color: #fff;
    font-size: 14px;
}

#block-followus li a {
    padding-top:10px;
    padding-left:60px;
    padding-bottom:10px;
}

#block-followus li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
}

ul li a.menu--icon-twitter::before {
    background-image: url(../images/twitter_icon_m.jpg);
}

ul li a.menu--icon-facebook::before {
    background-image: url(../images/facebook_icon_m.jpg);
}

ul li a.menu--icon-youtube::before {
    background-image: url(../images/youtube_icon_m.jpg);
}

#block-followus li a.menu--icon-feed::before {
    background-image: url(../images/rss_icon_m.jpg);
}

footer h2 {
    color: #fff;
}

.nav > li {
    position: relative;
    display: block;
}


