#countDown {
  background-color: #044683;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0 10px 0;
  display: none;
}
#countDown.show {
  display: block;
}
#countDown.expired {
  background-color: #cc0000;
}
#countDown.expired > div.header {
  color: #ffcccc;
}
#countDown.expired > div.timer > div.values > div.val {
  color: #cc0000;
}
#countDown.expired > div.timer > div.values > div.val:last-child {
  background: #ff9999;
  color: #FFF;
}
#countDown.expired > div.timer > div.labels > div {
  color: #ffcccc;
}
#countDown > div.header {
  text-align: center;
  display: block;
  padding-bottom: 10px;
  clear: both;
  text-transform: uppercase;
  color: #b2def7;
}
#countDown > div.timer {
  display: inline-block;
  margin: 0 auto;
  width: 95%;
}
#countDown > div.timer > div.values > div.val {
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  display: inline-block;
  color: #044683;
}
#countDown > div.timer > div.values > div.val:last-child {
  background: #0192c9;
  color: #FFF;
}
#countDown > div.timer > div.labels > div {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #0291cb;
  font-size: 11px;
}
.count-range {
  text-align: center;
  font-size: 16px;
  padding-top: 25px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin: 25px 40px;
  color: #000;
}
.row .prop {
  display: block;
  text-align: center;
  background-color: #FFF;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.row .prop .img-wrap {
  position: relative;
}
.row .prop .img-wrap .offer {
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 0;
  top: 15px;
  background-color: #0192c9;
  padding: 7px 10px;
}
.row .prop .img-wrap .offer > div:first-child {
  vertical-align: top;
  color: #FFF;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -2px;
  font-weight: 550;
  float: left;
}
.row .prop .img-wrap .offer > div:last-child {
  padding-left: 5px;
  color: #FFF;
  font-size: 12px;
  float: left;
}
.row .prop .img-wrap .offer > div:last-child > div:first-child {
  font-size: 26px;
  line-height: 26px;
  padding-top: 5px;
}
.row .prop .img-wrap .offer > div:last-child > div:last-child {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.row .prop .img-wrap .img img {
  width: 100%;
  height: auto;
}
.row .prop .prop-name {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  color: #000;
}
.row .prop .book-url {
  padding: 15px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
}
.row .prop .book-url a {
  text-decoration: none;
  padding: 7px 25px;
  text-transform: uppercase;
  background-color: #0171c3;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  width: auto;
  display: block;
  margin: 10px auto;
  transition: 0.5s;
}
.row .prop .book-url a.view-more {
  color: #000000;
  background-color: transparent;
  position: relative;
}
.row .prop .book-url a.view-more:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0171c3;
}
.row .prop .book-url a.view-more:hover,
.row .prop .book-url a.view-more:focus {
  background-color: transparent;
}
.row .prop .book-url a.view-more:hover:after,
.row .prop .book-url a.view-more:focus:after {
  background-color: #044786;
}
.row .prop .book-url a:hover,
.row .prop .book-url a:focus {
  background-color: #044786;
  transition: 0.5s;
}
.row .prop .book-url span.expired {
  color: #cc0000;
}
.row .prop .book-url span.wait {
  color: #009900;
}
div.terms {
  margin: 20px 0;
}
div.terms h4 {
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 768px) {
  #countDown > div.header {
    font-size: 18px;
  }
  #countDown > div.timer > div > div {
    width: 24.5%;
    margin: 0.25%;
    float: left;
  }
  #countDown > div.timer > div.values > div.val {
    height: 80px;
    padding: 10px;
    font-size: 36px;
    line-height: 60px;
  }
  .row .prop .book-url a {
    display: inline-block;
    margin: 4px;
  }
}
@media (max-width: 767px) {
  #countDown > div.header {
    font-size: 16px;
  }
  #countDown > div.timer {
    width: 94%;
  }
  #countDown > div.timer > div > div {
    width: 21%;
    margin: 2%;
    float: left;
  }
  #countDown > div.timer > div.values > div.val {
    height: 60px;
    padding: 10px;
    font-size: 18px;
    line-height: 40px;
  }
  #countDown > div.timer > div.labels > div {
    font-size: 9px;
  }
  .row .prop .img-wrap .offer > div:first-child {
    color: #FFF;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2px;
    font-weight: 550;
  }
  .row .prop .img-wrap .offer > div:last-child > div:first-child {
    font-size: 18px;
    line-height: 18px;
    padding-top: 3px;
  }
  .row .prop .img-wrap .offer > div:last-child > div:last-child {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
  }
  .count-range {
    font-size: 14px;
    padding-top: 25px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    margin: 25px 0px;
    color: #000;
  }
}
