.share-buttons { display: inline-flex }
	.share-buttons .ulStyle { display: inline-block; margin: 0; padding: 0; position: relative }
	.share-buttons .liStyle { border-radius: 3px; display: block; float: left; margin: 4px; }
	.share-buttons .spani { display: block; height: 100%; position: relative; width: 100% }
	.share-buttons .iconStyle { -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) }
	.share-buttons .facebook, .share-buttons .twitter, .share-buttons .pinterest, .share-buttons .linkedin, .share-buttons .vk, .share-buttons .wa, .share-buttons .viber, .share-buttons .email, .share-buttons .print { transition: background-color 0.4s ease-in-out 0s }
	.share-buttons a, .share-buttons a:active, .share-buttons a:focus { outline: none }

@media (max-width: 575px) {
	.share-buttons .liStyle { height: 30px !important; margin: 2px !important; width: 30px !important }
	.share-buttons .iconStyle { font-size: 22px !important }
}

@media (max-width: 374px) {
	.share-buttons .liStyle { height: 25px !important; width: 25px !important }
	.share-buttons .iconStyle { font-size: 17px !important }
}