/* SERVICE BOX STYLE2 */
.serviceBox.style2 {
}

.serviceBox.style2:hover img { 
	-webkit-animation:spin 0.5s linear 1;
    -moz-animation:spin 0.5s linear 1;
    animation:spin 0.5s linear 1;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotatey(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotatey(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotatey(360deg);
        transform:rotatey(360deg);
    }
}
	
.serviceBox.style2 * { text-align: center; }

.serviceBox.style2 img {
	max-width: 80%;
	width: 140px;
	margin: 0 auto 15px;
	display: block;
	
	-webkit-box-shadow: 0 0 0 5px #fff;
	-moz-box-shadow: 0 0 0 5px #fff;
	box-shadow: 0 0 0 5px #fff;
	
	-moz-border-radius: 250px;
	-webkit-border-radius: 250px;
	border-radius: 250px;
}

.serviceBox.style2 h3 { margin: 5px 0; }
.serviceBox.style2 h4 { margin: 5px 0; color: #F2942F; }
.serviceBox.style2 p { color: #fff; margin-bottom: 0; }
.serviceBox.style2 .readmore {	margin: 0 auto; }

.serviceBox-shadow.shadow.shadow3 {
	height: 25px;
	margin-bottom: 0;
}


.pg-settori .serviceBox.style2 h3 {
	font-size: 18px;
	line-height: 20px;
}
