.effect1.circle.ih-item .img {
	position: static;
}
.effect1.circle.ih-item .info {
	background: rgba(0, 0, 0, 0.6); transition:0.2s ease-in-out; left: 0px; top: 0px; right: 0px; bottom: 0px; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;
}
.effect1.circle.ih-item .info h3 {
	margin: 0px 30px; padding: 55px 0px 0px; height: 110px; color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 2px; font-size: 22px; position: relative; text-shadow: 0px 0px 1px white, 0px 1px 2px rgba(0,0,0,0.3);
}
.effect1.circle.ih-item .info p {
	margin: 0px 30px; padding: 10px 5px; color: rgb(187, 187, 187); font-size: 12px; font-style: italic; border-top-color: rgba(255, 255, 255, 0.5); border-top-width: 1px; border-top-style: solid;
}
.effect1.circle.ih-item a:hover .spinner {
	transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg);
}
.effect1.circle.ih-item a:hover .info {
	opacity: 1;
}
