@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 .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.underline {
    text-decoration: underline
}

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

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

.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;
    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
}

.preheadline {
    background: #fde200;
    color: #006;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    margin: 0;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase
}

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

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

.subheadline {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center
}

.expiry-bar {
    background: #fde200;
    padding: 20px
}

.expiry-bar p {
    color: #006;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    margin: 0;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase
}

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

.content.wider {
    max-width: 1200px
}

.content.bonuses {
    background: url(/assets/images/sales-page-background.jpg);
    border: 3px dashed #fd100a;
    margin-bottom: 30px;
    max-width: 700px;
    padding: 0 30px
}

.content.bonuses p {
    color: #000
}

.content.bonuses .gold-stars p {
    color: #000
}

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

.content p a {
    color: #5a5a5a
}

.content.centered p {
    text-align: center
}

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

.content .product {
    padding-top: 30px
}

.content .price p {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 60px;
    text-align: center
}

.content .price .strike {
    display: inline-block;
    position: relative
}

.content .price .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)
}

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

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

.content 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
}

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

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

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

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

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

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

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

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

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

.content ul.blue-ticks li p {
    color: #5a5a5a
}

.content .guarantee-logo {
    padding-top: 30px
}

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

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

.content .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: 0 1px 0 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 0 #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: #000 0 1px 0
}

.content .green-book-button:hover {
    opacity: .9
}

.black-bar {
    background-image: url(/assets/images/black-textured-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 30px
}

.black-bar h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 60px;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 20px;
    text-align: center
}

.diamond-bar {
    background: url(/assets/images/sales-page-background.jpg);
    padding-top: 30px;
    padding-bottom: 30px
}

.diamond-bar h2 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 60px;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 20px;
    text-align: center
}

.countdown-clock {
    font-family: sans-serif;
    color: #000;
    display: block;
    font-weight: 100;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    font-size: 30px
}

.countdown-clock>div {
    padding: 0 2px;
    border-radius: 3px;
    display: inline-block
}

.countdown-clock div>span {
    background: #f2f2f2;
    background: -webkit-linear-gradient(top, #fff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
    background: linear-gradient(to bottom, #fff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 -3px 0 0 #ccc, inset 0 -4px 0 0 #b3b3b3, inset 0 -5px 0 0 #fff, inset 0 2px 0 0 #eaeaea, inset 0 3px 0 0 #b3b3b3, inset 0 4px 0 0 #fff;
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    position: relative
}

.countdown-clock div>span:after {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 50%;
    left: 0
}

.countdown-clock .smalltext {
    padding-top: 5px;
    font-size: 16px
}

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

.columns:first-of-type {
    margin: 30px auto 0
}

.columns:last-of-type {
    margin: 0 auto 30px
}

.columns .sidebar img {
    display: block;
    margin: 0 auto;
    max-width: 196px;
    width: 100%
}

.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) {
    .content .price {
        padding: 0 50px
    }

    .content .price .button {
        padding: 10px 0 6px
    }

    .columns .main-content {
        float: right;
        width: 72%
    }

    .columns .sidebar {
        float: left;
        width: 23%
    }

    .columns .sidebar .circle-pic:last-of-type {
        margin-bottom: 0
    }

    .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%
    }
}