.menu_Foztx {
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  color: #a03312;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 959px) {
  .menu_Foztx {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
}
.menu_Foztx:after {
  display: table;
  content: " ";
  font-size: 0;
  clear: both;
}
.menu_Foztx li {
  display: inline-block;
  text-align: center;
  position: relative;
}
@media (min-width: 960px) {
  .menu_Foztx li {
    min-width: 100px;
  }
  .menu_Foztx li:first-child {
    display: none;
  }
}
@media (max-width: 959px) {
  .menu_Foztx li {
    display: block;
    width: 100%;
    max-height: 45px;
    line-height: 45px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.menu_Foztx li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
@media (max-width: 959px) {
  .menu_Foztx li a {
    padding: 0 10px;
  }
}
.menu_Foztx li a:focus,
.menu_Foztx li a:active {
  font-weight: normal;
}
.menu_Foztx li li.current a {
  font-weight: normal;
  cursor: default;
  color: #a03312;
}
.menu_Foztx li > ul {
  position: absolute;
  background: white;
  z-index: 50;
  min-width: 100%;
  max-height: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .menu_Foztx li > ul {
    display: none;
  }
}
.menu_Foztx li > ul li {
  width: 100%;
}
.menu_Foztx li > ul li {
  display: block;
  max-height: 0;
}
.menu_Foztx li > ul li a {
  color: #f94f28;
}
@media (min-width: 960px) {
  .menu_Foztx li > ul li a {
    max-height: 0;
    padding: 0 12px;
  }
}
.menu_Foztx li:hover > ul,
.menu_Foztx li:focus > ul,
.menu_Foztx li:active > ul {
  max-height: 100em;
}
.menu_Foztx li:hover > ul li,
.menu_Foztx li:focus > ul li,
.menu_Foztx li:active > ul li {
  max-height: 100%;
}
@media (min-width: 960px) {
  .menu_Foztx li:hover > ul li a,
  .menu_Foztx li:focus > ul li a,
  .menu_Foztx li:active > ul li a {
    max-height: 10em;
    padding: 6px 12px;
  }
}
@media (max-width: 959px) {
  .menu_Foztx {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 40px;
    bottom: 0;
    background: #333333;
    width: 0;
  }
  .menu_Foztx.expanded {
    width: 70%;
  }
  .menu_Foztx li {
    border-bottom: 1px solid #f94f28;
    color: white;
    text-align: left;
  }
  .menu_Foztx li.current a {
    font-weight: normal;
    color: white;
  }
  .menu_Foztx li.current a:after {
    content: "";
    display: inline-block;
    margin: 8px -10px;
    float: right;
    border: 14px solid transparent;
    border-right-color: white;
  }
}
.no-touch .menu_Foztx li:hover > a {
  color: #f94f28;
  cursor: pointer;
  font-weight: bold;
}
#menuButton {
  display: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media (max-width: 959px) {
  #menuButton {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #f94f28;
    height: 40px;
    color: white;
  }
  #menuButton label > i {
    display: none;
  }
  #menuButton label:after {
    content: "\f0c9";
    color: #e1cac5;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    position: absolute;
    top: 6px;
    left: 10px;
    cursor: pointer;
    z-index: 1;
  }
  #menuButton.checked label {
    font-weight: normal;
    text-align: right;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 70%;
  }
  #menuButton.checked label:after {
    color: #f94f28;
  }
  #menuButton.checked label > i {
    width: 40px;
    display: block;
    text-align: center;
    border-right: 1px solid #b36666;
    line-height: 40px;
    float: right;
  }
}
