.services-wrapper{padding: 15px;}
.service-box{
	background-color: rgba(0,0,0,0.2);
	position: relative;;text-align: center;margin-bottom: 5px;padding: 15px;-webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s;}
.service-img{position: absolute;display: block;left:50%;z-index: 1;}
.services-wrapper #sv-img1{opacity:0.1;}
.services-wrapper #sv-img2{opacity:0;}
.services-wrapper #sv-img1, .services-wrapper #sv-img2{-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;}
.service-title{
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 3px;
	font-size: 20px;
	line-height: 4;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.service-title:hover{text-decoration: none;}
.service-link:hover, .service-link:hover span{text-decoration: none;}
.services-wrapper-title{margin-top: 0;text-transform: uppercase;}
@media only screen and (max-width: 767px){
	.services-wrapper, .service-box{margin-left: -15px;margin-right: -15px;}
}
@media only screen and (min-width: 768px){
	.service-box:hover #sv-img1{opacity:0;}
	.service-box:hover #sv-img2{opacity:0.2;}
	.services-wrapper{background-color: #F0F0F0;margin-bottom: 15px;}
	.service-box{
		background-color: rgba(255,255,255,0.5)
	}
	.service-box:hover{background-color: #fff;background-color: rgba(246,105,23,1);}
	.service-box:hover .service-title{color: #fff;}
	.service-title{color:#5D626C;}
}
@media only screen and (min-width: 992px){}
@media only screen and (min-width: 1200px){}