/*** ESSENTIAL STYLES ***/
#menu {
	background-color:#3e454c;
	width:100%;
	z-index:23;
	top:0;
	max-width:1170px;
	
	border-top:8px solid #fff;
}
.sf-menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sf-menu > li {
	float: left;
	z-index: 10;
	position:relative;
	border-radius:0;
	padding:26px 26px;
	border-right:1px solid #4f565c;
	}
ul.sf-menu > li > a {
	font-family: 'Ubuntu', sans-serif;
	/*display:inline-block;*/
	z-index: 1;
	position: relative;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	line-height:14px;
	text-transform:uppercase;
	font-weight:500;
	max-width:95px;
	text-align:center;
}
ul.sf-menu > li.current>a,
ul.sf-menu > li>a:hover,
ul.sf-menu > li.sfHover>a,
ul.sf-menu > ul > li.active>a  {
	color:#808080;
	}
.sf-menu .sf-mega {
	display: none;
	z-index: 99;
	position: absolute;
	z-index: 5;
	background-color:#3e454c;
	left:0;
	top:81px
}
/*** mega menu dropdown ***/
.sf-mega {
	padding:15px 0;
}
.sf-mega-section {
	display:table-cell;
}
.sf-mega-section >li {
	position:relative;
	padding:4px 20px;
	width:170px;
	line-height:20px;
}
.sf-mega-section >li a:hover, .sf-mega-section >li.sfHover>a {
	color:#8dbf41
}
.sf-mega-section >li a {
	color:#fff;
}
.sf-mega-section >li ul {
	position:absolute;
	left:170px;
	width:170px;
	background-color:#3e454c;
	padding:15px 20px;
	top:-15px;
	z-index:10;
	display:none;
}
.sf-mega-section >li ul li{
	padding:4px 0px
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content:'\f107';
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height:0px;
	height: auto;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: middle;
	width:1.45em;
	padding-left:3px;
	font-size:16px;
	color:#fff;
}
.sf-mega-section .sf-with-ul:after {
	content:'\f105';
	font-size:16px;
}
.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 */
}
/*****************************************************/
#menu-icon {
	background: #3e454c;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	padding:10px 17px;
	text-transform: uppercase;
	position:relative;
}
#menu-icon:after {
	float:right;
	content:"\f107";
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	 text-align: center;
	width: 1.25em;
	font-size:26px;
	color:#fff;
	vertical-align:middle;
}
#menu-icon.active:after {
	content:"\f106";
	}
.sf-menu-phone {display:none;}
.sf-menu-phone li { 
	position: relative;
	background-color:#31353d;
}
.sf-menu-phone li a {
	display: inline-block;  color: #fff;  border-bottom:1px solid #000;
}
.sf-menu-phone  li {  
	font-size: 19px;
	font-weight: bold;
	padding: 0; 
}
.sf-menu-phone  li > a {
	padding: 10px 15px; 
	display: block;
}
.sf-menu-phone  li li  a {
	padding: 10px 15px 10px 25px;
	display: block;
}
.sf-menu-phone  li li li a {
	padding: 10px 15px 10px 35px;
	display: block;
}
.sf-menu-phone li a:hover {
	color: #B90100; 
}
.sf-menu-phone li li {
	font-size: 14px;
}
.sf-menu-phone li li.last {
	padding-bottom: 0 !important;  
}
.sf-menu-phone li i {
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	height: 24px;
	width: 24px;
}
.sf-menu-phone  li  i {
	top: 8px;
	color:#8dbf41;
	font-size:21px;
	padding:0 20px;
	right:5px
}
.sf-menu-phone  li i.icon-angle-up:before {
	content:'\f106' !important
}
.sf-menu-phone li i:hover {
	cursor: pointer; 
}
.sf-menu-phone li i.opened {
	background-position: center 7px; 
}
/** dropdown **/
.sf-menu-phone ul {
	width: auto;
	padding: 0px 0px;
	display: none;  
}
.sf-menu-phone  li.active > a > span {
	color: inherit;
}
.sf-menu-phone  li.active > a,
.sf-menu-phone  li:hover > a { 
	color: #fff;
	background: #3e454c; 
}
.sf-menu-phone li li.active > a,
.sf-menu-phone li li a:hover {
	color: #ccc;
}






















