/* Arthur and Friends Stylesheet
	 2015 Always Awake bvba

	 info@alwaysawake.be 
	 
*/

@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700,300italic,400italic,700italic|Roboto+Slab:400,700);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/* Cookiebar */

#aa-cookiebar { display: none; }
#aa-cookiebar-container { position: fixed; bottom: 0; left: 0; right: 0; background: #e1e1e1; color: #1f1f1f; padding: 5px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: center; align-content: stretch; z-index: 999; }
#aa-cookiebar-message { flex: 1; margin-right: 2em; margin-left: 10px; font-family: Arial, sans-serif; font-weight: 400; font-size: 15px; }
#aa-cookiebar-message a { color: #1f1f1f; text-decoration: underline; }
#aa-cookiebar-dismiss { flex: 0; margin: 0px; text-align: center; }
#aa-cookiebar-dismiss a { position: relative; display: inline-block; vertical-align: middle; padding: 0.7em 2em; min-width: 100px; font-family: Arial, sans-serif; font-weight: 700; font-size: 15px; color: #fefefe; background: #0a9ddf; border-radius: 3px; -webkit-border-radius: 3px; }
#aa-cookiebar-dismiss a:hover { opacity: 0.8; cursor: pointer; }

@media only screen and (max-width: 580px) { #aa-cookiebar-message { font-size: 12px !important; margin: 5px 10px 10px 10px; } }
@media only screen and (max-width: 460px) { #aa-cookiebar-container > * { flex: 1 100%; } }
	 
/* Basics */

#overlay { position: fixed; width: 100%; height: 100%; z-index: 4; background: #fefefe; display: none; }
#bg { position: fixed; width: 100%; height: 100%; background: #fefefe; background-size: cover; overflow: hidden; }

html { color: #111; font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 17px; 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: 300; }
b, strong { font-weight: 700; }
label:hover { cursor: pointer; }
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; box-shadow: 0px -10px 30px #777; display: none; }
#header-fixed { position: fixed; width: 100%; z-index: 101; background: #fefefe; display: none; height: 54px; overflow: hidden; box-shadow: 0px -10px 30px #777; }
#header-flow { position: relative; width: 100%; z-index: 100; min-height: 80px; }
#header-flow .menu { margin-top: 80px; }
#header-flow .menu a { }
#header-flow .menu a:hover { }
#header-flow .menu a.active { }
#header-flow .lang { margin-top: 80px; border-left: 1px solid rgba(57,57,57,0.2); }
#header-flow .lang a { }
#header-flow .lang a:first-child { margin-left: 4px; }
#header-flow .lang a:hover { }
#header-flow .lang a.active { }

.menu { position: relative; text-align: right; padding: 0px; margin: 32px 0px 0px 0px; float: right; }
.menu a { position: relative; display: inline-block; font-family: 'Roboto Slab', serif; text-transform: uppercase; color: #393939; padding: 12px 16px; font-size: 13px; font-weight: 700; margin: 0px 4px; overflow: hidden; }
.menu a:hover { background: #22BB9D; padding: 11px 15px; border: 1px solid #22BB9D; color: #fefefe; }
.menu a.active { background: 0; padding: 11px 15px; border: 1px solid #22BB9D; color: #22BB9D; }
.lang { position: relative; text-align: right; padding: 0px; margin: 32px 0px 0px 0px; float: right; }
.lang a { position: relative; display: inline-block; font-family: 'Roboto Slab', serif; text-transform: uppercase; color: #393939; padding: 12px 8px; font-size: 13px; font-weight: 700; margin: 0px 1px; overflow: hidden; }
.lang a:hover { background: #22BB9D; padding: 11px 7px; border: 1px solid #22BB9D; color: #fefefe; }
.lang a.active { background: 0; padding: 11px 7px; border: 1px solid #22BB9D; color: #22BB9D; }
.logo { position: relative; padding: 5px 0px; float: left; margin: 0px; }

#header-flow .cart { position: absolute; top: 0px; right: 0px; font-family: 'Roboto Slab', serif; text-transform: uppercase; color: #393939; padding: 12px 8px; font-size: 18px; font-weight: 700; }
#header-flow .cart a { color: #393939; font-weight: 700; }
#header-flow .cart:before { position: relative; display: inline-block; content: "\f07a"; font-family: FontAwesome; background: #22BB9D; color: #fefefe; font-size: 14px; padding: 8px 9px 8px 7px; border-radius: 32px; text-align: center; width: 14px; margin-right: 6px; top: -2px; }
#header-flow .cart:hover a { color: #E94464; }
#header-flow .cart:hover:before { background: #E94464; }
#header-flow .logo { padding: 10px 0px 20px 0px; }
#header-flow .logo img { display: block; }

#header-fixed .logo { padding: 6px 0px 0px 0px; }
#header-fixed .logo img { width: 38px; height: auto; }
#header-fixed .menu { margin: 7px 0px 0px 0px; }
#header-fixed .cart { position: relative; float: right; display: inline-block; font-family: 'Roboto Slab', serif; text-transform: uppercase; color: #393939; padding: 12px 8px; font-size: 18px; font-weight: 700; margin: 3px 0px 0px 0px; }
#header-fixed .cart a { color: #393939; font-weight: 700; }
#header-fixed .cart:before { position: relative; display: inline-block; content: "\f07a"; font-family: FontAwesome; background: #22BB9D; color: #fefefe; font-size: 14px; padding: 8px 9px 8px 7px; border-radius: 32px; text-align: center; width: 14px; margin-right: 6px; top: -2px; }
#header-fixed .cart:hover a { color: #E94464; }
#header-fixed .cart:hover:before { background: #E94464; }

/* 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 { position: relative; background: rgba(0,0,0,0.05); }

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

.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: #fff; }
.box .ttl h1, .box .ttl p { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; color: #22BB9D; font-size: 36px; }
.box .ttl h1, .box .ttl h1 a { font-weight: 400; color: #22BB9D; }
.box .ttl h2 { font-size: 28px; line-height: 1em;  }
.box .ttl h2, .box .ttl h2 a { ont-weight: 700; color: #111; }
.grid-640 > .box > .ttl { padding: 10px; }
.grid-320 > .box > .ttl { padding: 10px 5px; }

.box .ttl.boxed { padding: 4px 0px; border-left: 20px solid #393939; margin: 0; }
.box .ttl.boxed h4 { line-height: inherit; font-size: 20px; background: #393939; padding: 4px 0px; display: inline; margin: 0; font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; }
.box .ttl.boxed h4 a { position: relative; left: -10px; color: #fefefe; text-transform: uppercase; }
.box .ttl.boxed.right { padding: 4px 0px; border-left: 0; border-right: 20px solid #393939; margin: 0; }
.box .ttl.boxed.right h4 a { padding: 0px; left: auto; right: -10px; }
.box .ttl.boxed.active { border-left: 20px solid #22BB9D; }
.box .ttl.boxed.active h4 { background: #22BB9D; }
.box .ttl.boxed.active h4 a { color: #fefefe; }
.box .ttl.boxed.right.active { border-left: 0; border-right: 20px solid #22BB9D; }
.linkable:hover .ttl.boxed { border-left: 20px solid #E94464; }
.linkable:hover .ttl.boxed.right { border-left: 0; border-right: 20px solid #E94464; }
.linkable:hover .ttl.boxed h4 { background: #E94464; }
.linkable:hover .ttl.boxed h4 a { color: #fefefe; }

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

.cover .ttl h1 { color: #111; display: inline-block; padding: 10px 10px 0px 10px; font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; line-height: 1em; }
.cover .date { float: left; padding: 5px 10px; background: #fefefe; color: #0E1B42; margin-right: 20px; border-radius: 10px; -webkit-border-radius: 10px; }
.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; }
.grid-960 > .box > .ttl h1 { font-size: 36px; font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; }
.grid-960 > .box > .txt { padding: 20px; }
.box .txt.forward { padding: 10px 10px 30px 10px; }
.box .txt h1 { margin-bottom: 20px; font-size: 38px; line-height: 1.4em; font-weight: 300; }
.box .txt h2 { margin-bottom: 20px; font-size: 32px; line-height: 1.4em; font-weight: 300; }
.box .txt h3 { margin-bottom: 20px; font-size: 24px; line-height: 1.4em; font-weight: 300; }
.box .txt h4 { margin-bottom: 20px; font-size: 18px; line-height: 1.4em; font-weight: 400; }
.box .txt p { margin-bottom: 20px; font-size: 18px; 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 .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 20px 10px 20px; }
.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: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 700; font-size: 14px; background: #393939; color: #fefefe; 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; color: #fefefe; font-size: 18px; font-weight: 700; line-height: 0.8em; padding: 24px; background: #22BB9D; }
.box .btn.centered { width: 100%; text-align: center; }
.box .btn.centered a { text-align: center; min-width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fefefe; font-size: 18px; font-weight: 700; line-height: 0.8em; padding: 24px; background: #22BB9D; }

.box .btn a i { }
.box .btn:hover a, .box.linkable:hover .btn a { background: #22BB9D; color: #fefefe !important; }
.box .ttl .btn.back { position: relative; float: left; margin-top: 6px; margin-right: 10px; margin-left: -20px; }
.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 .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 .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: rgba(0,0,0,0.1); color: #393939; 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 { }
.box .files .btn:hover a { background: #22BB9D !important; }

.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; margin: 0px; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 700; font-size: 16px; color: #fefefe; padding: 10px 16px; text-transform: uppercase; background: rgba(0,0,0,0.6); margin: 0px 0px 0px 2px; }
.paginate-table a:hover { background: #22BB9D; color: #fefefe; }
.paginate-table a.active, .paginate-table span { color: #111; background: #fefefe; }

/* Views */

.view-three-headlines .box { background: rgba(255,255,255,0.6); }
.view-three-headlines .box .ttl h1 { font-size: 26px; position: relative; line-height: 1em; color: #0E1B42; }

.view-three-headlines .box .ttl h1 a { color: #0E1B42; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-three-headlines .box.linkable { overflow: hidden; }
.view-three-headlines .box.linkable:hover { background: #fff; }
.view-three-headlines .box.linkable:before { position: absolute; right: -10px; bottom: -96px; content: "\f0d9"; font-family: FontAwesome; font-size: 180px; color: rgba(0,0,0,0.8); }
.view-three-headlines .box.linkable:after { position: absolute; right: 8px; bottom: 8px; content: "\f105"; font-family: FontAwesome; font-size: 18px; color: #fefefe; }

.view-three-headlines .date { position: absolute; right: 0px; top: 20px; padding: 5px 10px; background: #fefefe; 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-sidepanel .box .ttl h1 { font-size: 21px; }
.view-sidepanel .box .txt p { font-size: 17px; }
.view-sidepanel .box .txt { padding: 5px; margin: 0; }

.view-schedule .box { }
.view-schedule .box .date { float: right; padding: 5px; background: #E2E3E5; margin: 5px; color: #0E1B42; 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 a { text-transform: uppercase; font-weight: 700; color: #FFDE00; line-height: 1.2em; }
.view-schedule .box .ttl { position: relative; padding: 0px; }
.view-schedule .box .txt.location h4 { position: relative; display: inline-block; font-size: 18px; background: #FFDE00; color: #0E1B42; font-weight: 700; text-transform: uppercase; padding: 0px 4px; border-radius: 10px; -webkit-border-radius: 10px; }
.view-schedule .box .txt.location h2 { position: relative; padding: 0px 4px; margin: 0px; }
.view-schedule .box .txt.location h3 { position: relative; padding: 0px 4px; margin: 0px; }

.view-activity .location { padding: 10px 20px; float: left; }
.view-activity .location h4 { display: inline-block; font-size: 28px; background: #FFDE00; color: #0E1B42; font-weight: 700; text-transform: uppercase; padding: 4px; border-radius: 10px; -webkit-border-radius: 10px; }
.view-activity .location h2 { font-size: 32px; }
.view-activity .location h3 { font-size: 24px; }
.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-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 .img { display: none; }
.view-onepager .banner .ttl { position: relative; text-align: center; top: 50%; transform: translateY(-50%); }
.view-onepager .banner .ttl h1 { color: #f0f1f3; font-size: 64px; font-weight: 700; text-transform: uppercase; text-shadow: 0px 2px 2px #0E1B42; }

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

.view-toc { position: relative; overflow: hidden; }
.view-toc .boxed.right { text-align: right; }
.view-toc .holds-item { border-left: 1px solid rgba(57,57,57,0.2); }

.view-picturefolder .img img { -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-picturefolder .img:hover img { border: 10px solid #FFDE00; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Custom views */

.view-welkom-grid { position: relative; width: 100%; }
.view-welkom-grid .banner { position: absolute; width: 50%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: right top; }
.view-welkom-grid .img img { width: 100%; height: auto; }
.view-welkom-grid:first-child .grid-480:nth-child(even) { background: #22BB9D; }
.view-welkom-grid:first-child .txt { color: #fefefe; text-shadow: 2px 2px 0px rgba(0,0,0,0.2); }
.view-welkom-grid:nth-child(even) .banner { right: 0; background-position: left top; }
.view-welkom-grid:nth-child(odd) .grid-480:nth-child(even) { float: right; }
.view-welkom-grid .txt { padding: 10px 10px 0px 10px; }
.view-welkom-grid .txt h1 { font-size: 32px; font-family: 'Roboto Slab', serif; font-weight: 400; text-transform: uppercase; line-height: 1em; text-shadow: 2px 2px 0px rgba(0,0,0,0.2); }
.view-welkom-grid .txt h3 { font-size: 20px; font-weight: 400; }

.view-welkom-grid .btn.forward { position: relative; padding: 0; margin: 0; }
.view-welkom-grid .btn.forward a { border: 1px solid #22BB9D; background: 0; color: #22BB9D; float: right; }
.view-welkom-grid .btn.forward a:hover { color: #fefefe; background: #22BB9D; }
.view-welkom-grid:first-child .btn.forward a { border: 1px solid #fefefe; background: 0; color: #fefefe; }
.view-welkom-grid:first-child .btn.forward a:hover { background: #fefefe; color: #22BB9D !important; }
.view-welkom-grid .btn.forward a:before { content: "\f105"; font-family: FontAwesome; font-size: 17px; font-weight: 400; float: right; margin-left: 10px; }

.view-welkom-cta .box { background: #F2695F; color: #fefefe; margin: 10px; padding: 10px; }
.view-welkom-cta .box .txt { position: relative; padding: 8px 4px; margin: 0; }
.view-welkom-cta .box .txt p { position: relative; float: left; display: inline-block; padding: 2px 0px; margin: 0px; font-family: 'Roboto Slab', serif; font-weight: 400; font-size: 26px; line-height: 1em; }
.view-welkom-cta .box .txt .btn.forward { position: relative; float: right; display: inline-block; padding: 0; margin: -3px 0px 0px 0px; }
.view-welkom-cta .box .txt .btn.forward a { border: 1px solid #fefefe; background: 0; color: #fefefe; text-decoration: none; }
.view-welkom-cta .box .txt .btn.forward a:hover { color: #F2695F !important; background: #fefefe; }
.view-welkom-cta .box .txt .btn.forward a:before { content: "\f105"; font-family: FontAwesome; font-size: 17px; font-weight: 400; float: right; margin-left: 10px; }

.view-over-ons-troeven .box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-over-ons-troeven .grid-480:nth-child(odd) .box { border-right: 1px solid #f0f0f0; }
.view-over-ons-troeven .box .ttl h1 { text-align: center; font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; font-size: 28px; }
.view-over-ons-troeven .box .txt { text-align: center; }
.view-over-ons-troeven .box .txt p { font-size: 16px; }
.view-over-ons-troeven .box .icon { position: relative; width: 100%; text-align: center; margin-bottom: 20px; }
.view-over-ons-troeven .box .icon i { position: relative; display: inline-block; margin: 0 auto; background: #22BB9D; color: #fefefe; font-size: 64px; padding: 30px; border-radius: 72px; text-align: center; width: 64px; }

.view-contact .box .ttl { padding: 10px 10px 0px 10px; }
.view-contact .box .ttl h1 { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; font-size: 24px; padding-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.2); text-align: center; }
.view-contact .box .txt p { font-size: 16px; }
.view-contact .box .txt h2 { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; font-size: 18px; padding-top: 10px; border-top: 1px solid rgba(0,0,0,0.2); text-align: center; }
.view-contact-form .box .txt { padding: 0px 20px; }

.welkom-social { position: relative; padding: 20px 0px 0px 0px; }
.welkom-social .box { text-align: center; }
.welkom-social .box .icon { position: relative; text-align: center; display: inline-block; margin: 10px; z-index: 11; }
.welkom-social .box .icon i { display: inline-block; font-size: 32px; color: #393939; border: 1px solid #393939; background: #fefefe; text-align: center; width: 32px; padding: 24px; border-radius: 50%; -webkit-border-radius: 50%; }
.welkom-social .box .icon:hover i { color: #fefefe; background: #22BB9D; border: 1px solid #22BB9D;}
.welkom-social .box .icon.soundcloud i { padding: 24px 28px 24px 20px; }

.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: 20px; font-weight: 400; }
.view-sidebar .box .txt { padding: 5px 10px; }
.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-stores { position: relative; text-align: center; vertical-align: top; }
.view-stores .grid-320 { position: relative; display: inline-block; float: none; }
.view-stores .box { }
.view-stores .box .img { border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; }
.view-stores .box .ttl h1 { font-size: 17px; position: relative; line-height: 1em; color: #0E1B42; }
.view-stores .box .ttl h1 a { color: #0E1B42; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-stores .box .ttl { padding-bottom: 0px; }
.view-stores .box .txt p { margin-bottom: 4px; font-size: 14px; }

.box .txt.view-form-submit-txt { position: relative; margin-top: -20px; text-align: center; }
.box .txt.view-form-submit-txt div { position: relative; display: inline-block; padding: 8px 16px; background: #EBEBEB; vertical-align: bottom; border-radius: 6px; -webkit-border-radius: 6px; border-top: 2px solid #C7C7C7; }
.box .txt.view-form-submit-txt div p { margin: 0px !important; padding: 0px; font-weight: 700; font-size: 14px; }
.box .txt.view-form-submit-txt div:before { content: "\f052"; position: absolute; top: -16px; left: 50%; margin-left: -16px; font-size: 32px; font-family: FontAwesome; color: #EBEBEB; }

/* Catalogue */ 

.catalogue-category-title .box { padding: 10px; }
.catalogue-category-title .box .ttl { padding: 0 10px; margin: 0; }
.catalogue-category-title .box .ttl h1 { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; color: #4A4A48; font-size: 64px; }
.catalogue-subcategory-title .box { padding: 30px 10px 10px 10px; }
.catalogue-subcategory-title .box .ttl { padding: 0 10px; margin: 0; }
.catalogue-subcategory-title .box .ttl h2 { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; color: #22BB9D; font-size: 42px; }
.catalogue-subcategory-tags .box { padding: 0px 15px; }
.catalogue-subcategory-tags .box .tag { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; font-size: 12px; color: #fefefe; background: #78CAB4; border-radius: 20px; -webkit-border-radius: 20px; padding: 6px 14px 6px 28px; position: relative; display: inline-block; margin: 4px; text-shadow: 1px -1px 0px 2px rgba(0,0,0,0.1); }
.catalogue-subcategory-tags .box .tag:before { content: "\f111"; font-family: FontAwesome; color: #fefefe; font-size: inherit; position: absolute; top: 50%; left: 8px; margin-top: -6px; text-shadow: 1px -1px 0px 2px rgba(0,0,0,0.1); }
.catalogue-subcategory-short-description .box { padding: 10px 20px; }
.catalogue-products .box { text-align: center; }
.catalogue-products .box .ttl { text-align: center; padding: 10px 10px 0px 10px; }
.catalogue-products .box .ttl h3 { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 700; font-size: 14px; color: #393939; }
.catalogue-products .box .ttl h3 a { color: #393939; font-weight: 700; }
.catalogue-products .box .label-action {position: relative;  text-align: center; padding: 0; color: #E94464; font-weight: 400; font-size: 15px; }
.catalogue-products .box .label-txt {position: relative;  text-align: center; padding: 5px 0px 0px 0px; font-weight: 400; font-size: 13px; }
.catalogue-products .box .readmore { position: relative; text-align: center; padding: 0; color: #33A4A3; font-weight: 400; font-size: 15px; margin-top: 6px; display: inline-block; vertical-align: bottom; border-bottom: 1px solid rgba(51,164,163,0.5); padding: 0px 1px; }
.catalogue-products .box:hover .ttl h3 a, .catalogue-products .box:hover .readmore { color: #E94464; }
.catalogue-products .box:hover .readmore { border-bottom: 1px solid #E94464; }
.catalogue-products .box:hover .img { -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; }

.catalogue-product-image {}
.catalogue-product-images { }
.catalogue-product-images .box { text-align: center; }
.catalogue-product-images .box .img { position: relative; display: inline-block; width: auto; padding: 5px; margin-bottom: -5px; }
.catalogue-product-images .box .img img { height: 146px; width: auto; }	
.catalogue-product-header .box { padding: 0px 10px; }
.catalogue-product-header .box .ttl h1 { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; color: #22BB9D; font-size: 42px; }
.catalogue-product-header .box .label-action { padding: 0px 10px; color: #E94464; font-weight: 400; font-size: 18px; }
.catalogue-product-header .box .txt { padding: 0px 10px; }
.catalogue-product-header .box .availability { padding: 0px 10px 10px 10px; font-size: 18px; font-weight: 400; }
.catalogue-product-header .box .price { padding: 0px 10px; font-size: 18px; font-weight: 700; }
.catalogue-product-header .box .price sup { position: relative; display: inline-block; top: 2px; font-size: 12px; }
.catalogue-product-header .box .add-to-cart { padding: 10px; }
.catalogue-product-header .box .add-to-cart button { position: relative; background: #E94464; padding: 14px 20px 14px 46px; }
.catalogue-product-header .box .add-to-cart button:before { content: "\f067"; font-family: FontAwesome; font-size: 20px; color: #fefefe; position: absolute; top: 50%; left: 18px; margin-top: -10px; }
.catalogue-product-header .box .add-to-cart button:hover { background: #22BB9D; }
.catalogue-product-header .box .add-to-cart-option { margin-bottom: 10px; }
.catalogue-product-header .box .add-to-cart-option label { display: block; }
.catalogue-product-tags .box { padding: 0px 16px; }
.catalogue-product-tags .box .tag { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 400; font-size: 12px; color: #fefefe; background: #78CAB4; border-radius: 20px; -webkit-border-radius: 20px; padding: 6px 14px 6px 28px; position: relative; display: inline-block; margin: 4px; text-shadow: 1px -1px 0px 2px rgba(0,0,0,0.1); }
.catalogue-product-tags .box .tag:before { content: "\f111"; font-family: FontAwesome; color: #fefefe; font-size: inherit; position: absolute; top: 50%; left: 8px; margin-top: -6px; text-shadow: 1px -1px 0px 2px rgba(0,0,0,0.1); }
.catalogue-product-related-products .box .ttl { text-align: center; }
.catalogue-product-related-products .box .ttl h3 { font-family: 'Roboto Slab', serif; text-transform: uppercase; font-weight: 700; font-size: 14px; color: #393939; }
.catalogue-product-related-products .box .ttl h3 a { color: #393939; font-weight: 700; }
.catalogue-product-related-products .box:hover .ttl h3 a { color: #E94464; }
.catalogue-product-related-products-title .box { margin: 20px 10px 0px 10px; padding: 0px 10px; }
.catalogue-product-related-products-title .box .txt { padding: 0px 10px; }

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

/* cart */

.cart-action-message .box { background: #22BB9D; padding: 20px; color: #fefefe; font-size: 18px; }
.cart-action-message .box p { padding: 10px 0px 0px 0px; }
.cart-action-message .box a { text-decoration: underline; color: #fefefe; }
table#cart { width: 100%; border-collapse: collapse; outline: 1px solid rgba(0,0,0,0.1); }
table#cart th { text-align: left; font-weight: 400; padding: 5px; background: rgba(0,0,0,0.05); }
table#cart td { border-top: 1px solid rgba(0,0,0,0.1); padding: 5px; }
table#cart .thumb img { max-height: 80px; }
table#cart .title img { max-height: 80px; }
table#cart .title h1 { font-weight: 300; font-size: 24px; margin: 0; padding: 0; }
table#cart .title ul { list-style-type: none; padding: 0; margin: 0; }
table#cart .title ul li { padding: 2px 0px; }
table#cart .price sup { position: relative; display: inline-block; top: 4px; font-size: 12px; }
table#cart .title ul li sup { position: relative; display: inline-block; top: 3px; font-size: 12px; }
table#cart .actions i { position: relative; display: inline-block; background: #22BB9D; color: #fefefe; font-size: 14px; padding: 8px; border-radius: 32px; text-align: center; width: 14px; top: -2px; }
table#cart .actions i:hover { background: #E94464; }
table#cart select { width: auto; }
.cart-product-total h4 { font-size: 24px; }
.cart-product-total h4 sup { position: relative; display: inline-block; top: 5px; font-size: 16px; }
.cart-product-total button { position: relative; background: #33A4A3; padding: 14px 20px 14px 46px; }
.cart-product-total button:before { content: "\f00c"; font-family: FontAwesome; font-size: 20px; color: #fefefe; position: absolute; top: 50%; left: 18px; margin-top: -10px; }
.cart-product-total button:hover { background: #22BB9D; }
.cart-product-total .button-info { position: relative; margin-top: 10px; } 
.cart-empty { text-align: center; font-style: italic; padding: 40px 10px; }
.catalogue-product-header .show-if-nocookies { display: none; border: 2px solid #E94464; padding: 10px; color: #E94464; font-weight: 700; margin: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.catalogue-product-header .message-notavailable { border: 2px solid #E94464; padding: 10px; color: #E94464; font-weight: 700; margin: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.catalogue-product-header .message-availablesoon { border: 2px solid #22BB9D; padding: 10px; color: #22BB9D; font-weight: 700; margin: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* checkout */

.checkout-form-client button { position: relative; background: #33A4A3; padding: 14px 20px 14px 46px; }
.checkout-form-client button:before { content: "\f00c"; font-family: FontAwesome; font-size: 20px; color: #fefefe; position: absolute; top: 50%; left: 18px; margin-top: -10px; }
.checkout-form-client button:hover { background: #22BB9D; }
#seperate_delivery_address-form { display: none; }

/* order */

table#order { width: 100%; border-collapse: collapse; outline: 1px solid rgba(0,0,0,0.1); }
table#order th { text-align: left; font-weight: 400; padding: 5px; background: rgba(0,0,0,0.05); }
table#order td { border-top: 1px solid rgba(0,0,0,0.1); padding: 5px; }
table#order tr td:first-child { text-align: right; font-style: italic; }

table#client { width: 100%; border-collapse: collapse; outline: 1px solid rgba(0,0,0,0.1); }
table#client th { text-align: left; font-weight: 400; padding: 5px; background: rgba(0,0,0,0.05); }
table#client td { border-top: 1px solid rgba(0,0,0,0.1); padding: 5px; }
table#client tr td:first-child { text-align: right; font-style: italic; }

/* 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: 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 */

.centerize.ft { padding: 40px 0px; }
.ft-cookie-notice { position: relative; background: rgba(0,0,0,0.1); text-align: center; font-size: 14px; font-weight: 400; }
.ft-cookie-notice a { font-weight: 400; }
.ft-delivery-notice { position: relative; text-align: center; font-size: 14px; }
.ft-delivery-notice p { font-size: 15px; font-weight: 300; }
.ft-delivery-notice a { font-size: 15px; font-weight: 400; }
.ft-forward { position: relative; text-align: center; }
.ft-forward a { position: relative; display: inline-block; font-family: 'Roboto Slab', serif; text-transform: uppercase; color: #393939; padding: 12px 16px; font-size: 13px; font-weight: 700; margin: 0px 4px; overflow: hidden; }
.ft-forward a:hover { color: #22BB9D; }

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

/* Welcome */

.socialwall .box { position: relative; background: rgba(255,255,255,0.6); }
.socialwall .box .img { position: relative; background: 0; }
.socialwall .box .img img { width: 100%; height: auto; display: block; }
.socialwall .box .txt { position: relative; clear: both; font-size: 16px; color: #111; padding: 10px 10px 0px 10px; overflow: hidden; }
.socialwall .box .txt a { color: #22BB9D; }
.socialwall .box .txt a[href*='t.co'] { color: #22BB9D; }
.socialwall .box:before { font-family: FontAwesome; color: #DADBDD; font-size: 32px; position: absolute; top: 6px; right: 8px; }
.socialwall.facebook .box:before { content: "\f082"; color: #2F4DA7; }
.socialwall.twitter .box:before { content: "\f081"; color: #3ACAFF; }
.socialwall.instagram .box:before { content: "\f16d"; color: #517FA6; }

.tag-social-likes { display: inline-block; background: #111; color: #fefefe; padding: 4px 10px; margin: 10px 0px 0px 6px; font-size: 12px; font-weight: 700; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.tag-social-like { display: inline-block; background: #111; font-size: 12px; margin: 10px 0px 0px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.tag-social-like a { position: relative; color: #fefefe; text-decoration: none; padding: 4px 10px; display: inline-block; }
.tag-social-like a:before { content: "\f0d9"; font-family: FontAwesome; color: #111; font-weight: 400; font-size: 24px; padding-right: 0.5em; position: absolute; top: 50%; margin-top: -12px; left: -6px; }
.tag-social-like:hover { background: #22BB9D; }
.tag-social-like:hover a:before { color: #22BB9D; }
.tag-social-like:hover a{ color: #fefefe; }
.tag-social-date { position: relative; display: inline-block; float: left; margin: 10px 0px 0px 0px; padding: 4px 8px; background: #22BB9D; color: #fefefe; font-size: 12px; font-weight: 400; z-index: 1; }
.tag-social-date:before { content: "\f0da"; font-family: FontAwesome; color: #22BB9D; font-weight: 400; font-size: 28px; position: absolute; left: 6px; bottom: -14px; }

.welkom-subscribe .box { border: 1px solid rgba(57,57,57,0.2); background: rgba(57,57,57,0.1); }
#mc_embed_signup { position: relative; margin: 10px 0px; }
#mc_embed_signup_scroll { position: relative; text-align: center; margin: 0px 10px; }
#mc_embed_signup_scroll label { display: block; text-align: center; font-size: 18px; margin-bottom: 4px; }
#mc_embed_signup_scroll input[type=email] { max-width: 40%; display: inline-block; margin: 5px 0px; }
#mc_embed_signup_scroll input[type=submit] { max-width: 40%; display: inline-block; padding: 8px 10px 10px 10px; margin: 5px 0px; }

/* Contact */

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

/* Hyperlinks */

a {	color: #33A4A3;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover {	color: #22BB9D; }

/* Forms */

input, button { color: #4A4A48; font-family: 'Roboto', sans-serif; font-size: 15px; 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: #4A4A48; font-family: 'Roboto', sans-serif; font-size: 15px; 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: #4A4A48; font-family: 'Roboto', sans-serif; font-size: 15px; 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: #4A4A48; font-size: 15px; font-weight: 700; }
label a { color: #4A4A48; font-size: 15px; font-weight: 700; text-decoration: underline; }
::-webkit-input-placeholder { color: #393939; font-style: italic !important; }
:-moz-placeholder { color: #393939; opacity: 1; font-style: italic !important; }
::-moz-placeholder { color: #393939; opacity: 1; font-style: italic !important; }
:-ms-input-placeholder { color: #393939; font-style: italic !important; }
.placeholder { color: #393939; 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: #393939; border-color: #22BB9E; box-shadow: 0px 0px 0px 3px #22BB9E; -webkit-box-shadow: 0px 0px 0px 3px #22BB9E; }
.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 20px 20px; }
.forms-form-checkbox label { font-size: 16px; position: relative; display: block; margin-left: 40px; }
.forms-form-checkbox input[type=checkbox] { display:none; }
.forms-form-checkbox input[type=checkbox] + label:before { font-family: FontAwesome; position: absolute; display: block; left: -40px; 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 .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], button { text-align: center; text-decoration: none; text-transform: uppercase; color: #fefefe; font-family: 'Roboto Slab', serif; font-size: 18px; font-weight: 400; background: #33A4A3; padding: 14px 20px; display: inline-block; width: auto; border: 0; box-shadow: 0px 0px; }
input[type=submit]:hover, button:hover { cursor: pointer; background: #22BB9D; color: #fefefe; }
select.empty, input.empty { border: 2px solid #E74443; }

/* Responsive */

@media only screen and (min-width: 1020px) and (max-width: 1280px) {
	.view-onepager .banner .ttl h1 { font-size: 48px; }
}

/* iOS fixed background fix */
@media only screen and (min-width: 820px) and (max-width: 1024px) {
	.view-onepager .banner { height: 300px; overflow: hidden; }
	.view-onepager .banner .img { display: block; }
	.view-onepager .banner .img img { width: 100%; }
}

@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 { 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 { float: left; margin-top: 0px; }
	#header-flow .lang { float: right; margin-top: 0px; }	
	#header-flow .logo { display: block; width: 100%; text-align: left; }
	#header-flow .logo a { display: inline-block; }
	.view-onepager .banner .ttl h1 { font-size: 48px; }
}

@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 (min-width: 560px) and (max-width: 820px) {
	.grid-160, .grid-240, .grid-320 { width: 50%; }	
}

@media only screen and (max-width: 560px) {
	.grid-160, .grid-240 { width: 50%; }
	.grid-320 { width: 100%; }	
}

@media only screen and (max-width: 820px) {
	.responsive-hide { display: none !important; }
	.responsive-show { display: block; }	
	body { width: 100%; }
	.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; }
	.view-onepager .banner .ttl h1 { font-size: 20px !important; }
	.ttl h1 { font-size: 24px !important; margin-top: 10px; }
	.ttl h2 { font-size: 24px !important; }	
	.ttl .btn { float: left; display: inline; }
	.txt { padding: 10px; }
	.txt p { font-size: 16px !important; }	
	.box .txt .img { width: 100%; margin: 0px 0px 10px 0px; padding: 0px; }
	.cover .ttl h1 { font-size: 24px; }
	#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 rgba(0,0,0,0.1); color: #393939; background: #fefefe; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0; border: 0; }
	#header-responsive .menu a.active, #header-responsive .lang a.active { border-top: 1px solid rgba(0,0,0,0.1); color: #fefefe; background: #22BB9D; border: 0; }
	#header-responsive .logo { position: relative; padding: 1px 10px; }
	#header-responsive .logo img { height: 46px; width: auto; display: block; }
	#menu-responsive-btn { color: #393939; position: relative; float: right; padding: 12px 12px; 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: 24px; }
	#lang-responsive-btn { color: #0E1B42; position: relative; float: right; font-family: 'Roboto Slab', serif; text-transform: uppercase; color: #393939; font-size: 18px; font-weight: 700; padding: 12px 8px; border-left: 1px solid rgba(0,0,0,0.1); }
	#cart-responsive-btn { position: relative; float: right; font-family: 'Roboto Slab', serif; text-transform: uppercase; color: #393939; font-size: 18px; font-weight: 700; padding: 12px 8px; }
	#cart-responsive-btn a { color: #393939; font-weight: 700; }
	#cart-responsive-btn:before { position: relative; display: inline; content: "\f07a"; font-family: FontAwesome; background: #22BB9D; color: #fefefe; font-size: 14px; padding: 8px 9px 8px 7px; border-radius: 32px; text-align: center; width: 14px; margin-right: 6px; }

	.half-left, .half-right { float: none; width: 100%; }
	.view-onepager .banner { height: auto; }
	.view-onepager .banner .img { display: block; }
	.view-onepager .banner .img img { width: 100%; height: auto; }
	.view-onepager .banner .ttl { position: absolute; }
	
	.view-over-ons-troeven .grid-480:nth-child(odd) .box { border-right: 0px; }
	.responsive-dropdown { position: fixed; z-index: 1; width: 100%; padding: 0px; background: #fefefe; box-shadow: 0px -10px 30px #777; margin: -3px 0px 0px 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: 18px; color: #0E1B42; box-shadow: 0 0; border: 0; }
	.responsive-dropdown select option { color: #0E1B42; background: #f0f1f3; font-size: 18px; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: FontAwesome; font-size: 14px; position: absolute; padding: 7px; right: 0; top: 10px; color: #0E1B42; z-index: -1; border-left: 1px solid rgba(0,0,0,0.1); }
	.responsive-dropdown-spacer { position: relative; height: 20px; }
	.grid-320.view-samples .box:hover .overlay { display: none; }
	
	.catalogue-subcategory-tags .box .tag, .catalogue-product-tags .box .tag { padding: 6px 10px 6px 20px; font-size: 10px; }
	.catalogue-subcategory-tags .box .tag:before, .catalogue-product-tags .box .tag:before { margin-top: -5px; }
	.catalogue-products .grid-320 { width: 50%; }
	
	.view-welkom-cta .box .txt .btn.forward { margin: 5px 0px 0px 0px; }	
}

@media only screen and (max-width: 640px) {
	#mc_embed_signup_scroll input[type=email] { max-width: 100%; }
	#mc_embed_signup_scroll input[type=submit] { max-width: 100%; }
}

/* Print */

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

/* Colorbox */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxWrapper { max-width:none; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic; }
.cboxIframe { width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay { background:#000;}
#colorbox { outline:0;}
    #cboxContent { margin-top:40px;}
        .cboxIframe { background:#fff;}
        #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:#fff;}
        #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: #fff; 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: -15px; display:block; width:45px; height:45px; color: #ccc; outline: 0; }
        #cboxClose:before { font-family: FontAwesome; font-size: 24px; content: "\f00d"; }
        #cboxClose:hover { color: #fff; }
				
