/* before */
/* transform */
/* end - transform */
/* transition */
/* end - transition */
/* box-shadow */
/* end - box-shadow */
/* ****** regular button types ****** */
.btn-typ-00 {
  color: #edf1f1;
  background-color: #F44336;
  width: 142px;
  height: 55px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-typ-00:hover {
  opacity: 0.9;
}

.btn-typ-01 {
  color: #0C1010;
  background-color: #edf1f1;
  border: 1px solid #e0e4e4;
  width: 142px;
  height: 55px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-typ-01:hover {
  background-color: #e0e4e4;
}

.btn-typ-02 {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  width: 190px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.btn-typ-02:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #38474f;
}

.btn-typ-03 {
  color: #575b5b;
  background-color: #ffffff;
  width: 144px;
  height: 52px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: solid 1px #e4e4e4;
  border-top: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.btn-typ-03:hover {
  background-color: #edf1f1;
  color: #38474f;
}

.btn-typ-04 {
  color: #ffffff;
  background-color: #F44336;
  width: 217px;
  height: 55px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn-typ-04:hover {
  background-color: #dd4136;
}

.btn-typ-05 {
  color: #ffffff;
  background-color: #4CAF50;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-typ-05:hover {
  opacity: 0.9;
}

.btn-typ-06 {
  color: #7c8080;
  background-color: #d4d8d8;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-typ-06:hover {
  opacity: 0.9;
}

.btn-typ-07 {
  color: #ffffff;
  background-color: #4CAF50;
  border: 0;
  cursor: pointer;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-typ-07:hover {
  opacity: 0.9;
}

.btn-typ-08 {
  color: #575b5b;
  background-color: #d4d8d8;
  width: 222px;
  height: 65px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-typ-08:hover {
  opacity: 0.8;
}

.btn-typ-09 {
  color: #ffffff;
  background-color: #4CAF50;
  width: 136px;
  height: 55px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.060em;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-typ-09:hover {
  opacity: 0.9;
}
.btn-typ-09.v1 {
  width: 170px;
}

.btn-typ-10 {
  color: #ffffff;
  background-color: #4CAF50;
  width: 100%;
  height: 55px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-typ-10:hover {
  opacity: 0.9;
}

.btn-typ-11 {
  color: #ffffff;
  background-color: #4CAF50;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.060em;
  border: 0;
  background-color: #4CAF50;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-typ-11:hover {
  opacity: 0.9;
}

/* ****** end - regular button types ****** */
/* ****** arrow button types ****** */
.arr-btn-typ-01 {
  display: inline-block;
  width: 30px;
  height: 45px;
  border-radius: 2px;
  background-color: #38474f;
  background-image: url(/AppData/PageThemeFiles/Images/arrow-down-light.png);
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  opacity: 0.90;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.arr-btn-typ-01:hover {
  opacity: 1;
}

/* ****** end - arrow button types ****** */
@media all and (max-width: 767px) {
  .btn-typ-00 {
    background-color: #F44336;
    width: calc(50% - 2px);
    width: -webkit-calc(50% - 2px);
    height: 46px;
  }
  .btn-typ-00:hover {
    opacity: 1;
  }

  .btn-typ-01 {
    background-color: #ffffff;
    border: 1px solid #e0e4e4;
    width: calc(50% - 2px);
    width: -webkit-calc(50% - 2px);
    height: 46px;
  }
  .btn-typ-01:hover {
    background-color: #ffffff;
  }

  .btn-typ-02 {
    width: 140px;
    height: 50px;
    font-size: 14px;
  }

  .btn-typ-04 {
    width: 100%;
  }

  .btn-typ-08 {
    width: 181px;
    height: 53px;
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  .btn-typ-09 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.4px;
  }
  .btn-typ-09.v1 {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
  }

  .btn-typ-11 {
    font-size: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .btn-typ-00 {
    background-color: #F44336;
    width: calc(50% - 2px);
    width: -webkit-calc(50% - 5px);
  }
  .btn-typ-00:hover {
    opacity: 1;
  }

  .btn-typ-01 {
    background-color: #ffffff;
    border: 1px solid #e0e4e4;
    width: calc(50% - 2px);
    width: -webkit-calc(50% - 5px);
  }
  .btn-typ-01:hover {
    background-color: #ffffff;
  }

  .btn-typ-02 {
    width: 137px;
    height: 60px;
    font-size: 14px;
  }

  .btn-typ-03 {
    width: 122px;
    height: 45px;
  }

  .btn-typ-04 {
    width: 160px;
    height: 41px;
  }

  .btn-typ-08 {
    font-size: 15px;
    letter-spacing: 0.7px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .btn-typ-02 {
    width: 137px;
    height: 60px;
    font-size: 14px;
  }

  .btn-typ-03 {
    width: 122px;
    height: 45px;
  }

  .btn-typ-04 {
    width: 187px;
    height: 41px;
  }

  .btn-typ-08 {
    font-size: 15px;
    letter-spacing: 0.7px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .btn-typ-04 {
    width: 187px;
    height: 41px;
  }

  .btn-typ-08 {
    font-size: 17px;
  }
}
