

/* 

	 Coco Loco Festival
	 2026 Always Awake bvba

	 info@alwaysawake.be

	 Colors
	 	 
	 #f7f1f1 		text
	 #ffffff 		title
	 #ff2a22 		hyperlink
	 #ff493f 		hover
	 #c90808		active
	 
	 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=Oswald:500|Poppins:400,400i,700,700i);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.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: 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: #f7f1f1; font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 17px; width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-y: scroll; }
body { margin: 0px; padding: 0px; height: 100%; background: #120305; background-size: contain; }

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: #ff493f; }

/* Header */

#header-responsive { position: fixed; width: 100%; z-index: 102; background: rgba(18,3,5,0.94); min-height: 20px; display: none; border-bottom: 0; }
#header-fixed { position: fixed; top: 0; width: 100%; z-index: 102; background: rgba(18,3,5,0.94); display: none; height: 60px; overflow: hidden; }
#header-flow { position: relative; width: 100%; min-height: 50px; background: rgba(18,3,5,0.94); text-align: center; vertical-align: top; overflow: hidden; z-index: 102; }

.menu { position: relative; text-align: right; padding: 0px; }
.menu a { position: relative; display: inline-block; font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; font-size: 15px; color: #fefefe; padding: 21px; margin: 0px; overflow: hidden; vertical-align: bottom; letter-spacing: 0px; transition: all 500ms ease-in-out; }
.menu a:hover { color: #ff493f; transition: all 0ms ease-in-out; }
.menu a.active { color: #ff2a22; }
.lang { position: relative; text-align: right; padding: 0px; }
.lang a { position: relative; display: inline-block; font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; font-size: 14px; color: #fefefe; padding: 21px 21px; margin: 0px; overflow: hidden; vertical-align: bottom; letter-spacing: 0px; }
.lang a:hover { color: #ff2a22; background: 0; }
.lang a.active { color: #ff2a22; }
.logo { position: relative; padding: 0px; float: left; margin: 0px; }

#header-flow .menu { position: relative; display: inline-block; float: right; width: auto; text-align: center; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; }
#header-flow .menu a { padding: 19px 16px; border-radius: 0px; }
#header-flow .logo { position: relative; display: inline-block; float: left; width: auto; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 5px 10px; text-align: center; }
#header-flow .logo img { display: inline-block; vertical-align: top; width: auto; width: auto; height: 50px; padding: 0px; }
#header-flow .menu a:last-child { color: #fefefe; background: #ff2a22; }
#header-flow .menu a:last-child:hover { color: #fefefe; background: #ff493f; }

#header-flow .header-top { position: relative; display: block; width: 100%; text-align: center; padding: 5px 10px; box-sizing: border-box; }
#header-flow .header-top .header-top-dateloc { position: relative; float: left; font-family: 'Oswald', sans-serif; font-weight: 500; 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-flow .header-top .header-top-info { position: relative; float: right; }
#header-flow .header-top .header-top-info a { color: #fefefe; font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; font-size: 14px; padding: 5px 20px; transition: all 500ms ease-in-out; }
#header-flow .header-top .header-top-info a:hover { color: #ff493f; transition: all 0ms ease-in-out; }
#header-flow .header-top .header-top-info a.active { color: #ff2a22; }

#header-fixed .menu { margin: 0px; float: right; margin-right: 20px; overflow: hidden; }
#header-fixed .menu a { font-size: 14px; padding: 20px 16px; }
#header-fixed .logo img { position: relative; display: inline-block; vertical-align: top; width: auto; height: 50px; padding: 5px 10px; }

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

#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: #ffffff;  }
#breadcrumbs .box a:hover { color: #ff493f; }
#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, #header-fixed .menu a { margin: 0px 0px 0px 20px; }
}

/* 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: #ff2a22; 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: #f7f1f1; 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: #f7f1f1; 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 { }
.add-background.light { position: relative; background: #fefefe; }
.add-background.dark { position: relative; background: rgba(18,3,5,0.72); }
.box.with-read-more { padding-bottom: 60px; }
.box.cta { padding-bottom: 90px; }
.linkable .box.add-background.light:hover .ttl h1 a { color: #ff493f; }

.box .ttl, .box .txt { position: relative; padding: 10px 30px; 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; font-family: 'Oswald', sans-serif; font-weight: 500; line-height: 1em; text-transform: uppercase; }
.box .ttl h1, .box .ttl h1 a { color: #ffffff; position: relative; }
.box .ttl h1 a:hover { color: #ff493f; }
.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: 16px; }

.box.centered .txt > *, .box.centered .ttl h1 { text-align: center; }

.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: 22px; }
.box .txt h4 { font-size: 20px; }
.box .txt, .box .txt p { font-size: 15px; }
.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: 4px; content: "\f00c"; font-family: FontAwesome; color: #ff2a22; 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.square, .box .vmo.square {  padding-bottom: calc(100% - 10px); }
.box .ytb iframe, .box .vmo iframe { position: absolute; 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: #191315; background: #fefefe; text-align: center; width: 32px; padding: 24px; border-radius: 40px; -webkit-border-radius: 40px; }
.box .social .icon:hover i { color: #fefefe; background: #ff493f; }

.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: #ff2a22; 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: #ff493f; }

.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: 1200px; 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: top; color: #191315; background: #fefefe; font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 14px; text-transform: uppercase; padding: 8px 32px 8px 12px; border-radius: 6px; -webkit-border-radius: 6px; margin: 0px; z-index: 1; transition: all 500ms ease-in-out; }
.box .forward a i { margin-right: .5em; }
.box .forward a:before { font-family: FontAwesome; content: "\f105"; font-size: 20px; color: #191315; position: absolute; right: 10px; top: 50%; margin-top: -11px; z-index: -1; transition: right 100ms ease-in-out; }
.box .forward a:hover { color: #fefefe; background: #ff493f; transition: all 0ms ease-in-out; }
.box .forward a:hover:before { color: #fefefe; right: 5px; font-size: 29px; margin-top: -16px; transition: right 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; color: #191315; background: #fefefe; text-align: center; font-family: 'Oswald', sans-serif; font-weight: 500; 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: #191315; margin-right: 15px; margin-top: -5px; }
.box .cta a:hover { color: #fefefe; background: #ff493f; }
.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: #ff2a22; 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 */

#container { position: relative; min-height: 100%; overflow: hidden; }
#cn { position: relative; padding: 0px 0px 160px 0px; min-height: 60vh; }

.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: #131B24; background: #ffffff; 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: #ff493f; }
.paginate-table a.active, .paginate-table span { color: #fefefe; background: #c90808; }

/* Background slider */

.background-slider-container { position: relative; width: 100%; height: 100%; background: #ffffff; }
#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: 'Oswald', sans-serif; font-weight: 500; 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: #ff2a22; box-shadow: 5px 2px 0px #ff2a22, 5px -2px 0px #ff2a22, -5px 2px 0px #ff2a22, -5px -2px 0px #ff2a22; -webkit-box-shadow: 5px 2px 0px #ff2a22, 5px -2px 0px #ff2a22, -5px 2px 0px #ff2a22, -5px -2px 0px #ff2a22; }
.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; -webkit-box-shadow: 5px 2px 0px #F5F6F7, 5px -2px 0px #F5F6F7, -5px 2px 0px #F5F6F7, -5px -2px 0px #F5F6F7; border-radius: 6px; -webkit-border-radius: 6px; }
.background-slider-fixed .item .caption h2:before { font-family: FontAwesome; 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: #ff2a22; color: #fefefe; font-family: 'Poppins', 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: #ff2a22; }

.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: 'Oswald', sans-serif; font-weight: 500; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #fefefe; background: #ff493f; box-shadow: 20px 10px 0 #ff493f, -10px 10px 0 #ff493f, 20px -10px 0 #ff493f, -10px -10px 0 #ff493f; -webkit-box-shadow: 20px 10px 0 #ff493f, -10px 10px 0 #ff493f, 20px -10px 0 #ff493f, -10px -10px 0 #ff493f; 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; 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: #c90808; box-shadow: 20px 10px 0 #c90808, -10px 10px 0 #c90808, 20px -10px 0 #c90808, -10px -10px 0 #c90808; -webkit-box-shadow: 20px 10px 0 #c90808, -10px 10px 0 #c90808, 20px -10px 0 #c90808, -10px -10px 0 #c90808; transition: all 0ms ease-in-out; }
.view-toc .holds-menu .box .item.active a { background: #c90808; box-shadow: 20px 10px 0 #c90808, -10px 10px 0 #c90808, 20px -10px 0 #c90808, -10px -10px 0 #c90808; -webkit-box-shadow: 20px 10px 0 #c90808, -10px 10px 0 #c90808, 20px -10px 0 #c90808, -10px -10px 0 #c90808; }
.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 .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: 'Oswald', sans-serif; font-weight: 500; 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: #f7f1f1; 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: #ff2a22; font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 96px; text-align: center; text-transform: uppercase; padding: 10px 0px 0px 0px; margin: 0; }
.view-odometers .caption { position: relative; color: #ffffff; font-family: 'Oswald', sans-serif; font-weight: 500; 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: #ffffff; 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: #ffffff; box-shadow: 10px 5px 0px #ffffff, 10px -5px 0px #ffffff, -10px 5px 0px #ffffff, -10px -5px 0px #ffffff; -webkit-box-shadow: 10px 5px 0px #ffffff, 10px -5px 0px #ffffff, -10px 5px 0px #ffffff, -10px -5px 0px #ffffff; }
.view-form-top .box .txt { color: #f7f1f1; 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: #ffffff; 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: #ffffff; 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; }
.view-faq .item:last-child { margin-bottom: 0px; }
.view-faq .item.active { border-radius: 6px; -webkit-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: 'Oswald', sans-serif; font-weight: 500; font-size: 18px; color: #ffffff; transition: all 200ms ease-in-out; }
.view-faq .item .faq-q:hover { cursor: pointer; }
.view-faq .item .faq-q:hover .ttl h2 { color: #ff493f; 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: #f7f1f1; }
.view-faq .item .faq-q:before { content: "\f054"; font-family: FontAwesome; font-size: 16px; position: absolute; display: block; padding: 18px 6px; right: 0px; top: 0px; width: 41px; text-align: center; color: #f7f1f1; 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 0px 10px; }
.view-forwarders .item { position: relative; display: inline-block; vertical-align: top; color: #191315; background: #c90808; font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; 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 { padding: 0px; color: #ffffff; transition: all 200ms ease-in-out; }
.view-forwarders .item .ttl h2 { font-size: 32px; }
.view-forwarders .item .ttl h2 i { margin-right: 0.2em; font-size: 120%; }
.view-forwarders .item .txt { font-size: 18px; }
.view-forwarders .item:hover { color: #fefefe; background: #ff493f; transition: all 0ms ease-in-out; }
.view-forwarders .item:hover .ttl, .view-forwarders .item:hover .txt { color: #fefefe; transition: all 0ms ease-in-out; }

.view-forwarders .item:last-child { color: #fefefe; background: #ff2a22; }
.view-forwarders .item:last-child .ttl { color: #fefefe; }
.view-forwarders .item:last-child:hover { color: #fefefe; background: #ff493f; }

/* 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: #f7f1f1; }
.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: url("/2017/lay/070718/theme-bg-wood.jpg") repeat-y center 0px; 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: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; padding: 0; margin: 0; width: 100%; text-shadow: 0px 2px #f7f1f1; }

@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: #ffffff; 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: #f7f1f1; text-align: left; overflow: hidden; }
.pagefeed-embed-post .box.tw .txt { text-align: left; }
.pagefeed-embed-post .box .txt a { color: #f7f1f1; text-decoration: underline; }
.pagefeed-embed-post .box .txt a:hover { color: #ff2a22; }
.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: #ff2a22; 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: #ff2a22; 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: #ff493f; color: #fafafa; }

/* Ft */

#ft { position: relative; width: 100%; margin: 0px; background: linear-gradient(to bottom, rgba(25,19,21,0), rgba(25,19,21,0.5), rgba(25,19,21,0.7), rgba(18,3,5,0.94)); }
#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: 'Oswald', sans-serif; font-weight: 500; font-size: 24px; color: #ffffff; 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: 'Oswald', sans-serif; font-weight: 500; 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: #ff493f; }

.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: #ff493f; }

#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: #ff493f; }

/* Forms */

input, button { color: #f7f1f1; font-family: 'Poppins', 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: #f7f1f1; font-family: 'Poppins', 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: #f7f1f1; font-family: 'Poppins', 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: #ffffff; font-size: 16px; font-weight: 700; }
::-webkit-input-placeholder { color: #ffffff; font-style: italic !important; }
:-moz-placeholder { color: #ffffff; opacity: 1; font-style: italic !important; }
::-moz-placeholder { color: #ffffff; opacity: 1; font-style: italic !important; }
:-ms-input-placeholder { color: #ffffff; font-style: italic !important; }
.placeholder { color: #ffffff; 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: #ffffff; border-color: #ff2a22; box-shadow: 0px 0px 0px 3px rgba(255,42,34,0.35); -webkit-box-shadow: 0px 0px 0px 3px rgba(255,42,34,0.35); }
/* 
.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: #ff2a22; }
.forms-form-checkbox input[type=checkbox]:checked + label { color: #ff2a22; }
.forms-form-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #ff2a22; }
.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: #ff2a22; }
.forms-form-radio input[type=radio]:checked + label { color: #ff2a22; }
.forms-form-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #ff2a22; }
.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: #ffffff; 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: #ff2a22; color: #fefefe; font-family: 'Oswald', sans-serif; font-weight: 500; 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: #ff493f; color: #fefefe; }

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

/* Theme */

#theme-hero-artwork { position: relative; width: 100vw; height: 90vh; background: url("/2018/lay/080926/hero-cocoloco-festival-2026-2560x1350px.png") no-repeat center bottom; background-size: cover; }

/*
.box.add-theme { background: url("/2017/lay/070718/theme-box-bg.jpg"); }
.box.add-theme:before { content: ""; position: absolute; top: -8px; right: -2px; left: -2px; height: 11px; background: url("/2017/lay/070718/theme-box-top.png") repeat-x center top; }
.box.add-theme:after { content: ""; position: absolute; right: -2px; bottom: -8px; left: -2px; height: 10px; background: url("/2017/lay/070718/theme-box-ft.png") repeat-x center bottom; }
.box.add-theme .ttl h1, .box.add-theme .ttl h1 a { color: #fefefe; position: relative; }
.box.add-theme .txt { color: #fefefe; }
*/

.header-top-info a img { position: relative; display: inline-block; margin: 0px; box-shadow: 0px 0px 0px 0px #ff493f; transition: all 200ms ease-in-out; }
.header-top-info a:hover img { box-shadow: 0px 0px 0px 10px #ff493f; transition: all 100ms ease-in-out; }
.header-top-info a:first-child img { margin-left: 15px; }
.header-top-info a:last-child { margin-right: 25px; }
#header-flow .header-top .header-top-info a { padding: 5px 10px 5px 10px; }

.body-welkom .view-scenery:first-child .box { }

body #theme { position: fixed; top: 0; right: 0; bottom: 0; left: 0; }

@media only screen and (min-width: 820px) {
	body:not(.body-home) #theme { background: url("/2018/lay/080926/bg-1920x1350px.jpg") no-repeat center bottom; background-size: cover; }
	body.body-home #theme { background: url("/2018/lay/080926/bg-1920x1350px.jpg") no-repeat center bottom; background-size: cover; }
}

@media only screen and (max-width: 820px) and (orientation: portrait) {
	body:not(.body-home) #theme { background: url("/2018/lay/080926/bg-1920x1350px.jpg") no-repeat center bottom; background-size: cover; }
	body.body-home #theme { background: url("/2018/lay/080926/bg-1920x1350px.jpg") no-repeat center bottom; background-size: cover; }
}

@media only screen and (max-width: 820px) and (orientation: landscape) {
	body:not(.body-home) #theme { background: url("/2018/lay/080926/bg-1920x1350px.jpg") no-repeat center bottom; background-size: cover; }
	body.body-home #theme { background: url("/2018/lay/080926/bg-1920x1350px.jpg") no-repeat center bottom; background-size: cover; }
}


@media only screen and (min-width: 1620px) { .theme-welkom-logo { padding-top: 200px; } }
@media only screen and (min-width: 1400px) and (max-width: 1620px) { .theme-welkom-logo { padding-top: 100px; } }
@media only screen and (min-width: 1280px) and (max-width: 1400px) { .theme-welkom-logo { padding-top: 50px; } }
@media only screen and (min-width: 640px) and (max-width: 820px) { .theme-welkom-logo { padding-top: 50px; } }
@media only screen and (max-width: 640px) { .theme-welkom-logo { padding-top: 100px; } }

.theme-popup-blur { position: relative; text-align: center; padding: 40px 20px; min-width: 40vw; color: #fefefe; background: #ff493f; box-sizing: border-box; -webkit-box-sizing: border-box; }
.theme-popup-blur a { text-decoration: underline; }
.theme-popup-blur a:hover { color: #ffffff; }

@media only screen and (min-width: 1240px) { 
.theme-welkom-welcometext .box:before { left: -40px; right: -40px; }
.theme-welkom-welcometext .box:after { left: -40px; right: -40px; }
}

.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: 'Oswald', sans-serif; font-weight: 500; line-height: 1em; text-transform: uppercase; }

.theme-home-influencers .box.add-background.dark { background: 0; }
.theme-home-influencers .box .img img { }

#ft .theme-section-title h4 { font-size: 24px; }
.theme-ft-partners .grid-160 img { max-width: 80px; }

@media only screen and (max-width: 820px) { 
	.theme-ft-partners .grid-160 { width: 25%; }
}

.theme-line-up-artists .box { z-index: 1; overflow: visible; background: 0; }
.theme-line-up-artists .box:hover .img:before { border: 20px solid rgba(255,42,34,.45); top: 0px; right: 0px; bottom: 0px; left: 0px; transition: all 100ms ease-in-out; }
.theme-line-up-artists .box:after { position: absolute; content: ""; top: -18px; right: -18px; bottom: -18px; left: -18px; background: url("/2018/lay/311019/theme-artist-overlay.png") no-repeat center center; background-size: cover; z-index: -1; }
.theme-line-up-artists .box .ttl { position: absolute; bottom: 10px; left: 10px; right: 10px; text-align: center; background: rgba(18,3,5,0.72); padding: 18px 20px; }
.theme-line-up-artists .box .img { padding: 0px; margin: 0px; transition: all 200ms ease-in-out; }
.theme-line-up-artists .box .img:before { position: absolute; content: ""; top: 10px; right: 10px; bottom: 10px; left: 10px; border: 2px solid rgba(255,42,34,.65); transition: all 200ms ease-in-out; }

@media only screen and (min-width: 1024px) and (max-width: 1240px) { .theme-line-up-artists .box:after { top: -12px; right: -12px; bottom: -12px; left: -12px; } }
@media only screen and (min-width: 820px) and (max-width: 1024px) { .theme-line-up-artists .box:after { top: -6px; right: -6px; bottom: -6px; left: -6px; } }
@media only screen and (max-width: 640px) { .theme-line-up-artists .box:after { top: -12px; right: -12px; bottom: -12px; left: -12px; }}

.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: #f7f1f1; background: rgba(18,3,5,0.72); border-radius: 6px; -webkit-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: #ff493f; transition: all 100ms ease-in-out; }

.home-carousel { position: relative; width: 100%; }
.home-carousel .item { position: relative; display: inline-block; }
.home-carousel .item img { position: relative; display: block; width: 100%; }

@media only screen and (max-width: 640px) { .home-carousel .item { position: relative; display: block; width: 100vw !important; } }

.home-facebook-video-box {  position: relative; padding-bottom: 100%; padding-top: 0px; height: 0; overflow: hidden; }
.home-vimeo-video-box { position: relative; padding-bottom: 56%; padding-top: 0px; height: 0; overflow: hidden; }
.home-vimeo-square-video-box { position: relative; padding-bottom: 100%; padding-top: 0px; height: 0; overflow: hidden; }
.home-facebook-video-box iframe, .home-vimeo-video-box iframe, .home-vimeo-square-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.theme-ft-partners { text-align: center; }

.theme-tickets-ticketshops { position: relative; padding: 0px 0px 20px 0px; }
.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; }
}

@media only screen and (min-width: 820px) {
	.theme-welkom-welcometext .box { padding: 10px; }
}

.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; background: url("/2017/lay/070718/theme-bg-wood.jpg") repeat-y center 0px; background-size: 375px auto; border-radius: 6px; -webkit-border-radius: 6px; box-sizing: border-box; -webkit-box-sizing: border-box; margin: 10px; transition: all 200ms ease-in-out; }
.theme-line-up-stage-logos .item a { position: relative; display: inline-block; vertical-align: middle; font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 24px; color: #fefefe; text-shadow: 0px 2px #f7f1f1; padding: 16px; margin: 0px; overflow: hidden; text-transform: lowercase; letter-spacing: 0px; transition: all 300ms ease-in-out; }
.theme-line-up-stage-logos .item:hover { transition: all 150ms ease-in-out; background: url("/2017/lay/070718/theme-bg-wood.jpg") repeat-y center 20px; background-size: 375px auto; }
.theme-line-up-stage-logos .item:hover a { padding: 20px 16px 12px 16px; transition: all 100ms ease-in-out; }
.theme-line-up-stage-logos .item.active a { color: #c90808; }
.theme-line-up-artists { position: relative; text-align: center; }
/*
.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; }
*/
.view-countdown .box .counter .number { }

.theme-ticket-info { position: relative; text-align: center; }

@media only screen and (max-width: 820px) {
	.theme-line-up-artists .grid-320 { width: 50%; }
	.theme-line-up-artists .box .img { margin: 0px; }
	.theme-line-up-artists .box, .theme-line-up-artists .box:hover { margin: 20px; padding: 0px; }
	.theme-ticket-info.grid-320 { width: 100%; } 
}

@media only screen and (min-width: 1240px) {
	#theme { }
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	#theme { }
	.theme-ticket-shop { width: 100% !important; }
	.theme-ticket-shop .grid-480 { width: 100% !important; }
	.theme-ticket-info.grid-480 { width: 100%; }
	.theme-ticket-info.grid-480 .grid-480 { width: 100%; }
}

@media only screen and (max-width: 820px) {
	#theme { }
	.theme-ticket-shop { width: 100% !important; }
	.theme-ticket-shop .grid-480 { width: 100% !important; }
	.theme-ticket-info.grid-480 { width: 100%; }
	.theme-ticket-info.grid-480 .grid-480 { width: 100%; }
	.theme-section-title h4 { font-size: 18px; }
}

/* 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-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) {
	.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; }		
	.ttl { padding: 10px; }
	.ttl h1 { font-size: 24px !important; }
	.grid-320 > .box .ttl h1 { font-size: 14px !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 { font-size: 14px; }
	.google-map iframe { height: 200px; }
	.ibox-ttl { display: none !important; }
	#cn { padding: 51px 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; border-top: 1px solid rgba(0,0,0,0.2); }
	#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: 80px; -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: #f7f1f1; line-height: 1em; font-size: 14px; }
	#header-responsive .menu .item.active { background: #c90808; }
	#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: #f7f1f1; 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: #c90808; }
	#header-responsive .logo { position: relative; padding: 0px; }
	#header-responsive .logo img { height: 50px; width: auto; display: block; }
	#menu-responsive-btn { color: #f7f1f1; background: 0; position: relative; float: right; width: 54px; height: 51px; border: 0; overflow: hidden; border-left: 1px solid rgba(0,0,0,0.1); }
	#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: 16px 6px; right: 0px; top: 0px; width: 41px; text-align: center; color: #f7f1f1; 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: #f7f1f1; 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; }
	#lang-responsive-btn:before { content: "\f05a"; font-family: FontAwesome; font-size: 20px; position: absolute; display: block; padding: 16px 6px; right: 0px; top: 0px; width: 41px; text-align: center; color: #f7f1f1; background: 0; transition: all 100ms ease-in-out; }

	.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: #191315; 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: #191315; 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 #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; }	
	
	.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: #ff2a22; color: #fefefe; font-family: 'Poppins', 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 (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; }
}

/* Jscroll */

.jscroll-loading { }
.jquery-loading-content { position: relative; width: 100%; text-align: center; }
.jquery-loading-content i { font-size: 72px; color: #ffffff; 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; }


