#custommenu {
	z-index: 999;
	margin-top: 0;
	position:relative;
	left: 150px;
}
div.menu {
	float: left;
	position:relative;
}
div.menu.act {
	/*background-color:#FF0F0F;*/
}
div.menu.active {
	/*background-color:#FF0F0F;*/
	/*height:51PX;*/

}
div.menu.act a, div.menu.active a, div.menu .parentMenu a:hover{
	color:#000;
	/*background: #000;*/
}
div.menu.active span.errow{
	/*border-top:8px solid #231f20;
	border-left:8px solid transparent;
	border-right:8px solid transparent;*/
	width:0;
	height:0;
	margin: 0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom: -16px;
	z-index: 10;
	background-image: url(./../../../images/nav-popup-arrow.png);
	background-size: 100%;
	width: 100px;
	max-width: 100%;
	height: 20px;
	background-repeat: no-repeat;
}
div.wp-custom-menu-popup {
	position:absolute;
	z-index:3000;
	border:0;
	display: none;
	background-color:#FFF;
	text-align:left;
	padding:22px 0 6px;
	max-width:892px !important;
	
	-moz-box-shadow: 3px 3px 3px rgba(68,68,68,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(68,68,68,0.2);
	box-shadow: 3px 3px 3px rgba(68,68,68,0.2);

}

div.menu, div.wp-custom-menu-popup {
	/*padding: 15px 21px 16px 21px;*/
}
div.menu a{
	padding:10px 18px 10px 18px;
	color:#FFF;
	text-transform:uppercase;
	font-family: tradegothicbold;
}

div.menu a, div.wp-custom-menu-popup a {
	text-decoration: none;
	display:block;

}
div.wp-custom-menu-popup a{
	text-transform:capitalize;
}
div.wp-custom-menu-popup a.itemMenuName{
	font-size:14px;
	color:#5a5959 !important;
	font-family:'helveticabold';
	/*border-bottom:1px solid #DFDFDF;*/
	width:147px;
	margin-bottom:10px;
	/*padding-bottom:10px;*/
	text-transform:uppercase;
	text-align:center;
	font-size: 1em;
	letter-spacing: 1px;
}
div.wp-custom-menu-popup a.itemMenuName:hover{
	color:#d87a04 !important;
}
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName{
	font-size:13px;
	font-family: 'FontAwesome'!important;
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
	display:block;
	padding:0 10px;
	width:127px;
}
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName:hover{
	color:#fff;
	background: #1FA9AF;
}
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName span{
	padding-left:10px;
	font-family: 'HelveticaNeueRegular';
}
div.wp-custom-menu-popup a.actParent {
	color: #FF0F0F;
}
div.wp-custom-menu-popup a.act {
	color: #FF0F0F;
}
div.column {
	/*width:137px; *//* column width */
	padding-right:30px;
	display:inline-table;

}
div.column.last{
	padding-right:1px;
}
div.itemSubMenu {
	line-height:2.5;
	padding-bottom:20px;
}
/*header-fixed*/
.header2.fixed div.wp-custom-menu-popup{max-width: 1132px !important;}
.header2.fixed div.column{padding-right:48px;}
.header2.fixed div.column.last{padding-right:0px;}
/*end header-fixed*/

.clearBoth {
	clear:both;
}
#custommenu.rtl .menu {
	float: right;
}
#custommenu.rtl div.column {
	text-align: right;
}


@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	div.menu a{
		padding:10px 21px;
	}

	#custommenu {
		left: 210px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	div.menu a{
		padding:13px 10px;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	div.menu a{
		padding:4px 9px;
	}
}

@media only screen and (max-width:380px) {
	
}
