/* RESET CSS http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.fotoo {
	outline: 0;
}
.menu_container_mobiel {
	display: none;
}
.menu-link {
	display: none;
}
.menu {
	margin-top:18px;
	float:right;

}
#header.active .menu
{
	margin-top:3px;
}
#header.active .menu.active { 
	margin-top:-21px !important;
}
.menu ul li, .menu ul li a {
	display: inline-block;
*display: inline;
}
.menu ul {
	padding: 0px;
	margin: 0 -30px 0 0;
	list-style: none;
	display: inline-table;
	float: right;
}
.menu > li > ul.sub-menu {
	min-width: 10em;
	margin-top: 40px;
	padding: 4px 0;
}
.menu ul li {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin:0 15px;
}
.menu > ul > li {
	display: inline-block;

	border: 2px solid rgba(255,255,255,0);
}
.menu > ul > li:hover {
	
	border-bottom: 3px solid #E39612;
}
.menu ul li.active {
	transition: all 0.3s ease;
	border-bottom: 3px solid #E39612;
}

.menu ul li a {
	position: relative;
	font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
	letter-spacing:1.2px;
	font-size:18px;
	height: 50px !important;
	line-height: 50px !important;

	color: #000;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.menu ul li a:hover {
	color:#E39612;
}
#header.active .menu ul li a {
	text-shadow: none;
}
.menu > ul > li:last-child {
	margin-right: 0px;
}
.menu ul li > a {
	height: 45px;
	line-height: 45px;
	display: block;
}
	
li.active {
	border: 3px solid #F2EBC8;
}
.menu ul ul {
	display: none;
	position: absolute;
	top: 60px;
	padding-top: 8px;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul ul > li {
	position: relative;
	display: block;
	margin-bottom: 8px;
}
.menu ul ul > li a {
	font-family: Arial;
	display: block;
	height: 55px !important;
	line-height: 55px !important;
	min-width: 50px;
	font-size: 15px;
	text-align: center;
	text-transform: none;
	border-radius: 8px;
	background-color: #FFF;
	color: #FFF !important;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.75), 5px 0 10px -5px rgba(0,0,0,0.75);
}
.menu ul ul > li a:hover {
	background-color: #0E2B89;
	color: #FFF;
}
.menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: 5px;
	padding-top: 0px;
	z-index: 5;
}
.nav-toggle {
	display: none;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0px, -50%);
	width: 45px;
	height: 45px;
	cursor: pointer;
	line-height: normal;
}
span.icon-bar {
	position: absolute;
	right: 0px;
	display: block;
	width: 50px;
	height: 4px;
	background-color:#E39612 !important;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.icon-bar:nth-child(1) {
	top: 17px;
	width:28px;
}
.icon-bar:nth-child(2) {
	top: 28px;
	width:33px;
	background-color: #6C13ED !important;
}
.icon-bar:nth-child(3) {
	top: 39px;
	width:38px;
}
.nav-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-overlay.active {
	opacity: 6;
	visibility: visible;
	
}

/* ICON BARS ANIMATION */

a.menu-link.active .icon-bar:nth-child(1) {
	top: 24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #6C13ED !important;
}
a.menu-link.active .icon-bar:nth-child(2) {
	width: 0;
}
a.menu-link.active .icon-bar:nth-child(3) {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

 @media screen and (max-width:1200px) {
a.menu-link {
	position: absolute;
	top: 50%;

	right: 18px;
	transform: translate(0px, -50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: normal;
	display: block;
	z-index:2;
}

.menu {
	clear: both;
	width: 100% !important;
	margin-top: 0px !important;

	float: none;
	margin-left: -18px !important;
	position: absolute;
	outline: 0 !important;
}

.menu ul {
	
	float: none;
}
.menu, .menu > ul ul {
	overflow: hidden;
	max-height: 0;
}
.menu > li > ul.sub-menu {
	padding: 0px;
	border: none;
}
.menu.active {

	max-height: 55em;
	margin-top: 90px !important;
	margin-bottom: 0;
	outline: 0 !important;
	
}
.menu > ul ul.active {
	max-height: 55em;
	margin-bottom: 0;
	color: #333 !important;
	margin: 0 !important;
	padding-top: 0 !important;
}
.menu ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.menu li, .menu > ul > li {
	display: block;
	border:none !important;
	padding-top: 0px;
	margin: 0 !important;
	padding: 0 !important;
}
.menu li:first-child, .menu li:last-child
{
	padding-top: 50px !important;
	background-color: #E39612;
	
}

#header.active li:first-child {
	margin-top: 96px !important;

}
.menu li:hover
{
	border:none !important;
	
}
.menu li a {
	color: #000 !important;
	padding: 0px !important;
	text-align: center !important;
	display: block;
	font-size: 22px !important;
	height: 55px !important;
	line-height: 55px !important;
	background-color:#E39612;
	text-shadow: none !important;
	margin-bottom: 0px;
	border-radius: 0px !important;
}
.menu ul li > a {
	height: 50px !important;
	line-height: 50px !important
}
.menu ul li > a span {
	display: none;
}
.menu li.has-submenu > a:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 1.5em;
	padding-right: 15px;
	font-family: 'Arial', sans-serif !important;
}
.menu li.has-submenu > a.active:after {
	padding-top: 0;
	margin-top: -2px;
	content: "-";
	font-family: 'Arial', sans-serif !important;
}
.menu ul ul {
	padding-top: 0px;
}
.menu ul ul > li {
	margin-bottom: 0px;
	border: none !important;
}
.menu ul ul > li a {
	margin: 0;
	padding: 0;
	background-color: #dc0000;
	color: #000;
	height: 45px !important;
	line-height: 45px !important;
	padding-left: 0px;
	font-size: 20px;
	border-bottom: 1px solid #e5e5e5;
	color: #000;
}
.menu ul ul > li a:hover {
	background-color: #000066;
	color: #FFF;
	border-bottom: 1px solid #000066;
}
.menu ul ul, .menu ul ul ul {
	display: inherit;
	position: relative;
	left: auto;
	top: auto;
	border: none;
}
}
 @media screen and (min-width:1086px) {
.nav-overlay.active {
	visibility: hidden;
	opacity: 0;
}

}
 @media screen and (max-width : 550px) {
a.menu-link {
	position: absolute;
	right: 18px;
}
ul.nav-menu.active {
	height: auto;
	margin-top: -15px;
}
.bled-icon {
	position: absolute;
	top: 50%;
	left: 10%;
}
}
@media screen and (max-width : 480px) {
a.menu-link {
	top: 42%;
	right: 18px;
	transform: translate(0px, -50%);
}
}