.social-links li a {
    background: #ad0000 none repeat scroll 0 0;
    border: 1px solid #ad0000;
    color: #fff;
}
.social-links li a:hover {
    background-color: transparent;
    border-color: #295e97;
    color: #295e97;
}
.social-links .dropdown.open > button > i::before {
    color: #ad0000;
    content: "";
}
.social-links {
    font-size: 0;
    list-style: outside none none;
    margin: 40px 0 20px;
    padding: 0;
}
.social-links li {
    display: inline-block;
    margin: 0 2px 2px 0;
}
.social-links li a {
    background: #ad0000 none repeat scroll 0 0;
    border: 1px solid #ad0000;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 45px;
    text-align: center;
    width: 45px;
}
.social-links.large li a {
    font-size: 24px;
    height: 60px;
    width: 60px;
}
.social-links.light li a {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #f3f3f3;
    color: inherit;
}
.social-links.dark li a {
    background: #454545 none repeat scroll 0 0;
    border: 1px solid #333333;
    color: #acacac;
}
.social-links.radius-5px li a {
    border-radius: 5px;
}
.social-links.circle li a {
    border-radius: 100%;
}
.social-links li a:hover {
    background-color: transparent;
    border-color: #ad0000;
    color: #ad0000;
}
.social-links.dark li a:hover {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #acacac;
    color: inherit;
}
.social-links.light li a:hover {
    border: 1px solid #d2d2d2;
    color: #333333;
}
.social-links li a i {
    line-height: 44px;
}
.social-links.large li a i {
    line-height: 60px;
}
