
	@media(min-width:1800px){

		.products-grid .col-md-4 {
			width: 25%;
		}

		.products-grid .col-md-3 {
			width: 16.66%;
		}

		.container {
			max-width: 1400px !important;
			width: 1400px !important;
		}

		#home-carousel {
		}

		#home-carousel .carousel-inner .item {
		}
		#home-carousel .carousel-inner .item img {
		}

		.left-large-image{
			margin-left: -1467px;
		}
 
		.right-large-image {
			margin-right: -1467px;
		}

		.col-md-9 {
			width: 80%;
		}

		.col-md-3 {
			width: 20%;
		}

	}
