* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
	font-family:16px;
	
}
a {text-decoration: none;}

.menuSeven{
  width:30px;
  height:22px;
  /*margin: 10px 10px 5px 10px;*/
  position: relative;
  cursor: pointer;
  display: inline-block;
  float:right;
}
.menuSeven span{
  background-color:#666;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height:2px;
}
.menuSeven span:nth-child(1){
  top:0px;
  left: 0px;
}
.menuSeven span:nth-child(2){
  top:10px;
  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: 11px;

}
.clickMenuSeven span:nth-child(2){
  transform: scale(0);
  transition-duration: 50ms


}
.clickMenuSeven span:nth-child(3){
  top: 13PX;
}

.toggleMenu {
    display: none;
    color:#45bf9e;
    background: none;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Catamaran', sans-serif;
    position: absolute;
    right: 5%;
	top:20px;
	
}

/*.toggleMenu {
    width: 100%;
    display: none;
    height:auto;
    color: #fff;
    background: #b3ce00 url(../images/menu-icon.png) no-repeat 95%;
	line-height:35px;
	padding-top:5px;
	padding-bottom:5px;
}*/
.toggleMenu:hover{
	color:#fff;
	text-decoration:none;
	border:none;
	}
.toggleMenu:focus{outline:none;color:#fff;border:none;}	
.toggleMenu h5{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	padding-left:5%;
	}		
.nav {
    list-style: none;
     *zoom: 1;
     background: none;
	 float:right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: auto;
	min-width:100%;
	padding:0;
	margin:0;
}
.nav a {	
  	font-family: 'Poppins', sans-serif;
	font-size:1em;
	font-weight:500;
	line-height:24px;
	color:#333;
	margin-right:15px;
	margin-left:15px;
	text-transform:uppercase;
	/*padding-bottom:5px;*/
	border-bottom:1px solid transparent;
	}
.nav a:hover{
	color:#8b5c27;
	/*border-color:#b3cd00;*/	
	}		
.nav a:focus,.nav a:hover{outline:none}		
.nav li {
    position: relative;	
	/*border-right:1px solid #c5e41e*/
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position:100%  center;
	padding-right:10px;
}
.nav > li > .parent:hover {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position:100%  center;	
}
.nav > li > a {
    display: block;	
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	padding-top:20px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#c88c1f;
    position: relative;
    z-index:100;
    border-top: 1px solid #c88c1f;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:10px;	
}
.nav li li a:hover {
    display: block;
    background: #fff;
    position: relative;
    z-index:100;
	color:#c88c1f;	
}
.nav li li li a {
    background:#77432c;
    z-index:200;
    border-top: 1px solid #fff;
	text-transform:none;
}
.nav li li li a:hover {
    background:#ff9c00;
    z-index:200;
    border-top: 1px solid #fff;
	text-transform:none;
	color:#fff;
}
@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;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.nav a{
		font-size:14px;
		}
	}
@media only screen and (max-width:768px) {
	.nav a{
		color:#444;
		line-height:40px;
		margin-left:0;
		border-bottom-color:#d8f907;
		margin-right:0;
		padding-left:5%;
		}
	.nav a:hover{
		color:#b4cd00;
		border-bottom-color:#d8f907;
		padding-left:5.5%;
		}	
	}	