body {
	font-family: 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #333;
}

a, a:hover, a:focus {
	color: #fff;
}

.btn-primary {
	background-color: #FF2500;
	border-radius: 0;
	padding: 8px 17px 10px 17px;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	border: none;
	border: solid 1px #FF2500;
}

.btn-primary::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	border: solid 1px #FF2500;
	top: 6px;
	left: 6px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #fff!important;
	color: #FF2500;
	border: solid 1px #FF2500;
}

.hero {
	min-height: 670px;
	background-color: #FF2500;
	background-image: url('../../img/Plant-Room.png');
	background-size: cover;
	color: #fff!important;
	position: relative;
	padding-bottom: 18px;
}

.hero .boxes {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}

.hero .box1 {
	content: "";
	position: absolute;
	height: 541px;
	width: 541px;
	border: solid 2px rgba(255,255,255,.2);
	right: 60px;
	top: 64px;
	transform: rotate(45deg);
}

.hero .box2{
	content: "";
	position: absolute;
	height: 541px;
	width: 541px;
	border: solid 2px rgba(255,255,255,.2);
	right: -140px;
	top: 64px;
	transform: rotate(45deg);
}

.hero img {
	max-width: 60%;
	margin-top: 50px;
}

.hero h1 {
	margin-top: 30px;
	font-size: 40px;
	line-height: 52px;
	font-weight: 400;
}

.hero h1 em {
	font-size: 30px;
	font-weight: 800;
}

.hero h2 {
	margin-top: 28px;
	font-size: 28px;
}

.hero h3 {
	margin-top: 54px;
	font-size: 24px;
	margin-bottom: 16px;
}

.hero p {
	margin-bottom: 12px;
}

.hero p strong {
	font-size: 18px;
}

.hero p.email {
	margin-bottom: 0px;
}

.hero p.general {
	margin-bottom: 0px;
}

.hero p.rgm-tel {
	margin-bottom: 0px;
}

/* INTRO */
section.white-bar p {
	font-size: 16px;
	line-height: 32px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.white-bar p.bar-sm {
	font-size: 16px;
}

/* SERVICES */
section.services {
	min-height: 480px;
	background-color: #EDEDED;
	position: relative;
}


.services .boxes {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}

.services .box1 {
	content: "";
	position: absolute;
	height: 400px;
	width: 400px;
	border: solid 2px rgba(255,255,255,.6);
	right: 110px;
	top: 265px;
	transform: rotate(45deg);
}

.services .box2{
	content: "";
	position: absolute;
	height: 400px;
	width: 400px;
	border: solid 2px rgba(255,255,255,.6);
	right: 0;
	top: 265px;
	transform: rotate(45deg);
}

.services .box1-right {
	content: "";
	position: absolute;
	height: 400px;
	width: 400px;
	border: solid 2px rgba(255,255,255,.6);
	right: 110px;
	top: 220px;
	transform: rotate(45deg);
}

.services .box2-right {
	content: "";
	position: absolute;
	height: 400px;
	width: 400px;
	border: solid 2px rgba(255,255,255,.6);
	right: 0;
	top: 220px;
	transform: rotate(45deg);
}

.vent-img {
	background-image: url('../../img/vent1.png');
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 52%;
	background-size: cover;
}

.vent-img.vent-right {
	background-image: url('../../img/vent2.png');
	right: 0;
}


.services h2 {
	font-size: 18px;
	margin-top: 36px;
	line-height: 30px; 
	margin-bottom: 40px;
}

.services ul {
	list-style: none;
	padding-left: 24px;
}

.services ul.ul-right {
	margin-top: -16px;
}

.services ul li {
	padding-bottom: 24px;
	position: relative;
}

.services ul li::before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	background-color: #FF2500;
	top: 4px;
	left: -24px;
	transform: rotate(45deg);
}

footer {
	padding-top: 60px;
	padding-bottom: 55px;
}

footer p {
	font-size: 18px;
	margin-bottom: 36px;
}

footer .social {
	margin-top: 55px;
}

footer .social a {
	padding-right: 24px;
}

footer .social a:last-of-type {
	padding-right: 0;
}

footer .social a.diamond:hover img {
	transform: rotateY(360deg);
	transition: all 1s ease-in-out;
}

footer .social a.diamond img {
	transition: all 1s ease-in-out;
}

footer .social a.rgm-logo img {
	padding-top: 24px;
}


@media screen and (min-width: 576px) {
	.hero h1 {
		font-size: 48px;
	}

	.hero img {
		max-width: 100%;
	}


	.services .box1{
		top: 372px;
	}

	.services .box2{
		top: 372px;
	}


	.services .box1-right{
		top: 372px;
	}

	.services .box2-right{
		top: 372px;
	}

	footer .social a.rgm-logo img {
		padding-top: 0;
	}
}


@media screen and (min-width: 768px) {

	.hero img {
		margin-top: 0;
	}

	section.white-bar p {
		font-size: 20px;
	}

	.vent-img {
		width: 40%;
		position: absolute;
		height: 100%;
		top: 0;
		padding-bottom: 0;
	}

	.white-bar p.bar-sm {
		font-size: 18px;
	}

	.services h2 {
		font-size: 21px;
		margin-top: 100px;
	}

	.services ul.ul-right {
		margin-top: 0px;
	}


	.services .box1{
		top: 50px;
		right: 110px;
	}

	.services .box2{
		top: 50px;
		right: -21px;
	}


	.services .box1-right{
		top: 90px;
		right: 407px;
	}

	.services .box2-right{
		top: 90px;
		right: 267px;
	}


	footer p {
		padding: 0 90px;
	}


}


@media screen and (min-width: 992px) {
	.hero {
		padding-bottom: 0;
	}


	.services .box1{
		right: 169px;
	}

	.services .box2{
		right: 30px;
	}


	.services .box1-right{
		top: 60px;
		right: 612px;
	}

	.services .box2-right{
		top: 60px;
		right: 464px;
	}
}


@media screen and (min-width: 1200px) {
	.services .box1{
		right: 22%;
	}

	.services .box2{
		right: 13%;
	}


	.services .box1-right{
		right: 60%;
	}

	.services .box2-right{
		right: 50%;
	}

	footer p {
		padding: 0 140px;
	}
}