@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  padding: 0;
  float: left;
    z-index: 10000;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

.order a:hover, .order:hover{
    background: #d22329;
	color: #eeeae0;
    cursor: pointer;
}

.nav-collapse a:hover {
	color: #d22329;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.nav-collapse li .active {
	color: #d22329;
}
.order a, .order, .order a:link {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 600;
  letter-spacing: 2.8px;
  line-height: 16pt;
  text-decoration: none;
  width: 100%;
  padding: 9px 0;
  float: left;
  color: #1b1b1b;
  text-align: center;
  background: #fbae34;
}

.nav-collapse a {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 600;
  letter-spacing: 2.8px;
  line-height: 16pt;
  text-decoration: none;
  width: 100%;
  padding: 9px 0px;
  float: left;
  color: #1b1b1b;
  text-align: center;
}

@media screen and (min-width: 581px) {
.nav-collapse li.small {
    width: 17%;
    *width: 17%; /* IE7 Hack */
    _width: 17%; /* IE6 Hack */
  }
  .nav-collapse li {
    width: 24.5%;
    *width: 24.5%; /* IE7 Hack */
    _width: 24.5%; /* IE6 Hack */
  }
.order a, .order {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    border-bottom: 0;
  }
.nav-collapse a {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    border-bottom: 0;
  }
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  padding: 0;
  width: 100%;
  padding: 0 4%;
  float: center;
  margin: auto;
  text-align: center;
}
.nav-collapse ul ul a {
    display: none;
	text-align: center;
  }
.order a:hover, .order:hover{
	color: #1b1b1b;
    background: #fbae34;
}
.order a, .order {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  letter-spacing: 1.8px;
  line-height: 12pt;
  width: 100%;
  padding: 9px;
  margin-top: 0;
  float: left;
  color: #eeeae0;
  text-align: center;
  border-radius: 25px;
  background: #d22329;
}
.nav-collapse a {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  letter-spacing: 1.8px;
  line-height: 12pt;
  width: 100%;
  padding: 9px 0;
  float: left;
  color: #1b1b1b;
  text-align: center;
}
}

.nav-collapse ul ul a {
  background: #1c4d60;
  padding-left: 0;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -100px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 55px;
  float: left;
}


.nav-toggle:before {
  color: #1b1b1b;
  font-family: "Entyporegular", sans-serif;
  background: #f1e8df;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 55pt;
  text-transform: none;
  position: absolute;
  content: "\0069";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-family: 'Entyporegular', Arial, Helvetica, sans-serif;
  font-size: 55pt;
  font-weight: bold;
  line-height: 55px;
  content:"\0058";
}

@media only screen and (min-width: 769px) {
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: center;
  margin: auto;
}
.nav-collapse ul , .nav-collapse ul ul a {
	text-align: center;
  }
}