﻿@charset "utf-8";

@font-face {font-family: 'OfficinaSansITCStd-Book';src: url('../webfonts/2B72DF_0_0.eot');src: url('../webfonts/2B72DF_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2B72DF_0_0.woff') format('woff'),url('../webfonts/2B72DF_0_0.ttf') format('truetype');}
@font-face {font-family: 'OfficinaSansITCStd-Bold';src: url('../webfonts/2B72DF_1_0.eot');src: url('../webfonts/2B72DF_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2B72DF_1_0.woff') format('woff'),url('../webfonts/2B72DF_1_0.ttf') format('truetype');}
@font-face {font-family: 'OfficinaSansITCStd-BookItalic';src: url('../webfonts/2B72DF_2_0.eot');src: url('../webfonts/2B72DF_2_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2B72DF_2_0.woff') format('woff'),url('../webfonts/2B72DF_2_0.ttf') format('truetype');}

/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

/* HTML5 for old browsers */

header, section, footer, aside, nav, article, figure {
	display: block;
} 

/* Body */

html {
	overflow: -moz-scrollbars-vertical; overflow-y: scroll;
}
body {
	background-color: #eee;
}

/* Typography */

body, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #666;
}

/* Headings */

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
h1, h2{
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	color: #003e7e;
}

/* Anchors */

a img {
	border: 0px;
	text-decoration: none;
}
a:link, a:visited {
	color: #003e7e;
	text-decoration: none;
}
a:hover, a:active {
	color: #ef3e42;
	text-decoration: underline;
}

/* Paragraphs */

p {margin-bottom: 10px;}
p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #09c; color: #fff;}
::selection {background: #09c; color: #fff;}

/* Lists */

ul {
	list-style: outside disc;
	margin: 0 0 10px 20px;
}
ol {
	list-style: outside decimal;
	margin: 0 0 10px 20px;
}

dl {margin: 0 0 10px 0;}
dt {font-weight: bold;}
dd {margin: 0 0 0 20px;}

/* Quotes */

blockquote {font-style: italic;}
cite {}
q {}

/* Tables */

table {border-spacing: 0;}
thead th {}
thead td {}
tbody th {}
tbody td {}
tfoot th {}
tfoot td {}

/* Forms */

fieldset {}
legend {}

button,
.button,
input,
select,
textarea {
	margin: 0;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
button,
.button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
.button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.button{
	display:inline-block;
}
button,
a.button:link,
a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px 6px 8px;
	background-color: #ef3e42;
	color: #fff;
}
a.button:hover,
a.button:active {
	background-color: #003e7e;
	text-decoration: none;
}
label,
select,
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px 5px 8px;
	background-color: #fff;
	color: #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 4px 0 0;
}
label {
	margin: 0 4px 0 0;
}

select {}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="radio"] {vertical-align:baseline;}
input[type="checkbox"] {vertical-align: baseline;}

.inputErr,
input[type="text"].inputErr,
input[type="password"].inputErr,
input[type="checkbox"].inputErr,
input[type="radio"].inputErr {
	border: dashed 1px #ef3e42;
}
table.inputErr td {
	padding: 4px;
}
.requiredField {
	display: none;
}
input[type="button"].submitLoader,
input[type="button"].submitLoader:hover,
input[type="submit"].submitLoader,
input[type="submit"].submitLoader:hover,
a.button.submitLoader,
a.button.submitLoader:hover {
	color: rgba(0,0,0,0);
	background: #ef3e42 url('../images/submitLoader.gif') no-repeat center;
}

/* Layout */

.center {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#visual {
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	width: 100%;
	height: 540px;
	background-color: #eee;
	/*background-image: url("../images/visual-1.jpg");*/
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Header */

header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	border-top: 6px solid #003e7e;
	width: 100%;
	height: 70px;
	background: url("../images/header-bg.png");
	z-index: 9999;
}

#logo {
	float: left;
	margin: 16px 0 0 0;
	padding: 0 0 0 40px;
	font-family: 'OfficinaSansITCStd-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	color: #ef3e42;
	background: url("../images/logo-icon.png") 0 4px no-repeat;
}
#logo .meer {
	color: #ef3e42;
}
#logo .business {
	color: #003e7e;
}
#logo em {
	font-family: 'OfficinaSansITCStd-BookItalic', Arial, Helvetica, sans-serif;
	font-style: normal;
}
#logo:hover {
	text-decoration: none;
}

#region-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 25px 42px 0 0;
	height: 45px;
	background: url("../images/icon-nl.png") right 16px no-repeat;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#region-button:link,
#region-button:visited {
	color: #003e7e;
}
#region-button:hover,
#region-button:active {
	color: #ef3e42;
	text-decoration: none;
}

/* Visual overlay */

#visual-overlay {
	position: relative;
	margin: 76px auto 0 auto;
	width: 960px;
	height: 414px;
}

#region-list {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	/*border-top: 1px solid #ccc;*/
	padding: 20px 20px 10px 20px;
	width: 270px;
	background-color: rgba(255,255,255,0.9);
	color: #003e7e;
	z-index: 999;
	display:none;
}
#region-list ul li {
	line-height: 24px;
	color: #003e7e;
}
#region-list ul li a:link,
#region-list ul li a:visited {
	color: #003e7e;
}
#region-list ul li a:hover,
#region-list ul li a:active {
	color: #ef3e42;
}

/* Call to action - Buttons */

#cta {
	position: absolute;
	right: 0;
	bottom: 30px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	padding: 20px;
	width: 270px;
	background-color: rgba(255,255,255,0.9);
	z-index: 99;
}

#cta .subscribe-button {
	margin: 0 0 8px 0;
}
#cta .subscribe-button,
#cta .member-button {
	float: left;
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	width: 270px;
	height: 50px;
	background-color: #ef3e42;
	font-family: 'OfficinaSansITCStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
}
#cta .subscribe-button span,
#cta .member-button span {
	display: block;
	padding: 0 0 0 60px;
	width: 205px;
	height: 50px;
}
#cta .subscribe-button span {
	background: url("../images/icon-subscribe-button.png") 16px 17px no-repeat;
}
#cta .member-button span {
	background: url("../images/icon-member-button.png") 12px 13px no-repeat;
}
#cta .subscribe-button:hover,
#cta .member-button:hover {
	background-color: #003e7e;
	text-decoration: none;
}

/*
#cta .subscribe {
	float: left;
	margin: 0 0 20px 0;
}
#cta .subscribe span {
	display: block;
	margin: 0 0 5px 0;
	color: #069;
}
#cta .subscribe input[type="text"] {
	float: left;
	width: 218px;
}
#cta .subscribe #btnInschrijven {
	float: right;
	display: block;
	margin: 0 0 0 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	background-color: #f59000;
	background-image: url("../images/icon-subscribe-button.png");
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
}
#cta .subscribe #btnInschrijven:hover {
	background-color: #39c;
}
*/

/* Container and boxes */

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
}

.box {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	border-top: 6px solid #ef3e42;
	width: 960px;
}
.box.nav {
	padding: 50px 0 0 0;
}

/* Social media */

#social-media {
	position: absolute;
	top: 106px;
	left: 0;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	padding: 10px 10px 0 10px;
	width: 32px;
	background-color: rgba(255,255,255,0.9);
	z-index: 9999;
}
#social-media ul {
	margin: 0;
}
#social-media ul li {
	float: left;
	margin: 0 0 10px 0;
	list-style-type: none;
}
#social-media ul li a.social {
	display: block;
	width: 32px;
	height: 32px;
}
.social.facebook {background-image: url("../images/social-facebook.png");}
.social.twitter {background-image: url("../images/social-twitter.png");}
.social.google-plus {background-image: url("../images/social-google-plus.png");}
.social.youtube {background-image: url("../images/social-youtube.png");}
.social.linkedin {background-image: url("../images/social-linkedin.png");}

/* Menu */

.menu-link {
	display: none;
}

#menu {
	position: absolute;
	top: 6px;
	left: 0;
	padding: 0 15px 0 15px;
	width: 930px;
	background: url("../images/nav-bg.png") 0 0 repeat-x;
}
.menu {
	float: left;
	text-align: left;
}
.menu ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul ul,
.menu ul ul ul {
	background-color: #fff;
}
.menu > li > ul.sub-menu {
	min-width: 140px;
	background-color: #fff;
}
.menu ul:after {
	content: "";
	clear: both;
	display: block;
}
.menu ul li {
	margin: 0 15px 0 15px;
}
.menu > ul > li {
	display: inline-block;
}
.menu ul li a {
	display: block;
	padding: 14px 0 0 0;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #003e7e;
}
.menu ul li a:link,
.menu ul li a:visited {
	color: #003e7e;
}
.menu ul li a:hover,
.menu ul li a:active,
.menu ul li a.active {
	color: #ef3e42;
	text-decoration: none;
}
.menu ul li a:hover {
	background: url("../images/nav-arrow-head-hover.png") center 1px no-repeat;
}
.menu ul li a.active {
	background: url("../images/nav-arrow-head-active.png") center top no-repeat;
}
.menu ul ul li a:hover,
.menu ul ul li a.active {
	background-image: none;
}
.menu ul li > a { 
	padding: 15px 0 15px 0;
}
.menu ul ul { 
	display: none; 
	position: absolute;
	top: 100%;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	border-top: 4px solid #ef3e42;
	padding: 0;
	min-width: 250px;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul ul > li {
	position: relative;
	margin: 0;
}
.menu ul ul > li a {
	padding: 8px 15px 8px 10px;
	height: auto;
	background-color: #fff;
	font-size: 13px;
	line-height: 17px;
}
.menu ul ul > li a:hover {
	color: #ef3e42;
	background-color: #fff;
}
.menu ul ul ul {
	position: absolute; 
	left: 100%; 
	top: 0;
	border-top: 0 solid #ef3e42;
	padding: 0;
	background: none;
}

/* Crumb */
.crumb img{
	margin:0 8px 0 8px;
}
.crumb a.active{
	color: #ef3e42;
}

/* Content */

.content {
	float: left;
	padding: 15px;
	width: 930px;
	background-color: #fff;
}
.content h1 {
	padding: 0 0 12px 0;
	background: url("../images/h1-line.png") left bottom repeat-x;
}
.content p {
	text-align: justify;
}

.colspan-1,
.colspan-2,
.colspan-3 {
	float: left;
	padding: 15px;
}
.colspan-1 {
	width: 280px;
}
.colspan-2 {
	width: 590px;
}
.colspan-3 {
	width: 900px;
}

/* Link with arrow head */

a.link {
	display: inline-block;
	padding: 0 0 0 15px;
	background: url("../images/link-arrow-head.png") 0 6px no-repeat;
}
a.link:link,
a.link:visited,
a.link:hover,
a.link:active {
	color: #ef3e42;
}

/* Partners & sponsors */

.content.partners,
.content.sponsors {
	padding: 15px 15px 5px 15px;	
}
.content.partners a,
.content.sponsors a {
	position: relative;
	float: left;
	margin: 10px 20px 10px 0;
	border: 1px solid #ccc;
}
.content.partners a:nth-child(5n-9), /* (4n-7) */
.content.sponsors a:nth-child(5n-9) {
	margin: 10px 0 10px 0;
}
.content.partners a {
	padding: 6px; /* 10px */
	width: 150px; /* 188px */
	height: 112px; /* 141px */
	text-align: center;
}
.content.partners a img{
	max-width: 150px; /* 188px */
	max-height: 112px; /* 141px */
}
.content.sponsors a {
	padding: 6px;
	width: 150px;
	height: 112px;
	text-align: center;
}
.content.sponsors a img{
	max-width:150px;
	max-height:112px;
}
.content.partners a img,
.content.sponsors a img {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Footer */

footer {
	float: left;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	border-top: 6px solid #ef3e42;
	border-bottom: 12px solid #888;
	background-color: #555;
	width: 960px;
}
footer .content {
	padding: 15px;
	width: 930px;
	background-color: transparent;
}
footer h1 {
	padding: 0 0 12px 0;
	background: url("../images/h1-line-footer.png") left bottom repeat-x;
	color: #fff;
}
footer,
footer p,
footer ul li {
	color: #ccc;
}
footer a:link,
footer a:visited {
	color: #fff;
}
footer a:hover,
footer a:active {
	color: #fff;
}

/* listing */
.listing {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
}
.listing .item {
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 16px 0 17px 0;
	width: 100%;
	clear: left;
}
.listing .item .thumb,
.listing.banner .item .logo,
.listing .item .item-content {
	float: left;
}
.listing .item .thumb {
	width: 150px;
	overflow: hidden;
	text-align: center;
}
.listing .item .logo {
	width: 150px;
}
.listing.banner .item .logo img {
	max-width: 150px;
}
.listing .item:hover {
	color: #003e7e;
}
.listing .item:hover h2 {
	color: #ef3e42;
}
.listing .item .thumb img,
.listing .item .logo img{
	display: block;
}
.listing .item-content{
	padding: 0 0 0 15px;
}
.listing .item-content p {
    color: #003e7e;
}
.listing.news .item .item-content,
.listing.banner .item .item-content,
.listing.album .item .item-content{
	width: 425px;
}

/* listing2 */
.listing2 {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
}
.listing2 .item {
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 7px 0;
	width: 100%;
	clear: left;
}
.listing2 .item.event{
	background:url('../images/icon-listing.png') 0 6px no-repeat;
}
.listing2 .item.agenda{
	background:url('../images/icon-listing-blank.png') 0 6px no-repeat;
}
.listing2 .item .day,
.listing2 .item .date,
.listing2 .item .title {
	float: left;
}
.listing2 .item .day,
.listing2 .item .date {
	color: #003e7e;
}
.listing2 .item.event .day,
.listing2 .item.agenda .day {
	padding-left: 30px;
}
.listing2 .item .day {
	min-width: 30px;
}
.listing2 .item .date {
	min-width: 100px;
}
.listing2 .item .title {
	color: #003e7e;
	width: 430px;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}
.listing2 .item:hover .day,
.listing2 .item:hover .date {
	color: #003e7e;
}
.listing2 .item:hover .title {
	color: #ef3e42;
}

.listing2.side {
	margin: 0 0 10px 0;
	border-top: none;
}
.listing2.side .item:first-child {
	padding: 0px 0 7px 0;
}
.listing2.side.agenda .item.event:first-child{
	background:url('../images/icon-listing.png') 0 0 no-repeat;
}
.listing2.side.agenda .item.agenda:first-child{
	background:url('../images/icon-listing-blank.png') 0 0 no-repeat;
}
.listing2.side .item .title {
	clear: left;
}
.listing2.side.agenda .item .title {
	padding: 0 0 0 30px;
}
.listing2.side .item .title {
	width: auto;
}

/* Pagination */
#pagination {
	float: left;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
#pagination a {
	display: inline-block;
	margin: 4px 5px 0 5px;
}
#pagination a.active {
	color: #ef3e42;
	font-weight: bold;
}
#pagination .prev {
	float: left;
	margin: 0;
}
#pagination .next {
	float: right;
	margin: 0;
}

#pagination .prev a,
#pagination .next a {
	display: block;
	margin: 0;
	width: 26px;
	height: 26px;
	background-image: url("../images/pagination-buttons.png");
	background-repeat: no-repeat;
}
#pagination .prev a {
	background-position: 0 0;
}
#pagination .prev a:hover {
	background-position: 0 -26px;
}
#pagination .prev a.aspNetDisabled {
	background-position: 0 -52px;
}
#pagination .prev.x a{
	padding-left: 40px;
} 
#pagination .next a {
	background-position: -26px 0;
}
#pagination .next a:hover {
	background-position: -26px -26px;
}
#pagination .next a.aspNetDisabled {
	background-position: -26px -52px;
}

/* back button */
.back{
	float: left;
	margin-top: 20px;
	clear: left;
}
.back a{
	padding-left: 8px;
}
.back span {
	display: block;
	float: left;
	margin-top: -4px;
	width: 26px;
	height: 26px;
	background-image: url("../images/pagination-buttons.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.back a:hover span {
	background-position: 0 -26px;
}

/* thumbnail voor album */
.albumThumb {
	float: left;	
	padding: 5px;
	margin :0 10px 10px 0;
	border: #ccc 1px solid;
	width: 125px;
	height: 94px;
	text-align: center;
	overflow: hidden;
}
.albumThumb img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 125px;
	max-height: 94px;
}

/* form */
.form td {
	padding-bottom: 4px;
}
.form td td {
	padding-bottom: 0;
}
.form td:first-child {
	padding-right: 10px;
}
.form td:first-child td {
	padding-right: 0;
}
.form .button {
	margin-top: 4px;
}
.form input[type="text"] {
	width: 300px;
}
.form textarea {
	width: 300px;
	height: 100px;
}


/* Uizonderingen en fixes */
#cta .subscribe #btnInschrijven.submitLoader {
	color: rgba(0,0,0,0);
	background: url('../images/submitLoader.gif') no-repeat center;
}

/* Mobile */

@media all and (max-width: 680px) and (min-width: 0px) {
	
	header,
	#test,
	footer {
		float: left;
	}
	
	.center {
		width: 100%;
	}
	
	header {
		padding: 0 0 18px 0;
		height: auto;
	}
	#logo {
		padding: 0 30px 0 70px;
		background-position: 30px 4px;
	}
	#logo em {
		font-size: 20px;
		line-height: 25px;
	}
	#region-button {
		display: none;
	}
	
	#container {
		width: 100%;
	}
	
	#visual {
		height: 400px;
		background-image: url("../images/visual-1-mobile.jpg");
        background-repeat: repeat-y;
	}
	#visual-overlay {
		width: auto;
		height: 300px;
	}

	/* Call to action - Buttons */

    #cta {
	    right: 0;
	    bottom: 0;
        left: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    padding: 16px 30px 16px 30px;
	    width: 100%;
        box-sizing: border-box;
    }
    #cta .subscribe-button,
    #cta .member-button {
	    width: 100%;
	    height: 36px;
	    font-size: 20px;
	    line-height: 36px;
    }
    #cta .subscribe-button span,
    #cta .member-button span {
	    padding: 0 0 0 48px;
	    width: 205px;
	    height: 36px;
    }
    #cta .subscribe-button span {
	    background-position: 12px 11px;
    }
    #cta .member-button span {
	    background-position: 8px 7px;
    }
    #cta .subscribe-button:hover,
    #cta .member-button:hover {
	    background-color: #003e7e;
	    text-decoration: none;
    }

	
	#social-media {
		position: absolute;
		top: auto;
		left: auto;
		right: auto;
		-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
		box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
		padding: 10px 20px 10px 30px;
		width: 100%;
        box-sizing: border-box;
	}
	#social-media ul li {
		margin: 0 10px 0 0;
	}
	
	#container {
		position: relative;
		margin: 0 0 0 0;
		width: 100%;
	}
	
	.box {
		float: left;
		width: 100%;
	}
	
	.content,
	.content.partners,
	.content.sponsors {
		padding: 30px 30px 0 30px;
		width: 100%;
        box-sizing: border-box;
	}

    .content.partners,
	.content.sponsors {
        text-align: center;
	}	
    .content.partners a,
    .content.sponsors a {
	    position: relative;
	    float: none;
        display: inline-block;
	    margin: 10px;
    }
    
	.colspan-1,
	.colspan-2,
	.colspan-3 {
		float: left;
		padding: 0 0 30px 0;
		width: 100%;
	}
	
	.event-list .event .title {
		clear: left;
	}
	
	.content.partners a:nth-child(5n-9),
	.content.sponsors a:nth-child(5n-9) {
		margin: 10px;
	}
	
	footer {
		float: left;
		width: 100%;
	}
	footer .content {
		padding: 30px 30px 0 30px;
		width: auto;
	}
	footer .content .colspan-1,
	footer .content .colspan-2,
	footer .content .colspan-3 {
		float: left;
		padding: 0 0 30px 0;
		width: 100%;
	}

    /* listing */

    .listing .item .thumb {
        width: 100%;
        height: auto;
    }

    .listing .item .logo {
        width: 100%;
        height: auto;
    }

    .listing .item-content {
        padding: 15px 0 0 0;
    }

    .listing.news .item .item-content,
    .listing.banner .item .item-content,
    .listing.album .item .item-content {
        width: 100%;
    }

	/* Menu */
	
	#menu {
		position: absolute;
		top: 57px;
		left: 0;
		margin: 0 0 20px 0;
		padding: 0;
		width: 100%;
		background-color: #fff;
	}
    
    a.menu-link {
		display: block;
		position: absolute;
		top: 6px;
		right: 0;
		left: 0;
		border-bottom: 1px solid #ef3e42;
		padding: 14px 30px 0 30px;
		height: 36px;
		background-color: #fff;
		color: #003e7e;
		font-size: 15px;
		line-height: 20px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.menu {
		float: none;
		clear: both;
		min-width: inherit;
		-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
	}
	.menu, .menu > ul ul {
		overflow: hidden;
		max-height: 0;
		background: #eee;
	}
	.menu > li > ul.sub-menu {
		padding: 0;
		border: none;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	.menu.active, .menu > ul ul.active {
		max-height: 5000px;
	}
	.menu ul {
		display: inline;
	}
	.menu ul li {
		margin: 0;
		padding: 0;
	}
	.menu ul li a {
		padding: 10px 30px 10px 30px;
	}
	.menu > ul {
		border-top: 1px solid #ccc;
	}
	.menu li, .menu > ul > li {
		display: block;
	}
	.menu li a {
		color: #000;
		display: block;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	.menu ul li a:hover,
	.menu ul li a:active,
	.menu ul li a.active {
		background-image: none;
	}
	.menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 15px;
		padding: 10px 30px 10px 30px;
	}
	.menu li.has-submenu > a.active:after {
		content: "-";
	}
	.menu ul ul > li a {
		padding: 10px 30px 10px 60px;
		background-color: #eee;
	}
	.menu ul ul ul > li a {	
		padding: 10px 30px 10px 90px;
	}
	.menu ul ul, .menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		box-shadow: none; 
		border:none;
		padding: 0;
		background: none;
	}

	/* afbeeldingen */
	#content img{
		width: 100%;
		height: auto;
	}

	/* forms */
	.form td{
		clear: left;
		float: left
	}
	.form td input[type=text],
	.form td textarea {
		width: 200px;
	}
	
	/* Text Size in Landscape Mode Fix */
	
	header,
	.content,
	footer {
		-webkit-text-size-adjust: 100%;
	}
	
}
