html {
	overflow-x: hidden!important;
}

.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
}
.nav-list.slide_menu {
	/*left: -340px;*/
	transition: all 0.5s ease-in-out 0s;
	opacity:1;
	z-index:99
}
.nav-list {
	position: absolute;
	text-align: left;
	top: 65px;
	width:100%;
	left:0;
	opacity:1;
	margin:0;
	z-index: -999;
	/*left: 337px*/
}
.nav-item {
	/*float:left;*/
	*display:inline;
	zoom: 1;
	position: relative;
}
.nav-item a {
	display: block;
	color: #FFF;
	padding: 15px 20px;
	background: #3d3d3b;
	font-weight:normal
}
.nav-submenu a {padding: 15px 20px!important;}

.nav-item > a:hover, ul.nav-list ul > li.current_page_item.nav-item > a, ul.nav-list > li.current_page_item.nav-item > a, .current-page-ancestor.nav-item > a {
	background: #bf1e2e;
	color: #fff;
}
.nav-item:hover .nav-submenu {
	display: block;
}

.nav-submenu {
/*	display: none;*/
	position: absolute;
	left: 20px;
	width: 180px;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0
}
.nav-list .nav-submenu-item a {
	background: #3d3d3b;
	/*border-bottom: 1px solid #fff;*/
	display: block;
	padding: 12px 12px 12px 30px
}
.nav-submenu-item a:hover {
	background: #a78b45
}
.nav-mobile {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 29px;
	background: url(../images/mobile-btn.png) no-repeat center center;
	background-size: 26px;
	height:22px;
	width: 26px;
	z-index:99
}
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #fff;
	height: 49px;
	width: 50px;
	cursor: pointer
}
.nav-click i {
	display: block;
	height: 48px;
	width: 48px;
	background: url(../images/drop.png) no-repeat 17px center;
	background-size: 15px
}
.nav-click:hover {
	background-color: #a78b45
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.overlay { position:absolute; top:0; left:0; width:100%; height:50%; background:#3d3d3b; display:none; z-index:1}
/*custom code*/
.mobile-buttons .top_left { position: relative; bottom:10px;}
.mobile-buttons  { position: relative; bottom: 55px; }

@media only screen and (min-width: 300px) and (max-width: 1000px) {
.nav-mobile {
	display: block
}
.nav-mobile.menu-open {
	background:url("../images/nav-close.png") no-repeat scroll center center / 18px auto
}
.nav {
	width: 100%;
	padding: 0;
	position: absolute;
	top: 37.5px;
	left:0
}
.nav-list {
	display: block
}
.nav-item {
	width: 100%;
	float: none;
	list-style-type: none;
	padding: 0;
	line-height: 22px;
	/*font-size: 22px;*/
	font-family: "OpenSans-CondensedBold";
	text-transform: uppercase;
	letter-spacing:0.025em
}
.nav-item>a {
	padding: 11px 24px
}
.nav-click {
	display: block
}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0
}

.nav-submenu {
	position: static;
	width: 100%;
	margin: 0
}
}
@media only screen and (max-width: 480px) {
.nav { top:28px}
}

@media only screen and (max-width: 299px) {
header .menu-container.mobile-menu { display:none}
}