@charset "utf-8";
/* CSS Document */

/* .overlay.open {
	width: 100% !important;
	height: 100% !important;
	text-align: center;
	background: #ffffff;
	box-shadow: 10px 2px 32px 0px rgba(0,0,0,0.23);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 3rem 3rem 3.6rem 3.6rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
	white-space: normal !important;
    max-width: 100% !important;
    max-height: 100% !important;
    overflow-x: hidden !important;
} */

.mCSB_outside + .mCSB_scrollTools {
    right: 0px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #578a00;
  
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #578a00;
}
.mCSB_container{width: 100% !important;}



#cssmenu .mCSB_container{display: flex;}



.overlay .mCSB_container_wrapper{display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 0 !important;}




.button_container {
  width: 70px;
  float: left;
  text-align: center;
  transition: opacity 0.25s ease;
  cursor: pointer;
  margin: 0 0 0;
  position: absolute;
  top: 72px;
  left: 16px;
  z-index: 999999999;
}
.button_container .button_line {
  width: 22px;
  height: 19px;
  float: left;
  margin: 0 0 0;
}
.button_container .button_text {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #1c1c1c;
  letter-spacing: normal;
  line-height: 1.18;
  margin: 0 0 0;
  font-family: 'haniva-medium-font';
}
.button_container.active .button_text {
  color: #ffffff;
  line-height: normal;
}
.button_container.active .button_line .top {
  width: 100%;
  background: #ffffff;
  transform: rotate(45deg) translate(6px, 6px);
}
.button_container.active .button_line .middle {
  opacity: 0;
  display: none;
  background: #ffffff;
}
.button_container.active .button_line .bottom {
  width: 100%;
  background: #ffffff;
  transform: rotate(-45deg) translate(-4px, 4px);
}
.button_container .button_line span {
  width: 100%;
  height: 3px;
  float: left;
  background: #1c1c1c;
  border-radius: 14px;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  cursor: pointer;
  margin: 0 0 0;
  position: relative;
}
.button_container .button_line span:nth-of-type(2) {
  background: #6a9206;
  margin: 5px 0 5px;
}
.overlay {
  width: 100% !important;
  height: 0%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  max-height: 100vh !important;
  max-width: 100% !important;
}


.overlay:after {
	content: "";
	width: 60%;
	float: right;
	background: no-repeat right bottom / 100%;
	opacity: 0.1;
	margin: 0 0 0;
	padding: 0 0 60%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -9;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100vh !important;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
  animation-delay: 0.75s;
}
.overlay.open li:nth-of-type(10) {
  animation-delay: 0.8s;
}
.overlay.open li:nth-of-type(11) {
  animation-delay: 0.85s;
}
.overlay.open li:nth-of-type(12) {
  animation-delay: 0.9s;
}
.overlay.open li:nth-of-type(13) {
  animation-delay: 0.95s;
}
.overlay.open li:nth-of-type(14) {
  animation-delay: 1.0s;
}
.overlay nav {
  width: 50%;
  float: right;
  font-size: 50px;
  /* transform: translateY(-50%); */
  margin: 0 0 0;
  position: relative;
  /* top: 50%; */
  right: 4%;
  z-index: 9;
  max-width: 100% !important;
    max-height: 100% !important;
    width: 50% !important;
    height: 100% !important;
    padding-block: 150px;


}
.overlay ul li {
  /*height: calc(100% / 8);
  min-height: 50px;*/
  opacity: 0;
}
.overlay-back {
	width: 42%;
	height: 100%;
	float: left;
	background: #3c6502 url(../images/menu-bg.jpg) no-repeat center right / cover;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.button_container {
  width: auto;
  position: fixed;
  top: 16px;
  left: 3%;
  padding: 15px 21px 15px;
  background: #396003;
  border-radius: 28px;
}
.button_container .button_text {
  font-size: 14px;
  line-height: 1.38;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay:after {
  width: 150%;
  margin: 0 0 0;
  padding: 0 0 150%;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
.button_container.active .button_text {
  color: #1c1c1c;
}
.button_container.active .button_line .top {
  background: #1c1c1c;
}
.button_container.active .button_line .middle {
  background: #6a9206;
}
.button_container.active .button_line .bottom {
  background: #1c1c1c;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.button_container {
  width: auto;
  position: fixed;
  top: 16px;
  left: 5%;
  padding: 15px 21px 15px;
  background: #396003;
  border-radius: 28px;
}
.button_container .button_text {
  font-size: 14px;
  line-height: 1.38;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay:after {
  width: 150%;
  margin: 0 0 0;
  padding: 0 0 150%;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
.button_container.active .button_text {
  color: #1c1c1c;
}
.button_container.active .button_line .top {
  background: #1c1c1c;
}
.button_container.active .button_line .middle {
  background: #6a9206;
}
.button_container.active .button_line .bottom {
  background: #1c1c1c;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
    .button_container {
        width: auto;
        position: fixed;
        top: 16px;
        left: 5%;
        padding: 15px 21px 15px;
        background: #396003;
        border-radius: 28px;
    }
.button_container .button_text {
  font-size: 14px;
  line-height: 1.38;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay:after {
  width: 150%;
  margin: 0 0 0;
  padding: 0 0 150%;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
.button_container.active .button_text {
  color: #1c1c1c;
}
.button_container.active .button_line .top {
  background: #1c1c1c;
}
.button_container.active .button_line .middle {
  background: #6a9206;
}
.button_container.active .button_line .bottom {
  background: #1c1c1c;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.button_container {
  width: 22px;
  top: 58px;
  left: 3%;
}

.button_container .button_text {
  display: block;
  float: left;
  font-size: 13px;
  margin: 6px 0 0;
  position: relative;
  left: -4px;
   font-size: 12px;
}
.button_container span.button_text {
    display: none;
}
.overlay nav{padding-block: 80px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.button_container {
  width: 22px;
  top: 65px;
  left: 3%;
}

.button_container .button_text {
  display: block;
  float: left;
  margin: 6px 0 0;
  font-size: 14px;
  position: relative;
  left: -5px;
          font-size: 12px;
}
.button_container span.button_text {
    display: none;
}
.overlay nav{padding-block: 80px;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.button_container {
  width: 22px;
  left: 3%;
}
.button_container .button_text {
  display: block;
  float: left;
  font-size: 14px;
  position: relative;
  left: -5px;
  margin: 8px 0 0;
   font-size: 12px;
}
.button_container span.button_text {
    display: none;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.button_container {
  width: 22px;
  left: 3%;
}
    .button_container .button_text {
        display: block;

        margin: 4px 0 0;
        position: relative;
        left: -12px;
        font-size: 12px;
    }
    .button_container .scroll {
    width: 80px;
    background: none;
}
}

@media screen and (max-width:767px) {
.button_container .button_line span {background: #fff;}
.button_container .button_text {color: #fff;}
}


@media screen and (max-width: 767px) {
.overlay nav{width: 100% !important;}
.overlay .mCSB_container_wrapper{justify-content: flex-start;}
}
