/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

.wrapper {
    width: 100%;
    margin: 0;
    padding-bottom: 0.8em;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1 {
    font-weight: 300;
    font-size: 2em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: 300;
}

h3 {
    font-size: 1.55em;
    line-height: 1.4em;
    font-weight: 300;
}

h4 {
    font-size: 1.30em;
    line-height: 1.4em;
    font-weight: 300;
    margin: 0.5em 0;
}

h5 {
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight: 300;
    margin: 1em 0;
}

h6 {
    font-size: 1.15em;
    line-height: 1.3em;
    font-weight: 300;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font: 14px/1.3em "Open Sans", Helvetica, Arial;
}

.half-opaque-mobile {
    background: rgba(255,255,255,0.8);
}

.special-headline {
    font-family: "Cambay", Helvetica, Arial, sans-serif;
}

header {
    background: url('../images/header-bg2.jpg') center top no-repeat #fff;
    background-size: cover;
    height: 500px;
}

header h3 {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: 400;
}

.with-shadow {
    text-shadow: 1px 0 2px rgba(0,0,0,0.8);
}

header > section {
    position: relative;
    padding-top: 2em;
}

.fb-like {
    margin-top: 2em;
}

section {
    width: 90%;
    margin: 0 5%;
    padding: 0.01em 0 0.04em;
}

h3.small {
    font-weight: 300;
    font-size: 1.65em;
}

h1 .big {
    font-size: 2.5em;
    line-height: 1.3em;
}

ul {
    list-style: none;
    padding-left: 0;
}

li {
    margin: 1em 0;
}

li span.check {
    font-size: 2em;
    color: #ff0000;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
}

li div {
    display: inline-block;
    vertical-align: top;
}

.two-third {
    width: 66%;
    margin: 0 auto;
}

.column {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    margin: 1em auto;
    padding: 0.2em 1em;
}

.nutrients {
    width: 90%;
    margin: 2em auto;
    background: #fff;
    color: #000;
    padding: 1em;
}

.nutrients h5 {
    margin-top: 0;
}

#injection {
    background: url('../images/needle-background.jpg') 0 0 no-repeat #000;
}

#injection .half {
    display: none;
}
.over-edge {
    margin: 0 auto;
}

h2.big {
    font-size: 6em;
    margin: 0;
}

.bonus {
    background: #fff;
    padding: 1em 2.5em;
    position: relative;
    margin: 2.5em 0;
}

.bonus h3 {
    line-height: 1em;
}

.bonus h3 .small {
    font-size: .7em;
}

.bonus .value {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100px;
}

.red-arrow li:before {
    content: url('../images/red-right-arrow.gif');
    width: 40px;
    display: inline-block;
}

.red-arrow li div {
    width: 80%;
    display: inline-block;
    line-height: 1.4em;
}

.red-arrow li:nth-of-type(even) span {
    background-color: #fff568;
    font-weight: bold;
}

.testimonial {
    width:80%;
    margin: 0 auto 3em;
    padding: 1em 1.5em;
    border: 1px solid #db0000;
    border-radius: 12px;
}

.disclaimer {
    font-size: 0.8em;
}

.benefits {
    width: 90%;
    margin:0 auto 2em;
    padding: 1em;
    background: #fff;
}

.benefits h5 {
    color: #ff860e;
    margin: 0;
}

.benefits p {
    font-size: 0.9em;
}

.purchase-box {
    width: 80%;
    margin: 1em auto;
    padding: 1.5em 2em;
    border-radius: 1em;
    background: #fff;
    color: #000;
}

.cbtb header {
    background: #fff;
}

#counter {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.dash {
    background-size: cover;
    width: 65px;
    height: auto;
    padding: 10px 0 10px 5px;
}

.dash .digit {
    font-size: 26px;
    width: 32px;
}

.hours_dash {
    clear: none;
}

.sold-out {
    position: absolute;
    top: 60%;
    display: none;
}

.no-sale {
    display: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
br {
    display: none;
}

br.resp {
    display: block;
}

.resp {
    display: block;
}

.no-resp {
    display: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.aligncenter {
    text-align: center;
}

img.aligncenter, iframe.aligncenter,
button.aligncenter, div.aligncenter{
    display: block;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.ucase {
    text-transform: uppercase;
}

strong {
   font-weight: 700;
}

.yellow-background {
    background: #fff568;
}

.light-yellow-background {
    background: #fffabd;
}

.white-background {
    background: #fff;
}

.black-background {
    background: #000;
}

.grey-background {
    background: #3b3b3b;
}

.light-grey-background {
    background: #e7e6e6;
}

.light-grey {
    color: #e7e6e6;
}

.red-background {
    background: #db0000;
}

.blue-background {
    background-color: #0245b2;
}

.yellow {
    color: #fff568;
}

.white {
    color: #fff;
}

.green {
    color: #3bb10d;
}

.red {
    color: #db0000;
}

.red2 {
    color: #ff0000;
}
.grey {
    color:#3b3b3b;
}

.black {
    color: #000;
}

.purple {
    color: #7505af;
}
.no-bullet {
    list-style: none;
}

.blue {
    color:#0245b2;
}

.large {
    font-size: 1.3em;
}

.no-mt {
    margin-top: 0 !important;
}

.no-mb {
    margin-bottom: 0 !important;
}

.no-pt {
    padding-top: 0 !important;
}

.no-pb {
    padding-bottom: 0 !important;
}

.with-pb {
    padding-bottom: 1em !important;
}

.with-mt {
    margin-top: 1em !important;
}

.light {
    font-weight: 300;
}

.more-lh {
    line-height: 1.4em;
}

img.left, img.right {
    display: block;
    margin: 0 auto;
}

.serif {
    font-family: "Times New Roman", Times, Georgia, serif;
}

.handwritten {
    font-family: 'Allura', "Open Sans", cursive;
    font-size: 1.5em;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}