.cbp-hrmenu {
	width: 980px;
	margin-top: 0.6em;
	border-bottom: 0px solid #f2f2f2;
	background-color: #fff;
}

.main {
    display: inline-block;
}

/* 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: 980px;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 ;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}


.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 0.5em 0.5em;
	color: #999;
	display: inline-block;
	background: #3C7999;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}


.item01 a {
	color: #ffffff !important;
	font-size: 20px;

}

.item01 a:hover {
	color: #999 !important;

}

.cbp-hrmenu > ul > li > a:hover {
	color: #3C7999;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #999;
	background: #3C7999;
	font-family: 'Roboto',sans-serif;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #3C7999;
	width: 100%;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
	z-index: 500;
	margin-top: 1em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.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: #fff;
    padding: 2em 0 0.6em;
    margin: 0;
    font-size: 160%;
    font-weight: 600;
    font-family: 'Roboto Condensed',sans-serif;
}

.box-logo {
	padding-left: 300px;
    padding-right: 200px;
	position: relative; 
	top: 10px;
}

/* 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: 1em 2em;
    font-size: 100%;
	}

	.cbp-hrmenu > ul > li {
		
		border-bottom: 0px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
		display: none !important;
		
	}

	.box-none {

		display: none !important;
	}

	.box-logo {
	position: relative;
    top: 5px;
    padding-left: 25px;
    padding-right: 0;
    z-index: 0;
    height: 0px;
	}

	.cbp-hrmenu {
		position: relative;
		top: 0px;
		z-index: 500;
	}

	.fa-search {
		display: none !important;
	}

	.cbp-hrmenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: left;
		margin-right: 50px;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}

	.box-none {

		display: none !important;
	}
}



#menu_button
{
    width: 30px;
	overflow: hidden;
	padding:5px;
}

#menu_checkbox
{
    display: none;
}

#menu_label
{
    position: relative;
    display: block;
    height: 18px;
    cursor: pointer;
}

#menu_label:before, #menu_label:after, #menu_text_bar
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
	background-color: #fff;
	
}

#menu_label:before, #menu_label:after
{
    content: '';
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}

#menu_label:before
{
    top: 0;
}

#menu_label:after
{
    top: 8px;
}

#menu_text_bar
{
    top: 16px;
}

#menu_text_bar:before
{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-align: center;
}

#menu_text_bar {
	 top: 21px;
}

#menu_checkbox:checked + #menu_label:before
{
    left: -39px;
}

#menu_checkbox:checked + #menu_label:after
{
    left: 39px;
}

#menu_checkbox:checked + #menu_label #menu_text_bar:before
{
    animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
}



.box-none {
    padding: 0px;
    margin: 0px;
  
}






