  .share-links {
	z-index:  4000;
	display:  none;
	position: fixed;
	bottom:   0;
	left:     0;
	width:    100%;
	text-align: center;
}

.share-links.active {
	display: block;
}