/*------------- index grid ----------------------------------*/

@media only screen
and (max-width : 767px){

	.bx_home_item{
		width: 90% !important;
	}

}
@media only screen
and (min-width : 768px) {

	.bx_home_item{
		width: 24%;
	}
	.bx_home_item:nth-child(1){
		width:48.5%;
	}
	.bx_home_item:nth-child(5){
		width:40%;
	}
	.bx_home_item:nth-child(6){
		width:32.5%;
	}
	.bx_home_item:nth-child(7){
		width:48.5%;
	}
	.bx_home_item:nth-child(12){
		width:48.5%;
	}
}