/************************************* desktop menu************************************/
#menu-trigger {
	display: none;
}
#menu-wrap {
	background: #ff8a00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjU5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff8a00 0%, #ff5900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8a00), color-stop(100%,#ff5900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8a00 0%,#ff5900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8a00 0%,#ff5900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8a00 0%,#ff5900 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff8a00 0%,#ff5900 100%); /* W3C */

border-top:1px solid #fff;
	position: relative;
	z-index: 2;
		border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
		-webkit-box-shadow: 0 1px 16px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 1px 16px rgba(0,0,0,0.09);
	box-shadow: 0 1px 16px rgba(0,0,0,0.09);
}
#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:first-child > a {
		border-radius:0 0 0 6px;
	-moz-border-radius:0 0 0 6px;
	-webkit-border-radius:0 0 0 6px;	
}
.desktop #menu-custom li a{
	font-weight: bold;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
	}
.desktop #menu-custom >li >a {
	background:url(../../../../img/tail-item-hover.jpg) repeat-x 0 -50px;
	float: left;
	padding: 14px 20px 17px;	
	font-size: 17px;
	line-height:20px;	
	text-decoration: none;
	border-right:1px solid #fff;	
	}
.desktop #menu-custom >li > a:hover, .desktop #menu-custom > li:hover > a, .desktop #menu-custom > li.sfHoverForce > a {
	background-position:0 0
}

.desktop #menu-custom ul {
	margin:0;
	filter:alpha(opacity=0);
    opacity:0;
	visibility: hidden;	
	position: absolute;
	top: 51px;
	left: 0;
	z-index: 1;
	background: #333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	
	}
.desktop #menu-custom li:hover > ul {
	filter:alpha(opacity=100);
    opacity:1;
	visibility: visible;	
}

.desktop #menu-custom ul ul {
	top: 0;
	left: 220px;
	margin: 0 0 0 20px;
}

.desktop #menu-custom ul li {
	float: none;
	display: block;
	border-top: 1px solid #444;
}
.desktop #menu-custom ul li:first-child{border:none}

.desktop #menu-custom ul a {
	padding: 10px 0 10px 12px;
	width: 300px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-size: 14px;
	line-height:18px;
	font-weight: normal;
	
}

.desktop #menu-custom ul a:hover {
	color: #ffb919;
}
#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: 48px;
		line-height: 48px;
		cursor: pointer;
		padding: 0 0 0 20px;
		color: #fff;
		font-weight: bold;
		font-size: 23px;
	}
	#menu-trigger .menu-icon {
		font-size:30px;
		line-height:30px;
		width:auto;
		display: block;
		position: absolute;
		top: 8px;
		right: 14px;
	}
	.mobile #menu-custom {
		margin: 0;
		padding: 0px;
		position: absolute;
		top: 49px;
		width: 100%;
		z-index: 1;
		background-color: #333333;
		display: none;
	  border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}
	#menu-custom ul.menu-mobile-2 {
		display: none;
	}
	#menu-custom li:first-child a{
		
		
		}
	
	#menu-custom li {
		position: static;
		display: block;
		position: relative;
	}
	#menu-custom a {
		display: block;
		float: none;
		padding: 10px 20px;
		color: #fff;
		font-size: 18px;
	}
	#menu-custom a:hover,
	#menu-custom .open-mobile-2:hover + a {
		color:#ffb919
	}
	#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: 4px;
		height:30px;
		width:30px;
		text-align:center;
		vertical-align:middle;
		color:#fff;
	}
	.open-mobile-2:hover {
		cursor: pointer;
	}

}