@charset "utf-8";
.fmcircle_out {
	width:225px;
	display: block;
	opacity: 0.5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

	.fmcircle_out:hover {
		opacity: 1;			
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.fmcircle_out:hover .fmcircle_in img {
		margin: 30px 15px 15px 25px;
		width: 180px;
		height: 85px;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	


.fmcircle_in {
	width: 225px;
	height: 160px;
	display: inline-block;
	overflow: hidden;	
}

.fmcircle_in img {
	border: none;
	margin: 63px;
	width: 60px;
	height: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.fmcircle_in .wlc {
	border: none;
	margin: 63px;
	width: 90px;
	height: 55px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.fmcircle_in .steel_dragon {
	border: none;
	margin: 55px;
	width: 100px;
	height: 55px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.fmcircle_in .mmfolkshow {
	border: none;
	margin: 55px;
	width: 90px;
	height: 55px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*** Base64 Patterns ***/