/*LAYOUT*/
/*Change the style after STYLE*/
.nav-style {
  padding: 0;
  margin: 0;
}
.nav-style,
.nav-style li {
  list-style: none;
  position: relative;
}
.nav-style > li {
  float: left;
  position: relative;
  height: 100%;
}
.nav-style > li > a {
  text-align: center;
  height: 100%;
  display: block;
  position: relative;
}
.nav-style .subList {
  position: absolute;
  width: auto !important;
  min-width: 100%;
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  font-size: 1em;
}
.nav-style .subList > li > a {
  line-height: 2em;
  display: block;
}
.nav-style .subList > li > a:hover,
.nav-style .subList > li > a:focus {
  outline: none;
}
.nav-style .subList .subList {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.nav-style .subList li:hover .subList {
  visibility: visible;
}
.nav-style .subList > li > a {
  height: 0;
  overflow: hidden;
  letter-spacing: 0;
  display: block;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
}
.nav-style li:hover > .subList > li > a {
  height: 2em;
}
.mob-menu {
  display: none;
}

@media (max-width: 768px) {
  .mob-menu {
    display: block;
  }
  .nav-style {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 0;
    overflow-y: auto;
  }
  .nav-style {
    width: 100%;
    display: none;
  }

  .nav-style > li {
    float: none;
    clear: both;
    padding: 0;
    width: 100% !important;
    height: auto !important;
  }
  .nav-style > li > a {
    line-height: 2em;
  }
  .nav-style .subList {
    width: 100% !important;
    position: relative;
    left: 0;
  }
  .mob-menu {
    display: block;
  }
  .nav-style.open > a,
  .nav-style.open > a:hover,
  .nav-style.open > a:focus {
    background: none;
  }
  .nav-style .subList .subList {
    left: 0;
    position: relative;
  }
}
@media(max-width:1140px){
  .mob-menu {
    display: block;
  }
}

/*STYLE*/
/*Change the style HERE*/
.nav-style > li {
}
.nav-style a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 14px;
  color: #f2f2f2;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
}
/* .nav-style a:after {
	background-color: #FFF;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	right: 0;
} */
.nav-style > li:hover > a:after,
.nav-style > li:focus > a:after,
.nav-style > li.active > a:after {
  width: 70%;
}
.nav-style > li > a {
  font-size: 14px;
  text-transform: uppercase;
}
.nav-style > li.item-150 > a,.nav-style > li.item-178 > a{
  text-transform: none;
}
.nav-style > li > a.maturasc {
  font-family: "MATURASC";
  font-size: 20px;
}
.nav-style > li > a:hover {
  color: #f2f2f2;
}
.nav-style > li:hover > a {
}
.nav-style > li > a:hover,
.nav-style > li > a:focus,
.nav-style > li.active > a {
}
.nav-style .subList {
  background: rgba(114, 120, 136, .7);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 999;
}
.nav-style > li > .subList > li > a {
  padding: 0 1em;
  text-align: center;
}
.nav-style .subList > li > a {
  padding: 0;
  text-align: center;
}
.nav-style .subList > li > a:hover,
.nav-style .subList > li > a:focus {
  background-color: #d4ca9d;
}
.nav-style li:hover > .subList > li > a:hover {
  color: #f2f2f2;
  background-color: #d4ca9d;
}
.mob-menu {
  float: right;
  font-size: 32px;
  color: #fdfaf5;
  width: 64px;
  height: 100%;
  overflow: hidden;
  line-height: 100%;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-style {
    background-color: var(--main-color);
    color: #f2f2f2;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .nav-style > li > a {
    color: #f2f2f2;
  }
  .nav-style > li > a:hover,
  .nav-style > li > a:focus,
  .nav-style > li.active > a {
    color: #f2f2f2;
    background-color: #d4ca9d;
  }
  .nav-style a:after {
    display: none;
  }
  .nav-style > li {
    border-left: none;
    height: auto !important;
    border-right: none !important;
    border-bottom: 1px solid var(--gray--);
    padding: 10px;
  }
}
