.share {
	max-width: 600px;
	height: 200px;
	margin: 0 auto;
	position: relative
}
.share-button, .share-toggle-button {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	  width: 80px;
	  height: 80px;
	  line-height: 80px;
		margin-left: -40px;
		margin-top: -40px;
		background: #e6e3e3;
		text-align: center;
		color: #e6e3e3;
		border: 0 0;
		outline: 0;
		border:none;

}
.share-button:hover, .share-toggle-button:hover {
	color: #fff;
	cursor: pointer
}
.share-button {
	font-size: 30px;
	background: #381838;
	-webkit-transform: scale(0.95, 0.95);
	transform: scale(0.95, 0.95);
	color: #222
}
a.share-button {
	color: #e6e3e3
}
a.share-button:focus, a.share-button:hover {
	color: #fff;
	cursor: pointer
}
.share-toggle-button {
	z-index: 100;
	background: #381838;
	font-size: 20px
}
.share-items {
	list-style-type: none;
	padding: 0;
	margin: 0
}
.share-item {
	display: inline-block
}
