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

.metroshare {
	display: none;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 2em;
}

.metroshare .metro-tabs {
	float: none;
	list-style: none;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.post-content .metroshare ul > li:first-child {
	margin-top: 0;
}

.metro-tabs li {
	display: inline;
}

.metro-tabs a {
	color: #ccc;
	text-decoration: none;
}

.metro-tabs li a {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	margin: 10px 2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
}

.metro-tabs li a::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.metro-tabs li a::before {
	font-family: 'icomoon';
	speak: none;
	font-size: 15px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* twitter */
.metroshare-twitter a::before {
	content: "\e601";
}

.metroshare-twitter a::after {
	box-shadow: 0 0 0 4px #00aced;
}

.metroshare-twitter a:hover {
	color: #00aced;
}

/* google-plus */
.metroshare-google-plus a::before {
	content: "\e603";
}

.metroshare-google-plus a::after {
	box-shadow: 0 0 0 4px #dd4b39;
}

.metroshare-google-plus a:hover {
	color: #dd4b39;
}

/* facebook */
.metroshare-facebook a::before {
	content: "\e602";
}

.metroshare-facebook a::after {
	box-shadow: 0 0 0 4px #3b5998;
}

.metroshare-facebook a:hover {
	color: #3b5998;
}

/* linkdin */
.metroshare-linkedin a::before {
	content: "\e606";
}

.metroshare-linkedin a::after {
	box-shadow: 0 0 0 4px #007bb6;
}

.metroshare-linkedin a:hover {
	color: #007bb6;
}

/* email */
.metroshare-email a::before {
	content: "\e605";
}

.metroshare-email a::after {
	box-shadow: 0 0 0 4px #eb4823;
}

.metroshare-email a:hover {
	color: #eb4823;
}

/* paperplane */
.hi-icon-paperplane::before {
	content: "\e600";
}

.hi-icon-paperplane::after {
	box-shadow: 0 0 0 4px #ea4c89;
}

.hi-icon-paperplane:hover {
	color: #ea4c89;
}

/* comments */
.hi-icon-comments::before {
	content: "\e604";
}

.hi-icon-comments::after {
	box-shadow: 0 0 0 4px #f60;
}

.hi-icon-comments:hover {
	color: #f60;
}

/* Effect 1 */
.metro-tabs li a {
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.metro-tabs li a::after {
	top: -7px;
	left: -7px;
	padding: 7px;

	/* box-shadow: 0 0 0 4px #000; */

	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */

/*
.metro-tabs li a:hover {
	Xbackground: rgba(0,0,0,1);
	Xcolor: #fff;
}
*/

.metro-tabs li a:hover::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
