.social-sharing span.share-count {
	font-size: 12px;
	height: auto;
}
.float-icon a {
	height: 52px;
}
[class^="icon-"], [class*=" icon-"] {
 font-family: 'icons';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin {
	background: url("http://www.result.pk/_images/32/linkedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-twitter {
	background: url("http://www.result.pk/_images/32/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-facebook {
	background: url("http://www.result.pk/_images/32/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-google {
	background: url("http://www.result.pk/_images/32/google-plus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-pinterest {
	background: url("http://www.result.pk/_images/32/pinterest.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-digg {
	background: url("http://www.result.pk/_images/32/digg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-delicious {
	background: url("http://www.result.pk/_images/32/delicious.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-stumbleupon {
	background: url("http://www.result.pk/_images/32/stumbleupon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*================ Social share buttons ================*/
.social-sharing {
	width: 28px;
/*================ Large Buttons ================*/ }
.social-sharing * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.social-sharing a {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: normal;
	margin: 0 10px 10px 0;
	text-decoration: none;
	width: 32px;
}
.social-sharing a:hover {
	color: #fff;
}
.social-sharing span {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	width: 32px;
	line-height: 22px;
	float: left;
	font-size: 16px;
}
.social-sharing .icon {
	padding: 0 5px 0 5px;
}
.social-sharing .icon:before {
	line-height: 22px;
}
.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;
}
.social-sharing.is-large a .icon:before {
	line-height: 44px;
}
.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;
}
.share-count.is-loaded {
	opacity: 1;
}
.share-count:before, .share-count:after {
	content: '';
	display: block;
}
.share-count:before {
	/*left: -6px;*/
	border-right-color: #ececec;
}
.share-count:after {
	/* left: -5px;*/
	border-right-color: white;
}
a:hover .share-count {
	background-color: whitesmoke;
}
a:hover .share-count:after {
	border-right-color: whitesmoke;
}
.is-large .share-count {
	font-size: 18px;
	padding: 0 14px;
}
/*================ 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;
	font-size: 13px;
}
.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 .icon-facebook {
	color: #3b5998;
}
.social-sharing.is-clean .icon-twitter {
	color: #00aced;
}
.social-sharing.is-clean .icon-pinterest {
	color: #cb2027;
}
.social-sharing.is-clean .icon-linkedin {
	color: #4999dc;
}
.social-sharing.is-clean .icon-google {
	color: #dd4a29;
}
.social-sharing.is-clean .icon-digg {
	color: #dd4c59;
}
.social-sharing.is-clean .icon-delicious {
	color: #dd4af9;
}
.social-sharing.is-clean .icon-stumbleupon {
	color: #dd4009;
}
