.right{padding:100px!important;}

h1{font-family: 'Open Sans', sans-serif; font-weight:100; color:#616365; font-size:33px;}
p, .greetings, .link{color:#bbbbbb; font-size:15px; line-height:21px; font-family: 'Open Sans', sans-serif; font-weight:100;}
.link{color:#57a617; margin-top:100px; text-decoration:none; float:left;}
.greetings{padding-left:15px; }
hr{margin:35px -40px 35px -40px!important;}
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }

.container {
width: 1200px;
max-width: 100%;
min-width: 768px;
margin: 0 auto;
zoom: 1;
position: relative;
z-index: 1;
margin-top:150px;
}

.hal9000{
	
}
@media screen and (min-width: 1024px){	
	.hal9000{
	display: block;
	width: 554px;
	height: 554px;
	position:absolute;
	top:0px;	
	background-image: url(../gfx/hal-9000-seq.jpg);
	-webkit-animation: siren 4s step-start infinite;
	-moz-animation: siren 1s step-start infinite;
	-o-animation: siren 1s step-start infinite;
	-ms-animation: siren 1s step-start infinite;
	animation: siren 1s step-start infinite;}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	/*.hal9000{zoom:0.5; -moz-transform:scale(0.5);   -moz-transform-origin: 0 0;}*/
	.hal9000{display:none;}
}

@media screen and (max-width: 767px) {
	.hal9000{display:none;}
	/*.hal9000{zoom:0.5; -moz-transform:scale(0.5);   -moz-transform-origin: 0 0;}*/
}
		
@-webkit-keyframes siren {
0% {
    background-position: 0 0;
}
87% {
    background-position: 0 -554px;
}
88% {
    background-position: 0 -1108px;
}
89% {
    background-position: 0 -1662px;
}
90% {
    background-position: 0 -2216px;
}
91% {
    background-position: 0 -2770px;
}
92% {
    background-position: 0 -3324px;
}
93% {
    background-position: 0 -3878px;
}
94% {
    background-position: 0 -4432px;
}
95% {
    background-position: 0 -4986px;
}
96% {
    background-position: 0 -5540px;
}
97% {
    background-position: 0 -6094px;
}
98% {
    background-position: 0 -6648px;
}
99% {
    background-position: 0 -7202px;
}
100% {
    background-position: 0 -7756px;
}
}@-moz-keyframes siren {
    0% {
    background-position: 0 0;
}
7% {
    background-position: 0 -554px;
}
14% {
    background-position: 0 -1108px;
}
21% {
    background-position: 0 -1662px;
}
29% {
    background-position: 0 -2216px;
}
36% {
    background-position: 0 -2770px;
}
43% {
    background-position: 0 -3324px;
}
50% {
    background-position: 0 -3878px;
}
57% {
    background-position: 0 -4432px;
}
64% {
    background-position: 0 -4986px;
}
71% {
    background-position: 0 -5540px;
}
79% {
    background-position: 0 -6094px;
}
86% {
    background-position: 0 -6648px;
}
94% {
    background-position: 0 -7202px;
}
100% {
    background-position: 0 -7756px;
}
}@-ms-keyframes siren {
    0% {
    background-position: 0 0;
}
7% {
    background-position: 0 -554px;
}
14% {
    background-position: 0 -1108px;
}
21% {
    background-position: 0 -1662px;
}
29% {
    background-position: 0 -2216px;
}
36% {
    background-position: 0 -2770px;
}
43% {
    background-position: 0 -3324px;
}
50% {
    background-position: 0 -3878px;
}
57% {
    background-position: 0 -4432px;
}
64% {
    background-position: 0 -4986px;
}
71% {
    background-position: 0 -5540px;
}
79% {
    background-position: 0 -6094px;
}
86% {
    background-position: 0 -6648px;
}
94% {
    background-position: 0 -7202px;
}
100% {
    background-position: 0 -7756px;
}
}@-o-keyframes siren {
    0% {
    background-position: 0 0;
}
7% {
    background-position: 0 -554px;
}
14% {
    background-position: 0 -1108px;
}
21% {
    background-position: 0 -1662px;
}
29% {
    background-position: 0 -2216px;
}
36% {
    background-position: 0 -2770px;
}
43% {
    background-position: 0 -3324px;
}
50% {
    background-position: 0 -3878px;
}
57% {
    background-position: 0 -4432px;
}
64% {
    background-position: 0 -4986px;
}
71% {
    background-position: 0 -5540px;
}
79% {
    background-position: 0 -6094px;
}
86% {
    background-position: 0 -6648px;
}
94% {
    background-position: 0 -7202px;
}
100% {
    background-position: 0 -7756px;
}
}
	
/* The Grid ---------------------- */
.row { width: 1200px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row.full-width {width:100%;}
.row.collapse .column, .row.collapse .columns, .row.collapse { padding: 0;  }
.row .row.collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; padding: 0 20px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }
 
.row .columns.top { position:relative; margin:10px 0 0 0; }
.menu.main .nav-bar { padding:0; margin:0; }


.row { padding:0 15px; }


 /* Dubbele padding fix */
.row
{
  *display: inline; /*Target IE7 and bellow*/
  _display: inline; /*Target IE6 and bellow*/
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
	.container {min-width:0px; margin-top:60px;}
	hr{margin:35px -10px 35px -10px!important;}
	.right{padding:40px!important;}
}

/* Phone */
@media screen and (max-width: 767px) {
	.container {min-width:0px; margin-top:20px;}
	hr{margin:35px 0px 35px 0px!important;}
	.right{padding:0px!important;}
}


/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* Correct FF custom dropdown height */
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 30px; } }

.lt-ie9 form.custom div.custom.dropdown a.selector { height: 30px; }

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }


img, object, embed { max-width: 100%; height: auto; }

object, embed { height: 100%; }

img { -ms-interpolation-mode: bicubic; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print { display: none !important; }

.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print { display: inherit !important; }

/* Very large display targeting */
@media only screen and (min-width: 1441px) { .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: inherit !important; }
  .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; } }
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) { .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }
/* Small display targeting */
@media only screen and (max-width: 767px) { .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; } }
@media screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; } }
/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; }

@media only screen and (max-width: 1279px) and (min-width: 768px) { .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; } }
@media only screen and (max-width: 767px) { table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; } }
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) { /* NavBar --- */
  /*            */
  .touch .nav-bar li a.hassub > a { padding-right: 36px !important; } }
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { .flex-video { padding-top: 0; } }
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) { /* NavBar --- */
  /*            */
  .touch .nav-bar li a { font-size: 13px; }
  .touch .nav-bar li a.hassub > a.flyout-toggle { padding: 20px !important; }
  .touch .nav-bar li a.hassub > a { padding-right: 36px !important; }
  /* Clearing --- */
  /*              */
  .clearing-main-right, .clearing-main-left { height: 100%; width: 40px; top: 0; border: none; }
  .clearing-main-right:before, .clearing-main-left:before { position: absolute; top: 50%; }
  .clearing-main-left { left: 0; }
  .clearing-main-left:before { left: 5px; content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent white transparent transparent; }
  .clearing-main-right { height: 100%; right: 0; }
  .clearing-main-right:before { content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent transparent transparent white; } }
/* Small Devices ------------ */
@media only screen and (max-width: 767px) { /* Global Misc --- */
  /*                 */
  .left, .right { float: none; }
  body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  /* The Grid --- */
  /*              */
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
  /* Mobile 4-column Grid */
  .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .mobile-one:last-child { float: right; }
  .row .mobile-one.end { float: left; }
  .row.collapse .mobile-one { padding: 0; }
  .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .mobile-two:last-child { float: right; }
  .row .mobile-two.end { float: left; }
  .row.collapse .mobile-two { padding: 0; }
  .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .mobile-three:last-child { float: right; }
  .row .mobile-three.end { float: left; }
  .row.collapse .mobile-three { padding: 0; }
  .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .mobile-four:last-child { float: right; }
  .row .mobile-four.end { float: left; }
  .row.collapse .mobile-four { padding: 0; }
  .push-one-mobile { left: 25%; }
  .pull-one-mobile { right: 25%; }
  .push-two-mobile { left: 50%; }
  .pull-two-mobile { right: 50%; }
  .push-three-mobile { left: 75%; }
  .pull-three-mobile { right: 75%; }

