.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.results > .item {
  position: relative;
  min-height: 100px;
  margin-top: 15px;
}
.results > .item:first-child {
  margin-top: 0;
}
.item > .item-body {
  margin-left: 80px;
  margin-right: 210px;
}
.item > .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  min-height: 1px;
}
.item > .item-image img {
  max-width: 64px;
  max-height: 64px;
}
.item-group {
  font-weight: bold;
  padding: 3px 0;
  margin: 3px 0;
  background-color: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.item-recommended {
  background-color: #fff6d9;
  border: 2px solid #ffc40d;
  color: #c09100;
}
.item > .item-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 10px;
  text-align: right;
  width: 200px;
}
.book-block {
  margin-top: 15px;
  margin-left: 80px;
}
@media (max-width: 480px) {
  .item > .item-body {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
  .results > .item,
  .item > .item-actions,
  .item > .item-image {
    position: static;
  }
  .item > .item-image {
    position: static;
    float: left;
  }
  .item > .item-actions {
    float: right;
    margin-left: 0;
  }
  .results > .item {
    *zoom: 1;
  }
  .results > .item:before,
  .results > .item:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .results > .item:after {
    clear: both;
  }
  .book-block {
    margin-left: 0;
  }
}
.item-actions > .item-price {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px 8px 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
  *margin-left: .3em;
}
.item-actions > .item-price:first-child {
  *margin-left: 0;
}
.item-actions > .item-price > small {
  font-size: 79%;
  line-height: 12px;
  color: #999999;
  font-weight: normal;
}
.toggle-more-row {
  font-style: italic;
}
.more-row {
  display: none;
}
.show-more .toggle-more-row {
  display: none;
}
.show-more .more-row {
  display: table-row;
}
.booking-in-progress a.act-reserve,
.booking-in-progress a.act-inquire {
  visibility: hidden;
}
.results .calendar-icon {
  margin-bottom: 15px;
}
.no-results-message {
  font-style: italic;
}
.no-results-message.no-season {
  font-style: normal;
}
