<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* 
	
	Trend Vastgoed
	2023 Always Awake bv

	info@alwaysawake.be
	
	mrld grid theme
	10/06/2023 min-width 821px
	22/07/2022 eyb eyebrow headline
	22/01/2022 .component replaces section, component display flex, flow
	06/09/2021 main-article
	31/07/2021 box ttl match styles h1 to h4
	29/04/2021 view-scenery has-banner
	30/30/2021 is-in-viewport, view-magazine box-bg

	Colors
	 	
	text		#242424
	hyperlink	#242423
	hover		#D0A216 208,162,22
	active		#E3B118
	menu		#FEFEFF
	menu alt	#B6B6B6
	btn			color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423;
	btn hover	color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216;
	box hover	box-shadow: 0px 2px 0px 0px #D0A216; 
	page title	color: #242424; background: #D4D4D4; 
	accent 		#BE9414
	text-decoration-color	#BE9415
	accent bg	#F3DD99
	main title 	#242324
	header bg	#0F0F0F
	overlay		18,18,18
	
	font-family: "Font Awesome 6 Pro"; font-weight: 100;
	
	Font stacks
	Text		font-family: 'Montserrat', Arial, sans-serif;
	Menu		font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500;
	Title		font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none;
	 
	z-index order

	1 content
	99 fb messenger button
	100 active overlay
	101 priority message
	102 menu
	200 active z-index-200 overlay
	201 fb messenger content, active priority message 
	
	@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');
	 
*/

@import url(https://fonts.bunny.net/css?family=montserrat:300,300i,400,400i,500,600,600i);

@import url("src/fontawesome/v6.4.2/css/fontawesome.min.css");
@import url("src/fontawesome/v6.4.2/css/thin.min.css");
@import url("src/fontawesome/v6.4.2/css/brands.min.css");

/* Cookiebar v3 */

#aa-cookiebar { display: none; }
#aa-cookiebar-cn { position: fixed; bottom: 0; left: 0; right: 0; background: #e1e1e1; font-size: 15px !important; color: #1f1f1f; padding: 5px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: center; align-content: stretch; z-index: 999; }
#aa-cookiebar-msg { flex: 1; margin-right: 2em; margin-left: 10px; font-family: Arial, sans-serif; font-weight: 400; }
#aa-cookiebar-msg a { color: #1f1f1f; font-weight: 600; text-decoration: underline; }
#aa-cookiebar-btn { margin: 0px; text-align: center; }
#aa-cookiebar-btn a { position: relative; display: inline-block; vertical-align: middle; padding: 0.7em 2em; margin: 0px 0px 0px 4px; min-width: 100px; font-family: Arial, sans-serif; font-weight: 600; color: #fefefe; background: #0a9ddf; border-radius: 3px; -webkit-border-radius: 3px; }
#aa-cookiebar-btn a:first-child { background: 0; color: #1f1f1f; text-decoration: underline; }
#aa-cookiebar-btn a:hover { opacity: 0.8; cursor: pointer; }

@media only screen and (max-width: 680px) {
	#aa-cookiebar-cn { font-size: 12px !important; }
	#aa-cookiebar-cn &gt; * { flex: 1 100%; }
	#aa-cookiebar-msg { margin: 5px 10px 10px 10px; }
	#aa-cookiebar-btn a { margin: 0px 2px; }
}

@media print { #aa-cookiebar { display: none !important; } }

/* Preview */

#myti-preview-header { position: fixed; bottom: 0; left: 0; z-index: 1000; }
#myti-preview-header p { position: relative; display: inline-block; vertical-align: middle; padding: 10px 20px; margin: 0; height: 36px; background: #14B9D6; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 1.6rem; font-weight: 600; text-transform: uppercase; }
#myti-preview-header p:before { content: "\f135"; font-family: "Font Awesome 6 Pro"; font-weight: 100; float: left; font-weight: normal; margin-top: -3px; margin-right: 10px; margin-left: -10px; font-size: 24px; }

/* Basics */

#overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.2); z-index: -1; display: none; }
#overlay.active { display: block; z-index: 100; }
#overlay.active.z-index-200 { display: block; z-index: 200; }

html { color: #242424; font-family: 'Montserrat', Arial, sans-serif; font-weight: 400; font-size: 62.5%; width: 100%; margin: 0px; padding: 0px; height: 100%; box-sizing: border-box; }
body { margin: 0px; padding: 0px; height: 100%; min-height: 100%; overflow-y: scroll; overflow-x: hidden; font-size: 1.4rem; background: #FFFFFF; }

*, *:before, *:after { box-sizing: border-box; }
img { position: relative; display: block; border: 0; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, a { padding: 0; margin: 0; font-weight: 400; }
b, strong, b a, strong a { font-weight: 600; }
button:hover, .linkable:hover { cursor: pointer; }
td { vertical-align: top; }
iframe { border: 0; }
figure { margin: 0; }
.clear { clear: both; }
.responsive-show, .responsive-show-inline-block { display: none !important; }
.display-none { display: none; }
.nowrap { white-space: nowrap; }
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.float-right { float: right; }
a {	color: #242424;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover { color: #D0A216; }

@media only screen and (hover:hover) {
	a, a &gt; i, .add-transition, .add-transition &gt; * { transition: all 200ms ease-in-out; }
	a:hover, a:hover &gt; i, .add-transition:hover, .add-transition:hover &gt; * { transition: all 100ms ease-in-out; }
}

/* Header */

.header-scroll { transition: transform 0.2s ease-in-out; }

nav, .lang { position: relative; text-align: right; padding: 0px; }
nav a, .lang a { position: relative; display: inline-block; font-size: 1.5rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; color: #FEFEFF; padding: 10px; margin: 0px; overflow: hidden; vertical-align: bottom; transition: all 500ms ease-in-out; }
nav a:hover, .lang a:hover { color: #D0A216; box-shadow: 0px 4px 0px 0px #D0A216; transition: all 0ms ease-in-out; }
nav a.active, .lang a.active { box-shadow: 0px 4px 0px 0px #E3B118; }
.logo { flex: 0 0 auto; width: auto; margin: 0px; padding: 10px; }
.logo img { width: auto; max-width: 100%; }

#action { position: relative; padding: 2rem 0rem; background: #E3B118; z-index: 9; }
#action .centerize .box { text-align: center; color: #FFFFFF; }
#action .centerize .box h1 { color: #FFFFFF; }
#action .centerize .box .icon i { font-size: 5.6rem; }

/* mrld grid */

.component { padding: 0px 20px; margin: 0px; display: flex; flex-wrap: wrap; justify-content: center; }
.component.align-left { justify-content: flex-start; }
.component.align-right { justify-content: flex-end; }
.component.edge-to-edge { padding: 0px; }
.centerize { margin: 0 auto; }
.grid { position: relative; }
.w-12 { width: 100%; } .w-11 { width: 91.666666%; } .w-10 { width: 83.333333%; } .w-9 { width: 75%; } .w-8 { width: 66.666666%; } .w-7 { width: 58.333333%; } 
.w-6 { width: 50%; } .w-5 { width: 41.666666%; } .w-4 { width: 33.333333%; } .w-3 { width: 25%; } .w-2 { width: 16.666666%; }.w-1 { width: 8.333333%; }

.box { position: relative; display: flex; flex-direction: column; height: calc(100% - 40px); text-align: left; padding: 20px; margin: 20px; }
.box-main { flex: 1 0 auto; }
.box-footer { flex: none; padding-top: 20px; }

.box.edge-to-edge { margin: 0px; height: 100%; }
.box.no-padding { padding: 0px; }
.box.no-lr-padding { padding-left: 0px; padding-right: 0px; }
.box.has-img-edge-to-edge { overflow: hidden; }

.box-item { position: relative; margin: 0px; padding: 0px 0px 20px 0px; flex-shrink: 0; }
.box-item.ytb, .box-item.vmo { margin-bottom: 20px; }
.box-item:last-child, .box-item.glue-bottom { padding-bottom: 0px; margin-bottom: 0px; }
.box-item.img img { height: auto; }
.box-item.edge-to-edge { margin: 0px -20px 0px -20px; }
.box-item.edge-to-edge:first-child { margin-top: -20px; }
.box-item.edge-to-edge:only-child { margin-bottom: -20px; }

.add-background { background: #F6F6F6; border-radius: 0px; }
.flexbox-centering { height: 100%; display: flex; justify-content: center; align-items: center; }
.flexbox-centering &gt; .flexbox-centering-inside { position: relative; }

/* mrld box elements */

.box .eyb { position: relative; padding-bottom: 4px; }
.box .eyb p { font-size: 1.5rem; color: #BE9414; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; }
.box .ttl h1, .box .ttl h2, .box .ttl h3, .box .ttl h4 { margin: 0px; line-height: 1.2em; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none; font-size: 2.4rem; z-index: 1; }
.box .ttl h1 a, .box .ttl h2 a, .box .ttl h3 a, .box .ttl h4 a { font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none; }
.box:not(.has-text):not(.has-icon):not(.has-img) .ttl.centered { height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }
.box .ttl.has-go-back { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.box .ttl.has-go-back h1, .box .ttl.has-go-back h2, .box .ttl.has-go-back h3, .box .ttl.has-go-back h4 { padding-right: 20px; }
.box .ttl a.go-back { order: 99; margin-top: -1.6rem; margin-right: -1.6rem; }
.box .ttl a.go-back i { position: relative; font-size: 3.2rem; line-height: 3.2rem; width: 6.4rem; height: 6.4rem; padding: 1.6rem; vertical-align: top; color: #242424; background: transparent; box-shadow: 0px 0px 0px 0px #E3B118; text-align: center; border-radius: 50%; transition: all 200ms ease-in-out; }
.box .ttl a.go-back:hover i { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.box .txt h1, .box .txt h2, .box .txt h3, .box .txt h4 { margin-bottom: 20px; line-height: 1.2em; }
.box .txt h1 a, .box .txt h2 a, .box .txt h3 a, .box .txt h4 a { font-family: inherit; font-weight: inherit; }
.box .txt h5, .box .txt h6, .box .txt p { margin-bottom: 20px; line-height: 1.6em; }
.box .txt h1 { font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none; font-size: 3.6rem; }
.box .txt h2 { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 2.4rem; }
.box .txt h3 { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 2.0rem; }
.box .txt h4 { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.8rem; }
.box .txt h5 { font-size: 1.6rem; }
.box .txt h6 { font-size: 1.6rem; }
.box .txt h6 a { position: relative; display: inline-block; vertical-align: middle; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; border-radius: 0px; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; text-decoration: none; font-size: 1.8rem; padding: 2rem 3rem; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
.box .txt h6 a i { margin-right: .5em; }
.box .txt h6 a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.box .txt p, .box .txt { font-size: 1.4rem; line-height: 1.8em; }
.box .txt a[href*="tel"] { white-space: nowrap; }
.box .txt &gt; *:last-child { margin-bottom: 0px; }
.box .txt ul { list-style-type: none; padding: 0px; margin: 0px; text-align: left; }
.box .txt ul &gt; li { position: relative; padding: 0px .5rem 1rem 2.4rem; }
.box .txt ul li:before { position: absolute; left: 0px; top: 0px; content: "\f105"; font-family: "Font Awesome 6 Pro"; font-weight: 100; color: #242423; font-size: inherit; }
.box .txt .long-arrow-right { margin-left: 1rem; } 
.box .txt .long-arrow-right i { vertical-align: text-bottom; color: #D0A216; font-size: 120%; margin-bottom: .2rem; }
.box .txt figure { position: relative; display: block; padding: 0; margin: 0px 0px 20px 0px; text-align: left; }
.box .txt figure img { position: relative; display: inline-block; vertical-align: top; max-width: 100%; }
.box .txt figcaption { font-style: italic; font-size: 80%; line-height: 1.2em; padding-top: .5rem; }
.box .txt .img a { text-decoration: none; }
.box .txt blockquote { margin: 20px; padding: 2rem; font-style: italic; }
.box .txt blockquote &gt; *:last-child { margin-bottom: 0px; }
.box .txt cite { position: relative; display: block; font-size: 80%; margin-top: 10px; }
.box .txt table { margin: 0; border-collapse: collapse;}
.box .txt table td { padding: 1rem; }
.box .txt table tr:not(:last-child) td { border-bottom: 1px solid #EAEAEA; }

.box .img img { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.box .img.add-play-icon:before { position: absolute; top: 50%; left: 50%; margin-top: -4.6rem; margin-left: -4.8rem; color: #FFFFFF; content: "\f04b"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 3.6rem; width: 9.6rem; height: 7.2rem; line-height: 7.2rem; text-align: center; padding-left: .5rem; vertical-align: middle; z-index: 2; background: rgba(0,0,0,.6); border-radius: 64px; transition: all 200ms ease-in-out; }
.box.has-float-img .img.float-img { position: relative; display: inline-block; float: right; padding-left: 2rem; padding-bottom: 2rem; max-width: 33.333333%; }
.linkable .box:hover .img.add-play-icon:before { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.img.has-ratio { position: relative; height: 0px; overflow: hidden; }
.img.has-ratio.ratio-16-9 { padding-top: 56.25%; }
.img.has-ratio.ratio-4-3 { padding-top: 75%; }
.img.has-ratio.ratio-square { padding-top: 100%; }
.img.has-ratio &gt; a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }	
.img.has-ratio img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.img.has-ratio + .box-item { padding-top: 20px; }
.has-centered-img .box-item.img { position: relative; height: 0; padding-top: 100%; }
.centered-img-container, .centered-img-container &gt; a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; }
.centered-img-container img { position: relative; display: inline-block; max-height: 100%; max-width: 100%; top: 50%; transform: translateY(-50%); }
.box .img figcaption { font-style: italic; font-size: 80%; line-height: 1.2em; padding-top: .5rem; }

.box .ytb, .box .vmo {  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.box .ytb.square, .box .vmo.square {  padding-bottom: 100%; }
.box .ytb iframe, .box .vmo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.box .spo { position: relative; width: 100%; padding-bottom: 60vh; height: 0; overflow: hidden; height: auto; }
.box .spo &gt; iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.google-map { width: 100%; position: relative; }
.google-map iframe { width: 100%; height: 300px; border: 0; display: block; }
.osm-map { width: 100%; position: relative; }
.osm-map &gt; div { width: 100%; min-height: 350px; height: 40vh; border: 0; display: block; z-index: 1; }

.box iframe.box-item { height: 400px; min-height: 60vh; }

.box .files { position: relative; text-align: left; }
.box .files .item { position: relative; display: inline-block; vertical-align: top; min-width: 30%; max-width: 100%; }
.box .files .item a { position: relative; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; border-radius: 0px; display: block; margin: 5px; min-height: 58px; overflow: hidden; text-align: left; padding: 0; transition: all 200ms ease-in-out; }
.box .files .item a .filename { position: relative; padding: 1rem 2rem .2rem 6rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-decoration: none; font-size: 2.1rem; }
.box .files .item a .fileext { position: relative; font-size: 1.0rem; padding: 0rem 0rem 1rem 6rem; font-weight: 600; text-align: left; }
.box .files .item a i { position: absolute; left: 0px; top: 0px; width: 5.2rem; text-align: center; color: #D0A216; font-size: 2.4rem; padding: 1.8rem 2rem; }
.box .files .item:hover a { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.box .files .item:hover a i { color: #FFFFFE; }

.box .share { position: relative; text-align: right; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.box .share &gt; i { font-size: 2.0rem; width: 4.4rem; padding: 1.2rem; margin: 2px; vertical-align: middle; color: #DFDFDF; background: 0; text-align: center; }
.box .share a { position: relative; display: inline-block; vertical-align: top; margin: 2px; }
.box .share a i { font-size: 2.0rem; width: 4.4rem; padding: 1.2rem; vertical-align: top; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #DFDFDF; border-radius: 0px; text-align: center; }
.box .share a:hover i { cursor: pointer; padding: 1.4rem 1.2rem 1.0rem 1.2rem; color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; }
.box .share a:hover { margin: 4px 2px 0px 2px; }
.box .share .caption { margin-right: 10px; }

.box .forward { position: relative; text-align: center; }
.box .forward a { position: relative; display: inline-flex; max-width: 100%; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.6rem; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; border-radius: 0px; padding: 0rem 2rem; margin: 0; line-height: 5.6rem; height: 5.6rem; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; z-index: 1; transition: all 200ms ease-in-out; }
.box .forward a i { text-decoration: none; margin-left: 1rem; }
.box .forward a .plus { position: relative; display: inline-block; vertical-align: middle; margin-left: 1rem; top: -0.1rem; font-size: 160%; }
.linkable &gt; .box:hover .forward a, .box .forward a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }

.box .cta { position: relative; text-align: center; }
.box .cta a { position: relative; display: inline-block; vertical-align: middle; min-width: 60%; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; border-radius: 0px; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 2.4rem; padding: 12px 16px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
.box .cta a i { margin-right: .5em; }
.box .cta a:hover, .linkable &gt; .box:hover .cta a { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; padding: 8px 8px 8px 16px; transition: all 100ms ease-in-out; }

.box .social { position: relative; text-align: center; }
.box .social a { position: relative; display: inline-block; vertical-align: top; margin: 1rem; }
.box .social a i { font-size: 2rem; width: 4.8rem; height: 4.8rem; padding: 1.4rem; vertical-align: top; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; text-align: center; border-radius: 50%; }
.box .social a:hover i { cursor: pointer; color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; border-radius: 50%; }

.box .tags .item { position: relative; display: inline-block; vertical-align: middle; margin: 6px 6px 2px 2px; }
.box .tags a { position: relative; display: inline-block; vertical-align: middle; box-shadow: 0px 0px 0px 1px #242424; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1rem; padding: 4px 8px; border-radius: 32px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
.box .tags a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; }

/* mrld views */

.view-services .box .ttl h1, .view-services .box .ttl h1 a, .view-services .box .ttl h2, .view-services .box .ttl h2 a, .view-services .box .ttl h3, .view-services .box .ttl h3 a, .view-services .box .ttl h4, .view-services .box .ttl h4 a { line-height: 1.2em; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none; font-size: 2.1rem;  }
.view-magazine .box .ttl h1, .view-magazine .box .ttl h1 a, .view-magazine .box .ttl h2, .view-magazine .box .ttl h2 a, .view-magazine .box .ttl h3, .view-magazine .box .ttl h3 a, .view-magazine .box .ttl h4, .view-magazine .box .ttl h4 a { line-height: 1.2em; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none; font-size: 2.1rem;  }

.view-magazine &gt; .grid &gt; .box { position: relative; display: flex; flex-direction: row; align-items: stretch; align-content: stretch; flex-wrap: wrap; padding: 0; overflow: hidden; min-height: 25vh; background-size: cover; background-position: center center; }
.view-magazine &gt; .grid:nth-child(even) &gt; .box { flex-direction: row-reverse; }
.view-magazine &gt; .grid &gt; .box &gt; .flex-item { flex: 1 1 auto; padding: 0; margin: 0; }
.view-magazine &gt; .grid &gt; .box &gt; .flex-item.img { flex-grow: 1; width: 40%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.view-magazine &gt; .grid &gt; .box &gt; .flex-item.caption { position: relative; flex-grow: 2; width: 60%; padding: 40px 8vw; }
.view-magazine &gt; .grid &gt; .box &gt; .flex-item.caption .box-item { text-align: left; }
.view-magazine &gt; .grid &gt; .box.has-box-bg .flexbox-centering-inside { position: relative; padding: 4rem; margin: 4rem 0rem; max-width: 780px; }
.view-magazine &gt; .grid &gt; .box.has-box-bg .flex-item.caption .box-item { color: #FFFFFF; }
.view-magazine &gt; .grid &gt; .box.has-box-bg .forward a { color: #FFFFFF; box-shadow: 0px 0px 0px 1px #FFFFFF; }
.view-magazine &gt; .grid.linkable &gt; .box.has-box-bg:hover .forward a, .view-magazine &gt; .grid .box.has-box-bg .forward a:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; }
.view-magazine.start-row-reverse &gt; .grid &gt; .box { flex-direction: row-reverse; }
.view-magazine.start-row-reverse &gt; .grid:nth-child(even) &gt; .box { flex-direction: row; }

.view-scenery &gt; .google-map { width: 100%; height: 20vh; min-height: 300px; }
.view-scenery &gt; .google-map iframe { height: 100%; }

/* mrld flow */

.flow { position: relative; display: flex; flex-wrap: nowrap; justify-content: space-between; min-width: 0; gap: 20px; padding: 40px 20px; }
.flow a { position: relative; width: 50%; color: #242424; background: #FAFAFA; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; text-decoration: none; font-size: 1.8rem; padding: 4rem 3rem; margin: 0px; border-radius: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; z-index: 1; transition: all 200ms ease-in-out; }
.flow a.placeholder { background: transparent; box-shadow: 0px 0px 0px 2px transparent; }
.flow a.flow-item-prev { text-align: right; }
.flow a.flow-item:before { position: absolute; content: ""; top: 0px; bottom: 0px; width: 80px; }
.flow a.flow-item-prev:before { left: 0px; background: linear-gradient(to left, rgba(250,250,250,0), rgba(250,250,250,1) 60%); }
.flow a.flow-item-next:before { right: 0px; background: linear-gradient(to right, rgba(250,250,250,0), rgba(250,250,250,1) 60%); }
.flow a.flow-item:after { position: absolute; top: 50%; margin-top: -1.2rem; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 2.4rem; height: 2.4rem; line-height: 2.4rem; z-index: 1; }
.flow a.flow-item-prev:after { left: 20px; content: "\f053"; }
.flow a.flow-item-next:after { right: 20px; content: "\f054"; }
.flow.arrows-only a, .flow.arrows-only a.flow-item-prev:before, .flow.arrows-only a.flow-item-next:before { background: transparent; }
.flow.arrows-only a.flow-item:after { font-size: 3.2rem; height: 3.2rem; line-height: 3.2rem; }
.flow.arrows-only a.flow-item-prev:after { left: 20px; content: "\f177"; transition: left 200ms linear; }
.flow.arrows-only a.flow-item-next:after { right: 20px; content: "\f178"; transition: right 200ms linear; }

@media only screen and (hover:hover) { 
	.flow:not(.arrows-only) a:not(.placeholder):hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; } 
	.flow:not(.arrows-only) a.flow-item-prev:not(.placeholder):hover:before { left: 0px; background: linear-gradient(to left, rgba(250,250,250,0), rgba(208,162,22,1) 60%); }
	.flow:not(.arrows-only) a.flow-item-next:not(.placeholder):hover:before { right: 0px; background: linear-gradient(to right, rgba(250,250,250,0), rgba(208,162,22,1) 60%); }
	.flow.arrows-only a.flow-item-prev:not(.placeholder):hover:after { left: 10px; transition: left 100ms linear; }
	.flow.arrows-only a.flow-item-next:not(.placeholder):hover:after { right: 10px; transition: right 100ms linear; }
}

/* mrld out of container oc with panel menu */

.oc-panel-toggle-btn { color: #242423; border: 0; overflow: hidden; transition: all 100ms ease-in-out; }
.oc-panel-toggle-btn:hover { cursor: pointer; }

#oc-container { position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; z-index: -1; }
#oc-container .oc-panel-toggle-btn { font-size: 4.2rem; font-family: "Font Awesome 6 Pro"; font-weight: 100; padding: 20px 30px; display: none; }

#oc-panel-container { position: absolute; top: 0px; bottom: 0px; right: -50vw; min-height: 100vh; width: 50vw; min-width: 300px; max-width: 380px; background: rgba(0,0,0,.9); }
#oc-panel { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: flex-end; min-height: 100vh; padding: 8rem 6rem; }
#oc-panel nav { position: relative; display: flex; width: 100%; flex-direction: column; justify-content: center; text-align: left; padding: 1.6rem 0rem; }
#oc-panel .oc-panel-main-menu a { font-weight: 400; font-size: 1.8rem; letter-spacing: .1em; padding: 1.6rem 0rem; }
#oc-panel .oc-panel-menu a { font-weight: 400; font-size: 1.6rem; text-transform: none; padding: 1.6rem 0rem; }
#oc-panel .oc-panel-menu a:last-child { color: #E3B118; font-weight: 500; font-size: 1.6rem; text-transform: uppercase; padding: 5.6rem 0rem 1.6rem 0rem; }
#oc-panel .oc-panel-menu a:last-child:hover { color: #D0A216; }
#oc-panel .oc-panel-main-menu a:hover, #oc-panel .oc-panel-menu a:hover, #oc-panel .oc-panel-main-menu a.active, #oc-panel .oc-panel-menu a.active { box-shadow: 0 0; }
#oc-panel .oc-panel-main-menu a:before, #oc-panel .oc-panel-menu a:before { position: absolute; content: ""; bottom: 1rem; left: 0px; width: 0%; height: 1px; background: #D0A216; transition: all 400ms ease-out; }
#oc-panel .oc-panel-main-menu a:hover:before, #oc-panel .oc-panel-menu a:hover:before { width: 20%; transition: all 100ms ease-out; }
#oc-panel .oc-panel-main-menu a.active:before, #oc-panel .oc-panel-menu a.active:before { width: 20%; background: #E3B118; transition: all 100ms ease-out; }
#oc-panel .oc-panel-txt { position: relative; display: flex; width: 100%; flex-direction: column; justify-content: center; text-align: left; padding: 2rem 0rem; }
#oc-panel .oc-panel-txt p { padding: 2rem 0rem; }
#oc-panel .oc-panel-txt a { color: #FEFEFF; font-weight: 400; font-size: 1.4rem; }
#oc-panel .oc-panel-txt a i, #oc-panel .oc-panel-txt a em { position: relative; color: rgba(255,255,255,.4); width: 2.1rem; }
#oc-panel .oc-panel-txt a:hover { color: #D0A216; }
#oc-panel .oc-panel-social { position: relative; display: flex; width: 100%; flex-direction: row; justify-content: flex-start; text-align: left; padding: 2rem 0rem; }
#oc-panel .oc-panel-social a { position: relative; display: flex; justify-content: center; padding: 1.2rem; font-size: 1.8rem; width: 4.2rem; height: 4.2rem; line-height: 4.2rem; margin: 0 1rem 0 0; color: #FEFEFF; box-shadow: 0px 0px 0px 1px rgba(255,255,255,.4); border-radius: 48px; }
#oc-panel .oc-panel-social a:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; }

#theme-header-with-panel { position: relative; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; width: 100vw; background: #FFFFFF; }
#theme-header-with-panel .theme-header-with-panel-left-pane, #theme-header-with-panel .theme-header-with-panel-right-pane { position: relative; padding: 0rem 2rem; width: calc(50% - 180px); }
#theme-header-with-panel .theme-header-with-panel-left-pane { display: flex; flex-direction: row; justify-content: flex-start; }
#theme-header-with-panel .theme-header-with-panel-left-pane p a { position: relative; display: inline-block; background: transparent; vertical-align: middle; padding: 10px 30px; color: #242423; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 400; text-transform: uppercase; text-decoration: none; font-size: 2.4rem; margin: 0px; box-shadow: 0px 0px 0px 1px #242423; border-radius: 0px; transition: all 200ms ease-in-out; }
#theme-header-with-panel .theme-header-with-panel-left-pane p a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
#theme-header-with-panel .logo { padding: 0px 30px; width: 360px; }
#theme-header-with-panel .logo img { position: relative; display: inline-block; vertical-align: top; height: 80px; width: auto; }
#theme-header-with-panel .theme-header-with-panel-right-pane { position: relative; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; text-align: right; flex: 1 1 auto; }
#theme-header-with-panel .theme-header-with-panel-right-pane .btn-prefix { text-transform: uppercase; font-size: 1.6rem; margin-right: 1.4rem; }
#theme-header-with-panel .oc-panel-toggle-btn { display: flex; flex-direction: row-reverse; align-items: center; padding: 30px; }
#theme-header-with-panel .oc-panel-toggle-btn:before { position: relative; display: inline-block; content: ""; font-size: 4.2rem; width: 40px; height: 16px; background: url('/2023/lay/160923/oc-panel-toggle-btn.svg') no-repeat center center; background-size: contain; transition: all 100ms ease-in-out; }

#theme-header-with-panel-fixed { position: fixed; top: 0; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; width: 100vw; background: #FFFFFF; box-shadow: 0px 0px 24px -18px #000000; transform: translateY(-100%); }
#theme-header-with-panel-fixed .theme-header-with-panel-left-pane, #theme-header-with-panel-fixed .theme-header-with-panel-right-pane { position: relative; padding: 1rem 2rem; width: calc(50% - 90px); }
#theme-header-with-panel-fixed .theme-header-with-panel-left-pane { display: flex; flex-direction: row; justify-content: flex-start; }
#theme-header-with-panel-fixed .theme-header-with-panel-left-pane p a { position: relative; display: inline-block; background: transparent; vertical-align: middle; padding: 10px 30px; color: #242423; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; text-decoration: none; font-size: 1.8rem; margin: 0px; box-shadow: 0px 0px 0px 1px #242423; border-radius: 0px; transition: all 200ms ease-in-out; }
#theme-header-with-panel-fixed .theme-header-with-panel-left-pane p a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
#theme-header-with-panel-fixed .logo { padding: 0px 30px; }
#theme-header-with-panel-fixed .logo img { position: relative; display: inline-block; vertical-align: top; height: 80px; width: auto; }
#theme-header-with-panel-fixed .theme-header-with-panel-right-pane { position: relative; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; text-align: right; }
#theme-header-with-panel-fixed .theme-header-with-panel-right-pane .btn-prefix { text-transform: uppercase; font-size: 1.6rem; margin-right: 1.4rem; }
#theme-header-with-panel-fixed .oc-panel-toggle-btn { display: flex; flex-direction: row-reverse; align-items: center; padding: 20px 30px; }
#theme-header-with-panel-fixed .oc-panel-toggle-btn:before { position: relative; display: inline-block; content: ""; font-size: 4.2rem; width: 40px; height: 16px; background: url('/2023/lay/160923/oc-panel-toggle-btn.svg') no-repeat center center; background-size: contain; transition: all 100ms ease-in-out; }
#theme-header-with-panel-fixed.header-scroll.nav-down[data-st="1"] { transform: translateY(0); } 
#theme-header-with-panel-fixed.header-scroll.nav-up[data-st="1"] { transform: translateY(0); }
.theme-header-gratis-schatting-btn a { font-size: 1.4rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; white-space: nowrap; padding: 12px 12px; color: #BE9414; box-shadow: 0px 0px 0px 1px #BE9414; transition: all 200ms ease-in-out; }
.theme-header-gratis-schatting-btn a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }

#container-overlay { position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgba(0,0,0,.4); display: none; }

/* oc-active */

body.oc-active { overflow-y: clip; }
body.oc-active #oc-container { display: block; z-index: 104; }
body.oc-active #container-overlay { display: block; z-index: 103; animation: aa-ani-active-container-overlay 200ms ease-out; animation-fill-mode: forwards; }
#oc-container.panel-active #oc-container { display: block; }
#oc-container.panel-active #oc-panel-container { overflow-y: auto; animation: aa-ani-oc-panel-container-active 200ms ease-out; animation-fill-mode: forwards; }
#oc-container.panel-active .oc-panel-toggle-btn { position: fixed; display: block; right: 10px; top: 0px; animation: aa-ani-oc-panel-toggle-btn-active 400ms ease-in-out; animation-fill-mode: forwards; z-index: 105; }
#oc-container.panel-active .oc-panel-toggle-btn:before { font-size: 4.2rem; color: #FEFEFF; background: 0; font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f00d"; transition: all 100ms ease-in-out; }	
@keyframes aa-ani-oc-panel-container-active { 0% { right: -50vw; opacity: 0; } 100% { right: 0px; opacity: 1; } }
@keyframes aa-ani-oc-panel-toggle-btn-active { 0% { transform: rotate(-90deg); opacity: 0; } 100% { transform: rotate(0deg); opacity: 1; } }
@keyframes aa-ani-active-container-overlay { 0% { opacity: 0; } 100% { opacity: 1; } }

/* mrld out of container oc with panel menu responsive */

@media only screen and (max-height: 1080px) {
	#oc-panel .oc-panel-main-menu a, #oc-panel .oc-panel-menu a, #oc-panel .oc-panel-txt, #oc-panel .oc-panel-txt p, #oc-panel .oc-panel-social { padding: 1rem 0rem; }
	#oc-panel .oc-panel-menu a:last-child { padding: 4rem 0rem 1rem 0rem; }
	#oc-panel nav { padding: 1rem 0rem; }
}

@media only screen and (min-width: 821px) {
	.body-home #theme-header-with-panel .theme-header-gratis-schatting-btn { display: none; }
}

@media only screen and (max-width: 820px) {
	#theme-header-with-panel .oc-panel-toggle-btn, #theme-header-with-panel-fixed .oc-panel-toggle-btn { padding: 10px 20px; }
	#theme-header-with-panel .logo { width: auto; }
	#theme-header-with-panel .logo img { height: 70px; }
	#theme-header-with-panel .theme-header-with-panel-right-pane .btn-prefix, #theme-header-with-panel-fixed .theme-header-with-panel-right-pane .btn-prefix { display: none; }
	.theme-header-gratis-schatting-btn a { font-size: 1.2rem; padding: 8px 10px; }
}

@media only screen and (max-width: 640px) {
	#oc-panel { padding: 8rem 6rem; }
	#theme-header-with-panel .theme-header-with-panel-left-pane, #theme-header-with-panel .theme-header-with-panel-right-pane, #theme-header-with-panel-fixed .theme-header-with-panel-left-pane, #theme-header-with-panel-fixed .theme-header-with-panel-right-pane { width: auto; }
	#theme-header-with-panel .theme-header-with-panel-left-pane, #theme-header-with-panel-fixed .theme-header-with-panel-left-pane { padding: 10px 0px; }
	#theme-header-with-panel .theme-header-with-panel-right-pane, #theme-header-with-panel-fixed .theme-header-with-panel-right-pane { padding: 10px 0px; }
	#theme-header-with-panel .logo, #theme-header-with-panel-fixed .logo { width: auto; padding: 0px 10px; }
	#theme-header-with-panel .logo img, #theme-header-with-panel-fixed .logo img { height: 50px; }
}

@media only screen and (max-width: 420px) {
	#theme-header-with-panel .theme-header-with-panel-left-pane p a, #theme-header-with-panel-fixed .theme-header-with-panel-left-pane p a { padding: 10px 10px; }
	#oc-panel .oc-panel-menu a { font-size: 1.8rem; }
	#oc-panel .oc-panel-txt p a { font-size: 1.5rem; }
}

/* mrld animation */

.is-in-viewport { animation: aa-ani-is-in-viewport 400ms ease-in-out; animation-fill-mode: forwards; animation-delay: 100ms; }
.is-in-viewport.is-in-viewport-onload { animation-delay: 0ms !important; }
@keyframes aa-ani-is-in-viewport { 0% { opacity: 0; } 100% { opacity: 1; } }

/* mrld responsive */

@media only screen and (min-width: 821px) {
	#header-responsive { display: none; }
	#header-flow { position: relative; width: 100%; min-height: 100px; display: block; background: #0F0F0F; }
	#header-flow .nav-container-top-container { position: relative; background: #313131; }
	.body-home #header-flow .nav-container-top-container { background: rgba(31,31,31,.3); }
	#header-flow .nav-container-top { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; text-align: right; margin: 0px; padding: 0px 20px; }
	#header-flow .nav-container { position: relative; width: 100%; display: flex; flex-wrap: nowrap; align-items: stretch; justify-content: space-between; min-height: 100px; padding: 0px; }
	#header-flow .nav-container-menu { position: relative; flex: 9 1 auto; display: flex; flex-wrap: nowrap; align-items: center; justify-content: flex-end; text-align: right; }
	#header-flow nav { display: flex; flex-wrap: nowrap; align-items: stretch; }
	#header-flow nav a { font-size: 1.6rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; padding: 1.4rem 2.8rem; display: flex; flex-wrap: nowrap; align-items: center; }
	#header-flow nav a:hover { color: #D0A216; }
	#header-flow nav a.active { color: #E3B118; }
	/*
	#header-flow nav a:last-child { color: #FFFFFF; background: #D0A216; }
	#header-flow nav a:last-child:hover, #header-flow nav a.active:last-child { color: #FFFFFF; background: #E3B118; }
	*/
	#header-flow .lang { display: flex; flex-wrap: nowrap; align-items: stretch; }
	#header-flow .lang a { font-size: 1.8rem; padding: 1.4rem; display: flex; flex-wrap: nowrap; align-items: center; }
	#header-flow .lang a:hover { color: #D0A216; }
	#header-flow .lang a.active { color: #E3B118; }
	#header-flow .top-menu a { display: inline-block; vertical-align: baseline; font-size: 1.6rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; padding: 1.4rem; color: #FEFEFF; border-radius: 12px; transition: all 500ms ease-in-out; }
	#header-flow .top-menu a:hover { color: #D0A216; transition: all 0ms ease-in-out; }
	#header-flow .top-menu a.active { color: #E3B118; }
	
	#header-flow .top-menu-text { position: relative; color: #B6B6B6; }
	#header-flow .top-menu-text ul { position: relative; padding: 0; margin: 0; display: flex; justify-content: space-between; }
	#header-flow .top-menu-text ul li { list-style: none; padding: 1.6rem 2rem; white-space: nowrap; }
	#header-flow .top-menu-text ul li:before { position: relative; font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f00c"; font-size: 1.8rem; color: #E3B118; padding-right: 1rem; }
	#header-flow .top-menu-text ul li strong { }
	#header-flow .top-menu-review-score { position: relative; text-align: center; font-size: 1.3rem; padding: 1rem 1.8rem; background: #F3F3F3; }
		
	#header-flow .logo { padding: 0px; }
	#header-flow .logo img { position: relative; display: inline-block; vertical-align: top; height: 100px; width: auto; }

	#header-fixed { position: fixed; top: 0; min-height: 60px; transform: translateY(-100%); width: 100%; display: block; background: #FFFFFF; }
	#header-fixed .nav-container-top, #header-fixed .lang { display: none; }
	#header-fixed .nav-container-menu { position: relative; flex: 9 1 auto; }
	#header-fixed .nav-container { position: relative; display: flex; width: 100%; min-height: 60px; align-items: center; justify-content: space-between; }
	#header-fixed .nav-container-menu { position: relative; flex: 9 1 auto; margin: 0px 20px; }
	#header-fixed .nav-container-menu nav { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; align-content: center; }
	#header-fixed.header-scroll.nav-down[data-st="1"] { transform: translateY(0); } 
	#header-fixed.header-scroll.nav-up[data-st="1"] { transform: translateY(0); }
	#header-fixed nav a { padding: 5px 10px; margin: 0px 5px; }
	#header-fixed nav a:hover { color: #D0A216; }
	#header-fixed nav a.active { color: #E3B118; }
	#header-fixed .logo a:before { position: relative; content: "\f80c"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 1.8rem; color: #FFFFFF; } 
	#header-fixed .logo a:hover:before { color: #D0A216; }
	#header-fixed .logo img { display: none; }
	
	#breadcrumbs { position: relative; padding: 10px; text-align: left; background: 0; }
	#breadcrumbs .component { text-align: left; }
	#breadcrumbs a { position: relative; display: inline-block; vertical-align: top; padding: 4px 10px; font-size: 1.2rem; font-weight: 400; color: #242424; text-transform: uppercase; }
	#breadcrumbs a:hover { color: #D0A216; }
	#breadcrumbs a i { position: relative; display: inline-block; font-size: 80%; top: 0px; margin-right: 6px; } 
	#breadcrumbs a:not(:first-child):before { position: relative; display: inline-block; content: "\f105"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 80%; top: 0px; left: -10px; }
	.box .share a.responsive-show { display: none; }
	.view-services-toc { text-align: right; padding-top: 40px; padding-bottom: 10px; }
	.view-services-toc .item { position: relative; margin: 0px -10px 12px 0px; clear: both; }
	.view-services-toc .item a { position: relative; display: inline; vertical-align: top; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.8rem; line-height: 2.4rem; color: #242424; background: #FFFFFF; box-shadow: 2rem .5rem 0 #FFFFFF, -1rem .5rem 0 #FFFFFF, 2rem -.5rem 0 #FFFFFF, -1rem -.5rem 0 #FFFFFF; box-decoration-break: clone; }
	.view-services-toc .item a:after { position: absolute; content: ""; right: -2rem; top: -.5rem; bottom: -.5rem; width: .3rem; background: rgba(0,0,0,0.1); } 
	.view-services-toc .item a:hover { color: #242424; background: #D0A216; box-shadow: 2rem .5rem 0 #D0A216, -1rem .5rem 0 #D0A216, 2rem -.5rem 0 #D0A216, -1rem -.5rem 0 #D0A216; }
	.view-services-toc .item a.active { color: #FFFFFF; background: #E3B118; box-shadow: 2rem .5rem 0 #E3B118, -1rem .5rem 0 #E3B118, 2rem -.5rem 0 #E3B118, -1rem -.5rem 0 #E3B118; }

	.view-magazine .grid .box.has-box-bg:before, .view-magazine.start-row-reverse &gt; .grid:nth-child(even) &gt; .box.has-box-bg:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,.8)); }
	.view-magazine .grid:nth-child(even) &gt; .box.has-box-bg:before, .view-magazine.start-row-reverse &gt; .grid &gt; .box.has-box-bg:before { background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,.8)); }
	
	.box.has-float-img .img.float-img { padding-left: 8rem; padding-bottom: 4rem; }
}

@media only screen and (min-width: 821px) and (max-width: 1024px) { 
	.centerize { width: 100%; margin: 0; }
}

@media only screen and (min-width: 1025px) and (max-width: 1240px) { 
	.centerize { width: 100%; }
}

@media only screen and (min-width: 821px) and (max-width: 1560px) { 
	#header-flow .logo { display: block; width: 100%; text-align: center; }
	#header-flow .nav-container { display: block; width: 100%; }
	#header-flow .nav-container-menu { display: block; width: 100%; }
	#header-flow .nav-container-menu nav { display: block; width: 100%; text-align: center; }
	#header-flow .nav-container-menu nav a { display: inline-block; font-size: 1.6rem; }
}

@media only screen and (min-width: 1241px) and (max-width: 1900px) { 
	.centerize { width: 100%; max-width: 1520px; }
}

@media only screen and (min-width: 1901px) { 
	.centerize { width: 100%; max-width: 1520px; }
}

@media only screen and (max-width: 1240px) {
	.responsive-hide.responsive-1240px { display: none !important; }
	.responsive-show.responsive-1240px { display: block !important; }	
	.responsive-show-inline-block.responsive-1240px { display: inline-block !important; }
	.w-6 { width: 50%; }
}

@media only screen and (max-width: 960px) {
	.responsive-hide.responsive-960px { display: none !important; }
	.responsive-show.responsive-960px { display: block !important; }	
	.responsive-show-inline-block.responsive-960px { display: inline-block !important; }
}

@media only screen and (max-width: 820px) { 
	html { font-size: 50%; }
	main.has-responsive-dropdown { padding-top: 50px; }
	.responsive-hide { display: none !important; }
	.responsive-show { display: block !important; }
	.responsive-show-inline-block { display: inline-block !important; }
	.responsive-full-width { width: 100% !important; }	
	.centerize { width: 100%; margin: 0; }
	.component.responsive-flex-direction-column-reverse { display: flex; flex-direction: column-reverse; }
	.component.responsive-flex-direction-column-reverse &gt; .grid { flex: 1 0 auto; }
	[class^="w-"], [class*=" w-"] { width: 100%; }
	.box .txt .table-container { overflow-x: auto; display: block; background: radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0; background-color: #fefefe; background-repeat: no-repeat; background-size: 20px 100%; margin-bottom: 15px; }
	.box .txt .table-container table { min-width: 100%; background: linear-gradient(to right, #fefefe 30%, rgba(255,255,255,0)), linear-gradient(to left, #fefefe 30%, rgba(255,255,255,0)) 100% 0; background-size: 50px 100%; background-repeat: no-repeat; max-width: none; margin-bottom: 0;	}
	.box .txt .table-container::-webkit-scrollbar {	-webkit-appearance: none; width: 14px; height: 14px; }
	.box .txt .table-container::-webkit-scrollbar-thumb {	border-radius: 8px;	border: 3px solid #fefefe;	background-color: #a8a8a8; }
	
	.google-map iframe { height: 200px; }
	.box iframe.box-item { min-height: 70vh; }

	#header-flow, #header-fixed { display: none; }
	header { min-height: 60px; }
	#header-responsive { position: fixed; min-height: 50px; width: 100%; background: #0F0F0F; }
	#header-responsive:not(.active).header-scroll.nav-down[data-st="0"] { background: #0F0F0F; transition: all 200ms ease-out; }
	/*
	#header-responsive.header-scroll.nav-down[data-st="1"] { background: #0F0F0F; transform: translateY(0px); }
	*/
	#header-responsive.header-scroll.nav-down[data-st="1"] { background: #0F0F0F; }
	#header-responsive.header-scroll.nav-up, #header-responsive.header-scroll.nav-down[data-st="0"] { background: #0F0F0F; transition: all 200ms ease-out; }
	#header-responsive.active { background: #0F0F0F; }
	#header-responsive.active nav { height: 100vh; padding-bottom: 50vh; overflow-y: scroll; }
	/*
	#header-responsive.header-scroll[data-st="1"].nav-up { transform: translateY(-60px); }
	*/
	#header-responsive.header-scroll[data-st="1"].nav-up { background: #0F0F0F; }
	#header-responsive nav, #header-responsive .lang { position: relative; background: #0F0F0F; text-align: left; width: 100%; margin: 0px; padding: 0px; display: none; }
	#header-responsive nav .item { position: relative; display: block; text-align: left; width: 100%; padding: 0rem 1rem; }
	#header-responsive nav .item a { position: relative; display: inline-block; vertical-align: middle; margin: 0; padding: 2rem 3rem; line-height: 1em; font-size: 1.8rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; }
	#header-responsive .lang a { position: relative; display: block; width: 100%; text-align: center; margin: 0; padding: 4rem 3rem; line-height: 1em; font-size: 1.8rem; font-weight: 400; border: 0; background: 0; border-radius: 0; }
	#header-responsive nav .item.active a, #header-responsive .lang a.active { color: #E3B118; box-shadow: 0 0; }
	#header-responsive .logo, #header-responsive #menu-responsive-btn, #header-responsive #lang-responsive-btn { position: relative; display: inline-block; vertical-align: top; } 	
	#header-responsive .logo { float: left; padding: 5px; top: 0px; transition: top 200ms ease-out; }
	#header-responsive .logo img { height: 50px; }
	#header-responsive nav .top-menu { position: relative; display: block; width: 100%; }
	#header-responsive nav .top-menu-text { color: #B6B6B6; box-shadow: 0px -2px 0px #313131; margin-top: 20px; }
	#header-responsive nav .top-menu-text ul { position: relative; padding: 20px; margin: 0; }
	#header-responsive nav .top-menu-text ul li { list-style: none; padding: 1.6rem 2rem; white-space: nowrap; }
	#header-responsive nav .top-menu-text ul li a { padding: 0px; }
	#header-responsive nav .top-menu-text ul li:before { position: relative; font-family: "Font Awesome 5 Pro"; content: "\f00c"; font-weight: 300; font-size: 1.8rem; color: #21E294; padding-right: 1rem; }
	#header-responsive.active .logo, #header-responsive.active #lang-responsive-btn { top: -60px; transition: top 100ms ease-out; }
	/*
	#header-responsive[data-st="1"] .logo { top: -60px; transition: top 100ms ease-out; }
	*/
	
	#menu-responsive-btn { float: right; width: 60px; height: 60px; color: #242424; border: 0; overflow: hidden; }
	#menu-responsive-btn:hover, #lang-responsive-btn:hover { cursor: pointer; }
	#menu-responsive-btn:before { content: "\f0c9"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 24px; position: absolute; display: block; width: 60px; height: 60px; line-height: 60px; right: 0px; top: 0px; text-align: center; color: #FEFEFF; transition: all 100ms ease-in-out; }
	#menu-responsive-btn.active:before { transform: rotate(90deg); content: "\f00d"; transition: all 100ms ease-in-out; }	
	#lang-responsive-btn { float: right; color: #FEFEFF; width: 60px; height: 60px; line-height: 60px; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; text-transform: uppercase; font-size: 16px; text-align: center; top: 0px; transition: top 200ms ease-out; }

	.responsive-dropdown { position: relative; z-index: 3; width: 100%; padding: 0px; background: #FFFFFF; margin: 0px; }
	.responsive-dropdown select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: transparent; width: 100%; padding: 10px 30px 10px 10px; margin: 0px; font-size: 1.6rem; color: #242424; box-shadow: 0 0; border: 0; height: 46px; padding-right: 52px; }
	.responsive-dropdown select option { color: #242424; background: #FFFFFF; font-size: 1.6rem; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 1.6rem; position: absolute; display: block; padding: 0px 0px; right: 0px; top: 0px; z-index: -1; width: 41px; line-height: 46px; text-align: center; color: #242424; background: 0; }

	.view-services-toc { padding: 15px 20px; }
	.view-services-toc .item { position: relative; }
	.view-services-toc .item a { position: relative; display: block; text-align: center; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.8rem; color: #242424; background: #FFFFFF; padding: 20px; margin: 5px 0px; border-radius: 3px; }
	.view-services-toc .item a:hover { color: #242424; background: #D0A216; }
	.view-services-toc .item a.active { color: #FFFFFF; background: #E3B118; }
	
	.view-magazine .grid .box.has-box-bg:before, .view-magazine.start-row-reverse &gt; .grid:nth-child(even) &gt; .box.has-box-bg:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); }
	.view-magazine .grid:nth-child(even) &gt; .box.has-box-bg:before, .view-magazine.start-row-reverse &gt; .grid &gt; .box.has-box-bg:before { background: rgba(0,0,0,.6); }
	.view-magazine .grid .box.has-box-bg .flexbox-centering-inside { padding: 2rem; margin: 4rem 0rem; }	
}

@media only screen and (min-width: 481px) and (max-width: 820px) {
	.w-3, .w-4, .w-5, .w-6 { width: 50%; }
}

@media only screen and (min-width: 481px) { 
	.view-magazine .grid .box.has-linear-gradient-bg &gt; .flex-item.img, .view-magazine .grid .box.has-box-bg &gt; .flex-item.img { background: none !important; }
}

@media only screen and (max-width: 480px) { 
	.centerize { width: 100%; margin: 0; }
	[class^="w-"], [class*=" w-"] { width: 100%; }
	.view-magazine &gt; .grid &gt; .box &gt; .flex-item.caption { width: 100%; padding: 20px; }
	.view-magazine &gt; .grid &gt; .box:not(.has-box-bg) &gt; .flex-item.img { width: 100%; min-height: 20vh; }
	.view-magazine &gt; .grid &gt; .box.has-box-bg &gt; .flex-item.img { display: none; }
	.view-magazine .grid .box.has-linear-gradient-bg { background: #FFFFFF !important; }
	.view-services .box .ttl h1, .view-services .box .ttl h1 a, .view-services .box .ttl h2, .view-services .box .ttl h2 a, .view-services .box .ttl h3, .view-services .box .ttl h3 a, .view-services .box .ttl h4, .view-services .box .ttl h4 a { font-size: 2.1rem;  }
	.view-magazine .box .ttl h1, .view-magazine .box .ttl h1 a, .view-magazine .box .ttl h2, .view-magazine .box .ttl h2 a, .view-magazine .box .ttl h3, .view-magazine .box .ttl h3 a, .view-magazine .box .ttl h4, .view-magazine .box .ttl h4 a { font-size: 2.1rem;  }

	.box .ttl h1, .box .ttl h2, .box .ttl h3, .box .ttl h4, .box .txt h1 { font-size: 2.4rem; }
	.box .txt h2 { font-size: 2.0rem; }
	.box .txt h3 { font-size: 1.8rem; }
	.box .txt h4 { font-size: 1.6rem; }
	.box .txt h5 { font-size: 1.5rem; }
	.box .txt h6 { font-size: 1.5rem; }	

}

@media only screen and (max-width: 820px) and (orientation: portrait) {
	#header-responsive nav .item a { font-size: 4.8vw; }
	.view-magazine .grid .box.has-box-bg .flexbox-centering-inside { width: 80vw; }
}

@media only screen and (max-width: 820px) and (orientation: landscape) {
	#header-responsive nav .item { position: relative; display: inline-block; text-align: left; width: 50%; margin: 0; padding: 0rem; }
}

/* Template */

#container { position: relative; min-height: 100%; width: 100%; display: flex; flex-direction: column; }

header { position: relative; flex: none; z-index: 102; }
footer { position: relative; flex: none; z-index: 64; min-height: 20vh; padding-top: 40px; margin-top: 0px; background: #F6F6F6; }
main { position: relative; flex: 1 0 auto; }
main &gt; .component:first-child { padding-top: 10px; }
main &gt; .component:last-child, main &gt; .ias-container:last-child { }

.paginate-table { clear: both; position: relative; padding: 20px; margin: 0px; z-index: 1; text-align: center; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 600; font-size: 1.6rem; color: #242424; background: #FFFFFF; line-height: 1em; padding: 16px 20px; text-transform: uppercase; margin: 2px; border-radius: 0px; box-shadow: 0px 0px 0px 0px #D0A216; transition: all 200ms ease-in-out; }
.paginate-table a i { margin-bottom: -2px; } 
.paginate-table a:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.paginate-table a.active, .paginate-table span { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; }

/* Views */

.view-scenery &gt; .component &gt; .grid &gt; .box.has-banner { padding: 0px; }
.view-scenery .banner { position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100vw; height: 320px; min-height: 30vh; }
.view-scenery .banner .overlay  { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(18,18,18,0.4); z-index: 1; }
.view-scenery .banner .fixed-bg { position: fixed; top: 0; bottom: 0; width: 100vw; height: 100vh; background-size: cover; background-position: center center; z-index: -9; }
.view-scenery .banner .img { display: none; }
.view-scenery .banner .caption { position: relative; padding: 2rem 4rem; text-align: center; z-index: 2; }
.view-scenery .banner .caption h1, .view-scenery .banner .caption h3 { position: relative; display: inline-block; vertical-align: middle; color: #FFFFFF; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none; font-size: 6.4rem; line-height: 0.9em; letter-spacing: .3rem; padding: 0px; }
.view-scenery.view-scenery-quote .banner { height: 100%; display: flex; justify-content: center; align-items: center; }
.view-scenery.view-scenery-quote .banner .caption { position: relative; margin: auto; top: auto; transform: none; color: #FFFFFF; max-width: 1280px; padding: 10vh 0px; width: 60vw; }
.view-scenery.view-scenery-quote .banner .caption p { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; color: #242424; font-size: 4.2rem; text-shadow: 0px 5px 20px #000000; }
.view-scenery.view-scenery-quote .banner .overlay { background: rgba(0,0,0,0.2); }

.view-odometers { position: relative; }
.view-odometers .icon { position: relative; text-align: center; margin: 0px; padding: 0px 0px 10px 0px; }
.view-odometers .icon i { position: relative; display: inline-block; font-size: 4.8rem; font-weight: 400; color: #242424; background: rgba(255,255,255,.4); text-align: center; width: 14.4rem; height: 14.4rem; line-height: 14.4rem; padding: 0px; border-radius: 96px; box-sizing: content-box; }
.view-odometers .icon i:after { position: absolute; content: ""; top: 10px; right: 10px; bottom: 10px; left: 10px; border-radius: 96px; box-shadow: 0px 0px 0px 1px #242424; z-index: -1; }
.view-odometers .number { position: relative; color: #242423; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 5.8rem; text-align: center; padding: 0px 0px 0px 0px; margin: 0; }
.view-odometers .caption { position: relative; color: #242424; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.8rem; text-align: center; padding: 0px 0px 10px 0px; margin: 0; }
.view-odometers .desc { text-align: center; }

.view-faq { position: relative; } 
.view-faq .item { position: relative; margin: 0px 0px 10px 0px; background: #FFFFFF; padding: 0px; border-radius: 6px; transition: all 200ms ease-in-out; }
.view-faq .item:last-child { margin-bottom: 0px; }
.view-faq .item.active { background: #FFFFFF; transition: all 100ms ease-in-out; }
.view-faq .item .faq-q { position: relative; padding: 20px 20px 20px 0px; -webkit-transform-style: preserve-3d; border-radius: 6px; }
.view-faq .item .faq-a { position: relative; padding: 0px 0px 20px 0px; }
.view-faq .item .faq-q .ttl h2 { position: relative; display: inline-block; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.8rem; transition: all 200ms ease-in-out; }
.view-faq .item .faq-q:hover { cursor: pointer; }
.view-faq .item .faq-q:hover .ttl h2 { color: #D0A216; transition: all 0ms ease-in-out; }
.view-faq .item.active .faq-q { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.view-faq .item.active .faq-q .ttl h2 { color: #E3B118; }
.view-faq .item .faq-q:before { content: "\f067"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 1.8rem; position: absolute; display: block; padding: 4px 0px; right: 0px; top: 16px; text-align: center; transition: all 100ms ease-in-out; }
.view-faq .item .faq-q:hover:before { color: #D0A216; }
.view-faq .item.active .faq-q:before { color: #D0A216; transform: rotate(360deg); content: "\f068"; transition: all 100ms ease-in-out; }
.view-faq .item .faq-a { display: none; }

.view-forwarders { position: relative; text-align: center; padding: 10px; display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: stretch; align-content: stretch; }
.view-forwarders .item { position: relative; display: inline-block; flex: 0 0 auto; vertical-align: top; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; padding: 1rem; border-radius: 0px; margin: 1rem; z-index: 1; transition: all 200ms ease-in-out; }
.view-forwarders .item .ttl, .view-forwarders .item .txt { color: #242423; transition: all 200ms ease-in-out; padding: 10px; }
.view-forwarders .item .ttl h2 { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 2.1rem;  }
.view-forwarders .item .ttl h2 i { margin-right: 0.6em; }
.view-forwarders .item .txt { font-size: 1.6rem; margin-top: -18px; }
.view-forwarders .item:hover { color: #FFFFFF; background: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.view-forwarders .item:hover .ttl, .view-forwarders .item:hover .txt { color: #FFFFFF; transition: all 100ms ease-in-out; }

.view-testimonials { }
.view-testimonials .box { text-align: center; }
.view-testimonials .box .box-main { position: relative; display: flex; justify-content: center; align-items: center; }
.view-testimonials .box .box-main .txt { position: relative; padding: 1rem 0rem; text-align: center; color: #242423; margin: auto; flex-shrink: 1; max-width: 100%; }
.view-testimonials .box .box-main .txt p { font-size: 1.6rem; font-style: italic; text-transform: none; }
/*
.view-testimonials .box .box-main:before { font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f10d"; color: #242424; font-size: 2.4rem; position: absolute; top: 5px; left: 5px; z-index: 1; }
.view-testimonials .box .box-main:after { font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f10e"; color: #242424; font-size: 2.4rem; position: absolute; bottom: 5px; right: 5px; z-index: 1; }
*/
.view-testimonials .box .box-footer { position: relative; padding: 0rem 3rem; }
.view-testimonials .box .img { position: absolute; width: 100%; text-align: center; left: 0px; right: 0px; top: -4rem; }
.view-testimonials .box .img img { position: relative; display: inline-block; margin: 0 auto; width: 8rem; height: 8rem; border-radius: 50%; box-shadow: 0px 0px 0px 4px #FFFFFF; }
.view-testimonials .box .review-score { position: relative; padding: 1rem; }
.view-testimonials .box .review-score svg { margin: 0px .1rem; }
.view-testimonials .box .name { position: relative; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.6rem; color: #242424; display: inline-block; vertical-align: top; margin-top: 40px; padding: 0px 2rem .5rem 2rem; }
.view-testimonials .box .name:after { position: absolute; content: ""; top: -6px; left: 0px; right: 0px; height: 1px; border-radius: 0px; background: #E8E8E8; }
.view-testimonials .box .company { position: relative; font-weight: 400; font-size: 1.4rem; color: #242424; text-transform: uppercase; letter-spacing: 2px; padding: 1rem 0px; }

.view-cards .box { height: 0; padding: 0; padding-top: 100%; background-position: center center; background: #FFFFFF; background-size: cover; transition: background 400ms linear, box-shadow 400ms linear; box-shadow: 0 0 #D0A216; overflow: hidden; }
.view-cards .box.has-ratio.ratio-4-3 { padding-top: 75%; }
.view-cards .box.has-ratio.ratio-16-9 { padding-top: 56.25%; }
.view-cards .box.has-ratio.ratio-2-1 { padding-top: 50%; }
.view-cards .box-inside { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.view-cards .box .bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #FFFFFF; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: transform 400ms ease-in-out; }
.view-cards .box .caption { position: relative; height: 100%; display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: center; align-items: center; align-content: center; background: rgba(0,0,0,0); }
.view-cards .box .caption .eyb, .view-cards .box .caption .ttl, .view-cards .box .caption .txt { text-align: center; padding: .5rem 2rem; transition: padding 100ms ease-in-out; }
.view-cards .icon i { background: linear-gradient(to bottom right, rgba(255,255,255,.4), rgba(255,255,255,.8)); color: #000000; mix-blend-mode: screen; font-size: 8rem; width: 16rem; height: 16rem; line-height: 16rem; text-align: center; border-radius: 8rem; }
.view-cards .box .caption .eyb p { color: #FFFFFF; }
.view-cards .box .caption .ttl { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; color: #FFFFFF; font-size: 2.4rem; }
.view-cards .box .caption .ttl h1, .view-cards .box .caption .ttl h2, .view-cards .box .caption .ttl h3, .view-cards .box .caption .ttl h4 { font-size: 2.4rem; }
.view-cards .box .caption .ttl a { color: #FFFFFF; }
.view-cards .box .caption .txt, .view-cards .box .caption .txt p { color: #FFFFFF; font-size: 1.8rem; line-height: 1.4em; text-align: center; }
.view-cards .box .forward { position: absolute; left: 0; bottom: 1rem; right: 0; text-align: center; z-index: 2; }
.view-cards .box .forward a { color: #FFFFFF; box-shadow: 0px 0px 0px 2px #FFFFFF; }
.view-cards.view-cards-relative-height .box { height: auto; padding: 0; }
.view-cards.view-cards-relative-height .box-inside { position: relative; top: auto; right: auto; bottom: auto; left: auto; height: 100%; width: 100%; }
.view-cards.view-cards-relative-height .box-inside .caption { display: block; padding: 40px 10px; text-align: center; }

@media only screen and (hover:hover) {
	.view-cards .box .bg:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0)); opacity: 0; transition: opacity 400ms ease-in-out; }
	.view-cards .box:hover .bg { transform: scale(1.4); transition: transform 4s ease-out; }
	.view-cards .box:hover .bg:before { opacity: 0.4; transition: opacity 200ms ease-in-out; }
	.view-cards .box:hover .caption .ttl, .view-cards .box:hover .caption .txt { padding-top: 1rem; padding-bottom: 0rem; transition: padding 100ms ease-in-out; }
	.view-cards .box:hover { background: #FFFFFF; box-shadow: 0 0 0 .5rem #D0A216; transition: background 100ms linear, box-shadow 100ms linear; }
}

@media only screen and (min-width: 821px) and (max-width: 1240px) {
	.view-cards &gt; .grid.w-4:first-child:nth-last-child(3) { width: 100%; }
	.view-cards &gt; .grid.w-4:first-child:nth-last-child(3) .box { padding-top: 50%; }
	.view-cards &gt; .grid.w-4:nth-child(2):nth-last-child(2), .view-cards &gt; .grid.w-4:nth-child(3):nth-last-child(1) { width: 50%; }
}

@media only screen and (max-width: 820px) {
	.view-scenery .banner { background-attachment: scroll; height: 30vh; min-height: 200px; }
	.view-testimonials .box .txt { padding: 30px 10px; }	
}

@media only screen and (min-width: 481px) and (max-width: 820px) {
	.view-cards &gt; .grid.w-4:first-child:nth-last-child(3), .view-cards &gt; .grid.w-4:nth-child(2):nth-last-child(2), .view-cards &gt; .grid.w-4:nth-child(3):nth-last-child(1) { width: 100%; }
	.view-cards &gt; .grid.w-4:first-child:nth-last-child(3) .box, .view-cards &gt; .grid.w-4:nth-child(2):nth-last-child(2) .box, .view-cards &gt; .grid.w-4:nth-child(3):nth-last-child(1) .box { padding-top: 50%; }
	.view-odometers &gt; .grid.w-4:first-child:nth-last-child(3) { width: 100%; }
	.view-odometers &gt; .grid.w-4:nth-child(2):nth-last-child(2), .view-odometers &gt; .grid.w-4:nth-child(3):nth-last-child(1) { width: 50%; }
}

@media only screen and (max-width: 640px) {
	.view-scenery .banner .caption h1, .view-scenery .banner .caption h3 { font-size: 3.2rem; line-height: 1em; }
}

/* Masonry */

.masonry-container { margin: 0 auto; width: 100% !important; }

/* BX Slider */

.bx-wrapper { overflow: hidden; }
.bx-prev, .bx-next { z-index: 62; position: absolute; display: flex; align-items: center; justify-content: center; top: 50%; margin-top: -50px; left: 10px; height: 100px; width: 50px; background: rgba(0,0,0,0.6); color: #ccc; border-radius: 0px; transition: all 200ms ease-in-out; }
.bx-next { left: auto; right: 10px; }
.bx-prev i, .bx-next i { font-size: 2.4rem; }
.bx-prev:hover, .bx-next:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }

/* BX Slider carousel */

.slider-carousel-container { position: relative; visibility: hidden; }
.slider-carousel-container .bx-wrapper { position: relative; padding: 10px 0px; }
.slider-carousel-container .bx-wrapper .bx-viewport { }
.slider-carousel { position: relative; width: 100%; }
.slider-carousel .item { position: relative; display: block; width: 600px !important; max-width: 25vw !important; }
.slider-carousel .item img { position: relative; display: block; width: 100%; }
@media only screen and (min-width: 641px) and (max-width: 1280px) { .slider-carousel .item { width: 300px !important; max-width: 50vw !important; } }
@media only screen and (max-width: 640px) { .slider-carousel .item { width: 50vw !important; max-width: 50vw !important; } }

/* BX Slider banner */

.slider-banner .bx-slider { position: relative; }
.slider-banner .item { position: absolute; top: 0; left: 0; }
.slider-banner .item:first-child { position: relative; }
.slider-banner .item img { width: 100%; height: auto; }
.slider-banner .caption { position: absolute; display: flex; align-items: center; top: 0; bottom: 0; left: 0; right: 0; box-sizing: border-box; text-align: center; padding: 20px; z-index: 61; background: rgba(0,0,0,0.4); background-size: auto; }
.slider-banner .caption-txt { flex: 1; }
.slider-banner .caption-txt .tagline { position: relative; font-size: 2.4rem; font-weight: 600; padding-bottom: 4rem; }
.slider-banner .caption-txt .tagline:before { position: absolute; content: ""; bottom: 2rem; left: 35%; width: 30%; border-bottom: 2px solid rgba(255,255,255,.2); }
.slider-banner .caption-txt .forward a { margin: 5px; padding: 2rem; border-radius: .6rem; }
.slider-banner .caption-txt .forward a:before { display: none; }

@media only screen and (max-width: 820px) {
	.slider-banner .caption { position: relative; background: rgba(0,0,0,0.4); }
}

/* Animations */

.aa-ani-fade-in { animation: aa-ani-fade-in 0.8s ease-in-out; animation-fill-mode: forwards; }
.aa-ani-showtime { animation: aa-ani-showtime 0.4s ease-out; animation-fill-mode: forwards; }
.aa-ani-softslidein { animation: aa-ani-softslidein 0.4s ease-out; }
.aa-ani-softslidein-left { animation: aa-ani-softslidein-left 0.4s ease-out; }
.aa-ani-shake { animation: aa-ani-shake 1.2s ease-in-out; }

@keyframes aa-ani-softslidein {	0% { transform: translate3d(2%,0,0); visibility: visible; opacity: 0; }	100% { transform: translateZ(0); } }
@keyframes aa-ani-softslidein-left {	0% { transform: translate3d(-2%,0,0); visibility: visible; opacity: 0; } 100% { transform: translateZ(0); } }
@keyframes aa-ani-shake {	0% { transform: rotate(0deg); }	8%, 24%, 40%, 56% {	transform: rotate(-2deg);	}	16%, 32%, 48% { transform: rotate(2deg); } 64% {	transform: rotate(1deg); } 80% {	transform: rotate(-1deg); }	100% { transform: rotate(0deg); }	}
@keyframes aa-ani-hoverboard { 0%, 100% { transform: translate3d(0px,10px,0); } 50% { transform: translate3d(0px,-10px,0); } }
@keyframes aa-ani-showtime { 0% { opacity: 0; transform: translate3d(10%,0,0); } 100% { opacity: 1; transform: none; } }
@keyframes aa-ani-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }

/* Ft */

.ft-overview .box .txt { text-align: center; }
.ft-overview .box .txt p { font-size: 1.4rem; }
.ft-logos { position: relative; text-align: center; padding: 2rem; }
.ft-logos .item { position: relative; display: inline-block; vertical-align: top; height: 0px; padding-top: 200px; overflow: hidden; width: 200px; }
.ft-logos .item &gt; a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }	
.ft-logos .item img { position: relative; max-height: 100%; max-width: 100%; width: auto; height: auto; position: absolute; right: 50%; top: 50%; transform: translate(50%, -50%); }

.ft-tagpages a { font-weight: 600; text-decoration: underline; margin: 1rem; }
.ft-menu { position: relative; text-align: center; }
.ft-menu a { position: relative; display: inline-block; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.6rem; color: #B6B6B6; padding: 20px; margin: 0px; overflow: hidden; vertical-align: bottom; transition: all 500ms ease-in-out; }
.ft-menu a:hover { color: #D0A216; transition: all 0ms ease-in-out; }
.ft-menu a.active { color: #E3B118; }
.ft-cookie-notice { position: relative; padding: 40px 0px 60px 0px; text-align: center; font-size: 1.2rem; font-weight: 400; color: #B6B6B6; }
.ft-cookie-notice a { color: #B6B6B6; text-decoration: underline; font-weight: 400; padding: 0px 10px; }
.ft-cookie-notice a:hover { color: #D0A216; }
#ft-credits { position: absolute; bottom: 10px; width: 100%; text-align: center; color: #E3B118; }
#ft-credits a { font-size: .9rem; font-weight: 600; text-transform: uppercase; text-decoration: none; color: #B6B6B6; padding: 3px 6px; display: inline-block; margin: 0px 2px; border-radius: 3px; }
#ft-credits a:hover { color: #D0A216; }
#ft-credits span { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

@media only screen and (max-width: 640px) {
	.ft-logos .item { padding-top: 30vw; overflow: hidden; width: 30vw; }
}

/* Forms */

input, button { position: relative; color: #242424; font-family: 'Montserrat', Arial, sans-serif; font-weight: 400; font-size: 1.4rem; background: #FFFFFF; width: 100%; padding: 10px; border: 0; box-shadow: 0px 0px 0px 1px #D4D4D4; -webkit-appearance: none; outline: none; border-radius: 0px; }
select { position: relative; color: #242424; font-size: 1.4rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; opacity: 1; font-style: normal !important; background: #FFFFFF; width: 100%; padding: 10px; border: 0; box-shadow: 0px 0px 0px 1px #D4D4D4; -webkit-appearance: none; outline: none; border-radius: 0px; } 
textarea { color: #242424; font-family: 'Montserrat', Arial, sans-serif; font-weight: 400; font-size: 1.4rem; background: #FFFFFF; width: 100%; padding: 10px; border: 0; box-shadow: 0px 0px 0px 1px #D4D4D4; resize: vertical; -webkit-appearance: none; outline: none; border-radius: 0px; }
label, form .label { display: block; color: #242424; font-size: 1.4rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; }
label a { text-decoration: underline; font-weight: inherit; }
label:hover { cursor: pointer; }
::-webkit-input-placeholder { position: relative; color: #242424; font-size: 1.4rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; opacity: 1; font-style: normal !important; top: 0px; left: 0px; transition: top 100ms linear, color 100ms linear; }
:-ms-input-placeholder { position: relative; color: #242424; font-size: 1.4rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; opacity: 1; font-style: normal !important; top: 0px; left: 0px; transition: top 100ms linear, color 100ms linear; }
::placeholder { position: relative; color: #242424; font-size: 1.4rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; opacity: 1; font-style: normal !important; top: 0px; left: 0px; transition: top 100ms linear, color 100ms linear; }
input:focus::placeholder, textarea:focus::placeholder { color: transparent; top: -10px; transition: top 100ms cubic-bezier(.3,0,.3,1), color 100ms cubic-bezier(.3,0,.3,1); }
.frm-item { position: relative; padding: 10px 20px; }
.frm-input input:focus, .frm-sc input:focus, .frm-textarea textarea:focus, .frm-select select:focus { color: #242424; border-color: #D0A216; box-shadow: 0px 2px 0px 0px #D0A216; }
.frm-input, .frm-select, .frm-textarea { display: flex; flex-direction: column-reverse; }
.frm-item.label-as-placeholder label { position: absolute; top: 25px; z-index: 1; transition: top 100ms cubic-bezier(.3,0,.3,1), font-size 100ms cubic-bezier(.3,0,.3,1); }
.frm-item.label-as-placeholder input:focus + label, .frm-item.label-as-placeholder input:not(:placeholder-shown) + label, .frm-item.label-as-placeholder select:focus + label, .frm-item.label-as-placeholder select:not(:placeholder-shown) + label, .frm-item.label-as-placeholder textarea:focus + label, .frm-item.label-as-placeholder textarea:not(:placeholder-shown) + label { font-size: 75%; top: 5px; }
.frm-item.frm-input input:not(:focus):not(:placeholder-shown), .frm-item select:not(:focus):not(:placeholder-shown), .frm-item textarea:not(:focus):not(:placeholder-shown), .frm-item.frm-sc input:not(:focus):not(:placeholder-shown) { box-shadow: 0px 2px 0px 0px #EAEAEA; }
/*
.frm-input.mandatory:before, .frm-sc:before { font-family: "Font Awesome 6 Pro"; font-weight: 100; position: absolute; top: 10px; right: -14px; font-size: 1.0rem; content: "\f005"; color: #efefef; }
.frm-file.mandatory:before { font-family: "Font Awesome 6 Pro"; font-weight: 100; position: absolute; top: 36px; right: -14px; font-size: 1.0rem; content: "\f005"; color: #efefef; }
*/
.frm-file { position: relative; margin: 10px 20px; height: auto; }
.frm-file label { display: block; position: relative; margin-bottom: 6px; }
.frm-input-info { }
.frm-submit { position: relative; margin: 20px 0px; padding-bottom: 20px; }
.frm-date .frm-date-day { width: 25%; }
.frm-date .frm-date-month { width: 50%; }
.frm-date .frm-date-year { width: 25%; }
.frm-checkbox { position: relative; }
.frm-checkbox.display-inline { display: inline-block; }
.frm-checkbox label { font-size: 1.2rem; padding-left: 3.4rem; font-weight: 400; }
.frm-checkbox input[type=checkbox] { display: none; }
.frm-checkbox input[type=checkbox] + label:before { position: absolute; left: 20px; font-family: "Font Awesome 6 Pro"; font-weight: 100; display: inline-block; width: 4rem; font-size: 2.4rem; content: "\f0c8"; color: #000000; vertical-align: top; margin-top: -.4rem; }
.frm-checkbox input[type=checkbox] + label:hover { color: #242423; }
.frm-checkbox input[type=checkbox]:checked + label { color: #242423; text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: #E3B118; }
.frm-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #242423; }
.frm-radio { position: relative; }
.frm-radio label { font-size: 1.5rem; }
.frm-radio input[type=radio] { display:none; }
.frm-radio input[type=radio] + label:before { font-family: "Font Awesome 6 Pro"; font-weight: 100; display: inline-block; width: 4.0rem; font-size: 2.4rem; content: "\f0c8"; color: #000000; vertical-align: top; margin-top: -.4rem; }
.frm-radio input[type=radio] + label:hover { color: #242423; }
.frm-radio input[type=radio]:checked + label { color: #242423; }
.frm-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #242423; }
.frm-textarea textarea { min-height: calc(4em + 20px); }
.frm-sc .frm-sc-code { display: inline-block; color: #242423; font-family: 'Courier New', Courier, monospace; font-weight: 600; margin: 0px 10px; font-size: 2.2rem; }
.frm-sc label { display: inline-block; }
.frm-sc input { display: inline-block; width: 60px; } 
option[default] { display: none; }
input[type=submit], button { position: relative; display: inline-block; vertical-align: middle; width: auto; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; border-radius: 0px; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; text-decoration: none; font-size: 1.4rem; padding: 2rem 6rem; margin: 0px; transition: all 200ms ease-in-out; white-space: nowrap; z-index: 1; transition: all 200ms ease-in-out; }
input[type=submit]:hover, button:hover { cursor: pointer; color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
button i { margin-right: .6rem; }

select.empty, input.empty, textarea.empty { box-shadow: 0px 0px 0px 2px #E74443 !important; }
select::-ms-expand { display: none; }  
select:hover { cursor: pointer; }
option { color: #242424; }

form div[class^="w-"] { position: relative; display: inline-block; vertical-align: top; }

/* Hero */

#theme-home-hero-placeholder:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: rgba(18,18,18,0.2); z-index: 1; }
#theme-home-hero-content { position: relative; height: auto; width: 100vw; min-height: calc(80vh - 100px); padding-bottom: 0px; z-index: 61; display: flex; justify-content: center; align-items: center; }
#theme-home-hero-content.toggle-show-in-viewport.is-in-viewport { animation: none; }
#theme-home-hero, #theme-home-hero-placeholder, #theme-home-hero-slider { position: fixed; top: 0; bottom: 0; width: 100vw; height: 100vh; z-index: -1; }
#theme-home-hero-placeholder .poster { position: absolute; top: 0; bottom: 0; width: 100vw; height: 100vh; background-size: cover; background-position: center center; }
#theme-home-hero video { position: fixed; top: 0; left: 0; object-fit: cover; width: 100vw; height: 100vh; z-index: -1; }
#theme-home-hero:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 1; }
#theme-home-hero-slider &gt; .bx-slider, #theme-home-hero-slider &gt; .bx-wrapper, #theme-home-hero-slider &gt; .bx-wrapper &gt; .bx-viewport, #theme-home-hero-slider &gt; .bx-wrapper &gt; .bx-viewport &gt; .bx-slider { height: 100%; }
#theme-home-hero-slider:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.3); z-index: 59; }
#theme-home-hero-slider .item { position: relative; width: 100vw; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.theme-home-hero-slider-boxed { height: auto; min-height: 60vh; }
.theme-home-hero-slider-boxed #theme-home-hero-slider { position: absolute; }

#theme-home-hero-content .label { position: absolute; left: 0px; top: 50%; margin-top: -100px; transform-origin: top left; transform: rotate(-90deg) translateX(-100%); }
#theme-home-hero-content .label a { position: relative; display: inline-block; text-transform: uppercase; padding: 10px 20px; width: 200px; background: #FFFFFF; text-align: center; color: #242423; }
#theme-home-hero-content .label a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }

.theme-home-hero-caption { display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 180px); padding: 20px; }
.theme-home-hero-caption-title { padding: 0px; text-align: center; width: 1280px; max-width: 80vw; }
.theme-home-hero-caption-title h1 { position: relative; display: inline-block; color: #D0A216; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 7.6rem; padding: 10px 20px 0px 20px; z-index: 1; }
.theme-home-hero-caption-title h1 a { color: #FFFFFF; text-decoration: underline; text-decoration-color: rgba(255,255,255,.6); }
.theme-home-hero-caption-title h1 a:hover { text-decoration-color: #D0A216; }
.theme-home-hero-caption-title p { position: relative; color: #FFFFFF; font-weight: 400; text-transform: uppercase; font-size: 2.4rem; letter-spacing: .1em; }
.theme-home-hero-caption-title p a { color: #FFFFFF; text-decoration: underline; }
.theme-home-hero-caption-title p a:hover { color: #D0A216; }
.theme-home-hero-caption-forward { position: relative; text-align: center; padding-top: 12px; z-index: 62; }
.theme-home-hero-caption-forward a { position: relative; display: inline-block; background: transparent; vertical-align: middle; padding: 10px 30px; color: #FFFFFF; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; text-decoration: none; font-size: 1.8rem; margin: 0px; box-shadow: 0px 0px 0px 1px #FFFFFF; border-radius: 0px; z-index: 62; transition: all 200ms ease-in-out; }
.theme-home-hero-caption-forward a i { margin-left: .5em; }
.theme-home-hero-caption-forward a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }

.theme-home-hero-caption.has-forwarders { flex-direction: row; align-items: center; max-width: 1680px; }
.theme-home-hero-caption.has-forwarders .theme-home-hero-caption-title { text-align: left; }
.theme-home-hero-caption.has-forwarders .theme-home-hero-forwarders { display: flex; flex-direction: column; }
.theme-home-hero-caption.has-forwarders .theme-home-hero-forwarders .item { padding: 1rem 2rem; min-width: 320px; }

.theme-home-bg, .theme-bg-container { position: relative; background: #FFFFFF; z-index: 63; }
.body-home footer { background: #F6F6F6; margin-top: 0px; }
.body-home main { padding-bottom: 0px; }

#theme-home-flow-btn-container { position: fixed; display: flex; justify-content: center; bottom: 60px; width: 100%; z-index: 62; }
#theme-home-flow-btn-container #theme-home-flow-btn { position: relative; height: 48px; line-height: 48px; text-align: center; color: #FFFFFF; background: transparent; border-radius: 32px; transition: all 200ms ease-in-out; }
#theme-home-flow-btn-container.has-text #theme-home-flow-btn { padding: 0px 32px; font-size: 1.6rem; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; text-shadow: 0px 0px 16px rgba(0,0,0,0.6); border-radius: unset; box-shadow: 0px 0px 0px 1px #FFFFFF; }
#theme-home-flow-btn-container:not(.has-text) #theme-home-flow-btn { width: 48px;  }
#theme-home-flow-btn-container:not(.has-text) #theme-home-flow-btn:before { font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f078"; color: #FFFFFF; font-size: 32px; }
#theme-home-flow-btn-container #theme-home-flow-btn:hover { cursor: pointer; color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; text-shadow: unset; }
#theme-home-flow-btn-container #theme-home-flow-btn:hover:before { color: #D0A216; }

@media only screen and (min-width: 641px) and (max-width: 1560px) {
	.theme-home-hero-caption-title h1 { font-size: 4.2rem; }
	.theme-home-hero-caption-title h1:before { bottom: 1.2rem; }
	.theme-home-hero-caption-title h2 { font-size: 2.4rem; }
	.theme-home-hero-caption-title p { font-size: 1.8rem; }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
	#theme-home-flow-btn-container { display: none; }
}

@media only screen and (max-width: 820px) {
    .theme-home-hero-caption { padding: 0px 10px 80px 10px; }
	.theme-home-hero-caption.has-forwarders { flex-direction: column; }
	#theme-home-hero-placeholder:before { background: rgba(18,18,18,0.4); }
	#theme-home-hero-content { min-height: calc(100vh - 160px); }
	.theme-home-hero-caption-title { width: auto; max-width: 100%; padding: 20px 5vw; }
	.theme-home-hero-caption-title h1 { font-size: 3.6rem; }
	.theme-home-hero-caption-title h2 { font-size: 2rem; }
	.theme-home-hero-caption-title h1 u:before { top: -4px; right: -6px; bottom: -4px; left: -6px; clip-path: polygon(2px 3px, 100% 0, calc(100% - 3px) 100%, 3px calc(100% - 3px)); }
}

@media only screen and (max-width: 820px) and (orientation: landscape) {
	#theme-home-hero-content { position: relative; top: auto; bottom: auto; right: auto; left: auto; min-height: 100vh; }
}

@media only screen and (max-width: 640px) {
	#theme-home-hero-content .label { display: none; }
	.theme-home-hero-caption-title h1 { font-size: 4.2rem; }
	.theme-home-hero-caption-title h1:before { bottom: 1.2rem; }
	.theme-home-hero-caption-title h2 { font-size: 2.4rem; }
	.theme-home-hero-caption-title p { font-size: 1.8rem; }
}

/* Search */

.search-form { position: relative; text-align: center; }
.search-form .box { text-align: center; padding: 60px; }
.search-form .box input { position: relative; font-weight: 400; font-size: 48px; padding: 15px 10px; width: auto; min-width: 60%; max-width: 80%; display: inline-block; vertical-align: top; color: #242424; background: #FFFFFF; border: 0px; box-shadow: 0px 0px 64px -32px #242424; border-radius: 2rem 0rem 0rem 2rem; }
.search-form .box button { position: relative; font-family: 'Montserrat', Arial, sans-serif; font-size: 48px; padding: 15px 20px; display: inline-block; vertical-align: top; margin-left: 0px; color: #FFFFFF; background: #242424; box-shadow: 0px 0px; border: 0px; border-radius: 0rem 2rem 2rem 0rem; height: auto; line-height: normal; }
.search-form .box button:hover { cursor: pointer; color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }

.search-form .box button i { font-size: 48px; }
.search-form-desc { position: relative; padding: 10px; text-align: center; font-style: italic; font-weight: 600; font-size: 16px; }
.search-form #q:focus::-webkit-input-placeholder { opacity: 0; }
.search-form #q:focus:-moz-placeholder { opacity: 0; }
.search-form #q:focus::-moz-placeholder { opacity: 0; }
.search-form #q:focus:-ms-input-placeholder { opacity: 0; }
.search-form #q:focus::placeholder { opacity: 0; }

.autocomplete-suggestions { box-sizing: border-box; background: rgba(255,255,255,.8); overflow: auto; margin-top: 5px; }
.autocomplete-suggestion { padding: 4px 5px; white-space: nowrap; overflow: hidden; font-size: 18px; text-overflow: ellipsis; cursor: pointer; }
.autocomplete-no-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; font-size: 16px; text-overflow: ellipsis; font-weight: 600; font-style: italic; }
.autocomplete-selected { background: #EAEAEA; }
.autocomplete-suggestions strong { font-weight: 600; color: #242424; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000000; }

.theme-items-for-search-results .box .box-item:not(:last-child) { border-bottom: 1px solid #EAEAEA; margin-bottom: 20px; }
.theme-items-for-search-results .box .box-item .page-title { position: relative; display: inline-block; color: #242424; background: #EAEAEA; text-transform: uppercase; font-size: 1rem; font-weight: 400; padding: 4px; border-radius: 3px; margin: 2px 1rem 2px 0px; }
.theme-items-for-search-results .box .box-item .create-date { position: relative; display: inline-block; background: 0; color: #242424; text-transform: uppercase; font-size: 1rem; font-weight: 400; padding: 4px; border-radius: 3px; margin: 2px 0px; }
.theme-items-for-search-results .box .box-item .create-date i { margin-right: 1rem; }
.theme-items-for-search-results .box .box-item .title a { clear: both; font-size: 1.8rem; font-weight: 600; }
.theme-items-for-search-results .box .box-item .summary { clear: both; }

.theme-search-no-results .box .ttl, .theme-search-no-results .icon, .theme-search-no-results .box .txt { text-align: center; }
.theme-search-no-results .icon i { font-size: 7.2rem; color: #D4D4D4; }

@media only screen and (max-width: 1240px) {
	.search-form .box input { font-size: 24px; padding: 10px 10px; min-width: 50%; max-width: 70%; box-shadow: 0px 0px 32px -16px #242424; }
	.search-form .box button { font-size: 24px; padding: 10px 15px; margin-left: -2px; }
	.search-form .box button i { font-size: 24px; }
	.search-form-desc { font-size: 1.6rem; }
	.autocomplete-suggestion { font-size: 1.6rem; }
}

@media only screen and (max-width: 820px) {
	.search-form { padding: 20px 0px 10px 0px; }
}

/* Tag */

.theme-items-for-tag-results .box .box-item:not(:last-child) { border-bottom: 1px solid #EAEAEA; margin-bottom: 20px; }
.theme-items-for-tag-results .box .box-item .page-title { position: relative; display: inline-block; color: #242424; background: #EAEAEA; text-transform: uppercase; font-size: 1rem; font-weight: 400; padding: 4px; border-radius: 3px; margin: 2px 1rem 2px 0px; }
.theme-items-for-tag-results .box .box-item .create-date { position: relative; display: inline-block; background: 0; color: #242424; text-transform: uppercase; font-size: 1rem; font-weight: 400; padding: 4px; border-radius: 3px; margin: 2px 0px; }
.theme-items-for-tag-results .box .box-item .create-date i { margin-right: 1rem; }
.theme-items-for-tag-results .box .box-item .title a { clear: both; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.8rem; }
.theme-items-for-tag-results .box .box-item .summary { clear: both; }

/* Lead Form */

.lead-form-newsletter form { display: flex; justify-content: center; align-items: center; }
.lead-form-newsletter form .frm-item.frm-input { width: 48rem; max-width: 60vw; }
.lead-form-newsletter form .frm-item.frm-submit { }
.lead-form-newsletter .box.has-mockup { display: flex; flex-direction: row; justify-content: center; }
.lead-form-newsletter .box.has-mockup .mockup { width: 300px; height: 200px; background-repeat: no-repeat; background-position: right center; background-size: contain; }

.lead-form input:not([type="submit"]) { box-shadow: 0px 1px 0px 0px #D4D4D4; }
.lead-form select { box-shadow: 0px 1px 0px 0px #D4D4D4; } 
.lead-form textarea { box-shadow: 0px 1px 0px 0px #D4D4D4; }


@media only screen and (max-width: 1240px) {
	.lead-form-newsletter .box.has-mockup { display: flex; flex-direction: column; align-items: center; }
	.lead-form-newsletter .box.has-mockup .mockup { order: -1; width: 150px; height: 100px; }
}

/* Theme footer */

.theme-ft-artwork-container { position: relative; height: 180px; width: 100%; background: #F3DD99; }
.theme-ft-artwork { position: relative; height: 180px; width: 100%; background-size: auto 100px; background-repeat: no-repeat; background-position: center center; z-index: 1; }

#theme-footer .box-item.ttl h3 { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.8rem; }
#theme-footer .theme-ft-menu &gt; .box-item.menu a { position: relative; display: block; font-size: 1.5rem; letter-spacing: .1em; margin: 0px 20px 10px 0px; color: #242423; }
#theme-footer .theme-ft-menu &gt; .box-item.menu a:hover { color: #D0A216; }
#theme-footer .theme-ft-support-menu &gt; .box-item.menu a { position: relative; display: block; font-size: 1.5rem; letter-spacing: .1em; margin: 0px 20px 10px 0px; color: #242423; }
#theme-footer .theme-ft-support-menu &gt; .box-item.menu a:hover { color: #D0A216; }
#theme-footer .theme-ft-four-panes-left .img img { margin: 0px; height: 67px; width: auto; }
#theme-footer .theme-ft-four-panes-middle .box-item.txt a { text-decoration: none; font-weight: 600; }
#theme-footer .theme-ft-four-panes-right .box .box-item.ttl, #theme-footer .theme-ft-four-panes-right .box .box-item.txt { text-align: right; }
#theme-footer .theme-ft-four-panes-right .box { align-items: flex-end; }
/*
#theme-footer &gt; .centerize { display: flex; flex-wrap: wrap; align-content: stretch; }
#theme-footer .grid { flex: 1 0 auto; padding: 10px; }
#theme-footer .box { margin: 0px; }
*/
.ft-bottom { }
#theme-footer { padding: 0px 0px 0px 0px; color: #242423; }
#theme-footer .box-item.txt a { color: #242423; }
#theme-footer .box-item.txt a:hover { color: #D0A216; }
#theme-footer .box-item.txt p { font-size: 1.4rem; }
#theme-footer .box-item.txt ul li:before { color: #E3B118; }
#theme-footer .box-item.social { text-align: right; }
#theme-footer .box-item.social a { margin: 0rem 0rem 1rem 1rem; }
#theme-footer .box-item.social a i { color: #242423; box-shadow: 0 0; background: transparent; box-shadow: 0px 0px 0px 1px #E8E8E8; }
#theme-footer .box-item.social a:hover i { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
#theme-footer .box-item.contact { text-align: right; display: flex; flex-direction: column; align-items: flex-end; }
#theme-footer .box-item.contact .item { position: relative; padding: 0rem; margin: 0px; color: #FFFFFF; text-decoration: none; white-space: nowrap; z-index: 1; transition: all 200ms ease-in-out; }
#theme-footer .box-item.contact .item:not(:last-child) { margin-bottom: 20px; }
#theme-footer .box-item.contact .item i { vertical-align: top; text-decoration: none; margin-top: 3px; margin-right: 1rem; }
#theme-footer .box-item.contact .item p { position: relative; display: inline-block; vertical-align: middle; }
#theme-footer .box-item.contact .item p a { color: #242423; }
#theme-footer .box-item.contact .item p a:hover { color: #D0A216; transition: all 100ms ease-in-out; }
#theme-footer .box-item.contact .item h6 a { position: relative; display: inline-block; vertical-align: middle; color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; border-radius: 0px; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; text-decoration: none; font-size: 1.8rem; padding: 2rem 3rem; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
#theme-footer .box-item.contact .item h6 a i { margin-right: .5em; }
#theme-footer .box-item.contact .item h6 a:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
#theme-footer .theme-ft-forward-pages { text-align: center; }
#theme-footer .theme-ft-forward-pages .tags a { margin: 2px; }

@media only screen and (min-width: 821px) {
	.theme-ft-services .box-item.menu, .theme-ft-services .box-item.ttl { text-align: center; }
	.theme-ft-contact .box-item.ttl { text-align: right; }
}

@media only screen and (max-width: 820px) {
	#theme-footer .grid { flex: 0 0 50%; }
	#theme-footer .grid.theme-ft-contact { order: -1; flex: 0 0 100%; }
	#theme-footer .theme-ft-four-panes-left .img { width: 100%; }
	#theme-footer .theme-ft-four-panes-left .img img { display: inline-block; height: 67px; width: auto; }
	#theme-footer .box-item.social { text-align: left; }
	#theme-footer .box-item.social a { margin: 0rem 1rem 1rem 0rem; }
	#theme-footer .box-item.contact { align-items: flex-start; text-align: right; }
	#theme-footer .box-item.ttl { text-align: left; }
	#theme-footer .theme-ft-four-panes-right .box .box-item.ttl, #theme-footer .theme-ft-four-panes-right .box .box-item.txt { text-align: left; }
	#theme-footer .theme-ft-four-panes-right .box { align-items: flex-start; }
}

@media only screen and (max-width: 640px) {
	#theme-footer .grid { flex: 0 0 100%; }
	#theme-footer .box, #theme-footer .box .box-item.ttl { text-align: center; }
	#theme-footer .theme-ft-menu &gt; .box-item.menu a, #theme-footer .theme-ft-support-menu &gt; .box-item.menu a { margin: 0px 10px 10px 10px; }
	.theme-ft-artwork-container { height: 120px; }
	.theme-ft-artwork { height: 120px; background-size: auto 80px; }
	#theme-footer .theme-ft-four-panes-right .box .box-item.ttl, #theme-footer .theme-ft-four-panes-right .box .box-item.txt { text-align: center; }
	#theme-footer .theme-ft-four-panes-right .box { align-items: center; }
	#theme-footer .box-item.social a { margin: 1rem; }
}

/* Trend Vastgoed Theme properties */

.theme-properties-search-bar-container { position: relative; background: #F6F6F6; text-align: center; padding: 0px 0px; margin-bottom: 10px; }
.theme-properties-search-bar-container .box { padding: 10px 20px; }
.theme-properties-search-bar-container form { position: relative; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; width: 100%; }
.theme-properties-search-bar-container form select, .theme-properties-search-bar-container form button { background: #FFFFFF; width: auto; padding: 12px 8px; box-shadow: 0px 0px 0px 1px #D4D4D4; }
.choices input::-webkit-input-placeholder { text-transform: none; }
.choices input:-ms-input-placeholder { text-transform: none; }
.choices input::placeholder { text-transform: none; }
.theme-properties-search-bar-container form select, .theme-properties-search-bar-container form input { text-transform: none; }
.theme-properties-search-bar-container form button[type=submit] { width: 100%; padding: 12px 12px; color: #BE9414; box-shadow: 0px 0px 0px 1px #BE9414; }
.theme-properties-search-bar-container form button[type=submit]:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; }
.theme-properties-search-bar-container #search-bar-purpose { position: relative; display: flex; align-items: center; justify-content: center; margin: 0px 4px; }
.theme-properties-search-bar-container .frm-radio { position: relative; }
.theme-properties-search-bar-container .frm-radio label { position: relative; font-size: 1.6rem; padding: 12px 8px; white-space: nowrap; transition: all 200ms ease-in-out; }
.theme-properties-search-bar-container .frm-radio input[type=radio] { display:none; }
.theme-properties-search-bar-container .frm-radio input[type=radio] + label:before { display: none; }
.theme-properties-search-bar-container .frm-radio input[type=radio] + label:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.theme-properties-search-bar-container .frm-radio input[type=radio] + label { background: #FFFFFF; color: #242423; box-shadow: 0px 0px 0px 1px #D4D4D4; }
.theme-properties-search-bar-container .frm-radio input[type=radio]:checked + label { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; z-index: 1; }
.theme-properties-search-bar-container .frm-radio:not(:first-child) input[type=radio] + label { margin-left: 1px; }
.theme-properties-search-bar-container .select-wrapper, .theme-properties-search-bar-container .button-wrapper { margin: 4px; flex: 1 1 auto; min-width: 120px; max-width: 40%; }
.theme-properties-search-bar-container .select-wrapper-zip { flex: 0 1 auto; max-width: 100%; }
.theme-properties-search-bar-container .select-wrapper-zip .choices, .theme-properties-search-bar-container .select-wrapper-zip .choices__inner { overflow: visible; }
.theme-properties-search-bar-container form label { text-transform: none; font-size: 1.8rem; font-weight: 500; letter-spacing: .1em; padding-bottom: 12px; }

.theme-properties-sort-bar-container { }
.theme-properties-sort-bar-container .box { padding: 0px 20px; margin: 0px 20px; text-align: right; }
.theme-properties-sort-bar-container .box .box-item.sort form { display: flex; justify-content: flex-end; }
.theme-properties-sort-bar-container .choices { background: inherit; width: auto; padding: 8px; text-align: right; margin: 4px; flex: 0 1 auto; max-width: 50vw; box-shadow: 0px 1px 0px 0px #D4D4D4; }
.theme-properties-sort-bar-container .choices[data-type*=select-one] .choices__input, .theme-properties-sort-bar-container .choices__inner, .theme-properties-sort-bar-container .choices__list--single , .theme-properties-sort-bar-container .choices__list--single .choices__item { width: auto; }

.theme-properties { position: relative; }
body.body-aanbod .theme-properties { padding-bottom: 20px; }
body.body-aanbod .paginate-table { padding-bottom: 50px; }
.theme-properties .box .img { opacity: 0; animation: aa-ani-fade-in 0.4s ease-in-out; animation-fill-mode: forwards; }
	.theme-properties .grid:nth-child(12n+1) .box .img { animation-delay: 0s; }
	.theme-properties .grid:nth-child(12n+2) .box .img { animation-delay: 50ms; }
	.theme-properties .grid:nth-child(12n+3) .box .img { animation-delay: 100ms; }
	.theme-properties .grid:nth-child(12n+4) .box .img { animation-delay: 150ms; }
	.theme-properties .grid:nth-child(12n+5) .box .img { animation-delay: 200ms; }
	.theme-properties .grid:nth-child(12n+6) .box .img { animation-delay: 250ms; }
	.theme-properties .grid:nth-child(12n+7) .box .img { animation-delay: 300ms; }
	.theme-properties .grid:nth-child(12n+8) .box .img { animation-delay: 350ms; }
	.theme-properties .grid:nth-child(12n+9) .box .img { animation-delay: 400ms; }
	.theme-properties .grid:nth-child(12n+10) .box .img { animation-delay: 450ms; }
	.theme-properties .grid:nth-child(12n+11) .box .img { animation-delay: 500ms; }
	.theme-properties .grid:nth-child(12n) .box .img { animation-delay: 550ms; }
.theme-properties .box { height: 0; padding: 0px; color: #FFFFFF; padding-bottom: 75%;  overflow: hidden; }
.theme-properties .box &gt; a { display: block; width: 100%; height: 100%; color: #FFFFFF; }
.theme-properties .box .img { position: absolute; width: 100%; height: 100%; }
.theme-properties .box .img .overlay { position: absolute; content: ""; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,.8)); }
.theme-properties .box .img img { object-fit: cover; width:100%; height:100%; transition: transform 480ms ease-in; }
.theme-properties .box .label { position: absolute; padding: 0px; left: 0px; top: 20px; transform-origin: top left; transform: rotate(-90deg) translateX(-100%); }
.theme-properties .box .label p { position: relative; display: inline-block; padding: 12px 30px; color: #FFFFFF; background: #000000; text-transform: uppercase; font-size: 1.3rem; }
.theme-properties .box .label.label-verkocht p, .theme-properties .box .label.label-verhuurd p, .theme-properties .box .label.label-optie p { color: #E3B118; }
.theme-properties .box .extra-labels { position: absolute; top: 20px; right: 0px; text-align: right; max-width: calc(100% - 50px); }
.theme-properties .box .extra-labels .item { position: relative; display: block; margin-bottom: 2px; }
.theme-properties .box .extra-labels .item p { padding: 6px 10px; background: #F6F6F6; color: #000000; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.2rem; }
.theme-properties .box .summary { position: absolute; bottom: 20px; left: 20px; right: 20px; text-align: right; font-size: 1.5rem; }
.theme-properties .box .summary .purpose { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.2rem; text-transform: uppercase; }
.theme-properties .box .summary .type { letter-spacing: .1em; }
.theme-properties .box .summary .location { font-size: 1.9rem; text-transform: uppercase; }
.theme-properties .box .summary .price { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; }
.theme-properties .box .caption { position: absolute; display: flex; flex-direction: column; justify-content: center; align-items: center; top: 100%; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; font-size: 1.6rem; background: rgba(0,0,0,.6); backdrop-filter: blur(6px); text-align: center; opacity: .4; transition: top 400ms ease-in, opacity 400ms ease-in; }
.theme-properties .box .caption .type-and-location { position: relative; display: block; letter-spacing: .1em; padding-bottom: 1rem; }
.theme-properties .box .caption .price { position: relative; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; padding-bottom: 2rem; font-size: 1.8rem; }
.theme-properties .box .caption .price:before { position: absolute; content: ""; bottom: 1rem; left: 10%; width: 80%; border-bottom: 1px solid #AFAFAF; }
.theme-properties .box .caption .essentials { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; height: auto; justify-content: space-evenly; align-items: flex-end; padding-bottom: 1rem; }
.theme-properties .box .caption .essentials .item { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.3rem; text-transform: uppercase; white-space: nowrap; padding: 10px 10px; }
.theme-properties .box .caption .essentials .item i { margin-right: .6em; }
.theme-properties .box .caption .cta a { position: relative; display: inline-block; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.2rem; text-transform: uppercase; padding: 10px 20px; color: #FFFFFF; box-shadow: 0px 0px 0px 1px #FFFFFF; transition: all 200ms ease-in-out; }
.theme-properties .box .img:hover img, .theme-properties .box .img:active img { transform: scale(1.2); transition: transform 240ms ease-out; }
.theme-properties .box .img:hover .caption, .theme-properties .box .img:active .caption { top: 0; opacity: 1; transition: top 200ms ease-out, opacity 200ms ease-out; }
.theme-properties .box .caption .cta a:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.theme-properties-no-results-container .box .txt { text-align: center; }
.theme-properties-empty { position: relative; width: 100%; text-align: center; padding: 20px; }

.theme-fixed-bg-container.theme-property-hero { height: 100%; min-height: calc(100vh - 180px); }
.theme-fixed-bg-container.theme-property-hero .theme-fixed-bg-txt .box { text-align: right; color: #FFFFFF; }
.theme-fixed-bg-container.theme-property-hero .theme-fixed-bg-txt .box .txt h1 { font-size: 3.2rem; letter-spacing: .1em; }
.theme-fixed-bg-container.theme-property-hero .theme-fixed-bg-txt .box .txt h2 { font-size: 2.4rem; color: #FFFFFF; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; }
.theme-fixed-bg-container.theme-property-hero .theme-fixed-bg-txt .box .txt p.price { font-size: 1.6rem; }
.theme-property-hero-labels { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; height: auto; justify-content: flex-end; align-items: stretch; margin-right: -4px; }
.theme-property-hero-labels .item { display: flex; align-items: center; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.4rem; text-transform: uppercase; white-space: nowrap; letter-spacing: .1em; padding: 8px 10px; color: #242424; background: #FFFFFF; margin: 4px; }
.theme-property-hero-essentials { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; height: auto; justify-content: flex-end; align-items: stretch; margin-right: -4px; }
.theme-property-hero-essentials .item { display: flex; align-items: center; font-size: 1.5rem; text-transform: uppercase; white-space: nowrap; padding: 8px 10px; color: #FFFFFF; background: rgba(24,24,24,.6); margin: 4px; }
.theme-property-hero-essentials .item i { margin-right: .6em; }
.component-ttl .box.theme-property-address .ttl h4 { font-size: 2.1rem; }
.theme-property-slider-carousel { padding: 0px; }
.theme-property-slider-carousel .item { width: 600px !important; height: 400px !important; margin-right: 4px; }
.theme-property-slider-carousel .item img { width: 100%; height: 100%; object-fit: cover; }
.theme-property-summary .txt { max-height: 360px; overflow: hidden; transition: max-height 200ms ease-in-out; }
.theme-property-summary .txt p { letter-spacing: .1em; }
.theme-property-summary .txt .overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; background: linear-gradient(to bottom, rgba(255,255,255,0), #FFFFFF); z-index: 1; }
.theme-property-summary .txt.open { max-height: 100%; }
.theme-property-summary .txt.open .overlay { display: none; }
/*
.theme-property-summary .btn-property-summary-read-more { position: relative; display: inline-block; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.2rem; text-transform: uppercase; padding: 10px 20px; box-shadow: 0px 0px 0px 1px #242424; transition: all 200ms ease-in-out;z-index: 2; }
.theme-property-summary .btn-property-summary-read-more:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; cursor: pointer; transition: all 100ms ease-in-out; }
*/

.theme-property-summary .btn-property-summary-read-more { position: relative; display: inline-flex; max-width: 100%; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.6rem; color: #242423; background: transparent; box-shadow: 0px 0px 0px 0px #242423; border-radius: 0px; padding: 0 2rem 0 0; margin: 0; line-height: 5.6rem; height: 5.6rem; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; z-index: 1; transition: all 200ms ease-in-out; }
.theme-property-summary .btn-property-summary-read-more .plus { position: relative; display: inline-block; vertical-align: middle; margin-left: 1rem; top: -0.1rem; font-size: 160%; }
.theme-property-summary .btn-property-summary-read-more:hover { color: #D0A216; cursor: pointer; background: transparent; box-shadow: 0px 0px 0px 0px #D0A216; transition: all 100ms ease-in-out; }

.component-ttl .box.theme-property-address { padding: 0px 0px 10px 0px; }
.theme-property-essentials { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; height: auto; justify-content: space-evenly; align-items: flex-end; }
.theme-property-essentials .item { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 3.2rem; text-transform: uppercase; white-space: nowrap; padding: 10px 20px; }
.theme-property-essentials .item i { margin-right: .6em; }
.theme-property-add-ons-container { position: relative; padding: 20px 0px 30px 0px; background: #F6F6F6; }
.theme-property-add-ons-container .view-services .box a { position: relative; outline: none; }
.theme-property-add-ons-container .view-services .box a:focus { outline: none; }
.theme-property-add-ons-container .view-services .box .ttl h2 { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.6rem; transition: all 200ms ease-in-out; }
.theme-property-add-ons-container .view-services .box .icon i  { transition: all 200ms ease-in-out; }
.theme-property-add-ons-container .view-services .box .icon i:after { transition: all 200ms ease-in-out; }
.theme-property-add-ons-container .view-services .box:hover .ttl h2 { color: #D0A216; transition: all 100ms ease-in-out; }
.theme-property-add-ons-container .view-services .box:hover .icon i  { color: #D0A216; transition: all 100ms ease-in-out; }
.theme-property-add-ons-container .view-services .box:hover .icon i:after { box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
.theme-property-list-overview { height: auto; }
.theme-property-list-overview .ttl { }
.theme-property-list-overview .ttl h4 { position: relative; display: inline-block; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 2.4rem; }
.theme-property-list-overview .item { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; padding: 10px 0px; border-bottom: 1px solid #DFDFDF; font-size: 1.8rem; }
.theme-property-list-overview .item .value { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; }
.theme-property-list-overview .item:last-child { border: 0px; }
.theme-property-list-overview .btn-property-list-read-more { position: relative; display: inline-block; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.2rem; text-transform: uppercase; padding: 10px 20px; box-shadow: 0px 0px 0px 1px #242424; transition: all 200ms ease-in-out;z-index: 2; }
.theme-property-list-overview .btn-property-list-read-more:hover { color: #D0A216; box-shadow: 0px 0px 0px 1px #D0A216; cursor: pointer; transition: all 100ms ease-in-out; }

.theme-property-photocollage { position: relative; width: 100%; display: flex; flex-direction: row; padding: 0px; margin: 0px; }
.theme-property-photocollage .item { position: relative; background-size: cover; background-position: center center; }
.theme-property-photocollage .col-1 { width: 50%; }
.theme-property-photocollage .col-1 .item { width: 100%; height: 0; padding-top: 100%; }
.theme-property-photocollage .col-2 { width: 50%; display: flex; flex-direction: column; }
.theme-property-photocollage .col-2 .item { width: 100%; height: 0; padding-top: 50%; }
.theme-property-map-container .box { padding: 0px 0px 20px 0px; }
.theme-property-map-container .osm-map { filter: grayscale(1); }

.theme-property-features .item { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; padding: 10px 0px; border-bottom: 1px solid #DFDFDF; font-size: 1.8rem; }
.theme-property-features .item .value { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; }
.theme-property-features .item .value img { position: relative; display: inline-block; vertical-align: top; height: 42px; width: auto; top: -12px; margin-left: 10px; }
.theme-property-features .item:last-child { border: 0px; }
.theme-property-features .item.file { border: 0px; }
.theme-property-features .item.file a { position: relative; display: inline-block; text-decoration: none; box-shadow: 0px 0px 0px 1px #DFDFDF; padding: 5px 10px; }
.theme-property-features .item.file a:before { font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f56d"; margin-right: 1rem; }
.theme-property-distances-container { position: relative; background: #F6F6F6; padding: 40px 0px; }
.theme-property-distances { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; height: auto; justify-content: space-between; align-items: flex-end; gap: 20px; }
.theme-property-distances .item { flex: 1 0 0; text-transform: uppercase; white-space: nowrap; padding: 10px 0px; }
.theme-property-distances .item .name { font-size: 1.6rem; }
.theme-property-distances .item .value { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 3.2rem; }
.theme-popup-component { padding: 0px; }
.theme-popup-component .box { height: auto; padding: 0; margin: 0; }
#popup-virtualtour { position: relative; width: 100%; height: 100%; overflow: hidden; }
#popup-video { position: relative; width: 100%; height: 100%; overflow: hidden; }

.theme-property-before-after { position: relative; width: 100%; height: 80vh; overflow: hidden; }
.theme-property-before-after .img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: left top; }
.theme-property-before-after .background-img { }
.theme-property-before-after .foreground-img { box-shadow: 0px 0px 0px 6px #FFFFFF; clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%); }
.theme-property-before-after .divider { position: absolute; top: 0; bottom:  0; left: 50%; margin-left: -3px; width: 6px; background: #FFFFFF; }
.theme-property-before-after .divider:before { position: relative; width: 48px; height: 48px; background: #FFFFFF; border-radius: 50%; top: calc(50% - 24px); margin-left: -21px; font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f0ec"; color: #242424; font-size: 32px; display: flex; align-items: center; justify-content: center; }
.theme-property-before-after .theme-property-before-after-slider { position: absolute; -webkit-appearance: none; appearance: none; width: 100%; height: 100%; background: transparent; outline: none; margin: 0; transition: all 0.2s; display: flex; justify-content: center; align-items: center; }
.theme-property-before-after .theme-property-before-after-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 6px; height: inherit; background: #FFFFFF; cursor: pointer; }
.theme-property-before-after .theme-property-before-after-slider::-moz-range-thumb { width: 6px; height: inherit; background: #FFFFFF; cursor: pointer; }
.theme-property-before-after .theme-property-before-after-slider-icon { pointer-events: none; position: absolute; width: 48px; height: 48px; border-radius: 50%; background-color: #FFFFFF; left: calc(50% - 24px); top: calc(50% - 24px); display: flex; justify-content: center; align-items: center; }

@media only screen and (min-width: 641px) and (max-width: 1280px) { .theme-property-slider-carousel .item { width: 600px !important; max-width: 50vw !important; } }
@media only screen and (max-width: 640px) { 
	.theme-properties .grid.w-4 { width: 100%; }
	.theme-property-slider-carousel .item { width: 100vw !important; max-width: 100vw !important; } 
	.theme-property-distances .item { width: 100%; }
	.theme-property-distances .item:not(:last-child) { border-bottom: 1px solid #DFDFDF; }
}

@media only screen and (min-width: 641px) and (max-width: 1080px) { 
	.theme-properties-home-new .grid.w-4:first-child { width: 100%; }
}

@media only screen and (min-width: 641px) and (max-width: 1080px) { 
	.theme-properties .grid.w-4 { width: 50%; }
	/* .theme-properties-home-new .grid.w-4:not(:first-child) { width: 50%; } */
}

@media only screen and (max-width: 480px) { 
	.theme-property-features-container .grid.w-6:first-child .box { margin-bottom: 0px; padding-bottom: 10px; }
	.theme-property-features-container .grid.w-6:last-child .box { margin-top: 0px; padding-top: 0px; }
	/*
	.theme-properties-search-bar-container form select, .theme-properties-search-bar-container .choices, .theme-properties-search-bar-container #search-bar-purpose { max-width: calc(50% - 8px); }
	.theme-properties-search-bar-container #search-bar-purpose { margin: 0px; }
	*/
	.theme-properties-search-bar-container .select-wrapper, .theme-properties-search-bar-container .button-wrapper { position: relative; display: block; max-width: unset; width: 100%; }
	.theme-properties-search-bar-container .choices[data-type*=select-multiple] input { width: 100% !important; }
	.theme-properties-search-bar-container .box { padding: 20px; }
	.theme-properties-search-bar-container .select-wrapper-zip { max-width: 100%; }
	.theme-properties-search-bar-container .select-wrapper:nth-child(4) { width: calc(50% - 8px); display: inline-block; flex: none; }
	.theme-properties-search-bar-container .select-wrapper:nth-child(5) { width: calc(50% - 8px); display: inline-block; flex: none; }
}

/* Demo */

.theme-properties .grid:first-child .box .eyb p { color: #E3B118; }

/* Trend Vastgoed Theme */

.body-home #header-flow { background: linear-gradient(to bottom, rgba(0,0,0,.4), transparent); }
.body-home #header-flow nav a { color: #FFFFFF; }
.component-ttl .box .ttl h4 { position: relative; background: #FFFFFF; padding: 0px 30px; z-index: 1; overflow: hidden; }
.component-ttl.align-left .box .ttl h4:after { display: inline-block; content: ""; height: 1px; vertical-align: middle; width: 100%; margin-right: -100%; margin-left: 30px; border-top: 1px solid #242424; }
.component-ttl.align-right .box .ttl h4:before { display: inline-block; content: ""; height: 1px; vertical-align: middle; width: 100%; margin-left: -100%; margin-right: 30px; border-top: 1px solid #242424; }
.view-service.has-banner:not(.has-banner-video) .grid { margin-top: -100px; }
.theme-add-layered-bg { position: relative; background: linear-gradient(to bottom, transparent 20%, #EFEFEF 20%, #EFEFEF 70%, transparent 70%); }
.theme-add-layered-bg-2 { position: relative; background: linear-gradient(to bottom, transparent 10%, #EFEFEF 10%, #EFEFEF 70%, transparent 70%); }
.theme-add-layered-bg-3 { position: relative; background: linear-gradient(to bottom, transparent 40%, #EFEFEF 40%, #EFEFEF 80%, transparent 80%); }

.view-services .box-item.date, .view-service .box-item.date p, .view-magazine .box-item.date p { position: relative; display: inline-block; }
.box-item.date i { margin-left: 1em; margin-right: 1em; }
.view-service .box-item.date p, .view-magazine .box-item.date p { font-size: 1.4rem; }
.view-service .box-item.date p:before { content: "\f017"; font-family: "Font Awesome 6 Pro"; font-weight: 100; margin-right: .4em; }

.theme-home-highlight { position: relative; background: #F3DD99; }
.theme-home-highlight .grid.linkable .box:after { position: absolute; right: 20px; top: calc(50% - 16px); font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f061"; color: #BE9414; font-size: 32px; height: 32px; line-height: 32px; transition: right 200ms linear; }
.theme-home-highlight .grid { max-width: 1040px; }
.theme-home-highlight .grid .box { padding: 20px; }
.theme-home-highlight .grid.linkable .box { overflow: hidden; transition: all 200ms ease-in-out; padding: 20px 80px 20px 20px; }
.theme-home-highlight .grid .box .ttl { padding-bottom: 9px; }

.theme-home-welcometext-two-panes { position: relative; margin-bottom: -40px; z-index: 64; }
.theme-home-welcometext-two-panes-large { background: 0; }
.theme-home-welcometext-two-panes-text { }
.theme-home-welcometext-two-panes-large .txt, .theme-home-welcometext-two-panes-text .txt { }
.theme-home-welcometext-two-panes-large .txt p { font-size: 1.8rem; }
.theme-home-welcometext-two-panes-text .txt p { font-size: 1.8rem; }
.theme-home-welcometext-two-panes-text .txt a { font-weight: 600; }
.theme-home-welcometext-two-panes-text .txt ul { font-size: 1.8rem; }
.theme-home-welcometext-two-panes-text .txt ul &gt; li { position: relative; padding: 0px .4rem 1.4rem 2.4rem; }
.theme-home-welcometext-two-panes-text .txt ul li:before { position: absolute; left: 0px; top: .1rem; content: "\f00c"; font-family: "Font Awesome 6 Pro"; font-weight: 100; color: #BE9414; font-size: inherit; }
.theme-home-welcometext-two-panes-large .txt h6 a { color: #242423; background: transparent; box-shadow: 0px 0px 0px 1px #242423; }
.theme-home-welcometext-two-panes-large .txt h6 a:hover { }

.theme-home-about-us.view-magazine &gt; .grid .box { flex-direction: row-reverse; min-height: 40vh; }
.theme-home-about-us.view-magazine &gt; .grid &gt; .box &gt; .flex-item.caption {padding: 40px 8vw 40px 0; }
.theme-home-about-us .box .txt p { letter-spacing: .1em; }
.box-item.view-odometers { position: relative; display: flex; justify-content: space-between; }
.box-item.view-odometers .item { flex: 1 0 0; width: 33.333333%; }

.theme-home-welcometext-forwarders { padding-top: 40px; }
.theme-home-welcometext-forwarders .item { min-width: 240px; padding: 20px 10px; }

.view-magazine .box.has-box-bg .eyb p { color: #E3B118; }

.theme-contact-form .frm-textarea textarea { min-height: calc(8em + 20px); }
.theme-contact-info .grid:not(:first-child) .box { padding-top: 0px; margin-top: 0px; }
.theme-contact-logos { padding-top: 0px; }
.theme-contact-logos .box { padding-top: 0px; margin-top: 0px; padding-bottom: 0px; margin-bottom: 0px; }
.theme-contact-logos .box .txt .item { position: relative; display: inline-block; vertical-align: top; padding: 0px 20px 20px 0px; }
.theme-contact-logos .box .txt .item img { height: 60px; width: auto; }
.theme-contact-map-box { padding: 20px 0px 0px 0px; }
.theme-contact-map-box .osm-map { filter: grayscale(1); }

.lead-form { background: #FFFFFF; }
.lead-form .box { padding-left: 0px; padding-right: 0px; margin: 20px 0px; }

.theme-about-us .grid .box { min-height: 40vh; }
.theme-testimonials-about-us { padding-bottom: 20px; }
.theme-home-about-us .view-odometers .icon i { font-size: 3.6rem; width: 10.8rem; height: 10.8rem; line-height: 10.8rem; }
.theme-home-about-us .view-odometers .caption { font-size: 1.5rem; }
.theme-testimonials .box { background: #F6F6F6; padding-top: 120px; padding-bottom: 40px; }
.theme-testimonials .box:before { position: absolute; content: ""; top: 30px; left: 50%; margin-left: -35px; width: 70px; height: 70px; background: url('lay/160923/icon-trendvastgoed-200px.png') no-repeat center center; background-size: 70px 70px; }
.theme-sell-steps { padding-bottom: 20px; }
.theme-sell-steps.view-magazine &gt; .grid &gt; .box { min-height: 40vh; }
.theme-sell-steps .box .eyb p { color: #242424; background: #E8E8E8; width: 4.8rem; height: 4.8rem; font-size: 2.4rem; line-height: 4.8rem; text-align: center; }
.theme-sell-steps .box .txt h2 u { text-decoration: none; background: #E8E8E8; padding: 2px 10px; }
.theme-sell-steps .box .txt h2 { font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; font-size: 2.1rem; }
.theme-fixed-bg-container { position: relative; height: 40vh; min-height: 240px; display: flex; flex-direction: column; justify-content: center; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.theme-fixed-bg-container.height-60-vh { height: 60vh; }
.theme-fixed-bg-container.height-80-vh { height: 80vh; }
.theme-fixed-bg-container:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.4); }
.theme-fixed-bg-container .theme-fixed-bg-txt { position: relative; }
.theme-fixed-bg-container .theme-fixed-bg-txt .box { padding: 0px 20px; text-align: center; }
.theme-fixed-bg-container .theme-fixed-bg-txt .ttl h4 { position: relative; display: inline-block; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 3.6rem; color: #FFFFFF; }
.theme-fixed-bg-container .theme-fixed-bg-txt .txt h4 { position: relative; display: block; text-align: left; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 3.2rem; color: #FFFFFF; overflow: hidden; }
.theme-fixed-bg-container .theme-fixed-bg-txt .txt h4:after { display: inline-block; content: ""; height: 1px; vertical-align: middle; width: 100%; margin-right: -100%; margin-left: 30px; border-top: 1px solid #FFFFFF; }
.theme-fixed-bg-container .theme-fixed-bg-txt .txt h2 { position: relative; display: inline-block; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 5.8rem; color: #D0A216; }
.theme-fixed-bg-container .theme-fixed-bg-txt .txt h3 { position: relative; display: inline-block; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 3.2rem; color: #FFFFFF; }
.theme-fixed-bg-container .theme-fixed-bg-txt .txt p { position: relative; display: block; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 2.1rem; color: #FFFFFF; letter-spacing: .1em; }
.theme-fixed-bg-container .view-forwarders .item { color: #FFFFFF; box-shadow: 0px 0px 0px 1px #FFFFFF; }
.theme-fixed-bg-container .view-forwarders .item .ttl, .view-forwarders .item .txt { color: #FFFFFF; }
.theme-fixed-bg-container .view-forwarders .item:hover { color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; }
.theme-fixed-bg-container .view-forwarders .item:hover .ttl, .theme-fixed-bg-container .view-forwarders .item:hover .txt { color: #D0A216; }
.theme-fixed-bg-container .txt {}

.theme-satisfied-customers-testimonials-container { position: relative; display: block; padding: 0px 10px; margin-top: -140px; z-index: 1; }
.theme-satisfied-customers-testimonials-container .view-testimonials { padding: 0px; }
.theme-satisfied-customers-testimonials-container .view-testimonials .grid { position: relative; display: inline-block; vertical-align: top; }
.theme-satisfied-customers-testimonials-container .view-testimonials .grid .box { height: auto; margin: 3vw; }

.theme-add-white-bg { background: #FFFFFF; }
.theme-projects { padding-bottom: 20px; }

.theme-projects .box .img { position: relative; }
.theme-projects .box .img .label { position: absolute; top: 20px; right: 0px; text-align: right; max-width: calc(100% - 50px); }
.theme-projects .box .img .label p { position: relative; display: inline-block; padding: 12px 30px; color: #000000; background: #F6F6F6; text-transform: uppercase; font-size: 1.3rem; }
.theme-projects.view-magazine &gt; .grid &gt; .box { min-height: 40vh; }
.theme-projects.view-magazine &gt; .grid &gt; .box.add-background { background: #FFFFFF; }
.theme-projects.view-magazine &gt; .grid &gt; .box .ttl h2 { font-size: 2.4rem; line-height: 1.2em; }
.theme-projects.view-magazine &gt; .grid &gt; .box .txt { letter-spacing: .1em; }
.theme-banner-project .banner { min-height: 80vh; }
.theme-banner-has-video .banner { min-height: 100vh; }
.theme-banner-has-video video { position: fixed; top: 0; left: 0; object-fit: cover; width: 100vw; height: 100vh; z-index: -1;  }
.theme-project-text.has-banner .box { margin-top: -20vh; height: auto; }
.theme-project-text.has-banner-video .box { margin-top: 0px; }
.theme-banner-project .banner .label { position: absolute; top: 20px; right: 0px; text-align: right; max-width: calc(100% - 50px); }
.theme-banner-project .banner .label p { position: relative; display: inline-block; padding: 12px 30px; color: #000000; background: #F6F6F6; text-transform: uppercase; font-size: 1.3rem; }
.theme-project-map-container .box { padding: 0px 0px 20px 0px; }
.theme-project-map-container .osm-map { filter: grayscale(1); }
.theme-project-units-container .box .txt table { width: 100%; }
.theme-project-units-container .box .txt table td { padding: 2rem 1rem; text-align: left; background: rgba(255,255,255,.2); }
.theme-project-units-container .box .txt table td p { margin-bottom: 0px; }
.theme-project-units-container .box .txt table td p.option, .theme-project-units-container .box .txt table td p.sold { font-size: 1.5rem; color: #BE9414; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; }
.theme-project-units-container .box .txt table tbody tr:nth-child(odd) td { background: rgba(240,240,240,.2); }
.theme-project-units-container .box .txt table thead td { text-align: left; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 1.4rem; border-bottom: 1px solid #EAEAEA; }

.theme-properties-sold { padding-bottom: 20px; }

.theme-news { padding-top: 20px; padding-bottom: 20px; }

.theme-home-blog .box .txt { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.theme-news .box .txt { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.theme-testimonials-home .box .txt, .theme-testimonials-about-us .box .txt, .theme-testimonials-sell .box .txt { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

@media only screen and (min-width: 821px) and (hover: hover) { 
	.theme-fixed-bg-container { background-attachment: fixed; }
	.theme-banner-project:not(.theme-banner-has-video) .banner { background-attachment: fixed; }
}

@media only screen and (min-width: 1481px) {
	.theme-satisfied-customers-testimonials-container .view-testimonials .grid .box { padding: calc(3vw + 60px) 3vw 3vw 3vw; }
	.theme-satisfied-customers-testimonials-container .view-testimonials .grid .box .box-main .txt p { font-size: 1.8rem; }
}

@media only screen and (min-width: 1081px) {
	.theme-project-units-container .box .txt table { width: 100%; table-layout: fixed; }
	.theme-project-units-container .box .txt table td:first-child { width: 32rem; }
	.theme-project-units-container .box .txt table td:first-child p.nowrap { white-space: normal; }
}

@media only screen and (min-width: 821px) and (max-width: 1480px) { 
	.theme-testimonials .grid.w-3 { width: 50%; }
}

@media only screen and (min-width: 821px) {
	.theme-contact-form.has-banner { margin-top: -100px; z-index: 64; }
	.theme-contact-form.has-banner-footer { margin-bottom: -30vh; }
	.theme-sell-steps .grid.w-12 { position: sticky; top: 80px; }
}

@media only screen and (max-width: 820px) {
	.body-home #header-responsive:not(.active).header-scroll.nav-down[data-st="0"] { background: transparent; }
	.body-home #header-responsive:not(.active).header-scroll.nav-down[data-st="0"] #menu-responsive-btn:before { color: #FFFFFF; }
	.theme-home-about-us .view-odometers .item { padding: 0px 10px; }
	.theme-home-about-us .view-odometers .icon i { font-size: 3.2rem; width: 9.2rem; height: 9.2rem; line-height: 9.2rem; }
	.theme-home-about-us .view-odometers .caption { font-size: 1.3rem; }
	.theme-satisfied-customers-testimonials-container { margin-top: -60px; }
	body.body-gratis-schatting .theme-contact-form.has-banner { margin-top: -40px; z-index: 64; }
	body.body-gratis-schatting .theme-contact-form.has-banner-footer { margin-bottom: -40px; }	
	body.body-hou-me-op-de-hoogte .theme-contact-form.has-banner { margin-top: -40px; z-index: 64; }
	body.body-hou-me-op-de-hoogte .theme-contact-form.has-banner-footer { margin-bottom: -40px; }		
}

@media only screen and (max-width: 640px) {
	.theme-home-assets .grid.w-3, .theme-services-assets .grid.w-3 { width: 100%; }
	.theme-fixed-bg-container .theme-fixed-bg-txt .txt h4 { font-size: 2.4rem; }
}

@media only screen and (min-width: 481px) {
	.theme-sell-steps .box .eyb { }
	.theme-sell-steps .box .flexbox-centering-inside:before { }
}

@media only screen and (max-width: 480px) {
	.theme-home-about-us.view-magazine &gt; .grid &gt; .box &gt; .flex-item.caption {padding: 40px 0px; }
}

/* Theme updated basics */

.theme-article-banner .banner { min-height: 80vh; margin-bottom: -20vh; }
.theme-home-flow-btn-dest { }
.theme-add-poly { clip-path: polygon(0% 10rem, 100% 0%, 100% calc(100% - 10rem), 0 100%); }
.theme-articles .box.add-background { transition: all 200ms ease-in-out; }
.theme-banner-add-padding, .component.edge-to-edge.theme-banner-add-padding { padding-top: 50px; }
.theme-welcometext-box { max-width: 1520px; }
.theme-countdown { position: relative; text-align: center; padding: 40px 10px; display: flex; justify-content: center; align-items: center; }
.theme-home-partners .grid { max-width: 220px; }

.view-scenery.theme-home-story-images { position: relative; z-index: 60; }
.view-scenery.theme-home-story-images .banner { min-height: 100vh; }
.view-scenery.theme-home-story-images .banner.theme-add-poly:not(:first-child) { margin-top: -20rem; }
.view-scenery.theme-home-story-images .banner.theme-add-poly:nth-child(even) { clip-path: polygon(0% 0%, 100% 10rem, 100% 100%, 0 calc(100% - 10rem)); }
.view-scenery.theme-home-story-images:before { position: absolute; content: ""; bottom: -1px; left: 0; width: 100%; height: 20rem; background: #FFFFFF; z-index: 1; clip-path: polygon(0 calc(100% - 10rem), 100% 0, 100% 100%, 0% 100%); }

@media only screen and (hover:hover) {
	.theme-home-highlight .grid.linkable .box:hover { box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }
	.theme-home-highlight .grid.linkable .box:hover:after { right: 10px; transition: right 100ms linear; color: #D0A216; }
	.theme-articles .linkable .box.add-background:hover { box-shadow: 0px 2px 0px 0px #D0A216; transition: all 100ms ease-in-out; z-index: 2; }
}

@media only screen and (min-width: 1561px) {
	.theme-home-welcometext-two-panes-large { padding: 4vw 2vw 4vw 4vw; }
	.theme-home-welcometext-two-panes-text { padding: 4vw 2vw 4vw 2vw; }
	.theme-home-assets .grid.w-6, .theme-services-assets .grid.w-6 { width: 25%; }
}

@media only screen and (max-width: 1024px) {
	.theme-home-welcometext-two-panes .grid { width: 100%; }
	.theme-home-partners .grid { max-width: 33.333333%; }	
	.theme-add-poly { clip-path: polygon(0% 6rem, 100% 0%, 100% calc(100% - 6rem), 0 100%); }
	.view-scenery.theme-home-story-images .banner.theme-add-poly:not(:first-child) { margin-top: -12rem; }
	.view-scenery.theme-home-story-images .banner.theme-add-poly:nth-child(even) { clip-path: polygon(0% 0%, 100% 6rem, 100% 100%, 0 calc(100% - 6rem)); }
	.view-scenery.theme-home-story-images:before { height: 12rem; clip-path: polygon(0 calc(100% - 6rem), 100% 0, 100% 100%, 0% 100%); }
}

@media only screen and (max-width: 640px) {
	.theme-home-partners .grid { max-width: 50%; }
	input[type=submit] { padding: 2rem 2rem; width: 100%; }
}

@media only screen and (min-width: 821px) and (hover: hover) { 
	/* .theme-banner .banner { background-attachment: fixed; } */
}

@media only screen and (min-width: 821px) {
	main &gt; .component:not(:first-child):not(.view-scenery):not(.no-padding-top), main &gt; .ias-container:not(:first-child) &gt; .component, main &gt; .theme-home-bg &gt; .component:not(.no-padding-top) { }
}

@media only screen and (max-width: 820px) {
	#theme-home-hero-slider .item { width: 100vw; height: 100vh; }
	.theme-contact .grid.w-6 { width: 100%; }
	#header-responsive[data-st="1"] { box-shadow: 0px 4px 24px -18px #242424; }
	footer #theme-footer .theme-ft-contact .box .box-item.social a.whatsapp { position: fixed; bottom: 0px; right: 0px; }
	footer #theme-footer .theme-ft-contact .box .box-item.social a.whatsapp i { padding: 1.9rem 1.8rem 1.7rem 1.8rem; color: #FFFFFF; background: #00E676; }
	.theme-home-welcometext-two-panes-large .txt p { font-size: 2rem; }
	.theme-home-welcometext-two-panes-text .txt p { font-size: 1.6rem; }
}

/* Theme basics */

.component-ttl { padding-top: 20px; }
.component-ttl .box { padding: 0px; }
.component-ttl .box &gt; * { text-align: center; }
.component-ttl .box .ttl { padding: 0px; }
.component-ttl.align-right .box .ttl, .component-ttl.align-right .box .forward, .component-ttl.align-right .box .txt { text-align: right; }
.component-ttl.align-right .box .ttl h4 { padding-right: 0px; }
.component-ttl.align-left .box .ttl, .component-ttl.align-left .box .forward, .component-ttl.align-left .box .txt { text-align: left; }
.component-ttl.align-left .box .ttl h4 { padding-left: 0px; }
.component-ttl .box .ttl h4 { position: relative; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 2.4rem; }
.component-ttl .box .ttl a { position: relative; display: block; margin-top: 1.8rem; vertical-align: text-bottom; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 2.1rem; color: #242423; border-radius: 3px; line-height: 3.2rem; height: 3.2rem; font-weight: 600; text-decoration: underline; text-decoration-color: #BE9415; text-decoration-thickness: 0.2rem; white-space: nowrap; }
.component-ttl .box .ttl a i { color: #D0A216; vertical-align: middle; text-decoration: none; margin-bottom: .2rem; margin-left: .5rem; }
.component-ttl .box .ttl a:hover { color: #D0A216; }
.component-ttl .box .ttl a:hover i { color: #D0A216; }
.component-ttl .box .box-item.txt { margin-top: 0px; }
.component-ttl .box .txt p { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; text-transform: uppercase; font-size: 2.1rem; }
.component-ttl .box .forward a { box-shadow: 0px 0px 0px 0px #242423; }
.component-ttl.glue-top { margin-top: -20px; padding-top: 0px; }

.component.theme-add-main-padding { padding-top: 40px; }
.view-magazine &gt; .grid &gt; .box &gt; .flex-item.caption { position: relative; }

.theme-welcometext .box .txt { text-align: left; }
.theme-welcometext .box .txt h1, .theme-welcometext .box .ttl h1, .main-article .box .ttl h1 { position: relative; display: inline-block; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none; font-size: 3.6rem; padding-bottom: 1.8rem; color: #242324; }
.theme-welcometext .box .txt h1, .theme-welcometext .box .ttl h1 { font-size: 3.6rem; }
.theme-welcometext .box .txt h1 u { text-decoration: none; color: #D0A216; }
.theme-welcometext .box .txt h2 { font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 400; text-transform: none; color: #242424; font-size: 2.4rem; }
.theme-welcometext .box .txt p { font-size: 1.8rem; line-height: 1.8em; }

.theme-home-welcometext { position: relative; margin-top: 0px; margin-bottom: -120px; z-index: 61; }
.theme-home-welcometext .box { padding: 4vw; }

.theme-home-highlight { position: relative; z-index: 60; }

.theme-assets .box { }
.theme-assets .box &gt; * { text-align: center; }
.theme-assets .box .icon { position: relative; text-align: center; margin: 0px; }
.theme-assets .box .icon i { position: relative; display: inline-block; font-size: 4.8rem; font-weight: 400; color: #242424; text-align: center; width: 14.4rem; height: 14.4rem; line-height: 14.4rem; padding: 0px; border-radius: 96px; box-sizing: content-box; }
.theme-assets .box .icon i:after { position: absolute; content: ""; top: 10px; right: 10px; bottom: 10px; left: 10px; border-radius: 96px; box-shadow: 0px 0px 0px 1px #242424; }
.theme-assets .box .ttl h2 { color: #242424; }

@media only screen and (max-width: 1600px) {
	.theme-home-welcometext { margin-top: 0px; }
	.theme-home-welcometext .box { padding: 8rem 8rem 8rem 8rem; }
	.theme-welcometext .box .txt h1, .theme-welcometext .box .ttl h1 { font-size: 2.8rem; }
	.component-ttl .box .ttl h4 { font-size: 2.1rem; }
}

@media only screen and (min-width: 821px) and (max-width: 1240px) {
	.theme-articles &gt; .grid.w-4:first-child:nth-last-child(3) { width: 100%; }
	.theme-articles &gt; .grid.w-4:nth-child(2):nth-last-child(2), .theme-articles &gt; .grid.w-4:nth-child(3):nth-last-child(1) { width: 50%; }
}

@media only screen and (min-width: 481px) and (max-width: 820px) {
	.theme-articles &gt; .grid.w-4:first-child:nth-last-child(3) { width: 100%; }
	.theme-articles &gt; .grid.w-4:nth-child(2):nth-last-child(2), .theme-articles &gt; .grid.w-4:nth-child(3):nth-last-child(1) { width: 50%; }
}

@media only screen and (min-width: 481px) {
	.main-article &gt; .grid:first-child &gt; .box { padding: 4vw; }
}

@media only screen and (max-width: 640px) {
	.theme-welcometext .box .txt h1, .theme-welcometext .box .ttl h1 { font-size: 3.2rem; }
	.theme-welcometext .box .txt h2 { font-size: 1.8rem; }
	.theme-welcometext .box .txt p { font-size: 1.8rem; }
	.main-article .box .ttl h1 { font-size: 3.2rem; }
	.theme-home-welcometext .box { padding: 4rem 4rem 16rem 4rem; }
	.component-ttl .box .ttl h4 { font-size: 2.1rem; }
	.theme-component-ttl-prijzen { padding-top: 0px; margin-top: -20px; }
}

@media only screen and (min-width: 821px) and (hover: hover) {
	.theme-grid-ani-fade-in .grid .box &gt; div { opacity: 0; animation: aa-ani-fade-in 0.4s ease-in-out; animation-fill-mode: forwards; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+1) .box &gt; div { animation-delay: 0s; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+2) .box &gt; div { animation-delay: 50ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+3) .box &gt; div { animation-delay: 100ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+4) .box &gt; div { animation-delay: 150ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+5) .box &gt; div { animation-delay: 200ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+6) .box &gt; div { animation-delay: 250ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+7) .box &gt; div { animation-delay: 300ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+8) .box &gt; div { animation-delay: 350ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+9) .box &gt; div { animation-delay: 400ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+10) .box &gt; div { animation-delay: 450ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+11) .box &gt; div { animation-delay: 500ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n) .box &gt; div { animation-delay: 550ms; }
	@keyframes aa-ani-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }
	.banner { opacity: 0; animation: aa-ani-banner-fade-in 0.6s ease-in-out; animation-fill-mode: forwards; }
	@keyframes aa-ani-banner-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }
	.view-magazine .grid .box.has-linear-gradient-bg { opacity: 0; animation: aa-ani-fade-in 0.4s ease-in-out; animation-fill-mode: forwards; }
}

/* Theme print */

@media print {
	body { background-color: transparent; }
	html { font-size: 25% !important; }
	.component.theme-add-main-padding { padding-top: 0px; }
	.theme-welcometext .box .txt h1, .theme-welcometext .box .ttl h1, .main-article .box .ttl h1 { padding-bottom: 3px; }
	.box { padding: 6px; }
	.box-item { padding: 0px 0px 3px 0px; }
	.box .txt h1, .box .txt h2, .box .txt h3, .box .txt h4, .box .txt h5, .box .txt h6, .box .txt p { margin-bottom: 6px; }
	.box .ttl h1:before { display: none; }
	.box .ttl a i, .component.related, .component.flow { display: none; }
	.body-producten .theme-extra-img-container .row-grid-container { width: 100%; text-align: center; }
	.body-producten .theme-extra-img-container .row-grid-container .row-grid-item { position: relative; display: inline-block; width: 33.333333% !important; height: auto !important; margin: 0px !important; }
	.body-producten .theme-extra-img-container .row-grid-container .row-grid-item img { width: 100% !important; height: auto !important; padding: 3px; }
}

/* Print */

@media print {
	header, footer, #breadcrumbs, .hide-for-print { display: none !important; }
 	@page { margin: 1.4cm; }
}

/* IAS */

.ias-trigger { position: relative; padding: 2rem; width: 100%; }
.ias-trigger a { position: relative; display: inline-block; padding: 1.6rem 2.4rem; border-radius: 0px; color: #000000; background: transparent; box-shadow: 0px 0px 0px 1px #000000; font-weight: 600; text-transform: none; font-size: 1.6rem; text-decoration: none; width: auto; border: 0; transition: all 200ms ease-in-out; }
.ias-trigger a:hover { cursor: pointer; color: #D0A216; background: transparent; box-shadow: 0px 0px 0px 1px #D0A216; transition: all 100ms ease-in-out; }

/* Row Grid */

.row-grid-container { position: relative; width: 100%; }
*:not(.box-item) &gt; .row-grid-container { padding: 0px 6px; }
.row-grid-item { position: relative; float: left; margin-bottom: 4px !important; }
.row-grid-item img { max-width: 100%; max-height: 100%; vertical-align: bottom; transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out, border 200ms ease-in-out; border: 0px solid #D0A216; }
.row-grid-item img:hover { background: #D0A216; border: 0px solid #D0A216; box-shadow: 0px 3px 0px 0px #D0A216; transition: background 100ms ease-in-out, box-shadow 100ms ease-in-out, border 100ms ease-in-out; }
.row-grid-item .row-grid-first-item { clear: both; }
.row-grid-last-row, .row-grid-last-row ~ .row-grid-item { margin-bottom: 0; }

@media only screen and (min-width: 821px) {	*:not(.box-item) &gt; .row-grid-container { padding: 0px 20px; } }

/* Colorbox */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; }
#cboxWrapper { max-width:none; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic; }
.cboxIframe { width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/

#colorbox button { min-width: auto; box-shadow: 0px 0px; }

#cboxOverlay { background:#000;}
#colorbox { outline:0;}
    #cboxContent { margin-top:40px;}
        .cboxIframe { background:#FFFFFF;}
        #cboxError { padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{ }
        #cboxTitle { position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent { position:absolute; top:-20px; right:40px; color:#ccc; visibility: hidden !important; }
        #cboxLoadingGraphic{ }
        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline:0; }
        #cboxSlideshow {position:absolute; top:-20px; right:90px; color:#FFFFFF;}
        #cboxPrevious, #cboxNext { position:absolute; top: 50%; margin-top: -50px; width: 50px; height: 100px; background: rgba(0,0,0,0.6); color: #ccc; outline: none; display: flex; align-items: center; justify-content: center; }
        #cboxPrevious { left: 10px; }
        #cboxPrevious:before { position: relative; font-size: 36px; font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f053"; left: -2px; }
        #cboxNext:hover, #cboxPrevious:hover { color: #FFFFFF; background: rgba(0,0,0,0.8); }
        #cboxNext { right: 10px; }
        #cboxNext:before { position: relative; font-size: 36px; font-family: "Font Awesome 6 Pro"; font-weight: 100; content: "\f054"; right: -2px; }
        #cboxClose { position:absolute; top: -45px; right: -14px; display:block; width:45px; height:45px; color: #ccc; outline: 0; }
        #cboxClose:before { font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 24px; content: "\f00d"; }
        #cboxClose:hover { color: #FFFFFF; }

/*
	Countdown
	https://github.com/Dazix/SimpleCountDown
*/
		
.countDown__cont { font-family: Arial, Gadget, sans-serif; font-size: 13px; display: flex; color: #333; }
.countDown__interval_cont { display: flex; justify-content: space-around; width: auto; }
.countDown__interval_cont:nth-child(n+1):not(:last-child) { margin-right: 1em; }
.countDown__interval_basic_cont { display: flex; flex-direction: column; }
.countDown__interval_basic_cont_description { display: flex; margin-left: .3em; margin-top: 0.3em; font-size: 1.2em; font-weight: bold; color: #333; }
.countDown__digit_cont { perspective: 3.2em; box-shadow: 0em 0em 0.1em rgba(0, 0, 0, 0.2); width: 1em; height: 1.6em; position: relative; line-height: 1.6em; font-size: 5em; font-weight: bold; border-radius: 0.08em; }
.countDown__digit_cont:nth-child(n+1):not(:last-child) { margin-right: 0.05em; }
.countDown__digit_last_placeholder, .countDown__digit_new_placeholder { position: absolute; left: 0; width: 100%; height: 50%; text-align: center; overflow: hidden; }
.countDown__digit_last_placeholder { bottom: 0; background: white; border-radius: 0 0 0.08em 0.08em; }
.countDown__digit_last_placeholder_inner { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; bottom: 50%; position: absolute; }
.countDown__digit_new_placeholder { top: 0; background: #D4D4D4; border-radius: 0.08em 0.08em 0 0; }
.countDown__digit_last_rotate, .countDown__digit_new_rotate { display: flex; justify-content: center; width: 100%; height: 50%; font-weight: bold; position: absolute; top: 0; overflow: hidden; animation-duration: 0.4s; animation-timing-function: linear; border-radius: 0.08em 0.08em 0 0; animation-fill-mode: forwards; transform-origin: 100% 100%; }
.countDown__digit_last_rotate:after, .countDown__digit_new_rotate:after { content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 100%; height: 100%; border-bottom: 0.01em solid rgba(0, 0, 0, 0.1); }
.countDown__digit_last_rotate { animation-name: countDown_flip_1; background: #D4D4D4; }
.countDown__digit_new_rotate { animation-name: countDown_flip_2; background: white; }
.countDown__digit_new_rotated { transform: rotateX(180deg); width: 100%; height: 100%; }
.countDown__digit_new_rotated_inner { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; bottom: 50%; position: absolute; }
@keyframes countDown_flip_1 { 0% { transform: rotateX(0deg); z-index: 1; } 100% { transform: rotateX(-180deg); z-index: 0; } }
@keyframes countDown_flip_2 { 0% { transform: rotateX(0deg); z-index: 0; } 100% { transform: rotateX(-180deg); z-index: 1; } }

.dark .countDown__cont { color: #FFFFFF; }
.dark .countDown__interval_basic_cont_description { color: #333333; }
.dark .countDown__digit_cont { box-shadow: 0em 0em 0.1em rgba(0, 0, 0, 0.2); }
.dark .countDown__digit_last_placeholder { background: #000000; }
.dark .countDown__digit_new_placeholder { background: #1A1A1A; }
.dark .countDown__digit_last_rotate:after, .dark .countDown__digit_new_rotate:after { border-bottom: 0.01em solid rgba(0, 0, 0, 0.1); }
.dark .countDown__digit_last_rotate { background: #1A1A1A; }
.dark .countDown__digit_new_rotate { background: #000000; }

@media only screen and (max-width: 820px) {
	.countDown__cont { font-size: 13px; }
	.countDown__interval_cont:nth-child(n+1):not(:last-child) { margin-right: .75em; }
	.countDown__interval_basic_cont_description { margin-left: .1em; margin-top: 0.3em; font-size: 1em; }
	.countDown__digit_cont { perspective: 2.4em; width: .75em; height: 1.2em; line-height: 1.2em; font-size: 3.75em; border-radius: 0.06em; }
	.countDown__digit_cont:nth-child(n+1):not(:last-child) { margin-right: 0.0375em; }
	.countDown__digit_last_placeholder { border-radius: 0 0 0.06em 0.06em; }
	.countDown__digit_new_placeholder { border-radius: 0.06em 0.06em 0 0; }
	.countDown__digit_last_rotate, .countDown__digit_new_rotate { border-radius: 0.06em 0.06em 0 0; }
}

@media only screen and (max-width: 420px) {
	.countDown__cont { font-size: 13px; }
	.countDown__interval_cont:nth-child(n+1):not(:last-child) { margin-right: .6em; }
	.countDown__interval_basic_cont_description { margin-left: .18em; margin-top: 0.18em; font-size: .72em; }
	.countDown__digit_cont { perspective: 1.92em; width: .65em; height: 1.2em; line-height: 1.2em; font-size: 3em; border-radius: 0.048em; }
	.countDown__digit_cont:nth-child(n+1):not(:last-child) { margin-right: 0.03em; }
	.countDown__digit_last_placeholder { border-radius: 0 0 0.048em 0.048em; }
	.countDown__digit_new_placeholder { border-radius: 0.048em 0.048em 0 0; }
	.countDown__digit_last_rotate, .countDown__digit_new_rotate { border-radius: 0.048em 0.048em 0 0; }
}

/* ===============================
=            Choices            =
=============================== */
.choices { position: relative; overflow: hidden; }
.choices:focus { outline: none; }
.choices:last-child { margin-bottom: 0; }
.choices.is-open { overflow: visible; }
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input { background-color: #EAEAEA; cursor: not-allowed; -webkit-user-select: none; user-select: none; }
.choices.is-disabled .choices__item { cursor: not-allowed; }
.choices [hidden] { display: none !important; }
.choices[data-type*=select-one] { cursor: pointer; }
.choices[data-type*=select-one], .choices[data-type*=select-multiple] input { background: #FFFFFF; width: auto; padding: 12px 8px; box-shadow: 0px 0px 0px 1px #D4D4D4; }
.choices[data-type*=select-one] .choices__inner { }
.choices[data-type*=select-one] .choices__input { display: block; width: 100%; padding: 10px; border-bottom: 1px solid #DDDDDD; background-color: #FFFFFF; margin: 0; }
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0; background-size: 8px; position: absolute; top: 50%; right: 0; margin-top: -10px; margin-right: 25px; height: 20px; width: 20px; border-radius: 10em; opacity: 0.25; }
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus { opacity: 1; }
.choices[data-type*=select-one] .choices__button:focus { box-shadow: 0 0 0 2px #D0A216; }
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button { display: none; }
.choices[data-type*=select-one]::after { content: ""; height: 0; width: 0; border-style: solid; border-color: #333333 transparent transparent transparent; border-width: 5px; position: absolute; right: 11.5px; top: 50%; margin-top: -2.5px; pointer-events: none; }
.choices[data-type*=select-one].is-open::after { border-color: transparent transparent #333333 transparent; margin-top: -7.5px; }
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner { cursor: text; }
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative; display: inline-block; margin-top: 0; margin-right: -4px; margin-bottom: 0; margin-left: 8px; padding: 0px 4px 0px 20px; border-left: 1px solid #686868; background: 0; box-shadow: 0 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px; background-repeat: no-repeat; background-position: center center; width: 8px; line-height: 1; opacity: 0.75; border-radius: 0; }
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=text] .choices__button:hover, .choices[data-type*=text] .choices__button:focus { opacity: 1; }
.choices[data-type*=select-multiple] input::after { content: ""; height: 0; width: 0; border-style: solid; border-color: #333333 transparent transparent transparent; border-width: 5px; position: absolute; right: 11.5px; top: 50%; margin-top: -2.5px; pointer-events: none; }
.choices[data-type*=select-multiple].is-open input::after { border-color: transparent transparent #333333 transparent; margin-top: -7.5px; }
.choices__inner { display: inline-block; vertical-align: top; width: 100%; background-color: transparent; text-align: left; overflow: hidden; }
.is-focused .choices__inner, .is-open .choices__inner { border-color: #B7B7B7; }
.is-open .choices__inner { border-radius: 2.5px 2.5px 0 0; }
.is-flipped.is-open .choices__inner { border-radius: 0 0 2.5px 2.5px; }
.choices__list { margin: 0; padding-left: 0; list-style: none; }
.choices__list--single { display: inline-block; padding: 0px 20px 0px 0px; width: 100%; }
.choices__list--single .choices__item { width: 100%; }
.choices__list--multiple { display: inline; }
.choices__list--multiple .choices__item { display: inline-flex; flex-direction: row; align-items: center; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.4rem; padding: 8px; margin: 4px 8px 4px 0px; background-color: #484848; border-radius: 3px; color: #FFFFFF; word-break: break-all; box-sizing: border-box; }
.choices__list--multiple .choices__item[data-deletable] { padding-right: 5px; }
.choices__list--multiple .choices__item.is-highlighted { background-color: #BE9414; }
.is-disabled .choices__list--multiple .choices__item { background-color: #AAAAAA; }
.choices__list--dropdown, .choices__list[aria-expanded] { visibility: hidden; z-index: 1; position: absolute; width: 100%; min-width: 140px; max-width: 60vw; background-color: #FFFFFF; border: 1px solid #DDDDDD;  top: 100%; margin-top: -1px; overflow: hidden; word-break: break-all; will-change: visibility; z-index: 2; }
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] { visibility: visible; }
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] { border-color: #B7B7B7; }
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] { top: auto; bottom: 100%; margin-top: 0; margin-bottom: -1px; border-radius: 0.25rem 0.25rem 0 0; }
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list { position: relative; max-height: 300px; overflow: auto; -webkit-overflow-scrolling: touch; will-change: scroll-position; }
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item { position: relative; padding: 10px; font-size: 14px; text-align: left; }
@media (min-width: 641px) {
	.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable { }
	.choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after { content: attr(data-select-text); font-size: 12px; opacity: 0; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
}
@media only screen and (hover:hover) {
	.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted { background-color: #f2f2f2; }
	.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after { opacity: 0.5; }
}
.choices__item { cursor: default; font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; }
.choices__item--selectable { cursor: pointer; }
.choices__item--disabled { cursor: not-allowed; -webkit-user-select: none; user-select: none; opacity: 0.5; }
.choices__heading { font-weight: 500; font-size: 12px; padding: 10px; border-bottom: 1px solid #F7F7F7; color: #808080; }
.choices__button { text-indent: -9999px; -webkit-appearance: none; appearance: none; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; cursor: pointer; }
.choices__button:focus { outline: none; }
.choices__input { padding: 0px; }
input.choices__input { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.4rem; }
.choices__input:focus { outline: 0; }
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration { display: none; }
.choices__input::-ms-clear, .choices__input::-ms-reveal { display: none; width: 0; height: 0; }
.choices__placeholder { font-family: 'Montserrat', Verdana, sans-serif; font-weight: 500; font-size: 1.4rem; }

.choices__list--dropdown &gt; .choices__list &gt; .choices__placeholder { display: none; }

@media (max-width: 640px) {
	.choices__list--dropdown, .choices__list[aria-expanded] { width: auto; min-width: 40vw; max-width: 80vw; word-break: normal; }
}

/* =====  End of Choices  ====== */
</pre></body></html>