$(function(){
	
	$(window).on("load",function(){
	
		$(".diamond-search-icons > div").mCustomScrollbar({
			axis: "x",
			theme:"dark",
			advanced:{
			  updateOnContentResize: true,
			  updateOnImageLoad: true
			}
		});
	
	});
	
});