.services-wrapper{padding: 15px;}
.service-box{
	position: relative;
	background-color: rgba(255,255,255,0.5);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;}
.home .service-box{background-color: rgba(0,0,0,0.2);}
.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-box:hover #sv-img1{opacity:0;}
.service-box:hover #sv-img2{opacity:0.2;}
.service-title{
	color:#5D626C;
	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;
}
.home .service-title{color:#fff;}
.service-title:hover{text-decoration: none;}
.service-link:hover, .service-link:hover span{text-decoration: none;}
.home .services-wrapper-title{color:#fff;}
.services-wrapper-title{margin-top: 0;text-transform: uppercase;}
.home .services-wrapper-title{margin-top:20px;}
@media only screen and (max-width: 767px){
	.services-wrapper, .service-box{margin-left: -15px;margin-right: -15px;}
}
@media only screen and (min-width: 768px){
	.services-wrapper{background-color: #F0F0F0;margin-bottom: 15px;}
	.home .services-wrapper{background-color: rgba(0,0,0,0.6);margin-bottom: 0;}
	.service-box:hover{background-color: #fff;background-color: rgba(246,105,23,1);}
	.service-box:hover .service-title{color: #fff;}
}
@media only screen and (min-width: 992px){}
@media only screen and (min-width: 1200px){}