 .cbp-hrsub-inner {max-width: 60%;}
.cbp-hrmenu {
	width: 100%;
	font-size: 15px;
	color: #282460; box-shadow: rgb(0 0 0 / 12%) 0 2px 3px;
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;    padding-top: 12px;
}
/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 98%;
	margin: 0 auto;
	padding: 5px 1.875em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1em 2em;
	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 {
	color: #ffffff;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #333333;
	width: 100%;
	left: 0;    z-index: 9999;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 1em;

}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 22%;
	float: left;
	padding: 0 1.3% 0;
	border-left: 1px solid #6e6969;    margin:10px 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 span {
	color: #999999;
	padding: 10px 0 0.6em;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #6e6969;
	margin-bottom: 10px;    white-space: nowrap;
}
.cbp-hrsub h4 {
	color: #999999;
	padding: 10px 0 0.6em;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #6e6969;
}
.cbp-hrsub p {margin: 0;}
/* Examples for media queries */


@media screen and (max-width: 1360px) { 
 .cbp-hrsub-inner {max-width: 978px;} 
 }
 
@media screen and (max-width: 1200px) { 
 .cbp-hrsub-inner {max-width: 98%;} 
}

@media screen and (max-width: 720px) { 
 .cbp-hrsub-inner {max-width: 98%;}
 .cbp-hrmenu .cbp-hrsub-inner > div {
	width: 44%;
	float: left;
	padding: 0 1.3% 0;
	border-left: 1px solid #6e6969;    margin:10px 0;
	}
} 

@media screen and (max-width: 520px) { 
 .cbp-hrsub-inner {max-width: 98%;}
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
		border:none;
	}
}

@media screen and (max-height:700px) { 
 .cbp-hropen .cbp-hrsub {
		max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -10px;
	}
}

@media screen and (max-height:1080px) { 
 .cbp-hropen .cbp-hrsub {
		max-height:800px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -10px;
	}
}