.cbp-hrmenu {
	width: 100%;
	display:block; text-align:left;
	float:left; margin:0px 0 0 0;	
}

/* 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: 70em;*/
	margin: 0 auto;
	/*padding: 0 1.875em;*/
}

.cbp-hrmenu > ul > li {
	display: inline-block;  margin:0px 14px 0 0; 
}
.cbp-hrmenu > ul > li:first-child{ margin-left:0px;}
.cbp-hrmenu > ul > li:last-child{ margin-left:0px; margin-right: 0;}

.cbp-hrmenu > ul > li > a { padding: 13px 2px; display:block; color:#333333;font-family: 'Public Sans', sans-serif; font-size:14px; line-height: 24px; /*margin-bottom:23px;*/ position:relative;}  
.cbp-hrmenu > ul > li > a::after { content:''; position:absolute; background:#0D8D38; width:0px; height:4px; left: 0px; right:0; margin: auto; bottom: 0;
bottom: 0; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.3s ease; }
.cbp-hrmenu > ul > li > a:hover:after, .cbp-hrmenu > ul > li > a.active:after { width:100%;}
.cbp-hrmenu > ul > li > a.menu-active{ border-bottom: solid 0px #fff;}
.cbp-hrmenu > ul > li > a:hover, .cbp-hrmenu > ul > li > a.active { font-weight: 700;}
.cbp-hrmenu > ul > li > a::before {	display: block; content: attr(title); font-weight: 700;  height: 1px; color: transparent;  overflow: hidden; visibility: hidden;}

/*.cbp-hrmenu > ul > li > a.arrow {
    background: rgba(0, 0, 0, 0) url("../img/menu-arrow.png") no-repeat scroll center 30px;
}*/

.cbp-hrmenu > ul > li > a:hover {
	color: #303030;
    display: block;   
	text-decoration: none;
	font-family: 'Public Sans', sans-serif;
	font-weight: 700;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	/*color: #fff;	opacity:1; background:#ab0400; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; text-shadow: 1px 2px 1px rgba(0,0,0,0.4);  -webkit-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -moz-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -o-text-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
	color: #303030;
    display: block;   
    text-decoration: none;
	font-family: 'Public Sans', sans-serif;;
}
 .cbp-hrmenu > ul > li > a.selected, .cbp-hrmenu > ul > li > a.selected:hover{
	font-family: 'Public Sans', sans-serif;;
	/*background:#ab0400; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -webkit-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -moz-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -o-text-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background:#fafafa;
	width: 100%;
	padding:65px 0px 60px;
	left:0px; right:0; margin:0 auto;
	z-index:9999999999; 
	
/*background: rgba(255,255,255,0.95);
background: -moz-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.95)), color-stop(75%, rgba(255,255,255,0.95)), color-stop(75%, rgba(244,244,244,1)), color-stop(100%, rgba(244,244,244,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1 );
*/

}

.cbp-hropen .cbp-hrsub {
	display: block;	
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	background: #ffffff none repeat scroll 0 0;
    float: left;
    margin: 0 9px 0 0;
    padding: 6px 6px 10px 6px;
    width: 15.1%;
}

.cbp-hrmenu .cbp-hrsub-inner > div:last-child { margin:0;}


.menu-title { color: #4d3437; font-size: 18px;}

.cbp-
hrmenu .cbp-hrsub-inner img {
	width:100%;}

.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 h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.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 #ededed;
	}

	.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;
	}
}


.mega-list { float: left; width: 100%; margin-bottom:0px;}
.mega-list.last { margin-bottom:0;}
.cbp-hrsub-inner-lft { float:left; width:100%; padding:0px 16px;}
.cbp-hrsub-inner-lft ul li { float: left; width:50%; padding:0px 0px 0px 10px;}
.cbp-hrsub-inner-lft ul li .mega-list h2 { font-size:17px; color:#000;  text-align:left; background:url(../images/menu-bg.png) no-repeat left bottom; padding:0px 0 0px; line-height: 22px; margin-bottom:0px;}
.cbp-hrsub-inner-lft ul li .mega-list ul li { display:block; width: 100%; text-align: left; margin-bottom:14px; padding:0px 0px; border:none;}
.cbp-hrsub-inner-lft ul li .mega-list ul li a { background:url(../images/menu-arrow.svg) no-repeat right 0px center; color:#343434; font-size:18px; line-height: 26px; text-shadow:none; padding-right:22px;font-family: 'Public Sans', sans-serif;; float: left;transition:all 0.4s ease; }
.cbp-hrsub-inner-lft ul li .mega-list ul li a:hover { color:#8cb442;}
.cbp-hrsub-inner-lft ul li:last-child { margin-right:0; border:none;}


/*.cbp-hrmenu > ul > li.cbp-hropen a:after { position:absolute; background:#c31a1f; left:0%; bottom:0; display:block; content:""; width:100%; height:4px; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease;}
.cbp-hrmenu > ul > li.cbp-hropen a { color:#c31a1f;}*/


/*.cbp-hrmenu > ul > li > a:after { position:absolute; background:#c31a1f; left:50%; bottom:0; display:block; content:""; width:0%; height:4px; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease;}
.cbp-hrmenu > ul > li > a:hover:after { width:100%; left:0;}*/

.cbp-hrmenu > ul > li.cbp-hropen .cbp-hrsub ul li a:after { display:none;}

.cbp-hrmenu > ul > li.drop-menu { position:relative;}
.cbp-hrsub.wid-auto { width: 280px; background:rgba(255,255,255,0.85);  border:1px solid #cdcecd;}
.cbp-hrsub.wid-auto ul li { text-align:left; border-bottom:1px solid #cdcecd;}
.cbp-hrsub.wid-auto ul li a { font-size:14px; color:#000000; padding:20px 20px; display:block;}
.cbp-hrsub.wid-auto ul li a:hover { color:#c31a1f;}
/*.cbp-hrsub.wid-auto ul li a.selected { color:#c31a1f;}*/
.cbp-hrsub.wid-auto ul li:last-child { border-bottom:none;}


.cbp-hrsub-inner-lft .menu-lft { float:left; width:47%; text-align:left; padding:0px 30px 0px 0px; }
.cbp-hrsub-inner-lft .menu-lft h2 { color:#303030; font-size: 40px; line-height: 46px; margin-bottom:28px;font-family: 'Public Sans', sans-serif;; }
.cbp-hrsub-inner-lft .menu-lft p { color:#414141; font-size:16px; line-height:26px;font-family: 'Public Sans', sans-serif;; margin-bottom: 24px;}
.cbp-hrmenu > ul > li.cbp-hropen a.vermas-btn{ float: left; background: #8cb442; padding: 10px 50px;text-align: center;border-radius: 50px;color: #fff;
font-family: 'Public Sans', sans-serif;;font-size: 16px;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;
-o-transition: all .5s ease;border: 2px solid #8cb442;}
.cbp-hrmenu > ul > li.cbp-hropen a.vermas-btn:hover{background: #333; color: #fff;border: 2px solid #333;}
.cbp-hrsub-inner-lft .menu-rht{ float:left; width:53%;}

.cbp-hrsub-inner-lft.actualid .menu-lft { float:left; width:28%; text-align:left; padding:0px 30px 0px 0px; }
.cbp-hrsub-inner-lft.actualid .menu-rht{ float:left; width:72%;}
.cbp-hrsub-inner-lft.actualid .menu-rht ul li { width: 49%; margin-right: 2%;}
.cbp-hrsub-inner-lft.actualid .menu-rht ul li:nth-child(2n-2) { margin-right: 0px;}
.cbp-hrsub-inner-lft.actualid .menu-rht ul li img { float: left; width: 100%; margin-bottom: 15px;}
.cbp-hrsub-inner-lft.actualid .menu-rht ul li h5 {background:url(../images/menu-arrow.svg) no-repeat right 0px center; color:#343434; font-size:16px; line-height:24px; text-shadow:none; padding-right:22px;font-family: 'Public Sans', sans-serif;; float: left;transition:all 0.4s ease; } }
.cbp-hrsub-inner-lft.actualid .menu-rht ul li a:hover h5{ color:#8cb442 !important;}
.cbp-hrmenu > ul > li.cbp-hropen a:hover h5{ color:#8cb442 !important;}











