.dropdown-menu>li>a:hover {
	background-color: rgb(92,154,153);	
	color: #fff !important;
}

#footer {
  padding-top:10px;
  min-height: 150px;
 background-color:rgb(239,132,62);
  
}

.navbar-default .navbar-nav>li>a:hover{
	color:#fff;
	background-color:rgb(239,132,62);
}

.active{
	background-color:rgb(239,132,62);
	color:#fff !important;
}

section#products h3{
	color:#fff;
	margin:0px;
	position: relative;
	padding:15px 5px;
	background: url(img/beeldmark.png) 15px  rgb(239,132,62) no-repeat;
	text-transform: uppercase;
	font-weight: 600;
}