/************************************* desktop menu************************************/
#menu-trigger {
	display: none;
}
#menu-wrap {
	background: #000;
	position: relative;
	z-index: 2;
	border-bottom: 5px solid #A1CC3A;
}
#menu-custom, #menu-custom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-custom:before, #menu-custom:after {
	content: "";
	display: table;
}
#menu-custom:after {
	clear: both;
}
#menu-custom {
	zoom: 1;
	
}
.desktop #menu-custom li {
	float: left;
	position: relative;
}
.desktop #menu-custom > li {
	border-right:1px solid #000;
	padding-top:7px;
	padding-bottom:7px;
}
.desktop #menu-custom > li > a {
	float: left;
	padding: 13px 21px 13px 21px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	background:#414040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 0px;
	border-bottom:2px solid transparent;
	margin-left:5px;
}
.desktop #menu-custom a:hover, .desktop #menu-custom > li:hover > a, .desktop #menu-custom > li.sfHoverForce > a, #menu-custom > li.current_page > a {
	border-color:#a1cc3a;
	background-color:#a1cc3a;
	color:#000;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.desktop #menu-custom li li:hover > a {
	color: #000;
	background-color: #a1cc3a;
}
.desktop #menu-custom ul {
	margin: 20px 0 0 0;
	opacity: 0;
	visibility: hidden;
	/*display:none;*/
	position: absolute;
	top: 51px;
	left: 5px;
	z-index: 1;
	background:#a1cc3a;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius:0 3px 3px 3px;
	-khtml-border-radius:0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
}
.desktop #menu-custom li:hover > ul {
	opacity: 1;
	visibility: visible;
	display:block;
	margin: 0;
}
.desktop #menu-custom ul ul {
	top: 0;
	left: 193px;
	margin: 0 0 0 20px;
}
.desktop #menu-custom ul li {
	float: none;
	display: block;
}
.desktop #menu-custom ul li:first-child { border-top:none;}
.desktop #menu-custom ul a {
	padding: 8px 17px 8px 20px;
	width: 156px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-size: 13px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	overflow:hidden;
}
.desktop #menu-custom ul a i { float:right;}
.desktop #menu-custom ul a:hover {
	background-color: #747474;
}
#menu-trigger {
	display: none;
}
.desctop #menu-custom {
	display: block;
}
/**************************************************mobile menu**************************************************************/
@media only screen and (max-width:1199px) {
	#menu-wrap.desktop { display:none;}
	#menu-wrap {
		position: relative;
	}
	#menu-wrap * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu-trigger {
		height: 60px;
		line-height: 50px;
		cursor: pointer;
		padding: 0 0 0 20px;
		color: #fff;
		font-weight: bold;
		font-size: 22px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform:uppercase;
	}
	#menu-trigger .menu-icon {
		font-size:30px;
		line-height:30px;
		width:auto;
		display: block;
		position: absolute;
		top: 12px;
		right: 14px;
	}
	.mobile #menu-custom {
		margin: 0;
		padding: 0px;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 1;
		background-color: #292929;
		display: none;
	}
	#menu-custom ul.menu-mobile-2 {
		display: none;
	}
	#menu-custom li {
		position: static;
		display: block;
		position: relative;
		border-top:1px solid #3f3f3f;
	}
	#menu-custom > li:first-child { border:none;}
	#menu-custom > li > a {
		font-size:20px;
		text-transform:uppercase;
		font-weight:bold;
		line-height:none;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	}
	#menu-custom a {
		display: block;
		float: none;
		padding: 10px 20px;
		color: #fff;
		font-size: 18px;
	}
	#menu-custom a i.icon-chevron-right { display:none;}
	#menu-custom a:hover {
		background:#212121;
	}
	#menu-custom ul a {
		padding-left:40px;
		width: auto;
	}
	#menu-custom ul ul a {
		padding-left:60px;
		width: auto;
	}
	.open-mobile-2 {
		font-size:25px;
		line-height:30px;
		display: block;
		position: absolute;
		right: 13px;
		top: 6px;
		height:30px;
		width:30px;
		text-align:center;
		vertical-align:middle;
		color:#fff;
	}
	.open-mobile-2:hover {
		cursor: pointer;
	}
	.open-mobile-2:hover + a {
		background:#212121;	
	}
}