@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--wrap: 1520px;
	--paraheight: 600px;
	--oddcolor: #26493b;
	--evencolor: #242531;
	--pagebg: linear-gradient(to right,  #fafbfd 0%,#dbdbdd 100%);
}

html {
	height: 100%;
}

html, body {
	margin: 0;
	padding: 0;
	zoom: 1;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

p, table tr td {
	font-size: 1em;
	vertical-align: top;
}

h1, h2, h3, h4, p {
	margin: 15px auto 20px;
}

strong {
	font-weight: 600;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	outline: none;
}

span.br {
	display: block;
	font-size: 0;
}

img {
	max-width: 100%;
	height: auto;
}

#bodyCss {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #000;
	line-height: 1.3;
	text-align: center;
	background: var(--pagebg);
}

.parallax-mirror {
	text-align: left;
}

.mm-wrapper_opened .parallax-mirror {
	z-index: 2 !important;
}

	.wrapper {
		width: var(--wrap);
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.full-width .wrapper {
		width: auto;
	}

#header {
	text-align: right;
}

.customLogo {
	position: absolute;
	width: calc(50% + 32px);
	left: 0;
	top: 0;
	z-index: 999;
}

	.mod-custom span.logoImg {
		float: right;
		margin: .65em 0;
	}

	.logoImg .animate {
		position: absolute;
		right: 0;
	}



	.customLogo span.logoTxt {
		display: block;
		padding: .5em 0;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 1.25em;
		font-weight: 200;
		text-align: left;
		line-height: .95;
		color: #000;
	}

	.customLogo span.logoTxt:first-line {
		font-size: 1.27em;
		font-weight: 300;
	}


	#bannerBanners {
		position: relative;
		padding-bottom: 8em;
	}
	
		#bannerBanners .slideImg {
			height: 700px;
			background-position: center center;
		}
	
	.owl-dots {
		position: absolute;
		width: 100%;
		text-align: center;
	}

		.owl-dots > .owl-dot {
			position: relative;
			display: inline-block;
			width: 12%;
			margin: .35em .28%;
		}

		.owl-dots > .owl-dot:first-child {
			margin-left: 0;
		}

		.owl-dots > .owl-dot:last-child {
			margin-right: 0;
		}

		.owl-dot > img {
			width: 100%;
			height: auto;
		}

	#captionBanners {
		position: absolute;
		width: auto;
		pointer-events: none;
		z-index: 999;
	}

		#captionBanners .name {
			position: relative;
			z-index: 15;
		}

		#captionBanners .desc {
			position: absolute;
			right: -15px;
			bottom: -15px;
			z-index: 10;
		}

		#captionBanners .desc:after {
			content: '\00a0';
			font-size: 0;
			border-style: solid;
			border-color: #b5b5b6 transparent transparent;
			border-width: 15px 15px 0 0;

		}




.lead-items .item-content {
	position: relative;
	margin: 0 auto;
	padding: 5em 0 7em;
	color: #000;
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

	.lead-items .item-title {
		font-size: 1.5em;
		font-weight: 800;
	}

.lead-items p.readmore {
	text-align: center;
}

	p.readmore > a {
		display: inline-block;
		margin: 1em auto;
		padding: .85em 3.5em;
		color: #fff;
		font-size: .65em;
		text-transform: uppercase;
		background: #0272bc;
	}

	.intro-items p.readmore > a {
		margin: 1em 0;
		background: #02bcae;
	}

figure.item-image.left {
	position: relative;
	float: left;
	margin: 1em 3em 2em 0;
}

	figure.item-image.left:before,
	figure.item-image.left:after {
		content: '\00a0';
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

	figure.item-image.left img {
		position: relative;
		z-index: 1;
	}

	figure.item-image.left:before {
		left: -2em;
		top: 2em;
		background: #0002;
	}

	figure.item-image.left:after {
		left: 1em;
		top: -1em;
		background: #0001;
	}

.intro-items .item-content {
	padding: 3em 0;
	text-align: left;
}

	.neat h1.item-title {
		position: relative;
		display: inline-block;
		min-width: 8em;
		padding: .5em 0 .35em;
		border-bottom: 7px solid #fdd326;
		font-size: 2em;
	}

	.neat h1.item-title:before,
	.neat h1.item-title:after {
		position: absolute;
		right: -7px;
		bottom: -7px;
		width: 35px;
		height: 7px;
		content: '\00a0';
		font-size: 0;
		background: #fdd326;
		border-left: 10px solid white;
	}

	.neat h1.item-title:after {
		right: -30px;
		width: 20px;
	}

.intro-items .item-content.parallax {
	padding: 2.5em 0 3.5em;
	color: #fff;
	text-align: center;
}

	.intro-items h1 {
		padding: 1em 0;
		font-size: 2em;
	}

#footer {
	padding: 2em 0 3em;
	color: #535353;
	font-size: initial;
	background: #fff;
}

.customCopyright table td {
	font-size: 1em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

	.customCopyright > table td {
		padding: 1em;
	}

	.customCopyright > table tr td:first-child {
		text-align: center;
	}

	.customCopyright table tr td:first-child strong {
		font-weight: 400;
	}

	table.contact td {
		padding: 0;
	}

	table.contact tr td:first-child {
		padding-right: .5em;
		text-align: left;
	}

.soc {
	display: inline-block;
	width: 42px;
	height: 42px;
	font-size: 0;
	vertical-align: top;
	background-image: url(../images/soc.png);
}

	.soc.fb {
		margin: 0 7px 0 0;
		background-position: 0 0;
	}

	.soc.tw {
		margin: 0 7px;
		background-position: 50% 0;
	}

	.soc.ig {
		margin: 0 0 0 7px;
		background-position: 100% 0;
	}

form.mod-finder {
	display: inline-block;
	margin-left: 1em;
}

	.mod-finder input.form-control {
		display: inline-block;
		margin: 0 1em 0 0;
		padding: .85em 1.5em;
		border: 0 none;
		vertical-align: middle;
	}

	.mod-finder button.btn-primary {
		display: inline-block;
		padding: 0;
		font-size: 0;
		border: 0 none;
		background: none;
		vertical-align: middle;
	}
	
		.mod-finder .btn-primary .icon-search {
			display: block;
			font-size: initial;
			width: 2em;
			height: 2em;
			background: transparent url(../images/s.png) no-repeat center center;
		}


#footer {
	font-size: 0;
	text-align: left;
}

	#footer .no-card {
		display: inline-block;
		width: 25%;
		margin: 2.5em 0;
		text-align: left;
		font-size: initial;
	}

		#footer .no-card:first-child {
			width: 50%;
		}

	#footer h3 {
		font-weight: 800;
		font-size: 1.5em;
	}

	#footer p {
		font-size: 1.15em;
		font-weight: 400;
	}

	#footer a {
		text-decoration: none;
		color: #144962;
	}

		#footer a:hover {
			color: #5489a2;
		}

	#footer h3,
	#footer p {
		margin: .35em auto;
	}

	#footer .no-card.copyright {
		text-align: right;
	}

	.flooring h3 {
		color: #000;
	}


/* Tweaks */

.wrapper:before,
.wrapper:after {
	content: "\00a0";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.visually-hidden {
	display: none;
}

/* CSS Hacks */
.clearFix:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearFix {
	display: inline-block;
}

html[xmlns] .clearFix {
	display: block;
}

* html .clearFix {
	height: 1%;
}