﻿.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: 96%;
	 margin:0 auto

}

.cbp-hrmenu > ul > li {
	display: inline-block;	float: right; 
}

.cbp-hrmenu > ul > li > a {
	padding:0 0.5em;
	color: #333;
	display: inline-block;
	font-size:13px;

}

.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #47a3da;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #47a3da;
	width: 100%;
	left: 0;
	z-index:999999999999;
	box-shadow: 0px 2px 2px 3px rgba(43, 43, 43, .3);
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {

	padding: 2em 1em;
}

.cbp-hrmenu .cbp-hrsub-inner > div  li{
	width: 23%; margin:0px 1%;
	float: left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
	border-bottom:#A3D3EF 1px solid; line-height:200%; text-align:left
}

.cbp-hrmenu .cbp-hrsub-inner > div  li a:hover{ color:#FFC600}
@media only screen and (max-width: 768px) {
.cbp-hrmenu .cbp-hrsub-inner > div  li{
	width: 31.33%;margin:0px 1%;
	float: left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;

}
}

.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;
	font-size:13px
}
.cbp-hrmenu .cbp-hrsub-inner > div a:hover{

}
.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

@media only screen and (max-width: 414px) {
.cbp-hrmenu .cbp-hrsub-inner > div  li{
	width: 48%;margin:0px 1%;
	float: left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;

}
}

@media only screen and (max-width:320px) {
.cbp-hrmenu > ul > li > a {
	padding:0 0.2em;
	color: #333;
	display: inline-block;
	font-size:12px;

}}

