


/* 
	
	Tapwagens Aerts
	2022 Always Awake bv

	info@alwaysawake.be
	
	mrld grid theme
	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		#000100
	hyperlink	#000001
	hover		#E40000
	active		#C0000E
	menu		#0A0A0C
	btn			color: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000;
	btn hover	color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E;
	page title	color: #000100; background: #EAEAEA; 
	
	font-family: "Font Awesome 5 Pro"; font-weight: 300;
	 
	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.googleapis.com/css2?family=Inter:wght@400;700&family=Montserrat:wght@800&display=swap');

@import url("src/fontawesome/v5.15.1/css/fontawesome.min.css");
@import url("src/fontawesome/v5.15.1/css/light.min.css");
@import url("src/fontawesome/v5.15.1/css/brands.min.css");

/* Cookiebar */

#aa-cookiebar { display: none; }
#aa-cookiebar-container { position: fixed; bottom: 0; left: 0; right: 0; background: #e1e1e1; color: #1f1f1f; box-shadow: 0px 0px 40px -20px #000; 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-message { flex: 1; margin-right: 2em; margin-left: 10px; font-family: Arial, sans-serif; font-weight: 400; font-size: 15px; text-align: left; }
#aa-cookiebar-message a { color: #1f1f1f; text-decoration: underline; }
#aa-cookiebar-dismiss { margin: 0px; text-align: center; }
#aa-cookiebar-dismiss a { position: relative; display: inline-block; vertical-align: middle; padding: 0.7em 2em; min-width: 100px; font-family: Arial, sans-serif; font-weight: 700; font-size: 15px; color: #fefefe; background: #0a9ddf; border-radius: 3px; -webkit-border-radius: 3px; }
#aa-cookiebar-dismiss a:hover { opacity: 0.8; cursor: pointer; }

@media only screen and (max-width: 580px) { #aa-cookiebar-message { font-size: 12px !important; margin: 5px 10px 10px 10px; } }
@media only screen and (max-width: 460px) { #aa-cookiebar-container > * { flex: 1 100%; } }
@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: 700; text-transform: uppercase; }
#myti-preview-header p:before { content: "\f135"; font-family: "Font Awesome 5 Pro"; font-weight: 300; 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: #000100; font-family: 'Inter', 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: 700; }
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: #000100;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover { color: #E40000; }

@media only screen and (hover:hover) {
	a, a > i, .add-transition, .add-transition > * { transition: all 200ms ease-in-out; }
	a:hover, a:hover > i, .add-transition:hover, .add-transition:hover > * { 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', Helvetica, sans-serif; font-weight: 800; text-transform: none; color: #0A0A0C; padding: 10px; margin: 0px; overflow: hidden; vertical-align: bottom; transition: all 500ms ease-in-out; }
nav a:hover, .lang a:hover { color: #E40000; box-shadow: 0px 2px 0px 0px #E40000; transition: all 0ms ease-in-out; }
nav a.active, .lang a.active { box-shadow: 0px 2px 0px 0px #C0000E; }
.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: #C0000E; 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 10px; 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% - 20px); text-align: left; padding: 20px; margin: 10px; }
.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.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: #F7F7F7; }
.flexbox-centering { height: 100%; display: flex; justify-content: center; align-items: center; }
.flexbox-centering > .flexbox-centering-inside { position: relative; }

/* mrld box elements */

.box .ttl h1, .box .ttl h2, .box .ttl h3, .box .ttl h4 { margin: 0px; line-height: 1em; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 3.2rem; 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: 800; 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: #000100; background: transparent; box-shadow: 0px 0px 0px 2px #EAEAEA; text-align: center; border-radius: 50%; transition: all 200ms ease-in-out; }
.box .ttl a.go-back:hover i { color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; transition: all 100ms ease-in-out; }
.box .txt h1, .box .txt h2, .box .txt h3, .box .txt h4 { margin-bottom: 20px; line-height: 1em; font-weight: 700; }
.box .txt h1 a, .box .txt h2 a, .box .txt h3 a, .box .txt h4 a { font-weight: 700; }
.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: 800; text-transform: none; font-size: 3.2rem; line-height: 1.2em; }
.box .txt h2 { font-size: 2.4rem; }
.box .txt h3 { font-size: 2.0rem; }
.box .txt h4 { 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: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; border-radius: 4px; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; 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: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; transition: all 100ms ease-in-out; }
.box .txt p, .box .txt { font-size: 1.5rem; line-height: 1.8em; }
.box .txt a[href*="tel"] { white-space: nowrap; }
.box .txt > *:last-child { margin-bottom: 0px; }
.box .txt ul { list-style-type: none; padding: 0px; text-align: left; }
.box .txt ul > 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 5 Pro"; font-weight: 300; color: #000001; font-size: inherit; }
.box .txt .long-arrow-right { margin-left: 1rem; } 
.box .txt .long-arrow-right i { vertical-align: text-bottom; color: #E40000; font-size: 120%; margin-bottom: .2rem; }
.box .txt figure { position: relative; display: block; padding: 0; margin: 0px 0px 20px 0px; text-align: center; }
.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 > *: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 5 Pro"; font-weight: 300; 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 { background: #E40000; box-shadow: 0px 0px 0px 5px #E40000; 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 > 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 > 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: 54.25%; padding-top: 10px; 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 > 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 > 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: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; border-radius: 4px; display: block; margin: 5px; min-height: 28px; 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-size: 2.1rem; font-weight: 400; text-transform: none; }
.box .files .item a .fileext { position: relative; font-size: 1.0rem; padding: 0rem 0rem 1rem 6rem; font-weight: 700; text-align: left; }
.box .files .item a i { position: absolute; left: 0px; top: 0px; width: 5.2rem; text-align: center; color: #E40000; font-size: 2.4rem; padding: 1.8rem 2rem; }
.box .files .item:hover a { color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; transition: all 100ms ease-in-out; }
.box .files .item:hover a i { color: #FFFFFE; }

.box .share { position: relative; text-align: right; }
.box .share > i { font-size: 2.0rem; width: 4.4rem; padding: 1.2rem; margin: 2px; vertical-align: middle; color: #efefef; 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: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; border-radius: 4px; text-align: center; }
.box .share a:hover i { cursor: pointer; padding: 1.4rem 1.2rem 1.0rem 1.2rem; color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; }
.box .share a:hover { margin: 4px 2px 0px 2px; }

.box .forward { position: relative; text-align: center; }
.box .forward a { position: relative; display: inline-block; vertical-align: middle; max-width: 100%; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 1.6rem; color: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; border-radius: 4px; 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 { vertical-align: middle; text-decoration: none; margin-left: 1rem; }
.linkable > .box:hover .forward a, .box .forward a:hover { color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; 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: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; border-radius: 4px; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; 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 > .box:hover .cta a { color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; 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: 3.2rem; width: 8rem; height: 8rem; padding: 2.4rem; vertical-align: top; color: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; text-align: center; border-radius: 50%; }
.box .social a:hover i { cursor: pointer; color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; 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; color: #FFFFFF; background: #836957; box-shadow: 0px 0px 0px 0px #836957; text-transform: uppercase; font-weight: 400; font-size: 1rem; padding: 4px; border-radius: 4px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
.box .tags a:hover { color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; }

/* 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: 1em; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 2.4rem;  }
.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: 1em; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 3.2rem;  }

.view-magazine > .grid > .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 > .grid:nth-child(even) > .box { flex-direction: row-reverse; }
.view-magazine > .grid > .box > .flex-item { flex: 1 1 auto; padding: 0; margin: 0; }
.view-magazine > .grid > .box > .flex-item.img { flex-grow: 1; width: 40%; background-size: cover; background-position: center center; }
.view-magazine > .grid > .box > .flex-item.caption { position: relative; flex-grow: 2; width: 60%; padding: 8vw; }
.view-magazine > .grid > .box > .flex-item.caption .box-item { text-align: left; }
.view-magazine > .grid > .box.has-box-bg .flexbox-centering-inside { position: relative; padding: 4rem; margin: 4rem 0rem; max-width: 780px; }
.view-magazine > .grid > .box.has-box-bg .flex-item.caption .box-item { color: #FFFFFF; }
.view-magazine.start-row-reverse > .grid > .box { flex-direction: row-reverse; }
.view-magazine.start-row-reverse > .grid:nth-child(even) > .box { flex-direction: row; }

.view-scenery > .google-map { width: 100%; height: 20vh; min-height: 300px; }
.view-scenery > .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: #000100; background: #FFFFFF; box-shadow: 0px 0px 0px 2px #EAEAEA; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; text-decoration: none; font-size: 1.8rem; padding: 4rem 3rem; border-radius: 3.2rem; margin: 0px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; z-index: 1; transition: all 200ms ease-in-out; }
.flow a.placeholder { background: #EAEAEA; }
.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(255,255,255,0), rgba(255,255,255,1) 60%); }
.flow a.flow-item-next:before { right: 0px; background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) 60%); }
.flow a.flow-item:after { position: absolute; top: 50%; margin-top: -1.2rem; font-family: "Font Awesome 5 Pro"; 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"; }

@media only screen and (hover:hover) { 
	.flow a:not(.placeholder):hover { color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; transition: all 100ms ease-in-out; } 
	.flow a.flow-item-prev:not(.placeholder):hover:before { left: 0px; background: linear-gradient(to left, rgba(192,0,14,0), rgba(192,0,14,1) 60%); }
	.flow a.flow-item-next:not(.placeholder):hover:before { right: 0px; background: linear-gradient(to right, rgba(192,0,14,0), rgba(192,0,14,1) 60%); }
}

/* mrld animation */

.is-in-viewport { animation: aa-ani-is-in-viewport 1s ease-in-out; animation-fill-mode: forwards; animation-delay: 300ms; }
.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: 820px) {
	#header-responsive { display: none; }
	#header-flow { position: relative; width: 100%; min-height: 164px; display: block; background: #FFFFFF; }
	#header-flow .nav-container-top { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-end; text-align: right; margin: 0px; padding: 0px 20px; background: #F7F7F7; }
	#header-flow .nav-container { position: relative; width: 100%; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; min-height: 164px; padding: 0px; }
	#header-flow .nav-container-menu { position: relative; flex: 9 1 auto; text-align: right; margin: 10px; }
	#header-flow .lang { position: relative; display: inline-block; vertical-align: top; float: right; padding: 1rem 4rem; border-radius: 64px; margin: 10px; }
	#header-flow .lang a { font-size: 2rem; padding: 1.4rem; color: #181818; border-bottom: 0px; }
	#header-flow .lang a:hover { color: #E40000; }
	#header-flow .lang a.active { color: #C0000E; }
	#header-flow nav { margin: 10px; }
	#header-flow nav a { font-size: 2rem; padding: 1.4rem; }
	#header-flow nav a:hover { color: #E40000; }
	#header-flow nav a.active { color: #C0000E; }
	#header-flow .topmenu a { display: inline-block; vertical-align: baseline; font-size: 1.6rem; font-weight: 700; padding: 1.4rem; color: #000100; border-radius: 12px; transition: all 500ms ease-in-out; }
	#header-flow .topmenu a:hover { color: #E40000; transition: all 0ms ease-in-out; }
	#header-flow .topmenu a.active { color: #C0000E; }
	#header-flow .logo { padding: 0px; }
	#header-flow .logo img { position: relative; display: inline-block; height: 160px; width: auto; }

	#header-fixed { position: fixed; top: 0; min-height: 60px; transform: translateY(-100%); width: 100%; display: block; background: #F7F7F7; }
	#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 nav a { padding: 5px 10px; margin: 0px 5px; }
	#header-fixed nav a:hover { color: #E40000; }
	#header-fixed nav a.active { color: #C0000E; }
	#header-fixed .logo a:before { position: relative; content: "\f80c"; font-family: "Font Awesome 5 Pro"; font-size: 1.8rem; } 
	#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: #000100; text-transform: uppercase; }
	#breadcrumbs a:hover { color: #E40000; }
	#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 5 Pro"; font-weight: 300; 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', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 1.8rem; line-height: 2.4rem; color: #000100; 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: #000100; background: #E40000; box-shadow: 2rem .5rem 0 #E40000, -1rem .5rem 0 #E40000, 2rem -.5rem 0 #E40000, -1rem -.5rem 0 #E40000; }
	.view-services-toc .item a.active { color: #FFFFFF; background: #C0000E; box-shadow: 2rem .5rem 0 #C0000E, -1rem .5rem 0 #C0000E, 2rem -.5rem 0 #C0000E, -1rem -.5rem 0 #C0000E; }

	.view-magazine .grid .box.has-box-bg:before, .view-magazine.start-row-reverse > .grid:nth-child(even) > .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) > .box.has-box-bg:before, .view-magazine.start-row-reverse > .grid > .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)); }
}

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

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

@media only screen and (min-width: 820px) and (max-width: 1560px) { 
	#header-flow .logo { display: block; width: 100%; text-align: center; }
	#header-flow .nav-container { display: block; }
	#header-flow .nav-container-menu { display: block; width: 100%; margin: 0px; }
	#header-flow nav { display: block; width: 100%; margin: 10px 0px; clear: both; text-align: center; }
	#header-flow .lang { position: absolute; top: -140px; right: -10px; }
}

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

@media only screen and (min-width: 1900px) { 
	.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 > .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: #FFFFFF; }
	#header-responsive:not(.active).header-scroll.nav-down[data-st="0"] { background: #FFFFFF; transition: all 200ms ease-out; }
	#header-responsive.header-scroll.nav-down[data-st="1"] { background: #FFFFFF; transform: translateY(0px); }
	#header-responsive.header-scroll.nav-up, #header-responsive.header-scroll.nav-down[data-st="0"] { background: #FFFFFF; transition: all 200ms ease-out; }
	#header-responsive.active { background: #FFFFFF; }
	#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 nav, #header-responsive .lang { position: relative; background: #FFFFFF; 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: 2.4rem; }

	#header-responsive .lang a { position: relative; display: block; width: 100%; text-align: center; margin: 0; padding: 2rem 3rem; line-height: 1em; font-size: 2.4rem; border: 0; background: 0; border-radius: 0; }
	#header-responsive nav .item.active a, #header-responsive .lang a.active { color: #C0000E; 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 .topmenu { position: relative; display: block; width: 100%; background: #F7F7F7; }
	#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: #000100; border: 0; overflow: hidden; }
	#menu-responsive-btn:hover, #lang-responsive-btn:hover { cursor: pointer; }
	#menu-responsive-btn:before { content: "\f0c9"; font-family: "Font Awesome 5 Pro"; font-weight: 300; font-size: 24px; position: absolute; display: block; width: 60px; height: 60px; line-height: 60px; right: 0px; top: 0px; text-align: center; color: #000100; 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: #000100; width: 60px; height: 60px; line-height: 60px; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; text-transform: uppercase; font-size: 20px; 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: #000100; box-shadow: 0 0; border: 0; height: 46px; padding-right: 52px; }
	.responsive-dropdown select option { color: #000100; background: #FFFFFF; font-size: 1.6rem; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: "Font Awesome 5 Pro"; font-weight: 300; 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: #000100; 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', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 1.8rem; color: #000100; background: #FFFFFF; padding: 20px; margin: 5px 0px; border-radius: 3px; }
	.view-services-toc .item a:hover { color: #000100; background: #E40000; }
	.view-services-toc .item a.active { color: #FFFFFF; background: #C0000E; }
	
	.view-magazine .grid .box.has-box-bg:before, .view-magazine.start-row-reverse > .grid:nth-child(even) > .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) > .box.has-box-bg:before, .view-magazine.start-row-reverse > .grid > .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: 480px) and (max-width: 820px) {
	.w-3, .w-4, .w-5, .w-6 { width: 50%; }
}

@media only screen and (min-width: 480px) { 
	.view-magazine .grid .box.has-linear-gradient-bg > .flex-item.img, .view-magazine .grid .box.has-box-bg > .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 > .grid > .box > .flex-item.caption { width: 100%; padding: 20px; }
	.view-magazine > .grid > .box:not(.has-box-bg) > .flex-item.img { width: 100%; min-height: 20vh; }
	.view-magazine > .grid > .box.has-box-bg > .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 { max-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%; display: flex; flex-direction: column; }

header { position: relative; flex: none; z-index: 102; }
footer { position: relative; flex: none; z-index: 61; min-height: 20vh; padding-top: 80px; margin-top: 80px; background: #FFFFFF; }
main { position: relative; flex: 1 0 auto; }
main > .component:first-child { padding-top: 10px; }
main > .component:last-child { padding-bottom: 70px; }

.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: 700; font-size: 1.6rem; color: #000100; background: #FFFFFF; line-height: 1em ;padding: 16px 20px; text-transform: uppercase; margin: 2px; border-radius: 3px; }
.paginate-table a i { margin-bottom: -2px; } 
.paginate-table a:hover { color: #FFFFFF; background: #E40000; }
.paginate-table a.active, .paginate-table span { color: #FFFFFF; background: #C0000E; }

/* Views */

.view-scenery > .component > .grid > .box.has-banner { padding: 0px; }
.view-scenery .banner { position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; height: 400px; min-height: 30vh; }
.view-scenery .banner .overlay  { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(26,25,30,0.4); z-index: 1; }
.view-scenery .banner .fixed-bg { position: fixed; top: 0; bottom: 0; width: 100%; 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: 800; 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', Helvetica, sans-serif; font-weight: 800; text-transform: none; color: #000100; 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: 6.4rem; font-weight: 400; color: #C0000E; background: #F7F7F7; border: 0px; text-align: center; line-height: 9.6rem; height: 9.6rem; width: 9.6rem; padding: 2.4rem; border-radius: 9.6rem; box-sizing: content-box; }
.view-odometers .number { position: relative; color: #000001; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 5.8rem; text-align: center; padding: 0px 0px 0px 0px; margin: 0; }
.view-odometers .caption { position: relative; color: #000100; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; 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: #F7F7F7; 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 40px 20px 20px; -webkit-transform-style: preserve-3d; border-radius: 6px; }
.view-faq .item .faq-a { position: relative; padding: 0px 20px 20px 20px; }
.view-faq .item .faq-q .ttl h2 { position: relative; display: inline-block; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; 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: #E40000; 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: #C0000E; }
.view-faq .item .faq-q:before { content: "\f067"; font-family: "Font Awesome 5 Pro"; font-weight: 300; font-size: 1.8rem; position: absolute; display: block; padding: 4px 6px; right: 10px; top: 16px; text-align: center; transition: all 100ms ease-in-out; }
.view-faq .item.active .faq-q:before { 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-around; align-items: stretch; align-content: stretch; }
.view-forwarders .item { position: relative; display: inline-block; flex: 1 1 0px; vertical-align: top; color: #FFFFFE; background: #E40000; padding: 1rem; border-radius: 3px; margin: 1rem; z-index: 1; transition: all 200ms ease-in-out; }
.view-forwarders .item .ttl, .view-forwarders .item .txt { color: #FFFFFF; transition: all 200ms ease-in-out; padding: 10px; }
.view-forwarders .item .ttl h2 { font-size: 2.4rem; font-weight: 700; text-transform: none; }
.view-forwarders .item .ttl h2 i { margin-right: 0.6em; }
.view-forwarders .item .txt { font-size: 1.8rem; margin-top: -18px; }
.view-forwarders .item:hover { color: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 5px #E40000; 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: 5rem 3rem; text-align: center; color: #000001; margin: auto; flex-shrink: 1; max-width: 90%; }
.view-testimonials .box .box-main .txt p { font-size: 1.8rem; font-family: 'Inter', Arial, sans-serif; font-weight: 400; text-transform: none; }
.view-testimonials .box .box-main:before { font-family: "Font Awesome 5 Pro"; font-weight: 300; content: "\f10d"; color: #E40000; font-size: 2.4rem; position: absolute; top: 5px; left: 5px; z-index: 1; }
.view-testimonials .box .box-main:after { font-family: "Font Awesome 5 Pro"; font-weight: 300; content: "\f10e"; color: #E40000; font-size: 2.4rem; position: absolute; bottom: 5px; right: 5px; z-index: 1; }
.view-testimonials .box .box-footer { position: relative; padding: 5rem 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', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 2.0rem; color: #000100; border-bottom: 1px solid #E40000; display: inline-block; vertical-align: top; padding: 0px 2rem .5rem 2rem; }
.view-testimonials .box .company { position: relative; font-weight: 400; font-size: 1.4rem; color: #000100; 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 #E40000; 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,.3); }
.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 .ttl { font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; color: #FFFFFF; font-size: 2.6rem; text-shadow: 0px 1px 4px rgba(0,0,0,.4); }
.view-cards .box .caption .ttl a { color: #FFFFFF; }
.view-cards .box .caption .txt, .view-cards .box .caption .txt p { color: #FFFFFF; font-size: 1.6rem; line-height: 1.4em; text-align: center; text-shadow: 0px 1px 4px rgba(0,0,0,.4); }
.view-cards .box .forward { position: absolute; left: 0; bottom: 1rem; right: 0; text-align: center; z-index: 2; }
.view-cards .box .forward a { }
.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.2), rgba(0,0,0,0.5)); 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 #E40000; transition: background 100ms linear, box-shadow 100ms linear; }
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	.view-cards > .grid.w-4:first-child:nth-last-child(3) { width: 100%; }
	.view-cards > .grid.w-4:first-child:nth-last-child(3) .box { padding-top: 50%; }
	.view-cards > .grid.w-4:nth-child(2):nth-last-child(2), .view-cards > .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: 480px) and (max-width: 820px) {
	.view-cards > .grid.w-4:first-child:nth-last-child(3), .view-cards > .grid.w-4:nth-child(2):nth-last-child(2), .view-cards > .grid.w-4:nth-child(3):nth-last-child(1) { width: 100%; }
	.view-odometers > .grid.w-4:first-child:nth-last-child(3) { width: 100%; }
	.view-odometers > .grid.w-4:nth-child(2):nth-last-child(2), .view-odometers > .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: 32px; 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: #FFFFFF; box-shadow: 0px 0px 0px 5px #E40000; transition: all 100ms ease-in-out; }

/* BX Slider carousel */

.slider-carousel-container { position: relative; visibility: hidden; }
.slider-carousel-container .bx-wrapper { position: relative; max-width: 100vw !important; 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: 640px) and (max-width: 1920px) { .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: 700; 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 1.2s ease-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-tag { position: absolute; left: 0; bottom: 0; }
.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 > 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: 700; text-decoration: underline; margin: 1rem; }
.ft-menu { position: relative; text-align: center; }
.ft-menu a { position: relative; display: inline-block; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 1.6rem; color: #000100; padding: 20px; margin: 0px; overflow: hidden; vertical-align: bottom; transition: all 500ms ease-in-out; }
.ft-menu a:hover { color: #E40000; transition: all 0ms ease-in-out; }
.ft-menu a.active { color: #C0000E; }
.ft-cookie-notice { position: relative; padding: 60px 0px 60px 0px; text-align: center; font-size: 1.2rem; font-weight: 400; color: #000100; }
.ft-cookie-notice a { color: #000100; text-decoration: underline; font-weight: 400; padding: 0px 10px; }
.ft-cookie-notice a:hover { color: #E40000; }
#ft-credits { position: absolute; bottom: 10px; width: 100%; text-align: center; color: #C0000E; }
#ft-credits a { font-size: .9rem; font-weight: 700; text-transform: uppercase; text-decoration: none; color: #000100; padding: 3px 6px; display: inline-block; margin: 0px 2px; border-radius: 3px; }
#ft-credits a:hover { color: #E40000; }
#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: #000100; font-family: 'Inter', Arial, sans-serif; font-weight: 400; font-size: 1.8rem; background: #FFFFFF; width: 100%; padding: 10px; border: 0; box-shadow: 0px 2px 0px 0px #EAEAEA; -webkit-appearance: none; outline: none; border-radius: 0px; }
select { position: relative; color: #000100; font-size: 1.6rem; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; opacity: 1; font-style: normal !important; background: #FFFFFF; width: 100%; padding: 10px; border: 0; box-shadow: 0px 2px 0px 0px #EAEAEA; -webkit-appearance: none; outline: none; border-radius: 0px; } 
textarea { color: #000100; font-family: 'Inter', Arial, sans-serif; font-weight: 400; font-size: 1.8rem; background: #FFFFFF; width: 100%; padding: 10px; border: 0; box-shadow: 0px 2px 0px 0px #EAEAEA; resize: vertical; -webkit-appearance: none; outline: none; border-radius: 0px; }
label, form .label { display: block; color: #000100; font-size: 1.6rem; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; }
label a { text-decoration: underline; font-weight: inherit; }
label:hover { cursor: pointer; }
::-webkit-input-placeholder { position: relative; color: #000100; font-size: 1.6rem; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; opacity: 1; font-style: normal !important; top: 0px; transition: top 100ms linear, color 100ms linear; }
:-ms-input-placeholder { position: relative; color: #000100; font-size: 1.6rem; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; opacity: 1; font-style: normal !important; top: 0px; transition: top 100ms linear, color 100ms linear; }
::placeholder { position: relative; color: #000100; font-size: 1.6rem; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; opacity: 1; font-style: normal !important; top: 0px; transition: top 100ms linear, color 100ms linear; }
input:focus::placeholder, textarea:focus::placeholder { color: transparent; top: -20px; font-size: 50%; transition: top 100ms linear, color 100ms linear; }
.frm-item { position: relative; padding: 10px 20px; }
.frm-input input:focus, .frm-sc input:focus, .frm-textarea textarea:focus, .frm-select select:focus { color: #000100; border-color: #E40000; box-shadow: 0px 2px 0px 0px #E40000; }
.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 5 Pro"; font-weight: 300; position: absolute; top: 10px; right: -14px; font-size: 1.0rem; content: "\f005"; color: #efefef; }
.frm-file.mandatory:before { font-family: "Font Awesome 5 Pro"; font-weight: 300; 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; text-align: center; }
.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 label { font-size: 1.6rem; padding-left: 4rem; }
.frm-checkbox input[type=checkbox] { display:none; }
.frm-checkbox input[type=checkbox] + label:before { position: absolute; left: 20px; font-family: "Font Awesome 5 Pro"; font-weight: 300; display: inline-block; width: 4rem; font-size: 2.4rem; content: "\f0c8"; color: #000100; vertical-align: top; margin-top: -.6rem; }
.frm-checkbox input[type=checkbox] + label:hover { color: #000001; }
.frm-checkbox input[type=checkbox]:checked + label { color: #000001; }
.frm-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #000001; }
.frm-radio { position: relative; }
.frm-radio label { font-size: 1.6rem; }
.frm-radio input[type=radio] { display:none; }
.frm-radio input[type=radio] + label:before { font-family: "Font Awesome 5 Pro"; font-weight: 300; display: inline-block; width: 4.0rem; font-size: 2.4rem; content: "\f0c8"; color: #000100; vertical-align: top; margin-top: -.6rem; }
.frm-radio input[type=radio] + label:hover { color: #000001; }
.frm-radio input[type=radio]:checked + label { color: #000001; }
.frm-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #000001; }
.frm-textarea textarea { min-height: calc(4em + 20px); }
.frm-sc .frm-sc-code { display: inline-block; color: #000001; font-family: 'Courier New', Courier, monospace; font-weight: 700; 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; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 1.6rem; color: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; border-radius: 4px; padding: 0rem 6rem; margin: 0; line-height: 5.6rem; height: 5.6rem; text-decoration: none; white-space: nowrap; z-index: 1; transition: all 200ms ease-in-out; }
input[type=submit]:hover, button:hover { cursor: pointer; color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; 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: #000100; }

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(26,25,30,0.4); z-index: 1; }
#theme-home-hero-content { position: relative; height: auto; min-height: calc(100vh - 210px); z-index: 101; display: flex; justify-content: center; align-items: center; }
#theme-home-hero, #theme-home-hero-placeholder, #theme-home-hero-slider { position: fixed; top: 0; bottom: 0; width: 100%; height: 100vh; z-index: -1; }
#theme-home-hero-placeholder .poster { position: absolute; top: 0; bottom: 0; width: 100%; 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-slider > .bx-slider, #theme-home-hero-slider > .bx-wrapper, #theme-home-hero-slider > .bx-wrapper > .bx-viewport, #theme-home-hero-slider > .bx-wrapper > .bx-viewport > .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: 100%; 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-caption { display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 310px); padding: 0px 0px 120px 0px; }
.theme-home-hero-caption-title { padding: 40px 10px; opacity: 0; animation: aa-ani-theme-hero-caption-title 1.8s ease-out; animation-fill-mode: forwards; text-align: center; }
.theme-home-hero-caption-title h1 { position: relative; display: inline-block; color: #FFFFFF; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 4vw; line-height: 1em; padding-bottom: 4rem; }
.theme-home-hero-caption-title h2 { position: relative; color: #FFFFFF; font-weight: 400; text-transform: none; font-size: 1.8vw; letter-spacing: .1vw; line-height: 1.4em; }
.theme-home-hero-caption-title p { position: relative; color: #FFFFFF; font-weight: 400; text-transform: none; font-size: 1.2vw; line-height: 1.4em; }
.theme-home-hero-caption-title p a { color: #FFFFFF; text-decoration: underline; }
.theme-home-hero-caption-title p a:hover { color: #E40000; }
.theme-home-hero-caption-forward { padding: 10px; margin-top: -20px; margin-bottom: 20px; text-align: center; z-index: 101; }
.theme-home-hero-caption-forward a { position: relative; display: inline-block; vertical-align: middle; max-width: 100%; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; font-size: 1.6rem; color: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; padding: 0rem 4rem; border-radius: 6px; margin: 0px 1rem 1rem 0px; line-height: 5.6rem; height: 5.6rem; text-decoration: none; white-space: nowrap; z-index: 1; transition: all 200ms ease-in-out; }
.theme-home-hero-caption-forward a i { font-size: 2.4rem; margin-left: 0; margin-left: 1rem; height: 5.6rem; line-height: 5.6rem; display: inline; float: right; }
.theme-home-hero-caption-forward a:hover { color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; }

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

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

@media only screen and (min-width: 1024px) {
	#theme-home-flow-btn { position: absolute; left: 50%; margin-left: -32px; bottom: 18px; text-align: center; width: 64px; height: 64px; line-height: 64px; background: #FFFFFF; border-radius: 64px; transition: all 200ms ease-in-out; box-shadow: 0px 5px 35px -15px #000100; z-index: 1; }
	#theme-home-flow-btn:before { font-family: "Font Awesome 5 Pro"; font-weight: 300; content: "\f078"; color: #000001; font-size: 32px; }
	#theme-home-flow-btn:hover { cursor: pointer; box-shadow: 0px 0px 0px 10px #FFFFFF; }
	.theme-home-hero-events .box { border-radius: 6px; overflow: hidden; transform: translate3d(120%,0%,0); animation: aa-ani-theme-hero-events .4s ease-in-out; animation-fill-mode: forwards; }
	@keyframes aa-ani-theme-hero-events { 0% { opacity: 0; transform: translate3d(80%,0%,0); } 100% { opacity: 1; transform: none; } }
	.theme-home-hero-events .box:nth-child(7n+1) { animation-delay: 0s; }
	.theme-home-hero-events .box:nth-child(7n+2) { animation-delay: 180ms; }
	.theme-home-hero-events .box:nth-child(7n+3) { animation-delay: 360ms; }
	.theme-home-hero-events .box:nth-child(7n+4) { animation-delay: 540ms; }
	.theme-home-hero-events .box:nth-child(7n+5) { animation-delay: 720ms; }
	.theme-home-hero-events .box:nth-child(7n+6) { animation-delay: 900ms; }
	.theme-home-hero-events .box:nth-child(7n) { animation-delay: 1080ms; }	
}

@media only screen and (max-width: 1024px) {
	#theme-home-hero-placeholder:before { background: rgba(26,25,30,0.6); }
	#theme-home-hero-content { min-height: calc(100vh - 60px); }
	.theme-home-hero-events, .theme-home-hero-news, .theme-home-hero-news-items .box { max-width: 100vw; width: auto; }
	.theme-home-hero-events .box.theme-home-hero-events-ttl { text-align: left; padding: 20px 20px 0px 0px; }
	.theme-home-hero-caption-title, .theme-home-hero-caption-forward { text-align: center; }
	.theme-home-hero-caption-title { padding: 4rem 10vw; }
	.theme-home-hero-caption-title h1:before { left: 30%; right: 30%; width: 40%; }
	.theme-home-hero-caption-title h1 { font-size: 5.6rem; line-height: 1em; padding-bottom: 2rem; }
	.theme-home-hero-caption-title h2 { font-size: 2.8rem; }
}

@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; }
	#theme-home-flow-btn { position: fixed; left: auto; right: 20px; bottom: 20px; }
}

@media only screen and (max-width: 640px) {
	.theme-home-hero-caption-title h1 { font-size: 3.2rem; }
	.theme-home-hero-caption-title h2 { font-size: 2.4rem; }
}


/* 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: #000100; background: #FFFFFF; border: 0px; box-shadow: 0px 0px 18px -18px #000100; border-radius: 2rem 0rem 0rem 2rem; }
.search-form .box button { position: relative; font-family: 'Inter', Arial, sans-serif; font-size: 48px; padding: 15px 20px; display: inline-block; vertical-align: top; margin-left: 0px; color: #FFFFFF; background: #000100; 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: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; 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: 700; 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: 700; font-style: italic; }
.autocomplete-selected { background: #EAEAEA; }
.autocomplete-suggestions strong { font-weight: 700; color: #000100; }
.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: #000100; 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: #000100; 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: 700; }
.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%; }
	.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: #000100; 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: #000100; 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-size: 1.8rem; font-weight: 700; }
.theme-items-for-tag-results .box .box-item .summary { clear: both; }

/* Theme footer */

/*
#theme-footer > .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 { background: #F7F7F7; }
#theme-footer { padding: 40px 0px; }
#theme-footer .box-item.ttl h2 { font-size: 2.8rem; }
#theme-footer .box-item.txt p { font-size: 1.4rem; }
#theme-footer .box-item.menu a { position: relative; display: block; font-size: 1.8rem; line-height: 1.8em; font-weight: 700; margin: 0px 0px 10px 0px; }
#theme-footer .box-item.menu a:hover { color: #E40000; }
#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 { box-shadow: 0 0; width: 6.8rem; height: 6.8rem; padding: 1.8rem; }
#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; 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:hover { color: #E40000; transition: all 100ms ease-in-out; }
#theme-footer .box-item.contact .item h6 a { position: relative; display: inline-block; vertical-align: middle; color: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; border-radius: 4px; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; 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: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; transition: all 100ms ease-in-out; }
#theme-footer .theme-ft-welcome img { max-height: 80px; margin: 0; }
#theme-footer .box-item.tags a { color: #000100; background: #FFFFFF; box-shadow: 0px 0px 0px 1px #000100; }
#theme-footer .box-item.tags a:hover { color: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E; }

@media only screen and (min-width: 820px) {
	.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 100%; }
	#theme-footer .grid.theme-ft-contact { order: -1; flex: 0 0 100%; }
	#theme-footer .box-item.theme-ft-logo img { height: 50px; width: auto; }
	#theme-footer .box-item.menu { text-align: left; }
	#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; }
	#theme-footer .box-item.ttl { text-align: left; }
}

/* Tapwagens Aerts Theme */

.theme-products .add-background { background: #FFFFFF; }
.theme-products { padding: 0px 20px; }
.theme-products .box { margin: 20px; height: calc(100% - 40px); }

.theme-ft-artwork-container { background: linear-gradient(130deg, #E40000, #836957); }

.theme-add-poly { clip-path: polygon(0% 10rem, 100% 0%, 100% calc(100% - 10rem), 0 100%); }
.theme-articles .box.add-background { box-shadow: 0px 0px 0px 0px #E40000; 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-home-welcometext .box.theme-welcometext-box:before { position: absolute; content: ""; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #F5A4A4; transform: rotate(-2deg); z-index: -1; }

.theme-countdown { position: relative; text-align: center; padding: 40px 10px; display: flex; justify-content: center; align-items: center; }

.theme-home-highlight { background: #FFFFFF; }
.theme-home-highlight .box { box-shadow: -6px 0px 0px 0px #E40000; }

.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%); }

.view-magazine.theme-home-media .box.has-box-bg:before, .view-magazine.theme-home-media.start-row-reverse > .grid:nth-child(even) > .box.has-box-bg:before, .view-magazine.theme-home-media .grid:nth-child(even) > .box.has-box-bg:before, .view-magazine.theme-home-media.start-row-reverse > .grid > .box.has-box-bg:before { background: rgba(0,0,0,.6); }
.view-magazine.theme-home-media > .grid > .box > .flex-item.caption { padding: 8rem 4rem; }
.view-magazine.theme-home-media .box .caption .flexbox-centering .box-item { text-align: center; }
.view-magazine.theme-home-media .box .forward a { color: #FFFFFE; background: transparent; box-shadow: 0px 0px 0px 2px #FFFFFE; padding: 0rem 4rem; border-radius: 6px; margin: 0px 1rem 1rem 1rem; line-height: 5.6rem; height: 5.6rem; text-decoration: none; white-space: nowrap; z-index: 1; transition: all 200ms ease-in-out; }
.view-magazine.theme-home-media .box .forward a i { font-size: 2.4rem; margin-left: 0; margin-right: 1rem; height: 5.6rem; line-height: 5.6rem; display: inline; float: left; }
.view-magazine.theme-home-media .linkable > .box:hover .forward a, .view-magazine.theme-home-media .box .forward a:hover { color: #0A0A0C; background: #FFFFFE; box-shadow: 0px 0px 0px 0px #FFFFFE; transition: all 100ms ease-in-out; }

.view-cards.theme-news-cards .box .caption { justify-content: flex-end; align-items: flex-start; align-content: flex-end; padding: .5rem; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0.8)); }
.view-cards.theme-news-cards .box .caption .box-item { padding: 1rem .5rem; text-align: left; }
.view-cards.theme-news-cards .box .caption .box-item.tags { padding-bottom: 0rem; }
.view-cards.theme-news-cards .box .caption .box-item.txt { padding-top: 0rem; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.theme-over-ons .caption .txt h2 { font-size: 5.6rem; }
.view-magazine.theme-over-ons .box.has-box-bg:before, .view-magazine.theme-over-ons.start-row-reverse > .grid:nth-child(even) > .box.has-box-bg:before, .view-magazine.theme-over-ons .grid:nth-child(even) > .box.has-box-bg:before, .view-magazine.theme-over-ons.start-row-reverse > .grid > .box.has-box-bg:before { background: rgba(0,0,0,.6); }

@media only screen and (hover:hover) {
	.theme-articles .linkable .box.add-background:hover { box-shadow: 0px 0px 0px 5px #E40000; transition: all 100ms ease-in-out; z-index: 2; }
}

@media only screen and (min-width: 1560px) {
	.view-cards.theme-news-cards .grid.item-1 .box, .view-cards.theme-news-cards .grid.item-6 .box { padding-top: 25%; min-height: 400px; }
	.view-cards.theme-news-cards .grid.item-2 .box, .view-cards.theme-news-cards .grid.item-5 .box { padding-top: 50%; min-height: 400px; }
	.view-cards.theme-news-cards .grid.item-3 .box, .view-cards.theme-news-cards .grid.item-4 .box { padding-top: 33.333333%; min-height: 400px; }
}

@media only screen and (min-width: 1240px) and (max-width: 1560px) {
	.view-cards.theme-news-cards .grid.item-1 .box, .view-cards.theme-news-cards .grid.item-6 .box { padding-top: 50%; }
	.view-cards.theme-news-cards .grid.item-2 .box, .view-cards.theme-news-cards .grid.item-5 .box { padding-top: 100%; }
	.view-cards.theme-news-cards .grid.item-3 .box, .view-cards.theme-news-cards .grid.item-4 .box { padding-top: 66.666666%; }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	.view-cards.theme-news-cards .grid.item-1 .box, .view-cards.theme-news-cards .grid.item-6 .box { padding-top: 75%; }
	.view-cards.theme-news-cards .grid.item-2 .box, .view-cards.theme-news-cards .grid.item-5 .box { padding-top: 150%; }
	.view-cards.theme-news-cards .grid.item-3 .box, .view-cards.theme-news-cards .grid.item-4 .box { padding-top: 100%; }
}

@media only screen and (min-width: 1024px) {
	.view-cards.theme-news-cards .grid.item-1, .view-cards.theme-news-cards .grid.item-6 { width: 66.666666%; }
	.view-cards.theme-news-cards .grid.item-2, .view-cards.theme-news-cards .grid.item-5 { width: 33.333333%; }
	.view-cards.theme-news-cards .grid.item-3, .view-cards.theme-news-cards .grid.item-4 { width: 50%; }
}

@media only screen and (max-width: 1024px) {
	.view-cards.theme-news-cards .grid { width: 50%; }
	.view-cards.theme-news-cards .grid .box { padding-top: 100%; }
	.view-cards.theme-news-cards.theme-event-news-cards .grid { width: 100%; }
	.view-cards.theme-news-cards.theme-event-news-cards .grid .box { padding-top: 40%; }
	.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) {
	.view-cards.theme-news-cards .grid { width: 100%; }
	.theme-over-ons .caption .txt h2 { font-size: 3.2rem; }
}

@keyframes aa-ani-theme-hero-caption-title { 0% { opacity: 0; transform: translate3d(0,10%,0); } 100% { opacity: 1; transform: none; } }

@media only screen and (min-width: 820px) and (hover: hover) { 
	.theme-banner .banner { background-attachment: fixed; } 
	.view-magazine.theme-over-ons > .grid > .box { background-attachment: fixed !important; }
}

@media only screen and (max-width: 820px) {
	/* #theme-home-hero-content { min-height: -webkit-fill-available; height: -webkit-fill-available; } */
	#theme-home-hero-slider .item { width: 100vw; height: 100vh; }
}

/* Theme basics */

.component-ttl { padding-top: 20px; }
.component-ttl .box > * { text-align: center; }
.component-ttl .box .ttl h4 { position: relative; display: block; font-size: 3.2rem; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; }
.component-ttl .box .ttl a { position: relative; display: inline-block; vertical-align: text-bottom; font-size: 1.6rem; color: #000001; padding: 0 .8rem; border-radius: 3px; line-height: 3.2rem; height: 3.2rem; font-weight: 700; text-decoration: underline; white-space: nowrap; }
.component-ttl .box .ttl a i { vertical-align: middle; text-decoration: none; margin-bottom: .2rem; margin-left: .5rem; }
.component-ttl .box .ttl a:hover { color: #E40000; }
.component-ttl .box .ttl a:hover i { color: #E40000; }
.component-ttl .box .box-item.txt { margin-top: -10px; }
.component-ttl .box .txt p { font-size: 1.8rem; }

.component.theme-add-main-padding { padding-top: 40px; }
.view-magazine > .grid > .box > .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: 800; text-transform: none; font-size: 3.2rem; padding-bottom: 3.2rem; }
.theme-welcometext .box .txt h1:before, .theme-welcometext .box .ttl h1:before, .main-article .box .ttl h1:before { position: absolute; content: ""; bottom: 30px; left: 0px; right: 0px; height: 3rem; background: #F5A4A4; z-index: -1; }
.theme-welcometext .box .txt h1, .theme-welcometext .box .ttl h1 { font-size: 7.2rem; }
.theme-welcometext .box .txt h2 { font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; text-transform: none; color: #000100; font-size: 2.4rem; }
.theme-welcometext .box .txt p { font-size: 1.8rem; line-height: 1.8em; }
.main-article .box .ttl h1:before { height: 1.4rem; }

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

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

.theme-assets .box { background: #FFFFFF; }
.theme-assets .box > * { 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: #000100; background: #F6F6F6; box-shadow: 0px 0px 0px 2px #F6F6F6; 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 .ttl h2 { color: #C0000E; }

@media only screen and (max-width: 1600px) {
	.theme-home-welcometext .box { padding: 8rem 8rem 8rem 8rem; }
	.theme-welcometext .box .txt h1, .theme-welcometext .box .ttl h1 { font-size: 5.6rem; }
}

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

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.theme-welcometext .box .txt h1:before, .theme-welcometext .box .ttl h1:before, .main-article .box .ttl h1:before { bottom: 3rem; height: 2.4rem; }
}

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

@media only screen and (min-width: 480px) {
	.main-article .box { padding: 4vw; }
}

@media only screen and (max-width: 640px) {
	.theme-welcometext .box .txt h1:before, .theme-welcometext .box .ttl h1:before, .main-article .box .ttl h1:before { bottom: 3rem; height: 1.5rem; }
	.theme-welcometext .box .txt h1, .theme-welcometext .box .ttl h1 { font-size: 3.2rem; }
	.theme-welcometext .box .txt h2 { font-size: 2rem; }
	.theme-welcometext .box .txt p { font-size: 1.8rem; }
	.theme-home-welcometext .box { padding: 4rem 4rem 16rem 4rem; }
	.component-ttl .box { padding: 20px 0px; margin: 10px 0px; }
	.component-ttl .box .ttl h4 { font-size: 2.4rem; }
}

@media only screen and (min-width: 820px) and (hover: hover) {
	.theme-grid-ani-fade-in .grid .box > 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 > div { animation-delay: 0s; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+2) .box > div { animation-delay: 50ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+3) .box > div { animation-delay: 100ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+4) .box > div { animation-delay: 150ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+5) .box > div { animation-delay: 200ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+6) .box > div { animation-delay: 250ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+7) .box > div { animation-delay: 300ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+8) .box > div { animation-delay: 350ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+9) .box > div { animation-delay: 400ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+10) .box > div { animation-delay: 450ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n+11) .box > div { animation-delay: 500ms; }
	.theme-grid-ani-fade-in .grid:nth-child(12n) .box > 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; }
}

/* Print */

@media print {
	header, footer, #breadcrumbs { 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: 32px; color: #FFFFFF; background: #E40000; box-shadow: 0px 0px 0px 0px #E40000; font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 800; 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: #FFFFFE; background: #C0000E; box-shadow: 0px 0px 0px 5px #C0000E;transition: all 100ms ease-in-out; }

/* Row Grid */

.row-grid-container { position: relative; width: 100%; }
*:not(.box-item) > .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 #E40000; }
.row-grid-item img:hover { background: #E40000; border: 6px solid #E40000; box-shadow: 0px 0px 0px 4px #E40000; 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: 820px) {	*:not(.box-item) > .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-Rubikpolation-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 & 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 5 Pro"; font-weight: 300; 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 5 Pro"; font-weight: 300; 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 5 Pro"; font-weight: 300; font-size: 24px; content: "\f00d"; }
        #cboxClose:hover { color: #FFFFFF; }

/*
	Countdown
	https://github.com/Dazix/SimpleCountDown
*/
		
.countDown__cont { font-family: Lato, 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: #f7f7f7; 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: #f7f7f7; }
.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; }
}

