

.navi {
background: #eee;
padding: 0 0;
text-align: center;
height: 50px;
padding: 0 15%;
}

@media screen and (min-width: 900px) {
.navi {
background: #eee;
padding: 0 15%;
text-align: center;
height: 50px;
}
}

@media screen and (max-width: 1200px) {
.navi {
padding: 0 5%;
}
}


.navi .sb-search {

}


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

@media screen and (min-width: 900px) {
.nav-collapse{
width: 76% !important;
    float: left;
}
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 900px) {
.nav-collapse ul {
  list-style: none;
float: none! important;
  }
}

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

@media screen and (min-width: 900px) {
  .nav-collapse li {
width: 20% !important;
  }
}

.nav-collapse a {
  color: #595959;
  text-decoration: none;
  width: 100%;
  padding: 0.8em 1em;
border-bottom: 1px solid #eee;
     font-family: open sans, arial;
    font-size: 1.3em;
    color: #000;
    float: left;
    text-align: center;

}

@media screen and (min-width: 900px) {
  .nav-collapse a {
    margin: 0;
    padding: 13.5px 0 !important;
    font-family: open sans, arial;
    float: left;
    text-align: center;
    border-bottom: 0;
    font-size: 1.3em;
    color: #000;
    width: 100%;
       -o-transition: .2s ease-in;
-ms-transition: .2s ease-in;
-moz-transition: .2s ease-in;
-webkit-transition: .2s ease-in;
transition: .2s ease-in;
  }
    
      .nav-collapse a:hover {
   background: #fafafa;
  }
}

.page-id-2270 .nav-collapse li:nth-child(3) a {
background: #fff !important;
  }

.page-id-158 .nav-collapse li:nth-child(4) a {
background: #fff !important;
  }

.page-id-128 .nav-collapse li:nth-child(5) a {
background: #fff !important;
  }

.nav-collapse ul ul a {
  background: #595959;
  padding-left: 2em;
}

@media screen and (min-width: 900px) {
  .nav-collapse ul ul a {
    display: none;
  }
}



.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: 70px;
  height: 50px;
  float: left;
margin-top: -54px;
margin-left: -15px;
}

.nav-toggle:before {
  color: #000; /* Edit this to change the icon color */
  font-family: "fontawesome", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 22px;
  text-transform: none;
  position: absolute;
  content: "";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  content:"";
}







/*! responsive-nav.js 1.0.32 by @viljamis */

.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;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.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;
}

@media screen and (min-width: 900px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
