footer.footer .links a[class^="icon-text"].news:hover {
    color: #ff8481;
}

footer.footer .links a[class^="icon-text"].market:hover {
    color: #ffc80a;
}

footer.footer .links a[class^="icon-text"].bets:hover {
    color: #9acf1c;
}

footer.footer .links a[class^="icon-text"].icon-text-vk:hover:before {
    background-position: -229px 0px;
}

footer .links a[class^="icon-text"].icon-text-fb:before {
    top: -6px;
    width: 26px;
    height: 26px;
    margin-right: 7px;
    background: url(../images/icons_common.png) -201px -40px;
}
footer .links a[class^="icon-text"].icon-text-fb:hover:before {
    background: url(../images/icons_common.png) -229px -40px;
}

footer.footer .links a[class^="icon-text"].icon-text-vk:before {
    top: -6px;
    width: 26px;
    height: 26px;
    background-position: -201px 0;
    margin-right: 7px;
}

footer.footer {
    position: relative;
    z-index: 2;
    background-color: #2a2a2a;
}

footer.footer .links {
    padding: 30px 0 30px 30px;
    background: transparent url(../images/common/back_footer_links.png) repeat 0px 0;
}

footer.footer .copyright {
    color: #fff;
    padding: 10px 30px;
    min-height: 58px;
}

footer.footer .links>span>a:hover, footer.footer .links>span>a:visited:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

footer.footer .links>span>a, footer.footer .links>span>a:visited {
    font-family: "Segoe UI",Tahoma,Arial,sans-serif;
    display: block;
    padding: 7px 0 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

footer.footer .links b {
    font-family: 'Roboto Condensed','Segoe UI',Tahoma,Arial,sans-serif;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
}

footer.footer .copyright .right {
    font-family: 'Roboto Condensed','Segoe UI',Tahoma,Arial,sans-serif;
    float: right;
    width: 200px;
    display: inline-block;
    text-align: right;
    padding-top: 10px;
}