.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%;
  float:right;
}
.nav-collapse li {
  float: left;
  width: 100%;
}
.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background:#3174b9;
  border-bottom: 1px solid white;
  padding:7px 9px;
  float: left;
  font-size:17px;
}
.nav-collapse ul ul a {
  background:#999;
  padding:5px 14px;
  font-size:15px;
  font-family:'bariol_regularregular', Arial, Helvetica, sans-serif;
}
.nav-collapse ul a:HOVER{
	 background-color:#303030;
	 color:#FFFFFF;
}
.nav-collapse ul ul ul a {
  background:#999;
  padding:6px 32px;
  font-size:16px;
}
@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: fixed;
  -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: -999px;
  position: relative;
  overflow: hidden;
  width:22px;
  height:25px;
  float: left;
  margin:-2px 8px 0 0; 
}
.nav-toggle:before {
  color:#3174b9; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 40px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height:21px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}
.nav-toggle.active::before {
  font-size: 26px;
  display:block;
  content:"x";
  position:relative;
  float:right !important;
  height:80px !important;
  line-height:16px !important;
  padding:5px 0 22px !important;
  margin-bottom:15px !important;
  clear:both !important;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}