.about-red-rectangle-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}
.about-red-rectangle {
	background: #fc033e;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	padding: 20px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	width: calc(25% - 15px);
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.about-red-rectangle .num {
	font-size: 180%;
	vertical-align: sub;
}
.about-more-info-block a {
	display: block;
	text-align: center;
	padding-bottom: 18px;
	line-height: 0;
}
.about-more-info-block a:hover img {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	outline: 1px solid rgba(0, 0, 0, 0.2);
}
.about-more-info-block [class^="flex-item-"] {
	padding-left: 9px;
}
.about-more-info-block [class^="flex-item-"]:first-child {
	padding-left: 0;
	padding-right: 9px;
}
.advantage-package-plus5000 {
	display: flex;
	width: 100%;
}
.advantage-package-plus5000 img {
	width: 50%;
}
.about-blue-rectangle-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}
.about-blue-rectangle {
	background: #00bffb;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	padding: 20px;
	font-size: 24px;
	text-align: center;
	/*text-transform: uppercase;*/
	color: #ffffff;
	width: calc(33% - 10px);
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.about-blue-rectangle .num {
	font-size: 150%;
	vertical-align: sub;
}
.where-we-build-map {
	background: url('../images/where-we-build-map.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
	margin:0 -15px;
}
/**
 * Our Suppliers
 **/
.suppliers-carousel {
	display: flex;
	flex-wrap: wrap;
	height: 388px;
	flex-direction: column;
	overflow: hidden;
}
.our-supplier-thumb {
	width: calc(100% / 3 - 20px);
	border: 1px solid #808080;
	margin: 10px;
	padding: 13px 25px;
	justify-content: center;
	height: calc(50% - 20px);
	display: flex;
	align-items: center;
}
.suppliers-carousel_control-nav {
	text-align: center;
}
.suppliers-carousel_control-nav > a {
	display: inline-block;
	width: 14px;
	height: 14px;
	outline: 1px solid #808080;
	border: 2px solid white;
	background: #ffffff;
	border-radius: 50%;
	margin: 12px 8px;
}
.suppliers-carousel_control-nav > a.active {
	background: #ff0000;
}
.win-with-colorbond-headerimage {
	padding-top: 45px;
	font-size: 0;
}
.win-with-colorbond-lightgrey {
	background: #f5f6f7;
	padding: 25px 50px;
	text-align: center;
}
.win-with-colorbond-lightgrey a {
	margin: 10px 20px;
}
.win-with-colorbond-winblock {
	background: url(/images/win-with-colorbond-win.jpg);
	background-size: cover;
	background-position: center;
}
.win-with-colorbond-darkgrey {
	background: #333333;
	color: white;
	padding: 25px 50px;
	text-align: justify;
	font-size: 90%;
}
.win-with-colorbond-darkgrey a {
	color: #ef4923;
}
.win-with-colorbond-winblock {
	padding: 30px 50px;
	text-align: right;
}
.win-with-colorbond-winblock > div {
	width: 520px;
	max-width: 100%;
	display: inline-block;
	right: 0;
	text-align: left;
}
.win-with-colorbond-winblock h1 {
	font-size: 60px;
}
.win-with-colorbond-winblock h3 {
	font-size: 34px;
}
.win-with-colorbond-winblock h1, .win-with-colorbond-winblock h3 {
	margin: 20px 0;
	text-align: left;
	color: white;
	text-shadow: 3px 3px 15px black;
}
.win-with-colorbond-winblock .btn {
	margin: 20px 0;
}
.win-with-colorbond-samplesblock {
	display: flex;
	background: #d1d2d4;
	color: #333333;
	font-size: 20px;
}
.win-with-colorbond-samplesblock li {
	padding-top: 20px;
}
.win-with-colorbond-samplesblock > div {
	padding: 25px 50px;
	width: 50%;
}
.win-with-colorbond-samplesblock-img {
	background: url(../images/win-with-colorbond-samples.jpg);
	background-size: cover;
	background-position: bottom right;
}
@media (max-width: 1599px) {
	.suppliers-carousel {
		height: calc(24vw + 20px);
	}
	.win-with-colorbond-content {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (max-width: 1023px) {
	.about-red-rectangle {
		width: calc(50% - 20px);
	}
	.about-more-info-block [class^="flex-item-"], .about-more-info-block [class^="flex-item-"]:first-child {
		padding: 0;
	}
	#advantage-logo {
		display: none;
	}
	.suppliers-carousel {
		height: calc(34vw + 20px);
	}
	.our-supplier-thumb {
		width: calc(100% / 2 - 20px);
	}
	.win-with-colorbond-samplesblock > div {
		padding: 30px;
	}
	.about-blue-rectangle-container {
		justify-content: center;
	}
	.about-blue-rectangle {
		width: calc(50% - 20px);
	}
}
@media (max-width: 799px) {
	.win-with-colorbond-samplesblock {
		flex-direction: column;
	}
	.win-with-colorbond-samplesblock > div {
		width: 100%;
		min-height: 300px;
	}
	.about-blue-rectangle-container {
		justify-content: center;
	}
	.about-blue-rectangle {
		width: 90%;
	}
}
@media (max-width: 767px) {
	.advantage-package-plus5000 {
		flex-direction: column;
	}
	.advantage-package-plus5000 img {
		width: 100%;
	}
	.win-with-colorbond-winblock {
		padding: 30px 15px;
		text-align: right;
	}
	.win-with-colorbond-winblock > div {
		width: 420px;
	}
	.win-with-colorbond-winblock h1 {
		font-size: 48px;
	}
	.win-with-colorbond-winblock h3 {
		font-size: 26px;
	}
	.about-blue-rectangle-container {
		justify-content: center;
	}
	.about-blue-rectangle {
		width: 90%;
	}
}
@media (max-width: 639px) {
	.about-red-rectangle-container {
		justify-content: center;
	}
	.about-red-rectangle {
		width: 80%;
	}
	.where-we-build-map {
		height: 95vw;
	}
	.suppliers-carousel {
		height: calc(65vw + 20px);
	}
	.our-supplier-thumb {
		width: calc(100% - 20px);
	}
	.win-with-colorbond-lightgrey, .win-with-colorbond-darkgrey {
		padding: 25px 15px;
	}
	.win-with-colorbond-winblock > div {
		width: 100%;
		text-align: center;
	}
	.win-with-colorbond-winblock h1, .win-with-colorbond-winblock h3 {
		text-align: center;
	}
	.win-with-colorbond-samplesblock > div {
		padding: 25px 15px;
		font-size: 16px;
	}
	.about-blue-rectangle-container {
		justify-content: center;
	}
	.about-blue-rectangle {
		width: 90%;
	}
}