.ngparashare {
        text-align: left;
}

.ngparashare a {
        display: inline-block;
        width: 38px;
        height: 38px;
        margin-left: 10px;
        transition: background-color 0.2s;
}

.ngparashare a.ngparasharefb {
        background: #3B5998 url(../img/fb.svg) center center no-repeat;
}

.ngparashare a.ngparasharefb:hover {
        background-color: #5E7FC1;
}

.ngparashare a.ngparasharetwitter {
        background: #55ACEE url(../img/bird.svg) center center no-repeat;
}

.ngparashare a.ngparasharetwitter:hover {
        background-color: #9ACDF4;
}

.ngparashare a.ngparasharegplus {
        background: #D34836 url(../img/g.svg) center center no-repeat;
}

.ngparashare a.ngparasharein {
        background: #007BB5 url(../img/in.svg) center center no-repeat;
}

.ngparashare a.ngparasharein:hover {
        background-color: #24A7E3;
}

.ngparashare a.ngparasharexing {
        background: #007771 url(../img/xing.svg) center center no-repeat;
}

.ngparashare a.ngparasharexing:hover {
        background-color: #33A89E;
}


.ngparashare a.ngparasharegplus:hover {
        background-color: #E6948A;
}