@charset "UTF-8";
nav {
	margin-left: 210px;
}
nav ul {
	overflow: hidden;
	width: auto;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	display: inline-block;
	list-style-type: none;
	background-color: #1b8a15;
	float: left;
}
nav ul li + li {
	background-image: url(../../_assets/branding/nav-spacer.png);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 10000;
	padding-left: 7px;
	list-style-image: url(../../_assets/branding/nav-spacer-desktop-transparent.png);
}
nav ul a {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px;
}
nav ul a:link, nav ul a:visited {
	color: #FFF;
	text-decoration: none;
}
nav ul a.active, nav ul a:hover {
	color: #FCCC0A;
	text-decoration: none;
}
.toggle {
	display: none;
}
******************* RESPONSIVE CSS {
}
@media screen and (max-width:800px) {
nav {
	position: -webkit-sticky;!important;
	position: sticky;!important;
	top: 0;!important;
	margin-left: 0px;
	background-image: url(../../_assets/backgrounds/bg-spacer-horizontal.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	padding-top: 18px;
}
	nav ul {
	max-height: 0px;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
}
nav ul li {
	width: 100%;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 3px;
	padding: 0px;
	background-color: #bba453;
}
nav ul li + li {
	padding-left: 0px;
	background-image: none;
	margin-left: 0px;
}
nav ul a {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../../_assets/branding/nav-spacer.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	padding-left: 19px;
	margin: 0px;
}
nav ul a.active, nav ul a:hover {
	background-image: url(../../_assets/branding/nav-spacer.png);
	background-position: 8px center;
	background-color: #ba2215;
	background-repeat: no-repeat;
	text-decoration: none;
}
.toggle {
	width: auto;
	text-align: right;
	box-sizing: 100%;
	cursor: pointer;
	color: #FCCC0A;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 11px;
	background-color: #000;
	font-size: 16px;
	display: block;
	background-image: url(../../_assets/branding/knightbridge-family-mobile.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
}
.toggle:before {
	content: '\2630';
	padding-right: 5px;
	padding-bottom: 1px;
	color: #FFF;
}
.showing {
	max-height: 30em;
	margin-bottom: 8px;
}
