/* SECTION SERVICES ICON */

#servizi-three {
    background-color: #B70440;
    position: relative;
    margin-top: -1px;
}

#servizi-three .box {
    padding: 44px 0 48px;

	-webkit-transition: .3s background-color ease-in-out;
	   -moz-transition: .3s background-color ease-in-out;
	    -ms-transition: .3s background-color ease-in-out;
	     -o-transition: .3s background-color ease-in-out;
	        transition: .3s background-color ease-in-out;
}

#servizi-three .box:hover {
	background-color: rgba(255, 255, 255, .1);
}

#servizi-three .box:nth-child(odd) {
	background-color: #BE0542;
}

#servizi-three .box .title,
#servizi-three .box .text {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	filter: dropshadow(color=#cccccc, offx=5, offy=5);
}

#servizi-three .box .title {
	padding: 0 0 6px 10px;
	position: relative;
    font-weight: 400;
	font-size: 28px;
	margin: 0 70px 0 100px;
	color: #FFF;
}

#servizi-three .box .title > span {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-100%, -4px);
	   -moz-transform: translate(-100%, -4px);
	    -ms-transform: translate(-100%, -4px);
	     -o-transform: translate(-100%, -4px);
	        transform: translate(-100%, -4px);
}

#servizi-three .box .title > b {
    font-size: 38px;
    font-weight: 100;
    line-height: 50px;
}

#servizi-three .box .title.icon > span {
    font-size: 60px;
    width: 80px;
}

#servizi-three .box .text {
	margin: 0 50px 0 110px;
	font-size: 17px;
	display: block;
	color: #FFF;
}

#servizi-three .box .btn {
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	color: #FFF;
	bottom: 10px;
	right: 10px;
}

#servizi-three .box .btn:hover {
	background-color: rgba(255, 255, 255, .4);

	-webkit-transition: .3s background-color ease-in-out;
	   -moz-transition: .3s background-color ease-in-out;
	    -ms-transition: .3s background-color ease-in-out;
	     -o-transition: .3s background-color ease-in-out;
	        transition: .3s background-color ease-in-out;
}