/* offers */
.section-homepage-offer {
    background-color: #eee;
}
.section-offer {
  background-color: #eee;
  width: 100%;
}
.title-offers {
  margin-bottom: 20px;
}
.container-upcoming {
  max-width: 1000px;
}
.container-upcoming {
  padding-bottom: 40px;
}
.container-offer {
  padding-top: 10px;
}
.row-offer {
  padding-bottom: 5px;
}
.offer-image {
  width: 100%;
}
.offer-text-container {
  padding-left: 15px;
  padding-right: 15px;
}
.offer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.black-gradient {
  position: relative;
  height: 80px;
  margin-top: -80px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}
.offer-title {
  text-transform: uppercase;
}
.offer-save {
  display: inline-block;
  font-size: 13px;
  color: #777;
}
.save-circle {
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.save-circle.circle-yellow {
  background-color: #f39c12;
}
.save-circle .save-circle-discount {
  position: relative;
  top: 13px;
  font-size: 17px;
  font-weight: bold;
}
.save {
  margin-bottom: 5px;
}
.offer-price {
  display: inline-block;
  position: absolute;
  bottom: 53px;
  right: 30px;
  font-size: 16px;
  color: #333;
}
.offer-price .price {
  font-size: 19px;
  font-weight: bold;
}
.offer-title {
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
.offer-region {
  color: #777;
}
.offer-excerpt {
  font-size: 14px;
  margin-bottom: 15px;
}
.offer-category {
  display: inline-block;
  height: 40px;
  font-size: 20px;
  padding: 0px 15px;
  bottom: 5px;
  vertical-align: bottom;
}
.offer-ends {
  position: relative;
  height: 30px;
  margin-top: -30px;
  margin-left: 15px;
  color: #fff;
}
.offer-booknow {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.hr-offer {
  margin-top: 11px;
  margin-bottom: 11px;
}
.offer-upcoming {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}
.panel-yellow {
  border: 3px solid #333;
  border-radius: 0;
}
.panel-white {
  border: 3px solid #fff;
  border-radius: 0;
}
.panel-body-small {
  padding: 10px 10px;
}
.editors-pick {
  position: absolute;
  font-size: 16px;
  width: 120px;
  background-color: #fff;
  height: 22px;
  padding-left: 15px;
  left: 70px;
  top: 25px;
  color: #ab3326;
}

#search-grid-view .editors-pick{
    top: 20px;
}
@media (min-width: 768px) {
  .offer-booknow {
    bottom: 35px;
  }
  .offer-price {
    bottom: 73px;
  }
}
@media (min-width: 992px) {
  .offer-excerpt {
    font-size: 14px;
    height: 38px;
    overflow-y: hidden;
    margin-bottom: 15px;
  }
  .offer-text-container {
    height: 335px;
    position: relative;
    padding-right: 15px;
    z-index: 0 !important;
  }
  .offer-image {
    position: relative;
    float: left;
    width: 700px;
    margin-right: 15px;
    z-index: 2 !important;
  }
  .black-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
  }
  .offer-save {
    position: absolute;
    bottom: 67px;
    width: 80px;
    left: 715px;
    text-align: left;
  }
  .save-circle {
    position: absolute;
    top: 25px;
    left: 5px;
  }
  .save-circle .save-circle-discount {
    position: absolute;
    right: 7px;
  }
  .offer-category {
    position: absolute;
    font-size: 20px;
    padding: 5px 15px;
    bottom: 5px;
    left: 785px;
    z-index: 1001;
    vertical-align: middle;
  }
  .offer-ends {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
  }
  .offer-booknow {
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
  .offer-price {
    display: inline-block;
    position: absolute;
    bottom: 63px;
    right: 15px;
  }
  .offer-price .price {
    font-size: 21px;
    font-weight: bold;
  }
  .offer-points {
    position: absolute;
    left: 700px;
  }
}
/* end offers */