.cbp-hrmenu {
	width: 100%;
	float:left;
}
/* 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;*/
	float:left;
	border-right:1px solid #484747;
}
.cbp-hrmenu > ul > li:last-child {
	border-right:none;
}
.cbp-hrmenu > ul > li > a.las {
padding:0 0 0 12px !important;
}
.cbp-hrmenu > ul > li > a {
	padding:0px 30px 0px 22px;
	color: #999;
	display:block;
	font-family:'roboto-bold';
    font-size:17px;
	color: #fff;
	line-height: 53px;
}
/* sub menu css */
.cbp-hrsub-inner li {
    display: inline-block;
	float:left;
	border-right:1px solid #989898;
}
.cbp-hrsub-inner ul > li > a {
	color: #999;
	display:block;
	font-family: 'robotoregular';
    font-size:15px;
	color: #fff;
	line-height: 40px;
}
/*.cbp-hrsub-inner ul > li > a:hover {
	background: rgba(0,175,159,1);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
cursor:pointer;
}*/
.cbp-hrsub-inner ul > li > a:hover {
	background: rgba(0,175,159,1);
background: -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
background: -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background:  linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
cursor:pointer;
}
/*.cbp-hrsub-inner ul > li > a.select, .cbp-hrsub-inner ul > li > a.select:hover {
	background: rgba(0,175,159,1);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
} */
/* sub menu css */
.cbp-hrmenu > ul > li > a.arrow {
    background: rgba(0, 0, 0, 0) url("../images/menu-arrow.png") no-repeat scroll right 12px top 25px;
}
.cbp-hrmenu > ul > li > a.arrow:hover {
	 color: #fff;
     display: block;
     text-decoration: none;
	background: rgba(0,175,159,1);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
}
.cbp-hrmenu > ul > li > a:hover {
	 color: #fff;
     display: block;
     text-decoration: none;
	background: rgba(0,175,159,1);
background: -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
background: -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	font-weight:bold;
}
.cbp-hrmenu > ul > li > a.selected, .cbp-hrmenu > ul > li > a.selected:hover{
	color: #fff;
	background: rgba(0,175,159,1);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
}
.cbp-hrmenu > ul > li > a.selected.arrow, .cbp-hrmenu > ul > li > a.selected.arrow:hover{
	color: #fff;
	background: rgba(0,175,159,1);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
background: url("../images/menu-arrow-hover.png") no-repeat scroll right 12px top 25px, linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	/*background:url("../images/sub-menu-bg.png") repeat-x scroll left 0px;*/
	width: 100%;
	padding:0px 1%;
	left: 0;
	z-index:9999999999;
	bottom:-43px;
	/*border-top:3px solid #fa4f26;*/
	background: rgba(140,140,140,1);
background: -moz-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(126,126,126,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,140,140,1)), color-stop(100%, rgba(126,126,126,1)));
background: -webkit-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(126,126,126,1) 100%);
background: -o-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(126,126,126,1) 100%);
background: -ms-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(126,126,126,1) 100%);
background: linear-gradient(to bottom, rgba(140,140,140,1) 0%, rgba(126,126,126,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#7e7e7e', GradientType=0 );
}
.cbp-hropen .cbp-hrsub {
	display: block;
    bottom: -43px;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 18%;
	float: left;
	padding: 10px 1% 0;
}
.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;
	}
}



