.F2SharePlugin {
	display: block;
	margin: 1rem 0;
}

.F2ShareLinks:before,
.F2ShareLinks:after,
.F2SharePlugin:before,
.F2SharePlugin:after {
    content: " ";
    display: table;
}

.F2ShareLinks:after,
.F2SharePlugin:after {
    clear: both;
}

.F2ShareLinks,
.F2SharePlugin {
    *zoom: 1;
}

.F2SharePlugin .F2ShareText {
	height: 3.2rem;
	line-height: 3.2rem;
	margin-right: 0.5rem;
	float: left;
}

.F2SharePlugin .F2ShareLinks {
	height: 3.2rem;
	float: left;
}

.F2SharePlugin .F2ShareLinks a {
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
    background-repeat: no-repeat;
    margin: 0 0.5rem 0 0;
    transition: opacity 0.2s;
}

.F2SharePlugin .F2ShareLinks a:hover {
	opacity: 0.7;
}

.F2SharePlugin .F2ShareLinks a.Facebook {
	background-image: url(../images/facebook.png);
}

.F2SharePlugin .F2ShareLinks a.Twitter {
	background-image: url(../images/twitter.png);	
}

.F2SharePlugin .F2ShareLinks a.GooglePlus {
	background-image: url(../images/googleplus.png);
}

.F2SharePlugin .F2ShareLinks a.LinkedIn {
	background-image: url(../images/linkedin.png);
}

.F2SharePlugin .F2ShareLinks a.Email {
	background-image: url(../images/email.png);
}

.F2SharePlugin .F2ShareLinks a span {
	display: none;
}



/**
* FIXED
*/
.F2SharePlugin.Fixed {
	position: fixed;
	top: 30%;
	background: #fff;
	padding: 1rem;
	right: 0;
	height: auto !important;
	box-shadow: 0 0px 10px 0 #000;
	border-radius: 10px 0 0 10px;
}

.F2SharePlugin.Fixed .F2ShareLinks {
	height: auto;
	float: none;
}

.F2SharePlugin.Fixed .F2ShareLinks a {
	display: block;
	margin: 0 0 0.5rem 0;
}

.F2SharePlugin.Fixed .F2ShareText {
	display: none;
}