/* BUTTONS */
/* TYP COLORS */
/* BG-COLORS */
/* BUTTON COLORS */
/* BORDER COLORS */
/* BUTTONs */
.buttonA {
  width: 100%;
  height: 65px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: center;
  background-color: #3fae2a;
  border:0;
  justify-content: center;
  -webkit-justify-content: center;
}
.buttonA.v1 {
  width: 133px;
  height: 45px;
  font-size: 12px;
}

/* END - BUTTONS */
.elem01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 109px;
  height: 101px;
  border: 2px solid #3fae2b;
  border-right: 0;
  border-bottom: 0;
}
.elem01:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 109px;
  height: 101px;
  border: 2px solid #3fae2b;
  border-top: 0;
  border-left: 0;
}

#scrollTop {
  position: absolute;
  top: -20px;
  right: 100px;
  width: 105px;
  height: 105px;
  background-color: #2b2b2b;
}
#scrollTop img {
  width: 35px;
  height: auto;
  margin: 21px auto 0 auto;
}

@media all and (max-width: 767px) {
  #contact .buttonA {
    height: 60px;
    font-size: 18px;
  }

  #press .buttonA.v1 {
    width: 175px;
    height: 53px;
    font-size: 16px;
  }

  .elem01:before {
    width: 43px;
    height: 39px;
  }
  .elem01:after {
    width: 43px;
    height: 39px;
  }

  #scrollTop {
    top: -14px;
    right: 30px;
    width: 58px;
    height: 58px;
  }
  #scrollTop img {
    width: 20px;
    height: auto;
    margin: 10px auto 0 auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #contact .buttonA {
    height: 55px;
    font-size: 18px;
  }

  #press .buttonA.v1 {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }

  .elem01:before {
    width: 70px;
    height: 64px;
  }
  .elem01:after {
    width: 70px;
    height: 64px;
  }

  #scrollTop {
    top: -10px;
    right: 30px;
    width: 41px;
    height: 41px;
  }
  #scrollTop img {
    width: 16px;
    margin: 10px auto 0 auto;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  #contact .buttonA {
    height: 55px;
    font-size: 18px;
  }

  .elem01:before {
    width: 70px;
    height: 64px;
  }
  .elem01:after {
    width: 70px;
    height: 64px;
  }

  #scrollTop {
    top: -12px;
    right: 62px;
    width: 64px;
    height: 64px;
  }
  #scrollTop img {
    width: 21px;
    margin: 12px auto 0 auto;
  }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .elem01:before {
    width: 69px;
    height: 61px;
  }
  .elem01:after {
    width: 69px;
    height: 61px;
  }

  #scrollTop {
    right: 62px;
  }
}
