.harness_box {
	box-shadow: 0 0 10px #777;
	background-color: #ececea;
	margin-top: 1rem;
	text-align: left;
	height: 20rem;
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	min-width: 250px;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}

.harness_box img {
	margin: 0 auto;
	display: block;
	height: 90%;
	width: auto;
	max-width: 100%;
}

.harness_box:nth-of-type(2n) .harness_image {
	float: right;
	background-color: #fff;
}

.harness_text, .harness_image {
	box-sizing: border-box;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 12px 16px 0 16px;
}

.harness_image {
	background-color: #fff;
	width: 32%;
}

.harness_text {
	width: 67.5%;
	background-color: #ececea;
	padding-left: 6.5%;
	padding-right: 6.5%;
}

#harness_header_img {
	width: 100%;
	height: auto;
}

@media only screen and (max-height: 800px) {
	#harness_header {
		height: 280px;
		overflow: hidden;
	}
}

#harness_submenu {
	background-color: rgba(231, 231, 228, 0.3);
	/* Ugly fix for too low menu */
	bottom: 3px;
	position: absolute;
	height: 2.7rem;
	line-height: 2.7rem;
	z-index: 1;
	width: 1000px;
}

#harness_submenu.scrolling {
	position: fixed;
	top: 0;
	bottom: auto;
	background-color: rgba(231, 231, 228, 1);
}

#harness_submenu_container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#harness_submenu ul {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;

}

#harness_submenu img {
	margin-bottom: 0.31rem;
	vertical-align: middle;
	width: 5.8rem;
	height: auto;
}

#harness_submenu a {
	font-size: 0.8rem;
	color: #000;
}

.no-js #harness_submenu a:hover ,
 .no-touch #harness_submenu a:hover {
	color: #ec0000;
}

#harness_submenu li {
	word-spacing: -0.05em;
	margin: 0 8px;
	display: inline-block;
}

#harness_submenu li:first-of-type a {
	border-bottom: 1px solid #ec0000;
}