/* your custom styles here */

/*
.info-box .overlay-custom img {
	transition: all 0.5s ease;
	opacity:1;
}

.info-box:hover .overlay-custom img {
	opacity:0.7;
}

.info-box .img-subtitle h2{
	transition: all 0.5s ease;
	color: #656565;
}

.info-box:hover .img-subtitle h2{
	color:#f07e31;
}*/