body {
	min-width: 320px;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 400;
	color: #363636;
}
h1,
h2 {
	width: fit-content;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	line-height: 1.3;
	font-size: calc(1rem + .8vw);
	font-weight: 600;
	color: #262626;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #ffcc02;
}
h3 {
	width: fit-content;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	line-height: 1.3;
	font-size: calc(1rem + .8vw);
	font-weight: 400;
	color: #262626;
	text-decoration: none;
	border-bottom: 2px solid #d3d3d3;
}
h4 {
	width: fit-content;
	height: auto;
	margin: 0 0 20px 0;
	line-height: 1.3;
	font-size: calc(1rem + .8vw);
	font-weight: 400;
	color: #262626;
	text-decoration: none;
	border-bottom: none;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #d9ae03;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
a:hover,
a:focus {
	color: #4ab76e;
}
b,
strong {
	font-weight: 600;
}
mark,
mark.yellow {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #ffcc02;
}
mark.green {
	color: #4ab76e;
}
ul.highlighted {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.highlighted li::before {
	margin: 0 10px 0 0;
	padding: 0;
	content: "●";
	color: #ffcc02;
}
button.cta {
	width: auto;
	height: auto;
	margin: 30px auto 0 auto;
	padding: 5px 30px;
	display: block;
	background-color: #4ab76e;
	background: -webkit-linear-gradient(rgba(22,195,129,1),rgba(41,155,154,1));
	background: -moz-linear-gradient(rgba(22,195,129,1),rgba(41,155,154,1));
	background: -o-linear-gradient(rgba(22,195,129,1),rgba(41,155,154,1));
	background: linear-gradient(rgba(22,195,129,1),rgba(41,155,154,1));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16c381",endColorstr="#299b9a");
	border: 1px solid #fff;
	border-radius: 20px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 10px rgba(255,255,255,1);
	box-shadow: 0 0 10px rgba(255,255,255,1);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
button.cta:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
body header {
	margin: 0;
	padding: 0;
}
body header nav {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 !important;
}
body header nav a.navbar-brand {
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0;
	font-family: 'Goldman', cursive;
	line-height: 24px;
	font-size: 11px;
	font-weight: 400;
	color: #363636 !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
body header nav a.navbar-brand span.dot {
	width: 16px;
	height: 16px;
	margin: 4px 10px 4px 0;
	padding: 0;
	display: block;
	float: left;
	background-color: #ffcc02;
	border-radius: 8px;
}
body header nav ul.navbar-nav li.nav-item a.nav-link {
	padding: 32px 8px;
	line-height: 21px;
	font-size: 14px;
	font-weight: 400;
	color: #363636;
	outline: none;
}
body header nav ul.navbar-nav li.nav-item a.nav-link:hover,
body header nav ul.navbar-nav li.nav-item a.nav-link:focus,
body header nav ul.dropdown-menu li a.dropdown-item:hover,
body header nav ul.dropdown-menu li a.dropdown-item:focus {
	background-color: transparent;
	color: #d9ae03;
}
body header nav ul.navbar-nav li.nav-item a.nav-link.active,
body header nav ul.dropdown-menu li a.dropdown-item.active {
	background-color: transparent;
	color: #4ab76e;
}
body header nav ul.dropdown-menu {
	background-color: #d7d8da;
	border: none;
	border-radius: 0;
	font-size: 14px;
}
body header nav button.navbar-toggler {
	margin: 10px 0;
	outline: none !important;
	box-shadow: none !important;
}
.service-list {
	width: 100%;
	height: 21px;
	margin: 15px 0 0 0;
	padding: 0;
	line-height: normal;
	font-size: 8px;
	font-weight: 400;
	color: #d3d3d3;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.service-list a {
	color: #d3d3d3;
}
.service-list a:hover,
.service-list a:focus {
	color: #4ab76e;
}
body main {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
body.frontpage main section.intro {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #171717;
	background-image: -webkit-radial-gradient(circle,rgba(63,63,63,1) 0%,rgba(23,23,23,1) 75%);
	background-image: -moz-radial-gradient(circle,rgba(63,63,63,1) 0%,rgba(23,23,23,1) 75%);
	background-image: -o-radial-gradient(circle,rgba(63,63,63,1) 0%,rgba(23,23,23,1) 75%);
	background-image: radial-gradient(circle,rgba(63,63,63,1) 0%,rgba(23,23,23,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f3f3f",endColorstr="#171717",GradientType=1);
	border-bottom: 2px solid #484848;
	line-height: normal;
	font-size: calc(.5rem + .8vw);
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
body.frontpage main section.intro a {
	color: #ffcc02;
}
body.frontpage main section.intro a:hover,
body.frontpage main section.intro a:focus {
	color: #4ab76e;
}
body.frontpage main section.intro .bioler {
	min-height: 300px;
	position: relative;
}
body.frontpage main section.intro .bioler img.boiler-image {
	width: 116px;
	height: 280px;
	margin: 20px auto 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
body.frontpage main section.intro .aboutus {
	margin: 40px 0;
}
body.frontpage main section.intro .aboutus h2 {
	border: none;
	line-height: normal;
	font-size: calc(.8rem + .8vw);
	font-weight: 400;
	color: #fff;
}
body.frontpage main section.aboutus {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
body.frontpage main section.aboutus .row {
	border-bottom: 2px solid #f5f5f5;
}
body.frontpage main section.aboutus .row .text {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	border-radius: 0;
}
body.frontpage main section.services {
	width: 100%;
	height: auto;
	margin: 50px 0;
	padding: 0;
}
body.frontpage main section.services a.service {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0;
	display: block;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
body.frontpage main section.services a.service:hover,
body.frontpage main section.services a.service:focus {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
body.frontpage main section.services a.service h2 {
	width: 100%;
	height: auto;
	min-height: 60px;
	margin: 0;
	padding: 0 15px;
	display: flex;
	background-color: #ffcc02;
	line-height: normal;
	font-size: calc(.8rem + .8vw);
	font-weight: 600;
	color: #000;
	align-items: center;
    justify-content: center;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
body.frontpage main section.services a.service p {
	width: 100%;
	height: auto;
	min-height: 150px;
	margin: 0;
	padding: 15px;
	background-color: #818181;
	line-height: normal;
	font-size: calc(.6rem + .8vw);
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
body.frontpage main section.warning,
body.page main section.callus {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 60px 0;
	background-color: #818181;
	background-image: url("../images/frontpage/warning-bg.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
body.frontpage main section.warning h2 {
	margin: 0 auto 30px auto;
	padding: 0;
	border: none;
	line-height: normal;
	font-size: 30px;
	font-weight: 600;
	color: #ffcc02;
	text-transform: uppercase;
	text-decoration: none;
}
body.frontpage main section.warning p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
body.frontpage main section.examples,
body.frontpage main section.brands,
body.frontpage main section.legal {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0;
	border-bottom: 2px solid #f5f5f5;
	line-height: normal;
	font-size: 16px;
	text-decoration: none;
}
body.frontpage main section.brands h2 {
	margin-right: auto;
	margin-left: auto;
}
body.frontpage main section.area {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
	background-color: #39362d;
	background-image: url("../images/frontpage/area-bg.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
body.frontpage main section.area h2 {
	margin: 0 auto 30px auto;
	padding: 0;
	border: none;
	line-height: normal;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
body.frontpage main section.area p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
body.page main section {
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 0;
}
body footer {
	width: 100%;
	height: auto;
	min-height: 82px;
	margin: 0;
	padding: 20px 0;
	background-color: #ffcc02;
}
body footer small.legal {
	margin: 0 10px;
	padding: 0;
	line-height: 21px;
	font-weight: 300;
	color: #363636;
	text-decoration: none;
}
body .modal .modal-dialog .modal-content {
	margin: 0;
	padding: 0;
	border: none;
}
body .modal .modal-dialog .modal-content .modal-header {
	margin: 0;
    padding: 20px 15px;
	border-bottom: 2px solid #ffcc02;
}
body .modal .modal-dialog .modal-content .modal-header h2.modal-title {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	line-height: normal !important;
}
body .modal .modal-dialog .modal-content .modal-header button.btn-close {
	width: 30px;
	height: 30px;
	margin: -30px -5px 0 0;
	padding: 0;
	float: right;
	background-image: url("../images/icons/close.svg");
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	outline: none;
	box-shadow: none;
}
@media only screen and (max-width: 991px) {
	body header nav .navbar-collapse {
		margin: 0 -12px;
		padding: 0;
		background-color: #ecedf0;
		border-top: 2px solid #ffcc02;
	}
	body header nav ul.navbar-nav {
		margin: 0;
		padding: 10px 0;
	}
	body header nav ul.navbar-nav li.nav-item a.nav-link {
		margin: 0;
		padding: 10px 12px;
	}
}
@media only screen and (min-width: 480px) {
	body header nav a.navbar-brand {
		font-size: 16px;
	}
	.service-list {
		font-size: 14px;
	}
}
@media only screen and (min-width: 576px) {
	body.frontpage main section.intro .aboutus p {
		text-align: left;
	}
	body.frontpage main section.services a.service h2 {
		font-size: 14px;
	}
	body.frontpage main section.services a.service p {
		min-height: 210px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 768px) {
	body header nav a.navbar-brand {
		font-size: 20px;
	}
	body.frontpage main section.intro {
		font-size: 14px;
	}
	body.frontpage main section.intro .aboutus h2 {
		font-size: 20px;
	}
	body.frontpage main section.aboutus {
		text-align: left;
	}
	body.frontpage main section.aboutus .row {
		background-image: url("../images/frontpage/aboutus-bg.jpg");
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-position: right center;
		background-repeat: no-repeat;
	}
	body.frontpage main section.aboutus .row .text {
		border-radius: 0 0 150px 0;
	}
}
@media only screen and (min-width: 992px) {
	body header nav {
		min-height: 85px;
	}
	body.frontpage main section.aboutus .row .text {
		padding-right: 150px;
	}
}
@media only screen and (min-width: 1200px) {
	body.frontpage main section.services a.service h2 {
		font-size: 16px;
	}
	body.frontpage main section.services a.service p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	h1,
	h2,
	h3,
	h4 {
		font-size: 27px;
	}
}
