.social-bar
{
    position: absolute;
    top: 50px;
    right: 0;
    /*border: 1px #47B3DD solid;*/
    background: transparent;
    border-radius: 4px;
    padding: 4px;
}
.social-button
{
    margin-top: 5px;
}
.social-button i
{
    padding: 7px;
    border-radius: 4px;
    color: #fff;
    width: 31px;
    text-align: center;
}
.fa-facebook
{
    background-color: #39579A;
}
.fa-google-plus
{
    background-color: #E14929;
}