.social-sharing2:hover .facebook, .facebook:hover {
	content: "";
	background-image: url("fb_on.svg");
}
.facebook{
	content: "";
	background-image: url("fb_off.svg");
}

.social-sharing2:hover .twitter, .twitter:hover {
	content: "";
	background-image: url("twitter_on.svg");
}
.twitter {
	background-image: url("twitter_off.svg");
}

.googleplus {
	content: "";
	background-image: url("gp_off.svg");
}
.social-sharing2:hover .googleplus, .googleplus:hover {
	background-image: url("gp_on.svg");
}

.pinterest {
	content: "";
	background-image: url("pinterest_off.svg");
}
.social-sharing2:hover .pinterest, .pinterest:hover {
	background-image: url("pinterest_on.svg");
}

.social-sharing2 i {
	box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.1);
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 2rem 2rem;
	background-position: 0.25rem 0.25rem;
	cursor: pointer;
	margin-left: 0.5rem;
}
.social-sharing2 {
	border: none;
	background-color: transparent;
}
