/*** ESSENTIAL STYLES ***/
#menu {

	background-color: transparent;
	width:100%;
	z-index:23;
	top:0;
	float: left;
	margin: 15px 0;

}
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  
}
ul.sf-menu > li {
	float: left;
	z-index: 10;
	position:relative;
	line-height:0;
	}
ul.sf-menu > li > a {
	display:inline-block;
	z-index: 1;
	position: relative;
	font-size: 18px;
	line-height:50px;
	font-weight:500;
	padding:0 19px 3px 20px;
	color: #fff;
	text-decoration:none;
}
ul.sf-menu > li > a:hover {
	background-color: #08aa4b;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}

.sf-menu .sf-mega {
	display: none;
	z-index: 555;
	position: absolute;
	background-color:#000;
	left:0;
	top:100%;
	*margin-top:1px;
}
.sf-mega * {
	z-index: 555;
	position: relative;
}
/*#menu ul:first-of-type{
	z-index: 555;
}*/
/** mega menu dropdown **/
.sf-mega-section {
	display:table-cell;
	}
.sf-mega-section li:first-child{
	border-top:none;
	}
.sf-mega-section li {
	position:relative;
	width:194px;
	line-height:18px;
	border-top:1px solid #333;
	}
.sf-mega-section >li a:hover, .sf-mega-section >li.sfHover>a,
.sf-mega-section >li a.current, .sf-mega-section >li.current>a{
	color:#01aa46;
	}
.sf-mega-section >li a {
	color:#fff;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	width:100%;
	padding:8px 5px 11px 12px;
	display:inline-block;
	}
.sf-mega-section >li ul {
	position:absolute;
	left:194px;
	width:194px;
	background-color:#1c1c1c;
	top:0;
	z-index:10;
	display:none;
	}
/* styling for both css and generated arrows */
.sf-mega-section .sf-with-ul:after {
	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.1em;
	padding-left:3px;
	float:right;
	color:#fff;
	content:'\f105';
	font-size:15px;
	line-height:18px;
	}
.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-color: #08AA4B;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 21px;
	font-weight: 800;
	line-height: 30px;
	padding:8px 20px 8px;
	position:relative;
	text-align:left;
}
#menu-icon:after {
	float:right;
	content:"\f078";
	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: 30px;
	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:15px;
	color:#fff;
	vertical-align:middle;
	}
#menu-icon:hover:after {
	color:#fff;
	}
#menu-icon.active:after {
	content:"\f077";
	}
.sf-menu-phone {
	display:none;
	}
.sf-menu-phone li {
	position: relative;
	background-color: #08AA4B;
	}
  .sf-menu-phone li a {
	display: inline-block;
	color: #fff;
	border-bottom:1px solid #fff;
	}
  .sf-menu-phone  li {
	font-size: 19px;
	font-weight: bold;
	padding: 0;
	}
  .sf-menu-phone  li > a {
	padding: 10px 34px;
	display: block;
	font-size: 18px;
	}
  .sf-menu-phone  li li  a {
	padding: 10px 15px 10px 80px;
	display: block;
	font-size: 15px;
	}
  .sf-menu-phone  li li li a {
	padding: 10px 15px 10px 35px;
	display: block;
	}
  .sf-menu-phone li a:hover {
	color: #fff;
	}
  .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: 0;
	color:#fff;
	font-size:15px;
	padding:0 20px;
	right:22px;
	height:39px;
	line-height:39px;
	width:50px;
	}
  .sf-menu-phone li i:hover {
	cursor: pointer;
	color:#fff;
	}
  .sf-menu-phone li i.opened {
	background-position: center 7px;
	}
.sf-menu-phone  li i.icon-chevron-up:before {
	content:'\f077' !important;
}
