@media (max-width:767px)
{	
	#navbar.showmenu:after{
		content: "";
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0;
		right: 240px;
		height: 100%;
		width: -webkit-calc(100% - 240px);
		width: calc(100% - 240px);
		z-index: 1;
	}
	
	#navbar:after{
		content: "";
		background: rgba(0,0,0,0);
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 0%;
		z-index: -1;
		
		-webkit-transition:all 0.4s ease-in-out;
		transition:all 0.4s ease-in-out;
	}
	
	.navbar-header {
		position: relative;
		width: auto;
	}
	
	#navbar.collapse{
		display: block;
	}
	
	#navbar.showmenu{
		right: 0;
		
		-webkit-transition:all 0.4s ease-in-out;
		transition:all 0.4s ease-in-out;
	}
	
	#navbar .navbar-toggle {
		position: absolute;
		right: 15px;
		border: none;
		top: 15px;
		background: none !important;
		margin-top: 0;
		margin: 0;
        z-index: 1800;
	}
	
	#navbar{
		position: fixed;
		top: 0;
		height: 100vh;
		width: 240px;
		right: -240px;
		padding: 0;
		margin: 0;
		background: #fff;
		
		-webkit-transition:all 0.4s ease-in-out;
		transition:all 0.4s ease-in-out;
	}
	
	#hoofdmenu{
		width: 240px;
		position: static;
		border-radius: 0;
		padding-top: 70px;
		height: 100vh;
		margin: 0 0 0 0;
		right: 0;
		background: #fff;
		overflow-y: auto;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
    
    #search {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px !important;
    }
	
	#hoofdmenu.showmenu{
		right: 0px;
	    z-index: 15;
	}
	
	#hoofdmenu > li{
		border-top: solid 1px #CCC;
	}
	
	#hoofdmenu > li > a{
		padding: 0 30px;
        color: #2C3E4F !important;
	}
	
	#hoofdmenu > li:last-child{
		border-bottom: solid 1px #CCC;
	}		
    
    #zoeken,
    #talen{
        float: left !important;
        margin-top: 16px !important;
    }
	
	#hoofdmenu li a {
		line-height: normal;
		text-transform: uppercase;
		text-shadow: none;
     font-size: 16px;
     padding: 15px;
	}
    
    #hoofdmenu > li:hover > a:after, #hoofdmenu > li.current-menu-item > a:after, #hoofdmenu > li.current-menu-ancestor > a:after, #hoofdmenu > li.current-menu-parent > a:after, .single-boat #menu-item-1360 > a:after, .single-opportunity #menu-item-1362 > a:after{
        display: none;
    }
	
	#hoofdmenu li ul li{
		margin-bottom: 10px;
		padding: 0 30px;
	}
	
	#hoofdmenu li ul li:last-of-type{
		margin-bottom: 20px;
	}
	
	#hoofdmenu li ul li a{
		color: #8f97b9 !important;
		text-transform:none;
		font-size: 16px;
		line-height: 20px;
		white-space: normal;
	}
	
	#hoofdmenu li.dropdown ul{
		opacity: 1;
		background: none;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	    border: none;
		max-height: 0;
		overflow: hidden;
		
		-webkit-transition:max-height 0.8s ease-in-out !important;
		transition:max-height 0.8s ease-in-out !important;
	}
	
	#hoofdmenu li.dropdown.open ul{
		max-height: 500px;
	}
	
	.navbar-default .navbar-toggle .icon-bar,
	#navbar .navbar-toggle .icon-bar{
		background: #ccc;
	}
	
	.navbar-default .navbar-toggle.collapsed .icon-bar {
		background: #ccc;
	}
	
	body{
		left: 0%;
		position: relative;
		
		-webkit-transition:left 0.4s ease-in-out;
		transition:left 0.4s ease-in-out;
	}
	
	body.collapsed{
		left: -25%;
		position: relative;
		overflow: hidden;
		
		-webkit-transition:left 0.4s ease-in-out;
		transition:left 0.4s ease-in-out;
	}
}