.tours.card-deck {
  margin: 0 auto;
}
.tours .tour {
  min-width: 250px;
}
.tours .tour .tour-image {
  width: 100%;
  height: auto;
}
.tours .tour .tour-body .btn-group.icon-only > .btn {
  font-size: 0;
}
.tours .tour .tour-body .btn-group.icon-only > .btn > i {
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: 1.5rem;
}
.tours .tour .tour-body .btn-group.icon-top > .btn > i {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.tours .tour .tour-body .btn-group.text-only > .btn > i {
  font-size: 0;
}
.tours .tour .tour-title {
  font-weight: 600;
}
.tours .tour .tour-description {
  font-weight: 300;
  font-size: 0.9rem;
}
.tours .tour .tour-price {
  font-weight: 500;
  font-size: 1rem;
}
.tours .tour .tour-price .price {
  font-size: 1.5rem;
  font-weight: 600;
}

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