@import "//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css";
.social-icons {
    color: #FFFFFF;
    text-align: left;
    padding-top: 5px;
    position: relative;
    margin: 1px 10px;
}
.social-icons a,
.social-icons a:visited {
    font-size: 18px;
    text-align: center;
    padding: 0 5px;
    color: #FFFFFF;
    margin-bottom: 5px;
    display: inline-block;
    margin: 3px 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: all .2s;
    background: #efefef;
}

.social-icons a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;

}

.social-icons a.rss:hover {
    background: #FF6600;
}

.social-icons a.facebook:hover {
    background: #3B5998;
}

.social-icons a.twitter:hover {
    background: #00abe3;
}

.social-icons a.google:hover {
    background: #2d2d2d;
}

.social-icons a.linkedin:hover {
    background: #01669c;
}

.social-icons a.pinterest:hover {
    background: #cb2027;
}

.social-icons a.youtube:hover {
    background: #af2b26;
}

.social-icons a.tumblr:hover {
    background: #596e8a;
}

.social-icons a.instagram:hover {
    background: #c32aa3;
}

.social-icons a.switchboard:hover {
    background: #1B2D4B;
}

.social-icons .switchboard-icon {
    padding: 3px;
    margin-top: 2px;
}