* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
}
a {text-decoration: none;}

/*.toggleMenu {
    display:  none;
    background-color:#c4161c !important;
    padding: 10px 0px;
    color: #fff;
	width:100%;
	background:url(../images/nav.png) no-repeat 95% center;
	font-size:1.2em;
	font-weight:500;
	font-family: 'Heebo', sans-serif;
	padding-left:5%
}*/

.toggleMenu {
display: none;
color: #ca4c43;
font-size: 1em;
font-weight: 700;
font-family: 'Montserrat';
float: right;
padding-right: 3%;
margin-top:1.5em;
	
}
/* menuSeven */
.menuSeven{
  width: 35px;
  height: 30px;
  margin:8px 8px 3px 8px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.menuSeven span{
  background-color:#f67c20 ;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 4px;
}
.menuSeven span:nth-child(1){
  top:0px;
  left: 0px;
}
.menuSeven span:nth-child(2){
  top:13px;
  left: 0px;
}
.menuSeven span:nth-child(3){
  bottom:0px;
  left: 0px;
}
.menuSeven:not(.clickMenuSeven):hover span:nth-child(1){
  transform: scaleX(.8);
}
.menuSeven:not(.clickMenuSeven):hover span:nth-child(2){
  transform: scaleX(.5);
}
.menuSeven:not(.clickMenuSeven):hover span:nth-child(3){
  transform: scaleX(.8);
}
.clickMenuSeven span:nth-child(1){
  transform: rotate(90deg);
  top: 13PX;

}
.clickMenuSeven span:nth-child(2){
  transform: scale(0);
  transition-duration: 50ms


}
.clickMenuSeven span:nth-child(3){
  top: 13PX;
}
.nav {
    list-style: none;
     *zoom: 1;
     background: none;
	 float:left;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.nav a {
    margin:0px 15px;
    color:#fff;
	font-size:15px;
	font-weight:500;
	font-family: 'Heebo', sans-serif;
	line-height:45px;
	text-transform:uppercase;
	
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav li li a{text-shadow:none;}
.nav > li > a:hover {
    display: block;
	
}
.hvr-underline-reveal {
  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;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -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-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
	
}
.nav li li a {
    display: block;
    background:#025aaa;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #ccc;
	line-height:40px;
	width:85%;
	padding-left:15% !important; padding-right:15% !important;
}
.nav li li a:hover{ background-color:#fff; color:#025aaa}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}


@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}