/* mini reset */
.nav,
.nav a,
.nav form,
.nav input,
.nav li,
.nav ul {
  border: none;
  margin: 0;
  padding: 0;
}
.nav  {
 width: 105%;
}

.nav a {
  text-decoration: none;
}
.nav li {
  list-style: none;
}

/* menu container */
.nav,
input {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
.nav {
  cursor: default;
  display: inline-block;
  position: relative;
  z-index: 500;

}

/* menu list */
.nav > li {
 /* float: left;*/
display: inline-block;

}

/* menu links */
.nav > li > a {
 
  color: #222222;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 35px;
  position: relative;
  transition: all .3s ease;
  z-index: 510;
}
.nav > li > a:focus,
.nav > li:hover > a {
  color: #139c39;
}
.nav > li:first-child > a {
  border-left: none;
  border-radius: 3px 0 0 3px;
}

/* search form */
.nav-search > form {
  border-left: 1px solid #4b4441;
  height: 3.5em;
  position: relative;
  width: inherit;
  z-index: 510;
}
.nav-search input[type="text"] {
  background: #372f2b;
  color: #999;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.5;
  padding: 1em 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  transition: all .3s ease 1s;
  width: 0;
}
.nav-search input[type="text"]:focus {
  color: #fcfcfc;
}
.nav-search input[type="text"]:focus,
.nav-search:hover input[type="text"] {
  padding: 1em 1.25em;
  transition: all .3s ease .1s;
  width: 6.875em;
}
.nav-search input[type="submit"] {
  background: #372f2b url(../img/search-icon.png) no-repeat center center; /* IE8 fallback */
  background: #372f2b url(../img/search-icon.svg) no-repeat center center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 3.5em;
  padding: 0 1.25em;
  transition: all .3s ease;
}
.nav-search input:focus,
.nav-search input[type="submit"]:hover {
  background-color: #4b4441;
}

/* menu dropdown */
.mega-menu {
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  position: absolute;
  transition: all .3s ease .15s;
  visibility: hidden;
  width: 45%;
  margin-top: 20px;
-webkit-box-shadow: -6px 3px 43px -14px rgba(0,0,0,0.71);
-moz-box-shadow: -6px 3px 43px -14px rgba(0,0,0,0.71);
box-shadow: -6px 3px 43px -14px rgba(0,0,0,0.71);

}


li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.tooltip-one:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 12%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: white;
  transform: rotate(45deg);
}

.tooltip-one2:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 10%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: white;
  transform: rotate(45deg);
}

/* menu content */
.nav-column {
  float: left;
  padding: 2.5%;
  width: 33%;
}

.nav-column11 {
  float: left;
  padding: 2.5%;
  width: 46%;
}
.nav-column12 {
  float: left;
  padding: 2.5%;
  width: 40%;
}

.nav-column2 {
  float: left;
  padding: 2.5%;
  width: 50%;
}
.nav-column a {
  color: #888;
  display: block;
  font-weight: 500;
  line-height: 1.75;
}

.nav-column11 a {
  color: #888;
  display: block;
  font-weight: 500;
  line-height: 1.75;
}

.nav-column12 a {
  color: #888;
  display: block;
  font-weight: 500;
  line-height: 1.75;
}
.nav-column2 a {
  color: #888;
  display: block;
  font-weight: 500;
  line-height: 1.75;
}

.nav-column a:hover {
  color: #139c39;
}
.nav-column11 a:hover {
  color: #139c39;
}
.nav-column12 a:hover {
  color: #139c39;
}
.nav-column2 a:hover {
  color: #139c39;
}
h3 {
  color: #372f2b;
  font-size: .95em;
  font-weight: bold;
  line-height: 1.15;
  margin: 1.25em 0 .75em;
  text-transform: uppercase;
}
.highlight {
  color: #2196f3;
}

@media (max-width: 1200px) {
.nav > li > a {
font-size:13px;
padding-right: 25px;
}

}


@media (max-width: 768px) {
	
.mega-menu {
margin-top: 0px;
z-index:999;
width:100%
}
	
li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
overflow-y: scroll;
  max-height: 80vh;
}

	

.nav {
width:100%	

	}
.nav > li {
	
float: none;
z-index: 510;
	}
.nav > li > a {
 width: 100%;
  color: #222222;
  display: block;
  font-weight: bold;
  line-height: 3.5;
  padding-right: 35px;
  position: relative;
  transition: all .3s ease;
  z-index: 510;
}
	
.nav-column {
  float: left;
  padding: 2.5%;
  width: 100%;
  z-index: 9999
}
.nav-column11 {
  float: left;
  padding: 2.5%;
  width: 100%;
  z-index: 9999
}
.nav-column12 {
  float: left;
  padding: 2.5%;
  width: 100%;
  z-index: 9999
}
	
.nav-column2 {
  float: left;
  padding: 2.5%;
  width: 100%;
  z-index: 9999
}
.nav > li {display: block;}
}