﻿.it-careers-value-header {
	background-color:#ECECEC !important;
	color:#000000 !important;
}

.it-value-bg {
	background-color:#ECECEC !important;
}

.it-careers-value-content {
	color:#000000 !important;
	line-height:1.15em !important;
}

.it-careers-value-image {
	width:100%;
	height:100%;
}

.it-tight-column {
	padding-right:0px !important;
	padding-left:0px !important;
}

#cont { 
	background-color: #fff;
}

#cont h3 { 
font-size: 36px;
    line-height: 1.44444444;
    font-weight: 700;
    text-transform: uppercase;
	text-align: left;
	padding-bottom: 30px;
	
}

#cont h4 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.ablue {
	color: #3866cc;
	padding-bottom: 97px;

}

#cont .contleft {
	float: left;
	width: 500px;
	margin: 0px 10px;
	text-align: left;
	padding-top: 30px;
}

#cont .contleft h4 {
	float: right;
	color: #50bdf3;
	clear: both;
	font-size: 16px;
}

#cont .contleft .mot {
	margin-top: 14px;
}

#cont .contright {
	float: right;
	width: 698px;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
}

#cont table.values {
	margin: 0px auto;
	border-collapse: separate;
	border-spacing: 32px;
	width:100%;
}

#cont table.values tr td {
	vertical-align: middle;
	width: 50%; /*295px;*/
	height: 310px;
	background: #fff;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 8px 2px #ecf2fe;
	padding: 0px;
	line-height: 135%;

}

#cont table.values tr td h4 {
	color: #039;
}

#cont table.values tr td.heartbg{
	background-image: url('images/careers/heartbg.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}

#cont table.values tr td.flowerbg{
	background-image: url('images/careers/flowerbg.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
	

#cont table.values tr td .noshow {
	display: none;
}

#cont table.values tr td:hover .noshow {
	display: block;
}

#cont .contleftb {
	float: left;
	width: 700px;
	margin: 60px 10px;
	text-align: left;
	padding-top: 45px;
}

#testimonials {

}

#cont .contleftb ul {
	margin-left: 20px;
}

#cont .contleftb ul li {
	margin: 5px 14px;
	list-style-image: url(images/listchk.png);
	font-size: 14px;
}

#cont .contleftb ul li:hover {
	cursor: pointer;
	color: #50bdf3;
}

#cont .contrightb {
	
	float: right;
	width: 499px;
	margin: 60px 10px;
	padding: 0px;
	text-align: center;
}



/* --------------------------------------------------------------
				style10.css
-------------------------------------------------------------- */
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}




/* --------------------------------------------------------------
				style_common.css
-------------------------------------------------------------- */
.view {
   width:100%; /*295px;*/
	/*height: 310px;*/
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%; /*300px;*/
   /*height: 300px;*/
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 26px;
   /*padding: 10px;*/
   background: rgba(0, 0, 0, 0.9);
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 16px;
   position: relative;
   color: #fff;
   padding: 20px 20px 20px;
   text-align: center;
}

@media (max-width: 767px) {
	.view h2 {
	   text-transform: uppercase;
	   color: #fff;
	   text-align: center;
	   font-weight:bold;
	   position: relative;
	   font-size: 26px;
	   /*padding: 10px;*/
	   background: rgba(0, 0, 0, 0.9);
	   margin: 20px 0 20px 0;
	}


	.view p {
	   font-style: italic;
	   font-size: 30px;
	   position: relative;
	   color: #fff;
	   padding: 20px 40px 20px;
	   line-height:2.0em;
	   text-align: center;
	}
}

.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
				