/*
JQuery Simple MobileMenu Slide
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
  overflow: hidden;
}


a {
    color: inherit;
    text-decoration: none;
}



.mobile_menu {
  display: none;
  position: relative;
}


.mobile_menu .basicsearch {
  float: left;
  left: 0px;
  background-color: var(--nuvo-willow);
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  padding: 8px;
}


.sm_menu_outer.active .mobile_menu {
  display: block;
  border-top: 1px solid  rgba(255,255,255,0.5);
}
.sm_menu_outer {
  padding-top: 72px;
  height: calc(100vh);
  max-width: 486px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: var(--nuvo-main);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /* height: 200%; */
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 999;
}
li.back a {
  position: relative;
  /* border-bottom: 0.5px solid rgba(0, 0, 0, 0.7); */
}

.sm_menu_outer .mobile_menu li.back a:before {
  content: "t";
  color: #fff;
  font-family: nuvocons;
  left: 32px;
  top: -54px;
  position: absolute;
}


.sm_menu_outer .mobile_menu a {
  display: block;
  letter-spacing: 1px;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 19px;
  height: 54px;
  border-bottom: 1px solid #000000;
}


.sm_menu_outer .mobile_menu a:hover {
  background-color: #2e3630;
}


/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
  background-color: #06093c;
  height: 100%;
  position: fixed;
  max-width: 486px;
  right: -100%;
  top: 0px;
  padding-top: 80px;
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: 999;
}
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
  right: 0;
  border-top: 1px solid rgba(256,256,256,0.5);
  background-color: var(--nuvo-main);
  overflow: scroll;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  position: relative;
  color: #fff;
}

.mobile_menu li.active a {
  font-weight: 400;
}

.mobile_menu li.active .submenu li a {
  color: #fff;
  background-color: var(--nuvo-main);
  padding-left: 36px;
}

.mobile_menu li.active .submenu li.back a {
 
  background-color: var(--nuvo-fern);
  
}

.mobile_menu li.active .submenu li.back a:hover {
  
  background-color: var(--nuvo-fern);
 
}


.mobile_menu li.active .submenu li a:hover {
  color: #fff;
  background-color: var(--nuvo-main);
  padding-left: 36px;
}

li.back a {
 padding-top: 12px   !important;
 background-color: var(--nuvo-slate);
 color: var(--nuvo-main); !important;
}


.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  position: relative;


}

.sm_menu_outer.slide .mobile_menu li.hasChild > a:after {
  position: absolute;
  content: "t";
  color: #9db3cb;
  right: 0px;
  padding: 0px;
  font-family: nuvocons;
  font-size: 32px;
  top: 0px;
  }

/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 56px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 60px;
  top: 8px;
  right: 8px;
  z-index: 9999;
  padding: 8px;
  /* background-color: #fff; */
}


.nextlevel {
  position: absolute;
  height: 53px;
  padding: 12px 32px;
  background-color: var(--nuvo-main);
  color: rgb(54, 62, 105);
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 90px;
  border-left: 1px solid rgba(256,256,256,0.2);
}

.nextlevel:hover {
  background-color: #2e3630;
}

.nextlevel:after {
  position: absolute;
  content:"u";
  color: var(--nuvo-willow);
  right: 24px;
  top: 1px;
  font-size: 40px;
  font-family: nuvocons;
  line-height: 1.3;
}
#sm_menu_ham span {
  background-color: var(--nuvo-main);
  display: block;
  height: 3px;
  left: 10px;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 42px;
}



#sm_menu_ham.open span {
  background-color: var(--nuvo-willow);
}



#sm_menu_ham span:nth-child(1) {
  top: 12px;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 26px;
}
#sm_menu_ham span:nth-child(4) {
  top: 40px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
@media (min-width: 1280px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}