@charset "utf-8";
/* CSS Document */
@-ms-viewport {
 width: device-width;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
 *zoom: 1;
  clear: both;
}
.imgresponsive {
  max-width: 100%;
  margin: 0px;
  height: auto;
}
.yellow-green {
  color: #ffff00;
}
.blue {
  color: #3aa0f6;
}
.white {
  color: #fff
}
.green {
  color: #a0cc73
}
p {
  line-height:1.5em;
  margin-bottom:1em;
}
h1 {
  font-size: 180%;
  margin-bottom:1em;
}
h2 {
  font-size: 150%;
}
.center-block {
  display:block;
  margin:0 auto;
}
body {
  background: #f5f6f8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #252525;
}
#MainWrap {
  min-height: calc(100vh - 40px);
}
#HeaderWrap {
}
#Header {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.content {
  width: 90%;
  margin: 0 auto;
  padding: 1em;
}
#FooterWrap {
  position: relative;
  background: #1A1A1A;
  padding: 10px 0px;
}
#Footer {
  width: 100%;
  color: #eaebff;
  text-align: center;
  font-size: 15px;
}
/* styles */

.bullet {
  margin-top: 30px;
}
.bullet ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin-bottom: 20px;
}
.bullet ul li {
  border: thin solid #E5E5E5;
  background: #fff;
  width: 43%;
  padding: 20px;
  margin: 10px;
}
.bullet ul li h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
}
.bullet ul li h3 {
  display: block;
  width: 80%;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
  padding: 20px 10px;
  background:#21b578;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.bullet ul li p {
  line-height: 1.5em;
}
.bullet ul li img {
  max-height:110px;
  width:auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  height: auto;
}
.bonus {
}
.bonus-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #000000;
}
.bonus-badge {
  padding:10px;
}
.bonus-title {
  width: 100%;
  font-size: 80%;
  text-align:center;
  padding:20px;
}
.bonus-title h1 {
  margin-bottom:0;
}
.bonus-section p {
  line-height: 1.6em;
  margin-bottom:1em;
}
.bonus-section {
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}
.bonus-section div {
}
.bonus-section-img img {
  max-width: 100%;
  height: auto;
}
.bonus-section-copy {
  width: 60%;
  padding: 20px 0px;
  float: right;
}
.bonus-section-copy h2 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: thin solid #CBCBCB;
}
.time-ad {
  text-align: center;
  padding: 20px 10%;
}
.claims {
  text-align: center;
}
.divider {
  height: 1px;
  background: #cccccc;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.video-replay {
  padding: 0px 0px 25px;
}
.video-replay object, .video-replay embed, .video-replay iframe, {
 width: 100% !important;
height: auto !important;
}
.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em;
}
.clock {
    width: 460px;
    height: 116px;
    margin: 0 auto;
}
@media screen and (max-width:489px) {
    .bonus-section-img img {
      max-width: 70%;
      height: auto;
    }
}

@media only screen and (max-width : 634px ) {
    .bonus-section {
      width: 90%;
      margin: 0 auto;
      padding: 20px 0px;
      display: block;
    }
    .bonus-section div {
      width: 100%;
    }
    .bonus-section div:nth-child(1) {
      width: 100%;
    }
    .bullet ul {
      list-style: none;
      padding: 0px;
      display: block;
      -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
    }
    .bullet ul li {
      width: 100%;
      margin: 0 auto;
      padding: 10 20px 20px 20px;
      margin-bottom: 40px;
    }
}

@media only screen and (min-width : 635px ) and (max-width : 767px) {
    .bullet ul li {
      width: 45%;
    }
    .bullet ul li h3 {
      display: block;
      width: 98%;
    }
    
    .bonus-section {
      width: 90%;
      margin: 0 auto;
      padding: 20px 0px;
      display: block;
    }
    .bonus-section div {
      width: 100%;
    }
    .bonus-section div:nth-child(1) {
      text-align: center;
      width: 100%;
    }
    .bonus-section-img {
      text-align: center;
      width: 30%;
      float: left;
    }
    .bonus-section-img img {
      max-width: 100%;
      height: auto;
    }
    .bonus-section-copy {
      width: 65%;
      padding: 20px 0px;
      float: right;
    }
    .bonus-head h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #FFFFFF;
      font-size: 2em;
      line-height: 1em;
      padding: 40px 20px 40px 0px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.76);
      margin-bottom: 0;
    }
}

@media screen and (min-width : 767px) {
    .content {
      width: 90%;
      margin: 0 auto;
    }
    .content-written {
      width:90%;
      margin:0 auto;
    }
    .bullet ul li {
      width: 45%;
    }
    .bullet ul li h2 {
      font-size:20px;
    }
    
    .bonus-badge {
      width: 30%;
      background: #000000;
      padding: 10px;
      text-align: center;
    }
    .bonus-badge img {
    }
    .bonus-title {
      width: 70%;
      font-size: 100%;
      padding:25px 10px;
      border-left: #c2b59b solid 5px;
      text-align: center;
    }
    .bonus-section {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 0 auto;
      padding: 30px;
    }
    .bonus-img {
      text-align: center;
      width: 100%;
    }
    .bonus-img img{
      width: 100%;
      max-width:300px;
      height:auto;
    } 
    .bonus-details {
      width: 100%;
    }
    .bonus-head {
      display: flex;
      flex-direction: row;
    }
    .claims {
      max-width:700px;
      margin:0 auto;
    }
}

@media screen and (min-width : 981px) {
    h1 {
      font-size: 210%;
    }
    h2 {
      font-size: 160%;
    }
    .content {
      width: 960px;
      margin: 0 auto;
    }
    .bullet ul li h2 {
      font-size:24px;
    }
    .bonus-section {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0 auto;
      padding: 30px 0px;
    }
    .bonus-img {
      text-align: center;
      width: 30%;
    }
    .bonus-details {
      width: 65%;
    }
}
