

/* 

	 Rampage Open Air
	 2019 Always Awake bvba
	 Update 160725
	  
	 info@alwaysawake.be

	 Colors
	 	 
	 #fafafa 		text
	 #f9f9f9 		title
	 #ED6D90 		hyperlink
	 #CD1719 		hover
	 #ED6D91		active
	 #00190C		box bg
	 
	 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(//fonts.googleapis.com/css?family=Yantramanav:400,700,900);

@import url("src/fontawesome/v6.6.0/css/fontawesome.min.css");
@import url("src/fontawesome/v6.6.0/css/light.min.css");
@import url("src/fontawesome/v6.6.0/css/brands.min.css");

/* Cookiebar v3 */

#aa-cookiebar { display: none; }
#aa-cookiebar-cn { position: fixed; bottom: 0; left: 0; right: 0; background: #e1e1e1; font-size: 15px !important; color: #1f1f1f; padding: 5px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: center; align-content: stretch; z-index: 999; }
#aa-cookiebar-msg { flex: 1; margin-right: 2em; margin-left: 10px; font-family: Arial, sans-serif; font-weight: 400; }
#aa-cookiebar-msg a { color: #1f1f1f; font-weight: 700; text-decoration: underline; }
#aa-cookiebar-btn { margin: 0px; text-align: center; }
#aa-cookiebar-btn a { position: relative; display: inline-block; vertical-align: middle; padding: 0.7em 2em; margin: 0px 0px 0px 4px; min-width: 100px; font-family: Arial, sans-serif; font-weight: 700; color: #fefefe; background: #0a9ddf; border-radius: 3px; -webkit-border-radius: 3px; }
#aa-cookiebar-btn a:first-child { background: 0; color: #1f1f1f; text-decoration: underline; }
#aa-cookiebar-btn a:hover { opacity: 0.8; cursor: pointer; }

@media only screen and (max-width: 680px) {
	#aa-cookiebar-cn { font-size: 12px !important; -webkit-text-size-adjust: none; text-size-adjust: none; }
	#aa-cookiebar-cn > * { flex: 1 100%; }
	#aa-cookiebar-msg { margin: 5px 10px 10px 10px; }
	#aa-cookiebar-btn a { margin: 0px 2px; }
}

/* 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: 16px; background: #14B9D6; color: #fefefe; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-transform: uppercase; }
#myti-preview-header p:before { content: "\f135"; font-family: "Font Awesome 6 Pro"; font-weight: 400; 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.6); z-index: -1; display: none; }
#overlay.active { display: block; z-index: 100; }
#overlay.active.z-index-200 { display: block; z-index: 200; }

html { color: #fefefe; font-family: 'Yantramanav', sans-serif; font-weight: 400; width: 100%; margin: 0px; padding: 0px; height: 100%; }
body { margin: 0px; padding: 0px; height: 100%; min-height: 100%; overflow-y: scroll; overflow-x: hidden; background: #010101; }

img { border: 0; display: block; }
h1, h2, h3, h4, p, a { padding: 0; margin: 0; font-weight: 400; }
b, strong { font-weight: 700; }
button:hover, .linkable:hover { cursor: pointer; }
td { vertical-align: top; }
.responsive-show { display: none; }
.nowrap { white-space: nowrap; }
.display-none { display: none; }
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.float-right { float: right; }
a {	color: #ffffff;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover { color: #CD1719; }

/* Header */

#header-responsive { position: fixed; width: 100%; z-index: 102; background: #010101; min-height: 20px; display: none; border-bottom: 0; }
#header-fixed { position: fixed; top: 0; width: 100%; z-index: 102; background: #010101; display: none; height: 60px; overflow: hidden; }
#header-flow { position: relative; width: 100%; min-height: 80px; text-align: center; vertical-align: top; z-index: 102; }

.menu { position: relative; text-align: right; padding: 0px; }
.menu a { position: relative; display: inline-block; font-family: 'Yantramanav', sans-serif; font-weight: 900; text-transform: uppercase; font-size: 18px; color: #fefefe; padding: 19px; margin: 0px; overflow: hidden; vertical-align: bottom; letter-spacing: 0px; transition: all 500ms ease-in-out; }
.menu a:hover { color: #CD1719; transition: all 0ms ease-in-out; }
.menu a.active { color: #ED6D91; }
.lang { position: relative; text-align: right; padding: 0px; }
.lang a { position: relative; display: inline-block; font-family: 'Yantramanav', sans-serif; font-weight: 900; text-transform: uppercase; font-size: 18px; color: #fefefe; padding: 19px; margin: 0px; overflow: hidden; vertical-align: bottom; letter-spacing: 0px; }
.lang a:hover { color: #CD1719; background: 0; }
.lang a.active { color: #ED6D91; }
.logo { position: relative; padding: 0px; float: left; margin: 0px; }

#header-flow .menu { position: relative; display: block; width: 100%; text-align: center; padding: 0px; background: #010101; box-sizing: border-box; -webkit-box-sizing: border-box; }
#header-flow .menu a { padding: 19px 16px; }
#header-flow .logo { position: relative; display: inline-block; float: left; width: auto; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 10px; text-align: center; }
#header-flow .logo img { display: inline-block; vertical-align: top; width: auto; max-width: 100%; max-height: 150px; padding: 0px; }
#header-flow .date { position: relative; display: inline-block; float: right; width: auto; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 10px; text-align: center; }
#header-flow .date img { display: inline-block; vertical-align: top; width: auto; max-width: 100%; max-height: 150px; padding: 0px; }

@media only screen and (min-width: 1480px) { .body-home #header-flow .logo img, .body-home #header-flow .date img { max-height: 100%; } }

#header-flow .menu a:nth-child(2), #header-fixed .menu a:nth-child(2), #header-responsive .menu .item:nth-child(2) { color: #fefefe; background: #ED6D90; }
#header-flow .menu a:nth-child(2):hover, #header-fixed .menu a:nth-child(2):hover, #header-flow .menu a.active:nth-child(2), #header-fixed .menu a.active:nth-child(2) { color: #fefefe; background: #CD1719; }

#header-flow .header-top { position: relative; display: block; width: 100%; text-align: center; padding: 5px 10px; background: rgba(25,19,21,1); box-sizing: border-box; -webkit-box-sizing: border-box; }
#header-flow .header-top .header-top-dateloc { position: relative; float: left; font-family: 'Yantramanav', sans-serif; font-weight: 900; text-transform: uppercase; font-size: 14px; color: #fefefe; }
#header-flow .header-top .header-top-social { position: relative; float: right; }
#header-flow .header-top .header-top-social a { color: #fefefe; font-size: 14px; padding: 5px 10px; }

#header-fixed .menu { margin: 0px; float: right; margin-right: 20px; overflow: hidden; }
#header-fixed .menu a { font-size: 16px; padding: 20px 6px; font-weight: 700; }
#header-fixed .logo img { position: relative; display: inline-block; vertical-align: top; width: auto; height: 50px; padding: 5px 10px; }

#action { position: relative; background: #ED6D91; }
#action .centerize .box { text-align: center; color: #fafafa; }
#action .centerize .box h1 { color: #fafafa; }

#breadcrumbs { position: relative; background: rgba(255,255,255,0.95); margin-bottom: 30px; }
#breadcrumbs .box { text-align: left; padding: 10px 10px; }
#breadcrumbs .box a { position: relative; display: inline-block; vertical-align: top; padding: 4px 10px; font-size: 15px; color: #f9f9f9;  }
#breadcrumbs .box a:hover { color: #CD1719; }
#breadcrumbs .box a i { position: relative; display: inline-block; font-size: 80%; top: -1px; margin-right: 6px; } 
#breadcrumbs .box a:not(:first-child):before { position: relative; display: inline-block; content: "\f105"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 80%; top: -1px; left: -10px; }

@media only screen and (min-width: 1600px) { 
	#header-flow .menu a { padding: 19px 16px; margin: 0px 10px; }
}
@media only screen and (min-width: 1600px) {
	#header-fixed .menu a, #header-flow .menu a { padding: 20px 16px; }
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {	
	#header-fixed .menu a { font-size: 16px; padding: 20px 16px; display: none; }
	#header-fixed .menu a:first-child, #header-fixed .menu a:nth-child(2) { display: inline-block; } 
	#header-flow .menu a { padding: 19px 8px; }
}

/* Facebook Page Plugin */

#fb-page-msg-icon { position: fixed; bottom: 10px; right: 10px; text-align: center; padding: 5px 10px; background: #0084FF; -webkit-border-radius: 24px; -webkit-border-bottom-right-radius: 0; border-radius: 24px; border-bottom-right-radius: 0; z-index: 99; }
#fb-page-msg-icon:hover { cursor: pointer; animation: shake 1s ease-in; -webkit-animation: shake 1s ease-in; }
#fb-page-msg-icon:before { position: relative; display: inline-block; content: "\f09a"; font-family: "Font Awesome 6 Pro"; font-weight: 400; color: #fefefe; font-size: 24px; padding: 10px; }
#fb-page-msg-cn { position: fixed; bottom: 10px; right: 10px; padding: 25px 0px; box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 320px; width: 300px; background: #fefefe; -webkit-border-radius: 24px; -webkit-border-bottom-right-radius: 0; border-radius: 24px; border-bottom-right-radius: 0; z-index: 201; box-shadow: 0px 0px 100px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 100px rgba(0,0,0,0.4); display: none; }
#fb-page-msg-cn .close { position: absolute; top: -28px; right: -8px; }
#fb-page-msg-cn .close:hover { cursor: pointer; }
#fb-page-msg-cn .close:before { position: relative; display: block; content: "\f00d"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 24px; width: 24px; height: 24px; text-align: center; color: #333; background: #fefefe; padding: 10px; border-radius: 50%; -webkit-border-radius: 50%; } 

@media only screen and (max-width: 820px) {
	#fb-page-msg-cn { position: absolute; top: 30px; right: 10px; bottom: 10px; width: 340px; }
}

/* 960 Grid */

.centerize { position: relative; margin: 0 auto; padding: 0px 10px; width: 960px; text-align: center; vertical-align: top; }
.grid-160, .grid-240, .grid-320, .grid-400, .grid-480, .grid-560, .grid-640, .grid-720, .grid-960 { position: relative; float: none; display: inline-block; vertical-align: top; }
.grid-160 { width: 160px; }
.grid-240 { width: 240px; }
.grid-320 { width: 320px; }
.grid-400 { width: 400px; }
.grid-480 { width: 480px; }
.grid-560 { width: 560px; }
.grid-640 { width: 640px; }
.grid-720 { width: 720px; }
.grid-800 { width: 800px; }
.grid-880 { width: 880px; }
.grid-960 { width: 960px; }

.box { position: relative; padding: 10px; text-align: left; }
.add-margin { margin: 20px; }
.add-shadow { }
.add-background.light { position: relative; background: #fefefe; }
.add-background.dark { position: relative; background: #00190C; }
.box.with-read-more { padding-bottom: 48px; }
.box.cta { padding-bottom: 90px; }
.linkable .box.add-background.light:hover .ttl h1 a { color: #CD1719; }

.box .ttl, .box .txt { position: relative; padding: 10px 10px; margin: 0px; }
.box .social, .box .img, .box .forward, .box .share, .box .google-map, .box .iframe-tickets, .box .scl { position: relative; padding: 10px; margin: 0px; }

.box .ttl h1 { font-size: 24px; line-height: 1em; text-transform: uppercase; }
.box .ttl h1, .box .ttl h1 a { font-family: 'Yantramanav', sans-serif; font-weight: 900; color: #f9f9f9; position: relative; }
.box .ttl h1 a:hover { color: #CD1719; }
.box .ttl h1 a i { position: relative; margin-right: 0.5em; vertical-align: top; top: 0px; transition: top 100ms ease-in-out; }
.box .ttl h1 a:hover i { top: -6px; transition: top 100ms ease-in-out; }
.box .ttl.centered h1 { text-align: center; }
.grid-960 > .box .ttl h1 { font-size: 36px; }
.grid-320 > .box .ttl h1 { font-size: 20px; }

.box .txt h1, .box .txt h2, .box .txt h3, .box .txt h4, .box .txt p { margin-bottom: 20px; line-height: 1.2em; font-weight: 400; }
.box .txt h1 { font-size: 36px; font-weight: 700; }
.box .txt h2, .box .txt h2 a { font-size: 28px; font-weight: 700; }
.box .txt h3, .box .txt h3 a { font-size: 20px; font-weight: 700; color: #CD1719; }
.box .txt h4, .box .txt h4 a { font-size: 18px; }
.box .txt, .box .txt p { font-size: 16px; line-height: 1.4em; }
.box .txt p:last-child { margin-bottom: 0; }
.box .txt p a { font-weight: 400; }
.box .txt table { width: 100%; border-collapse: collapse; }
.box .txt table thead td { font-weight: 700; font-size: 18px; }
.box .txt table td { padding: 5px; }
.box .txt.centered { text-align: center; }
.box .txt .text-center { text-align: center; }

.box .txt ul { list-style-type: none; padding: 0px; text-align: left; }
.box .txt li { position: relative; padding: 0px 5px 10px 24px; }
.box .txt li:before { position: absolute; left: 0px; top: -1px; content: "\f105"; font-family: "Font Awesome 6 Pro"; font-weight: 400; color: #ED6D90; font-size: 15px; }
.box .txt li a { font-weight: 400; }

.box .img { position: relative; margin: 0px; }
.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: -32px; margin-left: -32px; color: #fefefe; content: "\f16a"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 64px; }
.box.has-float-img > .img { position: relative; float: right; max-width: 30%; }

.box .ytb, .box .vmo {  position: relative; padding-bottom: 54.25%; padding-top: 10px; margin: 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 .social { text-align: center; }
.box .social .icon { position: relative; text-align: center; display: inline-block; margin: 10px; }
.box .social .icon i { display: inline-block; font-size: 32px; color: #010101; background: #fefefe; box-shadow: 0px 0px 0px 4px #010101; text-align: center; width: 40px; height: 40px; line-height: 40px; padding: 20px; border-radius: 40px; -webkit-border-radius: 40px; transition: all 200ms ease-in-out; }
.box .social .icon:hover i { color: #fefefe; background: #CD1719; box-shadow: 0px 0px 0px 7px #CD1719; transition: all 100ms ease-in-out; }

.box .fb-embedded-post { position: relative; width: 100%; margin: 0 auto 10px auto; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; }

.files { position: relative; text-align: left; margin: 5px; width: 100%; }
.files .item { position: relative; display: inline-block; vertical-align: top; margin: 5px; min-width: 30%; }
.files .item a { position: relative; color: #fefefe; background: #ED6D90; box-shadow: 0px 0px 0px 4px #010101; display: block; margin-top: 4px; min-height: 28px; overflow: hidden; text-align: left; padding: 0; border-radius: 3px; -webkit-border-radius: 3px; }
.files .item a .filename { position: relative; padding: 4px 10px 2px 44px; font-size: 21px; font-weight: 400; text-transform: none; }
.files .item a .fileext { position: relative; font-size: 10px; padding: 0px 0px 6px 45px; font-weight: 700; text-align: left; }
.files .item a i { position: absolute; left: 0px; top: 0px; border-right: 1px solid rgba(255,255,255,0.2); width: 24px; text-align: center; color: #fefefe; font-size: 25px; padding: 15px 5px; }
.files .item:hover a i { color: #fefefe; border-right: 1px solid rgba(255,255,255,0.2); }
.files .item:hover a { color: #fefefe; background: #CD1719; box-shadow: 0px 0px 0px 7px #CD1719; }

.google-map { width: 100%; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; }
.google-map iframe { width: 100%; height: 300px; display: block; }

.iframe-tickets { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 700px; display: inline-block; vertical-align: top; z-index: 11; }

.box .forward { position: absolute; text-align: center; bottom: 0px; left: 0px; right: 0px; }
.box .forward a { position: relative; display: inline-block; vertical-align: top; color: #fefefe; background: #ED6D90; box-shadow: 0px 0px 0px 4px #010101; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 16px; text-transform: uppercase; padding: 9px 32px 7px 12px; border-radius: 18px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; border-radius: 0px; }
.box .forward a i { margin-right: .5em; }
.box .forward a:before { font-family: "Font Awesome 6 Pro"; font-weight: 400; content: "\f105"; font-size: 20px; color: #fefefe; position: absolute; right: 10px; top: 50%; margin-top: -11px; z-index: -1; transition: right 100ms ease-in-out; }
.box .forward a:hover, .linkable > .box:hover .forward a { color: #fefefe; background: #CD1719; box-shadow: 0px 0px 0px 7px #CD1719; transition: all 0ms ease-in-out; }
.box .forward a:hover:before, .linkable > .box:hover .forward a:before { color: #fefefe; right: 5px; font-size: 29px; margin-top: -16px; transition: right 100ms ease-in-out; }

.box .cta, .box h6 { position: relative; text-align: center; padding: 10px 0px; }
.box .cta a, .box h6 a { position: relative; display: inline-block; vertical-align: top; color: #fefefe; background: #ED6D90; box-shadow: 0px 0px 0px 4px #010101; text-align: center; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 22px; text-transform: uppercase; padding: 20px; min-width: 50%; border-radius: 18px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; text-decoration: none; }
.box .cta a i { position: relative; display: inline-block; vertical-align: middle; color: #fefefe; margin-right: 15px; margin-top: -5px; }
.box .cta a:hover, .box h6 a:hover { color: #fefefe; background: #CD1719; box-shadow: 0px 0px 0px 7px #CD1719; transition: all 100ms ease-in-out; }
.box .cta a:hover i { color: #fefefe; }

.box .share .fb-share-button { min-width: 56px; overflow: hidden; }
.box .share .item { display: inline-block; margin-left: 10px; vertical-align: bottom; }
.box .share .item.mailto { }
.box .share .item.mailto a { position: relative; top: -6px; border-radius: 2px; -webkit-border-radius: 2px; padding: 2px 8px; font-size: 12px; font-weight: 700; background: #ED6D90; color: #fefefe; }
.box .share .item.mailto a:before { position: relative; display: inline-block; content: "\f003"; font-family: "Font Awesome 6 Pro"; font-weight: 400; color: #fefefe; font-weight: 400; font-size: 12px; margin-right: 8px; top: -1px; }
.box .share .item.mailto a:hover { background: #CD1719; }

/* 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; }
main { position: relative; flex: 1 0 auto; z-index: 1; }

.clear { clear: both; }

.paginate-table { clear: both; position: relative; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0px; z-index: 1; text-align: center; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 700; font-size: 16px; color: #fefefe; background: #ED6D90; line-height: 1em ;padding: 16px 20px; text-transform: uppercase; margin: 2px; border-radius: 3px; -webkit-border-radius: 3px; }
.paginate-table a i { margin-bottom: -2px; } 
.paginate-table a:hover { color: #fefefe; background: #CD1719; }
.paginate-table a.active, .paginate-table span { color: #fefefe; background: #ED6D91; }

/* Background slider */

.background-slider-container { position: relative; width: 100%; height: 100%; background: #f9f9f9; }
#background-slider-forward-dest { position: relative; margin-bottom: 60px; }

.background-slider-fixed { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.background-slider { position: relative; width: 100%; height: 100%; }
.background-slider .item { position: relative; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.background-slider-fixed .item .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.4); z-index: 60; }
.background-slider-fixed .item .caption { position: absolute; bottom: 20%; left: 10%; box-sizing: border-box; -webkit-box-sizing: border-box; width: 80%; text-align: left; z-index: 61; }
.background-slider-fixed .item .caption h1 { font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 96px; position: relative; color: #fefefe; text-transform: uppercase; margin: 0 0 25px -5px; line-height: 0.85em; padding: 0px; word-wrap: break-word; z-index: 61; }
.background-slider-fixed .item .caption h1 a { font-weight: 400; font-size: 92px; color: #fefefe; position: relative; display: inline; line-height: 1em; vertical-align: middle; margin: 0px; padding: 0px; background: #ED6D90; box-shadow: 5px 2px 0px #ED6D90, 5px -2px 0px #ED6D90, -5px 2px 0px #ED6D90, -5px -2px 0px #ED6D90; }
.background-slider-fixed .item .caption h2 { clear: both; position: relative; display: inline-block; color: #131B24; font-size: 18px; padding: 10px; line-height: 1.4em; font-weight: 400; vertical-align: top; background: #F5F6F7; box-shadow: 5px 2px 0px #F5F6F7, 5px -2px 0px #F5F6F7, -5px 2px 0px #F5F6F7, -5px -2px 0px #F5F6F7; border-radius: 18px; }
.background-slider-fixed .item .caption h2:before { font-family: "Font Awesome 6 Pro"; font-weight: 400; content: "\f245"; position: absolute; top: -18px; left: 10px; font-size: 42px; color: #F5F6F7; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); z-index: -1; }
.background-slider-fixed .item .caption .cta { position: relative; padding: 20px 10px 10px 10px; }
.background-slider-fixed .item .caption .cta a { position: relative; display: inline-block; padding: 20px 24px; border-radius: 3px; -webkit-border-radius: 3px; background: #ED6D90; color: #fefefe; font-family: 'Yantramanav', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; }
.background-slider-fixed .item .caption .cta a i { position: relative; display: inline-block; vertical-align: middle; font-size: 150%; margin-left: 15px; margin-top: -5px; }
.background-slider-fixed .item .caption .cta a:hover { background: #CD1719; }

.background-slider-fixed .forward {  position: absolute; bottom: 0; left: 50%; margin-left: -56px; width: 92px; text-align: center; z-index: 100; animation: ani-forward 1.2s ease-in-out infinite; -webkit-animation: ani-forward 1.2s ease-in-out infinite; } 
.background-slider-fixed .forward a { position: relative; display: inline-block; vertical-align: bottom; color: #fefefe; font-size: 72px; padding: 20px; }
@keyframes ani-forward { 0%,100% { transform: translate3d(0px,10px,0); } 50% { transform: translate3d(0px,-10px,0); } }
@-webkit-keyframes ani-forward { 0%,100% { -webkit-transform: translate3d(0px,10px,0); } 50% { -webkit-transform: translate3d(0px,-10px,0); } }

/* Views */

.view-toc .holds-menu { position: relative; }
.view-toc .holds-menu .box { text-align: right; padding-top: 50px; }
.view-toc .holds-menu .box .item { position: relative; margin: 0px -10px 18px 0px; clear: both; }
.view-toc .holds-menu .box .item a { position: relative; display: inline; vertical-align: top; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #fefefe; background: #ED6D90; box-shadow: 20px 10px 0 #ED6D90, -10px 10px 0 #ED6D90, 20px -10px 0 #ED6D90, -10px -10px 0 #ED6D90; box-decoration-break: clone; border-top-left-radius: 3px; border-bottom-left-radius: 3px; transition: all 200ms ease-in-out; }
.view-toc .holds-menu .box .item a:after { position: absolute; content: ""; right: -20px; top: -10px; bottom: -10px; width: 3px; background: rgba(0,0,0,0.1); } 
.view-toc .holds-menu .box .item a:hover { background: #CD1719; box-shadow: 20px 10px 0 #CD1719, -10px 10px 0 #CD1719, 20px -10px 0 #CD1719, -10px -10px 0 #CD1719; transition: all 0ms ease-in-out; }
.view-toc .holds-menu .box .item.active a { background: #ED6D91; box-shadow: 20px 10px 0 #ED6D91, -10px 10px 0 #ED6D91, 20px -10px 0 #ED6D91, -10px -10px 0 #ED6D91; }
.view-toc .holds-menu .box .item.active a:before { position: absolute; content: ""; right: -15px; top: 50%; transform: translateY(-50%); font-family: "Font Awesome 6 Pro"; font-weight: 400; content: "\f105"; display: block; color: #fefefe; } 
.view-toc .holds-item .extra-img .img { margin-bottom: 20px; }
.view-toc .holds-item .box table { border-collapse: collapse; font-weight: 400 !important; }
.view-toc .holds-item .box table td { padding: 10px; border: 1px solid #d4d4d4; }
.view-toc .holds-item .box table tr td:first-child { font-weight: 400 !important; }
.view-toc .paginate-table { text-align: right; padding: 10px 0px; margin-right: -10px; }
.view-toc .paginate-table a, .view-toc .paginate-table span { font-size: 16px; padding: 12px 14px; border-radius: 0px; -webkit-border-radius: 0px; }

.view-scenery .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; }
.view-scenery .banner .overlay  { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.2); z-index: 1; }
.view-scenery .banner .img { display: none; }
.view-scenery .banner .caption { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0px 20px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; z-index: 2; }
.view-scenery .banner .caption h3 { position: relative; display: inline-block; vertical-align: middle; color: #fefefe; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 48px; line-height: 0.9em; text-transform: uppercase; letter-spacing: 2px; padding: 0px; }
/* .view-scenery .box.has-media { margin: 10px 10px -30px 10px; } */

.view-odometers { position: relative; padding: 20px 0px; background: #E9ECEF; margin: 20px 0px 30px 0px; }
.view-odometers .icon { position: relative; text-align: center; margin: 0px; }
.view-odometers .icon i { position: relative; display: inline-block; font-size: 64px; font-weight: 400; color: #fafafa; background: #F5F6F7; border: 1px solid #DADEE2; text-align: center; width: 64px; padding: 48px; border-radius: 64px; -webkit-border-radius: 64px; }
.view-odometers .number { position: relative; color: #ED6D90; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 96px; text-align: center; text-transform: uppercase; padding: 10px 0px 0px 0px; margin: 0; }
.view-odometers .caption { position: relative; color: #f9f9f9; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 24px; text-align: center; text-transform: uppercase; padding: 0px 0px 10px 0px; margin: 0; }

.view-form-top { position: relative; }
.view-form-top .box { margin: 0px 20px; }
.view-form-top .box .ttl { text-align: left; color: #f9f9f9; padding-top: 0px; }
.view-form-top .box .ttl h1 { clear: both; position: relative; display: inline; color: #fefefe; font-size: 18px; padding: 0px; text-transform: uppercase; letter-spacing: 2px; font-weight: 400; vertical-align: top; background: #f9f9f9; box-shadow: 10px 5px 0px #f9f9f9, 10px -5px 0px #f9f9f9, -10px 5px 0px #f9f9f9, -10px -5px 0px #f9f9f9; -webkit-box-shadow: 10px 5px 0px #f9f9f9, 10px -5px 0px #f9f9f9, -10px 5px 0px #f9f9f9, -10px -5px 0px #f9f9f9; }
.view-form-top .box .txt { color: #fafafa; padding: 10px 20px 0px 20px; }
.view-form .box { margin: 0px 40px; text-align: left; }
.view-form .ttl { padding: 10px; }
.view-form .ttl h1 { position: relative; color: #f9f9f9; font-size: 32px; padding: 10px; text-transform: uppercase; font-weight: 400; }
.view-form .txt { }
.view-form .box .desc { text-align: right; padding: 0px 20px 10px 20px; margin-top: -10px; }
.view-form-submit-txt { position: relative; text-align: center; }
.view-form-submit-txt .item { position: relative; margin-top: -20px; display: inline-block; padding: 6px 8px; color: #f9f9f9; background: #E8E8E8; vertical-align: bottom; border-radius: 18px; text-align: center; }
.view-form-submit-txt .item:before { content: "\f052"; position: absolute; top: -16px; left: 50%; margin-left: -16px; font-size: 32px; font-family: "Font Awesome 6 Pro"; font-weight: 400; color: #E8E8E8; }
.view-form-submit-txt p { margin: 0px !important; padding: 0px; font-weight: 700; }

.view-picturefolders { position: relative; text-align: center; }
.view-picturefolders .box .img img { width: 100%; height: auto; }

.view-faq { position: relative; } 
.view-faq .item { position: relative; margin: 0px 0px 10px 0px; }
.view-faq .item:last-child { margin-bottom: 0px; }
.view-faq .item.active { border-radius: 6px; }
.view-faq .item .faq-q, .view-faq .item .faq-a { position: relative; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; }
.view-faq .item .faq-q { -webkit-transform-style: preserve-3d; border-radius: 6px; }
.view-faq .item .faq-q .ttl h2 { position: relative; display: inline-block; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 18px; color: #f9f9f9; transition: all 200ms ease-in-out; }
.view-faq .item .faq-q:hover { cursor: pointer; }
.view-faq .item .faq-q:hover .ttl h2 { color: #CD1719; 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: #fafafa; }
.view-faq .item .faq-q:before { content: "\f054"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 16px; position: absolute; display: block; padding: 18px 6px; right: 0px; top: 0px; width: 41px; text-align: center; color: #fafafa; transition: all 100ms ease-in-out; }
.view-faq .item.active .faq-q:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); transition: all 100ms ease-in-out; }
.view-faq .item .faq-a { display: none; }

.view-forwarders { position: relative; text-align: center; padding: 10px 10px 10px 10px; }
.view-forwarders .item { position: relative; display: inline-block; vertical-align: top; color: #fefefe; background: #ED6D90; box-shadow: 0px 0px 0px 4px #010101; font-family: 'Yantramanav', sans-serif; font-weight: 900; text-transform: uppercase; padding: 18px; box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 18px; margin: 10px; z-index: 1; transition: all 200ms ease-in-out; }
.view-forwarders .item .ttl, .view-forwarders .item .txt { color: #fefefe; transition: all 200ms ease-in-out; padding: 10px; }
.view-forwarders .item .ttl h2 { font-size: 24px; font-family: 'Yantramanav', sans-serif; font-weight: 900; }
.view-forwarders .item .ttl h2 i { margin-right: 0.6em; }
.view-forwarders .item .txt { font-size: 18px; }
.view-forwarders .item:hover { color: #fefefe; background: #CD1719; box-shadow: 0px 0px 0px 7px #CD1719; transition: all 100ms ease-in-out; }
.view-forwarders .item:hover .ttl, .view-forwarders .item:hover .txt { color: #fefefe; transition: all 100ms ease-in-out; }

/* Countdown */

@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');
.view-countdown { position: relative; text-align: center; }
.view-countdown .box .ttl { text-align: center; }
.view-countdown .box .ttl h1 { color: #fafafa; }
.view-countdown .box .counter { position: relative; font-weight: 700; font-size: 96px; color: #fefefe; text-transform: uppercase; padding: 0px; margin: 0; line-height: 1em; text-align: center; }
.view-countdown .box .counter .div { display: none; }
.view-countdown .box .counter .number { position: relative; display: inline-block; width: 18%; text-align: center; background-size: 375px auto; font-family: 'Inconsolata', monospace; font-weight: 700; text-transform: lowercase; padding: 20px 0px 50px 0px; margin: 0px .2em; border-radius: 10px; -webkit-border-radius: 10px; }
.view-countdown .box .counter .number .name { display: block; position: absolute; bottom: -30px; text-align: center; font-size: 20%; font-family: 'Yantramanav', sans-serif; font-weight: 900; text-transform: uppercase; padding: 0; margin: 0; width: 100%; text-shadow: 0px 2px #fafafa; }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.view-countdown .box .counter { font-size: 72px; }		
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	.view-countdown .box .counter { font-size: 72px; }
	.view-countdown .box .counter .number { padding: 10px 0px 30px 0px; }
	.view-countdown .box .counter .number .name { bottom: -20px; }
}

@media only screen and (max-width: 820px) {
	.view-countdown .box .counter { font-size: 52px; }
	.view-countdown .box .counter .number { padding: 10px 0px 30px 0px; width: 21%; margin: 0px 5px; }
	.view-countdown .box .counter .number .name { bottom: -5px; }
}

@media only screen and (max-width: 480px) {
	.view-countdown .box .counter { font-size: 36px; }
}

/* Masonry */

.masonry-container { margin: 0 auto; width: 100% !important; }

/* Animations */

.aa-ani-showtime { animation: aa-ani-showtime 0.4s ease-out; -webkit-animation: aa-ani-showtime 0.4s ease-out; animation-fill-mode: forwards; }
.aa-ani-softslidein { animation: aa-ani-softslidein 0.4s ease-out; -webkit-animation: aa-ani-softslidein 0.4s ease-out; }
.aa-ani-shake { animation: aa-ani-shake 1.2s ease-in-out;	-webkit-animation: aa-ani-shake 1.2s ease-in-out; }

@keyframes aa-ani-softslidein {	0% { -webkit-transform: translate3d(2%,0,0); transform: translate3d(2%,0,0); visibility: visible; opacity: 0; }	100% { -webkit-transform: translateZ(0); 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; } }

/* Ibox 
	 Always Awake full screen picture
*/

#ibox-bg { position: fixed; overflow: hidden; width: 100%; height: 100%; background-color: #222 !important; }
#ibox-tl { position: absolute; top: 10px; left: 10px; z-index: 5; }
#ibox-tr { position: absolute; top: 10px; right: 10px; z-index: 5; }
#ibox-bl { position: absolute; bottom: 10px; left: 10px; z-index: 5; }
#ibox-br { position: absolute; bottom: 10px; right: 10px; z-index: 5; }
.ibox-btn { position: relative; display: inline-block; vertical-align: middle; float: left; margin: 5px; }
.ibox-btn a { position: relative; display: inline-block; vertical-align: middle; font-weight: 400; font-size: 18px; text-transform: uppercase; padding: 15px 25px; text-align: center; color: #fafafa; -webkit-border-radius: 3px; border-radius: 3px; background: rgba(0,0,0,0.4); }
.ibox-btn a:before { font-family: "Font Awesome 6 Pro"; font-weight: 400; color: #fafafa; font-size: 42px; position: absolute; top: 5px; left: 5px; width: 43px; text-align: center; }
.ibox-btn.prev a:before { content: "\f104"; }
.ibox-btn.next a:before { content: "\f105"; }
.ibox-btn.close a:before { content: "\f00d"; }
.ibox-btn.download a:before { content: "\f019"; }
.ibox-btn a:hover { opacity: 1; background: #CD1719; color: #fafafa; }

/* Ft */

#ft-tag { position: absolute; left: 0; bottom: 0; }

.ft-overview { position: relative; padding-top: 30px; }
.ft-overview .ttl { text-align: left; margin: 0px 0px 10px 0px; padding: 0; }
.ft-overview .ttl h3, .ft-overview .txt h3 { position: relative; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 24px; color: #f9f9f9; text-transform: uppercase; font-weight: 400; padding: 0px; }
.ft-overview .txt { padding: 0; }
.ft-overview .txt p { font-size: 15px; line-height: 1.5em; }
.ft-overview .txt table { font-size: 15px; }

.ft-forward .box { text-align: center; }
.ft-forward .box a { position: relative; display: inline-block; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 24px; color: #fefefe; padding: 16px; margin: 0px; overflow: hidden; vertical-align: bottom; text-transform: uppercase; letter-spacing: 1px; }
.ft-forward .box a:hover { color: #CD1719; }

.ft-tagpages .box a { font-size: 16px; }

.ft-cookie-notice { position: relative; padding: 60px 0px 60px 0px; text-align: center; font-size: 11px; font-weight: 400; color: #fefefe; }
.ft-cookie-notice a { color: #fefefe; text-decoration: underline; font-weight: 400; padding: 0px 10px; }
.ft-cookie-notice a:hover { color: #CD1719; }

#ft-credits { position: absolute; bottom: 10px; width: 100%; text-align: center; color: #fefefe; }
#ft-credits a { font-size: 9px; font-weight: 700; text-transform: uppercase; text-decoration: none; color: #fefefe; padding: 3px 6px; display: inline-block; margin: 0px 2px; border-radius: 3px; -webkit-border-radius: 3px; }
#ft-credits a:hover { color: #CD1719; }

/* Forms */

input, button { color: #fafafa; font-family: 'Yantramanav', sans-serif; font-size: 18px; font-weight: 400; background: #fefefe; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #DADEE2; -webkit-appearance: none; border-radius: 0px; -webkit-border-radius: 0px; }
select { color: #fafafa; font-family: 'Yantramanav', sans-serif; font-size: 18px; font-weight: 400; background: #fefefe; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #DADEE2; -webkit-appearance: none; border-radius: 0px; -webkit-border-radius: 0px; } 
textarea { color: #fafafa; font-family: 'Yantramanav', sans-serif; font-size: 18px; font-weight: 400; background: #fefefe; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #DADEE2; resize: vertical; -webkit-appearance: none; border-radius: 0px; -webkit-border-radius: 0px; }
label { color: #f9f9f9; font-size: 16px; font-weight: 700; }
::-webkit-input-placeholder { color: #f9f9f9; font-style: italic !important; }
:-moz-placeholder { color: #f9f9f9; opacity: 1; font-style: italic !important; }
::-moz-placeholder { color: #f9f9f9; opacity: 1; font-style: italic !important; }
:-ms-input-placeholder { color: #f9f9f9; font-style: italic !important; }
.placeholder { color: #f9f9f9; font-style: italic !important; }
.half-left { float: left; width: 50%; }
.half-right { float: right; width: 50%; }
.forms-form-input, .forms-form-date, .forms-form-select, .forms-form-sc { position: relative; margin: 10px 20px; }
.forms-form-input input:focus, .forms-form-sc input:focus, .forms-form-textarea textarea:focus { color: #f9f9f9; border-color: #ED6D90; box-shadow: 0px 0px 0px 3px #ED6D90; -webkit-box-shadow: 0px 0px 0px 3px #ED6D90; }
/* 
.forms-form-input.mandatory:before, .forms-form-sc:before { font-family: "Font Awesome 6 Pro"; font-weight: 400; position: absolute; top: 10px; right: -14px; font-size: 10px; content: "\f005"; color: #fefefe; }
.forms-form-file.mandatory:before { font-family: "Font Awesome 6 Pro"; font-weight: 400; position: absolute; top: 36px; right: -14px; font-size: 10px; content: "\f005"; color: #fefefe; }
*/
.forms-form-file { position: relative; margin: 10px 20px; height: auto; }
.forms-form-file label { display: block; position: relative; margin-bottom: 6px; }
.forms-form-submit { position: relative; margin: 20px; padding-bottom: 20px; text-align: center; }
.forms-form-date .forms-form-date-day { width: 25%; }
.forms-form-date .forms-form-date-month { width: 50%; }
.forms-form-date .forms-form-date-year { width: 25%; }
.forms-form-checkbox { position: relative; margin: 20px 10px 20px 20px; }
.forms-form-checkbox label { font-size: 16px; }
.forms-form-checkbox input[type=checkbox] { display:none; }
.forms-form-checkbox input[type=checkbox] + label:before { font-family: "Font Awesome 6 Pro"; font-weight: 400; display: inline-block; width: 40px; font-size: 25px; content: "\f0c8"; color: #BDBDBD; vertical-align: top; }
.forms-form-checkbox input[type=checkbox] + label:hover { color: #CD1719; }
.forms-form-checkbox input[type=checkbox]:checked + label { color: #ED6D91; }
.forms-form-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #ED6D91; }
.forms-form-radio { position: relative; margin: 10px 20px; }
.forms-form-radio label { font-size: 16px; }
.forms-form-radio input[type=radio] { display:none; }
.forms-form-radio input[type=radio] + label:before { font-family: "Font Awesome 6 Pro"; font-weight: 400; display: inline-block; width: 40px; font-size: 21px; content: "\f0c8"; color: #BDBDBD; }
.forms-form-radio input[type=radio] + label:hover { color: #CD1719; }
.forms-form-radio input[type=radio]:checked + label { color: #ED6D91; }
.forms-form-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #ED6D91; }
.forms-form-textarea { position: relative; margin: 20px 20px 25px 20px; }
.forms-form-textarea textarea { min-height: 200px; }
.forms-form-sc .forms-form-sc-code { display: inline-block; color: #f9f9f9; font-family: 'Courier New', Courier, monospace; font-weight: 700; margin: 0px 10px; font-size: 22px; }
.forms-form-sc input { display: inline-block; width: 60px; } 
option[default] { display: none; }
input[type=submit], button { position: relative; display: inline-block; padding: 16px 24px; border-radius: 3px; -webkit-border-radius: 3px; background: #ED6D90; color: #fefefe; font-family: 'Yantramanav', sans-serif; font-weight: 900; text-transform: uppercase; font-size: 24px; text-decoration: none; width: auto; border: 0; box-shadow: 0px 0px; }
input[type=submit]:hover, button:hover { cursor: pointer; background: #CD1719; color: #fefefe; }

select.empty, input.empty { border: 2px solid #E74443; }
select::-ms-expand { display: none; }  
select:hover { cursor: pointer; }

/* Theme */

.theme-home-highlight { position: relative; z-index: 60; }
.theme-home-highlight > .centerize { display: flex; flex-wrap: wrap; justify-content: center; }
.theme-home-highlight .box { background: #ED6D90; color: #FFFFFF; box-shadow: 0px 0px #FFFFFF; transition: all 200ms ease-in-out; animation: aa-ani-shake 1.2s ease-in-out; }
.theme-home-highlight .grid-12 { width: auto; }
.theme-home-highlight .box .ttl, .theme-home-highlight .box .ttl h1, .theme-home-highlight .box .ttl h1 a, .theme-home-highlight .box .txt, .theme-home-highlight .box .txt p { color: #FFFFFF; transition: all 200ms ease-in-out; }
.theme-home-highlight .linkable .box:hover { color: #FFFFFE; background: #CD1719; box-shadow: 0px 0px 0px 5px #CD1719; transition: all 100ms ease-in-out; }
.theme-home-highlight .linkable .box:hover .ttl, .theme-home-highlight .linkable .box:hover .ttl h1 a, .theme-home-highlight .linkable .box.add-background.light:hover .ttl h1 a, .theme-home-highlight .linkable .box:hover .txt, .theme-home-highlight .linkable .box:hover .txt p { color: #FFFFFE; transition: all 100ms ease-in-out; }

#home-welcometext { position: relative; margin-bottom: 40px; }
#home-welcometext .ttl h1 { text-align: center; }

.theme-landing-responsive-logo { position: relative; width: 100%; padding: 10px; box-sizing: border-box; }
.theme-landing-responsive-logo .img { position: relative; display: block; padding: 0; margin: 0; }
.theme-landing-responsive-logo .img img { position: relative; display: block; width: 100%; max-width: 100%; height: auto; padding: 0; margin: 0; } 

.theme-landing-btn-flow { position: relative; text-align: center; margin: 0px 20px -60px 20px; }
.theme-landing-btn-flow a	{ position: relative; display: inline-block; vertical-align: top; color: #010101; background: #fefefe; font-family: 'Yantramanav', sans-serif; font-weight: 900; text-transform: uppercase; padding: 18px 36px; box-sizing: border-box; -webkit-box-sizing: border-box; z-index: 1; transition: all 200ms ease-in-out; }
.theme-landing-btn-flow a i { animation: aa-ani-hoverboard 0.8s ease-in-out infinite; }
.theme-landing-btn-flow a:hover { color: #fefefe; background: #CD1719; transition: all 100ms ease-in-out; }
.theme-welcometext .box .txt p { font-size: 18px; }

#theme-home-bg-video, #theme-home-bg-video-placeholder { position: fixed; top: 0; right: 0; bottom: 0; left: 0; }
#theme-home-bg-video-placeholder .poster { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center center; animation: aa-ani-theme-bg-video-poster 1s ease-in-out; }
#theme-home-bg-video video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%,-50%); }
@keyframes aa-ani-theme-bg-video-poster {	0% { transform: scale(1.1); visibility: visible; opacity: 0; }	100% { transform: translateZ(0); } }

.theme-line-up-date-forwarders { position: relative; padding: 5px 5px 15px 5px; text-align: center; }
.theme-line-up-date-forwarders .item { position: relative; display: inline-block; vertical-align: top; }
.theme-line-up-date-forwarders .item a { position: relative; display: inline-block; vertical-align: top; color: #fefefe; background: #ED6D90; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 24px; text-transform: uppercase; padding: 10px; border-radius: 18px; margin: 5px; transition: all 200ms ease-in-out; }
.theme-line-up-date-forwarders .item a:hover { color: #fefefe; background: #CD1719; }
.theme-line-up-date-forwarders .item.active a { color: #fefefe; background: #ED6D91; }
.theme-line-up-stage-title { position: relative; display: block; margin: 10px; text-align: center; }
.theme-line-up-stage-title h2 { position: relative; display: inline-block; vertical-align: top; color: #010101; background: #fefefe; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 32px; text-transform: uppercase; padding: 5px 10px; border-radius: 0px; transition: all 200ms ease-in-out; }
.theme-line-up-stage-title .hosting { position: relative; display: block; }
.theme-line-up-stage-title .hosting p { position: relative; display: inline-block; vertical-align: bottom; color: #010101; background: #8D8D8D; font-family: 'Yantramanav', sans-serif; font-weight: 500; font-size: 18px; text-transform: uppercase; padding: 5px 10px; border-radius: 0px; }
.theme-line-up-stage-title a:hover h2, .theme-line-up-stage-title a:hover hosting p { color: #fefefe; background: #CD1719; transition: all 100ms ease-in-out; }
.theme-line-up-stage-title .img { position: relative; padding-top: 20px; text-align: center; }
.theme-line-up-stage-title img { position: relative; display: inline-block; vertical-align: top; max-width: 100%; height: auto; }
.theme-line-up-artists { position: relative; display: block; padding: 0px 5px 15px 5px; }
.theme-line-up-artists .item { position: relative; display: block; clear: both; font-size: 32px; margin: 2px 15px; z-index: 1; }
.theme-line-up-artists .item:hover { z-index: 2; }
.theme-line-up-artists .item a { position: relative; display: inline; vertical-align: top; color: #fefefe; background: #010101; box-shadow: 10px 0 0 #010101, -10px 0 0 #010101; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: inherit; text-transform: uppercase; padding: 2px 0px 0px 0px; border-radius: 0px; transition: all 200ms ease-in-out; z-index: 1; }
.theme-line-up-artists .item a:hover { color: #fefefe; background: #CD1719; box-shadow: 10px 0 0 #CD1719, -10px 0 0 #CD1719; transition: all 100ms ease-in-out; z-index: 2; }
.theme-line-up-artists .item a .sub { text-transform: lowercase; color: #8D8D8D; font-size: 70%; font-weight: 400; transition: all 200ms ease-in-out; }
.theme-line-up-artists .item a .country { text-transform: lowercase; color: #8D8D8D; font-size: 70%; font-weight: 400; margin-left: .5em; transition: all 200ms ease-in-out; }
.theme-line-up-artists .item a:hover .sub, .theme-line-up-artists .item a:hover .country { color: #fefefe; transition: all 100ms ease-in-out; }

.theme-line-up-artists .item.size-5 { font-size: 48px; }
.theme-line-up-artists .item.size-4 { font-size: 42px; }
.theme-line-up-artists .item.size-3 { font-size: 36px; }
.theme-line-up-artists .item.size-2 { font-size: 28px; }
.theme-line-up-artists .item, .theme-line-up-artists .item.size-1 { font-size: 24px; }

.theme-artist .ttl h1 .sub { text-transform: lowercase; color: #8D8D8D; font-size: 70%; font-weight: 400; transition: all 200ms ease-in-out; }
.theme-artist .ttl h1 .country { text-transform: lowercase; color: #8D8D8D; font-size: 70%; font-weight: 400; margin-left: .5em; transition: all 200ms ease-in-out; }
.theme-artist .ttl h1 a:hover .sub, .theme-artist .ttl h1 a:hover .country { color: #CD1719; transition: all 100ms ease-in-out; }

.theme-artist-stages { position: relative; width: 100%; text-align: right; right: -10px; }
.theme-artist-stages .item { position: relative; display: block; margin-bottom: 10px; }  
.theme-artist-stages-date { position: relative; display: inline-block; vertical-align: top; background: #8D8D8D; color: #010101; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 18px; text-transform: uppercase; padding: 5px 10px; }
.theme-artist-stages-stage { position: relative; display: inline-block; vertical-align: top; background: #fefefe; color: #010101; font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 18px; text-transform: uppercase; padding: 5px 10px; }

.theme-artist .box .social { text-align: left; padding-bottom: 20px; }
.theme-artist .box .social a { position: relative; text-align: center; display: inline-block; vertical-align: middle; margin: 5px -10px -10px 5px; }
.theme-artist .box .social a i { display: inline-block; vertical-align: middle; font-size: 24px; color: #010101; background: #8D8D8D; text-align: center; width: 32px; height: 24px; padding: 20px 16px; border-radius: 40px; -webkit-border-radius: 40px; transition: all 200ms ease-in-out; box-shadow: -2px -2px 0px 2px #010101; }
.theme-artist .box .social a:hover i { color: #fefefe; background: #CD1719; transition: all 100ms ease-in-out; }

.theme-faq-category-title .box .ttl h3 { font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 24px; text-transform: uppercase; color: #FFFFFF; text-shadow: -1px 1px 2px #000000, 1px 1px 2px #000000, 1px -1px 2px #000000, -1px -1px 2px #000000; }

.box.add-background.dark.theme-category-welcometext { background: #000000; }

.theme-ft-partner-logos { position: relative; display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; padding: 40px; }
.theme-ft-partner-logos .img { display: flex; align-items: center; width: 132px; max-width: 20vw; padding: 20px; background: rgba(0,0,0,.4); border-radius: 32px; }
.theme-ft-partner-logos .img img { width: 100%; height: auto; }

@media only screen and (min-width: 1620px) { 
	.theme-line-up-stage-title { margin: 15px 10px; }
	.theme-line-up-artists .item.size-5 { font-size: 72px; }
	.theme-line-up-artists .item.size-4 { font-size: 62px; line-height: 62px; }
	.theme-line-up-artists .item.size-3 { font-size: 48px; line-height: 48px; }
	.theme-line-up-artists .item.size-2 { font-size: 42px; line-height: 42px; }
	.theme-line-up-artists .item, .theme-line-up-artists .item.size-1 { font-size: 36px; line-height: 36px; }
}

@media only screen and (min-width: 820px) { 
	#home-welcometext { margin-top: 10vh; }
}

@media only screen and (max-width: 820px) { 
	.body-home #header-responsive { background: 0; }
	.body-home #header-responsive .logo { display: none; }
	.theme-line-up-artists .item { margin: 7px 15px; }
	.theme-line-up-artists .item.size-5 { font-size: 32px; line-height: 32px; }
	.theme-line-up-artists .item.size-4 { font-size: 28px; line-height: 28px; }
	.theme-line-up-artists .item.size-3 { font-size: 24px; line-height: 24px; }
	.theme-line-up-artists .item.size-2 { font-size: 20px; line-height: 20px; }
	.theme-line-up-artists .item, .theme-line-up-artists .item.size-1 { font-size: 16px; line-height: 16px; }
}

.theme-popup-blur { position: relative; text-align: center; padding: 40px 20px; min-width: 40vw; color: #fefefe; background: #CD1719; box-sizing: border-box; -webkit-box-sizing: border-box; }
.theme-popup-blur a { text-decoration: underline; }
.theme-popup-blur a:hover { color: #ffffff; }

.theme-section-title { position: relative; padding: 20px 20px; box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; }
.theme-section-title h4 { font-size: 42px; font-family: 'Yantramanav', sans-serif; font-weight: 900; line-height: 1em; text-transform: uppercase; }

.bx-wrapper { position: relative; max-width: 100vw !important; padding: 32px 0px; }
.bx-prev { z-index: 62; position: absolute; top: 50%; margin-top: -44px; left: 10px; }
.bx-next { z-index: 62; position: absolute; top: 50%; margin-top: -44px; right: 10px; }
.bx-prev i, .bx-next i { position: relative; display: inline-block; vertical-align: top; font-size: 24px; padding: 32px 16px 32px 20px; color: #fafafa; background: rgba(25,19,21,0.4); border-radius: 6px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
.bx-next i { padding: 32px 20px 32px 16px; }
.bx-prev:hover i, .bx-next:hover i { color: #fefefe; background: #CD1719; transition: all 100ms ease-in-out; }

.theme-tickets-ticketshops { position: relative; padding: 0px 0px 20px 0px; }
.theme-tickets-ticketshops .view-forwarders { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.theme-tickets-ticketshops .view-forwarders .item { margin: 20px 10px; }
.theme-tickets-ticketshops .box .ttl h1, .theme-tickets-ticketshops .box .ttl h1 a { color: #fefefe; }
.theme-tickets-ticketshops .box .forward { position: relative; bottom: auto; right: auto; text-align: center; }

@media only screen and (min-width: 820px) {
	.theme-tickets-ticketshops .grid-960 .box .forward a { font-size: 32px; padding: 16px 48px 16px 24px; }
	.theme-tickets-ticketshops .grid-960 .box .forward a:before { font-size: 41px; right: 16px; margin-top: -22px; }
	.theme-tickets-ticketshops .grid-960 .box .forward a:hover:before { right: 11px; font-size: 48px; margin-top: -26px; transition: right 100ms ease-in-out; }
}

#theme { position: fixed; height: 100vh; width: 100vw; }

.theme-carousel-container .box.add-margin { padding: 0px; }
.theme-carousel { position: relative; width: 100%; }
.theme-carousel .item { position: relative; display: inline-block; }
.theme-carousel .item img { position: relative; display: block; width: 100%; }
.centerize.theme-home-carousel-600px, .centerize.theme-home-carousel-600px .bx-wrapper { width: 600px; }

@media only screen and (min-width: 1240px) {
	#theme { background: url('/2019/lay/160725/bg.jpg') no-repeat center center, #10110E; background-size: cover; }
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	#theme { background: url('/2019/lay/160725/bg.jpg') no-repeat center center, #10110E; background-size: cover; }
}

@media only screen and (max-width: 820px) {
}

@media only screen and (max-width: 640px) { .theme-carousel .item { position: relative; display: block; width: 100vw !important; } }

@media only screen and (min-width: 480px) and (max-width: 820px) {
	#theme { background: url('/2019/lay/160725/bg-820px.jpg') no-repeat center center, #10110E; background-size: cover; }
}

@media only screen and (max-width: 480px) {
	#theme { background: url('/2019/lay/160725/bg-480px.jpg') no-repeat center center, #10110E; background-size: cover; }
}

/* Responsive */

@media only screen and (min-width: 1240px) {
	.centerize { width: 1200px; }
	.grid-160 { width: 200px; }
	.grid-240 { width: 300px; }
	.grid-320 { width: 400px; }
	.grid-400 { width: 500px; }
	.grid-480 { width: 600px; }
	.grid-560 { width: 700px; }
	.grid-640 { width: 800px; }
	.grid-720 { width: 900px; }
	.grid-800 { width: 1000px; }
	.grid-880 { width: 1100px; }
	.grid-960 { width: 1200px; }
	.background-slider-fixed .item .caption h1 { font-size: 128px; }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	.background-slider-fixed .item .caption h1 { font-size: 128px; }
	.grid-960 > .box .ttl h1 { font-size: 32px; }
}

@media only screen and (min-width: 820px) and (max-height: 800px) {
	.background-slider-fixed .item .caption h1 { font-size: 96px; }
	.grid-960 > .box .ttl h1 { font-size: 32px; }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	body { width: 100%; }
	.grid-160, .grid-240, .grid-320 { width: 50%; }	
	.grid-400, .grid-480, .grid-560, .grid-640, .grid-720, .grid-800, .grid-880, .grid-960 { width: 100%; }
	.centerize { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px; }
	.box .ttl h1, .box .ttl p { font-size: 24px; }
	.box .cta a, .box h6 a { font-size: 18px; padding: 15px; }
	.box .cta a i { margin-right: 10px; margin-top: -3px; }
	
	.background-slider-fixed .item .caption h1 { font-size: 96px; }	

	.view-scenery .banner { height: auto; }
	.view-scenery .banner .img { display: block; }
	.view-scenery .banner .img img { width: 100%; height: auto; }
	
}

@media only screen and (min-width: 820px) {
	main { padding-bottom: 100px; }
	.background-slider-container { margin-top: 0px; }
}

@media only screen and (max-width: 820px) {
	.responsive-hide { display: none !important; }
	.responsive-show { display: block; }
	.responsive-full-width { width: 100% !important; }	
	.half-left, .half-right { float: none; width: 100%; }
	body { width: 100%; }
	label { font-size: 16px; }
	#ft { position: relative; bottom: auto; margin-top: 40px; }
	.grid-160, .grid-240 { width: 50%; }	
	.grid-320, .grid-400, .grid-480, .grid-560, .grid-640, .grid-720, .grid-800, .grid-880, .grid-960 { width: 100%; }
	.centerize { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px; }
	.centerize.ft { padding: 100px 0px 40px 0px; background-size: 280px; }
	.add-margin { margin: 10px; }
	.box .ttl, .box .txt { padding: 10px; margin: 0px; }
	.box .social, .box .img, .box .forward, .box .share, .box .google-map, .box .iframe-tickets { padding: 5px; }
	.box .forward	{ bottom: -5px; right: -5px; }
	.ttl { padding: 10px; }
	.ttl h1 { font-size: 24px !important; }
	.grid-320 > .box .ttl h1 { font-size: 19px !important; }	
	.ttl h2 { font-size: 20px !important; }	
	.ttl .btn { float: left; display: inline; }
	.grid-960 > .box > .txt { padding: 10px; }
	.txt h1 { font-size: 20px !important; }
	.txt h2 { font-size: 18px !important; }
	.txt h3 { font-size: 16px !important; }
	.txt, .txt p { font-size: 14px !important; }	
	.box .txt .img { width: 100%; margin: 0px 0px 10px 0px; padding: 0px; }
	.box .txt li:before { top: 2px; }
	.box .cta a, .box h6 a { font-size: 16px; padding: 12px 10px; }
	.box .cta a i { position: relative; display: inline-block; vertical-align: middle; color: #010101; margin-right: 12px; margin-top: -2px; }
	.box .txt .table-container { overflow-x: auto; display: block; width: 100%; 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: rgba(255,255,255,.1); background-repeat: no-repeat; background-size: 10px 100%; margin-bottom: 15px; }
	.box .txt .table-container table { background: linear-gradient(to right, #000000 30%, rgba(255,255,255,0)), linear-gradient(to left, #000000 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 #fafafa; background-color: #fafafa; }
	.box .social { padding: 5px 0px; }
	.box .social .icon { margin: 4px; }
	.box .social .icon i { font-size: 20px; width: 24px; height: 24px; line-height: 24px; padding: 16px; }
	
	.files { position: relative; text-align: left; margin: 10px 5px; width: auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.files .item { display: block; }
	.files .item a .filename { font-size: 14px; }
	.google-map iframe { height: 200px; }
	.ibox-ttl { display: none !important; }
	main { padding: 50px 0px 0px 0px; min-height: auto; }

	#header-flow, #header-fixed { display: none; }
	#header-responsive { display: block; }
	#header-responsive .menu, #header-responsive .lang { position: relative; text-align: left; width: 100%; margin: 0px; padding: 0px; display: none; }
	#header-responsive .menu .item { position: relative; display: inline-block; text-align: center; width: 50%; background: #010101; line-height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; }
	#header-responsive .menu .item:nth-child(odd), #header-responsive .lang a:nth-child(odd) { }
	#header-responsive .menu .item a { position: relative; display: inline-block; vertical-align: middle; margin: auto 0; padding: 10px 0px; color: #fafafa; line-height: 1em; font-size: 16px; }
	#header-responsive .menu .item.active { background: #ED6D91; }
	#header-responsive .menu .item.active a { color: #fefefe; }	
	#header-responsive .lang a { position: relative; display: block; width: 100%; text-align: center; padding: 20px 24px; border: 0; color: #fafafa; background: #fefefe; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0; margin: 0; line-height: 0.8em; }
	#header-responsive .lang a.active { border-bottom: 1px solid rgba(0,0,0,0.2); color: #fefefe; background: #ED6D91; }
	#header-responsive .logo { position: relative; padding: 0px; }
	#header-responsive .logo img { height: 50px; width: auto; display: block; }
	#menu-responsive-btn { color: #fafafa; background: #010101; position: relative; float: right; width: 54px; height: 51px; border: 0; overflow: hidden; }
	#menu-responsive-btn:hover, #lang-responsive-btn:hover { cursor: pointer; }
	#menu-responsive-btn:before { content: "\f0c9"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 20px; position: absolute; display: block; padding: 16px 6px; right: 0px; top: 0px; width: 41px; text-align: center; color: #fafafa; background: 0; transition: all 100ms ease-in-out; }
	#menu-responsive-btn.active:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); transition: all 100ms ease-in-out; }
	#lang-responsive-btn { color: #fafafa; position: relative; float: right; padding: 13px 12px; border: 0; border-left: 1px solid rgba(0,0,0,0.1); font-weight: 700; text-transform: uppercase; font-size: 20px; }

	.responsive-dropdown { position: fixed; z-index: 3; width: 100%; padding: 0px; background: #fefefe; margin: 0px; }
	.responsive-dropdown select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: transparent; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 30px 10px 10px; margin: 0px; font-size: 16px; color: #0E1B42; box-shadow: 0 0; border: 0; height: 46px; padding-right: 52px; }
	.responsive-dropdown select option { color: #010101; background: #fefefe; font-size: 16px; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 16px; position: absolute; display: block; padding: 0px 0px; right: 0px; top: 0px; z-index: -1; width: 54px; line-height: 46px; text-align: center; color: #010101; background: 0; border-left: 1px solid rgba(0,0,0,0.1); }
	.responsive-dropdown-spacer { position: relative; height: 45px; }
	
	.has-priority-message #header-responsive { top: 34px; }
	.has-priority-message .responsive-dropdown { top: 84px; }
	.has-priority-message main { margin-top: 34px; }
	.has-priority-message #action { margin-top: 85px; }
	
	#breadcrumbs .box a { display: block; font-size: 13px; }
	#breadcrumbs .box a i { top: -1px; left: -10px; margin-right: -7px; } 
	#breadcrumbs .box a:not(:first-child):before { top: -1px; left: -8px; }

	#action { margin-top: 51px; border-top: 1px solid rgba(0,0,0,0.1); }
	#action .box { margin: 10px 0px; }
	#action .box .ttl h1 { font-size: 18px !important; }
	#action .box .txt { font-size: 12px; }	
	
	.view-scenery .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: auto; }
	.view-scenery .banner .caption h3 { font-size: 24px; }
	.view-scenery .banner .img { display: block; }
	.view-scenery .banner .img img { width: 100%; height: auto; }
	.view-scenery .box.has-media { margin: 0px 0px -20px 0px; }	
	
	.background-slider-container { margin-top: -50px; }
	.background-slider-fixed .item .caption { bottom: 10%; }
	#background-slider-forward-dest { margin-bottom: 0px;}
	.background-slider-fixed .forward { position: absolute; margin-top: 50px; margin-left: 0; bottom: auto; left: auto; top: 0px; width: 100%; text-align: center; z-index: 100; }
	.background-slider-fixed .forward i { color: #fefefe; font-size: 36px; margin-top: 6px; padding: 20px 80px; }
	.background-slider-fixed .item .caption h1 { font-size: 42px; line-height: 0.85em; margin: 0 auto 20px auto; }
	.background-slider-fixed .item .caption h1 a { font-size: 42px; line-height: 1.3em; }
	.background-slider-fixed .item .caption h2 { font-size: 14px; }
	.background-slider-fixed .item .caption h2:before { top: -10px; left: 5px; font-size: 21px; }
	.background-slider-fixed .cta { position: absolute; bottom: 40px; left: 0; right: 0; width: 100%; text-align: center; z-index: 100;  }
	.background-slider-fixed .cta a { position: relative; padding: 12px 16px 12px 16px; border-radius: 3px; -webkit-border-radius: 3px; background: #ED6D90; color: #fefefe; font-family: 'Yantramanav', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; }
	.background-slider-fixed .cta a i { position: absolute; right: 4px; top: 6px; }

	.view-form-top .box { margin: 0px 0px; }
	.view-form .box { margin: 0px 0px; }
	
	.view-picturefolder .grid-320 { width: 50%; }
	
	.view-faq .item .faq-q:before { font-size: 14px; padding: 16px 0px; width: 32px; }

}

@media only screen and (max-width: 820px) and (orientation: landscape) {
	#header-responsive .menu .item { width: 33.3333%; line-height: 60px; }
	#header-responsive .menu .item a { font-size: 14px; }	
}

@media only screen and (min-width: 640px) and (max-width: 820px) {
	.grid-320, .grid-400, .grid-480 { width: 50%; }
	.grid-480 .grid-480 { width: 100%; }
	.pagefeed-embed-post { width: 33.3333% !important; }
	.background-slider-fixed .item .caption h1 { font-size: 64px; }
	.view-odometers .caption { font-size: 18px; }	
}

@media only screen and (min-width: 480px) and (max-width: 820px) {
	.view-odometers .icon i { font-size: 32px; width: 32px; padding: 24px; border-radius: 32px; -webkit-border-radius: 32px; }
	.view-odometers .number { font-size: 64px; }
	.view-odometers .caption { font-size: 16px; }
}

@media only screen and (max-width: 820px) {
	.view-odometers .grid-320 { width: 33.3333%; }
}

@media only screen and (max-width: 640px) {
	.box .forward a { font-size: 19px; padding: 8px 32px 8px 12px; }
	.box .forward a:before { font-size: 28px; right: 10px; top: 50%; margin-top: -15px; }
}

@media only screen and (max-width: 480px) {
	.view-odometers .icon i { font-size: 24px; width: 24px; padding: 18px; border-radius: 24px; -webkit-border-radius: 24px; }
	.view-odometers .number { font-size: 32px; }
	.view-odometers .caption { font-size: 14px; }
}

/* Print */

@media print {
	.menu, .lang, .cart, #ft { display: none !important; }
 	@page { margin: 2cm; }
}

/* Row Grid */

.row-grid-container { position: relative; width: 100%; padding: 0px 10px; box-sizing: border-box; -webkit-box-sizing: border-box; }
.row-grid-item { float: left; margin-bottom: 10px; }
.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 #CD1719; box-sizing: border-box; -webkit-box-sizing: border-box; }
.row-grid-item img:hover { background: #CD1719; border: 6px solid #CD1719; box-shadow: 0px 0px 0px 4px #CD1719; 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) {
	.row-grid-container { padding: 0px 20px; }
}

@media only screen and (max-width: 460px) {
	.row-grid-container { padding: 0px 20px; }
	.row-grid-item { width: 100% !important; height: auto !important; }
	.row-grid-item img { width: 100%; height: auto; }
}


/* 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; overflow:hidden; }
#cboxWrapper { max-width:none; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic; }
.cboxIframe { width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; -moz-box-sizing:content-box; -webkit-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; -border-radius: 0; -webkit-border-radius: 0; }

#cboxOverlay { background:#000;}
#colorbox { outline:0;}
    #cboxContent { margin-top:40px;}
        .cboxIframe { background:#fefefe;}
        #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:#fefefe;}
        #cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-50px; width:50px; height:100px; background: rgba(0,0,0,0.6); color: #ccc; outline: none; }
        #cboxPrevious { left: 0px; }
        #cboxPrevious:before { position: relative; font-size: 64px; font-family: "Font Awesome 6 Pro"; font-weight: 400; content: "\f104"; top: -2px; right: 4px; }
        #cboxNext:hover, #cboxPrevious:hover { color: #fefefe; background: rgba(0,0,0,0.8); }
        #cboxNext { right:0px; }
        #cboxNext:before { position: relative; font-size: 64px; font-family: "Font Awesome 6 Pro"; font-weight: 400; content: "\f105"; top: -2px; left: 4px; }
        #cboxClose { position:absolute; top: -45px; right: -14px; display:block; width:45px; height:45px; color: #ccc; outline: 0; }
        #cboxClose:before { font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 24px; content: "\f00d"; }
        #cboxClose:hover { color: #fefefe; }


