.cbp-hrmenu {
position: absolute;
top:0;
right: 20%;
width: 60%;
height: 85px;
z-index: 9999 !important;
}

/* general ul style */
.cbp-hrmenu ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
display: table;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {

}

.cbp-hrmenu > ul > li {
width: 20%;
height: 85px;
padding: 0 0 0 0;
display: table-cell;
text-align: center;
line-height: 83px;
}

.cbp-hrmenu > ul > li > a {
width: 100%;
height: 85px;
color: #333;
display: inline-block;
vertical-align: middle;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #00a364;
	background-color: #f2faf7;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #00a364;
	background: #f2faf7;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #f2faf7;
	width: 130%;
	left: -20%;
	z-index: 9999 !important;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
}

.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-hrmenu ul li li {
line-height: 30px !important;
}

.cbp-hrsub h4 {
	color: #c7002f;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 20px;
	line-height: 85px;
	font-weight: 300;
}