.cbp-hrmenu {width: 100%;}

.cbp-hrmenu > ul > li > a{ font-family: "gothambold1";}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner div ul a{font-family: "gothambold1";}

/* 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%; z-index:1000;
	margin: 0 auto;
	padding: 0 1em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {

	padding: 1em;
	color: #fff;
	display: inline-block; text-shadow:1px 1px 3px rgba(0, 24, 84, 1);
}

.home{ background-color: rgba (223, 235, 255, 0.4) !important; display:block; padding-top:.5em !important}

.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}

li.cbp-hropen > a, li.cbp-hropen > a:hover {
	color: #003084 !important;text-shadow:1px 1px 3px rgba(255, 255, 255, 1) !important;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(215, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%);
	width: 100%;
	left: 0; border:1px solid #fff;
}

.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left; margin:1em 0 1em 0;
	padding: 0 2em; border-right:1px dotted #b9bdc4;
}

.m100{ float:left; width:100% !important; border:none !important;}

.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: 1.4em;
	color:#466db1; display:block;
}

.cbp-hrsub h4 {
	padding: 0.6em 0 0.6em;
	margin: 0;
	font-size: 140%;
	font-weight: 300;
}
.cbp-hrsub h4 a{color: #7d7d7d !important;font-weight: 300;}

.cbp-hrsub a:hover{ color:#00296f !important;text-shadow:1px 1px 3px rgba(255, 255, 255, 1) !important;  background:rgba(255, 255, 255, .7);}

.bl2{ width:14%; padding:0 5px 0 10px; float:left;font-family: "gotham_htfbook";}
.bl3{ width:32%; padding-right:10px; float:left;font-family: "gotham_htfbook";}
.bl4{ width:10%; padding:0 5px 7px 7px; float:left;font-family: "gotham_htfbook";}



.todosMenu{background: linear-gradient(rgba(150, 0, 20, 1) 0%, rgba(206, 0, 27, 1) 100%); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;}
.todosMenu a{text-align: center; color:#fff;font-family: "gothambold1"; padding: .7em 1em; display:block; font-size:1.1em; text-transform:uppercase;}

/* Examples for media queries */

@media screen and (max-width: 55em) { 
.bl4{ width:20% !important; }
.bl2{ width:20% !important; }


}

@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 #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub {position: relative;}

	.cbp-hrsub h4 {padding-top: 0.6em;}

.todosMenu{ margin:10px 0 3px 0;}
.bl4{ width:33% !important; }

.bl2{ width:33% !important; }


}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
	
	
.bl2{ width:50% !important; }
.bl4{ width:50% !important; }
}

@media screen and (max-width: 26em) { 
	
.bl2{ width:100% !important; }
.bl4{ width:100% !important; }
}



