html {
	height: 100%;
}
body {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: BenguiatBook, "Times New Roman", "serif";
	font-size: 16px;
	min-height: 100%;
}
@font-face {
    font-family: BenguiatBook;
    src: url(../fonts/bgw-webfont.woff);
}
.container-fluid {
	padding: 0;
}
a {
	color: #B22929;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 17px;
}
/*
====================================================================================== HEADER
*/
header {
	margin-bottom: 20px;
}
header img {
	min-width: 100%;
	max-width: 100%;
}
/*
====================================================================================== NAVBAR
*/
.sidebar-bg {
	/*background-image: url('/../images_var/afbeeldingen/background/bg_menu.png');
	background-repeat: no-repeat;
	background-position: 50% 30%;*/
	/*background-size: 100%;*/
	position: absolute;
	left: -70px;
	z-index: -1;
	display: none;
}
.sidebar {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	margin-top: 10px;
	overflow: hidden;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	
	
}
.sidebar li {
	list-style-type: none;
}
.sidebar li a {
	display: block;
	width: 100%;
	padding: 6px 0px;
	color: black;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	
}
.sidebar li a:hover {
	color: #B22929;
}
li.active-sidebar a {
	color: #B22929;
	
}
.sub-menu {
	color: #B22929;
}
.sub-menu a{
	color: #B22929;
	
	text-decoration: none;
}
.sidebar-mobile {
	
}
.sidebar-mobile li a:hover {
	
}
/*
====================================================================================== CONTENT
*/
.content-header-center {
	margin: 0 auto;
	margin-top: 30px;
	width: 500px;
}
.content-header-center * {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.quote {
	float: right;
}
.margin {
	margin-top: 20px;
}
.lightbox-wrapper {
	float: left;
	width: 100%;
}
.lightbox-content {
	float: left;
	margin: 5px;
	max-height: 163px;
	/*width: calc(100% - 10px);
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
}
table.table-borderless,
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
/*
====================================================================================== FOOTER
*/


/*
====================================================================================== RESPONSIVE
*/
@media only screen and (min-width : 320px) {
	
}
@media screen and (min-width : 480px) {
	
}
@media screen and (min-width: 767px) {
	
}
@media screen and (min-width: 992px) {
	.sidebar {
		float: left;
		margin-top: 30px;
	}
	#toggleNav {
		display: none;
	}
	.sidebar-bg {
		display: inherit;
	}
}
@media only screen and (min-width : 1200px) {
	
}
@media only screen and (min-width : 2500px) {

}