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

.button_container {
  width: 90px !important;
  transition: opacity 0.25s ease;
  cursor: pointer;
  position: absolute;
  top: 86px;
  left: 34px;
  z-index: 999999999999;
}
.button_container .button_line {
  width: 35px;
  float: left;
  margin: 0 0 0;
}
.button_container .button_text {
  float: right;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.68px;
  line-height: 1;
  text-transform: uppercase;
  margin: -3px 0 0;
}
.button_container.active .button_text {
  color: #FFF;
  margin: -3px 0 0;
}
.button_container.active .button_line .top {
  width: 100%;
  background: #FFF;
  border-radius: 0;
  transform: rotate(45deg) translate(1px, -3px);
}
.button_container.active .button_line .middle {
  opacity: 0;
  display: none;
  background: #FFF;
}
.button_container.active .button_line .bottom {
  width: 100%;
  background: #FFF;
  border-radius: 0;
  transform: rotate(-45deg) translate(7px, -4px);
}
.button_container .button_line span {
  width: 7px;
  height: 7px;
  float: left;
  background: #cca564;
  border-radius: 50%;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  cursor: pointer;
  position: relative;
}
.button_container .button_line span:nth-of-type(2) {
  margin: 0 7px 0;
}
.overlay {
  width: 100%;
  height: 0%;
  background: linear-gradient(90deg, rgba(219,187,112,1) 0%, rgba(202,162,98,1) 100%);
  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;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.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: 1s;}
.overlay.open li:nth-of-type(15) { animation-delay: 1.01s;}
.overlay.open li:nth-of-type(16) { animation-delay: 1.02s;}

.overlay nav {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  float: right;
  font-size: 50px;
  /* transform: translateY(-50%); */
  margin: 0 0 0;
  position: relative;
  /* top: 50%; */
  /* right: 4%; */
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0;
  align-items: center;
}
.overlay ul li {
  height: calc(100% / 8);
  min-height: 34px;
  opacity: 0;
}
.overlay ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #1e1e20;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay-back {
  width: 42%;
  height: 100%;
  float: left;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.overlay ul ul li {
    min-height: 24px;
}


.button_container .scroll {
    width: 93px !important;
    right: inherit;
    left: 3%;
    background: transparent;
    top: 42px !important;
    padding: 0;
}
 
.button_container .scroll.float-panel.fixed .button_line span {
    background: #ffffff;
}



/*Smartphone css*/
@media screen and (max-width: 480px) {
.button_container {
  position: absolute;
  top: 25px;
  left: 5%;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
.overlay ul li {
    min-height: 34px;
}
.overlay ul ul li {
    min-height: 22px;
}

}

@media screen and (min-width:481px) and (max-width:600px) {
.button_container {
  position: absolute;
  top: 25px;
  left: 5%;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
.overlay ul li {
    min-height: 34px;
}

}

@media screen and (min-width:601px) and (max-width:767px) {
.button_container {
  position: absolute;
  top: 25px;
  left: 5%;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
.overlay ul li {
    min-height: 34px;
}

}


@media screen and (min-width:768px) and (max-width:900px) {
  

  
.button_container { left: 3%; top: 30px;}

.overlay ul li {min-height: 34px;}

.overlay nav { right: 2%;width: 45%;}
.overlay-back {width: 50%;background-position: 68% 0% !important;}

.button_container .scroll {  width: 84px !important; left: 2%;}
.button_container .button_text { font-size: 12px; letter-spacing: 1px; margin: -2px 0 0;}


}

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

.overlay nav { right: 2%;width: 45%;}
.overlay-back {width: 50%;background-position: 68% 0% !important;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.button_container { left: 3%; top: 30px;}

}

@media screen and (min-width:1241px) and (max-width:1340px) {
.button_container { left: 3%; top: 35px;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.button_container { top: 35px; left: 4%;}
}

@media screen and (min-width:1441px) and (max-width:1540px) {
.button_container { left: 18px;}

}


@media screen and (max-width: 767px) { 

.button_container .scroll.fixed { position: fixed !important; left: 5%; top: 25px !important;}
.button_container .scroll.float-panel.fixed .button_line span { background: #cca564;}
.button_container.active .scroll.float-panel.fixed .button_line span { background: #ffffff;}


}