.inlinebl-res {
  display: block;
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  width: 90%;
  text-align: center;
}

.inline-res {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.btnbl-res {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn-res {
  display: inline-block;
  width: 150px;
  background-color: #4A362C;
}

.btnbck-res {
  display: inline-block;
  width: 150px;
  background-color: #fff;
  color: #4A362C;
}

.btn-res:hover {
  cursor: pointer;
  background-color: #fff;
  color: #4A362C;
}

.btnbck-res:hover {
  cursor: pointer;
  background-color: #4A362C;
  color: #fff;
}

.checkboxres {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
}

.pres {
  display: inline-block;
  padding-left: 5px;
  font-size: 13px !important;
}

#telRes {
  width: 95%;
}

#mailRes {
  width: 95%;
  font-size: 12px;
}

input, select {
  border-radius: 5px;
  border-style: none;
}

button {
  height: 40px;
  border-style: none;
}

input.inline-res, select.inline-res {
  height: 35px;
  color: black !important;
}

table {
  margin-left: auto;
  margin-right: auto;
}

/* ========================================================================== */

.u-section-1 {
  background-image: url("../imgs//cloudmountain.png");
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-group-1 {
  width: 800px;
  min-height: 579px;
  height: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: 80px auto 0;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-group-1 {
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-group-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-group-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-group-1 {
    width: 340px;
  }
}
