.swtssb_social {transform-origin:50% 0%; transition:.5s; float:left; width: 80px; position:fixed; top:278px; z-index: 99;}
.swtssb_social ul {position:relative; left:0; right:0; margin:-5px auto 0; color:#fff; height:46px; width:auto; padding:0; list-style:none;}
.swtssb_social ul li {cursor:pointer; width:60px; margin:0; padding:10px 0; text-align:center; float:left; display:block; height:auto; -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */  transition: width 1s;}
.swtssb_social ul li a{color:#FFF; float: left; width: 100%;}
.swtssb_social ul li:hover {width: 80px;}
.swtssb_social ul .twitter {background:#1da1f2;}
.swtssb_social ul .gplus {background:#E34429;}
.swtssb_social ul .linkedin {background:#0077b5;}
.swtssb_social ul .facebook {background:#3b5998;}
.swtssb_social_count{float:left; width:100%; padding:5px; text-align:center; padding: 4px 0px 0px; font-size:12px; line-height: 12px; font-family: arial;}
.swtssb_total_share_count_li{background: #fff; color: #000; padding:5px; line-height: 18px;}
.swtssb_total_share_count_li span{float: left; width: 100%; font-family: arial;}
.swtssb_social_icon {display: inline-block; width: 24px; height: 24px; stroke-width: 0; stroke: currentColor; fill: currentColor; color: #FFFFFF; padding: 0px; margin-bottom: -5px;}
@media (max-width:992px)
{
	.swtssb_social {transform-origin:50% 0%; transition:.5s; float:left; width: 100%; top:auto; bottom:0px;}
	.swtssb_social ul{width: 100%;}
	.swtssb_social ul li{width: 25%;}
	.swtssb_social ul li:hover {width: 25%;}
	.swtssb_total_share_count_li{display:none !important;}
}