#social-sharing * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#social-sharing a {
	display: inline-block;
	color: #fff;
	border-radius: 2px;
	margin: 0 10px 10px 0;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
#social-sharing a:hover {
	color: #fff;
}
#social-sharing span {
	display: inline-block;
	vertical-align: top;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
#social-sharing .icon {
	padding: 0 5px 0 10px;
}
#social-sharing .icon:before {
	line-height: 22px;
}
#social-sharing .share-title {
	font-weight: 900;
	font-size: 12px;
	padding-right: 10px;
}
#social-sharing .share-count {
	position: relative;
	background-color: white;
	padding: 0 8px;
	margin-right: -2px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	border-radius: 0 2px 2px 0;
	border: 1px solid #ececec;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}
#social-sharing .share-count.is-loaded {
	opacity: 1;
}
#social-sharing .share-count:before,
#social-sharing .share-count:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid;
}
#social-sharing .share-count:before {
	left: -6px;
	border-right-color: #ececec;
}
#social-sharing .share-count:after {
	left: -5px;
	border-right-color: white;
}
#social-sharing a:hover .share-count {
	background-color: rgb(245, 245, 245);
}
#social-sharing a:hover .share-count:after {
	border-right-color: rgb(245, 245, 245);
}
#social-sharing.is-large .share-count {
	font-size: 18px;
	padding: 0 14px;
}
#social-sharing .share-facebook {
	background-color: #3b5998;
}
#social-sharing .share-facebook:hover {
	background-color: #2d4373;
}
#social-sharing .share-twitter {
	background-color: #00aced;
}
#social-sharing .share-twitter:hover {
	background-color: #0087ba;
}
#social-sharing .share-google {
	background-color: #dd4b39;
}
#social-sharing .share-google:hover {
	background-color: #c23321;
}
#social-sharing .share-pinterest {
	background-color: #cb2027;
}
#social-sharing .share-pinterest:hover {
	background-color: #9f191f;
}
#social-sharing .share-linkedin {
	background-color: #007bb6;
}
#social-sharing .share-linkedin:hover {
	background-color: #005983;
}
#social-sharing .share-vkontakte {
	background-color: #45668e;
}
#social-sharing .share-vkontakte:hover {
	background-color: #3B587B;
}
#social-sharing .share-totals {
	background-color: #333;
}
#social-sharing .share-totals:hover {
	background-color: #666;
}
/*================ Clean Buttons ================*/
#social-sharing.is-clean a {
	background-color: #fff;
	border: 1px solid #ececec;
	color: #333;
	height: 30px;
	line-height: 30px;
}
#social-sharing.is-clean a span {
	height: 30px;
	line-height: 30px;
}
#social-sharing.is-clean a:hover {
	background-color: #ececec;
}
#social-sharing.is-clean a:hover .share-count {
	background-color: white;
}
#social-sharing.is-clean a:hover .share-count:after {
	border-right-color: white;
}
#social-sharing.is-clean a .share-title {
	font-weight: normal;
}
#social-sharing.is-clean .share-count {
	top: -1px;
}
#social-sharing.is-clean .fa-facebook {
	color: #3b5998;
}
#social-sharing.is-clean .fa-twitter {
	color: #00aced;
}
#social-sharing.is-clean .fa-google-plus {
	color: #dd4b39;
}
#social-sharing.is-clean .fa-pinterest {
	color: #cb2027;
}
#social-sharing.is-clean .fa-linkedin {
	color: #007bb6;
}
#social-sharing.is-clean .fa-vk {
	color: #45668e;
}
#social-sharing.is-clean .fa-share-alt {
	color: #333;
}
/*================ Large Buttons ================*/
#social-sharing.is-large a {
	height: 44px;
	line-height: 44px;
}
#social-sharing.is-large a span {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}
#social-sharing.is-large a .icon {
	padding: 0 10px 0 18px;
	color: #FFF;
}
#social-sharing.is-large a .icon:before {
	line-height: 44px;
}
#social-sharing.is-large .share-title {
	padding-right: 16px;
}
#social-sharing.is-large .share-count {
	font-size: 18px;
	padding: 0 14px;
}