@charset "utf-8";
/* CSS Document */

body {
  background:#485b6e;
}

.anim {
  max-width:500px;
  margin-left:auto;
  margin-right:auto;
  margin-top:6%;
}

h1 {
  font-family: "Open Sans", sans;
  font-weight:300;
  text-align:center;
  /*color:rgba(255,255,255,0.6)*/
}

.service-details {
	/*width: 460px;*/
	height: 182px;	
	/*height: 230px;*/
	overflow: hidden;
	position: relative;
}

.service-detail-2 {
	/*width: 460px;*/
	height: 100px;	
	/*height: 230px;*/
	overflow: hidden;
	position: relative;
}


.service-details img {
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: auto;
	/*height: 100%;*/
	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: -8px;
	font-size: 25px;
  font-weight:300;
	font-family: "Open Sans";
}

.service-details .service-hover-text h4 {
	padding: 0px;
	padding-bottom: 13px;
	margin: 0px;
	font-size: 14px;
  letter-spacing: 3px;
	width: 90%;
	font-family: "Open Sans";
  text-transform:uppercase;
	border-bottom: 2px solid #000;
}

.service-details .service-hover-text p {
	padding-top: 13px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Open Sans";
}

.service-details .service-hover-text{
	width: 100%;	
	position: absolute;
	bottom: -10%; /*red color before hover - not preview */
	height:3%;	
	padding: 3% 4%;
	background: #E2001A;
	color: rgba(255,255,255,1);
	/*display: none;*/
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
	text-align:center;
}

.service-details:hover .service-hover-text {
	display: block !important;
	color: rgba(255,255,255,1);
	background:rgba(217,14,14,0.85);
	width:100%;
	bottom: 0px;
	height:100%;  /*red color hover height - onthe image */
}

.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:#FF5A22 !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: #000 !important;
}

/*Client logo slider*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn 
			{
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(img/a12.png) no-repeat;
                overflow: hidden;
            }

            .jssora12l {
                background-position: -16px -37px;
            }

            .jssora12r {
                background-position: -75px -37px;
            }

            .jssora12l:hover {
                background-position: -136px -37px;
            }

            .jssora12r:hover {
                background-position: -195px -37px;
            }

            .jssora12ldn {
                background-position: -256px -37px;
            }

            .jssora12rdn {
                background-position: -315px -37px;
            }
			
			 .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
                background: url(img/b05.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }

            .jssorb05 div {
                background-position: -7px -7px;
            }

                .jssorb05 div:hover, .jssorb05 .av:hover {
                    background-position: -37px -7px;
                }

            .jssorb05 .av {
                background-position: -67px -7px;
            }

            .jssorb05 .dn, .jssorb05 .dn:hover {
                background-position: -97px -7px;
            }

			
/*
			.smenu
			{
			margin-top:-3px;
			}*/
