/* -------*--------------------------------------------------------------------------------------------------------
										 Social Sharing 
------------------------------------------------------------------------------------------------------------------- */
.share-buttons {
	height: auto;
	margin-top:30px;
}
.share-buttons_item {
	margin: 0px 2px 2px 0px; vertical-align: top; display: inline-block;
}
.share-buttons_link {
	width: 40px; height: 40px; display: inline-block; text-align: center; color: rgb(255, 255, 255) !important; line-height: 40px; font-size: 20px; text-decoration: none;
}
.share-buttons_link:hover {
	color: rgb(255, 255, 255); text-decoration: none;
}
.share-buttons_link:focus {
	color: rgb(255, 255, 255); text-decoration: none;
}
.share-buttons_link:active {
	color: rgb(255, 255, 255); text-decoration: none;
}
.link-facebook.share-buttons_link {
	background: rgb(59, 89, 152);
}
.link-facebook.share-buttons_link:hover {
	background: rgb(38, 57, 97);
}
.link-twitter.share-buttons_link {
	background: rgb(0, 172, 237);
}
.link-twitter.share-buttons_link:hover {
	background: rgb(0, 116, 161);
}
.link-google-plus.share-buttons_link {
	background: rgb(221, 75, 57);
}
.link-google-plus.share-buttons_link:hover {
	background: rgb(172, 45, 30);
}
.link-pinterest.share-buttons_link {
	background: rgb(203, 32, 39);
}
.link-pinterest.share-buttons_link:hover {
	background: rgb(137, 22, 26);
}
.link-linkedin.share-buttons_link {
	background: rgb(1, 119, 181);
}
.link-linkedin.share-buttons_link:hover {
	background: rgb(15, 73, 103);
}
.link-email.share-buttons_link {
	background: rgb(200, 200, 200);
}
.link-email.share-buttons_link:hover {
	background: rgb(180, 180, 180);
}
.link-whatsapp.share-buttons_link {
	background: rgb(36, 204, 99);
}
.link-whatsapp.share-buttons_link:hover {
	background: rgb(27, 147, 72);
}


