@media only screen and (max-width: 768px) {
	
	.brands_block_div  img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
		transition: all .2s ease-in-out;
	}
	
	.brands_block_div:hover img  {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

}

@media only screen and (min-width: 768px) {
	
	.brands_block_div  img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
		transition: all .2s ease-in-out;
	}
	
	.brands_block_div:hover img  {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

}

@media only screen and (min-width: 1024px) {
	
	.brands_block_div  img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
		transition: all .2s ease-in-out;
	}
	
	.brands_block_div:hover img  {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

}

@media only screen and (min-width: 1250px) {
	
	.brands_block_div  img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.5;
		transition: all .2s ease-in-out;
	}
	
	.brands_block_div:hover img  {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

}

/* # */

/* # */

/* . */
	section .brands_block_div {
		padding: 15px;
		opacity: 0;
		left: 60px;
		position: relative;
	}
	
	.partner_div{
		padding: 20px;
	}
	
	.page_title_h1 {
		padding: 45px 0 50px 0;
	}
/* . */