/* Navigatie */
.navbar-brand {
  	height:90px !important;
    width:260px;
}
.navbar-wrapper {
	position:relative;
	z-index: 20;
	height:86px;
	font-size:13pt;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
  	background:white;
  	border-bottom:1px solid #BBBBBB;
}
.navbar {
	float:right;
	min-height:0 !important;
	height:85px;
}
.navbar-default .navbar-toggle{
	background: #ffffff;
	color: #194f85;
	padding:4px;
}
.navbar-default{
	height:85px;
	min-height:0;
	padding:0;
	box-shadow:none;
	border:0;
	margin:0;
  	background: transparent;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.navbar-default .navbar-nav > li > a
{
	color:black;
	text-shadow: none;
	padding-top:0;
	padding-bottom:0;
  	padding-left:15px;
  	padding-right:15px;
	height:85px;
	line-height:85px;
}
.navbar-default a{
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear; /* Standard syntax */;
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}
/* mouse over */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background:rgba(0,0,0,0.1);
	color:black;
	box-shadow:none;
}
/* bij klik en bij .active */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
	background:rgba(0,0,0,0.1);
	color:black;
	box-shadow:none;
}
/* bij klik voor subitem */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	background:rgba(0,0,0,0.1);
	color:black;
	box-shadow:none;
}
.dropdown-menu{
	padding:0;
	border:0;
}
.dropdown-menu > li > a{
	line-height:24px;
}
.dropdown-menu .divider {
	margin:0;
}
.dropdown-menu li:first-child > a{
	font-weight:bold;
}