.sticky-social-share-buttons{
	box-sizing:border-box;
	line-height:0;
	/*z-index:15;*/
	z-index: 999;
}
/*Social Icons on Left for Desktop*/
@media screen and (min-width: 769px) {
	.sticky-social-share-buttons{position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	width:36px;}
}
/* Social Icons Bottom for Mobile */
@media screen and (max-width: 768px) {
	.sticky-social-share-buttons{position: fixed;bottom: 0%;left:50%;transform:translateX(-50%);width:100%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
	#TBhide {display:none;}
	#TBShareIconST {display:none;}
}
.share-IconST:link, .share-IconST:visited {margin-left:auto;margin-right:auto;vertical-align:middle;text-decoration:none;display:inline-flex;border-radius:0px;box-sizing:border-box;padding: 10px;}
#FBShareIconST:link, #FBShareIconST:visited {background-color: rgba(59, 89, 152,1);}
#FBShareIconST:hover, #FBShareIconST:active {background-color: rgba(59, 89, 152,.75);}
#TWShareIconST:link, #TWShareIconST:visited {background-color: rgba(29, 161, 242,1);}
#TWShareIconST:hover, #TWShareIconST:active {background-color: rgba(29, 161, 242,.75);}
#TBShareIconST:link, #TBShareIconST:visited {background-color: rgba(54, 70, 93,1);}
#TBShareIconST:hover, #TBShareIconST:active {background-color: rgba(54, 70, 93,.75);}
#PNShareIconST:link, #PNShareIconST:visited {background-color: rgba(189, 8, 28,1);}
#PNShareIconST:hover, #PNShareIconST:active {background-color: rgba(189, 8, 28,.75);}
#LNShareIconST:link, #LNShareIconST:visited {background-color: rgba(0, 119, 181,1);}
#LNShareIconST:hover, #LNShareIconST:active {background-color: rgba(0, 119, 181,.75);}
#WAShareIconST:link, #WAShareIconST:visited {background-color: rgba(37, 211, 102,1);}
#WAShareIconST:hover, #WAShareIconST:active {background-color: rgba(37, 211, 102,.75);}
.shareST-Space{padding:5px;}