#header-row-border,
.page-title {
	display: none;
}

#services-type-selectors {
	margin-top: 10px;
	margin-bottom: 2px;
}

#services-type-selectors .services-type-selector-f,
#services-type-selectors .services-type-selector-u {
	background-image: url("/thm/es/mod/esmainpage/img/bg_blue.jpg");
	background-repeat: repeat-x;
	height: 157px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	font-family: "Roboto Condensed", Arial, sans-serif;
}

#services-type-selectors .inactive {
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#services-type-selectors .services-type-selector-f span,
#services-type-selectors .services-type-selector-u span {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	text-shadow: 1px 2px 5px #557998;
	position: absolute;
	left: 250px;
	top: 50px;
}

@media (max-width: 991px) {
	#services-type-selectors .services-type-selector-f span,
	#services-type-selectors .services-type-selector-u span {
		font-size: 28px;
		left: 160px;
		top: 40px;
	}
}

#services-type-selectors span.arrow,
#services-selector span.arrow {
	left: auto;
	top: auto;
	right: 10px;
	bottom: -10px;
	font-size: 50px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

@media (max-width: 991px) {
	#services-type-selectors span.arrow,
	#services-selector span.arrow {
		font-size: 46px;
	}
}

#services-type-selectors .people-rotator {
	position: relative;
	left: 40px;
	width: 160px;
	height: 157px;
}

@media (max-width: 991px) {
	#services-type-selectors .people-rotator {
		left: -5px;
	}
}

#services-type-selectors .people-rotator img {
	position: absolute;
	height: 150px;
	left: 0;
	bottom: 0;
	display: none;
}

#services-type-selectors .people-rotator img:first-child {
	display: block;
}

#services-type-selectors .services-type-selector-f {
	background-position: 0 100%;
	border-right: 1px solid #fff;
}

#services-type-selectors .services-type-selector-u {
	background-position: 600px 100%;
	border-left: 1px solid #fff;
}

#services-selector .services-type-selector a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
}

#services-selector .services-type-selector img {
	height: 70px;
	width: auto \9; /* ie8 */
	margin-right: 0.6em;
	float: left;
}

.services-type-selector.inactive a {
	color: #c2c2c2
}

.services-type-selector.inactive {
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#services-selector .services-type-selector {
	background-image: url("/thm/es/mod/esmainpage/img/bg_blue.jpg");
	background-repeat: repeat-x;
	background-position: 0 100%;
	margin-bottom: 2px;
	position: relative;
	overflow: hidden;
}

#services-selector .services-type-selector span {
	color: #fff;
	font-size: 30px;
	text-shadow: 1px 2px 5px #557998;
}

#services-selector span.arrow {
	position: absolute;
	font-size: 40px;
	bottom: -5px;
}