
@media screen and (min-width:1200px){
	
	.box_margin{
		margin:0px 75px 75px 0px;
	}
	.box_margin_last{
		margin:0px 0px 75px 0px;
	}
	.box_two{
		
	}
	.box_three{
		width:350px;
		 
	}
	.box_four{
	}
	.box_five{

	}
	.box_img{
		width:350px;
	}
	.box_img_in{
		width:350px;
		overflow:hidden;
	}
	.box_img_in img{
		width:100%;
	}
	.box_text{
		width:100%;
		padding:20px 10px 0px 10px;
	}
	.box_text a{
		color:#333 !important;
		font-size:140%;
	}
	.box_text a:hover{
		color:#333 !important;
		font-size:140%;
	}
}
/* ************************* */
@media screen and (max-width:1199px){
	 	.box_text a{
		color:#333 !important;
		font-size:140%;
	}
	.box_text a:hover{
		color:#333 !important;
		font-size:140%;
	}
	.box_margin{
		margin:20px;
	}
	
	.box_five{
		width:208px;
		
	}
	.box_img{
		width:208px;
	}
	.box_img_in{
		width:208px;
		overflow:hidden;
	}
	.box_img_in img{
		width:100%;
	}
	.box_text{
		width:100%;
		padding:20px 10px 0px 10px;
	}

}/* end media */
@media screen and (max-width:640px){

	.box_five{
		width:42%;
		background:#dedede;
	}
	.box_margin{
		margin:4%;
	}
	.box_margin_last{
		margin:4%;
	}
	.box_img{
		width:100%;
	}
	.box_img_in{
		width:100%;
		overflow:hidden;
	}
	.box_img_in img{
		width:100%;
	}
	.box_text{
		width:100%;
		padding:20px 10px 0px 10px;
	}
}
