@font-face {
    font-family: 'Entyporegular';
    src: url('fonts/entypo.eot');
    src: url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo.woff') format('woff'),
         url('fonts/entypo.ttf') format('truetype'),
         url('fonts/entypo.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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;
    margin-bottom: 2.2%;
}

.nav-collapse li {
  float: left;
  width: 100%;
  color: #fff;
}
.nav-collapse a:hover {
	color: #df1d83;
	font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
}
.nav-collapse .order:hover {
	color: #fff;
	font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
    background: #e73d13;
}
.nav-collapse li .active {
	color: #df1d83;
    font-weight: 700;
}
.nav-collapse a {
  font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16pt;
  text-decoration: none;
  width: 100%;
  padding: 10px 0 0;
  float: left;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
.nav-collapse .order {
   font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20pt;
  text-decoration: none;
  width: 60%;
  padding: 1.8% 0;
  float: left;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #df1d83;
  border-radius: 30px;
  margin: 2% 20% 0;
}

@media screen and (min-width: 800px) {
.nav-collapse li.small {
    width: 8%;
    *width: 8%; /* IE7 Hack */
    _width: 8%; /* IE6 Hack */
  }
.nav-collapse li.med {
    width: 13%;
    *width: 13%; /* IE7 Hack */
    _width: 12%; /* IE6 Hack */
  }
  .nav-collapse li, .nav-collapse li.order {
    width: 16.66%;
    *width: 17.5%; /* IE7 Hack */
    _width: 17.5%; /* IE6 Hack */
  }
.nav-collapse a:hover {
	color: #df1d83;
	font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
}
.nav-collapse li .active {
	color: #df1d83;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  padding: 0 2%;
  float: center;
  margin: auto;
  text-align: center;
}
.nav-collapse ul ul a {
    display: none;
	text-align: center;
  }
.nav-collapse a {
  font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 13pt;
  text-decoration: none;
  width: 100%;
  float: left;
  color: #000;
  text-align: center;
}
.nav-collapse .order {
  font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 13pt;
  text-decoration: none;
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  margin-top: 0;
}   
    
}

.nav-collapse ul ul a {
  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: 45px;
  float: left;
}


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

.nav-toggle.active::before {
  font-family: "Entyporegular", sans-serif;
  font-size: 65pt;
  font-weight: bold;
  line-height: 65px;
  content:"\0058";
  color: #1b9f9f;
}

@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 3%;
  }
.nav-collapse a, .nav-collapse .order {
    font-size: 1.2vw;
    line-height: 1vw;
    margin: 0;
}
}