<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.paragraph ul {list-style: disc; margin-left: 20px;}

/* POSITION CLASSES */
.wrapper {
	width: 1340px;
	margin: 0 auto;
	position: relative;
}
.wrapper.medium {
	width: 1000px;
}
.wrapper.small {
	width: 800px;
}
.clear {
	clear: both;
}
.dpn {
	display: none!important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt-5 {
	margin-top: -5px;
}
.mt-10 {
	margin-top: -10px;
}
.mt-20 {
	margin-top: -20px;
}
.mt-30{
	margin-top: -30px;
}
.mt-40{
	margin-top: -40px;
}
.mt-50{
	margin-top: -50px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.p10-0 {
	padding: 10px 0;
}
.p15-0 {
	padding: 15px 0;
}
.p30-0 {
	padding: 30px 0;
}
.p30-0-25{
    padding: 30px 0 25px 0;
}
.p40-0 {
	padding: 40px 0;
}
.p50-0 {
	padding: 50px 0;
}
.p60-0 {
	padding: 60px 0;
}
.p100-0 {
	padding: 100px 0;
}
.p30-60 {
	padding: 30px 60px;
}
.p40-60 {
	padding: 40px 60px;
}
.p60-40 {
	padding: 60px 40px;
}
.p5{
    padding: 5px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p30 {
	padding: 30px;
}
.p40 {
	padding: 40px;
}
.p50 {
	padding: 50px;
}
.p60 {
	padding: 60px;
}
.p100 {
	padding: 100px;
}
.p100-0 {
	padding: 100px 0;
}
.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pb100{
	padding-bottom: 100px;
}
.pt100 {
	padding-top: 100px;
}
.pb5 {
	padding-bottom: 5px;
}
/* FONT CLASSES */
.light {
	font-family: "Poppins";
	font-weight: 300;
	font-style: normal;
}
.regular {
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
}
.medium {
	font-family: "Poppins";
	font-weight: 500;
	font-style: normal;
}
.bold {
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
}
.extrabold {
	font-family: "Poppins";
	font-weight: 800;
	font-style: normal;
}
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
strong {
	font-weight: 600;
}
.italic {
	font-style: italic;
}
em {
	font-style: italic;
}
.centerText {
	text-align: center;
}
.title-big {
	font-size: 40px;
	line-height: 1.5;
}
.title-1 {
	font-size: 32px;
	line-height: 1.5;
}
.title-2 {
	font-size: 28px;
	line-height: 1.5;
}
.title-3 {
	font-size: 26px;
	line-height: 1.5;
}
.title-4 {
	font-size: 24px;
	line-height: 1.5;
}
.title-5 {
	font-size: 22px;
	line-height: 1.5;
}
.title-6 {
	font-size: 20px;
	line-height: 1.5;
}
.title-7 {
	font-size: 18px;
	line-height: 1.5;
}
.title-8 {
	font-size: 16px;
	line-height: 1.5;
}
/* GENERAL STYLING CLASSES */
.backgroundCover {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.clearFix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.relative {
	position: relative;
}
.btn {
	cursor: pointer;
}
.formshowerror {
	border: 1px solid red;
	background-color: #ffd0d0;
	color: red;
}
.parallax {
	overflow: hidden;
	position: absolute;
	float: left;
	height: 100%;
	top: 0;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.image {
	float: left;
	width: 100%;
}
.image img {
	float: left;
	max-width: 100%;
}
.fourColumn {
	float: left;
	width: 22.5%;
}
.fourColumn:nth-child(2) {
	margin: 0 1.5% 0 3%;
}
.fourColumn:nth-child(3) {
	margin: 0 3% 0 1.5%;
}
.center {
	display: flex;
	align-items: center;
	height: 100%;
}
.flexRow {
	flex: 0 0 100%;
}
.shadowText {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.zi70 {
	z-index: 70;
}
.zi80 {
	z-index: 80;
}
.centerBack {
	background-position: center;
}
/* GENERAL ELEMENTS */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: white;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
a {
	color: inherit;
}
b {
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
}
.paragraph {
	float: left;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 32px;
	color: black;
}
.paragraph img {
	max-width: 100%;
	height: auto;
}
.paragraph.white {
	color: white!important;
}
.paragraph.italic {
	font-style: italic;
}
.paragraph.small {
	font-size: 14px;
	line-height: 30px;
}
.paragraph.medium {
	font-size: 15px;
	line-height: 28px;
}
.paragraph.big {
	line-height: 2;
	font-size: 17px;
}
.paragraph a {
	color: #83361c;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	font-weight: 600;
}
.paragraph a:hover {
	border-bottom: 1px solid #83361c;
}
.paragraph h1{
	font-size: 26px;
	line-height: 1.4;
	font-weight: 600;
}
.paragraph h2{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
}
.paragraph h3{
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}
.paragraph h4{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}
.button {
	float: left;
	padding: 18px 25px;
	background-color: transparent;
	color: #1d1d1b;
	padding: 14px 22px;
	font-size: 15px;
	text-decoration: none!important;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Poppins";
	font-weight: 500;
	font-style: normal;
}
.button.blackGhost {
	border: 1px solid black;
	background-color: transparent;
	color: black;
}
.button.blackGhost:hover {
	background-color: black;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.whiteGhost {
	border: 1px solid white;
	background-color: transparent;
	color: white;
}
.button.whiteGhost:hover {
	background-color: white;
	color: black;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.goldGhost {
	border: 1px solid #d4b078;
	background-color: transparent;
	color: #d4b078;
}
.button.goldGhost:hover {
	background-color: #d4b078;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.greyGhost {
	border: 1px solid #e8e8e8;
	background-color: transparent;
	color: #d4b078;
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
}
.button.greyGhost:hover {
	background-color: #f1f1f1;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.greenLight {
	background-color: #cce0e0;
	color: black;
}
.button.greenLight:hover {
	background-color: #e3f0f0;
	color: black;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.white {
	background-color: white;
	color: black;
}
.button.white:hover {
	background-color: #f9f7f5;
	color: black;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.red {
	background-color: #a0222a;
	color: white;
	border: 1px solid #a0222a;
}
.button.red:hover {
	background-color: #861c23;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.green {
	background-color: #17bb70;
	color: white;
}
.button.green:hover {
	background-color: #15a05f;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.gold {
	background-color: #d4b078;
	color: white;
}
.button.gold:hover {
	background-color: #bfa06f;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button:hover {
	background-color: #f9f9f9;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.small {
	padding: 12px 20px;
	font-size: 14px;
}
.button.medium {
	padding: 14px 22px;
	font-size: 15px;
}
.button.big {
	padding: 18px 35px;
	font-size: 16px;
}
.button.inactive {
	opacity: 0.6;
	cursor: default;
}
.button.thick {
	border-width: 2px;
}
.header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 199;
}
.topHeader {
	float: left;
	width: 100%;
	padding: 5px 20px;
	background-color: #f9f7f5;
}
.rightTop {
	float: right;
}
.topHeaderMenu {
	float: left;
}
.topHeaderMenu li {
	float: left;
	width: auto;
	margin-right: 20px;
}
.topHeaderMenu li:last-child {
	margin-right: 0;
}
.topHeaderMenu a {
	text-decoration: none;
	line-height: 32px;
	font-size: 16px;
	padding: 0 10px;
	color: #929292;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Poppins";
	font-weight: 500;
	font-style: normal;
}
.topHeaderMenu a:hover {
	color: #404040;
}
.mainHeader {
	position: relative;
	float: left;
	width: 100%;
	padding: 17px 20px 0px 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: white;
}
.logo {
	float: left;
	width: 200px;
	margin-top: -50px;
}
.logo img {
	float: left;
	width: 100%;
}
.slogan {
	float: left;
	width: 100%;
	text-align: center;
	font-family: "poppins";
	font-weight: 400;
	font-style: normal;
	color: #d4b07a;
	font-size: 15px;
	margin-top: 8px;
}
.rightHeader {
	float: right;
	margin-top: 10px;
}
.menu {
	float: left;
	margin-right: 50px;
}
#menu {
	float: left;
	z-index: 100;
	width: auto;
	margin-top: 3px;
}
#menu ul {
	float: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu li {
	float: left;
	width: auto;
	margin-right: 20px;
}
#menu li a.selected {
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
}
#menu li:last-child {
	margin-right: 0;
}
#menu li:hover a {
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
#menu li:hover .sub, #menu li:hover .megaMenu, #menu li:hover .megaMenu_extra {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
#menu li a {
	float: left;
	padding: 13px 5px 38px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	color: black;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	border-bottom: 3px solid transparent;
}
#menu li a:hover {
	border-bottom: 3px solid #d4b078;
}
#menu .sub {
	z-index: 99;
	position: absolute;
	width: 300px;
	top: 100px;
	background-color: #f9f7f5;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
#menu .sub li {
	float: left;
	width: 100%;
	margin: 0!important;
}
#menu .sub li:after {
	display: none;
}
#menu .sub li:last-child {
	border-bottom: none;
}
#menu .sub li a {
	float: left;
	width: 100%;
	text-shadow: none;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	padding: 12px 10px;
	cursor: pointer;
	color: black;
	text-transform: none;
	height: auto;
	border-bottom: none;
	letter-spacing: 0;
}
#menu .sub li a:hover {
	background-color: transparent;
	color: #83361c;
}
#menu .sub li:last-child {
	border-bottom: none;
}

.disTable{
	display: table;
}

#menu .megaMenu {
	z-index: 99;
	position: absolute;
	width: 100%;
	top: 99px;
	left: 0;
	background-color: #f9f7f5;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-webkit-transform: scaleY(0);
	padding: 30px;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
#menu .megaMenu .subList.doubleList {
	width: 40%!important;
}
#menu .megaMenu .subList.subList {
	width: 20%;
}
#menu .megaMenu li {
	float: left;
	width: 100%;
	margin: 0!important;
}
#menu .megaMenu li:after {
	display: none;
}
#menu .megaMenu li:last-child {
	border-bottom: none;
}
#menu .megaMenu li a {
	float: left;
	width: 100%;
	text-shadow: none;
	background-color: transparent!important;
	padding: 0;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	line-height: 2;
	cursor: pointer;
	color: #333638;
	text-transform: none;
	height: auto;
	border-bottom: none;
	letter-spacing: 0;
}
#menu .megaMenu li a:hover {
	background-color: transparent;
	color: #83361c;
}
#menu .megaMenu li a.boldFont {
	font-family: "Poppins";
	font-weight: 500;
	font-style: normal;
}
#menu .megaMenu li a.blackColor {
	color: black;
}
#menu .megaMenu li a.blackColor:hover {
	color: #83361c;
}
#menu .megaMenu li:last-child {
	border-bottom: none;
}
#menu .megaMenu .titleMenu {
	float: left;
	width: 100%;
	font-family: "Lato";
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	color: #83361c!important;
	margin-bottom: 10px!important;
}
#menu .megaMenu .leftList {
	margin-top: 26px;
}

#menu .megaMenu_extra {
	z-index: 99;
	position: absolute;
	width: auto;
	top: 100px;
	background-color: transparent;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-webkit-transform: scaleY(0);
	padding: 0px;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
#menu .megaMenu_extra.open {
	background-color: white;
}
#menu .megaMenu_extra .megaMenuLeft {
	float: left;
	width: 260px;
	position: relative;
	border-right: 1px solid #eee;
	background-color: #f9f7f5;
	min-height: 320px;
}
#menu .megaMenu_extra .megaMenuLeft li {
	float: left;
	width: 100%;
	margin: 0!important;
}

.arrowSub{
	width: 40px;
	text-align: center;
	position: relative;
	float:right;
	padding: 12px 0px;
}
#menu .megaMenu_extra .megaMenuLeft li a {
	background-color: transparent;
	color: black!important;
}
#menu .megaMenu_extra .megaMenuLeft li:hover a {
	color: #83361c!important;
}
#menu .megaMenu_extra .megaMenuLeft li:hover .megaMenuRight {
	display: block;
}
#menu .megaMenu_extra .megaMenuLeft li:after {
	display: none;
}
#menu .megaMenu_extra .megaMenuLeft li:last-child {
	border-bottom: none;
}
#menu .megaMenu_extra .megaMenuLeft li a {
	float: left;
	width: calc(100% - 40px);
	text-shadow: none;
	font-family: "Poppins";
	font-weight: 500;
	font-style: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	padding: 12px 10px;
	cursor: pointer;
	color: black;
	text-transform: none;
	height: auto;
	border-bottom: none;
	letter-spacing: 0;
}
#menu .megaMenu_extra .megaMenuRight {
	top: 0;
	display: none;
	height: 100%;
	 width: 1080px;
	 left: 260px;
	 position: absolute;
	padding: 30px 40px;
	background-color: #f1eae4;
 }
#menu .megaMenu_extra .megaMenuRight .megaMenuRightColumn {
	float: left;
	width: 33.33%;
}
#menu .megaMenu_extra .megaMenuRight .megaMenuTitle.mt10 {
	margin-top: 10px!important;
}
#menu .megaMenu_extra .megaMenuLeft li .megaMenuRight li.megaMenuTitle a{
	float: left;
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
	color: #83361c!important;
}
#menu .megaMenu_extra .megaMenuRight li {
	background-color: transparent;
	color: black!important;
}
#menu .megaMenu_extra .megaMenuLeft li .megaMenuRight li a {
	padding: 0;
	line-height: 2;
	background-color: transparent!important;
	color: black!important;
	font-weight: 400;
}
#menu .megaMenu_extra .megaMenuLeft li .megaMenuRight li a.boldFont{
	font-weight: 600;
}
#menu .megaMenu_extra .megaMenuLeft li .megaMenuRight li a:hover {
	background-color: transparent;
	color: #83361c!important;
}
.megaMenuRightImage{
	position: absolute;
	right: 20px;
	top: auto;
	left: auto;
	bottom: 20px;
	width: 33.33%!important;
}
.megaMenuRightImage img{
	float:left;
	width: 100%;
}
.iconArrow {
	display: none;
}
.socialMenu {
	float: left;
	width: auto;
	margin-left: 40px;
}
.socialMenu li {
	float: left;
	color: white;
	margin-right: 20px;
	position: relative;
}
.socialMenu li:last-child {
	margin-right: 0;
}
.socialMenu a {
	float: left;
	color: #d4b078;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
}
.socialMenu a:hover {
	color: #ab8c5c;
}
.search {
	float: left;
	width: 310px;
	position: relative;
}
.searchInput {
	float: left;
	width: 100%;
	background-color: #f9f7f5;
	border: 1px solid #f2efeb;
	height: 45px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-ms-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	outline: none;
	font-size: 14px;
	padding: 10px 60px 10px 20px;
}
.searchButton {
	position: absolute;
	right: 15px;
	top: 10px;
	background-color: transparent;
	border: none;
	outline: none;
}
.searchButton img {
	width: 22px;
}
.logoPartner {
	float: left;
	width: 150px;
	margin: -5px 7px 0 23px;
}
.clientLogo{
	float:left;
	width: 100px;
}
.clientReview{
	float: left;
	width: 30px;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	margin-left: 5px;
	margin-top: 23px;
}
.slideContainer {
	float: left;
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.content {
	float: left;
	width: 100%;
	margin-top: 140px;
}
.slideImage {
	float: left;
	width: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
	height: 700px;
}
.slideHeight {
	height: 600px;
}
.wrapperSlide {
	position: absolute;
	left: 150px;
	top: 0;
	width: calc(100% - 300px);
	height: 700px;
}
#items {
	float: left;
}
#items .owl-item {
	float: left;
}
.item {
	float: left;
	width: 100%;
}
.textSlide {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	left: 0;
	right: auto;
	height: 100%;
	width: 33.33%;
	background-color: rgba(59, 59, 59, 0.7);
	padding: 40px;
}
.slideTitleTop {
	text-align: left;
	color: white;
	font-size: 26px;
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
	float: left;
	width: 100%;
	line-height: 1.3;
}
.slideTitleMiddle {
	text-align: left;
	color: white;
	font-size: 16px;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	float: left;
	width: 100%;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slideLink {
	float: none;
	display: table;
	margin: auto;
	background-color: #3f1202;
	text-align: center;
	padding: 15px 25px;
	color: white;
	font-size: 16px;
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
    text-decoration: none!important;
}
.slideLink:hover {
	background-color: #2a0c02;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
#pillars .item {
	padding: 40px;
	border-left: 1px solid #eee;
}
#pillars .owl-item:first-child {
	border-left: none;
}
.iconLeft {
	float: left;
	width: 160px;
}
.iconLeft .icon {
	float: none;
	display: table;
	margin: auto;
	width: 100px;
	height: 100px;
	background-color: #d4b078;
	border: 4px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.iconLeft .icon img {
	float: left;
	width: 100%;
}
.pillarsRight {
	float: left;
}
.stars {
	float: none;
	margin: auto;
	display: table;
}
.stars li {
	float: left;
	letter-spacing: 5px;
}
.stars li i {
	float: left;
	color: #d4b078;
}
.brandItem {
	float: left;
	width: 32%;
	padding: 10px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	margin-top: 2%;
}
.brandItem:nth-child(1) {
	margin-top: 0;
}
.brandItem:nth-child(2) {
	margin-top: 0;
}
.brandItem:nth-child(3) {
	margin-top: 0;
}
.brandItem:nth-child(3n + 2) {
	margin-left: 2%;
	margin-right: 2%;
}
.brandItem img {
	float: left;
	width: 100%;
}
.leftMenu {
	float: left;
	width: 100%;
}
.leftMenu li {
	float: left;
	width: 100%;
}
.leftMenu img {
	width: 20px;
	margin-top: 3px;
	float: left;
	margin-right: 10px;
}
.leftMenu a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	font-size: 16px;
}
.leftMenu a:hover {
	color: #a0222a;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.leftMenu a.selected {
	font-weight:bold;
}
#products .item {
	padding: 5px;
}
.kachelslogo {
	float: none;
	margin: auto;
	display: table;
	width: 300px;
}
.kachelslogo img {
	float: left;
	width: 100%;
}
.borderTop {
	border-top: 6px solid #dedcdb;
}
.borderTopSmall {
	border-top: 1px solid #dedcdb;
}
.leftColumn {
	float: left;
	width: 100%;
	position: relative;
}
.filter {
	float: left;
	width: 100%;
}
.filter.fixed {
	position: fixed;
	top: 180px;
	width: 230px;
}
.filter.bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}
.leftNews{
	position: absolute;
	width: 150px;
	height:100%;
	padding: 10px;
	background-color: white;
}
.leftNews .centerBack{
	width: 100%;
	height: 100%;
}
.rightNews{
	float: right;
	width: calc(100% - 150px);
}
.rightNews.full{
	width: 100% !important;
	float:left!important;
}
/*CHECKLIST*/
.checkList {
	float: left;
	width: 100%;
}
.checkList li {
	list-style: none;
	padding-left: 30px;
	position: relative;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 28px;
}
.checkList li:before {
	content: '\f00c';
	font-size: 14px;
	color: #17bb70;
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
}
.breadCrumbs {
	float: left;
}
.breadCrumbs li {
	float: left;
	font-size: 15px;
}
.breadCrumbs li:after {
	position: relative;
	content: '\f105';
	font-family: "FontAwesome";
	margin: 2px 10px 0 10px;
	font-size: 11px;
	float: left;
	vertical-align: middle;
	color: #d4b078;
}
.breadCrumbs li:last-child:after {
	display: none;
}
.breadCrumbs li:last-child a {
	color: white;
	font-family: "Poppins";
	font-weight: 500;
	font-style: normal;
}
.breadCrumbs a {
	float: left;
	text-decoration: none;
	font-family: "Poppins";
	font-weight: 500;
	font-style: normal;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.breadCrumbs a:hover {
	color: #d4b078;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
/*CHECK + RADIO */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 0px;
	letter-spacing: 0;
	line-height: 27px;
	color: black;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fcfcfc;
}
input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
	content: '\f00c';
	font-family: "FontAwesome";
	position: absolute;
	top: 7px;
	left: 5px;
	font-size: 10px;
	line-height: 0.8;
	color: #83361c;
	transition: all .2s;
}
input[type="radio"]:not(:checked),
input[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
input[type="radio"]:not(:checked) + label,
input[type="radio"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-left: 5px;
	padding-top: 0px;
	letter-spacing: 0;
	line-height: 25px;
	color: black;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
}
input[type="radio"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
	background: #f7f7f7;
}
input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
input[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 2px;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background-color: #83361c;
	transition: all .2s;
}
.productItem {
	float: left;
	width: 32%;
	margin-bottom: 2%;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.productItem.projectItem {
	height: 350px;
}
.productItem:nth-child(3n + 2) {
	margin-right: 2%;
	margin-left: 2%;
}
.productItem:hover .shadow {
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.overlayName{
	color: white;
	text-transform: uppercase;
	text-align: center;
	opacity: 0;
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	letter-spacing: 1px;
	padding: 15px;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.productItem:hover .overlayName{
	bottom:0;
	opacity: 1;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.projectItem{
	float: left;
	width: 31.33%;
	margin-bottom: 3%;
}
.projectItem:nth-child(3n + 2){margin: 0 3% 0 3%;}

.grid {
	max-width: 100%;
	float: left;
	width: 100%;
}
.grid-sizer{
	width: calc(33.33% - 20px);
}
.grid-item {
	float: left;
	width: calc(33.33% - 20px);
	margin-bottom: 20px;
}
.grid-item.full {
	width:  calc(100% - 20px);
}

/*PAGINATION*/
.pagination {
	float: left;
}
.pagination li {
	float: left;
	width: auto;
	font-size: 13px;
	color: black;
	margin-right: 2px;
	list-style: none;
}
.pagination li a {
	text-decoration: none;
	height: 35px;
	width: 35px;
	line-height: 30px;
	text-align: center;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid transparent;
}
.pagination li.active a {
	margin-right: 5px;
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
	background-color: #f2f2f2;
	color: black;
}
.pagination li a:hover {
	background-color: #f2f2f2;
	color: black;
}
.pagination li.selected {
	margin-right: 6px;
}
.pagination li.selected a {
	background-color: white;
	color: black;
}
footer .paragraph {
	font-size: 15px;
	line-height: 32px;
}
footer .paragraph.greyColor-l a {
	color: #a4a4a4;
}
footer .paragraph.greyColor-l a:hover {
	color: black;
	border-bottom: 0;
}
.footerList {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.footerList li {
	float: left;
	width: 100%;
}
.footerList a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 32px;
}
.footerList a:hover {
	color: #a0222a;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.footerList a.extraboldFont {
	font-weight: 600;
}
.inputLabel {
	float: left;
	width: 100%;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	color: black;
	font-size: 15px;
}
.input {
	float: left;
	width: 100%;
	cursor: auto;
	display: inline-block;
	position: relative;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	outline: none;
	padding: 12px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: white;
	color: black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.input:focus {
	border-color: #cce0e0;
}
.input.error {
	border-color: #c00000;
}
.input.ok {
	border-color: #0b6822;
}
.input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: rgba(255, 255, 255, 0.7);
}
.input::-moz-placeholder {
	/* Firefox 19+ */

	color: rgba(255, 255, 255, 0.7);
}
.input:-ms-input-placeholder {
	/* IE 10+ */

	color: rgba(255, 255, 255, 0.7);
}
.input:-moz-placeholder {
	/* Firefox 18- */

	color: rgba(255, 255, 255, 0.7);
}
.input.small {
	padding: 10px;
}
textarea {
	float: left;
	max-width: 100%;
	min-height: 150px;
	padding: 20px;
}
footer {
	float: left;
	width: 100%;
	padding: 60px 0;
	background-color: #f9f7f5;
	border-top: 5px solid #e7d4b5;
	position: relative;
}
.logoFooter {
	position: absolute;
	left: 50%;
	margin-left: -23px;
	width: 56px;
	top: -75px;
}
.logoFooter img {
	float: left;
	width: 100%;
}
.socialBottom {
	float: left;
	width: auto;
	border-bottom: 2px solid #a0222a;
	padding: 20px;
}
.socialBottom li {
	float: left;
	color: white;
	margin-right: 20px;
}
.socialBottom li.followText {
	float: left;
	line-height: 30px;
	margin-right: 15px;
}
.socialBottom li:last-child {
	margin-right: 0;
}
.socialBottom a {
	float: left;
	color: #813318;
	text-decoration: none;
	width: 40px;
	height: 40px;
	border: 1px solid #efe8e1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
	background-color: transparent;
}
.socialBottom a:hover {
	background-color: #f6efe8;
}
.socialBottom i {
	padding-left: 1px;
}
#maps {
	float: left;
	width: 100%;
	height: 400px;
	background-color: #f9f9f9;
}
#maps iframe{
	width: 100%;
	float: left;
	height: 400px;
}
.threeColumn{float:left; width: 31.66%; position: relative;}
.threeColumn:nth-child(3n + 2){margin-left: 2.5%; margin-right: 2.5%;}


/* COL */
.col-1,
.col-1-5,
.col-2,
.col-2-5,
.col-3,
.col-3-5,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
}
.col-1 {
	width: 8.333%;
}
.col-1-5 {
	width: 13.332%;
}
.col-2 {
	width: 16.666%;
}
.col-2-5 {
	width: 20%;
}
.col-3 {
	width: 25%;
}
.col-3-5 {
	width: 30%;
}
.col-4 {
	width: 33.333%;
}
.col-5 {
	width: 41.666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333%;
}
.col-8 {
	width: 66.666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333%;
}
.col-11 {
	width: 91.666%;
}
.col-12 {
	width: 100%;
}
.col-padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.col-padding-right {
	padding-right: 15px;
}
.col-padding-left {
	padding-left: 15px;
}
.col-padding-right-big {
	padding-right: 40px;
}
.col-padding-left-big {
	padding-left: 40px;
}
.s-show,
.s-show-block {
	display: none;
}

/* Float */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatRightI {
	float: right!important;
}
.floatCenter{
    float: none;
    margin: auto;
}

/* PAGES */
.blackColor {
	color: black;
}
.whiteColor {
	color: white;
}
.beigeColor{
	color: #d4b17b;
}
.brandColor{
	color: #83361c;
}
.whiteTransColor {
	color: rgba(255, 255, 255, 0.7);
}
.yellowColor {
	color: #1d1d1b;
}
.greyColor {
	color: #454545;
}
.greyColor-l {
	color: #a4a4a4;
}
.blueColor {
	color: #1253a1;
}
.blueColor-d {
	color: #1c2a4b;
}
.greenColor {
	color: #6aabab;
}
.redColor {
	color: #a0222a;
}
.blackBack {
	background-color: black;
}
.whiteBack {
	background-color: white;
}
.greyBack-l {
	background-color: #f6f6f6;
}
.greyBack {
	background-color: #f7f7f7;
}
.greyDarkBack{
	background-color: #e9e9e9;
}
.greyBack-d {
	background-color: #b0b0af;
}
.darkGreyBack{
	background-color: #343333;
}
/*FS*/
.fs11 {
	font-size: 11px;
}
.fs13 {
	font-size: 13px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
.fs19 {
	font-size: 19px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
.fs30 {
	font-size: 30px;
}
/*LETTER SPACING*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
.ls-6 {
	letter-spacing: 6px;
}
.line1 {
	line-height: 1;
}
.line12{
	line-height: 1.2;
}
.line14 {
	line-height: 1.4;
}
.line2 {
	line-height: 2;
}
.h700 {
	height: 700px;
}
/* FONT CLASSES GENERAL */
.autoColumn-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.fontSmooth {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.rightText {
	text-align: right;
}
.middleLink {
	margin-left: 20px;
	margin-right: 20px;
}
.lightFont {
	font-family: "Poppins";
	font-weight: 300;
	font-style: normal;
}
.regularFont {
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
}
.mediumFont {
	font-family: "Poppins";
	font-weight: 500;
	font-style: normal;
}
.boldFont {
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
}
.extraboldFont {
	font-family: "Poppins";
	font-weight: 800;
	font-style: normal;
}
.shadow {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.textRight {
	text-align: right;
}
.centerDiv {
	float: none;
	display: table;
	margin: auto;
}
.hidden {
	overflow: hidden;
}
.message,
.message-ok,
.message-error {
	display: block;
	padding: 10px 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.message-ok {
	border: 1px solid #00960e;
	color: #00960e;
	background-color: #a6d8ab;
}
.message-error {
	border: 1px solid red;
	color: red;
	background-color: #ffd0d0;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}
#edge-touch-fix-material-select input.select-dropdown {
	-ms-touch-action: none;
}


.wrapper.big{width: calc(100% - 300px);}

.pillarsRight{width: calc(100% - 160px);}

.middle{
	position: absolute;
	left: 100px;
	top: 50%;
	width: calc(100% - 200px);
	transform: translateY(-50%);
}

ul.tabs {
	padding: 0;
	float: none;
	margin: 0 auto 30px;
	display: table;
	list-style: none;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 22px;
	padding: 20px 0px;
	color: #999;
	border-bottom: 0px;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
}
ul.tabs li:last-child{
	margin-right: 0;
}

ul.tabs li:hover {
	color: #000;
	border-bottom: 1px solid black;
}
ul.tabs li.active {
	font-weight: 600;
	border-bottom: 1px solid black;
	color: #333;
	display: block;
}

.tab_container {
	clear: both;
	float: left;
	width: 100%;
}

.tab_content {
	display: none;
}

.tab-accordion_heading {
	display: none;
}
.banner {
	float: left;
	padding: 70px 0 60px;
	background-color: #343333;
}
.linkText:hover{
	color: #d4b17b;
}
.max700{
	max-width: 700px;
}

/* Anchors */
a[name=offerte-aanvragen] {
	position: relative;
	top: -150px;
}</pre></body></html>