header .toggle,
[id^=drop] {
	display: none
}

header nav {
	margin: 0;
	padding: 0;
	margin-top: 5px
}

header nav:after {
	content: "";
	display: table;
	clear: both
}

header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative
}

header nav ul li {
	margin: 0;
	display: inline-block;
	float: left;
	padding: 5px 10px
}

header nav ul i {
	top: 0;
	position: relative
}

header nav a {
	color: #fff;
	display: block;
	padding: 5px 0;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: bolder;
	text-decoration: none;
	font-family: calibri
}

.hompages nav {}

header nav ul li ul li:hover {}

header nav ul ul {
	display: none;
	position: absolute;
	z-index: 99;
	background: #fff;
	padding: 10px;
	border-top-right-radius: 10px;
	border-top: 5px solid #284e95;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

header nav ul li:hover>ul {
	display: inherit
}

header nav ul ul li {
	width: 220px;
	float: none;
	display: list-item;
	position: relative
}

header nav ul ul li a {
	color: #284e95;
	font-size: 1.2em
}

header nav ul ul li a:hover {
	color: #000
}

header nav ul ul ul li {
	position: relative;
	top: -60px;
	left: 170px
}

header li>a:after {
	content: ' '
}

header li>a:only-child:after {
	content: ''
}

.navbox1 {
	border-bottom: 1px solid #eee
}

@media all and (max-width:768px) {
	header nav {}
	header .toggle+a,
	header .menu {
		display: none
	}
	header .toggle {
		display: inline-block;
		color: #fff!important;
		float: right;
		text-align: right;
		text-decoration: none;
		border: none;
		right: 0;
		padding: 10px;
		margin-top: -2px;
		position: relative;
		margin-bottom: 0
	}
	header .toggle span {
		color: #fff;
		cursor: pointer;
		font-size: 1.15em;
		line-height: 1;
		font-weight: bolder;
		font-family: calibri;
		text-transform: uppercase
	}
	header .nav-box1 .toggle {
		color: inherit;
		cursor: pointer;
		display: block;
		text-align: left;
		left: 0;
		float: none;
		font-size: 1.4em;
		padding: 15px;
		margin-top: 0;
		position: relative;
		font-style: italic;
		font-weight: bolder;
		font-family: calibri
	}
	header .toggle:hover {}
	[id^=drop]:checked+ul {
		display: block
	}
	header nav ul li {
		display: block;
		width: 100%;
		padding: 0
	}
	header nav ul li a {
		width: 100%;
		padding: 10px 15px;
		display: block
	}
	header nav ul ul .toggle,
	header nav ul ul a {
		background: #4ee!important
	}
	header nav ul ul ul a {
		padding: 0 80px
	}
	header nav a:hover,
	header nav ul ul li a:hover,
	header nav ul ul ul a {
		background-color: transparent
	}
	header nav ul li ul li .toggle,
	header nav ul ul a {
		background: #eee
	}
	header nav ul ul {
		float: none;
		position: static;
		border-radius: 0!important;
		padding: 0!important;
		border: none!important
	}
	header nav ul ul li:hover>ul,
	header nav ul li:hover>ul {
		display: none
	}
	header nav ul ul li {
		display: block;
		width: 100%
	}
	header nav ul ul li a {
		padding: 8px 15px!important;
		font-size: 1.3em!important;
		border: none!important
	}
	header nav ul ul li a:hover {
		color: #000;
		background: #fff
	}
	header nav ul ul ul li {
		position: static
	}
}