/* 

	 Wavekarting
	 2016 Always Awake bvba

	 Well hello there. Seems you are interested in our code. That's great. Why not work together? ;)
	  
	 info@alwaysawake.be 
	 
*/

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,400italic,700italic,300,400,700|Montserrat:400,700);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.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; }
}

/* Basics */

#overlay { position: fixed; width: 100%; height: 100%; z-index: 4; background: #f5f5f5; display: none; }

html { color: #363634; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; font-size: 17px; width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-y: scroll; }
body { margin: 0px; padding: 0px; height: 100%; background: #f5f5f5; background-size: contain; }

img { border: 0; display: block; }
h1, h2, h3, h4, p, a { padding: 0; margin: 0; font-weight: 300; }
b, strong, strong > a { font-weight: 700; }
label:hover { }
button:hover, .linkable:hover { cursor: pointer; }
.responsive-show { display: none; }
.nowrap { white-space: nowrap; }
td { vertical-align: top; }

/* Header */

#header-responsive { position: fixed; width: 100%; z-index: 100; background: #fefefe; min-height: 20px; display: none; }
#header-fixed { position: fixed; width: 100%; z-index: 101; background: #fefefe; display: none; height: 50px; overflow: hidden; }
#header-flow { position: relative; width: 100%; min-height: 120px; text-align: center; vertical-align: top; background: #fefefe; z-index: 100; }

.menu { position: relative; text-align: right; padding: 0px; }
.menu a { position: relative; display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 18px; color: #4A4A4D; padding: 12px 18px; margin: 0px; overflow: hidden; vertical-align: bottom; border-radius: 3px; -webkit-border-radius: 3px; }
.menu a:hover { color: #E41E13; background: 0; }
.menu a.active { color: #fefefe; background: #E41E13; }
.lang { position: relative; text-align: right; padding: 0px; }
.lang a { position: relative; display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 18px; color: #4A4A4D; padding: 12px 18px; margin: 0px; overflow: hidden; vertical-align: bottom; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.lang a:hover { color: #E41E13; background: 0; }
.lang a.active { background: #363634; color: #fefefe; }
.logo { position: relative; padding: 5px 0px; float: left; margin: 0px; }

#header-flow .menu { margin-top: 36px; float: right; }
#header-flow .lang { position: absolute; top: 0px; right: 0px; }
#header-flow .lang a { padding: 6px 10px; }
#header-flow .logo { position: absolute; top: 0px; left: 0px; padding: 10px; z-index: 100; text-align: center; background: #E41E13; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; overflow: hidden; }
#header-flow .logo img { display: inline-block; width: auto; height: 200px; padding: 0px; }
#header-fixed .logo { position: absolute; top: 0px; left: 0px; padding: 0px; z-index: 100; text-align: center; }
#header-fixed .logo img { display: inline-block; width: auto; height: 50px; padding: 0px 10px; }
#header-fixed .menu { margin: 0px; float: right; }
#header-fixed .menu a { padding: 14px 16px; border-radius: 0px; -webkit-border-radius: 0px; }

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

.add-header-spacer { position: relative; margin-top: 120px; }

/* Project */

.priority_message .box { position: relative; background: #FAA487; color: #f5f5f5; font-size: 20px; padding: 0; overflow: hidden; }
.priority_message .box .txt { position: relative; padding: 20px 10px 20px 10px; margin: 0px 0px 0px 60px; background: #363634; }
.priority_message .box .txt:before { position: absolute; left: -50px; content: "\f12a"; font-family: FontAwesome; background: #f5f5f5; color: #363634; font-size: 24px; padding: 8px 8px 7px 8px; border-radius: 50%; text-align: center; width: 24px; margin-top: -20px; top: 50%; }

/* 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; }
/*
.add-shadow { box-shadow: 0px 5px 25px -8px #363634; -webkit-box-shadow: 0px 5px 25px -8px #363634; }
*/
.add-margin { margin: 10px; }
.add-background { position: relative; background: #f5f5f5; }

.action { position: relative; background: #E41E13; margin: 0px; z-index: 99; }
.action .box .ttl { position: relative; padding: 10px 10px 0px 10px; z-index: 1; text-align: left; }
.action .box .ttl h1 { color: #f5f5f5; font-size: 36px; }
.action .box .txt { color: #f5f5f5; padding: 10px; text-align: center; font-size: 18px; text-align: left; }
.action .box .txt a { color: #f5f5f5; text-decoration: underline; }
.action .box .txt a:hover { color: #f5f5f5; }

.box .ttl { padding: 0px 10px 10px 10px; }
.linkable:hover .ttl h1 a, .linkable:hover .ttl h2 a { }
.linkable:hover .box.add-background, .box.add-background.linkable:hover { background: #C49C25; }
.box .ttl h1, .box .ttl p { font-size: 36px; font-family: 'Montserrat', sans-serif; font-weight: 400; color: #363634; }
.box .ttl h1, .box .ttl h1 a { font-weight: 400; color: #363634; }
.box .ttl h2 { font-size: 28px; line-height: 1em;  }
.box .ttl h2, .box .ttl h2 a { font-weight: 400; color: #363634; }
.grid-640 > .box > .ttl { padding: 10px; }
.grid-320 > .box > .ttl { padding: 10px 5px; }

.box .ttl.boxed { padding: 0px; border-left: 20px solid #EEEEEE; margin: 0; text-align: left; }
.box .ttl.boxed h4 { padding: 6px 0px; line-height: inherit; font-size: 18px; background: #EEEEEE; display: inline-block; margin: 0; font-weight: 700; vertical-align: bottom; }
.box .ttl.boxed h4 a { position: relative; left: -10px; color: #363634; text-transform: uppercase; font-weight: 700; }
.box .ttl.boxed.right { padding: 0px; border-left: 0; border-right: 20px solid #EEEEEE; margin: 0; }
.box .ttl.boxed.right h4 a { padding: 0px; left: auto; right: -10px; }
.box .ttl.boxed.active { border-left: 20px solid #E41E13; }
.box .ttl.boxed.active h4 { background: #E41E13; }
.box .ttl.boxed.active h4 a { color: #fefefe; }
.box .ttl.boxed.right.active { border-left: 0; border-right: 20px solid #E41E13; }
.linkable:hover .ttl.boxed { border-left: 20px solid #686866; }
.linkable:hover .ttl.boxed.right { border-left: 0; border-right: 20px solid #686866; }
.linkable:hover .ttl.boxed h4 { background: #686866; }
.linkable:hover .ttl.boxed h4 a { color: #fefefe; }

.box #iframe-tickets { position: relative; width: 100%; height: 900px; display: block; }

.cover { z-index: 10; }
.cover .date { position: relative; float: right; padding: 5px 10px; margin: 0px; border: 1px solid #555; color: #555; }
.cover .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.cover .date .date-month { font-size: 30px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.cover .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }

.cover .box { position: relative; color: #1B1112; padding: 0; font-size: 20px; overflow: hidden; }
.cover .box .ttl { position: relative; padding: 20px 10px 15px 10px !important; margin: 0px; }
.cover .box.linkable .ttl { margin: 0px 0px 0px 60px; }
.cover .box .ttl h1 { position: relative; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: -.04em; line-height: 1em; color: #1B1112; font-size: 42px !important; padding: 0; margin: 0; }
.cover .box .ttl h1 a { font-size: 42px; color: #1B1112; }
.cover .box.linkable .ttl:before { position: absolute; left: -50px; content: "\f104"; font-family: FontAwesome; background: #363634; color: #f5f5f5; font-size: 24px; padding: 8px 8px 8px 8px; border-radius: 50%; text-align: center; width: 24px; margin-top: -20px; top: 50%; }
.cover .box.linkable:hover .ttl { }
.cover .box.linkable:hover .ttl h1 a { color: #f5f5f5; }
.cover .box.linkable:hover .ttl:before { background: #f5f5f5; color: #363634; }

.box .txt { position: relative; padding: 10px; text-align: left; }
.grid-960 > .box > .ttl { padding: 10px 20px; text-align: left; }
.grid-960 > .box > .ttl h1 { font-size: 42px; }
.grid-960 > .box > .txt { padding: 20px; text-align: justify; }
.box .txt.forward { padding: 10px 10px 30px 10px; }
.box .txt h1 { margin-bottom: 20px; font-size: 38px; line-height: 1.4em; font-weight: 400; }
.box .txt h2 { margin-bottom: 20px; font-size: 32px; line-height: 1.4em; font-weight: 400; }
.box .txt h3 { margin-bottom: 20px; font-size: 22px; line-height: 1.4em; font-weight: 400; }
.box .txt h4 { margin-bottom: 20px; font-size: 20px; line-height: 1.4em; font-weight: 400; }
.box .txt p { margin-bottom: 20px; font-size: 18px; line-height: 1.4em; }
.box .txt h1 a, .box .txt h2 a, .box .txt h3 a, .box .txt h4 a { font-weight: 400; }
.box .txt table { width: 100%; }
.box .txt table thead td { font-weight: 700; font-size: 18px; }
.box .txt table td { padding: 5px; }

.box .txt .li { padding: 6px; font-size: 13px; text-align: left; }
.box .txt .li a { color: #363634; }
.box .txt .li:hover { background: #065CAA; color: #fafafa; }
.box .txt .li:hover a { color: #fafafa; }

.box .txt ul { list-style-type: none; padding: 0px; text-align: left; }
.box .txt li { position: relative; font-size: 17px; padding: 0px 5px 10px 24px; }
.box .txt li:before { position: absolute; left: 0px; top: 4px; content: "\f00c"; font-family: FontAwesome; color: #363634; font-size: 14px; }
.box .txt li a { font-weight: 400; }

.box .img { position: relative; margin: 0px; }
.box .img img { display: block; width: 100%; height: auto; margin: 0 auto; }
.grid-960 > .box > .img img { padding: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.box .img:hover { }

.box .txt .img { width: 25%; float: left; margin: 0px 20px 20px 0px; }

.box .ytb, .box .vmo {  position: relative; padding-bottom: 54.25%; padding-top: 10px; margin-left: 20px; margin-right: 20px; margin-bottom: 10px; height: 0; overflow: hidden; }
.grid-960 > .box > .ytb, .grid-960 > .box > .vmo { margin: 0px; }
.box .ytb iframe, .box .vmo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.box .btn a { position: relative; display: inline-block; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; color: #f5f5f5; padding: 11px; font-size: 21px; font-weight: 700; margin: 0px 4px; overflow: hidden; }
.box .btn.wide a { text-align: center; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #f5f5f5; font-size: 21px; font-weight: 700; line-height: inherit; padding: 10px; }
.box .btn.centered { width: 100%; text-align: center; }
.box .btn.centered a { text-align: center; min-width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #f5f5f5; font-size: 16px; padding: 16px; font-weight: 700; line-height: 0.8em; }

.box .btn a i { position: relative; display: inline-block; font-size: inherit; top: -2px; margin: 0px .5em 0px 0px; color: #f5f5f5; }
.box .btn a:hover, .box.linkable:hover .btn a { background: #686866; color: #f5f5f5 !important; }
.box .ttl .btn.back { position: relative; float: left; margin-top: -10px; margin-right: 10px; margin-left: -20px; }
.box .ttl .btn.back a, .box .ttl .btn.back a i { font-size: 18px; width: 24px; text-align: center; border-radius: 50%; -webkit-border-radius: 50%; }
.box .ttl .btn.back a i { padding: 8px 8px 2px 6px; margin: 0px; }
.box .btn.back.history-or-close i { position: relative; display: inline-block; font-weight: 700; font-size: 18px; background: #0E1B42; color: #f0f1f3; border-radius: 42px; padding: 15px 18px 12px 16px; margin: 0px 1px; text-transform: uppercase; overflow: hidden; }
.box .btn.back.history-or-close i:hover { background: #2C9AE1 !important; color: #f0f1f3 !important; cursor: pointer; }
.box .btn.back.history-or-close i.fa-close { padding: 14px 15px 13px 15px; margin: 0px 1px; text-transform: uppercase; overflow: hidden; }

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

.box .social { position: relative; padding: 10px; text-align: left; }
.box .social .btn { display: inline-block; vertical-align: bottom; }
.box .social .btn a { position: relative; display: inline-block; vertical-align: bottom; margin: 5px; }
.box .social .btn a i { display: inline-block; font-size: 32px; background: #363634; text-align: center; width: 32px; padding: 24px; border-radius: 50%; -webkit-border-radius: 50%; color: #fefefe; }
.box .social .btn:hover { background: 0; }
.box .social .btn:hover a i { background: #E41E13; color: #fefefe; }

.files { position: relative; text-align: left; margin: 10px 35px; width: 100%; }
.files .btn { position: relative; display: inline-block; vertical-align: top; margin: 5px; min-width: 30%; }
.files .btn a { position: relative; color: #363634; background: #dedede; display: block; margin-top: 4px; min-height: 28px; overflow: hidden; text-align: left; padding: 0; }
.files .btn a .filename { position: relative; padding: 4px 10px 2px 44px; font-size: 21px; font-weight: 400; text-transform: none; }
.files .btn a .fileext { position: relative; font-size: 10px; padding: 0px 0px 6px 45px; font-weight: 400; text-align: left; }
.files .btn a i { position: absolute; left: 0px; top: 0px; border-right: 1px solid rgba(0,0,0,0.1); width: 24px; text-align: center; color: #363634; font-size: 25px; padding: 15px 5px; }
.files .btn:hover a i { color: #f5f5f5; border-right: 1px solid rgba(255,255,255,0.2); }
.files .btn:hover a { color: #f5f5f5; background: #686866; }

.box .forward { position: relative; text-align: right; padding: 10px 10px 0px 10px; }
.box .forward a { position: relative; display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 14px; background: #E41E13; color: #f5f5f5; padding: 10px; margin: 0px 1px; text-transform: uppercase; overflow: hidden; border-radius: 6px; -webkit-border-radius: 6px; }
.box .forward a:hover { background: #F0564E; }

.box .cta { position: absolute; bottom: 20px; left: 0; right: 0; padding: 0px; }
.box .cta a { position: relative; display: inline-block; padding: 12px 40px 12px 16px; border-radius: 32px; -webkit-border-radius: 32px; background: #E41E13; color: #fefefe; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 15px; }
.box .cta a i { position: absolute; right: 4px; top: 6px; }
/* .box .cta a { position: relative; display: inline-block; padding: 16px 60px 16px 20px; border-radius: 32px; -webkit-border-radius: 32px; background: #E41E13; color: #fefefe; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 24px; }
.box .cta a i { position: absolute; right: 6px; top: 6px; } */
.box .cta a:hover { background: #F0564E; }
.box.add-cta { padding-bottom: 90px !important; }

.box.add-background, .box.add-background .ttl h1, .box.add-background .txt { color: #2F2526; }

/*
.rotate_1pc_cw { transform:rotate(1deg); -ms-transform:rotate(1deg); -webkit-transform:rotate(1deg); }
.rotate_2pc_cw { transform:rotate(2deg); -ms-transform:rotate(2deg); -webkit-transform:rotate(2deg); }
.rotate_3pc_cw { transform:rotate(3deg); -ms-transform:rotate(3deg); -webkit-transform:rotate(3deg); }
.rotate_1pc_ccw { transform:rotate(-1deg); -ms-transform:rotate(-1deg); -webkit-transform:rotate(-1deg); }
.rotate_2pc_ccw { transform:rotate(-2deg); -ms-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); }
.rotate_3pc_ccw { transform:rotate(-3deg); -ms-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); }
.skew_3pc_cw { -webkit-transform: rotate(3deg) skew(3deg, 0); -ms-transform: rotate(3deg) skew(3deg, 0); transform: rotate(3deg) skew(3deg, 0); }
.skew_3pc_ccw { -webkit-transform: rotate(-3deg) skew(-3deg, 0); -ms-transform: rotate(-3deg) skew(-3deg, 0); transform: rotate(-3deg) skew(-3deg, 0); }
*/
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.float-right { float: right; }

.box .share { position: relative; float: left; margin: 20px 0px 5px 0px; }
.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: #E41E13; 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 400px 0px; min-height: 450px; }

.clear { clear: both; }
#btn-top { position: fixed;	right: 10px; bottom: 15px; cursor: pointer; display: none; z-index: 101;}
#btn-top a { background: #363634;  padding: 20px 10px; }
#btn-top a:hover { background: #BABABC; }
#btn-top a i { color: #fafafa; font-size: 24px; }
#btn-top a:hover i { color: #fafafa; }

.paginate-table { clear: both; position: relative; padding: 10px; margin: 0px; z-index: 1; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 700; font-size: 32px; color: #fefefe; background: #363634; line-height: 1em ;padding: 16px 20px; text-transform: uppercase; margin: 2px; border-radius: 6px; -webkit-border-radius: 6px; }
.paginate-table a i { margin-bottom: -2px; } 
.paginate-table a:hover { color: #fefefe; background: #686866; }
.paginate-table a.active, .paginate-table span { color: #fefefe; background: #E41E13; }

/* Home */

.background-slider-container { position: relative; width: 100%; height: 100%; background: #363634; }
#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.6); z-index: 60; }
.background-slider-fixed .item .caption { position: absolute; text-align: center; top: 60%; transform: translateY(-60%); -webkit-transform: translateY(-60%); padding: 0px; width: 100%; z-index: 61; }
.background-slider-fixed .item .caption h1 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 64px; position: relative; display: block; color: #fefefe; margin: 0 auto; padding: 0px; word-wrap: break-word; z-index: 6; }
.background-slider-fixed .item .caption h1 a { font-weight: 400; font-size: 64px; color: #fefefe; }
.background-slider-fixed .item .caption h2 { color: #f5f5f5; font-size: 24px; padding: 10px; font-style: italic; font-weight: 400; }
.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: 16px 60px 16px 20px; border-radius: 32px; -webkit-border-radius: 32px; background: #E41E13; color: #fefefe; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 24px; }
.background-slider-fixed .item .caption .cta a i { position: absolute; right: 6px; top: 6px; }
.background-slider-fixed .item .caption .cta a:hover { background: #F0564E; }

body.body-home #header-flow { position: absolute; background: 0; z-index: 100; top: 20px; min-height: auto; }

/* Views */

.view-three-headlines { text-align: center; }
.view-three-headlines .grid-320 { float: none; display: inline-block; vertical-align: top; }
.view-three-headlines .box { }
.view-three-headlines .box .ttl { padding: 10px 20px; }
.view-three-headlines .box .ttl h1 { font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; text-align: center; font-size: 14px; position: relative; line-height: 1.2em; color: #363634; }

.view-three-headlines .box .ttl h1 a { color: #363634; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-three-headlines .box { overflow: hidden; }
.view-three-headlines .box.linkable:hover { }
.view-three-headlines .box.linkable:hover .ttl h1 a { }
.view-three-headlines .box.linkable:hover { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse;  animation-name: pulse; }

.view-three-headlines .date { position: absolute; right: 0px; top: 20px; padding: 5px 10px; background: #f5f5f5; color: #0E1B42; margin-right: 20px; border-radius: 10px; -webkit-border-radius: 10px; z-index: 1; }
.view-three-headlines .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-three-headlines .date .date-month { font-size: 30px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-three-headlines .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }

.view-two-headlines { text-align: center; }
.view-two-headlines .grid-480 { float: none; display: inline-block; vertical-align: top; }
.view-two-headlines .box { }
.view-two-headlines .box .ttl { padding: 10px 20px; }
.view-two-headlines .box .ttl h1 { font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; text-align: center; font-size: 18px; position: relative; line-height: 1.2em; color: #363634; }

.view-two-headlines .box .ttl h1 a { color: #363634; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-two-headlines .box { overflow: hidden; }
.view-two-headlines .box.linkable:hover { }
.view-two-headlines .box.linkable:hover .ttl h1 a { }
.view-two-headlines .box.linkable:hover { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse;  animation-name: pulse; }

.view-two-headlines .date { position: absolute; right: 0px; top: 20px; padding: 5px 10px; background: #f5f5f5; color: #0E1B42; margin-right: 20px; border-radius: 10px; -webkit-border-radius: 10px; z-index: 1; }
.view-two-headlines .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-two-headlines .date .date-month { font-size: 30px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-two-headlines .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }

.view-six-headlines { text-align: center; }
.view-six-headlines .grid-160 { position: relative; float: none; display: inline-block; vertical-align: top; }
.view-six-headlines .box { }
.view-six-headlines .box .ttl { padding: 5px 0px 0px 0px; }
.view-six-headlines .box .ttl h1 { font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; text-align: center; font-size: 14px; position: relative; line-height: 1.2em; color: #363634; }

.view-six-headlines .box .ttl h1 a { color: #363634; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-six-headlines .box { overflow: hidden; }
.view-six-headlines .box.linkable:hover { }
.view-six-headlines .box.linkable:hover .ttl h1 a { }
.view-six-headlines .box.linkable:hover { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse;  animation-name: pulse; }

.view-news-480, .view-news-640 { text-align: center; }
.view-news-480 .grid-480, .view-news-640 .grid-640 { float: none; display: inline-block; vertical-align: top; }

.view-sidepanel .box { background: #fefefe; box-shadow: 0px 6px 0px rgba(0,0,0,0.1); padding: 10px; }
.view-sidepanel .box .ttl { padding: 10px; }
.view-sidepanel .box .ttl { text-align: left; }
.view-sidepanel .box .ttl h1 { font-size: 21px; }
.view-sidepanel .box .txt { padding: 10px 10px 0px 10px; margin: 0; }

.view-schedule .box { text-align: left; }
.view-schedule .box .img { margin-top: 20px; }
.view-schedule .box .img img { border-radius: 10px; -webkit-border-radius: 10px; }
.view-schedule .box .date { position: relative; float: left; padding: 5px 10px; margin: 10px 20px 0px 0px; color: #1B1112; background: #f5f5f5; border-radius: 10px; -webkit-border-radius: 10px; }
.view-schedule .box .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-schedule .box .date .date-month { font-size: 30px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-schedule .box .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }
.view-schedule .box .ttl h1 { padding: 0px 5px; }
.view-schedule .box .ttl h1 a { font-family: 'Source Sans Pro', sans-serif; font-weight: 700; text-transform: uppercase; color: #f5f5f5; line-height: 1em; font-size: 48px; letter-spacing: -.04em; }
.view-schedule .box .ttl { position: relative; padding: 0px; }
.view-schedule .box .txt { padding: 5px 10px; }
.view-schedule .box .txt h4 { position: relative; margin: 0px; padding: 0; font-size: 20px; text-transform: uppercase; font-weight: 400; line-height: 1.2em; }
.view-schedule .box .txt h2 { position: relative; margin: 0px; padding: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; line-height: 1.2em; }
.view-schedule .box .txt h3 { position: relative; margin: 0px; padding: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; line-height: 1.2em; }
.view-schedule:hover { background: #C49C25; border-radius: 16px; -webkit-border-radius: 16px; }

.view-activity .box .img img { border-radius: 10px; -webkit-border-radius: 10px; }
.view-activity .location { padding: 10px 0px; }
.view-activity .location h4 { position: relative; margin: 0px; padding: 0px 0px 10px 0px; font-size: 20px; text-transform: uppercase; font-weight: 400; line-height: 1em; }
.view-activity .location h2 { position: relative; margin: 0px; padding: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; line-height: 1em; }
.view-activity .location h3 { position: relative; margin: 0px; padding: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; line-height: 1em; }
.view-activity .forward { padding: 10px; float: right; }
.view-activity .forward .btn { display: inline-block; margin: 0px 2px; }
.view-activity .forward .btn a i { font-size: 32px; text-align: center; width: 32px; padding: 0px; margin: 0px; }
.view-activity .forward .btn a { text-align: center; }

.view-activity .date { position: absolute; top: 10px; right: 10px; display: inline-block; padding: 5px 10px; margin: 0px 0px 20px 0px; color: #1B1112; background: #f5f5f5; border-radius: 6px; -webkit-border-radius: 6px; }
.view-activity .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-activity .date .date-month { font-size: 30px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-activity .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }
.view-activity .ttl { margin-top: -30px; }

.view-artist .forward { padding: 10px; text-align: right; }
.view-artist .forward .btn { display: inline-block; margin: 0px 2px; }
.view-artist .forward .btn a i { padding: 8px 8px 4px 8px; margin: 0px; font-size: 24px; text-align: center; width: 32px; }
.view-artist .img, .view-artist .ytb, .view-artist .scl { background: #f5f5f5; box-shadow: 0px 10px 40px -15px rgba(120,108,101,1); -webkit-box-shadow: 0px 10px 40px -15px rgba(120,108,101,1); margin: 0px 0px 20px 0px; }

.view-onepager .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; }
.view-onepager .banner .overlay  { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.4); z-index: 1; }
.view-onepager .banner .img { display: none; }
.view-onepager .banner .caption { position: absolute; text-align: center; top: 80%; transform: translateY(-80%); -webkit-transform: translateY(-80%); padding: 0px; width: 100%; text-align: left; z-index: 2; }
.view-onepager .banner .caption .centerize { text-align: left; }
.view-onepager .banner .caption .centerize h1 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 64px; position: relative; display: block; color: #fefefe; margin: 0 auto; padding: 0px; word-wrap: break-word; z-index: 6; }

.view-onepager .extra-img { overflow: hidden; }
.view-onepager .extra-img .overlay { display: none; }

.view-onepager-caption { position: relative; padding: 0px; }
.view-onepager-caption .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; } 
.view-onepager-caption .banner .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); }
.view-onepager-caption .banner .img { display: none; }
.view-onepager-caption .banner .caption { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0px; width: 100%; z-index: 5; }
.view-onepager-caption .banner .caption h3 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 64px; position: relative; display: block; color: #fefefe; margin: 0 auto; padding: 0px; word-wrap: break-word; z-index: 6; }
.view-onepager-caption .banner .caption p { color: #f5f5f5; font-size: 24px; padding: 10px; font-style: italic; }
.view-onepager-caption .txt { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; column-gap: 40px; -webkit-column-gap: 40px; -moz-column-gap: 40px; }

.view-onepager-quote { position: relative; padding: 0px; }
.view-onepager-quote .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; } 
.view-onepager-quote .banner .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(33,35,47,0.6); }
.view-onepager-quote .banner .img { display: none; }
.view-onepager-quote .banner .ttl { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0px; width: 100%; }
.view-onepager-quote .banner .ttl h1 { font-family: 'Source Sans Pro'; font-weight: 700; text-transform: uppercase; position: relative; display: inline-block; color: #fefefe; font-size: 56px; max-width: 90%; margin: 0 auto; padding: 0px; border-radius: 6px; -webkit-border-radius: 6px; opacity: 0.9; }
.view-onepager-quote .banner .ttl h1 i.fa-quote-left { position: relative; padding-right: 0.5em; font-size: 50%; color: #fefefe; top: -0.8em; }
.view-onepager-quote .banner .ttl h1 i.fa-quote-right { position: relative; padding-left: 0.5em;font-size: 50%; color: #fefefe; bottom: -0.3em; }
.view-onepager-quote .banner .ttl p { color: #fefefe; font-size: 18px; font-weight: 700; padding: 10px; display: inline-block; margin-top: 10px; border-radius: 6px; -webkit-border-radius: 6px; }

.view-magazine .grid-960:nth-child(even) .grid-320:nth-child(odd) { float: right; }
.view-magazine .box .ttl { margin-top: -10px; }
.view-magazine .box .txt { text-align: center; }
.view-magazine .linkable:hover { background: #363634; }
.view-magazine .linkable:hover img { box-shadow: 0 0 !important; -webkit-box-shadow: 0 0 !important; }

.view-magazine .img { border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; }
.view-magazine .img .overlay { position: absolute; top: 1%; left: 1%; width: 98%; height: 98%; background: rgba(196,156,37,0.05); border-radius: 50%; -webkit-border-radius: 50%; }

.view-toc { position: relative; overflow: hidden; } 
.view-toc .boxed.right { text-align: right; }
.view-toc .holds-item { position: relative; padding-top: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-toc .holds-item .extra-img .img { margin-bottom: 20px; }
.view-toc .holds-item .ttl { text-align: left; }
.view-toc .holds-menu { position: relative; margin-top: 94px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-toc .holds-menu .box { padding: 0px 30px 10px 0px; }
.view-toc .holds-menu .box .ttl { border-right: 4px solid #fefefe; background: #fefefe; box-shadow: 0px 1px 0px rgba(0,0,0,0.05); }
.view-toc .holds-menu .box .ttl h4 { display: block; text-align: right; }
.view-toc .holds-menu .box .ttl h4 a { position: relative; color: #363634; font-weight: 400; text-transform: none; font-size: 17px; }
.view-toc .holds-menu .box .ttl:hover h4 a { color: #E41E13; }
.view-toc .holds-menu .box .ttl.active h4 a { color: #E41E13; }
.view-toc .holds-menu .box .ttl.active { border-right: 4px solid #E41E13; }

.view-toc .box table { border-collapse: collapse; font-weight: 300 !important; }
.view-toc .box table td { padding: 10px; border: 1px solid #d4d4d4; }
.view-toc .box table tr td:first-child { font-weight: 400 !important; }

.view-toc .paginate-table { text-align: left; padding: 10px 0px; }
.view-toc .paginate-table a, .view-toc .paginate-table span { font-size: 16px; padding: 12px 14px; border-radius: 0px; -webkit-border-radius: 0px; }

.view-picturefolder .img img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-picturefolder .img:hover { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse;  animation-name: pulse; }

.view-picturefolders { text-align: center; }
.view-picturefolders .grid-320 { float: none; display: inline-block; vertical-align: top; }
.view-picturefolders .img img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-picturefolders .img:hover img { border: 1px solid #dadada; padding: 9px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-picturefolders .ttl { text-align: center;  }
.view-picturefolders .ttl h1 { line-height: 1.2em; font-size: 28px; }

/* Pagefeed */

.pagefeed-embed-post { float: none; display: inline-block; vertical-align: top; }
.pagefeed-embed-post .box { position: relative; overflow: hidden; text-align: left; }
.pagefeed-embed-post .box .item { padding: 0px 0px 14px 0px; border-top: 1px solid #dddddd; }
.pagefeed-embed-post .box .item:first-child { border-top: 0px !important; }
.pagefeed-embed-post .box .date { position: relative; display: inline-block; float: left; margin: 10px 0px 0px 0px; padding: 4px 8px; color: #E41E13; font-size: 12px; font-weight: 400; z-index: 1; }
.pagefeed-embed-post .box .img { position: relative; 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: #363634; text-align: left; overflow: hidden; }
.pagefeed-embed-post .box.tw .txt { text-align: left; }
.pagefeed-embed-post .box .txt a { color: #D41B12; text-decoration: underline; }
.pagefeed-embed-post .box .txt a:hover { color: #F26058; }
.pagefeed-embed-post .box:before { font-family: FontAwesome; color: #fefefe; font-size: 20px; position: absolute; top: 5px; right: 7px; z-index: 1; }
.pagefeed-embed-post .box:after { font-family: FontAwesome; content: "\f0d9"; color: #dddddd; font-size: 192px; position: absolute; top: -100px; right: -10px; }
.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: #dddddd; 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: #dddddd; 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"; }

/* Custom views */

.masonry-container { margin: 0 auto; }

.view-forward { margin-top: 36px; }
.view-forward .box { text-align: center; }
.view-forward .box .btn a { min-width: 40%; font-size: 20px; padding: 16px; }

@keyframes pulse {
	0% { transform: scale(1);	opacity: 1;	}
	50% {	transform: scale(0.95); opacity: 0.8; }	
	100% { transform: scale(1.05); opacity: 1;	}			
}

@-webkit-keyframes pulse {
	0% { -webkit-transform: scale(1); opacity: 1; }
	50% {	-webkit-transform: scale(0.95); opacity: 0.8; }	
	100% { -webkit-transform: scale(1.05); opacity: 1; }			
}

.view-social-buttons { text-align: center; }
.view-social-buttons .box .ttl h1 { text-align: center; font-size: 24px; }
.view-social-buttons .icon { position: relative; text-align: center; display: inline-block; margin: 10px; z-index: 11; }
.view-social-buttons .icon i {display: inline-block; font-size: 24px; color: #fefefe; background: #363634; text-align: center; width: 32px; height: 32px; line-height: 32px; padding: 24px; border-radius: 40px; }
.view-social-buttons .icon:hover i { color: #fff; background: #E41E13 !important; }
.view-social-buttons .icon.soundcloud i { padding: 24px 28px 24px 20px; }
.view-social-buttons .icon.facebook i { background: #3B5998; }
.view-social-buttons .icon.twitter i { background: #55ACEE; }
.view-social-buttons .icon.instagram i { background: #3F729B; }
.view-social-buttons .icon.youtube i { background: #CD201F; }
.view-social-buttons .icon.vimeo i { background: #52B8EA; }

.view-welcome { }
.view-welcome-txt { }
.view-welcome .box .img { text-align: center; margin: 20px 0px; }
.view-welcome .box .img img { max-width: 960px; height: auto; padding: 0; margin: 0; display: inline-block; vertical-align: top; }
.view-welcome .box .ttl h1 { font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 200%; padding: 0; margin: 0; text-transform: none; }
.view-welcome .box .txt { }
.view-welcome .box .txt p { font-size: 120%; }

.view-sidebar .box { border-left: 1px solid rgba(57,57,57,0.2); }
.view-sidebar .box .ttl { padding: 5px 10px; }
.view-sidebar .box .ttl h4 { font-size: 28px; font-weight: 400; }
.view-sidebar .box .txt { padding: 5px 10px; }
.view-sidebar .box .txt h3, .view-sidebar .box .txt h2, .view-sidebar .box .txt h1 { font-weight: 400; }
.view-sidebar .box .txt p { font-size: 16px; }
.view-sidebar .box .txt p:last-child { margin-bottom: 0; }
.view-sidebar .box ul { list-style-type: none; padding: 0; margin: 0; }
.view-sidebar .box ul li { padding: 2px 0px 2px 20px; position: relative; }
.view-sidebar .box ul li:before { content: "\f00c"; font-family: FontAwesome; font-size: 12px; position: absolute; left: 0px; top: 8px; }

.view-form .box { background: #fefefe; text-align: left; }
.view-form .ttl h1 { font-size: 24px; }
.view-form .txt { text-align: center; color: #363634; }
.view-form .box .desc { text-align: right; padding: 0px 20px 10px 20px; margin-top: -10px; }
.view-form-submit-txt { position: relative; margin-top: -20px; display: inline-block; padding: 4px 8px; background: #E8E8EA; vertical-align: bottom; border-radius: 6px; -webkit-border-radius: 6px; }
.view-form-submit-txt p { margin: 0px !important; padding: 0px; font-weight: 700; }
.view-form-submit-txt:before { content: "\f052"; position: absolute; top: -16px; left: 50%; margin-left: -16px; font-size: 32px; font-family: FontAwesome; color: #E8E8EA; }

.view-form { }

.view-form-subscribe .forms-form-checkbox { display: inline-block; margin: 5px; }
.view-form-subscribe .forms-form-checkbox label { font-weight: 400; text-transform: uppercase; font-size: 15px; }
.view-form-subscribe h3 { font-family: 'Source Sans Pro', sans-serif; font-weight: 700; text-transform: uppercase; padding: 30px 10px 20px 10px; }

.view-onepager-forward .item-container .item .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.2); z-index: 4; }
.view-onepager-forward .item-container .item .caption { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0px; width: 100%; z-index: 5; }
.view-onepager-forward .item-container .item video {  position: absolute; right: 0; bottom: 0; z-index: 3; min-width: 100%; min-height: 100%; width: auto; height: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.view-onepager-forward .item-container .item .caption h1 { font-weight: 700; text-transform: uppercase; position: relative; display: block; color: rgba(245,245,245,0.9); max-width: 90%; margin: 0 auto; padding: 0px; letter-spacing: -1px; line-height: 1em; padding: 0; word-wrap: break-word; z-index: 6; }
.view-onepager-forward .item-container .item .caption h1::first-line { letter-spacing: 1px; }	

.view-onepager-forward .item-container .item .caption .forward { position: relative; text-align: center; padding: 20px 0px 40px 0px; z-index: 6; }
.view-onepager-forward .item-container .item .caption .forward a { position: relative; display: inline-block; vertical-align: bottom; font-family: 'Source Sans Pro'; font-weight: 700; text-transform: uppercase; color: rgba(245,245,245,0.9); font-size: 19px; border: 1px solid rgba(245,245,245,0.9); max-width: 90%; margin: 0 auto; padding: 10px 20px; word-wrap: break-word; }
.view-onepager-forward .item-container .item .caption .forward a:hover { background: #9d9d9c; border: 1px solid #9d9d9c; }

.view-intro { margin: 0; padding: 30px 10px; }
.view-intro .box .txt { text-align: center; }
.view-intro .box .txt p { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 200%; padding: 0; margin: 0; }

.view-assets { position: relative; text-align: center; padding: 40px 0px; }
.view-assets .icon { position: relative; text-align: center; display: block; margin: 20px; z-index: 11; }
.view-assets .icon i { display: inline-block; font-size: 64px; color: #363634; text-align: center; width: 64px; padding: 48px; border-radius: 50%; -webkit-border-radius: 50%; background: #fefefe; }
.view-assets .ttl { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 28px; }
.view-assets .txt { text-align: center; }
.view-assets .txt p { font-weight: 400; font-size: 16px; }

.view-welcome-news { position: relative; text-align: center; padding: 20px 0px; }
.view-welcome-news .box { background: #dedede; }
.view-welcome-news .box .ttl h3 a { font-weight: 400; color: #363634; font-size: 28px; }
.view-welcome-news .box.linkable:hover { background: #EEEEEE; }

.view-services { position: relative; padding: 0px 0px 20px 0px; }
.view-services .box { background: #fefefe; box-shadow: 0px 6px 0px rgba(0,0,0,0.1); padding: 0px 0px 10px 0px; }
.view-services .box .img:after { color: #fefefe; content: "\f0d8"; font-family: FontAwesome; font-size: 56px; position: absolute; left: 20px; bottom: -20px; }
.view-services .box .ttl h1 { font-size: 32px; text-align: left; }
.view-services .box .ttl, .view-services .box .txt { padding: 10px 20px 0px 20px; z-index: 2; }
.view-services .box .date { text-align: left; font-family: 'Montserrat', sans-serif; font-weight: 400; color: #E41E13; padding: 0px 23px; font-size: 14px; }

.view-service .files { }
.view-service-linked-items .grid-320 .box { }
.view-service-linked-items .grid-320 .box .ttl h2 { font-weight: 400; text-align: left; padding: 0px 5px; }
.view-service-linked-items .icon { position: relative; text-align: center; display: block; margin: 0px; }
.view-service-linked-items .icon i { display: inline-block; text-align: center; background: #E41E13; color: #fefefe; border-radius: 50%; -webkit-border-radius: 50%; font-size: 20px; width: 20px; padding: 16px; }

.view-contact { position: relative; }
.view-contact .box { background: #fefefe; }
.view-contact .box .phone, .view-contact .box .email { padding: 5px 10px; text-align: left; }
.view-contact .box .phone p { position: relative; font-size: 24px; padding-left: 36px; font-weight: 400; }
.view-contact .box .email p a { position: relative; font-size: 24px; padding-left: 36px; font-weight: 400; text-decoration: underline; }
.view-contact .box .phone p:before { font-family: FontAwesome; color: #fafafa; font-size: inherit; position: absolute; top: 4px; left: 4px; content: "\f095"; color: #E41E13; }
.view-contact .box .email p a:before { font-family: FontAwesome; color: #fafafa; font-size: inherit; position: absolute; top: 4px; left: 0px; content: "\f003"; color: #E41E13; }
.view-contact .grid-640 .box { padding: 0px; }

.view-form-top { position: relative; margin-bottom: -20px; }
.view-form-top .box { background: #E41E13; }
.view-form-top .box:after { color: #fefefe; content: "\f0d8"; font-family: FontAwesome; font-size: 56px; position: absolute; left: 20px; bottom: -20px; }
.view-form-top .box .ttl { text-align: left; color: #fefefe; }
.view-form-top .box .ttl h1 { color: #fefefe; }
.view-form-top .box .txt { color: #fefefe; }
.view-form-top .box .txt a { color: #fefefe; text-decoration: underline; }

.view-odometers .box { background: #fefefe; box-shadow: 0px 6px 0px rgba(0,0,0,0.1); }
/* 
	.view-odometers .box .circle  { position: relative; border: 6px solid #363634; border-radius: 50%; -webkit-border-radius: 50%; width: 100%; padding-bottom: 100%; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; }
	.view-odometers .box .circle .number { position: absolute; top: 50%; margin-top: -28px; font-size: 56px; left: 0; right: 0; width: 100%; text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 400; }
*/
.view-odometers .box .circle  { position: relative; width: 100%; text-align: center; }
.view-odometers .box .circle .number { position: relative; font-size: 56px; width: 100%; text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 400; }
.view-odometers .box .circle .number div { position: relative; display: inline-block; font-weight: 700; } 
.view-odometers .box .caption { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 26px; padding: 10px 0px; }

.view-testimonials { padding: 10px 0px; }
.view-testimonials .box { background-size: cover; min-height: 280px; }
.view-testimonials .box .overlay { background: rgba(0,0,0,0.4); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; }
.view-testimonials .box .txt { z-index: 2; color: #fefefe; padding: 20px; }
.view-testimonials .box .txt p { font-size: 140%; font-weight: 400; }
.view-testimonials .box .txt .name { font-size: 18px; font-weight: 300; }

.view-content .box .ttl { text-align: left; }

.view-partner-logos { position: relative; text-align: center; width: 100%; padding: 10px 0px 0px 0px; }
.view-partner-logos .box { margin-bottom: -20px; }
.view-partner-logos .box .ttl h1 { text-align: center; font-size: 24px; }
.view-partner-logos .logo { position: relative; float: none; display: inline-block; vertical-align: top; margin: 0px 20px; }
.view-partner-logos .logo img { display: block; width: 210px; height: auto; }

#iframe-meteovista { position: relative; text-align: center; width: 100%; margin: 9px 0px; }
#iframe-meteovista .txt { text-align: center; margin: 0; padding: 0px 0px 10px 0px; font-size: 24px; font-weight: 400; }
#iframe-meteovista iframe { position: relative; display: inline-block; margin: 0 auto; }
#iframe-meteovista .logo { position: relative; display: block; width: 100%; text-align: center; }
#iframe-meteovista .logo a { position: relative; display: inline-block; }

.view-ontdek-pagefeed .box { background: #fefefe; box-shadow: 0px 6px 0px rgba(0,0,0,0.1); padding: 0px 0px 10px 0px; }

.view-subscribe-newsletter .box .item { position: relative; display: inline-block; width: 33%; vertical-align: top; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 10px; }
.view-subscribe-newsletter .box .item button { width: 100%; margin-top: 17px; }

.view-prijzen-fareharbor { text-align: center; box-sizing: border-box; padding: 20px; }
.view-prijzen-fareharbor a { text-align: center; }
.view-prijzen-fareharbor a { position: relative; display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; text-decoration: none; font-size: 18px; background: #E41E13; color: #f5f5f5; padding: 18px; margin: 0px 1px; overflow: hidden; border-radius: 6px; -webkit-border-radius: 6px; }
.view-prijzen-fareharbor a:hover { background: #F0564E; color: #ffffff; }

@media only screen and (max-width: 820px) {
	.view-subscribe-newsletter .box .item { width: 50%; }
	.view-subscribe-newsletter .box .item:last-child { width: 100%; }
}

/* 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; float: left; margin: 5px; }
.ibox-btn a { display: inline-block; font-weight: 700; font-size: 24px; text-transform: uppercase; padding: 5px 18px; text-align: center; color: #fafafa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: rgba(0,0,0,0.4); }
.ibox-btn a:before { font-family: FontAwesome; color: #fafafa; font-size: inherit; position: absolute; top: 8px; left: 10px; }
.ibox-btn.prev a:before { content: "\f137"; }
.ibox-btn.next a:before { content: "\f138"; }
.ibox-btn.close a:before { content: "\f057"; }
.ibox-btn.download a:before { content: "\f019"; }
.ibox-btn a:hover { opacity: 1; background: #C49C25; color: #fafafa; }

/* Ft */

#ft { position: absolute; bottom: 0px; width: 100%; margin: 0px; }

.ft-overview { position: relative; background: #fefefe; }

.ft-overview .ft-contact .box .txt h2 { position: relative; font-size: 24px; padding-left: 36px; }
.ft-overview .ft-contact .box .txt h3 { position: relative; font-size: 24px; padding-left: 36px; }
.ft-overview .ft-contact .box .txt h2:before { font-family: FontAwesome; color: #fafafa; font-size: inherit; position: absolute; top: 2px; left: 0px; content: "\f003"; color: #E41E13; }
.ft-overview .ft-contact .box .txt h3:before { font-family: FontAwesome; color: #fafafa; font-size: inherit; position: absolute; top: 2px; left: 4px; content: "\f095"; color: #E41E13; }

.ft-taglist { position: relative; width: 100%; background: #E41E13; border-bottom: 1px solid rgba(255,255,255,0.1); }
.ft-taglist .box .txt { text-align: center; }
.ft-taglist .box .txt p { color: rgba(255,255,255,0.8); font-weight: 400; padding: 0 10px; margin: 0; }

.ft-overview .ft-logo .box { position: relative; }
.ft-overview .ft-logo .box .img { margin-top: 20px; }
.ft-overview .ft-logo .box .img img { max-width: 280px; height: auto; }

.ft-bottom { position: relative; padding: 10px 0px; background: #fefefe; }

.ft-cookies-privacy { position: relative; padding: 0px 0px 50px 0px; text-align: center; font-size: 14px; font-weight: 400; }
.ft-cookies-privacy a { text-decoration: underline; font-weight: 400; padding: 0px 10px; }
.ft-cookies-privacy a:hover { color: #E41E13; }

#ft-credits { position: absolute; bottom: 10px; width: 100%; text-align: center; }
#ft-credits a { font-size: 10px; font-weight: 400; text-transform: uppercase; text-decoration: none; color: rgba(0,0,0,0.6); padding: 3px 6px; display: inline-block; margin: 0px 2px; border-radius: 3px; -webkit-border-radius: 3px; }
#ft-credits a:hover { color: #fafafa; background: rgba(0,0,0,0.6); }

/* Contact */

.google-map { width: 100%; position: relative; }
.google-map iframe { width: 100%; height: 300px; display: block; }

/* Hyperlinks */

a {	color: #D41B12;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover {	color: #F26058; }

/* Forms */

input, button { color: #363634; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 400; background: #fafafa; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #afafaf; -webkit-appearance: none; box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); border-radius: 3px; -webkit-border-radius: 3px; }
select { color: #363634; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 400; background: #fafafa; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #afafaf; -webkit-appearance: none; box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); border-radius: 3px; -webkit-border-radius: 3px; } 
textarea { color: #363634; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 400; background: #fafafa; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #afafaf; resize:vertical; -webkit-appearance: none; box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); border-radius: 3px; -webkit-border-radius: 3px; }
label { color: #151818; font-size: 16px; font-weight: 700; text-transform: uppercase; }
::-webkit-input-placeholder { color: #363634; font-style: italic !important; }
:-moz-placeholder { color: #363634; opacity: 1; font-style: italic !important; }
::-moz-placeholder { color: #363634; opacity: 1; font-style: italic !important; }
:-ms-input-placeholder { color: #363634; font-style: italic !important; }
.placeholder { color: #363634; 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: #363634; border-color: #E41E13; box-shadow: 0px 0px 0px 3px #E41E13; -webkit-box-shadow: 0px 0px 0px 3px #E41E13; }
/* 
.forms-form-input.mandatory:before, .forms-form-sc:before { font-family: FontAwesome; position: absolute; top: 10px; right: -14px; font-size: 10px; content: "\f005"; color: #f5f5f5; }
.forms-form-file.mandatory:before { font-family: FontAwesome; position: absolute; top: 36px; right: -14px; font-size: 10px; content: "\f005"; color: #f5f5f5; }
*/
.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: #E41E13; }
.forms-form-checkbox input[type=checkbox]:checked + label { color: #E41E13; }
.forms-form-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #E41E13; }
.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: #E41E13; }
.forms-form-radio input[type=radio]:checked + label { color: #E41E13; }
.forms-form-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #E41E13; }
.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: #363634; 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 { text-align: center; text-decoration: none; text-transform: uppercase; color: #fefefe; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 700; background: #E41E13; padding: 14px 20px; display: inline-block; width: auto; border: 0; box-shadow: 0px 0px; border-radius: 6px; -webkit-border-radius: 6px; min-width: 40%; }
input[type=submit]:hover, button:hover { cursor: pointer; background: #F0564E; color: #fefefe; }
select.empty, input.empty { border: 2px solid #E74443; }
select::-ms-expand { display: none; }  
select:hover { cursor: pointer; }

/* Responsive */

@media only screen and (min-width: 1240px) {
	.centerize { width: 1200px; }
	.grid-160 { width: 200px; }
	.grid-240 { width: 300px; }
	.grid-320 { width: 400px; }
	.grid-400 { width: 500px; }
	.grid-480 { width: 600px; }
	.grid-560 { width: 700px; }
	.grid-640 { width: 800px; }
	.grid-720 { width: 900px; }
	.grid-800 { width: 1000px; }
	.grid-880 { width: 1100px; }
	.grid-960 { width: 1200px; }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	/* .view-odometers .box .circle .number { position: absolute; margin-top: -21px; font-size: 42px; } */
	.view-odometers .box .circle .number { font-size: 42px; }
	.view-odometers .box .caption { font-size: 22px; }
	.box .cta a { padding: 12px 40px 12px 16px; font-size: 15px; }
	.box .cta a i { right: 4px; top: 6px; }
	.ft-overview .ft-info .box .txt p { font-size: 14px; }
}

@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; }
	.add-header-spacer { margin-top: 20px; }
	#top-slider-container { width: 748px; height: 276px; }
	#top-slider { width: 748px; height: 276px; }
	#top-slider .item .top-slider-caption h4 { font-size: 36px; }
	#top-slider-prev, #top-slider-next { display: none; }
	#header-flow .menu a { font-size: 16px; padding: 16px 14px; }
	#header-flow .logo { height: 120px; }
	#header-flow .logo img { height: 100px; }
	
	.view-onepager .banner, .view-onepager-quote .banner { height: auto; }
	.view-onepager .banner .img, .view-onepager-quote .banner .img { display: block; }
	.view-onepager .banner .img img, .view-onepager-quote .banner .img img { width: 100%; height: auto; }
	.view-onepager-quote .banner .ttl h1 { font-size: 36px; }
	.view-onepager-quote .banner .ttl { position: absolute; top: 0; transform: none; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; }
	
	/* .view-odometers .box .circle .number { position: absolute; margin-top: -16px; font-size: 32px; } */
	.view-odometers .box .circle .number { font-size: 32px; } 
	.view-odometers .box .caption { font-size: 18px; }
	
	.ft-overview .ft-contact .box .txt h2, .ft-overview .ft-contact .box .txt h3 { font-size: 18px; padding-left: 30px; }
	.ft-overview .ft-info .box .txt p { font-size: 14px; }
	
	.box .cta a { padding: 12px 40px 12px 16px; font-size: 12px; }
	.box .cta a i { right: 4px; top: 6px; }
	
	.view-contact .box .phone p, .view-contact .box .email p a { font-size: 18px; padding-left: 30px; }
	
	.view-toc .holds-menu { position: relative; margin-top: 79px; }
	
	#iframe-meteovista .txt { font-size: 20px; }
	
}

@media only screen and (min-width: 820px) {
	.view-onepager-forward .item-container { position: relative; width: 100%; }
	.view-onepager-forward .item-container .item { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #adadad; overflow: hidden; }
	.view-onepager-forward .item-container .item .picture { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-size: cover !important; background-position: center center !important; z-index: 2; }
	.view-onepager-forward .item-container .item .caption h1 { font-size: 64px; }
	.view-onepager-forward .item-container .item .caption h1::first-line { letter-spacing: 4px; }	
	.view-onepager-forward .item-container .item .forward { position: absolute; bottom: 0; width: 100%; text-align: center; z-index: 100; }
	.view-onepager-forward .item-container .item .forward a { position: relative; display: inline-block; vertical-align: bottom; color: #fefefe; font-size: 72px; }
	.view-onepager-forward #header-flow { position: relative; background: 0; margin: 20px auto; }
	.view-onepager-forward #header-flow .centerize { position: relative; background: #fefefe; height: 100px; }
		
	.background-slider-container { margin-top: -120px; }
	.background-slider-fixed .item .caption h1 { font-size: 64px; z-index: 61; }
	.background-slider-fixed .forward { position: absolute; bottom: 0; width: 100%; text-align: center; z-index: 100; }
	.background-slider-fixed .forward a { position: relative; display: inline-block; vertical-align: bottom; color: #fefefe; font-size: 72px; }
	.background-slider-fixed #header-flow { position: relative; background: 0; margin: 20px auto; }
	.background-slider-fixed #header-flow .centerize { position: relative; background: #fefefe; height: 100px; }
	
	.view-content-extra-img { margin-top: 30px; }
}

@media only screen and (max-width: 739px) {
	.ibox-btn a { font-size: 42px; padding: 4px 24px 4px 24px; }
	.ibox-btn a:before { top: 10px; left: 10px; }
	.ibox-ttl { display: none !important; }
}

@media only screen and (max-width: 820px) {
	.responsive-hide { display: none !important; }
	.responsive-show { display: block; }
	.responsive-full-width { width: 100% !important; }	
	body { width: 100%; }
	#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%; }
	.view-picturefolder .grid-320 { width: 50%; }
	.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; }
	.ttl { padding: 10px; }
	.ttl h1 { font-size: 20px !important; }
	.ttl h2 { font-size: 18px !important; }	
	.ttl .btn { float: left; display: inline; }
	.txt { padding: 10px; }
	.grid-960 > .box > .txt { padding: 10px; }
	.txt h3 { font-size: 20px !important; }
	.txt p { font-size: 14px !important; }	
	.box .txt .img { width: 100%; margin: 0px 0px 10px 0px; padding: 0px; }
	.cover .ttl h1 { font-size: 24px; }
	#cn { padding: 51px 0px 0px 0px; }
	#top-slider-container, #top-slider-prev, #top-slider-next { display: none; }
	#header-flow, #header-fixed { display: none; }
	#header-responsive { display: block; z-index: 101; }
	#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 a, #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: #363634; background: #fefefe; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0; margin: 0; }
	#header-responsive .menu a.active, #header-responsive .lang a.active { border-bottom: 1px solid rgba(0,0,0,0.2); color: #fefefe; background: #E41E13; }

	#header-responsive .logo { position: relative; padding: 0px 10px 0px 5px; }
	#header-responsive .logo img { height: 50px; width: auto; display: block; }
	#menu-responsive-btn { color: #363634; background: #dedede; position: relative; float: right; padding: 13px 16px; border: 0; }
	#menu-responsive-btn:hover, #lang-responsive-btn:hover { cursor: pointer; }
	#menu-responsive-btn:before { content: "\f0c9"; font-family: FontAwesome; font-size: 24px; }
	#lang-responsive-btn { color: #363634; position: relative; float: right; padding: 13px 12px; border: 0; font-weight: 700; text-transform: uppercase; font-size: 20px; }

	#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: 0px; padding-bottom: 40px; }
	.action .box .ttl h1 { font-size: 18px !important; }
	.action .box .txt { font-size: 14px; }	
	
	.half-left, .half-right { float: none; width: 100%; }

	.files { position: relative; text-align: left; margin: 0 10px; width: auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.files .btn { display: block; }
	.files .btn a .filename { font-size: 14px; }	
	
	.view-welcometext { margin-top: 0px; }
	 
	.view-onepager .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; }
	.view-onepager .banner .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.4); }
	.view-onepager .banner .caption .centerize h1 { font-size: 24px; padding: 0px 20px; }
	.view-onepager .extra-img { overflow: hidden; }
	.view-onepager .extra-img .overlay { display: none; }
	
	.view-onepager .banner { height: auto; }
	.view-onepager .banner .img { display: block; }
	.view-onepager .banner .img img { width: 100%; height: auto; }
	
	.view-onepager-caption .banner { height: auto; }
	.view-onepager-caption .banner .img { display: block; }	
	.view-onepager-caption .banner .img img { width: 100%; height: auto; }	
	.view-onepager-caption .banner .caption h3 { font-size: 20px !important; }
	.view-onepager-caption .banner .caption p { font-size: 16px !important; }			
	.view-onepager-caption .txt { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }
	
	.view-onepager-quote .banner .ttl h1 { font-size: 16px !important; padding: 5px; }
	.view-onepager-quote .banner .ttl { position: absolute; top: 0; transform: none; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; padding: 0px; }
	.view-onepager-quote .banner .ttl p { font-size: 12px; }

	.view-magazine .box { text-align: center; }
	.view-magazine .box .img { max-width: 60%; display: inline-block; margin: 0 auto; }
	.view-magazine .box .ttl { margin-top: -30px; }
	
	.view-toc { margin-top: 0px; } 
	.view-toc .holds-item { padding-top: 10px; box-shadow: 0px 0px; -webkit-box-shadow: 0px 0px; border-right: 0px; }
	
	.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: #363634; background: #fefefe; font-size: 16px; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: FontAwesome; font-size: 14px; position: absolute; padding: 16px 6px; right: 0; top: 0px; z-index: -1; width: 41px; text-align: center; color: #363634; background: #dedede; }
	.responsive-dropdown-spacer { position: relative; height: 45px; }
	.grid-320.view-samples .box:hover .overlay { display: none; }
	
	.view-two-headlines .box .ttl h1 { font-size: 18px !important; }
	.view-three-headlines .box .ttl h1 { font-size: 16px !important; }
	.view-six-headlines .box .ttl h1 { font-size: 14px !important; }
	
	.view-welcome-news .box .ttl h3 a { font-size: 15px; }
	
	.view-welcome .box .txt { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }

	.view-services .grid-320 .box { }
	.view-services .grid-640 .box { margin: 0px 0px 10px 0px; }	
	.view-services .ttl { font-size: 14px; text-align: center; }
	.view-services .txt { font-size: 90%; }	
	.view-services .icon { margin: 5px; text-align: center; }
	.view-services .icon i { font-size: 48px; width: 48px; padding: 20px; }
	.view-services .icon i.fa-desktop { padding: 20px 21px 20px 19px; }
	.view-services .grid-960:nth-child(even) .grid-320:nth-child(odd) { float: none; display: block; }
	.view-services .grid-960:nth-child(even) .ttl, .view-services .grid-960:nth-child(even) .txt { text-align: center; }
	.view-services .grid-960:nth-child(even) .icon { text-align: center; }
	.box .cta a { padding: 12px 40px 12px 16px; font-size: 10px; }
	.box .cta a i { position: absolute; right: 4px; top: 50%; margin-top: -11px; }

	.view-realisaties .grid-320 .box { margin: 20px 0px 0px 0px; padding: 0; }
	.view-realisaties .grid-640 .box { margin: 0px 0px 10px 0px; }	
	.view-realisaties .ttl { font-size: 14px; text-align: center; }
	.view-realisaties .txt { text-align: center; font-size: 90%; }	
	.view-realisaties .icon { margin: 5px; text-align: center; }
	.view-realisaties .icon i { font-size: 48px; width: 48px; padding: 20px; }
	.view-realisaties .icon i.fa-desktop { padding: 20px 21px 20px 19px; }
	.view-realisaties .grid-960:nth-child(even) .grid-320:nth-child(odd) { float: none; display: block; }
	.view-realisaties .grid-960:nth-child(even) .ttl, .view-realisaties .grid-960:nth-child(even) .txt { text-align: center; }
	.view-realisaties .grid-960:nth-child(even) .icon { text-align: center; }	
	
	.view-onepager-forward .item-container { position: relative; width: 100%; }
	.view-onepager-forward .item-container .item { position: relative; }
	.view-onepager-forward .item-container .item .picture { position: relative; z-index: 2; }
	.view-onepager-forward .item-container .item .picture img { display: block; width: 100%; height: auto; }
	.view-onepager-forward .item-container .item .caption h1 { font-size: 32px; letter-spacing: -1px; line-height: 1em; padding: 0; }
	.view-onepager-forward .item-container .item .caption h1::first-line { letter-spacing: 1px; }
	
	.background-slider-container { margin-top: -50px; }
	.background-slider-fixed .item .caption h1 { font-size: 24px !important; }
	.background-slider-fixed .item .caption h1 a { font-size: 24px !important; }
	.background-slider-fixed .item .caption h2 { font-size: 16px !important; }
	#background-slider-forward-dest { margin-bottom: 0px;}
	.background-slider-fixed .forward { position: absolute; margin-top: 50px; 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: 10px; }
	
	.view-assets .grid-320 { width: 50%; }
	.view-assets .grid-320 .ttl { font-size: 16px; }
	.view-assets .grid-320 .txt { font-size: 13px; padding: 10px 5px; }
	.view-assets .icon { margin: 10px; }
	.view-assets .icon i { font-size: 32px; width: 32px; padding: 24px; }

	.view-intro { margin: 0; padding: 10px; }
	.view-intro .box .txt p { font-size: 20px !important; }
	
	.view-contact .box .phone p { font-size: 24px; }
	.view-contact .box .phone p:before { font-size: 16px; top: -1px; width: 40px; }
	.view-contact .box .email p a { font-size: 16px; }
	.view-contact .box .email p:before { font-size: 16px; top: -1px; width: 40px; }
	
	.background-slider-fixed .cta { position: absolute; bottom: 20px; left: 0; right: 0; width: 100%; text-align: center; z-index: 100;  }
	.background-slider-fixed .cta a { position: relative; padding: 12px 40px 12px 16px; border-radius: 32px; -webkit-border-radius: 32px; background: #E41E13; color: #fefefe; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 15px; }
	.background-slider-fixed .cta a i { position: absolute; right: 4px; top: 6px; }

	/* .view-odometers .box .circle .number { position: absolute; margin-top: -12px; font-size: 24px; } */
	.view-odometers .box .circle .number { font-size: 24px; }	 
	.view-odometers .box .caption { font-size: 15px; }

	.view-testimonials .box { min-height: 200px; }
	.view-testimonials .box .txt p { font-size: 16px !important; font-weight: 400; }
	.view-testimonials .box .txt .name { font-size: 15px; font-weight: 300; }
	
	#ft .ft-overview .ft-logo .box .img img { max-width: 50%; }
	
	.view-partner-logos { padding: 20px 0px 0px 0px; }
	.view-partner-logos .logo { position: relative; float: none; display: inline-block; vertical-align: top; margin: 0px 0px; }
	
	#iframe-meteovista .txt { font-size: 18px; }

}

@media only screen and (min-width: 820px) and (max-height: 900px) {
	.background-slider-fixed .item .caption h1 { font-size: 24px !important; }
	.background-slider-fixed .item .caption h1 a { font-size: 24px !important; }
	.background-slider-fixed .item .caption h2 { font-size: 16px !important; }
}

@media only screen and (min-width: 460px) and (max-width: 820px) {
	#header-responsive .menu a, #header-responsive .lang a { width: 50%; padding: 24px; float: left; }
	#header-responsive .menu a:nth-child(even), #header-responsive .lang a:nth-child(even) { border-left: 1px solid rgba(0,0,0,0.2); }
	.view-intro .box .txt p { font-size: 24px !important; }	
	/* .view-odometers .box .circle .number { position: absolute; margin-top: -8px; font-size: 16px; } */
	.view-odometers .box .circle .number { font-size: 16px; } 
	.view-odometers .box .caption { font-size: 10px; }
	.view-odometers .grid-240 { width: 25%; }	

}

@media only screen and (min-width: 640px) and (max-width: 820px) {
	/* .view-odometers .box .circle .number { position: absolute; margin-top: -12px; font-size: 24px; } */
	.view-odometers .box .circle .number { font-size: 24px; } 
	.view-odometers .box .caption { font-size: 14px; }
	.view-odometers .grid-240 { width: 25%; }
	.grid-320, .grid-400, .grid-480 { width: 50%; }
	.grid-480 .grid-480 { width: 100%; }
	.grid-400 .grid-400 { width: 100%; }
	#ft .grid-320 { width: 50%; }
	#ft .grid-320:last-child { width: 100%; }	
	.view-ontdek-forwarders .grid-320, .pagefeed-embed-post { width: 33.3333% !important; }
	
	.view-welcome .grid-640 { width: 60%; }
	.view-welcome .grid-320 { width: 40%; }
	
	.view-ontdek-pagefeed .grid-640 { width: 100% !important; }
	.view-ontdek-pagefeed .grid-640 .grid-320 { width: 50% !important; }
	.view-ontdek-pagefeed .grid-320 { width: 100% !important; }
	.view-ontdek-pagefeed .grid-320 .grid-320 { width: 100% !important; }	
}

/* Print */

@media print {
	.menu, .lang, #header-flow .cart, #header-responsive .cart, #header-fixed .cart, .ft { display: none; }
 	@page { margin: 2cm; }
}

/* Jscroll */

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

#cboxOverlay { background:#000;}
#colorbox { outline:0;}
    #cboxContent { margin-top:40px;}
        .cboxIframe { background:#f5f5f5;}
        #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:#f5f5f5;}
        #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 { font-size: 72px; font-family: FontAwesome; content: "\f104"; }
        #cboxNext:hover, #cboxPrevious:hover { color: #f5f5f5; background: rgba(0,0,0,0.8); }
        #cboxNext { right:0px; }
        #cboxNext:before { font-size: 72px; font-family: FontAwesome; content: "\f105"; }
        #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: #f5f5f5; }
								
