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

.menuer-col1 {
  width: 120px;
  float: left;
  margin: 0 0 0;
  position: absolute;
  top: 17px;
  left: 25px;
  z-index: 99999999;
}
.menuer-col1 .menuer-row1 {
  float: left;
}
.toggle {
  float: left;
  cursor: pointer;
  margin: 0 0 0;
  position: relative;
  z-index: 9999;
}
.toggle-text1 {
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  letter-spacing: 0.3px;
  line-height: 11px;
  display: inline-block;
  margin: 6px 0 0 10px;
}
.toggle-row1 {
  width: 31px;
  float: left;
  margin: 0 0 0;
}
.bar {
  width: 100%;
  height: 5px;
  background: #00b2a9;
  display: block;
  margin: 3px 0 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bar:first-child {
  margin-top: 0;
}
.bar:last-child {
  margin-bottom: 0;
}
.middle {
  top: 11px;
}
.bottom {
  top: 22px;
}
.toggle-active .toggle-text1 {
  color: #ffffff;
  margin: 2px 0 0 10px;
}
.toggle-active .bar {
  background: #ffffff;
}
.toggle-active .top {
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
  position: relative;
  top: -2px;
}
.toggle-active .middle {
  opacity: 0;
}
.toggle-active .bottom {
  -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
  position: relative;
  top: 1px;
}
.overlay {
  position: fixed;
  z-index: 99999999;
  background-image: linear-gradient(120deg, #00b2a9 0%, #00b2a9 100%);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}
.nav-active {
  opacity: 1;
  visibility: visible;
  height: 100%; /*    max-height: 340px;*/
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
  .menuer-col1 {
    margin: 0 0 0;
    position: fixed;
    top: 20px;
    left: 5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 600px) {
  .menuer-col1 {
    margin: 0 0 0;
    position: fixed;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .menuer-col1 {
    margin: 0 0 0;
    position: fixed;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .toggle-text1 {
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  .menuer-col1 {
    top: 24px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .toggle-text1 {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .toggle-text1 {
    display: inline-block;
  }
}

@media screen and (min-width: 1341px) and (max-width: 1500px) {
  .toggle-text1 {
    display: inline-block;
  }
}
