.socialblock {
	position:relative;
	width:150px;
    background:#EEE;

}

.socialblock:hover {
	cursor:pointer;
}

.socialblock .textplus:hover {
	background: #373737;
}
.socialblock .textplus {
	float:right;
	overflow:hidden;
	/* background:#EEE; */
	padding: 5px 10px;
	background: #076633;
	font-family: "Mst Black";
	text-transform: uppercase;
	color: white;
	display: block;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 5px;
	transition: all 0.5s ease;
}

.socialblock .textplus:hover .plus {
	cursor:pointer;
}

.socialblock .print:hover {
	cursor:pointer;
}

.socialblock .textplus:hover .text {
	cursor:pointer;
}

.socialblock .plus {
	text-transform:uppercase;
	height:25px;
	display:block;
	float:right;
	padding: 2px 5px;
	font-weight:bold;
	font-size: 18px;
}

.socialblock .print {
	background:#EEE;
	margin-right:2px;
	text-transform:uppercase;
	height:25px;
	font-size:1.3em;
	display:block;
	float:right;
	padding:3px 7px;
	margin-right:5px;
	border-bottom:1px solid #CCCCCC;
}
.socialblock .text {
	float:right;
	padding: 5px 7px;
}

.socialblock ul {
	overflow:hidden;
}

.socialblock ul li {
	overflow:hidden;
	background:#EEE;
}

.socialblock ul li a {
	display:block;
	padding: 8px 5px;
	color: #333;
}

.socialblock ul li a:hover {
	color: #94c11f;
}

.socialblock ul li a:hover {
	text-decoration:none;
}


.socialblock ul li:hover {
	overflow:hidden;
	cursor:pointer;
}

.socialblock ul li .icon {
	float:left;
	text-align:center;
	width: 40px;
}

.socialblock .sharelist {
	position:absolute;
	top:20px;
	right:0;
	width: 140px;
	display:none;
	z-index:1000;
	padding-top: 18px;
}

.socialfixed {
	position: absolute;
	top:0;
	right:0;
	height:50px;
	z-index: 50;
}

.socialfixed .shareButton {
	width:50px;
	height:50px;
	cursor:pointer;
	background-color:#EEE;
	color:#444444;
	position: relative;
	z-index: 1;
}

.socialfixed .shareButton:hover {
}

.socialfixed .shareButton i {
	display:inline-block;
	margin:15px;
	font-size:1.5em;
}

.socialfixed .sharelist {
	overflow: hidden;
	background-color:#EEE;
	width:50px;
}

.socialfixed .sharelist ul {
	overflow: hidden;
}

.socialfixed .sharelist ul li {
	float:left;
}

.socialfixed .sharelist ul li .sharea {
	display:block;
	width:50px;
	height:50px;
	background-position: 2px 6px;
	cursor:pointer;
	font-size:1.5em;
	line-height: 50px;
	text-align: center;
}