.technologys{
	display: table;
}
	.technologys li{
		width: 31%;
		float: left;
		display: block;
		padding: 0;
		margin: 1%;
		color: #000;
		
	}	
	.technologys li a{
		width: 100%;
		height: 100%;
		display: block;
		border: 1px solid #eee;
		min-height: 150px;
		-webkit-filter: grayscale(100%); filter: grayscale(100%);
		opacity: 0.6;
	}
		.technologys li a:hover{
			opacity: 1;
			border: 1px solid #C32213;
			-webkit-filter: grayscale(0%); filter: grayscale(0%)
		}
	.technologys li span{
		display: block;
		margin: 20px;
		color: #000;
		border-left: 3px solid #666;
		padding: 3px 0 3px 10px;
	}
		.technologys li:hover span{
			color: #C32213;
			border-left: 3px solid #C32213;
		}			
		
	.technologys li.proek a{
		background: transparent url('/images/technologys/4400.jpg') no-repeat bottom center;
	}
	.technologys li.str a{
		background: transparent url('/images/technologys/4501.jpg') no-repeat bottom center;
	}
	.technologys li.zem a{
		background: transparent url('/images/technologys/4600.jpg') no-repeat bottom center;
	}
	.technologys li.otd a{
		background: transparent url('/images/technologys/4700.jpg') no-repeat bottom center;
	}
	.technologys li.kam a{
		background: transparent url('/images/technologys/4800.jpg') no-repeat bottom center;
	}
	.technologys li.mont a{
		background: transparent url('/images/technologys/4900.jpg') no-repeat bottom center;
	}
	.technologys li.enrge a{
		background: transparent url('/images/technologys/5000.jpg') no-repeat bottom center;
	}
	.technologys li.ustr a{
		background: transparent url('/images/technologys/5100.jpg') no-repeat bottom center;
	}
	.technologys li.strs a{
		background: transparent url('/images/technologys/5200.jpg') no-repeat bottom center;
	}
	.technologys li.tepl a{
		background: transparent url('/images/technologys/5300.jpg') no-repeat bottom center;
	}
	
	.technologys li.el a{
		background: transparent url('/images/technologys/5400.jpg') no-repeat bottom center;
	}
	.technologys li.montv a{
		background: transparent url('/images/technologys/5500.jpg') no-repeat bottom center;
	}
	.technologys li.trash a{
		background: transparent url('/images/technologys/5600.jpg') no-repeat bottom center;
	}
	.technologys li.enrg a{
		background: transparent url('/images/technologys/5700.jpg') no-repeat bottom center;
	}
	.technologys li.inv a{
		background: transparent url('/images/technologys/5800.jpg') no-repeat bottom center;
	}
	.technologys li.ochist a{
		background: transparent url('/images/technologys/5900.jpg') no-repeat bottom center;
	}
	.technologys li.stroia a{
		background: transparent url('/images/technologys/6000.jpg') no-repeat bottom center;
	}
	
	
/* for 1000px or less */
	@media screen and (max-width: 1000px) {
	
		.technologys li{
			width: 46%;
		}	
		
	
	}
	
/* for 700px or less */
	@media screen and (max-width: 700px) {
	
		.technologys li{
			width: 96%;
			margin: 2% 1%;
		}	
		
	
	}