.clients-section {
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
	z-index: 100;
	background: #ffffff;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.8;
	background: #ffffff;
	z-index: 0;
}

.clients-section .container,
.productsws .container { 
	max-width: 1280px; 
	width: 88.5%;
}

.clients-outer,
.logos-nav-wrap {
	position: relative;
}

.logos-nav {
	position: absolute;
	margin-top: 12px;
	width:20px;
}

.logos-l { left: -6%; }
.logos-r { right: -6%; }

.logos-outer { 
	overflow: hidden; 
	margin: 5px 0 20px;
}

.logos-holder {
	left: 0;
	position: relative;
}

.client-logo {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.client-title {
	color: #212217;
	font-weight: 900;
	width: 100%;
	display: block;
	padding: 16px 0 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
}

.logos-holder .client-logo:last-child { margin-right: 0; }

.attachment-client-logo {
	width: auto;
	max-height: 60px;
	vertical-align: middle;
}


.productsws {
	position: relative;
	z-index: 0;
	opacity: 1;
	background: none;
	clear: both;
	margin: 80px 0 20px;
}

.productsws .client-title {
	font-size: 2.1875em;
	border-bottom: none;
	margin-bottom: 14px;
}

.productsws .subtitle {
	text-align: center;
	font-size: 0.875em;
	color: #212217;
	margin-bottom: 24px;
}

.productsws .logo-nav-img {
	width: 14px;
	margin-top: 0;
}

.client-logo-ribbon {
	clear: both;
	margin: 52px 0 70px;
}

.client-logo-ribbon .client-title {
	border: none;
	font-size: 2.8175em;
}

.client-logo-ribbon .clients-section {
	position: relative;
	opacity: 1;
	background: #e3e3e3;
}

/*.client-logo-ribbon .client-logo img {opacity: 0.1;}*/

@media (max-width:1px) {
	.logos-l { left: -80px; }
	.logos-r { right: -80px; }
}
