.feature-item-wrap {
	position: relative;
	width: 100%;
}
.feature-item-text {
	color: #333;
}
.feature-item-text > p {
	color: #333;
	text-align: center;
}
.feature-item-image {
	width: auto;
	overflow: hidden;
	text-align: right;
}
@media screen and (min-width: 320px) {
	.tabs li span.number { display: none; }
	.tabs li span.label { display: inline; }

	.feature-item-text {
		background: #FFF no-repeat -300000px center;
		width: auto;
		position: static;
		left: auto;
		top: auto;
	}
	.feature-item-text > h2 {
		color: #000;
		margin: 0;
		text-align: center;
	}
	.feature-item-image {
		margin-left: 0px;
		height: auto;
	}
}
@media screen and (min-width: 768px) {
	.tabs-panel {
		height: 280px !important;
	}
	.tabs li span.number { display: inline; }
	.tabs li span.label { display: none; }

	.feature-item-text {
		width: 240px;
		padding: 10px;
		height: 220px;
		position: absolute;
		left: 0px;
		top: 0px;
		background: #000 no-repeat center 20px;
		border-bottom: 40px solid #ccc;
	}
	.feature-item-text > h2:first-child {
		color: #ddd;
		-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.7)));
		margin: 0px 0px 5px 0px;
		line-height: 1em !important;
		font-size: 260%;
		font-weight: normal;
		text-align: center;
	}
	.feature-item-text > p {
		margin-top: 5px;
		font-size: 100%;
		font-weight: normal;
		color: #FFF;
		text-align: left;
	}
	.feature-item-image {
		margin-left: 250px;
		height: 280px;
	}
	.tabs .tabs-toggle > a.tabs-prev {
		margin-left: 170px !important;
	}
	.feature-item-text.aviation.sector-bg { background-image: url(../../images/sectors/features/textarea-aviation.jpg); }
	.feature-item-text.rail.sector-bg { background-image: url(../../images/sectors/features/textarea-rail.jpg); }
	.feature-item-text.marine.sector-bg { background-image: url(../../images/sectors/features/textarea-marine.jpg); }
	.feature-item-text.tunnels.sector-bg { background-image: url(../../images/sectors/features/textarea-tunnels.jpg); }
	.feature-item-text.bridges.sector-bg { background-image: url(../../images/sectors/features/textarea-bridges.jpg); }
}

.feature-item-image > img {
	margin: 0;
	padding: 0;
}









