.content-text {
	padding-bottom: 2em;
}

.content-text h1 {
	text-transform: uppercase;
	padding: 30px 0px;
	text-align: center;
	font-size: 34px;
	color: #151515;
	font-family: 'roboto_condensedbold';
	font-weight: normal;
	margin: 0px;
}

.content-text p {
	margin: 0px 0px 0.2em;
	font-size:13px;
	line-height:16px;
	color:#151515;
	white-space:pre-line;
}
.content-text p b {
	text-decoration:underline;
	color:#419cbe;
}
.content-text h2 {
	font-weight:normal;
	font-size:22px;
	color:#214856;
	font-family: 'roboto_condensedregular';
	padding:20px 0px 15px 0px;
	margin:0px;
}
.content-text table {
	width:480px;
	margin-bottom:25px;
}

.content-text ul {
	padding-left: 1.5em;
}

.content-text ul li {
	font-size:13px;
	background:url(../images/list-icon.png) no-repeat left center;
	padding-left:12px;
	margin-bottom:5px;
}

.our-services .content-text .items {
	position: relative;
	min-height: 550px;
}

.our-services .content-text .item .text h2 {
	font-size: 22px;
	color: #214856;
	font-family: 'roboto_condensedregular';
	display: block;
	margin-bottom: 7px;
	line-height: 24px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.content-text .item:hover .text {
	position: absolute;
	width: 940px;
	left: 0;
}

.our-services .content-text .item .text p,
.our-services .content-text .item .text ul {
	display: none;
}

.our-services .content-text .item .text p.top {
	display: block;
}

.our-services .content-text .item:hover .text p,
.our-services .content-text .item:hover .text ul {
	display: block;
}

.our-services .content-text .item.hidden {
	opacity: .3;
}



.our-services .content-text .item.hidden .text {
	display: none;
}

.content-text a {
	text-decoration: underline;
}
