.ngparashare {
	text-align: right;
}

.ngparashare a {
	display: inline-block;
	width: 42px;
	height: 42px;
	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.ngparasharegplus:hover {
	background-color: #E6948A; 
}