@font-face {
  font-family: "georgia";
  src: url("../font/georgia.ttf") format("truetype");

  font-family: "ONYX";
  src: url("../font/ONYX.ttf") format("truetype");
}

.toggleMenu {
  display: none;
  padding: 14px 15px;
  color: #000;
  font-weight: bolder;
  text-decoration: none;
  opacity: 1;
  margin-top: 0px;
  z-index: 108;
}

.toggleMenu:hover {
  text-decoration: none;
  color: #18e9f3;
  text-decoration: none;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
  }

  .dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-decoration-color: #86a476;
    text-align: left;
  }
  .dropdown-menu a:hover {background-color: #ddd;}
  .dropdown-toggle:hover .dropdown-menu {display: block;}

.nav {
  list-style: none;
  *zoom: 1;
  margin-top: -30px;
  opacity: 9;
  width: 100%;
  bottom: -1px;
  height: 40px;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav ul {
  list-style-type: none;
  width: 22em;
  margin: 0px;
  padding: 0px;
}
.nav a {
  padding: 10px 15px;
  color: #b8b8b8 !important;
  font-weight: normal;
  font-family: "Open Sans" bold;
  font-size: 14px;
  text-transform: uppercase;
}

.nav li {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 20px;
}
.nav > li {
  float: left;
  border-top: 1px solid transparent;
  position: relative;
}
.nav > li > .parent {
  background-image: url(../images/downArrow.png);
  background-repeat: no-repeat;
  background-position: right;
}
.nav > li > a {
  display: block;
}
.nav > li.text > a {
  color: #86a476 !important;
  font-weight: bold;
  border-bottom: 8px solid #98b689;
}
.nav > li > a:hover {
  font-weight: bold;
  background-color: transparent !important;
  color: #666 !important;
  border-bottom: 8px solid #98b689;
  z-index: 10 !important;
}
.nav li ul {
  position: absolute;
  left: -9999px;
}
.nav > li.hover > ul {
  left: -10px;
}
.nav li li.hover ul {
  left: 100%;
  top: 0;
}
.nav li li a {
  display: block;
  background: #000;
  position: relative;
  z-index: 100;
  border-top: 1px solid #4a4848;
  color: #3dd6c2 !important;
  text-decoration: none;
}
.nav li li a:hover {
  background: #ccc !important;
  color: #3dd6c2 !important;
}
.nav li li li a {
  background: #ccc !important;
  z-index: 200;
  border-top: 1px solid #1d7a62;
  color: #fff;
  margin-left: 5px;
}
.navbar-right {
  margin-right: -50px;
}
@media screen and (max-width: 992px) {
  .active {
    display: block;
  }
  .nav > li {
    float: none;
    border-top: 1px solid #4a4848;
  }
  .nav > li > a {
    background-color: #f2f2f2;
    color: #ccc;
  }
  .nav > li > .parent {
    background-position: 95% 50%;
  }
  .nav li li .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  .nav ul {
    display: block;
    width: 80%;
  }
  .nav > li.hover > ul,
  .nav li li.hover ul {
    position: static;
  }
  .nav {
    margin-top: 0px;
    min-height: 390px;
    overflow: hidden;
  }
  .navbar-right {
    margin-right: 0px;
  }
  .nav > li.text > a {
    border: 1px solid#98b689;
  }
  .nav > li > a:hover {
    border: 1px solid#98b689;
  }
}
