
      
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after { 
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  margin: 30px 25px 20px 0;
  border-radius: 0px;
  border: 0px solid #98c571;
  line-height: 1;
  float: right;
}
#cssmenu > ul > li {
  float: left;
  border-right: 1px solid #e2d6bc;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 5px 25px 5px 25px;
  font-size: 22px;
  text-decoration: none;
  font-weight: 100;

  color: #604214;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#cssmenu > ul > li.active > a {
  color: #ac8f10;
}
#cssmenu > ul > li.active > a:hover {
  color: #ac8f10;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ac8f10;
}  


#cssmenu.small-screen {
  width: 100%;
  clear: both;
  margin: 0;
  float: none;
  border: 0px solid rgba(96, 66, 20, 0);  
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(96, 66, 20, 0.2);
  background-color: rgba(255, 255, 255, 0.8);   
}
#cssmenu.small-screen > ul > li > a {
  padding: 10px 50px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  margin: 22px 0 0 0;
  padding: 8px 50px 4px 50px;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
  color: #604214;
  background-color: rgba(255, 255, 255, 0.8); 
}
#cssmenu.small-screen #menu-button:hover {
  color: #ac8f10;
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #ac8f10;  
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: relative;
  right: 0px;
  top: -10px;    
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #604214;
  border-bottom: 2px solid #604214;
  width: 25px;
  height: 5px;   
} 

#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #ac8f10;
  border-bottom: 2px solid #ac8f10;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: relative;
  right: 0px;
  top: 5px;
  display: block;
  width: 25px;
  height: 2px;
  background: #604214;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #ac8f10;  
}
