/** Your theme modifications here **/

/* clients */
.client img#client {
	opacity: 0.7;
}

.client img#client:hover {
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}