.deal.f {
  width: 100%;
  position: relative;
  margin: 0;
  background-color: #fffacb;
  padding: 0 16px 16px;
}
.deal.f .banner {
  margin: 0 -16px;
}
.deal.f .banner img {
  display: block;
  width: 100%;
}
.deal.f .title {
  clear: both;
  padding: 0;
  text-align: center;
  margin-top: 16px;
}
.deal.f .title a {
  color: #101010;
  font-size: 24px;
  line-height: 32px;
}
.deal.f .subTitle {
  font-weight: bold;
}
.deal.f .priceC {
  text-align: center;
}
.deal.f .priceC .price {
  color: #e42900;
  font-size: 24px;
  line-height: 32px;
}
.deal.f .priceC .fullPrice {
  color: #424242;
  font-size: 16px;
  line-height: 24px;
}
.deal.f .priceC .fullPrice .formatted {
  text-decoration: line-through;
}
.deal.f .discountsC {
  margin-top: 8px;
}
.deal.f .discountsC:before,
.deal.f .discountsC:after {
  content: " ";
  display: table;
}
.deal.f .discountsC:after {
  clear: both;
}
.deal.f .discountsC label {
  font-weight: normal;
  margin: 0 4px 0 0;
  float: left;
}
.deal.f .discountsC label:after {
  content: ":";
  margin-right: 4px;
}
.deal.f .discountsC .discount {
  float: left;
  margin-right: 16px;
}
.deal.f .discountsC .discount:last-child {
  margin-right: 0;
}
.deal.f .discountsC .discounts {
  overflow: hidden;
}
.deal.f .discountsC .discounts .discount .icon {
  display: block;
  float: left;
  margin: 2px 0;
  margin-right: 4px;
  height: 20px;
}
.deal.f .discountsC .discounts:last-child {
  margin-right: 0;
}
.deal.f .discountDetails {
  margin-top: 8px;
}
.deal.f .discountDetails ul {
  list-style: disc;
  margin: 0 0 0 16px;
}
.deal.f .topPhotos {
  margin: 16px 0 0;
}
.deal.f .topPhotos:before,
.deal.f .topPhotos:after {
  content: " ";
  display: table;
}
.deal.f .topPhotos:after {
  clear: both;
}
.deal.f .topPhotos .topPhoto {
  position: relative;
  float: left;
  padding: 0 0 49%;
}
.deal.f .topPhotos .topPhoto i {
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  width: 100%;
  height: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.deal.f .topPhotos .topPhoto i img {
  display: none;
}
.deal.f .topPhotos.size-1 .topPhoto {
  width: 100%;
  height: auto;
  padding: 0 0 50%;
}
.deal.f .topPhotos.size-2 .topPhoto {
  width: 49%;
  padding: 0 0 49%;
  margin-right: 2%;
}
.deal.f .topPhotos.size-2 .topPhoto:last-child {
  margin-right: 0;
}
.deal.f .topPhotos.size-3 .topPhoto {
  width: 32%;
  padding: 0 0 32%;
  margin-right: 2%;
}
.deal.f .topPhotos.size-3 .topPhoto:last-child {
  margin-right: 0;
}
.deal.f .policyC {
  margin-top: 8px;
}
.deal.f .policyC .label {
  width: 100%;
}
.deal.f .policyC .finePrint,
.deal.f .policyC .policy,
.deal.f .policyC .reservationPolicy {
  width: 100%;
  color: #424242;
}
.deal.f .policyC .finePrint p,
.deal.f .policyC .policy p,
.deal.f .policyC .reservationPolicy p {
  margin: 8px 0 0 0;
}
.deal.f .policyC .finePrint ul,
.deal.f .policyC .policy ul,
.deal.f .policyC .reservationPolicy ul {
  list-style: disc;
  margin: 0 0 0 16px;
}
.deal.f .properties {
  margin-top: 8px;
}
.deal.f .properties .phone-c {
  background-color: #ffffff;
  border-top: 1px solid #a3a3a3;
}
@media only screen and (min-width: 992px) {
  .deal.f .properties .phone-c {
    margin-left: -8px;
    margin-right: -8px;
    border-top: none;
  }
  .deal.f .properties .phone-c:before,
  .deal.f .properties .phone-c:after {
    content: " ";
    display: table;
  }
  .deal.f .properties .phone-c:after {
    clear: both;
  }
}
.deal.f .properties .phone-c > div {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .deal.f .properties .phone-c > div {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .deal.f .properties .phone-c .phone2 {
    text-align: right;
  }
}
.deal.f .properties .print-coupon {
  width: 100%;
  text-align: center;
}
.deal.f .properties .print-coupon a {
  color: #ffffff;
}
.deal.f .properties .downloadButtons {
  border: none;
  margin-top: 16px;
  padding: 0;
}
.deal.f .properties .downloadButtons .downloadIcons {
  margin-top: 8px;
}
.deal.f .button {
  display: block;
}
.deal.f form .button {
  width: 100%;
}
.deal.f .label {
  margin-right: 4px;
}
.deal.f .label:after {
  content: ":";
}
.deal.f .remaining-coupons-c {
  margin-top: 16px;
}
.deal.f .others {
  margin-top: 8px;
}
.deal.f .others:before,
.deal.f .others:after {
  content: " ";
  display: table;
}
.deal.f .others:after {
  clear: both;
}
.deal.f .others .number-of-coupons-c {
  float: left;
}
.deal.f .others .expiration-date-c {
  float: right;
}
.deal.f .others .lifespan-c {
  float: right;
}
.deal.f.evoucher .others .number-of-coupons-c {
  float: none;
}
.deal.f.evoucher .others .expiration-date-c {
  float: none;
}
.deal.f.evoucher .others .lifespan-c {
  float: none;
}
.deal.f .coupon-code {
  margin-top: 16px;
  text-align: center;
}
.deal.f .coupon-code .value.code {
  font-size: 28px;
  line-height: 32px;
  color: #ff672b;
}
