@font-face {
	font-family: 'fasteasyshare-box';
	src:url('fonts/fasteasyshare-box.eot?-l6j4io');
	src:url('fonts/fasteasyshare-box.eot?#iefix-l6j4io') format('embedded-opentype'),
		url('fonts/fasteasyshare-box.woff?-l6j4io') format('woff'),
		url('fonts/fasteasyshare-box.ttf?-l6j4io') format('truetype'),
		url('fonts/fasteasyshare-box.svg?-l6j4io#fasteasyshare-box') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="fesicon-"], [class*=" fesicon-"] {
	font-family: 'fasteasyshare-box';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	padding: 0 5px;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;


	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* for IE8 in IE7 mode */
  filter: alpha(opacity=70); /* for IE6-IE8 */
	opacity: .70;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="fesicon-"]:hover, [class*=" fesicon-"]:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
  filter: alpha(opacity=100); /* for IE6-IE8 */
	opacity: 1;
}

.fesicon-facebook:before {
	content: "\e601";
	color: rgb(59, 87, 157);
}
.fesicon-twitter:before {
	content: "\e603";
	color: rgb(51, 204, 255);
}
.fesicon-pinterest:before {
	content: "\e604";
	color: rgb(201, 34, 40);
}
.fesicon-google-plus:before {
	content: "\e602";
	color: rgb(216, 26, 7);
}
.fesicon-linkedin:before {
	content: "\e605";
	color: rgb(3, 101, 154);
}
.fesicon-stumbleupon:before {
	content: "\e606";
	color: rgb(14, 187, 62);
}
.fasteasysocialsharing {
	padding: 15px 5px;
}
.fasteasysocialsharing p {
	margin-bottom: 5px;
}
.fasteasysocialsharing a {
	text-decoration: none;
}

.sharetxt {
	font-size: 11px;
	text-align: center;
	color: #8a8c8e;
	text-transform: uppercase;
	margin-left: 3px;
	display: inline-block;
	font-family: Arial,sans-serif;
}

.totalshares {
	color: #7fc04c;
	margin-right: 15px;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial,sans-serif;
	font-style: normal;
	display:inline-block;
}

.fess_icons {
	display: inline-block;
}