.header-menu ul li a img{
	
	opacity: 0.7;
}
.header-menu ul li a img:hover{
	transition: 0.3s;
	opacity: 1;
	transform: scale(0.9);
}