/* Main Menu */
.mainmenu-navigation {
}
	
.sf-menu-center {
	}


.homemenu { 
	padding:		0;
	margin:			0;
	float:			right;
	margin-right:	20px;
	}

	.homemenu ul ul li:first-child {
		}
	.homemenu ul ul li:last-child {
		}
		
	.homemenu ul ul li:first-child a {
		}
	.homemenu ul ul li:last-child a {
		}
		
.homemenu ul ul li:first-child:after {
	}
	.homemenu ul ul ul li:first-child:after {
		border: none;
		}
		.homemenu ul ul ul ul li:first-child:after {
			border:none;
			}
			.homemenu ul ul ul ul ul li:first-child:after {
				border:none;
				}

.homemenu a { color:#666; text-decoration:none;}
.homemenu ul li {
	}
	
.homemenu ul ul li a {
	letter-spacing:0.8px;
	}
	.homemenu ul ul li a:last-child {
		padding-right:0;
	}
.homemenu ul li a {
	padding:0;
}
	
.homemenu ul ul li a {
	border-right:none;
	border-top:none;
}
.homemenu ul ul li:hover>a {

}
.homemenu ul ul {
-webkit-box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	position: relative;
}
.homemenu ul ul li{
	
	}
.homemenu ul ul li:hover {	 }
.homemenu ul ul {
	padding:20px 20px 30px;
}
.homemenu .sf-menu .mega-item .children-depth-0,
.homemenu ul ul {
	background: #373737;
}
.homemenu .sf-menu .mega-item .children-depth-0,
.homemenu ul ul {
	border-bottom: 1px solid #141414;
}
.homemenu .sf-menu .mega-item .children-depth-0 ul,
.homemenu ul ul ul{
	border-bottom: none;
}
.homemenu ul ul li a {
	border-bottom: 1px solid #555;
	border-bottom: 1px solid rgba(255,255,255,0.11);
	color: #ADADAD;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 12px;
	margin: 0 10px;
	padding: 8px 0;
	text-transform: none;
	}
	.homemenu ul ul li:hover>a {
		color:#fff;
	}
	.homemenu ul ul li:hover {
		color:#fff;
	}
.homemenu ul ul li:last-child a {
	border-bottom:none;
	}
.homemenu ul ul ul li a {
	}
.homemenu > ul {
}
/* Menu main titles */
.homemenu ul li a {
	color: #000;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    padding: 3px 15px 2px;
	}
	.homemenu ul li a:hover {
	color: #000;
	}
	.homemenu ul li a {
		border:0;
	}
	.homemenu ul li  {
	}
	.homemenu ul li:last-child {
	}
	.homemenu ul li ul li:last-child {
		border-right: 0;
	}
	.homemenu ul li ul li {
		border:0;
	}

.homemenu li.current-menu-item a,
.homemenu li.current-menu-parent a,
.homemenu li.current-menu-ancestor a {
	outline:		0;
}
/* Menu main titles End style */
.homemenu li.current-menu-item a {
	outline:		0;
	position:relative;
}
.homemenu li.current-menu-item a:before,
.homemenu li.current-menu-ancestor a:before {
	content: " ";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: -35px;
    width: 100%;
    z-index: -1;
}

.homemenu .sub-menu li.current-menu-item a:before,
.homemenu .sub-menu li.current-menu-ancestor a:before {
	background:none;
	}
.homemenu .sub-menu li.current-menu-item {
	}
.homemenu .sub-menu li.current-menu-item {
	}
	.homemenu .sub-menu li.current-menu-item a {
		color: #fff;
	}
	.homemenu .sub-menu li.current-menu-item .sub-menu {
	}
	.homemenu .sub-menu li.current-menu-item:after {
		position: relative;
		height: auto;
		top: auto;
	} 


	
	.homemenu .sf-menu ul {
		position:		absolute;
		top:			-999em;
		width:			160px; /* left offset of submenus need to match (see below) */
		text-align:		left;
	}

	.homemenu .sf-menu ul li {
		width:			100%;
	}
	.homemenu .sf-menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	.homemenu .sf-menu li {
		float:			left;
		position:		relative;
	}
	.homemenu .sf-menu a {
		display:		block;
		position:		relative;
	}
	
	
	.homemenu .sf-menu li:hover ul,
	.homemenu .sf-menu li.sfHover ul {
		left:			-1px;
		top:			60px; /* match top ul list item height */
	}
	.homemenu ul.sf-menu li:hover li ul,
	.homemenu ul.sf-menu li.sfHover li ul {
		top:			-999em;
	}
	.homemenu ul.sf-menu li li:hover ul,
	.homemenu ul.sf-menu li li.sfHover ul {
		left:			19.3em; /* match ul width */
		top:			0;
	}
	.homemenu ul.sf-menu li li:hover li ul,
	.homemenu ul.sf-menu li li.sfHover li ul {
		top:			-999em;
	}
	.homemenu ul.sf-menu li li li:hover ul,
	.homemenu ul.sf-menu li li li.sfHover ul {
		left:			19.3em; /* match ul width */
		top:			0;
	}

	.homemenu .sf-menu a {
		text-decoration:none;
	}
	.homemenu .sf-menu li {
	}
	.homemenu .sf-menu li ul li {
		border-left:0;
	}
	.homemenu .sf-menu li li:hover, .sf-menu li li.sfHover,
	.homemenu .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
		outline:		0;
	}
	/*** shadows for all but IE6 ***/
	.homemenu .sf-shadow ul {

	}
	.homemenu .sf-shadow ul.sf-shadow-off {
		background: transparent;
	}

	.homemenu .sf-menu {
		display:inline-block;
	}

.homemenu ul li:hover {
}

.homemenu ul.sf-menu li li:hover ul,
.homemenu ul.sf-menu li li.sfHover ul {
left: 181px; /* match ul width */
top: -20px;
}
.homemenu ul.sf-menu li li li:hover ul,
.homemenu ul.sf-menu li li li.sfHover ul {
left: 181px; /* match ul width */
top: -20px;
}

.homemenu .sf-menu li a:hover {
	background: rgba(0,0,0,0.05);
	border-radius: 3px;
}
.homemenu .sf-menu li li a:hover {
	background: none;
	border-radius: 0;
}


/*** arrows (for all except IE7) **/
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 9px;
	right: 7px;
	font-family: 'FontAwesome';
	content: "\f078";
	font-size: 4px;
	color:#000;
}
.header-menu-wrap .sf-arrows .sf-with-ul:after {
	right: -5px;
	top:8px;
	margin-top:-3px;
	font-family: 'FontAwesome';
	content: "\f078";
}
.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: #000; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color:#fff;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
}


.homemenu .sf-menu ul.sub-menu li {
	position: relative;
	z-index: 10;
}

.homemenu li.current-menu-item a:before,
.homemenu li.current-menu-ancestor a:before {
background: #83D5C0;
border-radius: 30px;
}
.homemenu li.current-menu-item ul li a:before,
.homemenu li.current-menu-ancestor ul li a:before {
background: none;
}

.homemenu .sf-menu li.mega-item {
	position: static;
}
.homemenu .sf-menu li.mega-item ul.children {
	width:auto;
	left:0;
	top:95px;
}
.homemenu .sf-menu .mega-item .children-depth-0 h6 {
	font-size: 16px;
	padding-left: 40px;
	color: #fff;
	padding-top: 40px;
}
.homemenu .sf-menu .mega-item .children-depth-0 .no-title h6 {
	display:none;
}
.homemenu .sf-menu .mega-item .children-depth-0 .no-title {
	padding-top:30px;
}
.homemenu li.mega-four .children div.menu-item {
	display: inline-block;
	width:25%;
	position: relative;
	float: left;
}
.homemenu li.mega-three .children div.menu-item {
	display: inline-block;
	width:33%;
	position: relative;
	float: left;
}
.homemenu li.mega-two .children div.menu-item {
	display: inline-block;
	width:50%;
	position: relative;
	float: left;
}
.homemenu li.mega-one .children div.menu-item {
	display: inline-block;
	width:100%;
	position: relative;
	float: left;
}
.sticky-menu-activate .homemenu .sf-menu li.mega-item ul.children {
	top:70px;
}
.sticky-menu-activate .homemenu .sf-menu li.mega-item ul.children  div ul.children {
	top:0;
}
.homemenu li.mega-one .children div ul.children,
.homemenu li.mega-two .children div ul.children,
.homemenu li.mega-three .children div ul.children,
.homemenu li.mega-four .children div ul.children {
	width:auto !important;
	position: relative;
	top:0;
}
.homemenu .sf-menu .mega-item .children-depth-1 {
	padding: 10px 30px 0;
}
.homemenu .sf-menu .megamenu-textbox {
	color: #C5C5C5;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 18px;
	padding-left: 40px;
	padding-top: 15px;
}
.homemenu ul ul ul.children {
-webkit-box-shadow:  none;
        box-shadow:  none;
}
.homemenu .sf-menu .mega-item .children-depth-0 {
	padding: 10px 30px 50px;
	display:none;
}
.homemenu .sf-menu .mega-item .children-depth-0 ul {
	background: none;
}


/*
Header Menu
*/

.header-menu-wrap ul {
	float:left;
	list-style: none;
	font-size:11px;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin-top:11px;
	position: absolute;
	z-index: 40;
}

.header-menu-wrap li {
	display:inline-block;
	margin-left:15px;
	position: relative;
}
.header-menu-wrap li a {
	color: #B5B5B5;
}
.header-menu li a:hover {
	color:#000;
}
.header-menu li:first-child{
	margin-left: 0;
}
.header-menu-wrap ul ul li {
	display:block;
	margin:0;
	background:#eee;
	padding: 6px 20px;
	width:170px;
	border-bottom: 1px solid #e0e0e0;
}
.header-menu-wrap ul ul {

}
.header-menu-wrap .sub-menu{
 display:none;
}
