
.share-links {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	/*margin: 0 0 -2px -40px;*/
	background-image: url('../img/share_white_medium.png');
	background-position: 55% 50%;
	background-repeat: no-repeat;
	background-color: #aaa;
	border-radius: 10%;
	cursor: pointer;
    margin-top: 20px;
    margin-left: 10px;
}
.share-links:hover {
    background-color: #009aff;
}
@media screen and (max-width: 767px) {
	.share-links {
		width: 25px;
		height: 25px;
		background-size: 16px 10px;
		background-position: 53% 49%;
        margin-left: 0px;
	}
}
@media screen and (max-width: 767px) {
	.share-links .item-list {
		position: fixed;
		top: 83px;
	}
}
.share-links * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.share-links .item-list {
	display: none;
	position: absolute;
	z-index: 20;
	top: -70px;
	left: 50%;
	margin-left: -44px;
	padding: 8px 10px;
	width: 88px;
	background-color: #eee;
	
}
.share-links .item-list:after {
	position: absolute;
	content: " ";
	z-index: 1;
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
	width: 13px;
	height: 7px;
	background-image: url('../img/fl_share.png');
}
@media screen and (max-width: 767px) {
	.share-links .item-list:after {
		display: none;
		z-index: 50;
	}
}
.share-links .item-list ul {
	padding: 0;
	font-size: 0;
}
.share-links .item-list li {
	float: left;
	margin: 3px 5px;
}
.share-links .item-list li a {
	display: inline-block;
	width: 23px !important;
	height: 19px !important;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
}
.share-links .item-list li.share-facebook a {
	background-image: url('../img/share_po_fb.png');
}
.share-links .item-list li.share-linkedin a {
	background-image: url('../img/share_po_in.png');
}
.share-links .item-list li.share-twitter a {
	background-image: url('../img/share_po_tw.png');
}
.share-links .item-list li.share-google a {
	background-image: url('../img/share_po_gp.png');
}
.share-links .item-list li.share-pinterest a {
	background-image: url('../img/share_po_pt.png') !important;
	background-size: 23px 19px !important;
}