@import "bootstrap.css";

@font-face {
  font-family: 'copydoodles_beckyregular';
  src: url('/assets/fonts/copydoodles_becky-webfont.eot');
  src: url('/assets/fonts/copydoodles_becky-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/copydoodles_becky-webfont.woff') format('woff'), url('/assets/fonts/copydoodles_becky-webfont.ttf') format('truetype'), url('/assets/fonts/copydoodles_becky-webfont.svg#copydoodles_beckyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lato-light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.lato-black {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.montserrat-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.open-sans {
  font-family: 'Open Sans', sans-serif;
}

.copydoodle {
  font-family: 'copydoodles_beckyregular', cursive;
  font-weight: bold;
}

.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.underline {
  text-decoration: underline;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

.container-fluid .row div {
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #fff;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  vertical-align: middle;
}

body {
  background: #fff url(/assets/images/sales-page-background.jpg);
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.thanks {
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 10px;
}

.thanks p.h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-size: 6rem;
  margin: 16px;
  text-align: center;
}

.thanks p {
  text-align: center;
}

.thanks .thanks-arrow-down {
  background: #444;
  height: 6px;
  margin: 30px 0 20px;
  position: relative;
}

.thanks .thanks-arrow-down:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #444 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -33px;
}

.essential-thanks {
  padding: 16px 0;
}

.essential-thanks .inner {
  margin: 0 auto;
  max-width: 800px;
}

.essential-thanks p.thanks-preheadline {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
  text-align: center;
}

.essential-thanks p.thanks-headline {
  color: #ff9900;
  font-size: 34px;
  font-weight: bold;
  line-height: 42px;
  margin: 0 0 18px;
  text-align: center;
}

.essential-thanks p.thanks-headline strong {
  color: #333;
}

header {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 10px;
}

header .preheadline {
  background: #39579a;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 16px 0;
  padding: 2px 10px;
  text-align: center;
  text-transform: uppercase;
}

header .preheadline-2 {
  color: #5a5a5a;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

header h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  margin: 16px;
  text-align: center;
}

.subheader {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.subheader .subsubheadline {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.subheader .booster-logo {
  display: block;
  padding-top: 50px;
  width: 100%;
}

.page {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 10px 30px 10px;
}

.page p {
  color: #444;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
}

.page p a {
  color: #5a5a5a;
}

.page h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 60px;
  margin: 50px 10px 30px;
  text-align: center;
}

.page .paul-intro {
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
}

.page .intro {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}

.page .paul-photo {
  border: 5px solid #c0c0c0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin: 10px auto 10px;
}

.page p.bio {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.page .formula {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.page .product-title {
  padding: 0 0 20px;
}

.page .product-title p {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.page .product-title p.pre {
  font-size: 36px;
  font-size: 3.6rem;
}

.page .product-title p.main {
  line-height: 60px;
}

.page .product-title p.sub {
  font-size: 24px;
  font-size: 2.4rem;
}

.page .product-shot img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.page ol.blue-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}

.page ol.blue-numbers li {
  counter-increment: step-counter;
}

.page ol.blue-numbers li:before {
  color: #39579a;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 0 -44px;
  text-align: right;
  width: 36px;
}

.page ol.blue-numbers li p {
  color: #5a5a5a;
}

.page ul.gold-stars {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}

.page ul.gold-stars li {
  background: url(/assets/images/gold-star-icon.png) no-repeat 0 -3px;
  min-height: 32px;
  padding: 0 0 0 44px;
}

.page ul.gold-stars li p {
  color: #5a5a5a;
}

.page ul.green-ticks {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}

.page ul.green-ticks li {
  background: url(/assets/images/chunky-green-tick.png) no-repeat 0 -3px;
  min-height: 32px;
  padding: 0 0 0 44px;
}

.page ul.green-ticks li p {
  color: #5a5a5a;
}

.page .guarantee-logo img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.page .take-action-now {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.page .testimonials {
  padding: 20px 0 0;
}

.page .testimonials p {
  text-align: center;
}

.page .testimonials hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 30px 0;
}

.page .price {
  padding: 0 0 10px;
}

.page .price p {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.page .price p.saving {
  color: #3f8e30;
  padding: 0;
}

.page .price .button {
  padding: 20px 0 6px;
}

.page .green-book-button {
  background: #86c833;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86c833), color-stop(100%, #3f8e30));
  background: -webkit-linear-gradient(top, #86c833 0%, #3f8e30 100%);
  background: -moz-linear-gradient(top, #86c833 0%, #3f8e30 100%);
  background: -ms-linear-gradient(top, #86c833 0%, #3f8e30 100%);
  background: -o-linear-gradient(top, #86c833 0%, #3f8e30 100%);
  background: linear-gradient(to bottom, #86c833 0%, #3f8e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#86c833, endColorstr=#3f8e30, GradientType=0);
  border: 1px solid rgba(102, 102, 102, 0.99);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px #c2ee80;
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: #000000 0px 1px 0px;
}

.page .green-book-button:hover {
  opacity: 0.9;
}

.page .instant-access {
  padding: 20px 10px;
}

.page .instant-access p {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  margin: 0;
  text-align: center;
}

.page .instant-access p.title {
  color: #2f3493;
}

.page .instant-access .strike {
  display: inline-block;
  position: relative;
}

.page .instant-access .strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 5px solid;
  border-color: red;
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.page .strike-price {
  position: relative;
}

.page .strike-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: red;
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.page.about-paul {
  background: #333;
  margin: 0;
  max-width: none;
  padding: 10px 10px 40px;
}

.page.about-paul .about-inner {
  margin: 0 auto;
  max-width: 940px;
}

.page.about-paul h2,
.page.about-paul p {
  color: #eee;
}

.cash-is-king-bonus {
  margin: 20px auto 30px;
  max-width: 700px;
}

.cash-is-king-bonus h2 {
  color: #333;
  margin: 0;
  text-align: center;
}

.cash-is-king-bonus img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.cash-is-king-bonus p {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

footer {
  background: #efefef;
}

footer .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}

footer p {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

footer .links {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0;
  padding: 0;
}

footer .links li {
  margin-bottom: 10px;
}

footer .links a {
  color: #444;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  header .booster-logo {
    margin: 30px auto 0;
  }

  .page .price {
    padding: 0 50px 30px;
  }

  .page .price .button {
    padding: 10px 0 6px;
  }

  .cash-is-king-bonus .images {
    text-align: center;
  }

  .cash-is-king-bonus img {
    display: inline;
    max-width: 250px;
    padding: 0 20px;
  }

  footer p {
    float: left;
  }

  footer .links {
    float: right;
    margin: 14px 0;
  }

  footer .links li {
    display: inline;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .photo-paul {
    margin: 0 0 0 -130px;
  }
}

@media only screen and (min-width: 1080px) {
  .cash-is-king-bonus {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    overflow: auto;
    max-width: 1000px;
  }

  .cash-is-king-bonus h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }

  .cash-is-king-bonus p {
    line-height: 28px;
    text-align: left;
  }

  .cash-is-king-bonus .images {
    float: left;
    width: 28%;
  }

  .cash-is-king-bonus img {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .cash-is-king-bonus img.vip {
    max-width: 200px;
  }

  .cash-is-king-bonus .cik {
    float: right;
    width: 65%;
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}