@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas__-webfont.eot');
    src: url('../fonts/bebas__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas__-webfont.woff2') format('woff2'),
         url('../fonts/bebas__-webfont.woff') format('woff'),
         url('../fonts/bebas__-webfont.ttf') format('truetype'),
         url('../fonts/bebas__-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

nav, ul, li, a  {margin: 0; padding: 0; outline:none;}

a {text-decoration: none;}

.toggleMenu {
    display:  none;
    padding: 7px 100px 7px 100px;
    color: #fff;
	font-size:18px;
	outline:none;
	background:url(../images/menu.png) no-repeat 0px top #025fd3;font-family: 'bebasregular';
}


.nav {
    list-style: none;
     *zoom: 1;
	 margin:0px 0px 0px 0px;
	 padding:0;
}

.nav:before,

.nav:after {
    content: " "; 
    display: table; 
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 9em;
}

.nav a {
    padding: 17px 33px 15px 33px !important;
	margin:0px 0px 0px 0px !important;
    font-family: 'bebasregular' !important;
	font-size: 16px !important;
	font-weight:normal !important;
	line-height:22px !important;
	text-transform:uppercase;
	
}

.nav a:hover {
	color: #FFFFFF;
	text-decoration:none;background-color:#282828;
}

.nav .active {
	color: #FFFFFF;
	text-decoration:none;background-color:#282828;
}

.nav li {
    position: relative;
}


.nav > li {
    float: left;
	border-right:1px solid #1f4874;
}

.nav > li > .parent {
	/*background:url(../images/downArrow.png);*/
    background-repeat: no-repeat;
    background-position: right;
}

.nav > li > a {
    display: block;
}

.nav > li > a:hover {
	background:none;
  	color:#12355f !important;
}

.nav li  ul {
    position: absolute;
    left: -9999px;
	margin-top:0px;
}



.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
	margin-top:34px;
}

.nav li li a {
    display: block;
	width:180px;
    position: relative;
    z-index:100;
	font-size:13px;
	color:#FFFFFF;
	padding: 8px 0px 8px 10px;
	background-color:#02326e;
	border-bottom:1px solid #e9e9e9;
	text-align:left;
}

.nav li li li a {
    z-index:200;
	background-color:#f06107;
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {

.nav a {
    padding: 17px 15px 15px 15px !important;
	margin:0px 0px 0px 0px !important;
	font-size: 14px !important;
	font-weight:normal;
	line-height:22px !important;
	color: #FFFFFF;
	text-transform:uppercase;
}

}

@media only screen and (min-width: 768px) and (max-width: 979px) {

.nav a {
    padding: 17px 15px 15px 15px !important;
	margin:0px 0px 0px 0px;
	font-size: 13px !important;
	font-weight:normal;
	line-height:22px !important;
	color: #FFFFFF;
	text-transform:uppercase;
}

}


@media only screen and (min-width: 320px) and (max-width: 767px) {

.nav {
	 margin:15px 0px 10px 0px;float:left;
}

.menu_section {
float:left;
}
a{
outline:none;
}
.toggleMenu {
    display:  none;
    padding: 7px 0px 7px 0px;
    color: #fff;
	font-size:18px;
	outline:none;
	background:url(../images/menu.png) no-repeat 0px top #12355b;
	float:left;
	width:100%;
	text-align:center;font-family: 'bebasregular';
} 

   .active {
	display: block;
}

.nav > li {
	width:100%;
	text-align:left;float: right !important;border-right:0px solid #1f4874;
}


.nav li li .parent {
	background:url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav > li > .parent {
background:url(../images/downArrow.png);
background-repeat: no-repeat;
background-position: right;
}
.nav > li > .parent:hover {
background:url(../images/downArrow.png);
background-repeat: no-repeat;
background-position: right;color: #FFFFFF; background-color:#025fd3;
}


.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul , .nav li li.hover ul {
	position: static;
}
.nav a {
    padding: 12px 10px;
	margin:0px 0px 0px 0px;
	font-size: 18px;
	font-weight:normal;
	line-height:18px;
	color: #FFFFFF;
	text-transform:uppercase;
}
.nav .grid {
    display:none !important;
}
.nav li li a {
    display: block;
	width:280px;
    position: relative;
    z-index:100;
	font-size:13px;
	color:#FFFFFF;
	padding: 8px 0px 8px 10px;
	text-align:left;
}

.nav > li > a:hover {
    color:#FFFFFF;
	text-decoration:none;
	background:#282828;border-bottom: none;

}

.nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#0072bc;border-bottom: none;
}

.nav .active {
	color:#FFFFFF;
	text-decoration:none;
	background:#282828;border-bottom: none;
}


}
.white-grad-back{
  background: linear-gradient(#fdfdfd, #dfdfdf);
}
.nav > li {
	float: left;
	border-right: none;
}
nav.white-grad-back li a{
  color: #646464 !important;
}
.navbar.white-grad-back.navbar-inverse {
	border-right: none;
	border-left: none;
}