.animation .outer_box  .inner_box1 
	{
		position: relative;
		overflow: hidden;
		display: block;
		width: 120px;
		height: 120px;
		font-size: 32px;
		line-height: 120px;
		text-align: center;
		margin: 0 auto 40px;	
		border-radius: 50%;
		
		background-color: #FFFFFF;
		
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.animation .outer_box  .inner_box1:after 
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-radius: 50%;
		
		z-index: -1;
		background-color: #61B147;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	.animation .outer_box:hover  .inner_box1:after 
	{
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	.animation .outer_box:hover .inner_box1 img
	{
		content:url("../img/product_pack_1.png");
	
	}
	
	
	.animation .outer_box  .inner_box2
	{
		position: relative;
		overflow: hidden;
		display: block;
		width: 120px;
		height: 120px;
		font-size: 32px;
		line-height: 120px;
		text-align: center;
	
		margin: 0 auto 40px;	
		border-radius: 50%;
		background-color: #FFFFFF;
		
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.animation .outer_box  .inner_box2:after 
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-radius:50%;
		z-index: -1;
		background-color: #61B147;
	
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	.animation .outer_box:hover  .inner_box2:after 
	{
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	
	.animation .outer_box:hover .inner_box2 img
	{
		content:url("../img/print_ads_2.png");
		
	}
	
	
	.animation .outer_box  .inner_box3 
	{
		position: relative;
		overflow: hidden;
		display: block;
		width: 120px;
		height: 120px;
		font-size: 32px;
		line-height: 120px;
		text-align: center;
		margin: 0 auto 40px;	
		border-radius: 50%;
		
		background-color: #FFFFFF;
	
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.animation .outer_box  .inner_box3:after 
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-radius: 50%;
		z-index: -1;
		background-color: #61B147;
		
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	.animation .outer_box:hover  .inner_box3:after 
	{
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	.animation .outer_box:hover .inner_box3 img
	{
		content:url("../img/online_lead_3.png");		
	}
	
	.animation:after 
	{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
