.who-we-serve {
	color:#555;
}
.who-we-serve p {
	font-size:1.1em;
}
.serve-content ul.info-list {
	list-style:none;
	padding-left:0;
	font-size:1.1em;
}
.serve-content ul.info-list li {
	padding:0.5em 0;
	border-bottom:1px solid #ddd;
}
.serve-content img.pull-left {
	margin-right:2em;
	margin-bottom:1em;
	margin-top:1em;
}
.serve-content img.radius {
	border-radius:10px;
}
.serve-content img.medium {
	width:100%;
}
.serve-content p {
	font-size:1.1em;
}
.serve-content h3 {
	color:#777;
	border-bottom:1px dotted #ccc;
	font-size:1.4em;
	display:inline-block;
	margin-top:0.5em;
	padding-top:0;
}

.product-slider-standard {
	margin-top:1em;
}

/* Who-We-Serve Gallery CSS */

* {
	box-sizing: border-box;
}

.gallery-container {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.gallery-item {
	flex-basis: 32.7%;
	margin-bottom: 6px;
	opacity: 1;
	cursor: pointer;
	padding: 2px;
}
.gallery-item:hover {
	opacity: .85;
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-content {
	font-size: .8em;
}

.lightbox {
	position: fixed;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
}
.lightbox-content {
	position: relative;
	width: 70%;
	height: 70%;
	margin: 5% auto;
}
.lightbox-content img {
	border-radius: 7px;
	box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
	object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 7px;
	top: 45%;
	cursor: pointer;
}
.lightbox-prev {
	left: 0;
}
.lightbox-next {
	right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
	opacity: .8;
}

@media (max-width: 767px) {
	.gallery-container {
		width: 100%;
	}
	.gallery-item {
		flex-basis: 49.80%;
		margin-bottom: 3px;
	}
	.lightbox-content {
		width: 80%;
		height: 60%;
		margin: 15% auto;
	}
}
@media (max-width: 480px) {
	.gallery-item {
		flex-basis: 100%;
		margin-bottom: 1px;
	}
	.lightbox-content {
		width: 90%;
		margin: 20% auto;
	}
}

/*End Gallery*/



/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.serve-content img.medium {
		width:400px;
		max-width:40%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

