/* Category Start */
#category{
	margin-bottom: 60px;
}
#civil_engineering .titleRibbon{
	width: 220px;
}
#architecture .titleRibbon{
	width: 180px;
}
#BJ_construction .titleRibbon{
	width: 300px;
}
#rail_truck .titleRibbon{
	width: 360px;
}
#generators .titleRibbon{
	width: 160px;
}
#auto_service .titleRibbon{
	width: 180px;
}
#factory .titleRibbon, #others .titleRibbon{
	width: 120px;
}

/* mm Category start */
#mm_civil_engineering .titleRibbon, #mm_architecture .titleRibbon{
	width: 350px;
}
#mm_BJ_construction .titleRibbon{
	width: 420px;
}
#mm_rail_truck .titleRibbon{
	width: 480px;
}
#mm_generators .titleRibbon{
	width: 130px;
}
#mm_auto_service .titleRibbon{
	width: 200px;
}
#mm_factory .titleRibbon{
	width: 280px;
}
#mm_others .titleRibbon{
	width: 180px;
}
/* Category End */

.img_holder{
	margin-top: 20px;
}
.img_holder img{
	height: 200px;
}
.img_holder p{
	margin-top: 15px;
}
/* Category End */

/* responsive display start */
@media only screen and (max-width: 640px) {
	#rail_truck .titleRibbon, #mm_civil_engineering .titleRibbon, #mm_architecture .titleRibbon, #mm_BJ_construction .titleRibbon{
		width: 300px;
		height: 65px;
	}
}
/* responsive display end */