.cbp-hrmenu {
	width: 100%;
	
	
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width:100%;
	max-width: 70em;
	margin: 0 auto 0px 8px;
	
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	position:absolute;
	width:1000px;
	top:45px;
	left:-690px;
	z-index:9999 !important;
	
}

.cbp-hrmenu > ul > li img {position:absolute; right:163px; top:60px;}

.cbp-hrmenu > ul > li > a {
	font-weight: 700; float:left;
	padding:0px;
	color: #999;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #fa7b00;
	width:96%;
	left: 0;
	border-radius:5px;	
	padding:10px 20px;
		
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom:0px;
	z-index:5000 !important;
	margin-top:106px;
	margin-top:107px\9;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width:45%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	font-family: 'bebasregular';
	color: #fff;
	/*padding:1em 0 0.6em;*/
	padding:0em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}


.mageleftmenupart {float:left; /*width:46%; */ margin-right:4%;}
.magerightmenupart {float:left; width:46%;}
.cbp-hrsub ul {margin:0px; padding:0px;}
.cbp-hrsub li {list-style-type:none; background:url(../images/cat-menuarrwo.png) no-repeat left 7px; display:block; /*border-bottom:1px solid #ffb369;*/ margin-bottom:5px; padding-bottom:5px; padding-left:10px;}
.cbp-hrsub li a {font-size:12px; color:#fff; text-decoration:none;}
.cbp-hrsub li a:hover {color:#ffd6ae; text-decoration:none;}
.cat-leftmenu {float:left; /*width:210px; */ width:230px; /*margin-right:20px; */ margin-bottom:20px;}
.cat-rightmenu {float:left; width:210px; margin-bottom:20px;}

.main {position:absolute; right:168px; top:74px;}