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

.nav-collapse li {
  float: left;
  width: 100%;
  color: #442519;
}
.nav-collapse a:hover, .nav-collapse .order:hover {
	color: #fff;
	font-family: 'Parkinsans', Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: #2769b3;
}
.nav-collapse li .active {
    color: #95d2b5;
    font-weight: 600;
    background: #ec008c; 
    cursor: pointer;
}
.nav-collapse a, .nav-collapse .order {
  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: 581px) {  
.nav-collapse li {
    width: 18%;
    *width: 18%; /* IE7 Hack */
    _width: 18%; /* IE6 Hack */
}
.nav-collapse li.mid {
    width: 23%;
    *width: 23%; /* IE7 Hack */
    _width: 23%; /* IE6 Hack */
}
.nav-collapse a:hover, .nav-collapse .order:hover {
	color: #ec008c;
	font-family: 'Parkinsans', Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: 0.5s ease;
    background: none;
    padding-bottom: 12px;
    border-bottom: 5px solid #ec008c;
}
.nav-collapse li .active {
    background: none;
	color: #2769b3;
    font-weight: 600;
    border-bottom: 5px solid #2769b3;
    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, .nav-collapse .order {
  font-family: 'Parkinsans', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14pt;
  text-decoration: none;
  width: 100%;
  float: left;
  color: #442519;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 12px;
  border-bottom: 5px solid transparent;
}  
}

.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: #ec008c;
  font-family: 'icomoon', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 45pt;
  background: #442519;
  text-transform: none;
  position: absolute;
  content: "\e902";
  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:"\e905";
  color: #ec008c;
  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, .nav-collapse .order:hover {
    padding-bottom: 20px;
    color: #ec008c;
    border-bottom: 5px solid #ec008c;
}
.nav-collapse a, .nav-collapse .order {
    font-size: 10.6pt;
    line-height: 13pt;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 0 0 20px;
    border-bottom: 5px solid #fff;
    color: #442519;
}
.nav-collapse li .active {
    color: #2769b3;
    font-weight: 600;
    border-bottom: 5px solid #2769b3;
}
}