/*** ESSENTIAL STYLES ***/
#menu {
	line-height:0;
	/**grad--**/	
	background-color: #5ec179;
	background-image: -moz-linear-gradient(top, #5ec179, #52b769);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ec179), to(#52b769));
	background-image: -webkit-linear-gradient(top, #5ec179, #52b769);
	background-image: -o-linear-gradient(top, #5ec179, #52b769);
	background-image: linear-gradient(to bottom, #5ec179, #52b769);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ec179', endColorstr='#ff52b769', GradientType=0);
	/**--grad**/	
	}
.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;
	border-radius:0;
	padding:27px 8px 22px 8px;
	background: url(../image/line-menu-separator.png) no-repeat left center;
	}
ul.sf-menu > li:first-child {
	padding-left:0;
	background:none;
}
ul.sf-menu > li > a {
	display:inline-block;
	z-index: 1;
	position: relative;
	font-size:16px;
	line-height:22px;
	color:#fff;
	text-decoration:none;	
	font-weight:600;
	text-transform:uppercase;
}
ul.sf-menu > li>a:hover, ul.sf-menu > li.sfHover>a, ul.sf-menu > ul > li.active>a  {
	color:#a9efbb;
	}
.sf-menu .sf-mega {
	display: none;
	z-index: 99;
	position: absolute;
	z-index: 1005;
	background-color:#3C9055;
	left:0;
	top:100%;
}
.sf-menu .sf-mega:after {
	position:absolute;
	display:block;
	top:-5px;
	left:35px;
	content:'';
	width:9px;
	height:5px;
	background: url(../image/arr-menu.png) no-repeat 0 0;
}
/*** mega menu dropdown ***/
.sf-mega {
  padding:25px 0 23px 34px;
}
.sf-mega-section {
	display:table-cell;
	}
.sf-mega-section >li {
	position:relative;
	padding:2px 0 3px;
	width:128px;
	line-height:20px;
	}
.sf-mega-section >li a:hover, .sf-mega-section >li.sfHover >a {
	color:#fff;
	}
.sf-mega-section >li a {
	color:#53B86B;
	font-weight:600;
	text-transform:uppercase;
	}
.sf-mega-section >li ul {
	position:absolute;
	left:100%;
	width:170px;
	background-color:#6244a8;
	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:'';
	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;	
	font-size:16px;	
	color:#fff;
}
.sf-mega-section .sf-with-ul:after {
	content:'\f105';
	padding-left:11px;
	font-size:16px;
	width:1.45em;
	line-height:19px;
	vertical-align: top;
	}
.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: #333;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding:15px 15px 15px 20px;
	position:relative;
}
#menu-icon:hover:after{
	color:#98cf36;
}
#menu-icon:after {
	float:right;
	content:"\f055";
	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: 22px;
	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:14px;
	color:#777;
	vertical-align:middle;
	}
#menu-icon.active:after {
	content:"\f056";
	}
.sf-menu-phone {display:none;}
.sf-menu-phone li { 
	position: relative;	
	background-color:#fff;
	}
  .sf-menu-phone li a { font-weight:normal; display: inline-block;  color: #333;  border-bottom:1px solid #f0f0f0;}
  .sf-menu-phone  li { font-size: 19px; padding: 0; }
  .sf-menu-phone  li > a {padding: 15px 15px 15px 20px; display: block; font-size:14px;}
  .sf-menu-phone  li li  a {padding: 15px 15px 15px 25px; display: block; font-weight:normal;}
  .sf-menu-phone  li li li a {padding: 15px 15px 15px 35px; display: block;}
  .sf-menu-phone li a:hover { color: #3C9055; }
  .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: 16px;
	width: 22px;
  }
  .sf-menu-phone  li  i {display:inline-block; top: 9px; color:#777; font-size:14px; line-height:30px; width:30px; height:30px; right:9px; text-align:center;}
   .sf-menu-phone  li i.fa-angle-down:before {content:'\f055' !important}
  .sf-menu-phone  li i.fa-angle-up:before {content:'\f056' !important}
  .sf-menu-phone li i:hover { cursor: pointer; color:#98cf36;}
  .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:hover > a , .sf-menu-phone  li a.active{ color: #3C9055; background: #fcfcfc; }
  .sf-menu-phone li a:hover {color: #3C9055;}
  