.gallery-section {
  /* padding-top: 100px; */
}

.grid {
  padding-bottom: 100px;
}

.grid .grid-item {
  width: 25% !important;
}

.grid .grid-item img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .grid {
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid .grid-item {
    width: 50% !important;
  }
}

.button-group {
  padding: 0px 0 40px;
  text-align: center;
}

.button-group button {
  position: relative;
  transition: all .3s;
  font-family: Bebas Regular, Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin: 0 10px;
  color: #ffffff;
}

.button-group button:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #b98f69;
  transition: all .3s;
  content: "";
}

.button-group button.active {
  color: #b98f69;
}

.button-group button.active:before {
  width: 100%;
}

.reservation-wrap {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .reservation-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*# sourceMappingURL=gallerys.css.map */

/*# sourceMappingURL=gallerys.css.map */
