@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src:url(https://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(https://themes.googleusercontent.com/static/fonts/oswald/v8/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/*! 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

h1 {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
}

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

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

h4 {
    font-size: 1.40em;
    line-height: 1.4em;
    font-weight: 300;
}

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

h6 {
    font-size: 1.15em;
    line-height: 1.3em;
    font-weight: 400;
}

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

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

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

#bio{
    width: 80%;
    border: 1px solid #fff;
    padding: 1em 1.6em;
    margin: 0 auto;
}

.rotate-wrapper .counter-clockwise {
    transform: rotate(-3deg);
}

.rotate-wrapper .clockwise {
    transform: rotate(3deg);
}

#two-factors {
    width: 100%;
    border: 1px solid #000;
    padding: 0.5em 1em;
}

#strength-to-weight {
    background: url('../img/background-1b.jpg') 40% 0 no-repeat #000;
    background-size: cover;
}

.strength-type {
    width: 80%;
    margin: 1em auto;
    padding: 0.2em 1em;
    background: #d9d9d9;
    border-radius: 1em;
}

.strength-type h4 {
    margin: 0.3em 0 0.8em;
}

#wrong-preconceptions {
    background: url('../img/background-2.jpg') 25% 0 no-repeat #000;
    background-size: cover;
}

#wrong-preconceptions .two-third {
    background: rgba(0,0,0, 0.6);
    padding: 1em 1.5em;
}

#myths-headline {
    width: 70%;
    margin: 1.5em auto;
    border: 1px solid #000;
    padding: 0.3em 1em;
}

.bonus {
    width: 80%;
    border: 2px solid #ff0000;
    border-radius: 20px;
    padding: 0.3em 1.5em;
    margin: 2em auto;
}

#promo-block {
    display: block;
}

.countdown {
    width: 240px;
    margin: 20px auto;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 2em;
    text-align: center;
}

#full-price {
    display: none;
}

#testimonials h3 {
    margin: 1em  0 0;
}
#testimonials h2 {
    font-size: 4.5em;
    margin: 0;
}

.testimonial {
    width: 70%;
    margin: 0 auto 2em;
    border: 2px solid rgba(255,0,0,0.9);
    border-radius: 12px;
    padding: 0 1em;
    background: #fff;
}

.testimonial .title {
    font-size: 150%;
    margin: 0.5em 0;
    color: #ff0000;
    font-weight: bold;
}

.white-box {
    width: 70%;
    margin: 0 auto;
    padding: 0.5em;
    background: #fff;
    border-radius: 1em;
}

.recurring-notice {
    font-size: 90%;
}

#references ol {
    width: 100%;
    display: inline-block;
    padding-left: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
br {
    display: none;
}

br.resp {
    display: block;
}

.resp {
    display: block;
}

.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{
    display: block;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.ucase {
    text-transform: uppercase;
}

strong {
   font-weight: 600;
}

.yellow-background {
    background: #fff900;
    color: #000;
}

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

.white-background {
    background: #fff;
}

.black-background {
    background: #000;
}

.grey-background {
    background: #262626;
}

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

.red-background {
    background: #a80000;
}

.blue-background {
    background-color: #74a3d3;
}

.yellow {
    color: #e6bf3d;
}

.white {
    color: #fff;
}

.green {
    color: #3bb20d;
}

.red {
    color: #ff0000;
}
.grey {
    color:#6e6e6e;
}

.black {
    color: #000;
}

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

.blue {
    color:#334D6D;
}

.large {
    font-size: 1.3em;
}

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

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

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

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

.light {
    font-weight: 300;
}

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

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

/* ==========================================================================
   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;
    }
}