.cbp-hrmenu {
	width: 100%;
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cbp-hrmenu > ul {
}
/* first level ul style */
.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 81em;
	margin: 0 auto;
	padding: 0 0em;
}
.cbp-hrsub-inner h4 a {
	font-family: 'Open Sans', sans-serif;
	color: #fff !important;
	border-bottom:0px dotted #fff !important;
	margin:10px 0px !important;
	display:inline-block;
}
.cbp-hrsub-inner h4 a:before {
}
.cbp-hrsub-inner li {
	font-size:13px;
	margin:8px 0px;
	line-height:normal;
}
.cbp-hrmenu > ul > li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:17px;
}
.cbp-hrmenu > ul > li > a {
	padding: 0.5em 1.7em;
	color: #4a5155;
	display: inline-block;
	border-bottom:3px solid #fff;
}
.cbp-hrmenu > ul > li > a.active {
	color:#2B96CC;
	border-bottom:3px solid rgba(43, 150, 204, 1);
}
.cbp-hrmenu > ul > li > a.active:hover {
}
.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}
.cbp-hrsub-inner ul li:before {
	content:url('../img/menu-arrow.png');
	padding-right:5px;
}
.cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #2B96CC;
	border-bottom:3px solid #2B96CC;
}
.cbp-hrsub-inner ul {
	margin-top:-5px;
}
.cbp-hrsub-inner ul li a {
	color:#a5dffc !important;
}
.cbp-hrsub-inner ul li a:hover {
	color:#fff !important;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #2B96CC;
	width: 100%;
	left: 0;
	z-index:9999;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding: 2em 0;
}
.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 32%;
	float: left;
	padding:0 0.5%;
}
.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 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	/*	padding: 1.2em 0 0.2em;*/
	font-size:18px;
	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: 1px solid #47a3da;
}
 .cbp-hrmenu > ul > li > a {
 display: block;
 padding: 10px 15px;
}
 .cbp-hrmenu .cbp-hrsub {
 position: relative;
}
 .cbp-hrsub h4 {
 padding-bottom: 0.6em;
}
}
 @media screen and (max-width: 36em) {
 .cbp-hrmenu .cbp-hrsub-inner > div {
 width: 100%;
 float: none;
 padding: 0 2em;
}
}
.cbp-hrsub-inner {
	padding:0 25px !important;
}
@media(max-width:767px){
	.cbp-hrsub-inner {
		padding:0px !important;
	}	
}
/*.cbp-hrmenu > ul > li:last-child a{
padding-right:15px;
}
.cbp-hrmenu > ul > li:last-child.cbp-hropen a{
padding-right:1.8em;
}*/
.dropdownBlock{
	display: block;
}
@media(max-width:767px){
	.dropdownBlock{
		display: none;
		width: 100%;
	}	
}
/* humburger menu */

  
  /* Icon 1 */
  
#nav-icon3{
	width: 40px;
	height: auto;
	position: relative;
	margin-left:auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 15px;
	top:30px;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #66b833;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  
     
  /* Icon 3 */
  
  #nav-icon3 span:nth-child(1) {
	top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 14px;
  }
  
  #nav-icon3 span:nth-child(4) {
	top: 28px;
  }
  
  #nav-icon3.open span:nth-child(1) {
	top: 14px;
	width: 0%;
	left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
	top: 14px;
	width: 0%;
	left: 50%;
  }
  