/*** SHARE ME SOCIALS UI STYLES ***/
div.ca-share-me-socials {
  background-color: transparent !important;
  left: 0;
  top: 250px;
  padding: 4px;
  position: fixed;
  z-index: 99999995;
}
.ca-share-me-socials .ca-share-me-slide {
	clear: left;
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 48px;
	width: 48px;
	margin: 4px;
	border: none !important;
	box-shadow: none !important;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.ca-share-me-socials .ca-share-me-slide:hover,
.ca-share-me-socials .ca-share-me-slide:active,
.ca-share-me-socials .ca-share-me-slide:focus {
	background-position: 0px -48px;
	outline: none !important;
}
.ca-share-me-socials .ca-twitter-share {
	background-image: url('../socials_icons/twitter-sprite.png');
}
.ca-share-me-socials .ca-facebook-share {
	background-image: url('../socials_icons/facebook-sprite.png');
}
.ca-share-me-socials .ca-googleplus-share {
	background-image: url('../socials_icons/google-sprite.png')
}