/* =================================
	Fonts
=================================== */
/*
font-family:'Neo Sans W01 Light734947';
font-family:'Neo Sans W01';
font-family:'Neo Sans W01 Italic';
font-family:'Neo Sans W01 Medium';
font-family:'Neo Sans W01 Bold';
font-family:'Neo Sans W01 Black';
font-family:'Neo Sans W01 Ultra';

font-family: 'Merriweather Sans', sans-serif;

*/

/* =================================
	Algemene css
=================================== */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table { 
	border-collapse:collapse; border-spacing:0; 
}

html {
	font-size: 100%;
	width: 100%;
	position: relative;
	min-height: 100%;
}

body {
	background-image: url("../images/subtle_dots_@2X.png");
	background-repeat: repeat;
	background-size: 27px 15px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	width: 100%;
	margin: 0 0 90px;
	padding-bottom: 50px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #DF8F00;
	transition: all 150ms linear 0s;
}

a, a:active, a:focus, a:hover {
	outline: medium none;
	text-decoration: none;
}

p {
	font-size: 1em;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}

h2 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 6px;
}

h3 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 6px;
}

h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
}

h5 {
	font-size: 17px;
	font-style: italic;
	margin-bottom: 6px;
}

h6 {
}

blockquote {
	background-color: #FFFBDB;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 16px 20px;
}

.col-tight {
	padding: 0px;
}

.btn-default {
	border: none;
	border-radius: 6px;
	font-family:'Neo Sans W01 Medium';
	font-size: 18px;
	font-style: italic;
	padding: 10px 20px;
}

.btn-default i {
	left: 0;
	line-height: 24px;
	margin-left: 16px;
	position: relative;
	transition: all 150ms linear 0s;
}

.btn-default:hover i {
	left: 5px;
}

.btn.focus, .btn:focus, .btn:hover {
	background-color: #153C68;
	color: #ffffff;
}

.btn.focus, .btn:focus, .btn:hover {
}

.btn.active.focus, .btn.active:focus,
.btn.focus, .btn.focus:active,
.btn:active:focus, .btn:focus {
	outline: none !important;
}

.btn.active, .btn:active {
}

.no-border {
	border: 0px !important;
}

.border-gray {
	border: 1px solid #CECECE;
}

.border-radius {
	border-radius: 6px;
}

.no-border-radius {
	border-radius: 0px !important;
	padding-right: 18px;
}

.border-radius-top {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.border-radius-right {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.btn-block-title {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #ffffff;
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	padding-left: 18px;
	position: relative;
	top: -10px;
}

	.btn-block-title:focus,
	.btn-block-title:hover {
		color: #ffffff;
	}

	.btn-block-title:focus span i,
	.btn-block-title:hover span i {
		color: #ffffff;
		left: 5px;
	}

	.btn-block-title span {
		float: right;
		height: 45px;
		margin-left: 18px;
		text-align: center;
		width: 45px;
	}

		.btn-block-title span i {
			font-size: 20px;
			left: 0;
			line-height: 45px;
			position: relative;
			transition: all 150ms linear 0s;
		}

.head-item {
	float: left;
	font-size: 12px;
	margin-top: 20px;
	padding: 5px 9px;
	text-transform: uppercase;
	transition: all 150ms linear 0s;
}

	.head-item i {
		line-height: 20px;
	}

	.head-item:focus,
	.head-item:hover {
		background-color: #85BACC;
		color: #000000;
	}

.vergrendeld {
	position: absolute;
	float: left;
	font-size: 18px;
	bottom: 0px;
	right: 0px;
	padding: 5px 9px;
	transition: all 150ms linear 0s;
}

	.vergrendeld i {
		line-height: 20px;
	}

	.vergrendeld:focus,
	 .vergrendeld:hover {
		 background-color: #85BACC;
		 color: #000000;
	 }

.back-to-overview {
	display: block;
	float: left;
	margin-bottom: 25px;
	margin-top: 22px;
	padding: 9px 8px;
	text-transform: uppercase;
}

	.back-to-overview i {
		margin-right: 5px;
	}

	.back-to-overview:focus,
	.back-to-overview:hover {
		background-color: #85BACC;
		color: #000000;
	}

.contact-btn {
	display: table;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 8px;
	text-transform: uppercase;
}

	.contact-btn:focus,
	.contact-btn:hover {
		background-color: #DF8F00;
		color: #ffffff;
	}

	.contact-btn i {
		font-size: 16px;
		margin-right: 10px;
	}

.contact-formulier .required:after {
	content: " *";
}

.ck-content img {
	max-width: 100%;
}

/* =================================	
	Navbar classes
=================================== */
/*header {
	background-color: #c4394f;
	height: 160px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}*/

.js-color-change{
	transition: background-color 3s ease;
}

/* =================================
	Breadcrumb classes
=================================== */
.breadcrumb-container {
	height: 55px;
	margin-bottom: 25px;
	margin-top: 160px;
	padding-top: 22px;
}

	.breadcrumb {
		background-color: transparent;
		border-radius: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.breadcrumb li,
	.breadcrumb li a {
		color: #494949;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.breadcrumb > li + li::before {
		color: #494949;
	}

/* =================================
	Wervend Intro classes
=================================== */
.wervend-intro {
	margin-bottom: 30px;
	padding: 30px 35px;
}

	.wervend-intro h4 {
		margin-bottom: 32px;
		text-transform: uppercase;
	}

	.wervend-intro p {
		line-height: 22px;
		margin-bottom: 0;
	}

	.close-window {
		cursor: pointer;
		float: left;
		font-style: italic;
		margin-top: 30px;
	}

		.close-window i {
			border-radius: 100px;
			height: 18px;
			line-height: 17px;
			position: relative;
			text-align: center;
			top: -2px;
			width: 18px;
		}

.wervend-intro-opsomming {
	list-style-image: url("../images/list-item.png");
	margin-left: 36px;
}

.wervend-intro-opsomming li {
	font-style: italic;
	line-height: 22px;
}

/* =================================
	News items classes
=================================== */
.news-item-block-container {
	border: 1px solid #CECECE;
	display: block;
	margin-bottom: 20px;
}

.home.news-item-block-container {
	margin-bottom: 0;
	min-height: 430px;
}

.news-item-block-container:focus,
.news-item-block-container:hover {
	border: 1px solid #1C1C1B;
}

.news-item-block-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 239px;
	position: relative;
	width: 100%;
	background-color: #fff;
}

.news-item-block-bg .btn-default {
	position: absolute;
	left: 18px;
	bottom: 13px;
}

.news-item-block-container:focus .btn-default i,
.news-item-block-container:hover .btn-default i {
	left: 5px;
}

.news-item-block {
	line-height: 20px;
	padding: 15px;
	min-height: 90px;
}

.news-item-block h4{
	min-height: 38px;
}

.news-item-block .date {
	font-style: italic;
	margin-bottom: 20px;
}

.news-item-block .content {
	min-height: 80px;
}

#imaginary_container {
	margin-bottom: 20px;
}

.stylish-input-group input {
	color: #575756;
	height: 50px;
	padding-left: 24px;
}

.stylish-input-group .input-group-addon{
	background: white !important;
}

.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}

.stylish-input-group button{
	border:0;
	background:transparent;
}

/* =================================
	News Filter Block classes
=================================== */
.news-filter-block-container {
	border: 1px solid #CECECE;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin-bottom: 25px;
	margin-top: 25px;
	padding-left: 20px;
}

	.news-filter-block-container nav li {
		display: inline-block;
		text-transform: uppercase;
	}

		.news-filter-block-container nav li a {
			color: #7C7C7C;
			font-size: 12px;
			font-weight: 400;
			padding: 0 19px;
		}

		.news-filter-block-container nav li a:focus,
		.news-filter-block-container nav li a:hover {
			color: #AC1818;
		}

	.news-filter-block-container > .read-more {
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		color: #ffffff;
		display: block;
		float: right;
		font-family:'Neo Sans W01 Medium';
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
		height: 45px;
		line-height: 41px;
		margin-top: -1px;
		padding: 0 22px;
	}

		.news-filter-block-container > .read-more i {
			line-height: 41px;
			margin-left: 18px;
			position: relative;
			left: 0;
			transition: all 150ms linear 0s;
		}

		.news-filter-block-container > .read-more:focus i,
		.news-filter-block-container > .read-more:hover i {
			left: 5px;
		}

/* =================================
	Payoff Block classes
=================================== */
.payoff-block-container {
	border: 1px solid #CECECE;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin-bottom: 25px;
	margin-top: 25px;
	padding-left: 20px;
}

	.payoff-block-container > .read-more {
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		color: #ffffff;
		display: block;
		float: right;
		font-family:'Neo Sans W01 Medium';
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
		height: 45px;
		line-height: 41px;
		margin-top: -1px;
		padding: 0 22px;
	}

		.payoff-block-container > .read-more i {
			line-height: 41px;
			margin-left: 18px;
			position: relative;
			left: 0;
			transition: all 150ms linear 0s;
		}

		.payoff-block-container > .read-more:focus i,
		.payoff-block-container > .read-more:hover i {
			left: 5px;
		}

/* =================================
	Bannering Block classes
=================================== */
.bannering-block-container {
	border-radius: 6px;
	margin-bottom: 25px;
	min-height: 126px;
}

.banner-block {
	display: block;
	float: none;
	line-height: 20px;
}

.banner-block:focus,
.banner-block:hover {
	color: #ffffff;
}

	.banner-block-inner {
		padding: 20px 30px 20px 20px;
	}

	.banner-block h4 {
		text-transform: uppercase;
	}

	.banner-block p {
		font-style: italic;
	}

	.banner-block a {
		color: #ffffff;
	}

		.banner-block a:focus,
		.banner-block a:hover {
			color: #1F211E;
		}

	.banner-block-img {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		float: right;
		height: 126px;
		width: 190px;
	}

.banner-block-img i {
	border: 6px solid #85bacc;
	border-radius: 100px;
	display: block;
	float: left;
	font-size: 16px;
	height: 40px;
	line-height: 28px;
	margin-left: -20px;
	margin-top: 46px;
	text-align: center;
	transition: all 150ms linear 0s;
	width: 40px;
}

.banner-block:focus .banner-block-img i,
.banner-block:hover .banner-block-img i {
	border-color: #ffffff;
}

/* =================================
	Deze maand in NVOX classes
=================================== */
.deze-maand-container {
	height: 400px;
	position: relative;
}

	.cover-items {
		float: left;
		margin-top: 20px;
		padding: 0 16px;
	}

		.cover-items ul {
			float: left;
		}

		.cover-items li {
			display: block;
			width: 240px;
		}

		.cover-items li a {
			border-bottom: 1px solid #CECECE;
			display: block;
			margin-bottom: 16px;
			padding-bottom: 16px;
			width: 100%;
		}

		.cover-item-img {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			float: left;
			height: 73px;
			margin-right: 12px;
			width: 77px;
		}

		.cover-items h4 {
			font-size: 12px;
			margin-bottom: 4px;
		}

		.cover-items .thema {
			font-style: italic;
		}

	.cover img {
		float: right;
		height: 395px;
	}

.meest-online-gelezen-container {
	height: 400px;
	position: relative;
}

.meest-online-gelezen-container .btn-block-title {
	border-bottom: 2px solid #CECECE;
	border-right: 2px solid #CECECE;
	border-radius: 0;
	color: #000000;
	font-weight: 700;
	padding-right: 18px;
}

.meest-online-gelezen {
	margin: 0 20px;
}

.meest-online-gelezen li a {
	border-bottom: 1px solid #CECECE;
	display: block;
	padding: 13px 18px;
}

.meest-online-gelezen li a:focus,
.meest-online-gelezen li a:hover {
	background-color: #ffffff;
}

.meest-online-gelezen .number {
	float: left;
	font-size: 50px;
	font-style: italic;
	line-height: 36px;
	margin-right: 20px;
}

.meest-online-gelezen li a:focus .number,
.meest-online-gelezen li a:hover .number {
	color: #85BACC;
}

.meest-online-gelezen .content {
	line-height: 20px;
	min-height: 42px;
}

/* =================================
	NVON Agenda classes
=================================== */
.nvon-agenda-header {
	font-family:'Neo Sans W01 Medium';
	font-style: italic;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	padding-left: 16px;
}

	.nvon-agenda-header .read-more {
		border-left: 1px solid #ffffff;
		display: block;
		float: right;
		padding-left: 16px;
	}

	.nvon-agenda-header .read-more:focus,
	.nvon-agenda-header .read-more:hover {
		color: #ffffff;
	}

	.nvon-agenda-header .read-more i {
		line-height: 45px;
		margin: 0 16px;
		position: relative;
		left: 0;
		transition: all 150ms linear 0s;
	}

	.nvon-agenda-header .read-more:focus i,
	.nvon-agenda-header .read-more:hover i {
		left: 5px;
	}

.nvon-agenda-container {
	border: 1px solid #CECECE;
	border-top: 0;
	margin-bottom: 25px;
	padding-bottom: 4px;
}

	.nvon-agenda-block {
		border-right: 2px solid #efefef;
		display: block;
		margin-top: 20px;
		padding: 0 24px 24px;
	}

	.nvon-agenda-block .date {
		font-size: 48px;
		font-style: italic;
		margin-bottom: 16px;
	}

	.nvon-agenda-block .title {
		font-weight: 700;
		line-height: 19px;
	}

	.nvon-agenda-block .content {
		line-height: 20px;
	}

	.nvon-agenda-block .read-more {
		font-style: italic;
		line-height: 20px;
	}

/* =================================
	Best Sold Webshop Block classes
=================================== */
.best-sold-webshop-container {
	border: 1px solid #CECECE;
	min-height: 400px;
	position: relative;
}

.best-sold-webshop-container .col-sm-6:nth-child(odd) {
	border-right: 2px solid #EFEFEF;
	padding-left: 30px;
}
.best-sold-webshop-container .col-sm-6:nth-child(even) {
	padding-right: 30px;
}

.best-sold-webshop-container .col-sm-6 {
	min-height: 270px;
}

.best-sold-webshop-block {
	display: block;
	height: 100%;
	line-height: 20px;
}

.best-sold-webshop-block:focus .best-sold-webshop-read-more,
.best-sold-webshop-block:hover .best-sold-webshop-read-more {
	color: #DF8F00;
	transition: all 150ms linear 0s;
}

.best-sold-webshop-block img {
	float: left;
	height: auto;
	margin-bottom: 1em;
	width: 100%;
	max-height: 173px;
}

.best-sold-webshop-auteur {
	font-style: italic;
}

/* =================================
	Nieuwsoverzicht classes
=================================== */
.categorie-filter {
	margin-bottom: 25px;
}

	.filter-heading {
		height: 55px;
		padding: 16px 20px;
	}

	.panel {
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.panel-group .panel {
		border-radius: 0;
	}

	.panel-group {
		margin-bottom: 0px;
		padding: 20px;
	}

	.panel-default > .panel-heading {
		background-color: transparent;
		border-radius: 0;
		border-bottom: 1px solid #CECECE;
		border-left: 0;
		border-right: 0;
		border-top: 1px solid #CECECE;
		padding: 0;
	}

	.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
		display: block;
		padding: 10px 0;
	}

	.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
		border-top: 0;
	}

	.panel-title span {
		margin-top: 3px;
	}

	.panel-title a[aria-expanded="true"] span {
		margin-right: 5px;
		margin-top: 1px;
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		transform: rotate(90deg);
	}

	.panel-body {
		padding: 15px 0;
	}

	.panel-body a {
		color: #000000;
		display: block;
		line-height: 26px;
	}

	.panel-body a.active,
	.panel-body a:focus,
	.panel-body a:hover {
		color: #AC1818;
		text-decoration: underline;
	}

	.alert-warning:not(.bootstrap-warning) {
		background-color: transparent;
		border-color: #cecece;
		border-radius: 0;
		color: #575756;
		display: inline-block;
		font-style: italic;
		line-height: 16px;
		padding: 8px 13px 2px;
		margin: 0px 3px;
	}

		.alert-dismissable .close, .alert-dismissible .close {
			color: inherit;
			font-style: normal;
			position: relative;
			right: -6px;
			top: -2px;
		}


/* =================================
	Checkbox classes
=================================== */
/* CHECKBOX */
/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	left: -9999px;
	position: absolute;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	cursor: pointer;
	font-size: 14px;
	padding-left: 36px;
	padding-top: 7px;
	position: relative;
}

/* checkbox aspect *-/
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	border: 1px solid #808080 !important;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: none;
	content: '';
	height: 25px;
	left:0;
	position: absolute;
	top: 0px;
	width: 25px;
}
/* checked mark aspect *-/
[type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
	background: #AC1818 none repeat scroll 0 0;
	border-radius: 4px;
	color: #09ad7e;
	content: " ";
	height: 19px;
	left: 3px;
	line-height: 0.8;
	position: absolute;
	top: 3px;
	transition: all 0.2s ease 0s;
	width: 19px;
}
/* checked mark aspect changes *-/
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* accessibility *-/
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: none;
}*/

[type="checkbox"] {
	width: 16px;
	margin: 0 !important;
	height: 16px;
}

.gefilterde-categorieen {
	font-style: italic;
	line-height: 21px;
}

.gefilterde-categorieen strong {
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 20px;
}

.categorie {
	line-height: 21px;
}

.nieuwsoverzicht .news-item-block-container {
	margin-bottom: 20px;
}

	.nieuwsoverzicht .news-item-block-bg {
		background-size: cover;
		float: left;
		height: 200px;
		margin-right: 16px;
		width: 300px;
	}

	.nieuwsoverzicht .news-item-block {
		padding: 15px 15px 0;
		position: relative;
	}

	.nieuwsoverzicht .examens .news-item-block {
		padding: 15px;
		position: relative;
	}

	.nieuwsoverzicht h4 {
		font-size: 14px;
		font-weight: 700;
		line-height: 19px;
	}

	.nieuwsoverzicht .intro{
		margin-bottom: 20px;
		line-height: 18px;
	}

	.bekijk-examen {
		bottom: 0;
		color: #000000;
		font-size: 12px;
		padding: 8px;
		position: absolute;
		right: 0;
		text-transform: uppercase;
		transition: all 150ms linear 0s;
	}

		.bekijk-examen i {
			line-height: 18px;
			margin-left: 5px;
		}

		.bekijk-examen i.fa-file-text {
			margin-left: 0px;
		}

		.nieuwsoverzicht .news-item-block:focus .bekijk-examen,
		.nieuwsoverzicht .news-item-block:hover .bekijk-examen {
			background-color: #85BACC;
			transition: all 150ms linear 0s;
		}

/* =================================
	Poll classes
=================================== */
.poll-block label,
.poll-block.result{
	background-color: #EFEFEF;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 7px;
	padding: 0 14px;
	position: relative;
	text-transform: uppercase;
}

.poll-block label{
	width: 100%;
	cursor: pointer;
}

.poll-block input[type=radio]{
	opacity: 0;
	display: none;
}

.poll-block{
	position: relative;
}

.poll-block span{
	padding: 0 15px;
}

.poll-block i {
	display: none;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 10px;
}

.poll-block input[type="radio"]:checked + i {
	display: block;
}

.poll-block input[type="radio"]:checked + label {
	background-color: #B0C10D;
	color: #ffffff;
}

.poll-block.success.active {
	background-color: #B0C10D;
	color: #ffffff;
}

.poll-block.danger.active {
	background-color: #AC1818;
	color: #ffffff;
}

.poll-block.warning.active {
	background-color: #DF8F00;
	color: #ffffff;
}

.poll-block.result {
	padding: 0;
}

.poll-block.result .padding-right {
	padding-right: 14px;
}

.poll-block.result .success {
	background-color: #B0C10D;
	color: #ffffff;
	position: absolute;
}

.poll-block.result .warning {
	background-color: #DF8F00;
	color: #ffffff;
	position: absolute;
}

.poll-block.result .danger {
	background-color: #AC1818;
	color: #ffffff;
	position: absolute;
}

.opinion  {
	position: relative;
	z-index: 1;
}

/* =================================
	Introductie block classes
=================================== */
.introductie-block {
	margin-bottom: 25px;
	padding: 32px 28px;
}

.introductie-block .intro {
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 20px;
}

/* =================================
	Nieuwsbericht classes
=================================== */
.nieuwsbericht {
	margin-bottom: 30px;
	padding: 20px 28px;
}

.nieuwsbericht .vergrendeld {
	height: 55px;
	font-size: 30px;
	padding: 17px;
	position: absolute;
	width: 55px;
}

.nieuwsbericht p a:focus,
.nieuwsbericht p a:hover,
.nieuwsbericht div a:focus,
.nieuwsbericht div a:hover{
	color: #DF8F00;
	text-decoration: underline;
}

.nieuwsbericht .head-item {
	margin-top: 0;
	padding: 9px;
}

.nieuwsbericht .vergrendeld {
	margin-top: 0;
}

.nieuwsbericht .date-auteur {
	font-style: italic;
	line-height: 21px;
	margin-bottom: 20px;
	margin-top: 26px;
}

.nieuwsbericht .intro {
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	margin: 30px 0;
}

.nieuwsbericht .body {
	margin-top: 20px;
	float: left;
}

.nieuwsbericht .intro p{
	line-height: 28px;
}

.nieuwsbericht ol,
.nieuwsbericht ul {
	margin-bottom: 1em;
}

.nieuwsbericht ul li {
	line-height: 20px;
	list-style: outside disc;
	margin-left: 20px;
}

.nieuwsbericht ol li {
	counter-increment: li;
	line-height: 20px;
	margin-left: 20px;
}

.nieuwsbericht ol.better li::before {
	direction: rtl;
	margin-left: -1.5em;
	margin-right: 0.2em;
	text-align: right;
}

.nieuwsbericht ol li::before {
	/*color: #DF8F00;*/
	/*content: counter(li, decimal);*/
	/*display: inline-block;*/
	/*margin-left: -1em;*/
	/*width: 1em;*/
}

.nieuwsbericht ol {
	list-style-type: decimal;
}

.nieuwsbericht ol[type=a] {
	list-style-type: lower-alpha;
}

.bronvermelding {
	margin: 34px 0;
}

.gerelateerde-berichten .news-item-block-container {
	margin-top: 20px;
}

.nieuwsbericht p, .nieuwsbericht div {
	line-height: 20px;
}

.verder-lezen {
	background-color: #FFFBDB;
	margin-top: 25px;
	padding: 20px;
}

.verder-lezen p {
	font-style: italic;
}

.verder-lezen .txt-aanmelden,
.aanmelden-evenement .txt-aanmelden {
	font-style: italic;
	margin-left: 15px;
	margin-top: 15px;
}

.verder-lezen .txt-aanmelden a,
.aanmelden-evenement .txt-aanmelden a {
	font-style: normal;
	font-weight: 700;
}

.verder-lezen .txt-aanmelden a:focus,
.aanmelden-evenement .txt-aanmelden a:hover {
	color: #DF8F00;
	text-decoration: underline;
}

.info-block {
	background-color: #FFFBDB;
	font-style: italic;
	line-height: 20px;
	margin-top: 25px;
	padding: 20px;
}

.aanmelden-evenement {
	margin-bottom: 2em;
}

.aanmelden-evenement h4 {
	font-style: italic;
	margin-bottom: 1em;
}

.photo-box {
	position: relative;
}

.foto-bijschrift {
	margin: 0 0 2em;
}

.content-img {
	margin-bottom: 1em;
	position: relative;
}

.aantal-fotos {
	display: block;
	left: 15px;
	position: absolute;
	top: 15px;
	z-index: 1;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.aantal-fotos:focus,
.aantal-fotos:hover {
	color: #ffffff;
	transition: all 150ms linear 0s;
}

.aantal-fotos:focus span,
.aantal-fotos:hover span {
	margin-left: 5px;
	transition: all 150ms linear 0s;
}

.aantal-fotos div {
	float: left;
	padding: 11px 17px;
}

.aantal-fotos span {
	float: right;
	padding: 8px 12px;
	transition: all 150ms linear 0s;
}

.aantal-fotos span i {
	font-size: 26px;
}

/* =================================
	Pagination classes
=================================== */
.pagination {
	margin: 0px 0 20px;
}

.pagination > li > a, .pagination > li > span, .pagination > li.disabled > span, .pagination > li.disabled > span:hover {
	background-color: #EFEFEF;
	border: 0;
	border-radius: 0;
	color: #000000;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-left: 9px;
	padding: 0;
	text-align: center;
	width: 29px;
}
.pagination > li > a i, .pagination > li > span i {
	font-size: 11px;
	line-height: 24px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li.active > span, .pagination > li.active > span:hover {
	background-color: #85BACC;
	color: #000000;
}


/* =================================
	Contact classes
=================================== */
.contact h3 {
	margin-top: 1.25em;
}

.contact-formulier h4 {
	font-style: italic;
	margin-bottom: 18px;
}

.contact-formulier .bootstrap-select {
	width: 100% !important;
}

.contact-formulier .btn-info {
	background-color: #ffffff;
	border: 1px solid #CECECE;
	border-radius: 0;
	color: #575756;
	height: 40px;
}

.contact-formulier .form-control {
	border-radius: 0;
	/*border: 1px solid #CECECE;*/
	color: #575756;
	height: 40px;
}

.contact-formulier label {
	margin-bottom: 15px;
}

.contact-formulier .dropdown-menu {
	left: 0;
}

.bootstrap-select {
	margin-bottom: 15px;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
	background-color: #ffffff !important;
	border-color: #cecece;
	color: #575756;
}

.form-control:focus {
	border-color: #D1C12A;
	box-shadow: none;
}

textarea.form-control {
	height: 94px !important;
}

.has-error .help-block,
#helpBlock2{
	background-color: #FFFBDB;
	display: block;
	line-height: 18px;
	margin-top: 10px;
	padding: 8px;
}

.error-melding {
	color: #AC1818;
}
.voltooid-melding {
	color: #000000;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
	background-color: #ffffff !important;
	border-color: #cecece;
	color: #575756;
}
.contact-formulier .btn-info {
	background-color: #ffffff;
	border: 1px solid #CECECE;
	border-radius: 0;
	color: #575756;
	height: 40px;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
	background-color: #ffffff !important;
	border-color: #cecece;
	color: #575756;
}
/* =================================
	Back to Top classes
=================================== */
.back-to-top-container {
	border: 1px solid #CECECE;
	border-radius: 6px;
	display: block;
	font-style: italic;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: lowercase;
}

	.back-to-top-container:focus,
	.back-to-top-container:hover {
		color: #1B1B1B;
	}

	.back-to-top-container i {
		color: #1B1B1B;
		line-height: 43px;
	}

/* =================================
	Footer classes
=================================== */
footer {
	margin-top: 26px;
	min-height: 90px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

	.footer-logo {
		float: left;
		margin-top: 29px;
		max-width: 112px;
	}

	.footer-nav {
		float: left;
		margin-top: 35px;
	}

		.footer-nav li {
			border-right: 1px solid #dedede;
			display: inline-block;
			padding-left: 25px;
			padding-right: 25px;
		}

		.footer-nav li a {
			color: #1F211E;
			line-height: 20px;
		}

		.footer-nav li:last-child {
			border-right: 0;
		}

	.social-media-container {
		float: right;
		margin-top: 30px;
	}

		.social-media-icon {
			border-radius: 100%;
			display: inline-block;
			height: 30px;
			text-align: center;
			width: 30px;
		}

		.social-media-icon:focus,
		.social-media-icon:hover {
			background-color: #303032 !important;
			color: #ffffff;
		}

		.social-media-icon i {
			line-height: 30px;
		}

		.social-media-icon.facebook {
			background-color: #3A589B;
		}

		.social-media-icon.twitter {
			background-color: #1CB6F9;
		}

		.social-media-icon.linkedin {
			background-color: #007AB9;
		}
		.social-media-icon.instagram {
			background-color: #405DE6;
		}
		

/* =================================
	Modal classes
=================================== */
.modal-open .modal {
	background-color: rgba(209, 193, 42, 0.95);
}

.modal-heading {
	margin-top: 26px;
}

.modal-heading a {
	display: block;
	float: left;
}

.close {
	opacity: 1;
}

.modal-logo {
	height: 100%;
	margin-right: 8px;
	width: 190px;
}

.modal-payoff {
	margin-top: 4px;
	width: 225px;
}

.modal-dialog {
	margin-top: 160px;
}

.modal-content {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.modal-content .container{
	width: auto;
}

.modal-header {
	border-bottom: 0;
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-style: italic;
	padding: 0 15px;
}

.modal-content .stylish-input-group .form-control {
	border: 1px solid #ffffff;
	font-size: 32px;
	font-weight: 300;
	height: 80px;
}

.modal-content .stylish-input-group .input-group-addon {
	background: #D1C12A !important;
	border: 1px solid #ffffff;
}

.modal-content .input-group-addon {
	padding: 0;
}

.modal-content .input-group-addon .glyphicon.glyphicon-search {
	color: #ffffff;
	font-size: 32px;
	padding: 22px;
}

/* =================================
	Examen classes
=================================== */
.examen h1 {
	margin-bottom: 25px;
}

.examen .head-item {
	float: none;
}

.examen-block {
	background-color: #fffbdb;
	display: block;
	float: left;
	line-height: 44px;
	margin-bottom: 6px;
	min-height: 44px;
	padding-left: 16px;
	transition: all 150ms linear 0s;
	width: 100%;
}

.examen-block:focus,
.examen-block:hover {
	color: #000000;
}

.examen-block:focus span,
.examen-block:hover span {
	background-color: #85BACC;
}

.examen-block span {
	background-color: #98cca7;
	float: right;
	height: 36px;
	margin-right: 4px;
	margin-top: 4px;
	padding-top: 8px;
	text-align: center;
	transition: all 150ms linear 0s;
	width: 54px;
}

/* =================================
	Mijn NVON classes
=================================== */
.mijn-nvon {
	padding: 20px;
}

.mijn-nvon a {
	color: #575756;
	font-weight: 700;
	line-height: 32px;
}

.mijn-nvon li.active a,
.mijn-nvon a:focus,
.mijn-nvon a:hover {
	color: #AC1818;
}

.mijn-gegevens-block h4 {
	padding-bottom: 5px;
}

.mijn-gegevens-block .table > tbody > tr > td,
.mijn-gegevens-block .table > tbody > tr > th,
.mijn-gegevens-block .table > tfoot > tr > td,
.mijn-gegevens-block .table > tfoot > tr > th,
.mijn-gegevens-block .table > thead > tr > td {
	border: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	line-height: 28px;
	padding: 12px 6px;
	vertical-align: top;
}

.table > thead > tr > th {
	border-bottom: 1px solid #cecece;
	vertical-align: bottom;
}

.mijn-gegevens-block .table > thead > tr {
	padding-bottom: 10px;
}

.wijzig {
	width: 120px;
}

.wijzig-gegevens {
	white-space: nowrap;
	background-color: #EFEFEF;
	color: #000000;
	padding: 10px 15px;
	text-transform: uppercase;
}

.wijzig-gegevens i {
	line-height: 25px;
	margin-right: 8px;
}

.wijzig-gegevens:focus,
.wijzig-gegevens:hover {
	background-color: #000000;
	color: #ffffff;
}

.italic {
	font-style: italic;
}

.mijn-gegevens-block .factuuradres-toevoegen {
	border-bottom: 1px solid #cecece;
	color: #85bacc;
	display: block;
	padding-bottom: 30px;
}

.login-name {
	text-align: right;
}

.btn-link{
	color: #153c68;
}

.btn-link:hover{
	background-color: transparent;
	color: #153c68;
}

/* =================================
	Widgets classes
=================================== */
.widget {
	margin-bottom: 25px;
}

.widget-inner {
	display: inline-block;
	padding: 20px;
	width: 100%;
}

.widget .wervend-intro-opsomming {
	margin-left: 25px;
	margin-bottom: 18px;
	margin-top: 18px;
}

.widget .cover-items {
	margin-top: 0;
	padding: 0;
}

.widget .cover-items li:last-child a {
	margin-bottom: 0;
}

.widget .btn-block-title {
	z-index: 99;
}

.widget .news-item-block-container {
	border: 0;
	margin-bottom: 0;
}

.widget .news-item-block h4 {
	margin-bottom: 15px;
}

.widget.widget-advertisement h4 {
	margin-bottom: 0;
}

.widget .news-item-block h4.newsletter {
	margin-top: 40px;
}

.widget .form-control {
	border-radius: 0;
	height: 40px;
}

.widget .ajax-error-block{
	margin-top: 10px;
	color: #a94442;
}

/* =================================
	Forum classes
=================================== */
.forum-container .table-responsive {
	padding: 0 20px;
}

.forum-container .table {
	margin-bottom: 0;
}

.forum-container.negative .table-responsive{
	background-color: #ddd;
}

.forum-container .forum-col-1 {
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

.forum-container .forum-col-2 {
	vertical-align: top;
	width: 145px;
}

.forum-container .forum-col-3 {
	padding-right: 15px;
	vertical-align: top;
	width: 250px;
}

.forum-container .button-container {
	margin-bottom: 25px;
}

.forum-container form {
	margin: 25px;
}

.forum-container h2 {
	margin-bottom: 25px;
}

.forum-container form .voltooid-melding {
	margin-bottom: 25px;
}

.forum-container .forum-antwoorden {
	padding: 20px;
}

.forum-container .forum-pasfoto {
	text-align: center;
	width: 200px;
}

.forum-container .forum-pasfoto img {
	height: 100px;
	width: 100px;
}

.forum-container .introductie-block .intro {
	margin-top: 0;
}

.forum-container thead a {
	color: inherit;
}

.forum-container hr {
	margin-top: 10px;
	margin-bottom: 5px;
}

.forum-reactie-text strong,
.forum-reactie-text i,
.forum-reactie-text a{
	vertical-align: baseline;
}

.forum-reactie-text i{
	font-size: 20px;
}

.forum-reactie-text ul {
	list-style-type: disc;
	margin-left:15px;
}
.forum-reactie-text ol {
	list-style-type: decimal;
	margin-left:15px;
}

.forum-reactie-text img{
	max-width: 800px;
	max-height: 600px;
}
/* =================================
	Media Queries classes
=================================== */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.news-item-block .content {
		min-height:60px;
	}
	.homepage-news-blocks .news-item-block-container {
		min-height: 500px;
	}
	.search-results .news-item-block-container {
		min-height: initial;
	}
}

/* Medium devices (desktops, 1199px and down) */
@media (max-width: 1199px) {
	.cover-items li {
		width: 200px;
	}
	.news-filter-block-container nav li a {
		padding: 0 12px;
	}
	.banner-block-inner {
		padding: 20px 30px 12px 20px;
		width: 255px;
	}
	.homepage-news-blocks .news-item-block-container {
		min-height: 550px;
	}

	.search-results .news-item-block-container {
		min-height: initial;
	}
}

/* Small devices (tablets, 991px and down) */
@media (max-width: 991px) {
	.news-item-block .content {
		min-height: 60px;
	}

	.news-item-block .date{
		margin-bottom: 10px;
	}

	.breadcrumb-container {
		margin-top: 70px;
	}
	.close-window {
		margin-top: 70px;
	}
	.cover img {
		float: right;
		height: 346px;
		margin-top: 5px;
	}
	.breadcrumb {
		font-size: 12px;
	}
	.meest-online-gelezen {
		margin: 0;
	}
	.meest-online-gelezen .number {
		float: left;
		font-size: 30px;
		font-style: italic;
		line-height: 26px;
		margin-right: 14px;
	}
	.meest-online-gelezen .content {
		font-size: 12px;
		line-height: 20px;
	}
	.payoff-block-container {
		height: 60px;
	}
	.payoff-block-container span {
		float: left;
		line-height: 20px;
		padding: 10px 0;
		width: 70%;
	}
	.payoff-block-container > .read-more {
		height: 60px;
		line-height: 58px;
	}
	.payoff-block-container > .read-more i {
		line-height: 58px;
	}
	.banner-block {
		float: left;
	}
	.banner-block-img {
		background-image: none !important;
		width: 20px;
	}
	.banner-block-inner {
		width: 310px;
	}
	.nvon-agenda-block .date {
		font-size: 30px;
	}
	.nvon-agenda-block {
		padding: 0 20px 24px;
	}
	.best-sold-webshop-container {
		min-height: 350px;
	}
	.best-sold-webshop-block {
		height: auto;
		text-align: center;
	}
	.best-sold-webshop-block img {
		float: none;
		margin-bottom: 10px;
	}
	footer {
		padding-bottom: 20px;
	}
	.footer-nav {
		float: left;
		margin-left: -24px;
		margin-top: 15px;
	}
	.btn-default {
		font-size: 14px;
	}
	.btn-default i {
		line-height: 18px;
	}
	.cover-items li {
		width: 110px;
	}
}

/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {
	body{
		margin: 0;
		padding-bottom: 0;
	}
	footer{
		position: relative;
	}
	.news-item-block .content {
		min-height: 20px;
	}
	.news-item-block {
		min-height: 0px;
	}
	.vergrendeld {
		bottom: auto;
		left: auto;
		position: relative;
		margin-right: 6px;
		margin-top: 8px;
	}

	.news-item-block-bg{
		background-size: contain;
	}

	.breadcrumb li, .breadcrumb li a {
		font-size: 12px;
		letter-spacing: 0;
	}
	.wervend-intro {
		padding: 20px 10px;
	}
	.wervend-intro .btn-default {
		float: left !important;
		margin-top: 20px;
	}
	.close-window {
		float: left;
		margin-top: 20px;
	}
	.wervend-intro-opsomming {
		margin-left: 26px;
		margin-top: 20px;
	}
	.cover-items,
	.cover-items ul,
	.cover-items li {
		width: 100%;
	}
	.deze-maand-container {
		margin-bottom: 25px;
		min-height: 300px;
		position: relative;
	}
	.cover-items li a {
		float: left;
	}
	.meest-online-gelezen-container {
		height: auto;
	}
	.payoff-block-container {
		float: left;
		height: auto;
	}
	.payoff-block-container span {
		width: 100%;
	}
	.payoff-block-container > .read-more {
		border-radius: 6px;
		float: left;
		height: 45px;
		line-height: 44px;
		margin-bottom: 20px;
	}
	.payoff-block-container > .read-more i {
		line-height: 45px;
	}
	.banner-block {
		border-bottom: 1px solid #ffffff;
		border-radius: 0;
		width: 100%;
	}
	.banner-block-inner {
		width: 260px;
	}
	.banner-block-img i {
		margin-left: -30px;
	}
	.nvon-agenda-block {
		border-right: 0;
		border-bottom: 2px solid #efefef;
	}
	.best-sold-webshop-container {
		padding-bottom: 20px;
	}
	.nieuwsoverzicht .news-item-block-bg {
		background-color: #fff;
		float: none;
		width: 100%;
		background-size: contain;
	}
	.nieuwsoverzicht .news-item-block {
		padding: 15px;
	}
	.verder-lezen .txt-aanmelden,
	.aanmelden-evenement .txt-aanmelden {
		margin-left: 0;
		margin-top: 25px;
	}
	.footer-nav {
		margin-left: -10px;
	}
	.footer-nav li {
		margin-bottom: 7px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-nav li a {
		font-size: 12px;
		line-height: 30px;
	}
	.home.news-item-block-container {
		margin-bottom: 20px;
	}
	#voorletters {
		margin-bottom: 15px;
	}
	.contact-formulier label {
		line-height: 18px;
		margin-bottom: 15px;
	}
	.widgets {
		margin-top: 25px;
	}
	.meest-online-gelezen-container {
		margin-bottom: 25px;
	}
	.nieuwsbericht .vergrendeld {
		font-size: 20px;
		height: 35px;
		padding: 8px 11px;
		position: absolute;
		width: 35px;
	}
	.nieuwsbericht {
		padding: 20px;
	}
	.mijn-gegevens-block .table > tbody > tr > td, .mijn-gegevens-block .table > tbody > tr > th, .mijn-gegevens-block .table > tfoot > tr > td, .mijn-gegevens-block .table > tfoot > tr > th, .mijn-gegevens-block .table > thead > tr > td {
		border: 0 none;
		clear: both;
		float: left;
		text-align: left;
		width: 100%;
	}


	.forum-container .table-responsive>.table>tbody>tr>td,
	.forum-container .table-responsive>.table>tbody>tr>th,
	.forum-container .table-responsive>.table>tfoot>tr>td,
	.forum-container .table-responsive>.table>tfoot>tr>th,
	.forum-container .table-responsive>.table>thead>tr>td,
	.forum-container .table-responsive>.table>thead>tr>th {
		white-space: inherit;
	}

	.forum-container .table-responsive {
		margin-bottom: 0;
	}
}

/* Extra Small devices (mobile, 480px and down) */
@media (max-width: 480px) {

}

abbr[data-original-title], abbr[title] {
	background-color: #fffbdb;
	border: 0 none;
	padding: 10px 15px;
}

.wijzig-gegevens:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.bootstrap-date {
	min-height: 36px;
	margin-bottom:20px;
}

.bootstrap-date select {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 15px;
}

.bootstrap-date select:last-child {
	margin: 0;
}

.checkbox, .checkbox + .checkbox {
	margin-top: 10px;
}

.nieuwsbericht table, .nieuwsbericht table tr, .nieuwsbericht table td, .nieuwsbericht table th {
	border: 1px solid #000;
	padding: 10px;
}

.nieuwsbericht table.no-border, .nieuwsbericht table.no-border tr, .nieuwsbericht table.no-border td, .nieuwsbericht table.no-border th {
	border: none !important;
	padding: 10px;
}

.mijn-nvon-container table, .mijn-nvon-container table tr, .mijn-nvon-container table td, .mijn-nvon-container table th {
	border: none;
}

ul.typeahead li {
	list-style: none;
	margin: 0;
}

ol.carousel-indicators li {
	margin: 0;
}

.carousel .carousel-control {
	background: none;
	top: 50%;
	margin: -15px 10px 10px 10px;
}

.carousel .carousel-control.left {
	left: 0;
}

.item.next .carousel-caption, .item.prev .carousel-caption {
	bottom: 34px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	width: 100%;
}

@media (min-width: 992px) {
	.col-md-offset-1-5 {
		margin-left: 15%;
	}
}

/* =================================
   Mijn Postvak classes
=================================== */
.back-to-inbox-btn {
	background-color: #153c68;
	color: #ffffff;
	float: left;
	line-height: 16px;
	margin-bottom: 25px;
	padding: 10px 15px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
}

.back-to-inbox-btn:focus,
.back-to-inbox-btn:hover {
	background-color: #efefef;
	color: #000000;
}

.gallery-wrap {
	margin: 10px -10px;
}

.gallery-wrap::after {
	clear: both;
}

.gallery-wrap::before, .gallery-wrap::after {
	content: " ";
	display: table;
}

.gallery-wrap .column {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

.gallery-wrap .column .inner, .gallery-wrap .column-4 .inner, .gallery-wrap .column-3 .inner {
	margin: 10px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}

.gallery-wrap .column .inner a .img-wrap, .gallery-wrap .column-3 .inner a .img-wrap, .gallery-wrap .column-4 .inner a .img-wrap {
}
.gallery-wrap .column .inner .img-wrap {
	background: #ddd none repeat scroll 0 0;
	height: 98px;
	overflow: hidden;
}
.widget .img-wrap {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.gallery-wrap .column .inner .img-wrap img, .gallery-wrap .column-4 .inner .img-wrap img, .gallery-wrap .column-3 .inner .img-wrap img {
	height: auto;
	width: 100%;
}
.widget .img-wrap img {
	width: 100%;
}
.gallery-wrap .column .inner .caption-static, .gallery-wrap .column-4 .inner .caption-static, .gallery-wrap .column-3 .inner .caption-static {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 100%) repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 300;
	left: 0;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.postvak th {
	font-weight: bold;
}

.postvak tr {
	cursor: pointer;
}

.postvak i {
	font-size: 16px;
	line-height: 26px;
}

.postvak .pagination > li {
	display: initial;
	margin-left: 0;
}

.ongelezen {
	background-color: #ffc !important;
	font-weight: bold;
}

.table-date-width {
	min-width: 100px;
}

.postvak .table > tbody > tr > td,
.postvak .table > tbody > tr > th,
.postvak .table > tfoot > tr > td,
.postvak .table > tfoot > tr > th,
.postvak .table > thead > tr > td,
.postvak .table > thead > tr > th {
	border-bottom: 1px solid #000000;
	line-height: 20px;
	float: none !important;
}

@media (max-width: 767px) {
	.postvak th,
	.postvak tr,
	.postvak td {
		display: block;
	}
	.postvak .table > tbody > tr > td,
	.postvak .table > tbody > tr > th,
	.postvak .table > tfoot > tr > td,
	.postvak .table > tfoot > tr > th,
	.postvak .table > thead > tr > td,
	.postvak .table > thead > tr > th {
		float: left;
		padding: 6px;
		white-space: normal;
	}
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.homepage-news-blocks .news-item-block-content {
	min-height: 180px;
}

.homepage-news-blocks .vergrendeld {
	margin: 30px;
}

@media (max-width: 767px) {
	.homepage-news-blocks .vergrendeld {
		float: right;
		margin-bottom: 0;
		margin-top: 55px;
	}
}

.homepage-news-blocks .bekijk-examen {
	margin: 30px;
}

.homepage-news-blocks .head-item {
	position: absolute;
	bottom: 30px;
}


#register_welcomeGift, label[for=register_welcomeGift] {
  display: none;
}

i, em {
	font-style: italic;
}


#cookie-message-container {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	background-color: #0036c4;
	color: #fff;
	padding: 28px;
	z-index: 999;
	-webkit-box-shadow: 0 0 80px 0 rgb(80 80 80);
	-moz-box-shadow: 0 0 80px 0 rgba(80, 80, 80, 1);
	box-shadow: 0 0 80px 0 rgb(80 80 80);
}