.cbp-hrmenu {
	width: 100%;
	margin-top: 2em;
	/*border-bottom: 4px solid #47a3da;*/
	position:absolute;
	bottom:8px;
	right:0;
	text-align:right;
}

/* 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: 90%;*/
	max-width: 1200px;
	margin: 0 auto;
	/*padding: 0 1.875em;*/
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 0 10px;
	margin: 0 10px;
	color: #fff;
	display: inline-block;
	text-decoration:none;
	border-bottom: 1px #61af6f solid;
	text-align:center;
	cursor:pointer;
}
 

.cbp-hrmenu > ul > li > a:hover,
body.page_about .cbp-hrmenu > ul > li > a.b1-1,
body.page_news .cbp-hrmenu > ul > li > a.b1-2,
body.page_product .cbp-hrmenu > ul > li > a.b1-3,
body.page_service .cbp-hrmenu > ul > li > a.b1-4,
body.page_contact .cbp-hrmenu > ul > li > a.b1-5 {
	color: #fff;
	border-bottom:1px #fff solid;
}

.cbp-hrmenu > ul > li.cbp-hropen > a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	/*background: #47a3da;*/
	display:block;
	text-decoration:none;
	text-align:left;
}
.cbp-hrmenu > ul > li.cbp-hropen a:hover {
	/*color:#fff;*/
}


/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #f4f4f4;
	width: 100%;
	left: 0;
	top:37px;
	z-index:102;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 4em;
	border-bottom:1px #CCC solid;
}

.cbp-hrmenu .cbp-hrsub-inner > div.n01 {
	width: 30%;
	float: left;
	text-align:left;
	margin-left:20px;
}
.cbp-hrmenu .cbp-hrsub-inner > div.n01 ul li {
	width: 30%;
}

.cbp-hrmenu .cbp-hrsub-inner > div.n02 {
	width: 30%;
	float: left;
	text-align:left;
}
.cbp-hrmenu .cbp-hrsub-inner > div.n02 ul li {
	width: 30%;
}
.cbp-hrmenu .cbp-hrsub-inner > div.n03 {
	width: 30%;
	float: left;
	text-align:left;
}
.cbp-hrmenu .cbp-hrsub-inner > div.n03 ul li {
	width: 30%;
}


.cbp-hrmenu ul.noh4 {
	margin-top:70px;
}

.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;
	color:#555;
	text-decoration:none;
	display:block;
}
.cbp-hrmenu .cbp-hrsub-inner > div a:hover {
	color:#0b9f25;
	text-decoration:underline;
}
.cbp-hrsub h4 {
	color: #555;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 16px;
	text-align:left;
}

/* Examples for media queries */


@media only screen and (min-width: 0px) and (max-width: 767px) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
		margin-top:0;
	}
	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		/*border-bottom: 4px solid #47a3da;*/
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}



