
/* HTML5 ✰ Boilerplate + @necolas normalize + 1140grid */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif;  }
select, input, textarea, button { font:99% sans-serif; margin: 0; vertical-align: baseline; }

html { height: 100%; overflow-y: scroll; }
a:hover, a:active { outline: none;}
a:focus { outline: none;}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small, .small { font-size: 85%; }
b, strong, th { font-weight: bold; }
th, td {text-align: left; vertical-align: top;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }

fieldset {margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
textarea { overflow: auto; vertical-align: top;}
button,input { line-height: normal; *overflow: visible;}
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; box-sizing: border-box;}
input[type="checkbox"] { vertical-align: bottom; box-sizing: border-box;}
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
label, input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], button { cursor: pointer; }
input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], button { -webkit-appearance: button;}

button {  width: auto; overflow: visible; }
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {  }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { }

::-moz-selection{ background: #ffc600; color:#fff; text-shadow: none; }
::selection { background:#ffc600; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #ffc600; }

img{border: 0;}
figure{margin: 0px;}
figure a, .figure a{border: 0px !important; }
figure img, .figure img{vertical-align: top;}
.ie7 img { -ms-interpolation-mode: bicubic; }

.clickable{cursor: pointer;}


/*--------------------------------------------------------PRIMARY STYLES*/

body, select, input, textarea { 
font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; color: #094861; 
font-style: normal;
font-weight: 400; 
}
pre, code, kbd, samp { font-family: "Lucida Console", "Lucida Sans Typewriter", Consolas, 'courier new', monospace; _font-family: "Lucida Console", "Lucida Sans Typewriter", Consolas, 'courier new', monospace; font-size: 1em;}
strong, b, th{font-weight: bold;}

body{
    background: #444 url(../images/carbon.png) repeat fixed;    
}

.nl{-webkit-locale: "nl";}
.fr{-webkit-locale: "fr";}
.en{-webkit-locale: "en";}

h1, h2, h3, h4, h5, h6 {
font-style: normal;
font-weight: 400; 
}


h1{ 
	font-size: 4em;
	color: #fff;
	font-family: ;
	font-weight: 700;	
	line-height: 0.8;
	text-shadow: 0 1px 1px #000;
		-webkit-text-shadow: 0 1px 1px #000; -moz-text-shadow: 0 1px 1px #000;
}
h1 em{ 
	font-size: 0.65em;
	font-style: normal;
	font-weight: 400;	
}


h2{	
	font-size: 2em;
	background-color: #f94c1d;
	display: inline-block;
	color: #fff;
	padding: 20px;
	margin: 20px -20px ;
}

p+h2{	
	margin-top: 60px;
}

h3{
	font-size: 1.6em;
	font-family: ff-tisa-web-pro-n4,ff-tisa-web-pro,serif;
	font-style: italic;
	font-weight: 400;	
	margin-bottom: 10px;
}



a, a:active, a:visited, a:hover { 
	color: #094861;
    text-decoration: none;
    transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
}


time{
    color: #999;
    font-family: Consolas, Courier, monospace;
}

.nowrap{
	white-space:nowrap;
	-webkit-hyphens: none; -moz-hyphens:none; hyphens:none;
}

.rounded{
	border-radius: 5px;	
		-webkit-border-radius: 5px;	-moz-border-radius: 5px;	
}

/*article*/
#container{
	position: relative;
	padding: 10px;
	max-width: 640px;
	width: 90%;
	margin: 50px auto;
	background: #fff;
	box-shadow: rgba(0,0,0,0.5) 0 0 3px, rgba(0,0,0,0.3) 0 0 7px;
		-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 3px, rgba(0,0,0,0.3) 0 0 7px;
		-moz-box-shadow: rgba(0,0,0,0.5) 0 0 3px, rgba(0,0,0,0.3) 0 0 7px;
}

header{
	position: relative;
	height: 300px;
	background: url(../images/header.jpg) no-repeat left top;
	
}

article{
padding: 40px;
}

article a, article a:active, article a:visited  { 
	border-bottom: solid 2px #43b8e4;
}
article a:hover { 
	color: #3791b7;
}

article p{
	font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    text-align: justify;
    -webkit-hyphens: auto; -moz-hyphens:auto; hyphens:auto;
}

article em{
font-family: ff-tisa-web-pro-i4,ff-tisa-web-pro,serif;
font-style: italic;
font-weight: 400;
}

.tab{
	display: inline-block;
	width: 70px;
}

/*footer*/
footer{
 	text-align: center;
 	font-size: 0.85em;
 	padding-bottom: 50px;
}


/*--------------------------------------------------------BOILERPLATE END CLASSES*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{ clear:both;}
.clearfix{zoom:1;}

/*--------------------------------------------------------QUERIES*/
/* Smaller screens */
@media only screen and (max-width: 1023px){
    body {
            font-size:0.8em;
    }
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
    html{ -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }

    .mobileHidden{display: none !important;}

    body {
            font-size: 16px;
    }
    
    .tab{
		display: block;
		width: auto;
	}

}



@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; } 
a, a:visited { color: #094861 !important; text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } 
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}	