@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }

@media only screen and (max-width:999px) and (min-width:768px) {
	#generic-useful-tools,
	.module.useful-tools { display: none; }	
	
	/** Compare product carousel & Compare Pages**/
	.compare-products-carousel { width: 340px; }
	.compare-products-carousel .BtnSec { top: 85px; }
	.compare-acc-wrapper .mod-container { width: 200px; margin-bottom: 20px; }
	.compare-acc-wrapper .mod-container.odd { margin-left: 0; }	
}

@media only screen and (max-width:767px) {
	#generic-useful-tools,
	.module.useful-tools,
	.module.free-brochure { display: none; }	
	
	/** Compare product carousel & Compare Pages**/
	.compare-acc-wrapper .mod-container { width:140px;margin-bottom: 10px; }
	.compare-acc-wrapper .mod-container.odd { margin-left: 0; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/** Compare product carousel & Compare Pages**/
	.compare-acc-wrapper .mod-container { width:200px; margin-bottom: 20px; }
}
