.yy-share-container {
	overflow: hidden;
}
.yy-share-links {
	overflow: hidden;
	margin: 0 -3px
}
.yy-share-links a {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 3px;
	opacity: 0.8;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 3px;
	border: 0;
	transition: .2s !important;
	background: url('../img/sprite_01.png') no-repeat top left;
}
.yy-share-links.yy-share-white a { opacity: 1; background-image: url('../img/sprite_02.png')}
.yy-share-links.yy-share-black a { opacity: 1; background-image: url('../img/sprite_03.png')}
.yy-share-links.yy-share-color a { opacity: 1; background-image: url('../img/sprite_04.png')}

.yy-share-links a:hover {
	opacity: 1;
	border: 0;
	text-decoration: none;
}

.yy-share-links.yy-share-brand-hover a:hover { background-image: url('../img/sprite_01.png')}
.yy-share-links.yy-share-white-hover a:hover { background-image: url('../img/sprite_02.png')}
.yy-share-links.yy-share-black-hover a:hover { background-image: url('../img/sprite_03.png')}
.yy-share-links.yy-share-color-hover a:hover { background-image: url('../img/sprite_04.png')}


.yy-share-links a.yy-share-whatsapp { background-position:  0 0; }
.yy-share-links a.yy-share-facebook { background-position: -32px 0; } 
.yy-share-links a.yy-share-linkedin { background-position: -64px 0; } 
.yy-share-links a.yy-share-mail { background-position: -96px 0; } 
.yy-share-links a.yy-share-twitter { background-position: -128px 0; } 
.yy-share-links a.yy-share-url { background-position: -160px 0; } 
.yy-share-links a.yy-share-copied { background-position: -192px 0; opacity: 1; pointer-events: none; } 