/*** ESSENTIAL STYLES ***/
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display:table;
  width: 100%;
  border: 0;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  border: 0;
  display:table-cell;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}

.sf-menu > li > a {
  display: block;
  position: relative;
}


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
  width: 100%;
  background: #0a0c0d;
}
.sf-menu .sf-mega {
  box-shadow: 0 0 0 rgba(0,0,0,0);
  width: 100%; 
  -moz-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
}

.sf-menu > li > a {
  text-align: center;
  border-left: 0px solid #fff;
  border-top: 0px solid #dFeEFF;   
  padding: 14px 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #fff;
  font-family: 'Rambla', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9em;
}
.sf-menu > li {
  background: none;
  -webkit-transition: background .2s;
  transition: background .2s;

}
.sf-menu > li > a:after {
	position: absolute;
	right:-2px;
	top:35%;
	width: 2px;
	height: 30%;
	background: rgb(241, 232, 212);
	content:'';
	opacity: 0.3;
}
.sf-menu > li:last-child > a:after,
.sf-menu > li.sfHover > a:after,
.sf-menu > li > .actief:after {
	display: none;	
}


.sf-menu > li:hover {
	background: rgba(0, 0, 0, 0.08);
}
.sf-menu > li.sfHover {
  background: rgb(250, 244, 231);
  
  background: linear-gradient(to bottom,  rgba(241, 232, 212,1) 0%,rgb(250, 244, 231) 31%,rgba(255,255,255,1) 100%);
  
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}
.sf-menu > li:hover > a {
	color: #fff;
}
.sf-menu > li.sfHover > a {
	color: #0a0c0d !important;
}
.sf-menu > li.actief {
	background: rgb(240,243,249);
	background: linear-gradient(to bottom,  rgba(241, 232, 212,1) 0%,rgb(250, 244, 231) 31%,rgba(255,255,255,1) 100%);
}
.sf-menu > li > a.actief {
	
	color: #0a0c0d !important;
	background: linear-gradient(to bottom,  rgba(241, 232, 212,1) 0%,rgb(250, 244, 231) 31%,rgba(255,255,255,1) 100%);
  
}
	@media (max-width: 1370px) {
		.sf-menu > li > a {
			font-size: 13px;
			 padding: 15px 1em;
		}
	}
	@media (max-width: 768px) {
		.sf-menu > li > a {
			font-size: .8em;
			padding: .75em 1em;
		}
		
	}



/*** mega menu dropdown ***/
.sf-mega {
  background-color: #fff;
  padding: 0em;
  box-sizing: border-box;
  width: 100%;
  max-height: auto;
  
}
.page-front-no .sf-mega {
	max-height: auto;	
}
.sf-mega-section.subnav {
  float: left;
  width: 30%; /* optional */
  padding: 1em 0em 1.2em 1em;
  background: none;
}
.sf-mega-section.subnav ul {
	float: left;
	width: 100%;
	margin: 0 0 0 10px;
	 color: #14508e !important;
	 font-weight: 700;
	 text-transform: uppercase;
	 font-family: 'Rambla', sans-serif !important;
	 font-size: 0.875em;
	  background: none;
}
.sf-mega-section.subnav ul.f-dropdown {
	max-width: 240px;
	margin-left:10px;
	margin-top: -10px;
	background: #0a0c0d;
	color: #fff !important;
	text-transform: none !important;
	border-color: #0a0c0d;
	padding: 5px 0;
}
.sf-mega-section.subnav ul.f-dropdown:before {
	border: inset 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent #0a0c0d transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 10px;
	left: -12px;
	z-index: 89;
}
.sf-mega-section.subnav ul.f-dropdown:after {
	border-color:  transparent #0a0c0d transparent transparent;
	top: 10px;
}

.sf-mega-section.subnav ul.f-dropdown a {
	color: #fff !important;
	background-color: #0a0c0d;
	padding: 4px 15px;
	
}
.sf-mega-section.subnav ul.first {
	margin-right: 0;
}
	@media (max-width: 1280px) {
		.sf-mega-section.subnav ul {
			margin: 0 0 0 5px;
			font-size: 0.8em;
		}
		.sf-mega-section.subnav ul.first {
			
		}
	}
	@media (max-width: 768px) {
		.sf-mega {
			max-height: 140px;
			
		}
		.sf-mega-section.subnav {
		  float: left;
		  width: 25%; /* optional */
		  padding: 1em 1em 1.2em;
		}
		.sf-mega-section.subnav ul {
			float: left;
			max-width: 100%;
		}
	}


.sf-mega-section.subnav ul li a {
		color: #0a0c0d !important;
}
.sf-mega-section.subnav ul li a.sf-with-ul:after {
	content: '+';
	display: inline-block;
	margin-left: 3px;
	opacity: 0.5;
}
.sf-mega-section.text {
	float: left;
	width: 70%;
	padding: 0.9em 2em 1em;
}
.sf-mega-section.text p {
	font-size: 0.813em;
	line-height: 1.8;
	color: #0a0c0d;
}
.sf-mega-section.text p a {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #0a0c0d;
	font-family: 'Rambla', sans-serif !important;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}
