/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: otileionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles | JVDE | me@jvdecreations.nl | www.jvdecreations.nl
   ========================================================================== */

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
      background: /*nlo-grey*/rgba(139,141,142,0.2); /* WebKit/Blink Browsers */
}
::-moz-selection {
      background: /*nlo-grey*/rgba(139,141,142,0.2); /* Gecko Browsers */
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 }
 
.no-touch { } /* Non touch devices */

a:link { }
a:visited { }
a:hover { }
a:active { }











/*
Regular		"ff-tisa-sans-web-pro"	400		normal	
Italic				"ff-tisa-sans-web-pro"	400		italic	
Bold				"ff-tisa-sans-web-pro"	700		normal	
Bold Italic		"ff-tisa-sans-web-pro"	700		italic
*/

body, header, main, footer {
	min-width: 320px;
}

body {
	font-family: 'FFTisaSansWeb', sans-serif;
	background: #FFF;
	font-size: 90%;
}

#fortify div.bar {
	display: none;
	font-size: 90%;
}

header {
	position: relative;
	width: 100%;
	height: auto;
	background: /*nlo-orange*/rgba(224,82,6,1.0);
	padding: 10px 10px 20px 10px;
	margin: 0 auto;
}

header div.editie {
	display: block;
	width: 100%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #FFF;
	/* font-size: 0.9em; 29nov aanp */
}

#fortify header div.editie {
	border-bottom: none;
}

header div.logo {
	width: 100%;
	position: relative;
	display: block;
	padding-top: 40px;
}

header div.logo img.logo { display: block; }
header div.logo img.logo-slogan { display: none; }

header .fortify-logo,
header .nlo-logo {
	display: inline-block;
	position: relative;
}

header div.logo .fortify-logo {
	width: 180px;
}
header div.logo .nlo-logo { /* LET OP! 130 years logo aanpassing 23-10-2018 - OUDE VALUES STAAN ACHTER DE PROPERTY */
	float: right;
	width: 140px; /* width: 85px; */
	margin-top: -10px; /*toegevoegd 23-10-2018 */
}

header div.logo .fortify-logo img,
header div.logo .nlo-logo img,
footer div.sm-share div.twitter-icon img,
footer div.sm-share div.linkedin-icon img,
footer div.sm-share div.facebook-icon img,
footer div.sm-share div.mail-icon img,
#fortify div.bar div.sm-share div.twitter-icon img,
#fortify div.bar div.sm-share div.linkedin-icon img,
#fortify div.bar div.sm-share div.facebook-icon img,
#fortify div.bar div.sm-share div.mail-icon img {
	width: 100%;
}

footer div.editie,
#fortify div.bar div.editie {
	display: none;
}

div.editie span  {
	opacity: 0.7;
}

footer,
#fortify div.bar {
	width: 100%;
	height: 70px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
	padding: 40px 10px 0 10px;
	color: #FFF;
	text-align: right;
	background: url(../contents/bg/footer-bg.png) no-repeat;
	background-size: 120%;
	background-position: center top;
}

span.deel {
	display: inline-block;
	padding-top: 5px;
}
footer#homepage div.home {
	display: none;
}

#fortify div.bar div.home {
	position: relative;
	width: 17px;
	height: 17px;
	display: none;
	float: left;
	margin-right: 10px;
		-webkit-transition: transform .2s ease-out, opacity .7s ease;
		-moz-transition: transform .2s ease-out, opacity .7s ease;
		-o-transition: transform .2s ease-out, opacity .7s ease;
	transition: transform .2s ease-out, opacity .7s ease;	
}

footer div.top,
#fortify div.bar div.top {
	position: relative;
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
}

div.top .bar-top {
	opacity: 0.1;
    	-webkit-transition: opacity .2s ease-out;
    	-moz-transition: opacity .2s ease-out;
    	-o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

div.top .bar-top.visible {
	opacity: 1;
}

footer div.deel,
#fortify div.bar div.deel {
	/* font-size: 0.9em; 29nov aanp */
	opacity: 0.7;
	display: inline-block;
	padding-top: 5px;
}

footer .sm-share,
#fortify div.bar .sm-share {
	float: right;
	position: relative;
	height: 100%;
}

footer .sm-share div.twitter-icon,
footer .sm-share div.linkedin-icon,
footer .sm-share div.facebook-icon,
footer .sm-share div.mail-icon,
#fortify div.bar .sm-share div.twitter-icon,
#fortify div.bar .sm-share div.linkedin-icon,
#fortify div.bar .sm-share div.facebook-icon,
#fortify div.bar .sm-share div.mail-icon {
	position: relative;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 7px;
		-webkit-transition: transform .2s ease-out, opacity .7s ease;
		-moz-transition: transform .2s ease-out, opacity .7s ease;
		-o-transition: transform .2s ease-out, opacity .7s ease;
	transition: transform .2s ease-out, opacity .7s ease;
}

footer .sm-share:hover div:not(:hover),
#fortify div.bar .sm-share:hover div:not(:hover) {
	opacity: 0.3;
}

.no-touch div.home:hover,
.no-touch footer .sm-share div.twitter-icon:hover,
.no-touch footer .sm-share div.linkedin-icon:hover,
.no-touch footer .sm-share div.facebook-icon:hover,
.no-touch footer .sm-share div.mail-icon:hover,
.no-touch #fortify div.bar .sm-share div.twitter-icon:hover,
.no-touch #fortify div.bar .sm-share div.linkedin-icon:hover,
.no-touch #fortify div.bar .sm-share div.facebook-icon:hover,
.no-touch #fortify div.bar .sm-share div.mail-icon:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
	transform: scale(1.1);
}

main {
	width: 100%;
	height: auto;
	max-width: 1024px;
	min-width: 300px;
	margin: 0 auto;
	overflow: hidden;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
	transition: all .4s ease;
}

main div#wrapper {
	width: 100%;
	height: auto;
	padding: 10px 10px 80px 10px;
}

main div.deco-bg {
	display: none;
}

#columns {
	height: auto;
	
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	-webkit-column-fill: auto;
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-moz-column-fill: balance;
	
	column-count: 1;
	column-gap: 0;
	column-fill: balance;
}

main li.tile {
	/*-webkit-transform: translate3d(0,0,0);  Safari bug fix http://stackoverflow.com/questions/39713121/hover-bugs-with-before-on-safari 
	transform: translate3d(0,0,0); */
		
	display: inline-block;
	background: transparent;
		-webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.7);
		-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.7);
		-o-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.7);
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.7);
	
	margin: 0 0 10px 0;
	
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;	
	
	padding: 0;
	opacity: 1;
	
		-webkit-transition: transform .5s ease, box-shadow.5s ease, opacity 1s ease; /*all*/
		-moz-transition: transform .5s ease, box-shadow.5s ease, opacity 1s ease;
		-o-transition: transform .5s ease, box-shadow.5s ease, opacity 1s ease;
	transition: transform .5s ease, box-shadow.5s ease, opacity 1s ease;
	
	list-style: none;
	position: relative;
	width: 100%;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}

main ul {
	padding: 0;
	margin: 0;
}

main ul li:last-child {
	width: 100%;
	margin-left: -10px;
	height: 200px;
	background: url(../contents/bg/homepage-bg.jpg) no-repeat;
	background-size: cover;
	background-position: right -30px;
	margin-bottom: 20px;
	position: absolute;
	top: 155px;
}

main li figure,
#fortify div.article-content-box li figure {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0;
	overflow: hidden;
}

/*main li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 20% 50%;
	
	transition: transform .5s ease, opacity .5s ease;
}*/

main li figcaption,
#fortify div.article-content-box li figcaption {
	position: absolute;
	height: auto;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 80px 10px 10px 10px;
	background-size: 130%;
	background-repeat: no-repeat;
	transform: translate(0,0);
		-webkit-transition: transform .4s ease, opacity .4s ease; /*all*/
		-moz-transition: transform .4s ease, opacity .4s ease; /*all*/
		-o-transition: transform .4s ease, opacity .4s ease; /*all*/
	transition: transform .4s ease, opacity .4s ease; /*all*/
}

main li figcaption span.chapeau,
#fortify div.article-content-box li figcaption span.chapeau {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	margin-bottom: 7px;
}

main li figcaption span.title,
#fortify div.article-content-box li figcaption span.title {
	font-size: 1.3em;
	line-height: 110%;
	color: #FFF;
	display: block;
}
#fortify div.article-content-box li figcaption span.edition {
	font-size: 0.8em;
	color: white;
	padding-top: 5px;
	display: block;
}
main li figcaption.yellow, #fortify div.article-content-box li figcaption.yellow { background-image: url(../contents/bg/fig-bg-yellow.png); }
main li figcaption.green, #fortify div.article-content-box li figcaption.green { background-image: url(../contents/bg/fig-bg-green.png); }
main li figcaption.red, #fortify div.article-content-box li figcaption.red { background-image: url(../contents/bg/fig-bg-red.png); }
main li figcaption.orange, #fortify div.article-content-box li figcaption.orange { background-image: url(../contents/bg/fig-bg-orange.png); }
main li figcaption.olive, #fortify div.article-content-box li figcaption.olive { background-image: url(../contents/bg/fig-bg-olive.png); }
main li figcaption.green, #fortify div.article-content-box li figcaption.green { background-image: url(../contents/bg/fig-bg-green.png); }
main li figcaption.grey, #fortify div.article-content-box li figcaption.grey { background-image: url(../contents/bg/fig-bg-grey.png); }

main li div.teaser,
#fortify div.article-content-box li div.teaser {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
	opacity: 0;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 400;
	font-style: italic;
		-webkit-transition: opacity 1s ease;
		-moz-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

main li:nth-child(1) { height: 300px; margin-top: 150px; background-color: /*nlo-olive*/rgba(193,181,0,1.0); background-image: url(../../media/tile-0.jpg); background-position: center 20%; }
main li:nth-child(2) { height: 300px; margin-top: 0; background-color: /*yellow*/rgba(233,185,0,1.0); background-image: url(../../media/tile-1.jpg); background-position: center 80%; }
main li:nth-child(3) { height: 300px; margin-top: 0; background-color: /*yellow*/rgba(233,185,0,1.0); background-image: url(../../media/tile-2.jpg); background-position: center top; }
main li:nth-child(4) { height: 300px; margin-top: 0; background-color: /*nlo-orange*/rgba(224,82,6,0); background-image: url(../../media/tile-3.png); background-position: center center; }
main li:nth-child(5) { height: 300px; margin-top: 0; background-color: /*nlo-grey*/rgba(139,141,142,1.0); background-image: url(../../media/tile-4.jpg); background-size: cover; }
main li:nth-child(6) { height: 300px; margin-top: 0; background-color: /*nlo-olive*/rgba(193,181,0,1.0); background-image: url(../../media/tile-5.jpg); }
main li:nth-child(7) { height: 300px; margin-top: 0; background-color: /*green*/rgba(100,144,30,1.0); background-image: url(../../media/tile-6.jpg); }
main li:nth-child(8) { height: auto; margin-top: 0; }

main li div.teaser.yellow, #fortify div.article-content-box li div.teaser.yellow { background-color: /*yellow*/rgba(233,185,0,0.7); }
main li div.teaser.green, #fortify div.article-content-box li div.teaser.green { background-color: /*green*/rgba(100,144,30,0.7); }
main li div.teaser.red, #fortify div.article-content-box li div.teaser.red { background-color: /*nlo-red*/rgba(198,52,24,0.7); }
main li div.teaser.orange, #fortify div.article-content-box li div.teaser.orange { background-color: /*nlo-orange*/rgba(224,82,6,0.7); }
main li div.teaser.olive, #fortify div.article-content-box li div.teaser.olive { background-color: /*nlo-olive*/rgba(193,181,0,0.7); }
main li div.teaser.green, #fortify div.article-content-box li div.teaser.green { background-color: /*green*/rgba(100,144,30,0.7); }
main li div.teaser.grey, #fortify div.article-content-box li div.teaser.grey { background-color: /*nlo-grey*/rgba(139,141,142,0.7); }

main li:nth-child(1) figcaption span.title { font-size: 80%; }

li div.teaser .table,
li div.teaser .table .cell {
    width: 100%;
    height: 100%;
}

li div.teaser .table {
 	display: table;
}

li div.teaser .table .cell {
 	display: table-cell;
    vertical-align: middle;	
	font-size: 0.9em;
}

li div.teaser .table .cell span,
#fortify div.article-content-box li div.teaser .table .cell span {
 	display: block;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 0.6em;
	text-transform: uppercase;
}

li div.teaser .table .cell span:after,
#fortify div.article-content-box li div.teaser .table .cell span:after {
	content: " >";
}

/*.no-touch main li:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 10;
		-webkit-box-shadow: 0 1px 200px rgba(34, 25, 25, 0.9);
		-moz-box-shadow: 0 1px 200px rgba(34, 25, 25, 0.9);
		-o-box-shadow: 0 1px 200px rgba(34, 25, 25, 0.9);
	box-shadow: 0 0 100px rgba(34, 25, 25, 0.9);
}

/*.no-touch main li:hover img {
	transform: scale(1.2);
	opacity: 1;
}*/

.no-touch main li:hover figcaption,
.no-touch #fortify div.article-content-box li:hover figcaption {
	opacity: 0;
		-webkit-transform: translate(0,100px);
		-moz-transform: translate(0,100px);
		-o-transform: translate(0,100px);
	transform: translate(0,100px);
}

.no-touch main li:hover div.teaser,
.no-touch #fortify div.article-content-box li:hover div.teaser {
	opacity: 1;
}

/*.no-touch #columns:hover .tile:not(:hover) {
	opacity: 0.6;
}*/


/* ====================//    M O D U L E S    //====================*/

/* Accordion panel */

/* Style the buttons that are used to open and close the accordion panel */
div.accordion {
    background-color: /*nlo-grey*/rgba(139,141,142,1.0);
    color: #FFF;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    	-webkit-transition: all 0.4s ease-out;
    	-moz-transition: all 0.4s ease-out;
    	-o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	opacity: 0.8;
}
div.accordion.active {
    opacity: 1;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*div.accordion.active,*/ div.accordion:hover {
    opacity: 1;
}

/* Style the accordion panel. Note: hidden by default */
.panel-wrap {
	margin-top: 0;
}

div.panel {
	padding: 0 15px 0 15px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    	-webkit-transition: all 0.6s ease-out;
    	-moz-transition: all 0.6s ease-out;
    	-o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;	
    opacity: 0;
}

div.panel a {
	display: block;
	margin: 10px 0;
	text-decoration: none;
	color: #FFF;
}

.no-touch div.panel a:hover {
}

.no-touch div.panel a:hover:after {
	content: ">";
	float: right;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    background-color: rgba(139,141,142,0.7);
}
div.accordion:before {
    content: ''; /* Unicode character for "plus" sign (+) */
	width: 20px;
	height: 20px;
	background: url(../contents/symbols/screw-plus.svg) no-repeat;
	background-size: 100%;
    float: right;
    margin-right: 10px;
	display: inline-block;
		-webkit-transition: transform ease-out .5s;
		-moz-transition: transform ease-out .5s;
		-o-transition: transform ease-out .5s;
	transition: transform ease-out .5s;
}
div.accordion.active:before {
	background: url(../contents/symbols/screw-minus.svg) no-repeat;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	transform: rotate(360deg);
	background-size: 100%;
	animation: pulse;
	animation-delay: 0;
}





/* ====================//    S L I D E    P A N E L    //====================*/

.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
		-webkit-transition: visibility 0s 0.6s;
		-moz-transition: visibility 0s 0.6s;
		-o-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 5000;
}
.cd-panel::after {
	/* overlay layer */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
		-webkit-transition: background 0.3s 0.3s;
		-moz-transition: background 0.3s 0.3s;
		-o-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-panel figure {
	width: 100%;
	height: 300px;
	position: relative;
	margin: 0 0 20px 0;
	background: url(../../media/tile-0.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}
.cd-panel-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	overflow: auto;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}

.cd-panel-content h1 {
	font-size: 3em;
	line-height: 1;
	color: /*olive-green*/rgba(193,181,0,1.0);
	font-weight: normal;
}
.cd-panel-content p {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 2em;
}
.cd-panel-content p.intro {
	font-size: 1.1em;
	line-height: 1.6;
	color: /*nlo-grey*/rgba(139,141,142,1.0);
}
.cd-panel-content p:first-of-type {
	margin-top: 0;
}

.cd-panel-content a {
	color:/*nlo-orange*/rgba(224,82,6,1.0);
}
.cd-panel-content a:hover {
	text-decoration: none;
}

.cd-panel.is-visible {
	visibility: visible;
		-webkit-transition: visibility 0s 0s;
		-moz-transition: visibility 0s 0s;
		-o-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
	background: rgba(0, 0, 0, 0.6);
		-webkit-transition: background 0.3s 0s;
		-moz-transition: background 0.3s 0s;
		-o-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}
.cd-panel-close {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 40px;
	height: 40px;
	background-color: /*olive-green*/rgba(193,181,0,0.8);
	background-image: url(../contents/symbols/swb-close.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;	
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 600;
		-webkit-transition: opacity .5s .2s ease-in-out, background-color .5s ease;
		-moz-transition: opacity .5s .2s ease-in-out, background-color .5s ease;
		-o-transition: opacity .5s .2s ease-in-out, background-color .5s ease;
	transition: opacity .5s .2s ease-in-out, background-color .5s ease;
	opacity: 0;
}
.cd-panel.is-visible .cd-panel-close {
	opacity: 1;
}
.cd-panel-close:hover {
	background-color: /*nlo-olive*/rgba(193,181,0,1.0); 
}
.cd-panel-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: #FFF;
	z-index: 1;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
	transition-property: transform;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.from-right .cd-panel-container {
	right: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
	left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
	transition-delay: 0s;
}


a.taal {
	font-size: 0.8em;
	position: absolute;
	top: 12px;
	left: 10px;
	z-index: 1000;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
a.taal img {
	width: 100%;
	display: block;
	transition: transform .7s ease;
}
a.taal.nl {
	background-image: url(../../assets/contents/symbols/en-flag.png);
}
a.taal.en {
	background-image: url(../../assets/contents/symbols/nl-flag.png);
}
#fortify a.taal {
	position: fixed;
}
.no-touch a.taal:hover img {
	transform: translateY(-50%) translateX(-25%) rotate(-30deg)
}
a.taal img {
	width: 100%;
}

div.text-left {
	padding-left: 40px;
}





/*     =====     R E A D    M O R E    =====     */

span.readmore {
	cursor: pointer;
	font-style: italic;
	white-space: nowrap;
	margin-left: 5px;
	display: block;
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
	color: /*nlo-orange*/rgba(224,82,6,0.8);
}

span.readmore:before {
	content: "Read more >"
}

span.readmore.active:before {
	content: "< Show less"
}

span.readmore-text {
	display: none;
	opacity: 0;
	transition: opacity .5s ease-out;
	margin-top: 1em;
}

span.readmore-text.show {
	display: inline;
	opacity: 1;
}

/* ====================//    M E D I A Q U E R I E S    //====================*/

@media (min-width: 375px) {
main li figcaption {
	padding-top: 100px;
}

footer,
#fortify div.bar {
	height: 80px;
	padding: 45px 10px 0 10px;
}

.cd-panel figure {
	background-position: center 20%;
}
}

@media (min-width: 355px) {
main li figcaption {
	padding-top: 90px;
}
}

@media (min-width: 400px) {
main li figcaption {
	padding-top: 100px;
}
}

@media (min-width: 430px) {
main li figcaption {
	padding-top: 120px;
}
}

@media (min-width: 480px) {
#columns {
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	
	column-count: 2;
	column-gap: 10px;
}

main div#wrapper {
	padding-bottom: 50px;
}

main li:nth-child(1) { margin-top: 0; }

main ul li:last-child {
	display: none;
}

main li figcaption {
	padding-top: 70px;
}

footer,
#fortify div.bar {
	height: 80px;
	padding: 45px 10px 0 10px;
}
}

@media (min-width: 520px) {
footer,
#fortify div.bar {
	height: 90px;
	padding: 55px 10px 0 10px;
}
}

@media (min-width: 570px) {
footer,
#fortify div.bar {
	height: 100px;
	padding: 70px 10px 0 10px;
}
}

@media (min-width: 660px) {
main li figcaption {
	padding-top: 100px;
}
}

@media (min-width: 768px) {
body {
	background: url(../contents/bg/homepage-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	background-position: top center;
	font-size: 100%;
}

#fortify div.bar {
	display: block;
	font-size: 100%;
}

#fortify div.bar div.home {
	display: inline-block;
}

	
header {
	width: 95%;
	padding: 40px 10px 30px 10px;
	background: /*nlo-orange*/rgba(224,82,6,0.8);
}

header div.editie {
	display: none;
}

header div.logo img.logo { display: none; }
header div.logo img.logo-slogan { display: block; }

header div.logo .fortify-logo {
	width: 300px;
}
header div.logo .nlo-logo { /* LET OP! 130 years logo aanpassing 23-10-2018 - OUDE VALUES STAAN ACHTER DE PROPERTY */
	width: 200px; /* width: 140px; */
	margin-top: 0;
}

main {
	width: 95%;
	margin-bottom: 20px;
}

main div#wrapper {
	background-color: transparent;
	padding-bottom: 0;
	padding: 10px 0;
}

#columns {
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	
	column-count: 3;
	column-gap: 15px;
}

main li.tile {
	margin: 0 0 15px 0;
}

main li:nth-child(1) { height: 140px; }
main li:nth-child(2) { height: 260px; margin-top: 0; }
main li:nth-child(3) { height: 180px; margin-top: 0; }
main li:nth-child(4) { height: 295px; margin-top: 0; }
main li:nth-child(5) { height: 300px; margin-top: 0; }
main li:nth-child(6) { height: 240px; margin-top: 0; }
main li:nth-child(7) { height: 298px; margin-top: 0; }

main li figcaption {
	padding: 60px 10px 10px 10px;
}

footer,
#fortify div.bar {
	height: 70px; /* 29nov aanp */
	top: 0;
	padding: 15px;
	background: url(../contents/bg/footer-bg-top.png) no-repeat;
	background-size: 105%;
	background-position: center bottom;
	padding-left: 50px;
}
	
a.taal {
	position: fixed;
}

footer div.editie,
#fortify div.bar div.editie {
	display: inline-block;
	width: auto;
	padding-bottom: 5px;
	padding-top: 5px; /* 29nov aanp */
	color: #FFF;
	padding-left: 0;
	/* font-size: 0.9em;  29nov aanp */
	float: left;
}

footer div.deel, 
#fortify div.bar {
	font-size: 1em; /* 29nov aanp */
}	
	
footer div.top,
#fortify div.bar div.top {
	display: none;
}

.cd-panel-container {
	width: 70%;
}
	
	
	
footer .sm-share div.twitter-icon,
footer .sm-share div.linkedin-icon,
footer .sm-share div.facebook-icon,
footer .sm-share div.mail-icon,
#fortify div.bar .sm-share div.twitter-icon,
#fortify div.bar .sm-share div.linkedin-icon,
#fortify div.bar .sm-share div.facebook-icon,
#fortify div.bar .sm-share div.mail-icon {
	width: 30px; /* 29nov aanp */
	height: 30px; /* 29nov aanp */
	margin-left: 10px; /* 29nov aanp */ 
}
	
#fortify div.bar div.home {
	width: 25px; /* 29nov aanp */  
	height: 25px; /* 29nov aanp */
}
	

a.taal {
	top: 21px;
	left: 15px;
	width: 25px;
}
}

@media (min-width: 848px) {
main li figcaption {
	padding: 70px 10px 10px 10px;
}
}


@media (min-width: 960px) {
header {
	background: transparent;
	padding: 40px 10px 10px 10px;
}

header div.logo .fortify-logo {
	width: 250px;
}
header div.logo .nlo-logo { /* LET OP! 130 years logo aanpassing 23-10-2018 - OUDE VALUES STAAN ACHTER DE PROPERTY */
	width: 200px; /* width: 120px; */
}

main {
	width: 95%;
	overflow: visible;
}

main div#wrapper {
	background-color: transparent;
	padding: 0;
}

main div.deco-bg {
	display: none;
}
	
#columns {
	-webkit-column-count: 4;
	-webkit-column-gap: 15px;
	-moz-column-count: 4;
	-moz-column-gap: 15px;
	
	column-count: 4;
	column-gap: 15px;
	
	max-height: 600px;
}
	
main li:nth-child(1) { height: 200px; margin-top: 50px; }
main li:nth-child(2) { height: 250px; margin-top: 0; }
main li:nth-child(3) { height: 200px; margin-top: 30px; }
main li:nth-child(4) { height: 220px; margin-top: 0; }
main li:nth-child(5) { height: 280px; margin-top: 0; }
main li:nth-child(6) { height: 240px; margin-top: 0; }
main li:nth-child(7) { height: 260px; margin-top: 70px; background-position: bottom center; }

footer,
#fortify div.bar {
	height: 70px; /* 29nov aanp */
}
}

@media (min-width: 1024px) {
body {
	background-position: center -70px;
}
main {
	width: 95%;
	margin-top: -30px;
}

.cd-panel-container {
	width: 50%;
}
}

@media (min-width: 1220px) {
body {
	background-position: center -160px;
}
main li:nth-child(4) { 
	background-size: 120%; 
}
}

@media (min-width: 1366px) {
header {
	padding: 60px 10px 10px 10px;
}
	
footer,
#fortify div.bar {
	height: 80px; /* 29nov aanp */
	padding: 15px 15px 15px 50px;
}
}

@media (min-width: 1600px) {
header div.logo .fortify-logo {
	width: 300px;
}
header div.logo .nlo-logo { /* LET OP! 130 years logo aanpassing 23-10-2018 - OUDE VALUES STAAN ACHTER DE PROPERTY */
	/* width: 160px; */
}

main li:nth-child(5) { background-size: 180%; }

.cd-panel-container {
	width: 35%;
}
}

@media (min-width: 1600px) {
body {
	background-position: center -200px;
}
main {
	margin-top: 0;
}
footer,
#fortify div.bar {
	height: 85px; /* 29nov aanp */	
}
}




/*     S H O W     O R     H I D E     O B J E C T     T R A N S I T I O N     B Y     S C R O L L I N G     */

#hide-object-1.show-with-transition,
#fortify #hide-object-1.show-with-transition {
	opacity: 1;
}





/*     S W I P E    B O X     */

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 960px;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../contents/symbols/swb-loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../contents/symbols/swb-icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
	background: linear-gradient(rgba(0,0,0,0.95), rgba(0,0,0,0.7));
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}













/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
