#menu-trigger {
	display:none;
}
#menu-wrap {
	position:relative;
	z-index:2;
	border: 1px solid #090909;
	-webkit-box-shadow: inset 0 0 0 1px #5e5148;
	-moz-box-shadow: inset 0 0 0 1px #5e5148;
	box-shadow: inset 0 0 0 1px #5e5148;
	margin-bottom: 30px;
}
#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;
}
#menu-custom li {
	float: left;
	position: relative;
	padding: 4px 6px 4px 4px;
}


#menu-custom li.sfHoverForce a {
	color:#fff;
}
#menu-custom a {
	padding:16px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size:19px;
	display: block;
	font-family: 'Fjalla One', sans-serif;
	text-decoration: none;
}

#menu-custom li li:hover > a {

}
#menu-custom ul {
	margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:58px;
	border: 1px solid #090909;
	left: 0;
	z-index: 1;
	background: #444;
	transition: all 0.2s ease-in-out 0.8s;
	-webkit-transition: all 0.2s ease-in-out 0.8s;
	-moz-transition: all 0.2s ease-in-out 0.8s;
	-ms-transition: all 0.2s ease-in-out 0.8s;
	-o-transition: all 0.2s ease-in-out 0.8s;
}
#menu-custom li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	transition-delay: 0s;
	-webkit-transition-delay:0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
}

#menu-custom ul ul {
    left: 196px;
    margin: 0 0 0 20px;
    top: -1px;
}
#menu-custom ul li {
	float: none;
	display: block;
	padding: 0;
	border-top: 1px solid #090909;
}
#menu-custom ul li:first-child {
	border: none;
}
#menu-custom ul a {
    background: none repeat scroll 0 0 #594E45;
    display: block;
    font-size: 13px;
    padding: 10px 18px;
    position: relative;
    white-space: nowrap;
    width: 160px;
}
#menu-custom ul > li a:hover, #menu-custom ul > li:hover > a {
	background: #38302a;
}


#menu-custom ul li:first-child a:hover:after {
	border-bottom-color: #747474;
}
#menu-custom ul ul li:first-child a:hover:after {
	border-right-color: #fff;
	border-bottom-color: transparent;
}
#menu-trigger {
	display: none;
}
#menu-custom {
	display: block;
}
@media only screen and (max-width:1199px) {
#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-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px;
	background:#000;
}
#menu-trigger.menu-custom-icon .menu-icon {
	background:url(../../../../img/main_sprite.png) no-repeat left -797px #362D2B;
}
#menu-trigger .menu-icon {
	background:url(../../../../img/main_sprite.png) no-repeat left -749px #362D2B;
	width:26px;
	height:26px;
	display:block;
	position:absolute;
	top:11px;
	right:10px;
}
#menu-custom {
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 48px;
	width: 100%;
	z-index: 1;
	background-color: #444;
	display: none;
}
#menu-custom:after {
	content: '';
	position: absolute;
	left: 25px;
	top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #444;
}
#menu-custom ul {
	position: static;
	visibility: visible;
	opacity: 1;
	margin: 0;
	background: none;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
#menu-custom ul.menu-mobile-2 {
	display:none;
}
#menu-custom ul ul {
	margin: 0 0 0 20px !important;
}
#menu-custom li {
	position: static;
	display: block;
	float: none;
	border: 0;
	margin: 5px 15px 5px 5px;
	position:relative;
}
#menu-custom ul li {
	margin-left: 20px;
}
#menu-custom a {
	display: block;
	float: none;
	padding:5px;
	color: #fff;
	font-size:18px;
}
#menu-custom a:hover {
	color: #979797;
}
#menu-custom ul a {
	padding:5px;
	width: auto;
}
#menu-custom ul a:hover {
	background: none;
	color: #979797;
}
#menu-custom ul li:first-child a:after, #menu-custom ul ul li:first-child a:after {
	border: 0;
}
.open-mobile-2 {
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	right:-18px;
	top:7px;
	background:url(../../../../img/main_sprite.png) no-repeat left -715px;
}
.open-mobile-2:hover {
	cursor:pointer;
}
.open-mobile-2.mobile-close-2 {
	background:url(../../../../img/main_sprite.png) no-repeat left -846px;
}
.open-mobile.mobile-close {
	background:url(../../../../img/main_sprite.png) no-repeat left -846px;
}
#header-inner .row {
	margin-left:0px;
}
#menu-custom {
	margin-left:0px;
}
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu-custom li:hover > .no-transition {
	display: block;
}
}
