/* SimpleShare buttons (c) 2011-04-18 Schuttelaar & Partners */

a.simpleShareButton, div.simpleShareButton {
	text-indent: -10000px;
	text-align: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	line-height: 24px;
	display: inline-block;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-image: url('sprite.svg');
	background-position: 0 16px;
}

a.simpleShareButton:hover {
	background-image: url('sprite-hover.svg');
}

a.simpleShareButton.linkedin {
	background-position: 0 0;
}

a.simpleShareButton.twitter {
	background-position: -16px 0px;
}

a.simpleShareButton.facebook {
	background-position: -32px 0px;
}

a.simpleShareButton.googleplus {
	background-position: -48px 0px;
}

a.simpleShareButton.pinterest {
	background-position: -64px 0px;
}

a.simpleShareButton.email {
	background-position: -80px 0px;
}

a.simpleShareButton.whatsapp {
	background-position: -96px 0px;
}