.socialicons {
    position: absolute;
    width: 180px;
    top: 120px;
    clear: both;
    text-align: left;
    right: 20px;
}

@media screen and (max-width: 650px) {
    .socialicons {
        top: 360px;
    }
}

.socialicons .btn {
    border-width: 0;
    width: 180px;
    text-align: left;
}

.socialicons .btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.socialicons .btn-twitter {
    background-color: #1da1f2;
    color: #fff;
}

.socialicons .btn-google
{
    background-color: #d73d32;
    color: #fff;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.socialicons .fa {
    margin-right: 10px;
    font: normal normal normal 18px/1 FontAwesome !important;
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-google-square:before {
    content: "\f0d4"
}

.fa-google:before {
    content: "\f0d5"
}

.socialicons .btn-generic
{
    background-color: #3c8dbc;
    color: #fff;
}