#offer-content {
  padding: 0;
  background-color: #f5f5f5;
}

#offer-content-container {
  padding-left: 0;
  padding-right: 0;
}


#offerPage {
  padding: 5px 5px;
  border-left: solid 10px rgba(0, 0, 0, 0);
  border-right: solid 10px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 20px;
}

#offerPage h1 {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

#offerPage h2 {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

#offerPageBody {
  font-size: 12px;
  text-align: center;
}

#offerList {
  padding: 0;
}

#offerList p {
  line-height: 16px;
}

.offerDeal {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  border: solid 10px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s;
  border-radius: 5px;
}

.offerDealBanner {
  padding: 10px 0;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}

.offerDealBanner img {
  margin: 0 auto;

}

.offerRow1 {
  padding: 10px;
}

.offerRow1 p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.offerRow1 h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.offerRow1 ul {
  list-style-type: none;
}

.offerRow1 li {
  font-size: 14px;
  margin-left: 0;
  line-height: 1.3;
}

.offerRow1 li:before {
  content: "\e084";
  position: relative;
  top: 1px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  margin-right: 5px;
}

.offerRow1 ul, .offerRow1 ol {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.offerCols.offer1Rows .offerRow1, .offerRow2 {
  padding: 10px;
}

.offerCols.offer1Rows .offerRow1 p, .offerRow2 p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.offerImage {
  padding: 10px;
  text-align: center;
  position: relative;
}

.offerCol1, .offerCol2, .offerCol3, .offerCol4, .offerCol5, .offerCol6 {
  font-size: 16px;
  text-align: center;
  padding: 5px;
}

.offerAction {
  padding: 5px 0;
  text-align: center;
}

.offerAction a {
  display: inline-block;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.offerAction a:hover {
  text-decoration: none;
}

.offerRow1 h3 {
  font-weight: bold;
}

.offerAction a {
  font-weight: bold;
}

.offerDeal:hover {
  transition : box-shadow 0.2s;
}

@media only screen and (min-width: 768px) { /* Small Devices, Tablets */
  #offerPage {
    margin-top: 20px;
  }

  #offerPage h1 {
    font-size: 22px;
    line-height: 24px;
  }

  #offerPage h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #offerPageBody {
    font-size: 16px;
  }

  .offerImage {
    display: table;
    height: 100px;
  }

  .offerImage a {
    display: table-cell;
    vertical-align: middle;
  }

  .offerCol1, .offerCol2, .offerCol3, .offerCol4, .offerCol5, .offerCol6 {
    font-size: 12px;
    text-align: left;
    padding: 10px;
  }

  .offerRow1 h3 {
    font-size: 16px;
  }

  .offerRow1 li {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) { /* Medium Devices, Desktops */
  .offerAction {
    padding: 15px 0;
  }

  .offerImage {
    height: 100px;
  }
}

@media only screen and (min-width: 1200px) { /* Large Devices, Wide Screens */
  .offerImage {
    height: 100px;
  }
}

/* Default colours */

#offerPage {
  background-color: #f5f5f5;
}

.offerDeal {
  background-color: #fff;
  box-shadow: 0 0 10px #cfcfcf;
}

.offerDeal:hover {
  box-shadow : 0 0 10px #666;
}

.offerRow1 li:before {
  color: #666;
}

.offerRow1 p {
  color: #666;
}

.offerRow1 h3 {
  color: #000;
}

.offerRow2 p {
  color: #666;
}

.offerValues strong {
  color: #333;
}

.offerAction a {
  background-color: #ccc;
  color: #333;
}

.offerAction a:hover {
  background-color: #333;
  color: #fff;
}