#htmlcontent_home ul.htmlcontent-home,
#htmlcontent_footer ul.htmlcontent-home  {
	max-width: 1180px;
	margin: 0 auto;
	margin-top: 20px;
}
#htmlcontent_home ul.htmlcontent-home li {
	float: left;
	margin-bottom: 20px;
	
	width: -webkit-calc(33.3% - 13.3px) !important;
    width: -calc(33.3% - 13.3px) !important;
    width: -moz-calc(33.3% - 13.3px) !important;
}
/*#htmlcontent_home ul.htmlcontent-home li:nth-child(1) .item-img,
#htmlcontent_home ul.htmlcontent-home li:nth-child(6) .item-img  {display: none !important;}*/
#htmlcontent_home ul.htmlcontent-home li:nth-child(2),
#htmlcontent_home ul.htmlcontent-home li:nth-child(5) {
	margin-left: 20px;
	margin-right: 20px;
}
#htmlcontent_footer ul.htmlcontent-home li {
	float: left;
	margin-right: 20px;
	
	width: -webkit-calc(25% - 15px) !important;
    width: -calc(25% - 15px) !important;
    width: -moz-calc(25% - 15px) !important;
}
#htmlcontent_footer ul.htmlcontent-home li:last-child {margin-right: 0px;}

@media screen and (max-width: 860px) {
	#htmlcontent_home ul.htmlcontent-home li:nth-child(odd),
	#htmlcontent_footer ul.htmlcontent-home li:nth-child(odd) {
	margin-right: 10px !important;
	float: left;
	clear: left;
	margin-left: 0px !important;
	margin-bottom: 20px;
	
	width: 100% !important;
}
#htmlcontent_home ul.htmlcontent-home li:nth-child(even),
	#htmlcontent_footer ul.htmlcontent-home li:nth-child(even) {
	margin-left: 10px !important;
	float: right;
	margin-right: 0px !important;
	margin-bottom: 20px;
	
	width: 100% !important;
}
}