@media only screen and (min-width:992px){
	/* Grayscale imgs   */
	#owl-demo img{
		filter: grayscale(100%);
	}
	.subcategory_list img{
		filter: grayscale(100%);
	}
	.subproduct_name img{
		filter: grayscale(100%);
	}
	#owl-demo img:hover {
		filter: grayscale(0%) ;
	}
	.subproduct_name img:hover {
		filter: grayscale(0%) ;
	}
	/* Grayscale imgs  END */
}
@media only screen and (min-width:992px){
	.tuningPageNew{
		/*width: 800px;*/
		border: 0px solid white;
		padding: 15px;
		overflow: hidden;
		/*background-color: #F9F9F9;*/
	}
	.tuningPageNew img{
		margin-right: 15px;
		float: left;
	}
	/*.tng1>*{
		display: inline;
		/*width: 100%;
		height: 214px;
		line-height: 214px;*//*
	}
	.tng1 img{
		padding: 10px;
	}*/
}