

.main-moving-section {
	position: relative;
	background: #D8D8D8;
	padding: 50px 0px;
}

.main-moving-section h1,
.main-moving-section h4 {
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.main-moving-section h1 {
	font-size: 5rem;
}

.main-moving-section h4 {
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
	font-size: 2.5rem;
}

.main-moving-section p {
	color: #5F5F5F;
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
	font-size: 3rem;
	margin-bottom: 30px;
}

.img-value-point {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

a.moving-cta-button {
	display: inline-block;
	border-radius: 50px;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 2.5rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #E84C53;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 30px;
}

a.moving-cta-button:hover {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

.left-moving-boxes {
	position: absolute;
	bottom: 0;
	left: 0;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.right-moving-boxes {
	position: absolute;
	bottom: 0;
	right: 0;
}

.moving-value-point,
.moving-value-point-alt {
	padding: 50px 0;
}

.moving-value-point h2 {
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
	font-size: 3.5rem;
	color: #979797;
	margin-bottom: 0px;
}

.moving-value-point h3 {
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
	color: #787878;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 30px;
}

.moving-value-point p,
.moving-value-point-alt p {
	font-size: 2rem;
}

.moving-value-point-alt {
	background: #4A4A4A;
	color: #FFFFFF;
	position: relative;
}

.img-movers {
	margin-top: -75px;
}

.img-supplies {
	margin-top: -100px;
}

.moving-value-point-alt h2 {
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
	font-size: 3.5rem;
	margin-bottom: 0px;
	text-align: center;
}

.moving-value-point-alt h3 {
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
	color: #E2E2E2;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}

.moving-value-point-alt h4 {
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
	color: #C6E7FB;
	font-size: 2.5rem;
	margin-top: 30px;
	text-align: center;
}

.moving-value-point-alt p {
	color: #FFFFFF;
}

@media (max-width: 1200px) {
	.main-moving-section h1 {
		font-size: 3.5rem;
	}

	.main-moving-section p {
		font-size: 2rem;
	}

	.img-value-point {

	}

	a.moving-cta-button {
		font-size: 1.75rem;
	}

	.left-moving-boxes,
	.right-moving-boxes {
		width: 300px;
	}
}

@media (max-width: 991px) {
	.main-moving-section p {
		text-align: center;
	}

}

@media (max-width: 800px) {
	.left-moving-boxes,
	.right-moving-boxes {
		width: 200px;
	}
}


@media (max-width: 500px) {
	.left-moving-boxes,
	.right-moving-boxes {
		width: 150px;
	}
}





