footer .row ul.follow {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
}
footer .row ul.follow li {
    display: inline-block;
    height: 28px;
    padding: 0 1px;
    vertical-align: middle;
}
footer .row ul.follow li:first-child {
    padding-right: 5px;
    padding-top: 3px;
}
footer .row ul.follow li a {
    background-size: 28px 28px !important;
    display: block;
    height: 28px;
    width: 28px;
}
footer .row ul.follow li a.ico-1 {
    background: url("../images/ico_social/youtube_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-1:hover {
    background: url("../images/ico_social/youtube_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-2 {
    background: url("../images/ico_social/google_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-2:hover {
    background: url("../images/ico_social/google_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-3 {
    background: url("../images/ico_social/facebook_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-3:hover {
    background: url("../images/ico_social/facebook_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-4 {
    background: url("../images/ico_social/twitter_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-4:hover {
    background: url("../images/ico_social/twitter_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-5 {
    background: url("../images/ico_social/linkedin_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-5:hover {
    background: url("../images/ico_social/linkedin_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-6 {
    background: url("../images/ico_social/rss_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer .row ul.follow li a.ico-6:hover {
    background: url("../images/ico_social/rss_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
