

/* 

	 Pool Cover Systems
	 2018 Always Awake bvba

	 info@alwaysawake.be

	 Colors
	 	 
	 #2c363a 		text
	 #3d4549 		title
	 #55c1e4 		hyperlink
	 #eb5729 		hover
	 #55c1e4		active
	 #231E1F		menu link
	 #00A8D7		menu hover

	 z-index order

	 1 content
	 2 footer
	 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=Raleway:400,700|Nunito+Sans:400,400i,700,700i);
@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 { 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; line-height: 1em; background: #14B9D6; color: #fefefe; 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-right: 10px; margin-left: -10px; font-size: 24px; }

/* Basics */

#overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255,255,255,0.7); opacity: 0; z-index: -1; display: none; }
#overlay.active { display: block; z-index: 100; animation: aa-fadein-overlay 0.4s ease-out forwards; }
#overlay.active.z-index-200 { display: block; z-index: 200; }
@keyframes aa-fadein-overlay { 0% { opacity: 0; }	100% { opacity: 1; } }

html { color: #2c363a; font-family: 'Nunito Sans', sans-serif; font-weight: 400; font-size: 15px; width: 100%; margin: 0px; padding: 0px; height: 100%; }
body { margin: 0px; padding: 0px; height: 100%; min-height: 100%; overflow-y: scroll; overflow-x: hidden; }
#container { position: relative; display: flex; flex-direction: column; }

header { position: relative; flex: none; z-index: 102; }
footer { position: relative; flex: none; z-index: 61; }
main { position: relative; flex: 1 0 auto; z-index: 1; }

img { border: 0; display: block; }
h1, h2, h3, h4, h5, h6, 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: #55c1e4;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover {	color: #eb5729; }

/* Header */

#header-responsive { position: fixed; width: 100%; z-index: 102; min-height: 20px; background: #2C363A; display: none; }
#header-fixed { position: fixed; top: 0; width: 100%; z-index: 102; background: #2C363A; display: none; height: 50px; overflow: hidden; }
#header-flow { position: relative; width: 100%; min-height: 100px; background: #2C363A; 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: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 18px; color: #fefefe; padding: 15px 18px; margin: 0px; overflow: hidden; vertical-align: bottom; transition: all 200ms ease-in-out; }
.menu a:hover { color: #eb5729; transition: all 100ms ease-in-out; }
.menu a.active { color: #55c1e4; }
.lang { position: relative; text-align: right; padding: 0px; }
.lang a { position: relative; display: inline-block; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 16px; color: #fefefe; padding: 12px 18px; margin: 0px; overflow: hidden; vertical-align: bottom;  transition: all 200ms ease-in-out; }
.lang a:hover { color: #eb5729; background: 0; transition: all 100ms ease-in-out; }
.lang a.active { color: #55c1e4; }
.logo { position: relative; padding: 0px; float: left; margin: 0px; }

#header-flow .top { position: relative; width: 100%; background: #3D4549; z-index: 103; }
#header-flow .top .top-menu { position: relative; margin: 0px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0px 20px; overflow: hidden; }
#header-flow .top .top-menu a { position: relative; display: inline-block; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 16px; color: #231E1F; padding: 8px 16px; margin: 0px; overflow: hidden; vertical-align: bottom; }
#header-flow .top .top-menu a:hover { color: #eb5729; }
#header-flow .top .top-menu a.active { color: #55c1e4; }

#header-flow .logo { position: relative; float: left; width: 240px; padding: 0px 12px; }
#header-flow .logo img { position: relative; display: inline-block; vertical-align: top; width: auto; height: 100px; padding: 0px; }
#header-flow .menu { margin: 0px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 24px 20px; overflow: hidden; z-index: 103; }
#header-flow .menu a { margin: 0px 2px; }
#header-flow .lang { margin: 0px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0px 20px; overflow: hidden; z-index: 103; }

#header-fixed .menu { margin: 5px 0px 0px 0px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0px 20px; overflow: hidden; }
#header-fixed .menu a { font-size: 15px; padding: 9px 8px; margin: 0px 2px; letter-spacing: 1px; }
#header-fixed .menu a.active:before { left: 2px; right: 2px; }
#header-fixed .logo { padding: 0px 12px; }
#header-fixed .logo img { position: relative; display: inline-block; vertical-align: top; width: auto; height: 50px; padding: 0px; }

#action { position: relative; background: #eb5729; z-index: 101; }
#action .centerize .box { text-align: center; color: #fefefe; }
#action .centerize .box h1 { color: #fefefe; font-size: 32px; }
#action .centerize .box .ttl { padding: 10px 30px; }
#action .centerize .box .ttl:before { display: none; }

#breadcrumbs { position: relative; background: #3D4549; }
#breadcrumbs .box { text-align: left; padding: 10px 24px; }
#breadcrumbs .box a { position: relative; display: inline-block; vertical-align: top; padding: 4px 10px; font-size: 15px; color: #878786;  }
#breadcrumbs .box a:hover { color: #eb5729; }
#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; }

.partners-logout { position: relative; }
.partners-logout .box { text-align: right; padding: 10px 24px; }
.partners-logout .box .name { position: relative; display: inline-block; vertical-align: top; padding: 4px 10px; }
.partners-logout .box a { position: relative; display: inline-block; vertical-align: top; padding: 4px 10px; font-size: 15px; color: #878786; text-decoration: underline; }
.partners-logout .box a:hover { color: #eb5729; }
.partners-logout .box a i { position: relative; display: inline-block; font-size: 80%; top: -1px; margin-right: 6px; } 

@media only screen and (min-width: 820px) and (max-width: 1280px) {
	#header-flow .menu a { font-size: 16px; padding: 16px 8px; }
	#header-fixed .menu a { font-size: 13px; padding: 10px 6px; letter-spacing: 0px; }
}

/* 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: aa-ani-shake 1s ease-in; -webkit-animation: aa-ani-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: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 320px; width: 340px; 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; }
}

/* Project */

#priority-message { position: relative; background: #fefefe; z-index: 101; }
#priority-message .centerize .box { text-align: center; color: #2c363a; }
#priority-message:before { position: absolute; left: 0; display: block; content: "\f071"; font-family: FontAwesome; font-size: 32px; text-align: center; color: #55c1e4; background: 0; padding: 5px 10px; } 
#priority-message.active { z-index: 201; }
#priority-message.active .centerize .box .txt { white-space: normal; }
#priority-message.active:after { display: none; }
#priority-message.active .close { position: fixed; top: 0px; right: 0px; z-index: 121; }
#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: #333; 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:before { font-size: 24px; }
	#priority-message:after { content: "\f078"; font-family: FontAwesome; font-size: 14px; position: absolute; display: block; padding: 10px 6px; right: 0px; top: 0px; z-index: 1001; width: 41px; text-align: center; color: #2c363a; 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%); } 
}

/* Grid */

.centerize { position: relative; margin: 0 auto; padding: 0px 10px; width: 960px; text-align: center; vertical-align: top; }
.grid-80, .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-80 { width: 80px; }
.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; }
.box.add-background.light { position: relative; background: rgba(236,239,240,.6); box-shadow: 0px 16px 32px -16px rgba(58,44,54,.3); transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out; overflow: hidden; }
.linkable > .box.add-background.light:hover { background: #B0E2F2; box-shadow: 0px 0px 0px 4px #B0E2F2, 0px 16px 24px -16px rgba(58,44,54,.5); transition: background 100ms ease-in-out, box-shadow 100ms ease-in-out; }
.box.add-background.dark { position: relative; background: rgba(0,0,0,0.9); }
.box.with-read-more { padding-bottom: 50px; }
.box.cta { padding-bottom: 90px; }

.box .ttl, .box .txt { position: relative; padding: 10px 30px; margin: 0px; }
.box .files { position: relative; padding: 5px 25px; 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: 32px; line-height: 1em; }
.box .ttl h1, .box .ttl h1 a { color: #3d4549; font-family: 'Raleway', sans-serif; font-weight: 400; position: relative; }
.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: 52px; }
.grid-320 > .box .ttl h1, .grid-240 > .box .ttl h1 { font-size: 24px; }

.box .txt h1 { font-size: 42px; font-family: 'Raleway', sans-serif; font-weight: 400; margin-bottom: 20px; line-height: 1em; text-transform: none; }
.box .txt h2, .box .txt h3, .box .txt h4, .box .txt h5, .box .txt h6, .box .txt p { margin-bottom: 20px; line-height: 1.5em; font-weight: 400; }
.box .txt > *:last-child { margin-bottom: 0px; }
.box .txt h1 { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 32px; }
.box .txt h2 { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 26px; }
.box .txt h3 { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 20px; }
.box .txt h4 { font-weight: 700; text-transform: uppercase; font-size: 17px; }
.box .txt, .box .txt p { font-size: 15px; }
.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 ul { list-style-type: none; padding: 0px; text-align: left; }
.box .txt li { position: relative; padding: 0px 5px 10px 24px; }
.box .txt ul li:before { position: absolute; left: 0px; top: 2px; content: "\f105"; font-family: FontAwesome; color: #55c1e4; 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.has-float-img .img { position: relative; display: inline-block; float: right; vertical-align: top; width: 500px; max-width: 40%; }

.box .ytb, .box .vmo {  position: relative; padding-bottom: 54.25%; padding-top: 10px; margin: 0px; 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: #fefefe; background: #55c1e4; box-shadow: 0px 4px 0px -2px #2c4a9a; text-align: center; width: 32px; padding: 24px; border-radius: 40px; -webkit-border-radius: 40px; transition: all 200ms ease-in-out; }
.box .social .icon:hover i { color: #fefefe; background: #eb5729; box-shadow: 0px 4px 0px -2px #2b7b50; transition: all 100ms ease-in-out; }

.box .fb-embedded-post { position: relative; width: 100%; margin: 0 auto 10px auto; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; }

.files { position: relative; text-align: left; margin: 5px; width: 100%; }
.files .item { position: relative; display: inline-block; vertical-align: top; margin: 5px; min-width: 30%; }
.files .item a { position: relative; display: block; color: #fefefe; background: #55c1e4; box-shadow: 0px 4px 0px -2px #2c4a9a; margin: 2px; 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; background: rgba(0,0,0,.1); width: 24px; text-align: center; color: #fefefe; font-size: 25px; padding: 15px 5px; }
.files .item:hover a i { top: 2px; color: #fefefe; }
.files .item:hover a { color: #fefefe; background: #eb5729; box-shadow: 0px 4px 0px -2px #2b7b50; margin: 4px 2px 0px 2px; }

.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: center; bottom: -5px; left: -10px; right: -10px; }
.forward a { position: relative; display: inline-block; vertical-align: top; font-family: 'Raleway', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 12px; line-height: 12px; letter-spacing: 2px; padding: 11px 32px 11px 12px; color: #fefefe; background: #2C363A; border-radius: 3px; -webkit-border-radius: 3px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
.forward a:before { font-family: FontAwesome; content: "\f105"; font-size: 21px; font-weight: 400; color: #fefefe; position: absolute; right: 10px; top: 50%; margin-top: -7px; z-index: -1; transition: right 100ms ease-in-out; }
.linkable > .box:hover .forward a, .forward a:hover { color: #fefefe; background: #eb5729; transition: all 100ms ease-in-out; }
.linkable > .box:hover .forward a:before, .forward a:hover:before { color: #fefefe; right: 5px; font-size: 29px; margin-top: -8px; 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; background: #55c1e4; color: #fefefe; text-align: center; font-family: 'Raleway', sans-serif; font-weight: 400;text-transform: uppercase; font-size: 22px; letter-spacing: 1px; padding: 20px; min-width: 50%; border-radius: 3px; -webkit-border-radius: 3px; 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; font-weight: 400; }
.box .cta a:hover { background: #eb5729; }

.share { position: relative; text-align: right; }
.share .item { position: relative; display: inline-block; vertical-align: top; margin: 2px; }
.share .item i { font-size: 24px; width: 24px; padding: 15px; vertical-align: top; color: #fefefe; background: #55c1e4; box-shadow: 0px 4px 0px -2px #2c4a9a; text-align: center; border-radius: 32px; -webkit-border-radius: 32px; }
.share .item:hover i { cursor: pointer; padding: 17px 15px 13px 15px; color: #fefefe; background: #eb5729; box-shadow: 0px 4px 0px -2px #2b7b50; }
.share .item:hover { margin: 4px 2px 0px 2px; }

/* Template */

#container { position: relative; min-height: 100%; }

.clear { clear: both; }

.paginate-table { clear: both; position: relative; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0px; z-index: 11; text-align: center; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 700; font-size: 16px; color: #2c363a; background: #E9EDEF; 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: #eb5729; }
.paginate-table a.active, .paginate-table span { color: #fefefe; background: #55c1e4; }

/* Background slider */

.background-slider-container { position: relative; width: 100%; height: 70vh; }
#background-slider-forward-dest { position: absolute; bottom: 40px; left: 0px; height: 1px; width: 1px; z-index: -1; }
.background-slider { position: relative; width: 100%; height: 70vh; }

.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,.6)); z-index: 60; }
.background-slider .item .caption { position: absolute; bottom: 0; right: 0; box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; text-align: right; z-index: 61; padding: 50px; }
.background-slider .item .caption h1 { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 96px; position: relative; color: #fefefe; margin: 0px 0px 10px 0px; line-height: 0.85em; padding: 0px; word-wrap: break-word; z-index: 61; }
.background-slider .item .caption h1 a { font-weight: 400; font-size: inherit; color: #fefefe; position: relative; margin: 0px; padding: 0px; }
.background-slider .item .caption h2 { clear: both; position: relative; display: inline-block; margin: 24px 10px 0px 10px; color: #131B24; font-size: 18px; padding: 10px; line-height: 1.4em; font-weight: 400; vertical-align: top; background: #E9EDEF; box-shadow: 5px 2px 0px #E9EDEF, 5px -2px 0px #E9EDEF, -5px 2px 0px #E9EDEF, -5px -2px 0px #E9EDEF; -webkit-box-shadow: 5px 2px 0px #E9EDEF, 5px -2px 0px #E9EDEF, -5px 2px 0px #E9EDEF, -5px -2px 0px #E9EDEF; border-radius: 6px; -webkit-border-radius: 6px; animation: aa-ani-shake 0.8s ease-out 1 forwards;	-webkit-animation: aa-ani-shake 0.8s ease-out 1 forwards; }
.background-slider .item .caption h2:before { font-family: FontAwesome; content: "\f245"; position: absolute; top: -16px; right: 20px; font-size: 32px; color: #E9EDEF; z-index: -1; }
.background-slider .item .caption .cta { position: relative; padding: 20px 5px 10px 5px; }
.background-slider .item .caption .cta a { position: relative; display: inline-block; vertical-align: top; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 16px; line-height: 16px; letter-spacing: 1px; padding: 11px 32px 11px 12px; color: #fefefe; background: #55c1e4; 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 .item .caption .cta a:before { font-family: FontAwesome; content: "\f105"; font-size: 21px; font-weight: 400; color: #fefefe; 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: #fefefe; background: #eb5729; box-shadow: 0px 2px 0px 0px #2b7b50; transition: all 100ms ease-in-out; }
.background-slider .item .caption .cta a:hover:before { color: #fefefe; right: 5px; font-size: 29px; margin-top: -8px; 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: #fefefe; background: #55c1e4; 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: #fefefe; background: #eb5729; 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: 96px; }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	.background-slider .item .caption { width: 80%; }
	.background-slider .item .caption h1 { font-size: 72px; line-height: 0.85em; }
}

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

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

@media only screen and (max-width: 820px) {
	#background-slider-forward-dest { bottom: 40px;}
	.background-slider .item .caption { padding: 20px 50px; }
	.background-slider .item .caption h1, .background-slider-fixed .item .caption h1 a { font-size: 32px; }
	.background-slider .item .caption h2 { margin: 14px 10px 0px 10px; font-size: 12px; padding: 5px; }
	.background-slider .item .caption h2:before { font-family: FontAwesome; content: "\f245"; position: absolute; top: -12px; right: 16px; font-size: 24px; color: #E9EDEF; z-index: -1; }
	.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 h1, .background-slider .item .caption h1 a { font-size: 48px; }	
}

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

/* 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 12px 0px; clear: both; }
.view-toc .holds-menu .box .item a { position: relative; display: inline; vertical-align: top; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 16px; letter-spacing: 1px; color: #2c363a; background: #E9EDEF; box-shadow: 20px 5px 0 #E9EDEF, -10px 5px 0 #E9EDEF, 20px -5px 0 #E9EDEF, -10px -5px 0 #E9EDEF; -webkit-box-shadow: 20px 5px 0 #E9EDEF, -10px 5px 0 #E9EDEF, 20px -5px 0 #E9EDEF, -10px -5px 0 #E9EDEF; 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 { color: #fefefe; background: #eb5729; box-shadow: 20px 5px 0 #eb5729, -10px 5px 0 #eb5729, 20px -5px 0 #eb5729, -10px -5px 0 #eb5729; -webkit-box-shadow: 20px 5px 0 #eb5729, -10px 5px 0 #eb5729, 20px -5px 0 #eb5729, -10px -5px 0 #eb5729; }
.view-toc .holds-menu .box .item.active a { color: #fefefe; background: #55c1e4; box-shadow: 20px 5px 0 #55c1e4, -10px 5px 0 #55c1e4, 20px -5px 0 #55c1e4, -10px -5px 0 #55c1e4; -webkit-box-shadow: 20px 5px 0 #55c1e4, -10px 5px 0 #55c1e4, 20px -5px 0 #55c1e4, -10px -5px 0 #55c1e4; }
.view-toc .holds-menu .box .item.active a:before { position: absolute; content: ""; right: -15px; top: 50%; margin-top: -1px; 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; }

.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; right: 0; box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; text-align: right; z-index: 61; padding: 50px; }
.view-scenery .banner .caption h3 { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 48px; position: relative; display: inline-block; color: #fefefe; margin: 0px 0px 10px 0px; line-height: 0.85em; padding: 0px; word-wrap: break-word; z-index: 61; }
.view-scenery .banner .caption h3:before { position: absolute; content: ""; bottom: -10px; left: 0; right: 0; border: 2px solid #878786; z-index: -1; }
.view-scenery .box.has-media { margin: 10px; }
.view-scenery .box .ttl h1 { position: relative; display: inline-block; vertical-align: top; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 48px; letter-spacing: 1px; color: #3D4549; }
.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 #55C1E4; }

.view-magazine { position: relative; width: 100%; }
.view-magazine .ias-item > .img img { width: 100%; height: auto; }
.view-magazine .item { position: relative; display: table; margin: 0px 0px; width: 100%; background: rgba(236,239,240,.6); overflow: hidden; }

.view-magazine .item .img { position: relative; display: table-cell; vertical-align: middle; width: 50%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.view-magazine .item .img .placeholder { padding-top: 60%; }
.view-magazine .caption { position: relative; display: table-cell; vertical-align: middle; width: 50%; padding: 5%; text-align: left; }
.view-magazine .caption .ttl h1 { position: relative; display: inline-block; vertical-align: top; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 42px; padding-bottom: 20px; }
.view-magazine .caption .ttl h2 { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 24px; padding-bottom: 20px; }
.view-magazine .caption .ttl h1, .view-magazine .caption .ttl h2 { line-height: 1em; color: #2c363a; }
.view-magazine .caption .txt { line-height: 1.5em; }
.view-magazine .caption .txt p { padding-bottom: 10px; }
.view-magazine .caption .txt ul { list-style-type: none; padding: 0px; text-align: left; }
.view-magazine .caption .txt li { position: relative; padding: 0px 5px 10px 24px; }
.view-magazine .caption .txt ul li:before { position: absolute; left: 0px; top: 0px; content: "\f105"; font-family: FontAwesome; color: #55c1e4; font-size: 14px; }
.view-magazine .caption .txt li a { font-weight: 400; }
.view-magazine .caption .forward { position: relative; padding-top: 20px; }

.view-odometers { position: relative; padding: 30px 0px 20px 0px; margin: 30px 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: #fefefe; background: #55C1E4; box-shadow: 0px 0px 0px 14px rgba(255,255,255,0); text-align: center; width: 64px; padding: 48px; border-radius: 96px; -webkit-border-radius: 96px; animation: aa-ani-odometers 2s ease-in-out forwards; }
.view-odometers .grid-320:nth-child(2) .icon i { animation-delay: 0.2s; }
.view-odometers .grid-320:nth-child(3) .icon i { animation-delay: 0.4s; }
.view-odometers .icon:before { position: absolute; bottom: -32px; left: 50%; width: 64px; text-align: center; font-family: FontAwesome; content: "\f0d7"; color: #55C1E4; font-size: 64px; margin-left: -32px; }
.view-odometers .number { position: relative; color: #3D4549; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: inherit; font-size: 96px; text-align: center; padding: 10px 0px 0px 0px; margin: 0; }
.view-odometers .caption { position: relative; color: #3D4549; font-family: 'Raleway', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 24px; text-align: center; padding: 20px 0px 10px 0px; margin: 0; }
.view-odometers .desc { position: relative; padding: 0px 10px; text-align: justify; text-justify: inter-word; }
@keyframes aa-ani-odometers { 30%, 50% { background: #eb5729; box-shadow: 0px 0px 0px 14px #eb5729; }	0%, 10%, 90%, 100% { background: #55C1E4; box-shadow: 0px 0px 0px 14px rgba(255,255,255,0); } }

.view-form .box { text-align: left; }
.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: #3d4549; background: #E8E8E8; vertical-align: bottom; border-radius: 2px; -webkit-border-radius: 2px; 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: #67c3cf; }
.view-form-submit-txt p { margin: 0px !important; padding: 0px; font-weight: 700; }

.view-contact-sidepanel .item { position: relative; padding: 0px 0px 0px 20px; box-sizing: border-box; -webkit-box-sizing: border-box; }
.view-contact-sidepanel .item .txt { padding: 5px 10px; }
.view-contact-sidepanel .item .txt h1 { }
.view-contact-sidepanel .item .icon { position: absolute; left: 0; top: 6px; width: 20px; text-align: center; }

.view-faq { position: relative; } 
.view-faq .item { position: relative; padding-bottom: 5px; margin: 0px 0px 5px 0px; border-bottom: 1px solid rgba(0,0,0,.1); }
.view-faq .item:last-child { margin-bottom: 0px; border-bottom: 0px; }
.view-faq .item.active { }
.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; }
.view-faq .item .faq-q .ttl h2 { position: relative; display: inline-block; font-family: 'Crimson Text', serif; font-weight: 400; font-size: 24px; color: #2c363a; transition: all 200ms ease-in-out; }
.view-faq .item .faq-q:hover { cursor: pointer; }
.view-faq .item .faq-q:hover .ttl h2 { color: #eb5729; 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: #55c1e4; }
.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: #2c363a; 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-faq .item { }

.view-tba { position: relative; padding: 80px 20px; box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; font-size: 150%; font-style: italic; }

@media only screen and (min-width: 1240px) {
	.view-scenery .banner { min-height: 60vh; } 
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	.view-scenery .banner .caption h3 { font-size: 32px; }
	.view-magazine .caption .ttl h1 { font-size: 28px; }
}

@media only screen and (min-width: 820px) {
	.view-service > .forward a { font-size: 24px; line-height: 24px; padding: 18px 64px 18px 24px; }
	.view-service > .forward a:before { font-size: 38px; right: 20px; top: 50%; margin-top: -14px; }
	.view-service > .forward a:hover:before { right: 10px; font-size: 48px; margin-top: -14px; }
	.forward.large a { font-size: 24px; line-height: 24px; padding: 18px 64px 18px 24px; }
	.forward.large a:before { font-size: 38px; right: 20px; top: 50%; margin-top: -14px; }
	.forward.large a:hover:before { right: 10px; font-size: 48px; margin-top: -14px; }
	.view-contact-sidepanel { margin-top: 20px; }
}

@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; }
	.view-magazine .item { position: relative; display: block; margin-top: 0px; }
	.view-magazine .item .img { display: none; }
	.view-magazine .caption { position: relative; display: block; width: 100%; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; }
	.view-magazine .caption .ttl { padding: 0px; }	
	.view-magazine .caption .ttl h1 { padding-bottom: 20px; }
}

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

/* Search */

.theme-search-form { position: relative; text-align: center; padding: 60px 0px; background: #d1d8db; }
.theme-search-form:before { position: absolute; content: ""; bottom: -10px; left: 0px; right: 0px; height: 24px; background: #d1d8db; transform: rotate(0.5deg); }
.theme-search-form .box { text-align: center; padding: 0px; }
.theme-search-form .box input { position: relative; font-family: 'Nunito Sans', sans-serif; letter-spacing: 0px; padding: 15px 10px; width: auto; min-width: 60%; max-width: 100%; display: inline-block; vertical-align: top; font-size: 48px; color: #292A2B; background: #fefefe; border: 0px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.theme-search-form .box button { position: relative; font-family: 'Nunito Sans', sans-serif; font-size: 48px; letter-spacing: 0px; padding: 15px 20px; display: inline-block; vertical-align: top; margin-left: 0px; background: #55c1e4; color: #fefefe; border: 0px; border-radius: 0px; -webkit-border-radius: 0px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.theme-search-form .box button:hover { background: #eb5729; }
.theme-search-form .box button i { font-size: 48px; }
.search-form-desc { position: relative; padding: 10px; text-align: center; font-style: italic; font-weight: 700; font-size: 16px; }
.theme-search-form #q:focus::-webkit-input-placeholder { opacity: 0; }
.theme-search-form #q:focus:-moz-placeholder { opacity: 0; }
.theme-search-form #q:focus::-moz-placeholder { opacity: 0; }
.theme-search-form #q:focus:-ms-input-placeholder { opacity: 0; }
.theme-search-form #q:focus::placeholder { opacity: 0; }

.autocomplete-suggestions { box-sizing: border-box; -webkit-box-sizing: border-box; background: #fefefe; overflow: auto; }
.autocomplete-suggestion { padding: 4px 5px; white-space: nowrap; overflow: hidden; font-size: 18px; text-overflow: ellipsis; cursor: pointer; }
.autocomplete-no-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; font-size: 16px; text-overflow: ellipsis; font-weight: 700; font-style: italic; }
.autocomplete-selected { background: #E9EDEF; }
.autocomplete-suggestions strong { font-weight: 700; color: #55c1e4; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.theme-zoeken-results { position: relative; text-align: left; padding: 10px 10px; }
.theme-zoeken-results .letter { position: relative; display: block; vertical-align: top; text-align: left; margin: 5px; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 48px; }
.theme-zoeken-results .item { position: relative; display: block; vertical-align: top; text-align: left; margin: 5px; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 24px; }
.theme-zoeken-results .item:nth-child(odd) { background: #E9EDEF; }
.theme-zoeken-results .item .title { font-size: inherit; clear: both; }
.theme-zoeken-results .item .title a { color: #231E1F; font-size: inherit; font-family: 'Raleway', sans-serif; font-weight: 400; }
.theme-zoeken-results .item .page-title { position: relative; float: left; display: inline; background: #eb5729; color: #fefefe; font-size: 50%; padding: 4px; border-radius: 6px; -webkit-border-radius: 6px; }
.theme-zoeken-results .item:hover { background: #eb5729; }
.theme-zoeken-results .item:hover .title a, .theme-zoeken-results .item:hover .page-title { color: #fefefe; }
.theme-zoeken-form { position: relative; padding: 0px; }

.theme-toc-results .item.even { background: #fefefe; }
.theme-toc-results .item.odd { background: #E9EDEF; }
.theme-toc-results .item:hover { background: #eb5729; }
.theme-toc-results .item:hover .title a, .theme-toc-results .item:hover .page-title { color: #fefefe; }

@media only screen and (max-width: 1240px) {
	.theme-search-form .box input { font-size: 24px; padding: 10px 10px; min-width: 50%; max-width: 70%; }
	.theme-search-form .box button { font-size: 24px; padding: 10px 15px; margin-left: -2px; }
	.theme-search-form .box button i { font-size: 24px; }
	.search-form-desc { font-size: 13px; }
	.autocomplete-suggestion { font-size: 16px; }
	.theme-zoeken-results .item { font-size: 18px; }	
}

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

@media only screen and (max-width: 640px) {
	.theme-zoeken-results .item { font-size: 14px; }
	.theme-zoeken-results .item .page-title { font-size: 80%; }
}

/* Hero */

#theme-home-hero { position: relative; width: 100%; height: 0px; padding-top: 56.25%; }
#theme-home-hero video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }

/* Theme views */

#container { position: relative; background: url("/2018/lay/theme-bg.png") no-repeat bottom center; background-size: contain; }

.ft-bg { position: relative; width: 100%; background: 0; }

.add-transition, .add-transition > * { transition: all 200ms ease-in-out; }
.add-transition:hover, .add-transition:hover > * { transition: all 100ms ease-in-out; }

.box .txt h5 a { position: relative; display: inline-block; vertical-align: top; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 16px; letter-spacing: 1px; text-decoration: none; padding: 11px 12px 11px 12px; color: #fefefe; background: #55c1e4; 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; }
.box .txt h5 a:hover { color: #fefefe; background: #eb5729; box-shadow: 0px 2px 0px 0px #2b7b50; transition: all 100ms ease-in-out; }

.theme-team.view-services .box { text-align: center; }
.theme-team.view-services .box .img { display: inline-block; vertical-align: top; max-width: 60%; margin: 0px; padding: 0px; border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; }
.theme-team.view-service .box .img { display: inline-block; vertical-align: top; max-width: 230px; margin: 0px; padding: 0px; border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; }
.theme-team.view-services .box .txt { padding: 10px 10px; }
.theme-team.view-services .box .ttl { padding: 10px 0px; }
.theme-team.view-services .box .ttl h1 a { font-size: 18px; }
.theme-team.view-services .box .txt a { white-space: nowrap; }

.theme-welkom-bg { position: relative; background: 0; z-index: 60; padding: 0px; }
.theme-welcometext.box { margin: 0px 20px; padding: 10px 0px 20px 0px; }
.theme-welcometext.box .txt { padding-bottom: 0px; }
.theme-welcometext .txt h3 { font-size: 32px; }
.theme-welcometext .txt p { font-size: 18px; }

.theme-welkom-actiebericht { position: relative; padding: 10px 0px 0px 0px; top: -40px; margin-bottom: -40px; }
.theme-welkom-actiebericht .box { padding: 40px 0px; }
.theme-welkom-actiebericht .box:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; transition: all 200ms ease-in-out; transform: rotate(-0.5deg); background: #55c1e4; animation: aa-ani-actiebericht 2s ease-in-out;	-webkit-animation: aa-ani-actiebericht 2s ease-in-out; }
.theme-welkom-actiebericht .box .ttl { padding-top: 0px; padding-bottom: 10px; }
.theme-welkom-actiebericht .box .ttl h1 { font-size: 32px; color: #fefefe; }
.theme-welkom-actiebericht .box .ttl h1 a { color: #fefefe; }
.theme-welkom-actiebericht .box .txt { padding-top: 0px; padding-bottom: 0px; color: #fefefe; }
.theme-welkom-actiebericht .box:hover:before { background: #eb5729; transform: rotate(0.5deg); transition: all 100ms ease-in-out; }
@keyframes aa-ani-actiebericht { 0%,40% { background: #eb5729; } 100% { background: #55c1e4; } }

.theme-welkom-nieuws { position: relative; width: 100%; text-align: center; padding: 20px 0px; }
.theme-welkom-nieuws .box .img { margin: -20px -20px 0px -20px; }
.theme-welkom-nieuws .box .ttl h1 { text-align: left; }

.theme-welkom-forwarders { position: relative; padding-bottom: 20px; }

.theme-section-title { position: relative; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 20px; text-align: center; }
.theme-section-title h4 { position: relative; display: inline-block; vertical-align: top; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 48px; letter-spacing: 1px; color: #3D4549; }
.theme-section-title h4:before { position: absolute; content: ""; bottom: -10px; left: 0; right: 0; border: 2px solid #878786; }
.theme-section-title h4:after { position: absolute; content: ""; bottom: -10px; left: 0; right: 50%; border: 2px solid #55C1E4; }
.theme-section-title.add-padding-top { padding-top: 60px; }
.theme-section-title.add-padding-bottom { padding-bottom: 60px; }

.view-services .box .txt { padding-top: 0px; }
.view-service .box .img { overflow: hidden; margin: 10px; padding: 0px; }
.view-service .box .img .ribbon { position: absolute; text-align: center; right: -40px; top: 50px; width: 200px; transform-origin: center center; -webkit-transform: rotate(45deg); transform: rotate(45deg); color: #0E0E0E; background: #55c1e4; padding: 10px; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 12px; box-shadow: 0px 2px 0px 0px rgba(14,14,14,.4); }
.view-service .box .txt p { font-size: 15px; }
.view-service .box .txt table { width: auto; }
.view-service .box .txt table tr td { border-bottom: 2px solid rgba(0,0,0,0.1); }
.view-service .box .txt table tr:nth-child(even) td { background: rgba(255,255,255,0.4); }
.view-service > .forward { box-sizing: border-box; -webkit-box-sizing: border-box; padding: 20px; }

.theme-contact .box .google-map, .theme-contact .box .google-map iframe { height: 100%; min-height: 240px; }

.theme-ft-social.centerize { position: relative; padding: 0px 10px 60px 10px; }

.theme-ft-contact { position: relative; padding: 40px 0px; text-align: center; }
.theme-ft-contact .item { position: relative; display: inline-block; padding: 8px 10px 8px 20px; margin: 10px 20px; }
.theme-ft-contact .item .icon { position: absolute; left: -20px; top: 50%; margin-top: -20px; }
.theme-ft-contact .item .icon i { background: #55C1E4; color: #fefefe; width: 24px; font-size: 16px; padding: 12px 8px; border-radius: 50%; -webkit-border-radius: 50%; }
.theme-ft-contact .item .txt { position: relative; padding: 10px; z-index: 3; }
.theme-ft-contact .item .txt p { font-size: 24px; color: #E9EDEF; }
.theme-ft-contact .item .txt p a { color: #E9EDEF; }
.theme-ft-contact .item:before { position: absolute; content:""; left: 0; top: 0; right: 0; bottom: 0; background: #3D4549; border-radius: 3px; -webkit-border-radius: 3px; }

@media only screen and (min-width: 2560px) {
	body { background-size: cover; }
}

@media only screen and (min-width: 1240px) {
	.view-service .box .txt table tr td { padding: 10px; }
} 

@media only screen and (min-width: 820px) {
	main { padding-bottom: 100px; }
	.view-services .box .img { margin: -20px -20px 0px -20px; }
	.theme-diensten-items .box.add-background.light { margin: 30px; padding: 0px; }
	.theme-diensten-items .box:hover .ttl { transition: bottom 100ms ease-in-out; bottom: 0px; }
	.theme-diensten-items .box:hover .img { margin: -10px -10px -10px -10px; transition: all 100ms ease-in-out; }
	.theme-diensten-items .box.add-background.light:hover { margin: 20px; transition: margin 100ms ease-in-out, padding 100ms ease-in-out, box-shadow 100ms ease-in-out; box-shadow: 0px 4px 0px 0px #eb5729; }
	.theme-diensten-items > .grid-240 .ttl h1 a { font-size: 18px; } 
	.background-slider-container > .forward { display: none; }
}

@media only screen and (min-width: 820px) and (max-width: 1600px) {
	.theme-realisaties > div { width: 33.333333%; }
	.body-welkom .theme-realisaties > div { width: 50%; }
	.theme-ft-contact .item { padding: 2px 8px 2px 12px; margin: 10px 10px; }
	.theme-ft-contact .item .icon { left: -10px; top: 50%; margin-top: -11px; }
	.theme-ft-contact .item .icon i { color: #fefefe; width: 14px; font-size: 10px; padding: 6px 4px; }
	.theme-ft-contact .item .txt { padding: 8px; }
	.theme-ft-contact .item .txt p { font-size: 15px; }	
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	.theme-diensten-items .box .ttl h1 a { font-size: 18px; }
	.theme-diensten-items .box.add-background.light { margin: 10px; padding: 0px; }
	.theme-diensten-items .box.add-background.light:hover { margin: 0px; }
	.theme-section-title h4 { font-size: 42px; }
	.theme-welcometext .txt h3 { font-size: 26px; }
	.theme-welcometext .txt p { font-size: 18px; }
	.view-services .box .txt { font-size: 14px; }
	.theme-team.view-services > .grid-240 { width: 50%; max-width: 460px; }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	.box .ttl , .box .txt { padding: 10px 0px; }
	.view-service .theme-labels { text-align: left; padding: 0px; margin-left: -5px; }
	.theme-diensten-items > .grid-240 { width: 50%; max-width: 460px; }
	#header-flow .menu { max-width: 500px; padding: 0px 20px; margin-top: -2px; }
}

@media only screen and (max-width: 820px) {
	html { font-size: 12px; }
	.ft-bg:before { top: -32px; left: 50%; width: 64px; height: 64px; line-height: 64px; margin-left: -32px; font-size: 32px; }
	.theme-welkom-nieuws .centerize > div { border-left: 0px; }
	.view-services .box .img { margin: -15px -15px 0px -15px; }
	.body-diensten .view-services > div { width: 100%; }
	.theme-diensten-items > div { width: 50%; }	
	.theme-diensten-items .box .img { margin: -20px -20px -20px -20px; }
	.theme-diensten-items .box .ttl { position: absolute; bottom: 0px; left: 0px; padding: 0; }
	.theme-diensten-items .box .ttl h1 a { font-size: 16px !important; }		
	.theme-diensten-items .box .img .ribbon { right: -60px; top: 30px; padding: 10px; }
	.view-service .theme-labels { text-align: left; padding: 0px 5px; }
	.theme-labels .item a { font-size: 14px; }
	.theme-welkom-actiebericht { position: relative; padding: 10px 0px 0px 0px; top: -30px; margin-bottom: -30px; }
	.theme-welkom-actiebericht .box { padding: 20px 0px; }

	.theme-section-title { padding: 50px 10px 10px 10px; }
	.theme-section-title:before { top: 10px; margin-left: -20px; width: 40px; height: 50px; background: url("/2018/lay/logo-bliksem-paars-200pxh.png") center center; background-size: auto 50px; }
	.theme-section-title h4 { font-size: 24px; }
	.theme-section-title.add-padding-top { padding-top: 70px; }
	.theme-section-title.add-padding-bottom { padding-bottom: 20px; }

	.theme-realisaties > div { width: 50%; }

	.theme-ft-contact .item { padding: 2px 8px 2px 12px; margin: 10px 10px; }
	.theme-ft-contact .item .icon { left: -10px; top: 50%; margin-top: -14px; }
	.theme-ft-contact .item .icon i { color: #fefefe; width: 12px; font-size: 8px; padding: 6px 4px; }
	.theme-ft-contact .item .txt { padding: 8px; }
	.theme-ft-contact .item .txt p { font-size: 14px; }

	.theme-team.view-service .box { text-align: center; }
	.theme-team.view-service .box .ttl, .theme-team.view-service .box .txt { text-align: left; }
	.theme-team.view-service .box.has-float-img .img { float: none; display: inline-block; margin: 0 auto; }
	
	.theme-contact > .grid-400 { width: 100%; }

}

@media only screen and (max-width: 640px) {
	.theme-welkom-realisaties .item { width: 50%; }
	.theme-ft-lochristi-font img { height: 30px; padding: 0px 2px; }
	.box .txt h5 a { font-size: 14px; }
}

@media only screen and (max-width: 480px) {
	.theme-diensten-items .box .img .ribbon { right: -60px; top: 30px; padding: 5px; font-size: 11px; }
	.theme-realisaties > div { width: 100%; }	
	.theme-section-title h4 { font-size: 18px; }		
	.theme-team.view-services > .grid-240 { width: 100%; }
}

/* 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: #67c3cf; }
.view-countdown .box .counter { position: relative; font-weight: 700; font-size: 128px; color: #2c363a; 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: #E9EDEF; box-shadow: 0px 2px 0px 0px #d1d8db; 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: 'Raleway', sans-serif; font-weight: 400; 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: 96px; }		
}

@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; padding: 0; }
.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: #3d4549; font-size: 12px; font-weight: 400; z-index: 1; }
.pagefeed-embed-post .box .img { position: relative; clear: both; background: 0; width: 100%; padding: 0px; padding-top: 66%; overflow: hidden; margin: 0px; }
.pagefeed-embed-post .box .img img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: auto; display: block; }
.pagefeed-embed-post .box .txt { position: relative; clear: both; font-size: 16px; padding: 10px 10px 0px 10px; color: #2c363a; text-align: left; overflow: hidden; display: none; }
.pagefeed-embed-post .box.tw .txt { text-align: left; }
.pagefeed-embed-post .box .txt a { color: #2c363a; text-decoration: underline; }
.pagefeed-embed-post .box .txt a:hover { color: #55c1e4; }
.pagefeed-embed-post .box.add-source:before { font-family: FontAwesome; color: #fefefe; font-size: 20px; text-align: center; width: 20px; position: absolute; top: 5px; right: 7px; z-index: 2; }
.pagefeed-embed-post .box.add-source:after { font-family: FontAwesome; content: "\f111"; color: #dddddd; font-size: 72px; position: absolute; top: -32px; right: -24px; z-index: 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.yo:before { content: "\f167"; color: #fefefe; }
.pagefeed-embed-post .box.vi:before { content: "\f27d"; 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: #DC2C75; }
.pagefeed-embed-post .box.yo:after { color: #FF0000; }
.pagefeed-embed-post .box.vi:after { color: #1BB6EC; }
.pagefeed-embed-post .box .count { position: relative; }
.pagefeed-embed-post .box .count .item { position: relative; display: inline-block; color: #55c1e4; 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: #55c1e4; 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"; }

.pagefeed-embed-post .box { transform: rotate(-1deg); }
.pagefeed-embed-post:nth-child(4n+1) .box { transform: rotate(1deg); }
.pagefeed-embed-post:nth-child(4n+2) .box { transform: rotate(-2deg); }
.pagefeed-embed-post:nth-child(4n+3) .box { transform: rotate(2deg); }

/* 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; } }
@keyframes aa-ani-pulse {	0%, 100% { transform: scale(1); } 25%, 75% { transform: scale(.9); } 50% { transform: scale(1.2); } }
@keyframes aa-ani-jump-up { 0%,100% { transform: translate3d(0px,0px,0); } 50% { transform: translate3d(0px,-10px,0) rotate(2deg); } 80% { transform: translate3d(0px,5px,0) rotate(-2deg); } 88% { transform: translate3d(0px,-3px,0) translateZ(0); } 94% { transform: translate3d(0px,3px,0); } }

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

/* Ft */

#ft-tag { position: absolute; left: 0; bottom: 0; }

.ft-bottom { position: absolute; bottom: 0; left: 0; right: 0; }

.ft-openingsuren { position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 40px 10px 0px 10px; text-align: center; }

.ft-menu { position: relative; padding: 10px 0px; }
.ft-menu .box { text-align: center; }
.ft-menu .box a { position: relative; display: inline-block; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 16px; letter-spacing: 1px; color: #2c363a; padding: 16px; margin: 0px; overflow: hidden; vertical-align: bottom; background: rgba(0,0,0,0.05); }
.ft-menu .box a:hover { color: #eb5729; background: rgba(255,255,255,1);}

.ft-tagpages { position: relative; padding: 20px 10px; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; }
.ft-tagpages a { position: relative; display: inline-block; font-family: 'Raleway', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; color: #2c363a; padding: 10px; margin: 0px; overflow: hidden; vertical-align: middle; background: rgba(0,0,0,0.05); }
.ft-tagpages a:hover { color: #eb5729; background: rgba(255,255,255,1);}

.ft-cookies-privacy { position: relative; padding: 20px 20px 60px 20px; text-align: center; font-size: 14px; font-weight: 400; color: #2c363a; box-sizing: border-box; -webkit-box-sizing: border-box; }
.ft-cookies-privacy a { color: #2c363a; text-decoration: underline; font-weight: 400; padding: 0px 10px; }
.ft-cookies-privacy a:hover { color: #eb5729; }

#ft-credits { position: absolute; bottom: 10px; right: 5px; text-align: right; color: #2c363a; }
#ft-credits a { font-family: 'Nunito Sans', sans-serif; font-weight: 700; font-size: 9px; text-transform: uppercase; text-decoration: none; color: #2c363a; padding: 3px 6px; display: inline-block; margin: 0px 2px; border-radius: 3px; -webkit-border-radius: 3px; }
#ft-credits a:hover { color: #eb5729; opacity: 1; }

/* Forms */

input, button { color: #2c363a; font-family: 'Nunito Sans', sans-serif; font-size: 15px; font-weight: 400; background: #fefefe; width: 100%; padding: 10px; box-sizing: border-box; border: 1px solid #d1d8db; -webkit-appearance: none; outline: none; border-radius: 0px; }
select { color: #2c363a; font-family: 'Nunito Sans', sans-serif; font-size: 15px; font-weight: 400; background: #fefefe; width: 100%; padding: 10px; box-sizing: border-box; border: 1px solid #d1d8db; -webkit-appearance: none; outline: none; border-radius: 0px; min-height: 42px; } 
textarea { color: #2c363a; font-family: 'Nunito Sans', sans-serif; font-size: 15px; font-weight: 400; background: #fefefe; width: 100%; padding: 10px; box-sizing: border-box; border: 1px solid #d1d8db; resize: vertical; -webkit-appearance: none; outline: none; border-radius: 0px; }
label, .view-form .txt h3 { color: #2c363a; font-size: 18px; font-weight: 400; }
.view-form .txt { margin-top: 20px; }
.view-form .txt h3 { padding: 0px; margin: 0px; }
.view-form table { position: relative; padding: 0px 30px 10px 30px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; }
.view-form table tr th { padding: 5px; text-align: center; }
.view-form table tr td { padding: 5px; border-top: 1px solid #d1d8db; }
::-webkit-input-placeholder { color: #2c363a; font-style: italic !important; }
:-moz-placeholder { color: #2c363a; opacity: 1; font-style: italic !important; }
::-moz-placeholder { color: #2c363a; opacity: 1; font-style: italic !important; }
:-ms-input-placeholder { color: #2c363a; font-style: italic !important; }
.placeholder { color: #2c363a; 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, .forms-form-textarea { position: relative; margin: 10px 30px 0px 30px; }
.forms-form-input.no-top-margin { margin-top: 0px; }
.forms-form-input input:focus, .forms-form-sc input:focus, .forms-form-textarea textarea:focus { color: #2c363a; border-color: #eb5729; box-shadow: 0px 0px 0px 3px #eb5729; -webkit-box-shadow: 0px 0px 0px 3px #eb5729; outline: none; }
button:focus, input[type=submit]:focus { outline: #eb5729; }
/* 
.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: 0px; 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 20px 0px 30px; }
.txt + .forms-form-checkbox { margin-top: 0px; }
.forms-form-checkbox label { position: relative; display: block; padding-left: 40px; font-size: 16px; }
.forms-form-checkbox input[type=checkbox] { display:none; }
.forms-form-checkbox input[type=checkbox] + label:before { position: absolute; left: 0px; 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: #eb5729; }
.forms-form-checkbox input[type=checkbox]:checked + label { color: #eb5729; }
.forms-form-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #eb5729; }
.forms-form-radio { position: relative; margin: 0px 30px 10px 30px; }
.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: 25px; content: "\f0c8"; color: #BDBDBD; vertical-align: top; }
.view-form table tr td .forms-form-radio { margin: 0px; text-align: center; }
.forms-form-radio input[type=radio] + label:hover { color: #eb5729; }
.forms-form-radio input[type=radio]:checked + label { color: #eb5729; }
.forms-form-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #eb5729; }
.forms-form-textarea textarea { min-height: 200px; }
.forms-form-sc .forms-form-sc-code { display: inline-block; color: #2c363a; 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 48px; color: #fefefe; font-family: 'Raleway', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; text-decoration: none; width: auto; border: 0; background: #55c1e4; border-radius: 3px; -webkit-border-radius: 3px; transition: all 200ms ease-in-out; }
input[type=submit]:hover, button:hover { cursor: pointer; background: 0; color: #fefefe; background: #eb5729; transition: all 100ms ease-in-out; }

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

/* Responsive */

@media only screen and (min-width: 1600px) {
	.centerize { width: 1500px; }
	.grid-80 { width: 125px; }
	.grid-160 { width: 250px; }
	.grid-240 { width: 375px; }
	.grid-320 { width: 500px; }
	.grid-400 { width: 625px; }
	.grid-480 { width: 750px; }
	.grid-560 { width: 875px; }
	.grid-640 { width: 1000px; }
	.grid-720 { width: 1125px; }
	.grid-800 { width: 1250px; }
	.grid-880 { width: 1375px; }
	.grid-960 { width: 1500px; }
}

@media only screen and (min-width: 1240px) and (max-width: 1600px) {
	.centerize { width: 1200px; }
	.grid-80 { width: 100px; }
	.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; }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	.box .ttl h1, .box .ttl p { font-size: 24px; }
	.box .cta a { padding: 16px 12px; font-size: 15px; }
	.grid-960 > .box .ttl h1 { font-size: 36px; }
	.grid-320 > .box .ttl h1 { font-size: 18px; }
	.box .ttl, .box .txt { padding: 10px 20px; }
	.forms-form-input, .forms-form-date, .forms-form-select, .forms-form-sc, .forms-form-textarea { position: relative; margin: 20px 20px 0px 20px; }	
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	body { min-width: 800px; }
	.grid-80 { width: 64px; }
	.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; }
	.grid-960 > .box .ttl h1 { font-size: 36px; }
	.grid-320 > .box .ttl h1 { font-size: 18px; }
	.box .ttl h1, .box .ttl p { font-size: 24px; }
	.box .cta a { padding: 16px 12px; font-size: 15px; }
	.box .ttl, .box .txt { padding: 10px 10px; }
	.forms-form-input, .forms-form-date, .forms-form-select, .forms-form-sc, .forms-form-textarea { position: relative; margin: 20px 10px 0px 10px; }	
}

@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: 120px; }
	.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%; box-sizing: border-box; padding: 0px; }
	.add-margin { margin: 10px; }
	.box .ttl, .box .txt, .box .files { 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; }
	.box .ttl:before { bottom: -2px; left: 10px; border-bottom: 2px solid #55c1e4; }
	.linkable:hover > .box .ttl:before { border-bottom: 2px solid #eb5729; }
	.grid-320 > .box .ttl h1 { font-size: 20px !important; }	
	.ttl h2 { font-size: 18px !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 h4 { font-size: 16px !important; }	
	.txt, .txt p { font-size: 14px !important; }	
	.box .txt .img { width: 100%; margin: 0px 0px 10px 0px; padding: 0px; }
	.box .txt li:before { top: 2px; }
	.box .cta a { padding: 16px 12px; font-size: 15px; }
	.files { position: relative; text-align: left; margin: 10px 5px; width: auto; padding: 0; box-sizing: border-box; }
	.files .item { display: block; }
	.files .item a .filename { font-size: 14px; }
	.google-map iframe { height: 200px; }
	.ibox-ttl { display: none !important; }
	main { padding: 50px 0px 0px 0px; min-height: auto; }
	.box .forward { bottom: 5px; }
	.box .social .icon { margin: 5px; }
	.box .social .icon i { font-size: 24px; width: 24px; padding: 16px; border-radius: 32px; -webkit-border-radius: 32px; }

	#header-flow, #header-fixed { display: none; }
	#header-responsive { display: block; }
	#header-responsive.active .menu { height: 100vh; overflow-y: scroll; -webkit-overflow-scrolling: touch; background: 0; }	
	#header-responsive .menu, #header-responsive .lang { position: relative; text-align: left; width: 100%; margin: 50px 0px 0px 0px; padding: 0px; display: none; }
	#header-responsive .menu .menu-items a:last-child { margin-bottom: 100px; }
	#header-responsive .menu a, #header-responsive .lang a { position: relative; display: flex; justify-content: center; align-items: center; height: 80px; width: 100%; text-align: center; padding: 10px 10px; border: 0; border-bottom: 1px solid rgba(0,0,0,0.2); color: #fefefe; background: 0; box-sizing: border-box; border-radius: 0; margin: 0; }
	#header-responsive .menu .topmenu-items a { position: relative; display: flex; justify-content: center; align-items: center; height: 80px; padding: 10px 10px; background: 0; }
	#header-responsive .menu a.active, #header-responsive .lang a.active { border-bottom: 1px solid rgba(0,0,0,0.2); color: #fefefe; background: #55c1e4; }
	#header-responsive .menu .menu-items a, #header-responsive .lang a { width: 50%; padding: 10px 10px; float: left; min-height: 70px; vertical-align: middle; }
	#header-responsive .menu .menu-items a:nth-child(odd), #header-responsive .lang a:nth-child(odd) { border-right: 1px solid rgba(0,0,0,0.2); }
	#header-responsive .bar { position: fixed; top: 0; height: 50px; width: 100%; background: #2C363A; z-index: 103; }
	#header-responsive.active .bar { border-bottom: 1px solid rgba(0,0,0,0.2); }
	#header-responsive .logo { position: relative; padding: 0px 12px; }
	#header-responsive .logo img { height: 50px; width: auto; display: block; }
	#menu-responsive-btn { color: #fefefe; background: 0; position: relative; float: right; width: 54px; height: 50px; border: 0; overflow: hidden; border-left: 1px solid rgba(245,245,245,0.3); }
	#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: #fefefe; 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: #fefefe; position: relative; float: right; padding: 13px 14px; border: 0; border-left: 1px solid rgba(245,245,245,0.3); font-weight: 700; text-transform: uppercase; font-size: 20px; }
	
	.responsive-dropdown { position: fixed; z-index: 3; width: 100%; padding: 0px; border-bottom: 1px solid rgba(0,0,0,0.1); background: #fefefe; margin: 0px; }
	.responsive-dropdown select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: transparent; width: 100%; 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: #2c363a; background: #fefefe; font-size: 16px; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: FontAwesome; font-size: 14px; position: absolute; display: block; padding: 16px 6px; right: 0px; top: 0px; z-index: -1; width: 41px; text-align: center; color: #2c363a; 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 main { margin-top: 34px; }
	.has-priority-message #action { margin-top: 85px; }
	
	#breadcrumbs .box a { display: block; font-size: 13px; }
	#breadcrumbs .box a i { top: -1px; left: -10px; margin-right: -7px; } 
	#breadcrumbs .box a:not(:first-child):before { top: -1px; left: -8px; }

	#action { margin-top: 51px; border-top: 1px solid rgba(0,0,0,0.1); }
	#action .box { margin: 10px 0px; }
	#action .box .ttl h1 { font-size: 18px !important; }
	#action .box .txt { font-size: 12px; }	
	
	.view-form-top .box { margin: 0px 0px; }
	.forms-form-input, .forms-form-date, .forms-form-select, .forms-form-sc, .forms-form-textarea { position: relative; margin: 20px 10px 0px 10px; }	
	.view-picturefolder .grid-320, .view-line-up-artists .grid-320 { width: 50%; }
	.view-odometers .grid-320 { width: 33.3333%; }
	.view-faq .item .faq-q:before { font-size: 14px; padding: 16px 0px; width: 32px; }
	
	.view-service .box .txt table { overflow-x: auto; display: block; }
	.view-service .box .txt table tbody { display: table; }	
}

@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; }
	.view-odometers .caption { font-size: 18px; }
}

@media only screen and (max-width: 640px) {
	.view-odometers .grid-320 { width: 100%; }
} 

@media only screen and (min-width: 480px) and (max-width: 820px) {
	.view-odometers .icon i { font-size: 32px; width: 32px; padding: 24px; border-radius: 48px; -webkit-border-radius: 48px; }
	.view-odometers .number { font-size: 48px; }
	.view-odometers .caption { font-size: 14px; }
}

@media only screen and (max-width: 480px) {
	#header-responsive .menu a { font-size: 13px; }
	.view-odometers .icon i { font-size: 24px; width: 24px; padding: 18px; border-radius: 32px; -webkit-border-radius: 32px; }
	.view-odometers .number { font-size: 32px; }
	.view-odometers .caption { font-size: 12px; }
	.ttl h1 { font-size: 20px !important; }	
	.share .item i { font-size: 16px; width: 16px; padding: 10px; }
}

/* Print */

@media print {
	.menu, .lang, .cart, #ft { display: none !important; }
 	@page { margin: 2cm; }
}

/* 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; box-shadow: 0 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; }
								
