#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0;
  box-sizing: border-box;
  display: block;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

#cssmenu:after, #cssmenu > ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

#cssmenu #menu-button {
  display: none; }

#cssmenu {
  background: #000000;
  background: -webkit-linear-gradient(bottom, #000000, #010101);
  background: -ms-linear-gradient(bottom, #000000, #010101);
  background: -moz-linear-gradient(bottom, #000000, #010101);
  background: -o-linear-gradient(bottom, #000000, #010101);
  background: linear-gradient(to top, #000000, #010101);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -2px 0px #000000, inset 0 1px 0 #010101;
  border-radius: 0;
  border: 1px solid #000000;
  line-height: 1; }

#cssmenu > ul > li {
  float: left; }

#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 {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  color: gold;
  font-size: 16px;
  padding: 26px 20px;
  text-decoration: none;
  transition: all .2s ease; }

#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0; }

#cssmen.align-right > ul > li:first-child > a {
  border-radius: 0; }

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
  color: #FFD700; }

#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover {
  background: rgba(125, 125, 125, 0.04); }

#cssmenu > ul > li:after {
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  content: '';
  display: block;
  height: 20px;
  opacity: .15;
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px; }

#cssmenu.align-right > ul > li:after {
  left: -1px;
  right: auto; }

#cssmenu > ul > li:before {
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), goldfff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), goldfff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), goldfff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), goldfff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), goldfff, rgba(0, 0, 0, 0));
  content: '';
  display: block;
  height: 20px;
  opacity: .35;
  position: absolute;
  right: -1px;
  top: 18px;
  width: 1px; }

#cssmenu.align-right > ul > li:before {
  left: 0px;
  right: auto; }

#cssmenu > ul > li:last-child:after, #cssmenu > ul > li:last-child:before {
  display: none; }

#cssmenu.small-screen {
  width: 100%; }

#cssmenu.small-screen > ul, #cssmenu.small-screen.align-center > ul {
  text-align: left;
  width: 100%; }

#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  border-top: 1px solid rgba(100, 100, 100, 0.1);
  display: block;
  float: none; }

#cssmenu.small-screen > ul > li > a {
  padding: 18px 25px; }

#cssmenu.small-screen > ul > li:after, #cssmenu.small-screen > ul > li:before {
  display: none; }

#cssmenu.small-screen #menu-button {
  color: gold;
  cursor: pointer;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 13px 0 13px; }

#cssmenu.small-screen #menu-button.menu-opened {
  color: #FFD700; }

#cssmenu.small-screen #menu-button:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-top: 2px solid gold;
  border-bottom: 2px solid gold;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 18px; }

#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #FFD700;
  border-bottom: 2px solid #FFD700; }

#cssmenu.small-screen #menu-button:before {
  background: gold;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 18px; }

#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #FFD700; }

/*# sourceMappingURL=menu.css.map */
