

@charset "utf-8";
/* CSS Document */

.toggleMenu {
    display:  none;
	 font-family: 'abelregular';
	font-size:16px; color:#fff;
	text-transform:uppercase;
	padding:10px 20px; 
}
.toggleMenu img{ margin:0px 5px 0px 0px;}

.nav-box{ background:#0260b0 url(../images/menu-bg.jpg) left top repeat-x; position:relative; z-index:10; border-bottom:1px solid #fff; box-shadow:0px 3px 3px RGBA(0, 0, 0, 0.33);}
.nav {
    list-style: none;
     *zoom: 1;
	 margin:0px; padding:0px;
	 
}

.nav2{margin:10px 0px;}
.nav2 li a{font-size:14px; padding:10px; border-radius:5px;}




.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 11em;
}

.nav a { margin:0px 1px 0px 0px;  }

.nav li { position: relative; }
.nav li a{ font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#fff; border-left:1px solid #fff; line-height:13px; text-transform:uppercase; padding:17px 39px;}
.nav li:last-child > a{ border-right:1px solid #f6c4c2;}
.nav li li:last-child > a, .nav li li li:last-child > a{ border-right:none;}

.nav li a:hover, .select{ background:#ec3c01;}

.nav > li:hover > a, .nav > a:hover,
.nav > li li:hover > a, .nav > a:hover
 {  background:#ec3c01;}
 
.nav > li li:hover > nav li a, .nav > a:hover,
.nav > li li:hover > a, .nav > a:hover
 {  background:#0260b0; }
 
 

.nav > li {
    float: left;
}

.nav > li > a {
    display: block;
}
.nav li ul {
    position: absolute;
    left: -9999px; width:250px;  border:solid 1px #fff; border-radius:4px;  /* box-shadow:1px 1px 1px #ccc; */
}
.nav li ul li {
	margin:0px; padding:0px;
}
.nav > li.hover > ul {
    left:3px; width:250px; border-radius:0px 0px 6px 6px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0px;
}
.nav li li {
	padding:0px;
	margin:0px; border-radius:0px;
	padding:10px 0px; 
}
.nav li li a {
    display: block; font-weight:normal;
    font-size: 14px;
    padding: 10px 10px;
    margin: 0px;
    background:#0260b0;
    color: #fff;
    position: relative;
    z-index: 100;
    border-top: 1px dashed #3e94de;
	border-right:none;
	border-left:none;
    border-radius: 0px;
    text-shadow: none;
    margin: 0px;
	text-transform:none;
}

.nav li li a:hover { background:#0260b0; border-top: 1px dashed #3e94de; color:#fff !important;}

.nav li li:first-child > a{ border:none;}

.nav li li li a {
   	background:#0260b0;
    z-index:200000;
    border-top: 1px dashed #3e94de;
	margin:0px;
	color:#fff;
	/* font-size:12px; */
}


/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#ec3c01;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


@media screen and (max-width:1199px) {
.nav li a{ padding:17px 20px;}
}

@media screen and (max-width:991px) {
.nav li a{ padding:17px 8px;}
}

@media screen and (max-width:780px) {
	.nav-box {padding: 8px 0px;}
.nav {display:none; float:none;}
.menu{background:#01599e;} 

.nav li li:last-child > a, .nav li li li:last-child > a, .nav li:last-child > a{ border-right:none;}
   
.toggleMenu {display:  none;top:100px; width:100%;}

.nav {
	 float:none;
	 width:100%;
	 margin:0px;
}

   .nav li a { color:#fff; padding:12px 18px; border-bottom:1px solid #0876d5; border-left:none; border-right:none; margin:0px; }
	.nav li:hover{ background-color:#ff4343;}
    .nav > li {float: none; background:#23639c;}    
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
	.nav ul { width: 100% !important;}
	
	{ color:#f3f0cf;}
	
	.nav li a:hover, .select{ color:#f3f0cf !important; background: url(../images/border-hover.png) bottom center no-repeat;}

.nav > li:hover > a, .nav > a:hover,
.nav > li li:hover > a, .nav > a:hover
 { color:#f3f0cf !important; background: url(../images/border-hover.png) bottom center no-repeat;}
 
.nav > li li:hover > nav li a, .nav > a:hover,
.nav > li li:hover > a, .nav > a:hover
 { background:#00aaef; }
	
}