/* Qualitainment Stylesheet
	 2014 Always Awake bvba

	 Instead of snooping around in our code, why not hire us for your project?
	 info@alwaysawake.be 
	 
*/

@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,300,700');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
	 
/* Basics */

#overlay { position: fixed; width: 100%; height: 100%; z-index: 4; background: #000; display: none; }
#bg { position: fixed; width: 100%; height: 100%; background: #E2E3E5; background-size: cover; overflow: hidden; }
/* #bg.bg-over-ons { background: #f9f9f9 url("/2014/lay/bg-over-ons.jpg") center center; background-size: cover; } */

html { color: #4A4A48; font-family: 'Open Sans', serif; font-weight: 400; font-size: 13px; width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-y: scroll; background: #fafafa; }
body { margin: 0px; padding: 0px; height: 100%;	}

img { border: 0; display: block; }
h1, h2, h3, h4, p, a { padding: 0; margin: 0; font-weight: 400; }
b, strong { font-weight: 700; }
label:hover { cursor: pointer; }
.linkable:hover { cursor: pointer; }
td { vertical-align: top; }

/* Header */

#header-responsive { position: fixed; width: 100%; z-index: 100; background: #E8E9EB; min-height: 20px; box-shadow: 0px -10px 30px #8E8E8D; display: none; }
#header-fixed { position: fixed; width: 100%; z-index: 101; background: #E8E9EB; display: none; height: 56px; overflow: hidden; box-shadow: 0px -10px 30px #8E8E8D; }
#header-flow { position: relative; width: 100%; z-index: 100; min-height: 80px; background: #E8E9EB; }
#header-flow .menu a { background: 0; color: #272725; }
#header-flow .menu a:hover { background: #BBBBBA; color: #272725; border-radius: 32px; }
#header-flow .menu a.active { background: #272725; color: #E2E3E5; border-radius: 32px; }
#header-flow .lang { position: absolute; top: 4px; right: 10px; }
#header-flow .lang a { color: #4A4A48; }
#header-flow .lang a:hover { background: #BBBBBA; color: #272725; border-radius: 32px; }
#header-flow .lang a.active { background: #272725; color: #E2E3E5; border-radius: 32px; }

.menu { position: relative; text-align: right; padding: 0px; margin: 35px 0px 0px 0px; float: right; }
.menu a { position: relative; display: inline-block; font-weight: 400; font-size: 24px; color: #272725; padding: 14px 20px; margin: 0px 1px; text-transform: lowercase; overflow: hidden; }
.menu a:hover { background: #BBBBBA; color: #272725; }
.menu a.active { background: #272725; color: #E2E3E5; }
.lang { position: relative; float: right; text-align: right; }
.lang a { position: relative; display: inline-block; font-weight: 700; font-size: 14px; color: #656563; padding: 10px; margin: 0px 1px; text-transform: uppercase; overflow: hidden; }
.lang a:hover { color: #BABABC; }
.lang a.active { color: #E7635C; }

.logo { position: relative; padding: 5px 0px; float: left; margin: 0px; }
#header-flow .logo { padding: 10px 0px; }
#header-flow .logo img { width: 121px; }
#header-fixed .logo { padding: 4px 0px 0px 0px; }
#header-fixed .logo img { width: 47px; }
#header-fixed .menu { margin: 0px; }

/* 960 Grid */

.centerize { position: relative; margin: 0 auto; padding: 0px 10px; width: 960px; }
.grid-160, .grid-240, .grid-320, .grid-400, .grid-480, .grid-560, .grid-640, .grid-720, .grid-960 { position: relative; float: left; }
.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 { }
.add-margin { margin: 10px; }
.add-background { background: #E8E9EB; position: relative; }

.box.fixed-height { position: relative; height: 180px; overflow: hidden; }
.box.fixed-height .fade { margin: 0px 10px; z-index: 2; position: absolute; bottom: 1px; left: 0px; width: 100%; height: 10px; background: #fafafa; box-shadow: 0px 0px 50px 35px #fafafa; }
.box.fixed-height .fade:before { content: "\f054"; font-family: FontAwesome; color: #fafafa; background: #d0d0d0; padding: 6px 8px; line-height: 1.1em; text-transform: uppercase; font-size: 14px; position: absolute; bottom: 0px; right: 10px; }
.linkable:hover .box.fixed-height .fade:before { background: #BBBBBA; }

.box.action { background: #BABABC; }
.box.action .ttl { padding: 10px 10px 0px 10px; }
.box.action .txt { color: #fafafa; font-size: 18px; padding: 10px; }
.box.action .ttl h1 { color: #fafafa; font-size: 32px; }
.box.action .txt a { color: #fafafa; text-decoration: underline; }
.box.action .txt a:hover { color: #fafafa; }

.box .ttl { padding: 0px 10px 10px 10px; }
.linkable:hover .ttl h1 a, .linkable:hover .ttl h2 a { }
.linkable:hover .box.add-background { background: #BBBBBA; }
.box .ttl h1 { font-size: 38px; line-height: 0.9em; color: #272725;  }
.box .ttl h1, .box .ttl h1 a { font-weight: 400; color: #4A4A48; }
.box .ttl h2 { ffont-size: 28px; line-height: 1em;  }
.box .ttl h2, .box .ttl h2 a { ont-weight: 400; color: #4A4A48; }
.grid-640 > .box > .ttl { padding: 10px 20px; }
.grid-320 > .box > .ttl { padding: 10px 5px; }

.box .ttl.boxed { padding: 0px; border-left: 20px solid #E8E9EB; margin: 0; }
.box .ttl.boxed h1 { line-height: inherit; background: #E8E9EB; padding: 0px; display: inline; margin: 0; }
.box .ttl.boxed h1 a { position: relative; left: -10px; color: #272725; }
.linkable:hover .ttl.boxed { border-left: 20px solid #BBBBBA; }
.linkable:hover .ttl.boxed h1 { background: #BBBBBA; }
.linkable:hover .ttl.boxed h1 a { color: #1D1D1B; }

.cover .ttl h1 { color: #4A4A48; display: inline-block; padding: 10px 10px 0px 10px; font-weight: 400; line-height: 1em; }
.cover .date { float: left; padding: 5px 10px; background: #E8E9EB; color: #272725; margin-right: 20px; }
.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; }

.box .txt { position: relative; padding: 10px; }
.grid-960 > .box > .ttl { padding: 20px 16px; }
.grid-960 > .box > .ttl h1 { font-size: 48px; }
.grid-960 > .box > .txt { padding: 20px 20px; }
.box .txt.forward { padding: 10px 10px 30px 10px; }
.box .txt h1 { margin-bottom: 10px; font-size: 32px; line-height: 1.4em; font-weight: 400; }
.box .txt h2 { margin-bottom: 10px; font-size: 26px; line-height: 1.4em; font-weight: 400; }
.box .txt h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.4em; font-weight: 400; }
.box .txt p { margin-bottom: 10px; font-size: 20px; line-height: 1.4em; }
.box .txt table { width: 100%; }
.box .txt table thead td { font-weight: 700; font-size: 16px; }
.box .txt table td { padding: 5px; }

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

.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 .img a:hover img { opacity: 0.8; }

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

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

.box .btn a { position: relative; display: inline-block; font-weight: 700; font-size: 14px; background: #999A9A; color: #E2E3E5; border-radius: 42px; padding: 10px; margin: 0px 1px; text-transform: uppercase; 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; padding: 18px 10px; }
.box .btn a i { }
.box .btn:hover a, .box.linkable:hover .btn a { background: #4A4A48!important; color: #E8E9EB !important; }
.box .ttl .btn.back { position: relative; float: left; margin-top: 12px; margin-right: 10px; margin-left: -10px; }
.box .ttl .btn.back a, .box .ttl .btn.back a i { font-size: 18px; }
.box .ttl .btn.back a i { padding: 5px 8px 2px 6px; }

.box .files { padding-top: 20px; position: relative; text-align: left; margin: 10px; }
.box .files .btn { position: relative; display: block; }
.box .files .btn a { position: relative; background: #434247; color: #f0f0f0; display: block; margin-top: 4px; min-height: 28px; overflow: hidden; border-radius: 0; }
.box .files .btn a .filename { position: relative; padding: 4px 0px 2px 44px; font-size: 19px; font-weight: 400; }
.box .files .btn a .fileext { position: relative; font-size: 10px; padding: 0px 0px 2px 44px; font-weight: 700; }
.box .files .btn a i { position: absolute; left: 0px; top: 0px; background: rgba(0,0,0,0.2); height: 100px; width: 15px; text-align: center; color: #f0f0f0; font-size: 18px; padding: 25px 10px; }
.box .files .btn:hover a i { }

.grid-ttl { margin: 20px 0px 0px 0px; padding: 10px; position: relative; text-align: center; }
.grid-ttl h4 { font-size: 64px; padding: 0px 20px; text-transform: uppercase; display: inline-block; margin: 0 auto; background: rgba(0,0,0,0.1); }
.grid-ttl h4, .grid-ttl h4 a { font-weight: 100; color: #303030; }
.grid-ttl h4:hover { background: #8F9066; }
.grid-ttl h4:hover a { color: #fafafa; }

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

.share { position: relative; float: right; width: 291px; min-height: 40px; max-height: 40px; margin: 10px 0px; }
.share:before { content: "\f1e0"; font-family: FontAwesome; color: #d0d0d0; font-size: 18px; padding-right: 0.5em; position: absolute; top: 11px; left: 14px; }
.share-buttons { display: inline-block; position: relative; float: right; width: 241px; min-height: 30px; max-height: 30px; padding: 10px 0px 0px 10px; overflow: hidden; }
.share-buttons .pin-button { position: absolute; left: 10px; top: 0px !important; }
.share-buttons .twitter-share-button { position: absolute; left: 57px; }
.share-buttons .g-plus, .share #___plus_0 { position: absolute; left: 119px; top: 10px !important; }
.share-buttons .fb-share-button { position: absolute; left: 182px; top: 10px !important; }

/* Template */

#container { min-height: 100%; position: relative; }
#cn { position: relative; padding: 0px; margin-bottom: 60px; min-height: 100px; height: 100%; }

.clear { clear: both; }
#btn-top { position: fixed;	right: 10px; bottom: 15px; cursor: pointer; display: none; z-index: 101;}
#btn-top a { background: #4A4A48;  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 30px; margin: 0px; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 700; font-size: 16px; color: #272725; padding: 14px 24px; text-transform: uppercase; background: #D2D3D5; margin: 0px 0px 0px 2px; }
.paginate-table a:hover { color: #272725; background: #BBBBBA; }
.paginate-table a.active, .paginate-table span { color: #E8E9EB; background: #272725; }

/* Views */

.view-three-headlines .box { background: #E8E9EB; }
.view-three-headlines .box .ttl h1 { font-size: 26px; position: relative; line-height: 1em; color: #272725; }
.view-three-headlines .box .ttl h1:before { float: right; position: relative; content: "\f105"; font-family: FontAwesome; color: #272725; font-size: 28px; }

.view-three-headlines .box .ttl h1 a { color: #272725; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-three-headlines .box.linkable:hover { background: #BBBBBA; }
.view-three-headlines .box.linkable:hover .ttl h1 a { color: #1D1D1B; }
.view-three-headlines .box.linkable:hover .ttl h1:before { color: #1D1D1B !important; }

.view-schedule .box { }
.view-schedule .box .date { float: right; padding: 5px; background: #E2E3E5; margin: 5px; color: #272725; }
.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 a { text-transform: uppercase; font-weight: 700; color: #272725; }
.view-schedule .box .ttl { padding: 0px; }
.view-schedule .box .txt.location h4 { display: inline-block; font-size: 14px; background: #272725; color: #E8E9EB; font-weight: 700; text-transform: uppercase; padding: 4px; }
.view-schedule .box .txt.location h3 { clear: both; }

.view-activity .location { padding: 10px 20px; float: left; }
.view-activity .location h4 { display: inline-block; font-size: 14px; background: #272725; color: #E8E9EB; font-weight: 700; text-transform: uppercase; padding: 4px; }
.view-activity .location h2 { font-size: 32px; }
.view-activity .location h3 { font-size: 24px; }
.view-activity .forward { padding: 10px 20px; float: right; }
.view-activity .forward .btn { display: inline-block; margin-left: 1px; }
.view-activity .forward .btn a i { font-size: 24px; text-align: center; min-width: 24px; }

.view-onepager .banner { background-attachment: fixed; background-repeat: no-repeat; background-position: top center; background-size: cover; width: 100%; height: 400px; } 
.view-onepager .banner .img { display: none; }

.view-magazine .box .img img { padding: 10px; box-shadow: 0px 4px 10px #aaa; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-magazine .grid-960:nth-child(even) .grid-480:nth-child(odd) { float: right; }

/* Custom views */

.view-picturefolders .box .date { position: absolute; right: 10px; top: 10px; padding: 5px; background: #E2E3E5; margin: 5px; color: #272725; z-index: 1; }
.view-picturefolders .box .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-picturefolders .box .date .date-month { font-size: 30px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-picturefolders .box .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }
.view-picturefolders .box .txt.location { padding: 0px 5px; margin: 0px; }
.view-picturefolders .box .txt.location p { display: inline-block; background: #272725; color: #E8E9EB; font-size: 12px; font-weight: 700; text-transform: uppercase; padding: 4px; margin: 0px; }

/* Ibox 
	 Always Awake full screen picture
*/

#ibox-bg { position: fixed; overflow: hidden; width: 100%; height: 100%; background-color: #aaa !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: 4px 15px 4px 15px; 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: 7px; left: 7px; }
.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: #BBBBBA; color: #fafafa; }

/* Ft */

#ft { position: relative; width: 100%; padding: 20px 0px; box-shadow: 0px 10px 30px #aaa; z-index: 100; }

.ft-tagpages-links { text-align: center; }
.ft-tagpages-links a { display: inline-block; color: #4A4A48; font-size: 15px; padding: 4px 10px; border-right: 1px solid #f0f0f0; }
.ft-tagpages-links a:first-child { border-right: 0px; }

#ft .btn { display: inline-block; }
#ft .btn a { background: rgba(0,0,0,0.6); padding: 8px 15px; font-size: 24px; text-align: center; }
#ft .btn a:hover { background: #8F9066; }
#ft .btn a i { color: #fafafa; font-size: 24px; display: inline-block; }
#ft .btn a:hover i { color: #fafafa; }

#ft .ft-contact h1 { font-weight: 700; font-size: 20px; }
#ft .ft-contact p { font-weight: 400; font-size: 13px; margin-top: 12px; }

#ft-credits { position: absolute; left: 10px; bottom: 10px; }
#ft-credits a { font-size: 9px; font-weight: 700; opacity: 0.6; text-transform: uppercase; color: rgba(255,255,255,0.8); background: rgba(0,0,0,0.4); padding: 2px 4px; }
#ft-credits a:hover { color: #fafafa; opacity: 1; background: rgba(0,0,0,0.6);}

.ft-cookies-privacy { position: relative; text-align: center; padding: 20px; font-size: 14px; }
.ft-cookies-privacy a { position: relative; padding: 10px; color: #4A4A48; text-decoration: underline; }
.ft-cookies-privacy a:hover { color: #BABABC; } 

/* Welcome */

.welcome-socialmediabuttons { text-align: center; }
.welcome-socialmediabuttons .btn { display: inline-block; }
.welcome-socialmediabuttons .btn a { font-size: 24px; text-align: center; width: 34px; height: 34px; margin: 0px 5px; }

/* Contact */

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

/* Pagefeed */

.pagefeed-embed-post { float: none; display: inline-block; vertical-align: top; }
.pagefeed-embed-post .box { position: relative; overflow: hidden; text-align: left; background: rgba(255,255,255,0.6); }
.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; background: #D2D3D5; color: #272725; font-size: 12px; font-weight: 400; z-index: 1; }
.pagefeed-embed-post .box .date:before { content: "\f0da"; font-family: FontAwesome; color: #D2D3D5; font-weight: 400; font-size: 28px; position: absolute; left: 6px; bottom: -14px; }
.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: #313133; text-align: left; overflow: hidden; }
.pagefeed-embed-post .box.tw .txt { text-align: left; }
.pagefeed-embed-post .box .txt a { color: #4A4A48; text-decoration: underline; }
.pagefeed-embed-post .box .txt a:hover { color: #BABABC; }
.pagefeed-embed-post .box:before { font-family: FontAwesome; color: #DADBDD; font-size: 32px; position: absolute; top: 6px; right: 8px; }
.pagefeed-embed-post .box.fb:before { content: "\f082"; }
.pagefeed-embed-post .box.tw:before { content: "\f081"; }
.pagefeed-embed-post .box.in:before { content: "\f16d"; }
.pagefeed-embed-post .box .count { position: relative; }
.pagefeed-embed-post .box .count .item { position: relative; display: inline-block; color: #272725; padding: 4px 10px; margin: 10px 0px 0px 32px; font-size: 12px; font-weight: 700; border-top: 0px; }
.pagefeed-embed-post .box .count .item:before { font-family: FontAwesome; color: #272725; 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"; }

/* Hyperlinks */

a {	color: #E7635C;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover {	color: #BABABC; }

/* Forms */

input { font-family: 'Open Sans', sans-serif; font-size: 15px; background: #f0f0f0; color: #4A4A48; width: 100%; padding: 5px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0; -webkit-appearance: none; box-shadow: 2px 2px 0px rgba(0,0,0,0.2); webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2); }
select { font-family: 'Open Sans', sans-serif; font-size: 15px; background: #f0f0f0; color: #4A4A48; padding: 5px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0; -webkit-appearance: none; box-shadow: 2px 2px 0px rgba(0,0,0,0.2); webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2); } 
textarea { font-family: 'Open Sans', sans-serif; font-size: 15px; background: #f0f0f0; color: #4A4A48; width: 100%; padding: 5px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0; resize:vertical; -webkit-appearance: none; box-shadow: 2px 2px 0px rgba(0,0,0,0.2); webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2); }
label { color: #4A4A48; }
::-webkit-input-placeholder { color: #555; font-style:italic !important; }
:-moz-placeholder { color: #555; opacity: 1; font-style:italic !important; }
::-moz-placeholder { color: #555; opacity: 1; font-style:italic !important; }
:-ms-input-placeholder { color: #555; 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 { position: relative; margin: 10px 20px; }
.forms-form-input input:focus, .forms-form-sc input:focus, .forms-form-textarea textarea:focus { background: #E7635C; color: #fafafa; box-shadow: 2px 2px 0px rgba(1,187,176,0.2); webkit-box-shadow: 2px 2px 0px rgba(1,187,176,0.2); }
.forms-form-file { position: relative; margin: 25px 10px; 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; }
.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: 21px; content: "\f0c8"; color: #BDBDBD; }
.forms-form-checkbox input[type=checkbox] + label:hover { color: #8F9066; }
.forms-form-checkbox input[type=checkbox]:checked + label { color: #97C03C; }
.forms-form-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #97C03C; }
.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: #8F9066; }
.forms-form-radio input[type=radio]:checked + label { color: #97C03C; }
.forms-form-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #97C03C; }
.forms-form-textarea { position: relative; margin: 25px 20px; }
.forms-form-textarea textarea { min-height: 200px; }
.forms-form-sc { padding: 5px 10px; }
.forms-form-sc .forms-form-sc-code { display: inline-block; color: #404040; font-weight: 700; margin: 0px 10px; font-size: 18px; }
.forms-form-sc input { display: inline-block; width: 60px; } 
option[default] { display: none; }
input[type=submit] { text-align: center; text-decoration: none; text-transform: uppercase; color: #fafafa;	font-size: 18px; font-weight: 700; line-height: 0.8em; padding: 24px; background: #4A4A48; display: inline-block; width: auto; box-shadow: 0px 0px; border-radius: 32px; }
input[type=submit]:hover { cursor: pointer; background: #BABABC; color: #fafafa; }
select.empty, input.empty { border: 2px solid #E74443; }

/* Responsive */

@media only screen and (min-width: 820px) and (max-width: 1020px) {
	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; }
	#top-slider-container { position: relative; margin: 0 auto; padding: 10px; width: 748px; height: 276px; background: #fafafa; }
	#top-slider-prev, #top-slider-next { display: none; }
	#header-flow .menu { text-align: center; width: 100%; margin: 6px 0px 0px 0px; }
	#header-flow .logo { display: block; width: 100%; text-align: center; }
	#header-flow .logo a { display: inline-block; }
	.view-onepager .banner { height: auto; }
	.view-onepager .banner .img { display: block; }
	.view-onepager .banner .img img { width: 100%; height: auto; }

}

@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; }
	body { width: 100%; }
	.grid-160, .grid-240 { width: 50%; }	
	.grid-320, .grid-400, .grid-480, .grid-560, .grid-640, .grid-720, .grid-800, .grid-880, .grid-960 { width: 100%; }
	.centerize { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px; }
	.ttl { padding: 10px; }
	.ttl h1 { font-size: 32px !important; }
	.txt { padding: 10px; }
	.txt p { font-size: 16px !important; }	
	.cover .ttl h1 { font-size: 24px; }
	.box .ttl .btn.back a { padding: 14px 10px 15px 10px; font-size: 14px; }
	#cn { padding: 52px 0px 0px 0px; }
	#top-slider-container, #top-slider-prev, #top-slider-next { display: none; }
	#header-flow, #header-fixed { display: none; }
	#header-responsive { min-height: 20px; display: block; }
	#header-responsive .menu, #header-responsive .lang { position: relative; text-align: left; width: 100%; margin: 0px; padding: 0px; display: none; }
	#header-responsive .menu a, #header-responsive .lang a { position: relative; display: block; width: 100%; text-align: center; padding: 14px 24px; border-top: 1px solid #D1D2D4; color: #272725; background: #E8E9EB; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0; }
	#header-responsive .menu a.active, #header-responsive .lang a.active { border-top: 1px solid #f2f3f5; color: #E2E3E5; background: #272725; }
	#header-responsive .logo { position: relative; padding: 1px 10px; }
	#header-responsive .logo img { height: 51px; width: auto; display: block; }
	#menu-responsive-btn { color: #272725; position: relative; float: right; padding: 12px 10px 8px 10px; border-left: 1px solid rgba(0,0,0,0.1); }
	#menu-responsive-btn:hover, #lang-responsive-btn:hover { cursor: pointer; }
	#menu-responsive-btn:before { content: "\f0c9"; font-family: FontAwesome; font-size: 32px; }
	#lang-responsive-btn { color: #272725; position: relative; float: right; padding: 14px 12px 14px 12px; font-weight: 700; text-transform: uppercase; font-size: 18px; border-left: 1px solid rgba(0,0,0,0.1); }
	.view-schedule .grid-240 { width: 100%; margin-bottom: -20px; }
	.view-schedule .box .ttl h1 a { font-size: 20px; }
	.view-onepager .banner { height: auto; }
	.view-onepager .banner .img { display: block; }
	.view-onepager .banner .img img { width: 100%; }
	.view-all-in-huren-diensten .grid-480:nth-child(odd) .box { border-right: 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;}
#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:#fafafa;}
#colorbox{outline:0;box-shadow: 0px 10px 20px #9D9D9D; }
    #cboxContent{background:#fafafa; overflow:hidden; padding: 25px; }
        .cboxIframe{background:#fafafa;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{ border: 0; text-indent:-9999px; width:20px; height:20px; position:absolute; top: 5px; background:url("lay/colorbox/controls.png") no-repeat 0 0;}

        /* 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; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{background-position:0px 0px; right:49px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:27px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:5px;}
        #cboxClose:hover{background-position:-50px -25px;}


