.cbp-hrmenu {
	padding-top: 130px;

	/*text-transform: uppercase;*/
}

.menu-label {
	font-size: 15px;

	text-transform: uppercase;
}

/* 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: 80em;
	margin: 0 auto;
	padding: 0 1.875em;

	text-align: right;
}

.cbp-hrmenu > ul > li {
	display: inline-block;

	font-size: 14px;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 16px 15px;
	/*color: #FFF;*/
	color: #E23935;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	/*color: #47a3da;*/
	color: #FFF;
	background: #E23935;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	/*color: #fff;*/
	color: #777;
}

.cbp-hrmenu > ul > li.cbp-hropen {
	border-bottom: 1px solid #CCC;
}

.cbp-hrmenu > ul > li.link-active {
	color: #FFF;
	background: #E23935;
}

.cbp-hrmenu > ul > li.cbp-hropen a.menu-label {
	/*color: #afdefa;*/
	/*color: #47a3da;*/
	color: #FFF;
	text-decoration: underline;
	text-decoration-style: dotted;
	/*text-decoration-color: #E53933;*/
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	/*background: #1C2A43;*/
	
	/*background: #FFF;*/
	background: #f3f3f3;
	border-top: 2px solid #1C2A43;
	border-bottom: 2px solid #CCC;
	
	width: 100%;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	z-index: 9999;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	/*width: 20%;*/
	/*width: 25%;*/
	width: 20%;
	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-hrmenu .cbp-hrsub-inner > div a:hover {
	/*color: #4464B7;*/
	color: #E23935;
	
	text-decoration: underline;
	text-decoration-style: dotted;
}

.cbp-hrsub h4 {
	/*color: #afdefa;*/
	color: #1C2A43;
	padding: 2em 0 0.6em;
	margin: 0;
	/*font-size: 160%;
	font-weight: 300;*/

	text-transform: uppercase;
	/*font-weight: bold;*/

	font-size: 135%;
	/*font-weight: 200;*/
	font-weight: bold;

	height: 30px;
}
