

/* 

	 Worldcup Dendermonde
	 2020 Always Awake bvba
  
	 info@alwaysawake.be

	 Colors
	 	 
	 #191919 		text
	 #2a2a2a 		title
	 #730023 		hyperlink
	 #C82344 		hover
	 #C82345		active
	 rgba(14,167,206) box-shadow
	 
	 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=Barlow+Semi+Condensed:500|Palanquin:400,700|Inconsolata:700);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* Cookiebar */

#aa-cookiebar { display: none; }
#aa-cookiebar-container { position: fixed; bottom: 0; left: 0; right: 0; background: #e1e1e1; 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-message { flex: 1; margin-right: 2em; margin-left: 10px; font-family: Arial, sans-serif; font-weight: 400; font-size: 15px; }
#aa-cookiebar-message a { color: #1f1f1f; text-decoration: underline; }
#aa-cookiebar-dismiss { flex: 0; 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%; } }

/* 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: FontAwesome; 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: #191919; font-family: 'Palanquin', sans-serif; font-weight: 400; font-size: 17px; width: 100%; height: 100%; margin: 0px; padding: 0px; }
body { margin: 0px; padding: 0px; height: 100%; min-height: 100%; background-size: contain; overflow-y: scroll; overflow-x: hidden; }
#container { position: relative; display: flex; flex-direction: column; min-height: 100vh; }
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; padding-bottom: 50px; }

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: #730023;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover {	color: #C82344; }

/* Header */

#header-responsive { position: fixed; width: 100%; z-index: 102; background: 0; min-height: 20px; display: none; border-bottom: 0; }
#header-fixed { position: fixed; top: 0; width: 100%; z-index: 102; background: #fefefe; display: none; height: 50px; overflow: hidden; }
#header-flow { position: relative; width: 100%; min-height: 80px; background: #fefefe; 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: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 20px; color: #2a2a2a; padding: 16px; margin: 0px; vertical-align: bottom; text-transform: lowercase; letter-spacing: 0px; transition: all 200ms ease-in-out; }
.menu a:hover { color: #C82344; transition: all 100ms ease-in-out; }
.menu a.active { color: #C82345; }
.lang { position: relative; text-align: right; padding: 0px; }
.lang a { position: relative; display: inline-block; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 20px; color: #2a2a2a; padding: 16px; margin: 0px; overflow: hidden; vertical-align: bottom; text-transform: uppercase; letter-spacing: 1px; }
.lang a:hover { color: #C82344; background: 0; }
.lang a.active { color: #C82345; }
.logo { position: relative; padding: 0px; float: left; margin: 0px; }

#header-flow .menu { position: relative; float: right; text-align: right; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; }
#header-flow .menu a { padding: 32px 15px; margin: 8px 3px; }
#header-flow .logo { 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: 100px; padding: 0px; }

#header-fixed .menu { margin: 0px; float: right; margin-right: 0px; overflow: hidden; }
#header-fixed .menu a { font-size: 17px; padding: 15px 14px; }
#header-fixed .menu a:hover { color: #fefefe; background: #C82344; }
#header-fixed .menu a.active { color: #fefefe; background: #C82345; }
#header-fixed .logo { padding: 0px; }
#header-fixed .logo img { position: relative; display: inline-block; vertical-align: top; width: auto; height: 50px; padding: 0px; }

#header-banner { position: relative; width: 100%; }
#header-banner img { position: relative; display: inline-block; vertical-align: top; width: 100%; height: auto; }

#action { position: relative; background: #fefefe; }
#action .centerize .box { text-align: center; color: #191919; }
#action .centerize .box h1 { color: #191919; }

#breadcrumbs { position: relative; background: rgba(255,255,255,0.8); margin-bottom: 30px; box-shadow: 0px 0px 10px 2px rgba(170,170,170,.1); }
#breadcrumbs .box { text-align: left; padding: 10px 10px; }
#breadcrumbs .box a { position: relative; display: inline; padding: 4px 10px; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; text-transform: uppercase; font-size: 15px; color: #2a2a2a;  }
#breadcrumbs .box a:hover { color: #C82344; }
#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: FontAwesome; font-size: 80%; top: -1px; left: -10px; }

@media only screen and (min-width: 1600px) {
	#header-flow .menu a { margin: 8px 15px; font-size: 24px; }
}

@media only screen and (min-width: 1240px) and (max-width: 1600px) {
	#header-flow .menu a { margin: 8px 0px; font-size: 24px; }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	#header-flow .menu a { margin: 8px 0px; }
	#header-fixed .menu a { font-size: 17px; padding: 15px 10px; }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	#header-flow .menu a { margin: 8px 0px; padding: 27px 8px; }
	#header-fixed .menu a { font-size: 15px; padding: 16px 10px; }
}

@media only screen and (max-width: 820px) {
	#header-banner { padding-bottom: 10px; background: #ffffff; }
}

/* 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: FontAwesome; 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: FontAwesome; 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; }
}

/* Project */

#priority-message { position: relative; background: #730023; z-index: 101; }
#priority-message .centerize .box { text-align: center; color: #fefefe; }
#priority-message:before { position: absolute; left: 0; display: block; content: "\f071"; font-family: FontAwesome; font-size: 32px; text-align: center; color: #fefefe; background: 0; padding: 5px 10px; } 
#priority-message.active { z-index: 201; }
#priority-message.active .centerize .box .txt { white-space: normal; }
#priority-message .centerize .box .txt a { color: #fefefe; font-weight: 700; }
#priority-message.active:after { display: none; }
#priority-message.active .close { position: fixed; top: 5px; right: 5px; z-index: 202; }
#priority-message.active .close:before { position: relative; display: block; content: "\f00d"; font-family: FontAwesome; font-size: 24px; width: 24px; height: 24px; text-align: center; color: #191919; background: #fefefe; padding: 10px; border-radius: 50%; -webkit-border-radius: 50%; } 

@media only screen and (max-width: 820px) {
	#priority-message { position: fixed; top: 0; left: 0; right: 0; border-bottom: 1px solid rgba(0,0,0,0.1); }
	#priority-message .centerize .box { position: relative; padding: 9px 0px; margin: 0px; }
	#priority-message .centerize .box .txt { position: relative; padding: 0px 56px 0px 42px; font-size: 13px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	#priority-message.active .centerize .box .txt { min-height: 36px; }
	#priority-message:before { font-size: 24px; }
	#priority-message:after { content: "\f078"; font-family: FontAwesome; font-size: 16px; position: absolute; display: block; padding: 0px 0px; right: 0px; top: 0px; width: 54px; line-height: 37px; text-align: center; color: #191919; background: #fefefe; border-left: 1px solid rgba(0,0,0,0.1); }
	#priority-message:hover { cursor: pointer; }
}

@media only screen and (min-width: 820px) {
	#priority-message:before { top: 50%; transform: translateY(-50%); }
	#priority-message.active .close:hover { cursor: pointer; }
	#priority-message .centerize .box .txt { font-size: 120%; } 
}

/* 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 { box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.1); }
.add-background.light { position: relative; background: #fefefe; }
.add-background.dark { position: relative; background: rgba(0,0,0,0.9); }
.box.with-read-more { padding-bottom: 60px; }
.box.cta { padding-bottom: 90px; }
.linkable .box.add-background.light:hover .ttl h1 a { color: #C82344; }

.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 { 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 { position: relative; color: #720023; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; }
.box .ttl h1 a:hover { color: #C82344; }
.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: 58px; }
.grid-320 > .box .ttl h1 { font-size: 24px; }

.box .txt h1, .box .txt h2, .box .txt h3, .box .txt h4, .box .txt p { margin-bottom: 20px; line-height: 1.4em; font-weight: 400; }
.box .txt h1 { font-size: 36px; font-weight: 700; }
.box .txt h2 { font-size: 28px; font-weight: 700; }
.box .txt h3 { font-size: 18px; }
.box .txt h4 { font-size: 18px; }
.box .txt h6 a { position: relative; display: inline-block; vertical-align: middle; color: #fefefe; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 18px; text-transform: uppercase; text-decoration: none; padding: 10px 12px 10px 12px; margin: 0px; border-radius: 9px; z-index: 1; transition: all 500ms ease-in-out; background: #730023; }
.box .txt h6 a:hover { background: #C82344; transition: all 100ms ease-in-out; }

.box .txt, .box .txt p { font-size: 15px; line-height: 1.4em; }
.box .txt p:last-child { margin-bottom: 0; }
.box .txt h1 a, .box .txt h2 a, .box .txt h3 a, .box .txt h4 a, .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 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: 2px; content: "\f00c"; font-family: FontAwesome; color: #730023; font-size: 14px; }
.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: FontAwesome; font-size: 64px; }

.box .ytb, .box .vmo {  position: relative; padding-bottom: 54.25%; padding-top: 10px; margin: 10px; height: 0; overflow: hidden; }
.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: #191919; background: #fefefe; text-align: center; width: 32px; padding: 24px; border-radius: 40px; -webkit-border-radius: 40px; }
.box .social .icon:hover i { color: #C82344; }

.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: #730023; display: block; margin-top: 4px; min-height: 28px; overflow: hidden; text-align: left; padding: 0; border-radius: 9px; transition: all 200ms ease-in-out; }
.files .item a .filename { position: relative; padding: 4px 10px 2px 44px; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 21px; 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: 18px 5px; transition: all 200ms ease-in-out; }
.files .item:hover a i { color: #fefefe; border-right: 1px solid rgba(255,255,255,0.2); padding: 20px 5px 16px 5px; transition: all 100ms ease-in-out; }
.files .item:hover a { color: #fefefe; background: #C82344; transition: all 100ms ease-in-out; }

.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; height: 700px; display: inline-block; vertical-align: top; z-index: 11; }

.box .forward { position: absolute; text-align: right; bottom: 0px; right: 0px; }
.box .forward a { position: relative; display: inline-block; vertical-align: middle; color: #fefefe; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 14px; text-transform: uppercase; padding: 10px 12px 10px 12px; margin: 0px; border-radius: 9px; z-index: 1; transition: all 500ms ease-in-out; }
.box .forward a:before { position: absolute; content:""; left: 0; top: 0; right: 0; bottom: 0; background: #730023; border-radius: 9px; z-index: -1; transition: all 100ms ease-in-out; }
.box .forward a i { margin-right: .5em; }
.box:hover .forward a:before { background: #C82344; transition: all 100ms ease-in-out; }

.box .cta { position: relative; text-align: center; padding: 10px 0px; }
.box .cta a { position: relative; display: inline-block; vertical-align: top; background: #730023; color: #fefefe; text-align: center; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 22px; text-transform: uppercase; letter-spacing: 1px; padding: 20px; min-width: 50%; border-radius: 6px; -webkit-border-radius: 6px; margin: 0px; z-index: 1; }
.box .cta a i { position: relative; display: inline-block; vertical-align: middle; color: #fefefe; margin-right: 15px; margin-top: -5px; }
.box .cta a:hover { background: #C82344; }

.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: #730023; color: #fefefe; }
.box .share .item.mailto a:before { position: relative; display: inline-block; content: "\f003"; font-family: FontAwesome; color: #fefefe; font-weight: 400; font-size: 12px; margin-right: 8px; top: -1px; }
.box .share .item.mailto a:hover { background: #686866; }

/* Template */

.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: #2a2a2a; 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: #C82344; }
.paginate-table a.active, .paginate-table span { color: #fefefe; background: #C82345; }

/* Background slider */

.background-slider-container { position: relative; width: 100%; min-height: 60vh; aspect-ratio: 16 / 9; box-shadow: 0px 8px #C82345, 0px 24px #730023; }
#background-slider-forward-dest { position: absolute; bottom: 40px; left: 0px; height: 1px; width: 1px; z-index: -1; }
.background-slider { position: relative; width: 100%; min-height: 60vh; aspect-ratio: 16 / 9; }

.background-slider .item { position: relative; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.background-slider .item .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)); z-index: 60; }
.background-slider .item .caption { position: absolute; bottom: 0; left: 0; right: 0; box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; text-align: center; z-index: 61; padding: 50px 10px; }
.background-slider .item .caption h1 { position: relative; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 48px; color: #fefefe; text-transform: uppercase; margin: 0px 0px 0px 0px; line-height: 1em; padding: 0px; word-wrap: break-word; z-index: 61; }
.background-slider .item .caption h1 a { font-weight: 500; font-size: inherit; color: #fefefe; position: relative; margin: 0px; padding: 0px; }
.background-slider .item .caption h2 { clear: both; display: inline-block; margin: 0px; padding: 0px; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 32px; color: #fefefe; text-transform: uppercase; }
.background-slider .item .caption .cta { position: relative; padding: 10px 5px 10px 5px; }
.background-slider .item .caption .cta a { position: relative; display: inline-block; vertical-align: top; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; text-transform: uppercase; font-size: 16px; line-height: 16px; padding: 11px 32px 11px 12px; color: #2a2a2a; background: #e7e7e8; margin: 0px; border-radius: 1px; -webkit-border-radius: 1px; z-index: 1; transition: all 200ms ease-in-out; }
.background-slider .item .caption .cta a:before { font-family: FontAwesome; content: "\f105"; font-size: 21px; font-weight: 400; color: #2a2a2a; position: absolute; right: 10px; top: 50%; margin-top: -8px; z-index: -1; transition: right 100ms ease-in-out; }
.background-slider .item .caption .cta a:hover { color: #2a2a2a; background: #C82344; transition: all 100ms ease-in-out; }
.background-slider .item .caption .cta a:hover:before { color: #2a2a2a; right: 5px; font-size: 29px; margin-top: -9px; transition: right 100ms ease-in-out; }

.background-slider-container .bx-prev { z-index: 62; position: absolute; top: 50%; margin-top: -28px; left: -10px; }
.background-slider-container .bx-next { z-index: 62; position: absolute; top: 50%; margin-top: -28px; right: -10px; }
.background-slider-container .bx-prev i, .background-slider-container .bx-next i { position: relative; display: inline-block; vertical-align: top; font-size: 24px; padding: 16px 16px 16px 20px; color: #08dafe; background: #08daff; box-shadow: 0px 2px 0px 0px #2c4a9a; border-radius: 6px; -webkit-border-radius: 6px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
.background-slider-container .bx-next i { padding: 16px 20px 16px 16px; }
.background-slider-container .bx-prev:hover i, .background-slider-container .bx-next:hover i { color: #08dafe; background: #52fbef; box-shadow: 0px 2px 0px 0px #2b7b50; transition: all 100ms ease-in-out; }

.background-slider-container > .forward { position: absolute; top: -20px; left: 50%; margin-left: -32px; width: 64px; z-index: 62; }
.background-slider-container > .forward a { width: 24px; text-align: center; padding: 24px 20px 16px 20px; animation: aa-ani-hoverboard .8s ease-in-out 2 forwards; -webkit-animation: aa-ani-hoverboard .8s ease-in-out 2 forwards; }
.background-slider-container > .forward a i { font-size: 24px; }
.background-slider-container > .forward a:before { display: none; }

@media only screen and (min-width: 1240px) {
	.background-slider .item .caption h1 { font-size: 48px; }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	.background-slider .item .caption h1 { font-size: 48px; }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	.background-slider .item .caption h1, .background-slider .item .caption h1 a { font-size: 48px; }
}

@media only screen and (min-width: 820px) and (max-height: 800px) {
	.background-slider .item .caption h1 { font-size: 48px; }
}

@media only screen and (max-width: 820px) {
	#background-slider-forward-dest { bottom: 40px;}
	.background-slider .item .caption { padding: 20px 10px; }
	.background-slider .item .caption h1, .background-slider-fixed .item .caption h1 a { font-size: 24px; }
	.background-slider .item .caption h2 { font-size: 12px; }
	.background-slider-container > .forward { position: absolute; top: -20px; left: 50%; margin-left: -24px; width: 48px; }
	.background-slider-container > .forward a { width: 16px; padding: 16px 16px 8px 16px; }
	.background-slider-container > .forward a i { font-size: 16px; }
	.background-slider-container > .forward a:before { display: none; }
}

@media only screen and (min-width: 640px) and (max-width: 820px) {
	.background-slider .item .caption h2 { font-size: 18px; }
	.background-slider .item .caption h1, .background-slider .item .caption h1 a { font-size: 32px; }	
}

@media only screen and (max-width: 460px) {
	.background-slider-container .bx-controls { display: none; }
}

/* Views */

.view-service .box .txt table thead { background: #e9e9e9; }
.view-service .box .txt table td, .view-service .box .txt table th { padding: 5px; }
.view-service .box .txt table, .view-service .box .txt table th, .view-service .box .txt table td { border: 1px solid #e9e9e9; }

.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 12px 0px; clear: both; }
.view-toc .holds-menu .box .item a { position: relative; display: inline; vertical-align: top; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 24px; text-transform: uppercase; letter-spacing: 1px; color: #fefefe; background: #2a2a2a; box-shadow: 20px 5px 0 #2a2a2a, -10px 5px 0 #2a2a2a, 20px -5px 0 #2a2a2a, -10px -5px 0 #2a2a2a; -webkit-box-shadow: 20px 5px 0 #2a2a2a, -10px 5px 0 #2a2a2a, 20px -5px 0 #2a2a2a, -10px -5px 0 #2a2a2a; box-decoration-break: clone; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.view-toc .holds-menu .box .item a:after { position: absolute; content: ""; right: -20px; top: -5px; bottom: -5px; width: 3px; background: rgba(0,0,0,0.1); } 
.view-toc .holds-menu .box .item a:hover { background: #C82344; box-shadow: 20px 5px 0 #C82344, -10px 5px 0 #C82344, 20px -5px 0 #C82344, -10px -5px 0 #C82344; -webkit-box-shadow: 20px 5px 0 #C82344, -10px 5px 0 #C82344, 20px -5px 0 #C82344, -10px -5px 0 #C82344; }
.view-toc .holds-menu .box .item.active a { background: #C82345; box-shadow: 20px 5px 0 #C82345, -10px 5px 0 #C82345, 20px -5px 0 #C82345, -10px -5px 0 #C82345; -webkit-box-shadow: 20px 5px 0 #C82345, -10px 5px 0 #C82345, 20px -5px 0 #C82345, -10px -5px 0 #C82345; }
.view-toc .holds-menu .box .item.active a:before { position: absolute; content: ""; right: -15px; top: 50%; transform: translateY(-50%); font-family: FontAwesome; 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 { position: relative; margin: 0; padding: 0; }
.view-scenery .banner { position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; height: 40vh; min-height: 240px; }
.view-scenery .banner .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,.6)); }
.view-scenery .banner .caption { position: absolute; bottom: 0; left: 0; right: 0; box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; text-align: center; z-index: 61; padding: 50px; }
.view-scenery .banner .caption h3 { position: relative; display: inline-block; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 48px; text-transform: uppercase; color: #fefefe; margin: 0px 0px 10px 0px; line-height: 1em; padding: 0px; word-wrap: break-word; text-decoration: underline; text-decoration-color: #C82344; z-index: 61; }
.view-scenery .box.has-media { margin: 10px; }
.view-scenery .box .ttl h1 { position: relative; display: inline-block; vertical-align: top; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-size: 48px; letter-spacing: 1px; color: #302923; }
.view-scenery .box .ttl h1:before { position: absolute; content: ""; bottom: -10px; left: 0; right: 0; border: 2px solid #878786; }
.view-scenery .box .ttl h1:after { position: absolute; content: ""; bottom: -10px; left: 0; right: 50%; border: 2px solid #B8A798; }
.view-scenery .box .txt { text-align: center; }

.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: #191919; 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: #730023; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 96px; text-align: center; text-transform: uppercase; padding: 10px 0px 0px 0px; margin: 0; }
.view-odometers .caption { position: relative; color: #2a2a2a; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; 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: #2a2a2a; 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: #2a2a2a; box-shadow: 10px 5px 0px #2a2a2a, 10px -5px 0px #2a2a2a, -10px 5px 0px #2a2a2a, -10px -5px 0px #2a2a2a; -webkit-box-shadow: 10px 5px 0px #2a2a2a, 10px -5px 0px #2a2a2a, -10px 5px 0px #2a2a2a, -10px -5px 0px #2a2a2a; }
.view-form-top .box .txt { color: #191919; 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: #2a2a2a; 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: #2a2a2a; background: #E8E8E8; vertical-align: bottom; border-radius: 6px; -webkit-border-radius: 6px; 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: FontAwesome; 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; transition: all 200ms ease-in-out; }
.view-faq .item:last-child { margin-bottom: 0px; }
.view-faq .item.active { border-radius: 6px; -webkit-border-radius: 6px; background: rgba(19,52,134,0.1); transition: all 100ms ease-in-out; }
.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; background: rgba(19,52,134,0.1); border-radius: 6px; }
.view-faq .item .faq-q .ttl h2 { position: relative; display: inline-block; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 24px; color: #2a2a2a; transition: all 200ms ease-in-out; }
.view-faq .item .faq-q:hover { cursor: pointer; }
.view-faq .item .faq-q:hover .ttl h2 { color: #C82344; 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: #191919; }
.view-faq .item .faq-q:before { content: "\f054"; font-family: FontAwesome; font-size: 16px; position: absolute; display: block; padding: 19px 6px; right: 0px; top: 0px; width: 41px; text-align: center; color: #191919; 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; }
.view-forwarders .item { position: relative; display: inline-block; vertical-align: top; background: #730023; color: #fefefe; text-transform: uppercase; padding: 8px 16px 8px 16px; box-sizing: border-box; -webkit-box-sizing: border-box; margin: 10px; z-index: 1; transition: all 200ms ease-in-out; }
.view-forwarders .item .ttl, .view-forwarders .item .txt { color: #fefefe; padding: 5px 10px; }
.view-forwarders .item .ttl h2 { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 48px; letter-spacing: 1px; line-height: 1em; }
.view-forwarders .item .txt p { font-size: 18px; font-weight: 400; line-height: 1em; }
.view-forwarders .item:hover { background: #C82344; transition: all 100ms ease-in-out; }
.view-forwarders .item:not(:first-child):last-child { background: #C82344; }
.view-forwarders .item:not(:first-child):last-child:hover { background: #730023; }

@media only screen and (min-width: 1240px) {
	.view-scenery.align-with-breadcrumbs { margin-top: -30px; }
	.view-scenery .banner { min-height: 320px; } 
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	.view-scenery.align-with-breadcrumbs { margin-top: -30px; }
	.view-scenery .banner .caption h3 { font-size: 32px; }
}

@media only screen and (max-width: 820px) {
	.view-scenery .banner .caption { padding: 20px 50px; }
	.view-scenery .banner .caption h3 { font-size: 32px; }
	.view-scenery .box.has-media { margin: 0px 0px 0px 0px; }
}

@media only screen and (max-width: 640px) {
	.view-scenery .banner .caption h3 { font-size: 20px; }
}

@media only screen and (max-width: 480px) {
	.view-scenery .banner {	height: 30vh; min-height: 180px; } 
	.view-scenery .banner .caption { padding: 10px 10px; }	
	.view-scenery .banner .caption h3 { font-size: 14px; padding: 10px 20px; }
}

/* Theme views and animations */

#theme { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: url("/2020/lay/241118/theme-bg-291120.jpg") no-repeat center top; background-size: cover; }

.txt table td.cross { background: #C82344; color: #FFFFFF; }

.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; }
.theme-tickets-ticketshops .box .forward a:before { }
.theme-tickets-ticketshops .box:hover .forward a:before { }

@media only screen and (min-width: 820px) {
	.theme-welkom-logo { position: relative; z-index: 61; margin-top: -60px; }
	.theme-tickets-ticketshops .grid-960 .box .forward a { font-size: 32px; padding: 16px 48px 16px 24px; }
	.theme-welkom-welcometext .box { padding: 10px; }
}

.theme-welkom-welcometext.has-background-slider { position: relative; z-index: 61; }
.theme-welkom-welcometext .box p { font-size: 160%; font-weight: 700; }
.box .txt h6 a { font-size: 24px; padding: 18px 24px 18px 24px; }

.theme-welkom-countdown { margin: 80px 0px 20px 0px; }
.theme-welkom-forwarders { position: relative; padding-bottom: 20px; }

.theme-line-up-stage-logos { margin-top: 0px; position: relative; text-align: center; }
.theme-line-up-stage-logos .item { position: relative; display: inline-block; vertical-align: top; padding: 0px; border-radius: 6px; -webkit-border-radius: 6px; box-sizing: border-box; -webkit-box-sizing: border-box; margin: 5px; transition: all 200ms ease-in-out; }
.theme-line-up-stage-logos .item a { position: relative; display: inline-block; vertical-align: middle; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 24px; color: #fefefe; text-shadow: 0px 2px #a7a7a7; padding: 8px 16px; margin: 0px; text-transform: lowercase; letter-spacing: 0px; transition: all 200ms ease-in-out; }
.theme-line-up-stage-logos .item:hover { transition: all 150ms ease-in-out; }
.theme-line-up-stage-logos .item:hover a { padding: 10px 16px 6px 16px; transition: all 100ms ease-in-out; }
.theme-line-up-stage-logos .item.active a { text-shadow: 0 0; }
.theme-line-up-stage-logos .item.active a:before { position: absolute; content:""; left: 0; top: 0; right: 0; bottom: 0; background: #ffffff; box-shadow: 0px 6px 0px -2px #a7a7a7; z-index: -1; transform: rotate(2deg); transition: all 100ms ease-in-out; }
.theme-line-up-stage-logos .item:nth-child(4n+1) a:before { transform: rotate(-1deg); }
.theme-line-up-stage-logos .item:nth-child(4n+2) a:before { transform: rotate(1deg); }
.theme-line-up-stage-logos .item:nth-child(4n+3) a:before { transform: rotate(-2deg); }
.theme-line-up-stage-logos .item.active a:before { background: #C82345; box-shadow: 0px 6px 0px -2px #565EEC; }

.theme-line-up-artists { position: relative; text-align: center; }
.theme-line-up-artists .box { overflow: hidden; padding: 0px; margin: 30px; transition: all 200ms ease-in-out; }
.theme-line-up-artists .box .img { padding: 0px; margin: -20px -10px 0px -10px; transition: all 200ms ease-in-out; }
.theme-line-up-artists .box:hover .img { margin: 0px; transition: all 100ms ease-in-out; }
.theme-line-up-artists .box:hover { margin: 20px; padding-bottom: 20px; transition: all 100ms ease-in-out; }

.body-renners .view-service .box table td{ width: 33.3333%; padding: 10px 10px; }

@media only screen and (orientation: landscape) { .theme-welkom-welcometext.has-background-slider { margin-top: -36vh; } }
@media only screen and (orientation: portrait) { .theme-welkom-welcometext.has-background-slider { margin-top: -18vh; } }

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	.theme-line-up-artists .grid-320 { width: 50%; max-width: 360px; }
	.theme-line-up-artists .box .ttl h1 { font-size: 18px; }
}

@media only screen and (max-width: 820px) {
	.theme-line-up-stage-logos .item a { font-size: 18px; padding: 4px 8px; }
	.theme-line-up-stage-logos .item:hover a { padding: 6px 8px 2px 8px; }
	.theme-line-up-artists .grid-320 { width: 50%; max-width: 360px; }
	.theme-line-up-artists .box .img { margin: 0px; }
	.theme-line-up-artists .box, .theme-line-up-artists .box:hover { margin: 10px; padding: 0px; }
	.theme-welkom-logo { position: relative; z-index: 61; margin-top: -40px; }
	.box .txt h6 a { font-size: 18px; padding: 12px 10px 12px 10px; }
}

@keyframes theme-leaves-animate {
	0% { transform: rotate(-2deg); }
	50% {	transform: rotate(2deg); }
	100% { transform: rotate(-2deg); }						
}

@-webkit-keyframes theme-leaves-animate {
	0% { -webkit-transform: rotate(-2deg); }
	50% {	-webkit-transform: rotate(2deg); }
	100% { -webkit-transform: rotate(-2deg); }				
}

@keyframes theme-balloon-float {
  from { transform: translate3d(0, 0px, 0); }
  20%, 80% { transform: translate3d(0, -10px, 0); }
  50% { transform: translate3d(0, 5px, 0); }
 	to { transform: translate3d(0, 0px, 0); }	
}

@-webkit-keyframes theme-balloon-float {
  from { -webkit-transform: translate3d(0, 0px, 0); }
	20%, 80% { -webkit-transform: translate3d(0, -10px, 0); }
	50% { -webkit-transform: translate3d(0, 5px, 0); }
	to { -webkit-transform: translate3d(0, 0px, 0); }
}

/* Countdown */

.view-countdown { position: relative; text-align: center; background: rgba(255,255,255,.8); }
.view-countdown .box .ttl { text-align: center; }
.view-countdown .box .ttl h1 { color: #191919; }
.view-countdown .box .counter { position: relative; font-weight: 700; font-size: 96px; color: #191919; 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; 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: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; text-transform: uppercase; padding: 0; margin: 0; width: 100%; }

@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; }
}

/* Pagefeed */

.pagefeed-embed-post { float: none; display: inline-block; vertical-align: top; }
.pagefeed-embed-post .box { overflow: hidden; z-index: 1; }
.pagefeed-embed-post .box > .item { padding: 0px 0px 14px 0px; border-top: 1px solid rgba(0,0,0,0.2); }
.pagefeed-embed-post .box > .item:first-child { border-top: 0px !important; }
.pagefeed-embed-post .box .date { position: relative; display: inline-block; float: left; margin: -7px 0px -10px 0px; padding: 0px 8px 0px 10px; color: #2a2a2a; font-size: 12px; font-weight: 400; z-index: 1; }
.pagefeed-embed-post .box .img { position: relative; clear: both; background: 0; }
.pagefeed-embed-post .box .img img { width: 100%; height: auto; display: block; }
.pagefeed-embed-post .box .txt { position: relative; clear: both; font-size: 16px; padding: 10px 10px 0px 10px; color: #191919; text-align: left; overflow: hidden; }
.pagefeed-embed-post .box.tw .txt { text-align: left; }
.pagefeed-embed-post .box .txt a { color: #191919; text-decoration: underline; }
.pagefeed-embed-post .box .txt a:hover { color: #730023; }
.pagefeed-embed-post .box.add-source:before { font-family: FontAwesome; color: #fefefe; font-size: 20px; position: absolute; top: 5px; right: 7px; z-index: 2; }
.pagefeed-embed-post .box.add-source:after { font-family: FontAwesome; content: "\f0d9"; color: #dddddd; font-size: 192px; position: absolute; top: -100px; right: -10px; z-index: 1; text-shadow: 0px 5px 0px rgba(0,0,0,0.1); }
.pagefeed-embed-post .box.fb:before { content: "\f09a"; color: #fefefe; }
.pagefeed-embed-post .box.tw:before { content: "\f099"; color: #fefefe; }
.pagefeed-embed-post .box.in:before { content: "\f16d"; color: #fefefe; }
.pagefeed-embed-post .box.fb:after { color: #3B5998; }
.pagefeed-embed-post .box.tw:after { color: #55ACEE; }
.pagefeed-embed-post .box.in:after { color: #3F729B; }
.pagefeed-embed-post .box .count { position: relative; }
.pagefeed-embed-post .box .count .item { position: relative; display: inline-block; color: #730023; padding: 4px 10px; margin: 10px 0px 0px 32px; font-size: 12px; font-weight: 700; }
.pagefeed-embed-post .box .count .item:before { font-family: FontAwesome; color: #730023; font-weight: 400; font-size: 18px; padding-right: 0.5em; position: absolute; top: 50%; margin-top: -10px; left: -16px; }
.pagefeed-embed-post .box .count .item.likes:before { content: "\f004"; margin-top: -9px; }
.pagefeed-embed-post .box .count .item.views:before { content: "\f04b";}
.pagefeed-embed-post .box .count .item.comments:before { content: "\f075"; }

/* Masonry */

.masonry-container { margin: 0 auto; }

/* 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: FontAwesome; 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: #C82344; color: #fafafa; }

/* Ft */

footer { background: #fefefe; box-shadow: 0px 0px 10px 2px rgba(170,170,170,.1); }

#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: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 24px; color: #2a2a2a; 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 { position: relative; padding: 20px 0px 40px 0px; }
.ft-forward .box { text-align: center; }
.ft-forward .box a { position: relative; display: inline-block; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; font-size: 19px; color: #2a2a2a; padding: 16px; margin: 0px; overflow: hidden; vertical-align: bottom; text-transform: uppercase; }
.ft-forward .box a:hover { color: #C82344; }

.ft-cookies-privacy { position: relative; padding: 10px 20px 60px 20px; text-align: center; }
.ft-cookies-privacy a { padding: 0px 10px; }

#ft-credits { position: absolute; bottom: 10px; width: 100%; text-align: center; color: #a7a7a7; }
#ft-credits a { font-size: 9px; font-weight: 700; text-transform: uppercase; text-decoration: none; color: #a7a7a7; padding: 3px 6px; display: inline-block; margin: 0px 2px; border-radius: 3px; -webkit-border-radius: 3px; }
#ft-credits a:hover { color: #C82344; }

/* Forms */

input, button { color: #191919; font-family: 'Palanquin', 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: #191919; font-family: 'Palanquin', 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: #191919; font-family: 'Palanquin', 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: #2a2a2a; font-size: 16px; font-weight: 700; }
::-webkit-input-placeholder { color: #2a2a2a; font-style: italic !important; }
:-moz-placeholder { color: #2a2a2a; opacity: 1; font-style: italic !important; }
::-moz-placeholder { color: #2a2a2a; opacity: 1; font-style: italic !important; }
:-ms-input-placeholder { color: #2a2a2a; font-style: italic !important; }
.placeholder { color: #2a2a2a; 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: #2a2a2a; border-color: #730023; box-shadow: 0px 0px 0px 3px #730023; -webkit-box-shadow: 0px 0px 0px 3px #730023; }
/* 
.forms-form-input.mandatory:before, .forms-form-sc:before { font-family: FontAwesome; position: absolute; top: 10px; right: -14px; font-size: 10px; content: "\f005"; color: #fefefe; }
.forms-form-file.mandatory:before { font-family: FontAwesome; 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: FontAwesome; display: inline-block; width: 40px; font-size: 25px; content: "\f0c8"; color: #BDBDBD; vertical-align: top; }
.forms-form-checkbox input[type=checkbox] + label:hover { color: #730023; }
.forms-form-checkbox input[type=checkbox]:checked + label { color: #730023; }
.forms-form-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #730023; }
.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: FontAwesome; display: inline-block; width: 40px; font-size: 21px; content: "\f0c8"; color: #BDBDBD; }
.forms-form-radio input[type=radio] + label:hover { color: #730023; }
.forms-form-radio input[type=radio]:checked + label { color: #730023; }
.forms-form-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #730023; }
.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: #2a2a2a; 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: #730023; color: #fefefe; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; font-style: normal; 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: #C82344; color: #fefefe; }

select.empty, input.empty { border: 2px solid #E74443; }
select::-ms-expand { display: none; }  
select:hover { cursor: pointer; }

/* 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) {
	.box .cta a { padding: 12px 40px 12px 16px; font-size: 15px; }
	.box .cta a i { right: 4px; top: 6px; }
	.background-slider-fixed .item .caption h1 { font-size: 128px; }
	.grid-960 > .box .ttl h1 { font-size: 56px; }
}

@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: 56px; }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	body { min-width: 800px; }
	.grid-160 { width: 128px; }
	.grid-240 { width: 192px; }
	.grid-320 { width: 256px; }
	.grid-400 { width: 320px; }
	.grid-480 { width: 384px; }
	.grid-560 { width: 448px; }
	.grid-640 { width: 512px; }
	.grid-720 { width: 576px; }
	.grid-800 { width: 640px; }
	.grid-880 { width: 704px; }
	.grid-960, .centerize { width: 768px; }
	.box .ttl h1, .box .ttl p { font-size: 24px; }
	
	.background-slider-fixed .item .caption h1 { font-size: 96px; }	

	.view-faq .item .faq-q .ttl h2 { font-size: 18px; }
	.view-faq .item .faq-q:before { font-size: 14px; padding: 16px 0px; width: 32px; }
}

@media only screen and (min-width: 820px) {
	.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; }
	.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; }		
	.ttl { padding: 10px; }
	.ttl h1 { font-size: 24px !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: 13px !important; }	
	.box .txt .img { width: 100%; margin: 0px 0px 10px 0px; padding: 0px; }
	.box .txt li:before { top: 2px; }
	.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 { padding: 8px 10px 2px 44px; font-size: 14px; }
	.google-map iframe { height: 200px; }
	.ibox-ttl { display: none !important; }
	main { padding: 50px 0px 50px 0px; min-height: auto; }

	#header-flow, #header-fixed { display: none; }
	#header-banner { padding-top: 20px; }
	#header-responsive { display: block; background: #fefefe; box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1); }
	#header-responsive .menu, #header-responsive .lang { position: relative; text-align: left; width: 100%; margin: 0px; padding: 0px; display: none; border-top: 1px solid rgba(0,0,0,0.2); background: #fefefe; }
	#header-responsive .menu .item { position: relative; display: inline-block; text-align: center; width: 50%; border-bottom: 1px solid rgba(0,0,0,0.2); 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) { border-right: 1px solid rgba(0,0,0,0.2); }
	#header-responsive .menu .item a { position: relative; display: inline-block; vertical-align: middle; margin: auto 0; padding: 10px 0px; color: #191919; line-height: 1em; font-size: 18px; }
	#header-responsive .menu .item.active { background: #C82345; }
	#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; border-bottom: 1px solid rgba(0,0,0,0.2); color: #191919; 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: #C82345; }
	#header-responsive .logo { position: relative; padding: 5px; }
	#header-responsive .logo img { height: 40px; width: auto; display: block; }
	#menu-responsive-btn { color: #191919; background: 0; position: relative; float: right; width: 60px; height: 50px; border: 0; }
	#menu-responsive-btn:hover, #lang-responsive-btn:hover { cursor: pointer; }
	#menu-responsive-btn:before { content: "\f0c9"; font-family: FontAwesome; font-size: 20px; position: absolute; display: block; padding: 10px 5px; right: 5px; top: 5px; width: 41px; text-align: center; color: #191919; background: #ffffff; border-radius: 6px; -webkit-border-radius: 6px; 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: #191919; position: relative; float: right; padding: 8px 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; box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1); 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; font-weight: bold; color: #0E1B42; box-shadow: 0 0; border: 0; height: 46px; padding-right: 52px; }
	.responsive-dropdown select option { color: #191919; background: #fefefe; font-size: 16px; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: FontAwesome; 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: #191919; background: #fefefe; 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 #cn { 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; }	
	
	.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: #730023; color: #fefefe; font-family: 'Palanquin', 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 .ttl h2 { font-size: 18px !important; }
	.view-faq .item .faq-q:before { font-size: 14px; padding: 16px 0px; width: 32px; }
	.view-service .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: 10px 100%; margin-bottom: 15px; }
	.view-service .box .txt .table-container table { 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;	}
	.view-service .box .txt .table-container::-webkit-scrollbar {	-webkit-appearance: none;	width: 14px; height: 14px; }
	.view-service .box .txt .table-container::-webkit-scrollbar-thumb {	border-radius: 8px;	border: 3px solid #fefefe;	background-color: #a8a8a8; }

}

@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: 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, footer { display: none !important; }
 	@page { margin: 2cm; }
}

/* Jscroll */

.jscroll-loading { }
.jquery-loading-content { position: relative; width: 100%; text-align: center; }
.jquery-loading-content i { font-size: 72px; color: #2a2a2a; padding: 20px 0px; }

/* 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: FontAwesome; 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: FontAwesome; 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: FontAwesome; font-size: 24px; content: "\f00d"; }
        #cboxClose:hover { color: #fefefe; }
								
