
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: 3000;
}

.nav-collapse li {
  float: left;
  width: 100%;
  color: #000;
}
.nav-collapse a:hover {
	color: #f8eedb;
	font-family: 'Parkinsans', Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: #bd1f25;
}
.nav-collapse li .active {
    color: #f8eedb;
    font-weight: 600;
    background: #ef421a; 
    cursor: pointer;
}
.nav-collapse a {
  font-family: 'Parkinsans', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 15pt;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  float: left;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: 0.5s ease;
  text-transform: uppercase;
}
@media screen and (min-width: 681px) {
.nav-collapse li {
    width: 14%;
    *width: 11%; /* IE7 Hack */
    _width: 11%; /* IE6 Hack */
}
.nav-collapse li.mid {
    width: 18%;
    *width: 15%; /* IE7 Hack */
    _width: 15%; /* IE6 Hack */
}
.nav-collapse li.order {
    width: 22%;
    *width: 17%; /* IE7 Hack */
    _width: 17%; /* IE6 Hack */
}
.nav-collapse a:hover {
	color: #ef421a;
	font-family: 'Parkinsans', Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: 0.5s ease;
    background: none;
    padding-bottom: 12px;
    border-bottom: 5px solid #ef421a;
}
.nav-collapse li .active {
    background: none;
	color: #f8eedb;
    font-weight: 600;
    border-bottom: 5px solid #5bb857;
    cursor: pointer;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  padding: 0;
  float: center;
  margin: auto;
  text-align: center;
}
.nav-collapse ul ul a {
    display: none;
	text-align: center;
  }
.nav-collapse a {
  font-family: 'Parkinsans', Arial, Helvetica, sans-serif;
  font-size: 10.5pt;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14pt;
  text-decoration: none;
  width: 100%;
  float: left;
  color: #f8eedb;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 12px;
  border-bottom: 5px solid #000;
}  
}

.nav-collapse ul ul a {
  padding-left: 0;
}

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

.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;
  overflow: hidden;
  width: 100%;
  height: 60px;
  float: left;
}


.nav-toggle:before {
  color: #5bb857;
  font-family: 'icomoon', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 50pt;
  background: #f8eedb;
  text-transform: none;
  position: absolute;
  content: "\e90f";
  text-indent: 0;
  text-align: center;
  line-height: 60px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}

.nav-toggle.active::before {
  font-family: 'icomoon', sans-serif;
  font-size: 30pt;
  font-weight: bold;
  line-height: 60px;
  content:"\e907";
  color: #5bb857;
  transition: 0.5s ease;
}

@media only screen and (min-width: 800px) {
.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;
    padding: 0;
  }
.nav-collapse a:hover {
    padding-bottom: 20px;
    color: #5bb857;
    border-bottom: 5px solid #5bb857;
}
.nav-collapse a {
    font-size: 10.6pt;
    line-height: 13pt;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 0 0 20px;
    border-bottom: 5px solid #f8eedb;
    color: #000;
}
.nav-collapse li .active {
    color: #ef421a;
    font-weight: 600;
    border-bottom: 5px solid #ef421a;
}
}