.socialblock {
	position:relative;
	width:150px;
    background:#038398;
    color: white;
}

.socialblock:hover {
	cursor:pointer;
}
.socialblock .textplus:hover {
	transition: 0.3s;
	background:#406D73;
}
.socialblock .textplus {
	transition: 0.3s;
	float:right;
	overflow:hidden;
	background:#038398;
	border: 1px solid white;
	border-radius: 25px;
}

.socialblock .textplus:hover .plus {
	cursor:pointer;
}

.socialblock .print:hover {
	cursor:pointer;
}

.socialblock .textplus:hover .text {
	cursor:pointer;
}

.socialblock .plus {
	text-transform: uppercase;
	display: block;
	float: right;
	padding: 5px 10px;
	padding-left: 14px;
	font-weight: bold;
}

.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 {
	display:block;
	text-transform:uppercase;
	font-size:13px;
	float:right;
	padding: 7px 16px;
	padding-left: 0px;
}

.socialblock ul {
	overflow:hidden;
}

.socialblock ul li {
	overflow:hidden;
	background:#038398;
}


.socialblock ul li a {
	display:block;
	padding:5px;
}


.socialblock ul li a:hover {
	text-decoration:none;
	padding:5px;
	background: #406D73;
}


.socialblock ul li:hover {
	overflow:hidden;
	cursor:pointer;
}

.socialblock ul li .icon {
	float:left;
	text-align:center;
	width:30px;
}

.socialblock .sharelist {
	position: absolute;
	top: 33px;
	right: 0;
	width: 119px;
	display: none;
	z-index: 1000;
	padding-top: 0px;
}

.socialfixed {
	position: absolute;
	top:0;
	right:0;
	height:50px;
	z-index: 50;
}

.socialfixed .shareButton {
	margin: 8px 10px;
	margin-bottom: 7px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: white;
	background-image: url(../../../web/templates_main/frontend/images/elements/rond.jpg);
	background-repeat: no-repeat;
	color: #4C4D51;
	position: relative;
	z-index: 1;
}

.socialfixed .shareButton i:hover {
	color: #3F6C72;
}

.socialfixed .shareButton i {
	display: inline-block;
	margin: 6px;
	font-size: 17px;
}

.socialfixed .sharelist {
	overflow: hidden;
	background-color: white;
	width: 50px;
	margin-top: -300px;
}

.socialfixed .sharelist ul {
	overflow: hidden;
}

.socialfixed .sharelist ul li {
	float:left;
}

.socialfixed .sharelist ul li:hover a {
	color: #3F6C72;
}

.socialfixed .sharelist ul li .sharea {
	display:block;
	width:50px;
	height:50px;
	background-position: 2px 6px;
	cursor:pointer;
	font-size: 17px;
	line-height: 50px;
	text-align: center;
}