@charset "utf-8";
/* CSS Document */



.service-details {
	width: 230px;
	height: 150px;	
	/*height: 150px;*/
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 6px 6px 0;
}

.service-details img {
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: 230px;
	height: 150px;
	float: left;
	transition: all 0.8s;
	-moz-transition: all 0.8s;

}

.service-details:hover img {
	/*opacity: 0.4 !important;*/
}

.service-details .service-hover-text h3 {
	padding: 0px;
	margin: 0px;
	font-size: 25px;
  font-weight:300;
	font-family: "Open Sans";
	
}

.service-details .service-hover-text h4 {
	padding: 0px;

	margin: 0px;
	width: 90%;
	font-family: "Open Sans";
	
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #ffffff;
	padding-left: 15px;
	padding-top: 15px;
  
	
	
}

.service-details .service-hover-text p {
	padding-top: 3px;
	font-size: 13px;
	line-height: 16px;
	font-family: "Open Sans";
	color: #ffffff;
}


.service-details .service-hover-text{
	width: 230px;
	height: 150px;
	position: absolute;
	top: 0%;
	left: 50%;
	padding: 3% 4%;
	background: #444444;
	color: #ffffff;
    display: none;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
}

.service-details:hover .service-hover-text {
	display: block !important;
	color: rgba(255,255,255,1);
	background:rgba(40,40,40,0.85);
	left: 0px;
	top: 0px;
}


.service-details .service-text {
	width: 50%;
	height: inherit;
	background: #000;
	float: left;
	position: absolute;
	left: 50%;
}

.service-details .service-text p {
	padding:100px 0px 0px 20px;
	font-size: 24px;
	font-family: "Open Sans";
  font-weight:700;
	color: #fff;
}

.service-details .service-text p span {
	font-family: "Open Sans" !important;
}

.service-details .service-text a , .service-white .service-text {
	padding: 0px 0px 0px 20px;
	font-size: 14px !important;
	color:#ffffff !important;
	font-family: "Open Sans" !important;
	text-decoration: none !important; 
}

.service-details .service-text {
	float: left;
} 

.service-white {
	background: #eee !important;
	width: 50% !important;
	height: inherit !important;
}

.service-white p {
	color: #fff !important;
}