#ktz-sharrre .sharrre{ width: 25%;padding:5px;margin:25px 0 0 0;display:inline-block;text-align:center;}
#ktz-sharrre .sharrre .box a:hover{text-decoration:none;}
#ktz-sharrre .sharrre .count {
	display:block;
	font-size:18px;
	line-height:40px;
	height:40px;
	position:relative;
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:2px solid #ecf0f1;
	background: #ecf0f1;
}
#ktz-sharrre .sharrre .count:before, 
#ktz-sharrre .sharrre .count:after {
	content:'';
	display:block;
	position:absolute;
	left:49%;
	width:0;
	height:0;
}
#ktz-sharrre .sharrre .count:before {
	border:solid 7px transparent;
	border-top-color:#ecf0f1;
	margin-left:-7px;
	bottom: -14px;
}
#ktz-sharrre .sharrre .count:after {
	border:solid 6px transparent;
	margin-left:-6px;
	bottom:-12px;
	border-top-color:#ecf0f1;
}
#ktz-sharrre .sharrre .share {
	color:#ffffff;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	margin-top:8px;
	padding:0;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#dribbble .share{background: #ea4c89;}
#twitter .share{background: #55acee;}
#facebook .share{background: #3b5998;}
#pinterest  .share{background: #cc2127;}
#googlePlus .share{background: #dd4b39;}
#linkedin .share{background: #0976b4;}
#digg .share{background: #000000;}
#stumbleupon .share{background: #eb4924;}
#delicious .share{background: #3399ff;}
/* Responsive */
@media only screen and (max-width: 480px) {
	#ktz-sharrre .sharrre{ width: 50%;}
}