/************************************* desktop menu************************************/
#menu-trigger {
	display: none;
}
#menu-wrap {
	position: relative;
	z-index: 2;
	margin-left:250px;
}
#menu-custom, #menu-custom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-custom:before, #menu-custom:after {
	display: table;
	content: "";
}
#menu-custom:after {
	clear: both;
}
#menu-custom {
	zoom: 1;
}
.desktop #menu-custom > li {
	float: left;
	position: relative;
	padding:5px 20px 0px 0;
} 
.desktop #menu-custom  li{ position:relative;}
.desktop #menu-custom > li:first-child > a {
	padding-left: 0px;
}
.desktop #menu-custom a {
	float: left;
	padding:0 0 6px 0px;
	color: #333333;
	text-transform:none;
	font: normal 18px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.desktop #menu-custom a:hover, .desktop #menu-custom > li:hover > a, .desktop #menu-custom > li.sfHoverForce > a {
	color: #3db099;
}
.desktop #menu-custom li li:hover > a {
	color: #ffc001;
	background-color: #0d3751;
}
.desktop #menu-custom ul {
	display: none;
	margin: 20px 0 0 0;
	opacity: 0;
	visibility: hidden;
	padding:8px 0 29px 0;
	position: absolute;
	top: 30px;
	left: -11px;
	z-index: 1;
	background: #1d597e;
	-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;
}
.desktop #menu-custom li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.desktop #menu-custom ul ul {
	top: -8px;
	left: 228px;
	margin: 0 0 0 20px;
	padding-bottom:10px;
}
.desktop #menu-custom ul li {
	display: block;
	float: none;
	border: 0;
}
.desktop #menu-custom ul a {
	display: block;
	float: none;
	padding:5px 0 8px 15px;
	width: 213px;
	white-space: nowrap;
	color:#ffffff;
	text-transform: none;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
}
.desktop #menu-custom ul a:hover {
	background-color: #0d3751;
	color:#ffc001;
}
#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 {
	display: block;
	font-size: 30px;
	line-height: 30px;
	width: auto;
	position: absolute;
	top: 8px;
	right: 14px;
}
.mobile #menu-custom {
	display: none;
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 48px;
	width: 100%;
	z-index: 1;
	background-color: #444;
}
#menu-custom ul.menu-mobile-2 {
	display: none;
}
#menu-custom li {
	display: block;
	position: static;
	position: relative;
}
#menu-custom a {
	display: block;
	float: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
}
#menu-custom a:hover {
	background: #888;
}
#menu-custom ul a {
	padding-left: 40px;
	width: auto;
}
#menu-custom ul ul a {
	padding-left: 60px;
	width: auto;
}
.open-mobile-2 {
	display: block;
	font-size: 25px;
	line-height: 30px;
	position: absolute;
	right: 13px;
	top: 4px;
	height: 30px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.open-mobile-2:hover {
	cursor: pointer;
}
.open-mobile-2:hover + a {
	background: #888888;
}
}
