/* Main Navigation Bar */
#navigation {
	background: #000;
	padding: 0;
	height: auto;
	margin-bottom: 3em;
	width: 100%
}
.block-superfish, .block-superfish .content {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: .65em 0;
}
#superfish-1 {
	width: 100%;
	background: #000;
	height: 3em;
}
#superfish-1 li,
.sf-menu.sf-style-simple-centre-aligned li{
	padding: 0 !important;
	box-sizing: border-box;
}
#superfish-1 li a { 
	width: 100%;
	box-sizing: border-box;
}
#superfish-1 li.sf-depth-2 a {
	color: #000;
	background: #ccc;
}
#superfish-1 li.sf-depth-2 a:hover,
#superfish-1 li.sf-depth-2 a.active {
	color: #fff;
	background: #00Aeef;
}
#superfish-1 li a.active,
#superfish-1 li a:hover {
	background: #00Aeef; 
}
#superfish-1  li.sf-depth-1  {
	width: 14.25%;
  text-align: center;
	border-right: 1px solid #555;
	background: #000;
}
#superfish-1  li.sf-depth-1 a.sf-depth-1 {
	padding: 0;
	line-height: 43px;
	height: 3em;
}
#superfish-1  li.sf-item-2.sf-depth-1 a.sf-depth-1 {
	line-height: 20px;	
}
#superfish-1  li.sf-depth-1 a.menuparent,
#superfish-1-accordion  li.sf-depth-1 a.menuparent,
#superfish-1-toggle {
	/* text-transform: uppercase; */
	/* letter-spacing: .20em;   */
} 
#superfish-1-toggle  {
	text-shadow: none;
	font-weight: bold;
	width: 97%;
	border: none;
	font-size: 150%;
	border-radius: 0;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned a span {
	width: auto;
	background: none;
} 
.sf-menu.sf-style-simple-centre-aligned a:hover,
.sf-menu.sf-style-simple-centre-aligned li:hover {
	color: #fff;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li, .sf-menu.sf-style-simple-centre-aligned.sf-navbar li {
	border: none;	
}
.sf-menu.sf-style-simple-centre-aligned a, .sf-menu.sf-style-simple-centre-aligned a:visited, .sf-menu.sf-style-simple-centre-aligned span.nolink {
	text-shadow: none;
	color: #eee;
/* 	letter-spacing: 2px; */
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal a, .sf-menu.sf-style-simple-centre-aligned.sf-navbar a, .sf-menu.sf-style-simple-centre-aligned.sf-horizontal span.nolink, .sf-menu.sf-style-simple-centre-aligned.sf-navbar span.nolink {
    display: inline-block;
		padding: 1em 1.25em;
		height: 43px;
    box-sizing: border-box;
}
#superfish-1 li a,
#superfish-1-accordion.sf-menu.sf-style-simple-centre-aligned li a,
#superfish-1-accordion ~ #superfish-1.sf-menu.sf-style-simple-centre-aligned li a,
div.sf-accordion-toggle.sf-style-simple-centre-aligned a,
div.sf-accordion-toggle.sf-style-simple-centre-aligned a.sf-expanded {
	color: #fff;
	background: #000; 
	font-size: .8em;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
}
/* #superfish-1-accordion.sf-menu.sf-style-simple-centre-aligned li a {
	background: #ccc;
	color: #000;
} */
#superfish-1 li.sf-depth-2 a,
#superfish-1-accordion.sf-menu.sf-style-simple-centre-aligned li.sf-depth-2 a  {
	font-weight: 500;
	font-size: 11px;
	background: #ccc;
	color: #000;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned a {
	padding: .6em 1.5%;
}
/* div.sf-accordion-toggle.sf-style-simple-centre-aligned a:hover,
div.sf-accordion-toggle.sf-style-simple-centre-aligned a.active,  */
#superfish-1-accordion.sf-menu.sf-style-simple-centre-aligned li a:hover,
#superfish-1-accordion.sf-menu.sf-style-simple-centre-aligned li a.active,
#superfish-1-accordion ~ #superfish-1.sf-menu.sf-style-simple-centre-aligned li a:hover,
#superfish-1-accordion ~ #superfish-1.sf-menu.sf-style-simple-centre-aligned li a.active {
	color: #fff;
	background: #00Aeef;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:last-child {
	border-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.sfHover > ul {
    left: 1px;
}
/* mobile accordian toggle */
div.sf-accordion-toggle.sf-style-simple-centre-aligned a span{
	line-height: 2em;
	text-indent: 0;
}
@media (max-width: 1100px) {
	#superfish-1  li.sf-depth-1 a.sf-depth-1 {
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.block-superfish, .block-superfish .content {
			padding: 0;
	}
}
/* end main navigation ****************************************************** */