/* general styles */
html, body {
	height: 100%;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size:15px;
}

/* padded section */
.pad-section {
	position: relative;
	width: 100%;
	background-attachment: scroll;
	height:auto;
	overflow:hidden;
}
.pad-section img {
	width: 100%;
}

.foto-volledig {

	padding: 50px 0;
}

.patroon_donker_bruin {
	padding: 50px 0;
	background:url('../images/patroon-donker-bruin.png') repeat;
}

.patroon_licht_bruin {
/*	padding: 50px 0px;*/
	padding: 50px 0px 0px;
	background:url('../images/patroon-licht-bruin.png') repeat;
}



@media all and (max-width: 767px) {
  .paddingtop {padding-top: 70px;}
}



/* vertical-centered text */
.text-vcenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index:1000 !important;
	height:600px;
	position:relative;
	z-index:200;
}

/* Mobile Header */

.navbar-default {
	background-color:#583119;
	border-color:#583119;
}

.navbar-default .navbar-brand {
	color:#FFF;
}

.navbar-default .navbar-toggle {
	border-color:#FFF;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFF;
}

.navbar-default .navbar-nav > li > a {
	color:#FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #583119;
  background-color: #FFF;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.dropdown-menu li a {
	color:#FFF;
}

/* Navbar sidebar */
.nav-sidebar {
	text-transform:lowercase;
}

.nav-sidebar > li > ul {
	border-top:2px solid #BE883A;
	margin-bottom:10px;
	padding:0;
}

.nav-sidebar > li > ul > li {
	list-style-type:none;
	display:block;
	position:relative;
}

.nav-sidebar > li > ul > li a {
	display:block;
	position:relative;
	padding:3px 20px;
	color:#BE883A;
}

.nav-sidebar > li > ul > li.active a {
	background:#BE883A;
	color:#FFF;
}

.nav-sidebar > li > ul > li.active ul li a {
	background:none;
	color:#583119;
	font-size:13px;
}

.nav-sidebar > li > ul > li.active ul li.active a {
	background:#583119;
	color:#FFF;
	font-size:13px;
}


.nav-sidebar > li > ul > li > ul {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	border-bottom:2px solid #BE883A;
}

.nav-sidebar > li > ul > li > ul > li {
	list-style-type:none;
	margin:0;
	padding:0;
}

.nav-sidebar > li > ul > li > ul > li a {
	padding:3px 5px 3px 25px;
}


/* additional sections */


.homexs {
background: url('/assets/images/achtergrond/home.jpg') no-repeat center center; 
}


.slide-1,
.slide-2,
.slide-3,
.slide-4,
.slide-5,
.slide-6 {
	position:relative;
	background-position:center;
}



#home {
	background: url(../images/home.jpg) no-repeat center center fixed; 
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:9;
}

#home video {
	
	bottom:0;
	height:auto;
	min-height:100%;
	min-width:100%;
	position:absolute;
	right:0;
	width:auto;
	z-index:4;
	/*background-position: fixed;
	background-size:cover;*/
}

#about {
	background: url(../images/voorbeeld_2.jpg) no-repeat center center fixed; 
	display: table;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.solid_background {
	color: #ffffff;
}
/*i.glyphicon {
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	font-size: 60px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	vertical-align: middle;
	width: 140px;
}*/

#information {
	background: url(../images/voorbeeld.jpg) no-repeat center center fixed; 
	display: table;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#information .panel {
	opacity: 0.85;
}

#google_map {
	height: 500px;
	min-height:100vh;
}

.info { color:#583119; }
.info h1 { font-size:14px; }

/* Vervolg */
#vervolg {
	display: table;
	position: relative;
	width: 100%;
	height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}

#vervolg h1 {
	margin-top:30px;
	margin-bottom:35px;
}
#vervolg #vervolg-content {
	min-height: 100vh;
	padding-top:35px;
}



#vervolg .bruin {
	color:#FFF;
	background: url(../images/bruin_bg.png) repeat; 
}

#vervolg .bruin a {
	color:#FFF;
	Text-decoration:underline;
	font-weight:normal;
}

#vervolg .wit {
	color:#583119;
	background: url(../images/wit_bg.png) repeat; 
}

#vervolg .bruin a {
	color:#FFF;
	Text-decoration:underline;
	font-weight:normal;
}

#vervolg .wit a {
	color:#583119;
	Text-decoration:underline;
	font-weight:normal;
}

@media (min-width: 768px) {
	#vervolg .mleft {
		margin-left:40px;
	}
}
footer {
	padding: 20px 0;
}
footer .glyphicon {
	color: #333333;
	font-size: 60px;
}
footer .glyphicon:hover {
	color: #306d9f;
}

.scroll_down,
.scroll_top {
	height:60px;
	position:absolute;
	bottom:0;
	z-index:500;
}

.top20{
	margin-top:20px;
}

.bottom20 {
	margin-bottom:20px;
}

a {
	color:#583119;
}

address {
	color:#583119;
	line-height:1.2;
}

h1 { font-size:36px; text-transform:lowercase; }
h2 { font-size:24px; text-transform:lowercase; }
h3 { font-size:20px; text-transform:lowercase; }
h4 { font-size:18px; text-transform:lowercase; }
h5 { font-size:16px; text-transform:lowercase; }

h4.modal-title  {
	color:#583119;
}

.panel-body {
	color:#583119;
}

/* BTN */
.btn-default {
  background-color:transparent;
  border-color:#FFF;
  color:#FFF;
}

#vervolg .bruin a.btn  {
	color:#FFF;
	Text-decoration:none;
	font-weight:normal;
}

.btn {
	border-radius:0;
	border-width:2px;
	text-transform:lowercase;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #583119;
	background-color: #FFF;
	border-color: #FFF;
}

#vervolg .bruin a.btn-default:hover,
#vervolg .bruin a.btn-default:focus,
#vervolg .bruin a.btn-default:active,
#vervolg .bruin a.btn-default.active {
	color: #583119;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #FFF;
  border-color: #FFF;
}

.social-media-icons .col-sm-3 {
	padding-left:5px;
	padding-right:5px;
}

.expand-button {
	font-size:20px;
}

.wit .btn-default {
	background-color:transparent;
	border-color:#583119;
	color:#583119;
	text-transform:lowercase;
}

.wit .btn-default:hover,
.wit .btn-default:focus,
.wit .btn-default:active,
.wit .btn-default.active,
.wit .open > .dropdown-toggle.btn-default {
  color: #583119;
  background-color: #FFF;
  border-color:#583119;
}

legend {
	color:#FFF;
}

.wit legend {
	color:#583119;
}

.form-control,
.input-group-addon {
	border-radius:0;
}

.has-error .control-label,
.has-error .radio {
  color:#EBCCD1;
}

/* HOME SLIDES STYLE */

.font-white {
	color:#FFF;
}

.font-white a {
	color:#FFF;
	text-decoration:none;
}


.font-white p {
	min-height:175px;
}


.thumbnail {
	border-radius:0;
	padding:0;
	background:none;
	border:0;
	color:#FFF;
}

.thumbnail .caption h3 {
	margin:5px 0 15px 0;
	padding:0 0 15px 0;
	color:#FFF;
	border-bottom:2px solid #FFF;
	min-height:62px;
}


.thumbnail .caption p.intro {
	min-height:220px;
	color:#FFF;
}
@media (min-width: 1200px) {
	.font-white h4 {
		min-height:40px;
	}
}
@media (min-width: 1091px) {
	.font-white h4 {
		min-height:60px;
	}
}

@media (min-width: 991px) {
	.font-white h4 {
		min-height:60px;
	}
}

@media (min-width: 768px) {
	.font-white h4 {
		min-height:60px;
	}
}

@media (max-width: 768px) {
	.font-white h4 {
		min-height: 60px;
	}
}


@media (max-width: 1091px) {
	.thumbnail .caption h3 {
		min-height:90px;
	}
	.thumbnail .caption p.intro {
		min-height:240px;
	}
}

@media (max-width: 991px) {
	.thumbnail .caption h3 {
		min-height:60px;
	}
	.thumbnail .caption p.intro {
		min-height:140px;
	}
}

@media (max-width: 768px) {
	.thumbnail .caption h3 {
		min-height:0;
	}
	.thumbnail .caption p.intro {
		min-height:0;
	}
}



.foto-volledig .thumbnail {
	border-radius:0;
	padding:0px;
	background:#FFF;
	opacity:0.75;
	border:0;
	color:#583119;
} 

.foto-volledig .thumbnail img {
	opacity:1;
}

.foto-volledig .thumbnail .caption h3 {
	margin:5px 0 15px 0;
	padding:0 0 15px 0;
	color:#583119;
	border-bottom:2px solid #583119;
	min-height:62px;
}

.foto-volledig .thumbnail .caption p.intro {
	min-height:160px;
	color:#583119;
}


/* ICONEN */
.hooihuis-icon {
	border:2px solid #FFFFFF;
	display:inline-block;
	height:140px;
	line-height:140px;
	width:140px;
}
.hooihuis-icon img { 
	width:70%;
	margin-bottom:6px;
}

.panel-heading,
.panel {
	border-radius:0;
}
.panel {
	background:none;
	border:none;
}

.panel-default > .panel-heading {
	background-color:transparent;
	color:#FFF;
	border-bottom-width:2px;
	border-bottom-color:#FFF;
	min-height:65px;
}

.panel-default > .panel-body {
	color:#FFF;
/*	min-height:200px;*/
}

.foto-volledig .panel {
	background:#FFF;
	opacity:0.75;
	padding:15px;
}

.foto-volledig .panel-default > .panel-heading {
	color:#583119;
	border-bottom-color:#583119;
	font-size:
}

.panel-default > .panel-heading h3 {
	font-size:20px;
}

.foto-volledig .panel-default > .panel-body {
	color:#583119;
}