#clients-container {
	border-top: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
	width: 100%;
}
#clients {
    border-top: 1px solid #2D2D2D;
	border-left: 1px solid #2D2D2D;
	border-right: 1px solid #2D2D2D;
	width: 100%;
}

.clients-header {
	color: #1485CF;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
}
.clients-vspacer-15 {
	height: 15px;
}
.client-spacer-dark-bg
	background-color: #181818;
}

.client-logo {
	
	display:inline-block;min-height: 50px !Important;max-height: 75px !Important;margin: auto !Important;min-width: 75px;max-width: 75px !Important;
}

