
@font-face {
    font-family: 'MMillion';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'MMillion';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'MMillion';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MMillion';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'MMillion';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Montserrat-Black.ttf') format('truetype');
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}

.mobile-only {
    display: none;
}

p strong {
    opacity: 0.9;
}

h3,
p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

p {
    line-height: 1.5;
}

ul {
    list-style: inside;
    line-height: 1.5;
}

ul li {
    margin-bottom: 20px;
}

section {
    display: block;
    margin-top: 40px;
}

.content {
    width: 960px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

h2.withbg {
    font-size: 50px;
    font-weight: 300;
}

h2 {
    font: 700 50px/1.2 'Montserrat', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2 strong {
    font-weight: 900;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}

.text-image-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}

.text-image-flex img,
.text-image-flex .parallax {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.red,
.blue {
    font-weight: 900;
}

.red {
    color: #FFAB13;
}

.blue,
.bl {
    color: #2979ff;
}

strong {
    font-weight: 700;
    margin-top: 40px;
}

.gray-bg {
    background: #f5f5f5;
    padding: 40px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.text-80 p,
.text-80 h2,
.text-80 h3,
.text-80 h4,
.p-80 p,
.this-80 {
    width: 80%;
}

/* header */

header {
    background: white;
    color: #273238;
    position: relative;
    z-index: 1; /* changes 17.11.14 */
}
@media (min-width: 1200px){
    #rocket {
        background: url(img/rocket@2x.png) no-repeat;
        background-size: 763px 500px;
        background-position: bottom right -150px;
    }
}

h1 {
    font-weight: 900;
    font-size: 25px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

header h3 {
    font-size: 18px;
    text-align: right;
    margin-top: 10px;
    padding-right: 30px;
}


h1 .blue {
    font-size: 57px;
    color: #2979ff;
}

@media (max-width: 1023px) { 
    h1 .blue {
        font-size: 25px;
    }   
}
@media (min-width: 1024px) {
    header h3 {
        font-size: 14px;
    }
    h1 .blue {
        font-size: 54px;
    }
}
@media (min-width: 1200px) {
    header h3 {
        width: 395px;
        font-size: 18px;
    }
    h1 .blue {

    }
}

header #page-title {
    position: relative;
    float: right;
    display: inline-block;
    margin-bottom: 30px;
    width: 340px;
}
header #video-button {
    background: #ffae00;
    font-family: 'MMillion';
    border-radius: 99px;
    font-size: 36px;
    font-weight: 700;
    height: 84px;
    line-height: 84px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #1e1f21;
    cursor: pointer;
    margin-bottom: 30px;
}

header #video-button:hover {
    background: linear-gradient(#ffae00, #ff9000);
}
header #video {
    top: 70px;
    left: 0;
    background: #2979ff url(img/play.svg) center no-repeat;
    background-size: 60px;
    width: 540px;
    height: 304px;
    -webkit-box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;

}
#video-container{
    width: 540px;
}

#video-container.fixed-video {
    border-top: 3px solid #2979ff;
    position: fixed;
    background: white;
    margin: 0 auto;
    padding: 20px;
    z-index: 999;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: padding 0.5s ease-in;
    -o-transition: padding 0.5s ease-in;
    transition: padding 0.5s ease-in;
}

#video-container.fixed-video > #video {
    position: relative;
    top: 0;
    width: 302px;
    height: calc(302px * (9 / 16));
    margin: 0 auto;
}

@media (max-width: 1680px) {
    #video-container.fixed-video {
        right: 0;
    }
}

header .content {
    margin-top: 0px;
    padding: 24px 0 0 0;
    min-height: 503px;
    position: relative;
    z-index: 1;
}

/*
 icons 2x3 grid
 [] ---  [] ---
 [] ---  [] ---
 [] ---  [] ---
*/

#bullets {
    margin-top: -60px; /* changes 17.11.14 */
    z-index: 2; /* changes 17.11.14 */
}

#bullets ul {
    list-style: none;
    z-index: 2; /* changes 17.11.14 */
}

#bullets > .content {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: -21px;
    width: auto !important;
}

#bullets > .content ul {
    width: auto !important;
}

#bullets > .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    height: 60px;
}
#bullets.new > .content ul li {
    height: auto;
}
#bullets.new > .content ul li:last-child{
    margin-bottom: 0px;
}

#bullets > .content ul li img {
    width: 60px;
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
#bullets.new > .content ul li img {
    width: 36px;
}

/* testimonials */

#testimonials-blue {
    background: #2979ff;
    color: white;
    padding: 50px 0;
}

#testimonials-blue h2 {
    color: #0151D9;
    margin-bottom: 40px;
}

.testimonials-two-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.testimonial:first-child {
    margin-right: 40px;
}

.testimonial img {
    width: 140px;
    height: 140px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
}

.testimonial h3 {
    font-weight: 700;
}

/* FACT #1 FACT #2 REALITY */

.blk {
    color: #333;
}

#facts h2 {
    color: #2979ff;
    font-size: 40px;
    font-weight: 900;
}

.big-numbers {
    font: 600 30px 'Source Code Pro', monospace;
    color: #2979ff;
}

#text-and-sign-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#text-and-sign-flex h3 {
    margin-bottom: 0;
}

.question-mark {
    font: 700 60px 'Source Code Pro';
    color: #2979ff;
}

/* Why do software CONSISTENTLY OUTPERFORM in terms of sales ? */

/* PARALLAX */

.parallax {
    position: relative;
    height: 240px;
    width: 240px;
}

.parallax .layer-1,
.parallax .layer-2,
.parallax .layer-3 {
    display: block;
    position: absolute;
    height: 240px;
    width: 240px;
    background-size: 240px;
}

.parallax .layer-1 {
    top: -20px;
}

.parallax .layer-3 {
    top: 20px;
}


/* Which of the following do you think sells more? */

#vs .text-image-flex {
    padding: 0 60px; /* changes 17.11.14 */
    margin-bottom: 0; /* changes 17.11.14 */
}

#vs img {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#vs #every-time {
    font-size: 30px;
    margin-top: 70px;
    color: #555;
}

#vs h2 {
    margin-bottom: 30px;
}

.hidden {
    opacity: 0.2;
}

.visible {
    opacity: 1;
}

/* From $500 To OVER 6 Figures In UNDER 7 Days */

#from-500-to-over-6 {
    border: 0;
    background: #2979ff;
    color: white;
    position: relative;
    margin-top: 297px;
    padding-top: 50px;
    width: 100%;
}

#mountains {
    display: block;
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: url(img/mountains.svg) center no-repeat;
    height: 510px;
    overflow: hidden;
}

#mountains-wrapper {
    width: 100%;
    overflow-x: hidden;
}


/* Sam Bakker here to let you know */

.text-quote {
    border-top: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    text-align: center;
}


/* How To Maximize Profit And Minimize Risk */

/* -- */

/* SAM BAKKER HERE */

#sam-bakker-here {
    margin-top: 50px;
}

#sam-bakker-here img {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
}

#sam-bakker-here h2 {
    font-size: 30px;
}

/* Case Study Proof: Software Sales In Action */

#case-study-proof {
    background: #262729;
    color: white;
    padding: 50px 0;
    position: relative;
}

#case-study-proof h2 {
    text-transform: lowercase;
    text-align: center;
}

#case-study-proof h2 strong {
    font-size: 80px;
    display: block;
    margin-top: 0;
    text-transform: uppercase;
}

.case-study-item {
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 120px;
}

.case-study-item > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    display: inline-block;
}

.case-study-item > div:last-child {
    text-align: right;
}

.case-study-item > *:nth-child(3) {
    text-align: center;
}

.case-study-item div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.case-study-item h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.case-study-item img {
    width: 80px;
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.case-study-number {
    font-size: 34px;
}

/* 3 Surprising Facts */

#surprising-facts .text-image-flex img {
    margin-right: 30px;
}

#surprising-facts .text-image-flex {
    margin: 0;
    height: 220px;
}

#surprising-facts h2 {
    font-size: 50px;
    text-align: center;
}

.surprising-number {
    font-size: 50px;
    font-weight: 900;
    color: #2979ff;
    display: block;
    margin-right: 20px;
}

.number-text-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#best-part h3 {
    font: 30px 'Roboto', sans-serif;
    color: #555;
}

#best-part h3 > strong {
    font: 900 66px 'Montserrat', sans-serif;
    display: block;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}


/* Even if: */

#even-if ul {
    margin-bottom: 30px;
}


/* STARTING SMALL TO GO BIG */

#to-go-big {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

#to-go-big h2 strong {
    font-size: 86px;
    display: block;
    margin: 0;
}


/* The SCIENCE Of Selling Software
*/

#the-science-of-selling {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

#the-science-of-selling h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 6px;
}

#the-science-of-selling h2 strong {
    color: #2979ff;
}

#the-science-of-selling h3 {
    font: 34px 'Roboto', sans-serif;
}

#the-science-of-selling h3 strong {
    border-bottom: 5px solid #2979ff;
}

/* You can see results like these */

#science-contd .text-image-flex img {
    margin-left: 30px;
}

.testimonial-money {
    padding: 20px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(41, 121, 255, 0.3);
            box-shadow: 0px 10px 20px 0px rgba(41, 121, 255, 0.3);
    width: 70%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    background: white;
}

.testimonial-money h4 {
    font-size: 20px;
    margin-top: 10px;
}

.testimonial-money img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.testimonial-money > div:first-child {
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

/* testimonials carousel */

.slider {
    width: 1024px;
    margin: 10px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
    color: #2979ff;
}

.slick-slide {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

/* end carousel */

/* If you DONâ€™T WANT to: */

#if-you-dont-want h2 {
    text-align: center;
    font-size: 30px;
}

#if-you-dont-want ul {
    list-style: outside;
    width: 500px;
    margin: 0 auto;
    padding-left: 16px;
}

#if-you-dont-want ul li {
    line-height: 1.5;
    margin-bottom: 20px;
}

#if-you-dont-want h2 {
    width: 100%;
}


/* Introducing: The Software Launch System */

#introducing {
    margin-bottom: 40px;
}

#introducing h2 {
    text-align: center;
    font-size: 120px;
    font-weight: 200;
    margin-top: 60px;
    color: white;
}

#intro-blue {
    background: #262729 url(img/lines.png) bottom center repeat-x;
    width: 100%;
    height: 880px;
    position: relative;
    overflow: hidden;
}

#book-hands {
    position: absolute;
    background: url(img/book-hands-dark.png) no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 768px;
    bottom: -200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.center-list {
    list-style: outside;
    width: 540px;
    margin: 30px auto;
    line-height: 1.5;
}

.center-list li {
    margin-bottom: 20px;
}


/* Just Follow This Blueprint */

#just-follow-this-blueprint h2 {
    text-align: center;
    font-size: 40px;
}

#just-follow-this-blueprint h3 {
    text-align: center;
    margin-bottom: 30px;
}

#just-follow-this-blueprint ul {
    list-style: none;
}

#just-follow-this-blueprint ul ul li:last-child {
    margin-bottom: 0;
}
#just-follow-this-blueprint .blueprint-content > ul > li {
    margin-bottom: 30px;
}
#just-follow-this-blueprint .blueprint-content > ul > li:last-child {
    margin-bottom: 0;
}

#just-follow-this-blueprint .blueprint-content > ul > li ul{
    list-style-type: disc;
    list-style-position: inside;
}

#just-follow-this-blueprint h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: underline;
}

.two-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.two-list-flex > ul {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}

.blueprint {
    background: #dfefff;
    padding: 20px;
    color: white;
    -webkit-box-shadow: 10px 20px 0px 0px rgba(148, 188, 255, 1);
            box-shadow: 10px 20px 0px 0px rgba(148, 188, 255, 1);
}

.blueprint-content {
    padding: 10px;
    background: #2979ff url(img/bluepring-bg.png);
}


/* GET INSTANT ACCESS */

#get-access-now {
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-top: 50px;
}

#get-access-now h2 {
    font-size: 40px;
    text-align: center;
}

#get-access-now h2 strong {
    border-bottom: 5px solid #2979ff;
    font-weight: inherit;
}

#get-access-now h3 {
    text-align: center;
    margin-bottom: 30px;
}

.ugly-button {
    cursor: pointer;
    width: 488px;
    margin: 0 auto;
    display: block;
}


/* testimonials */

.testimonials-blue {
    margin: 40px 0 30px 0;
    padding: 30px 0;
}

.testimonials-blue .testimonial-money {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.testimonials-blue h2 {
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
}


/* THE MOST PROVEN & SUCCESSFUL */

#the-most-proven {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

#the-most-proven h2 {
    font-size: 40px;
}

#award {
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#award img {
    margin-right: 30px;
}

#award > div {
    border-top: 3px solid #2979ff;
    border-bottom: 3px solid #2979ff;
    padding: 20px 10px;
}


/* Hereâ€™s What Youâ€™re Getting */

#here-is-what-you-getting h2 {
    font-size: 40px;
}

#here-is-what-you-getting h2 > .bl {
    display: block;
}

.table-icons-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 0 0;
}

.table-icons-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(33.3% - 100px);
    /* 3 items in a row */
    margin-bottom: 30px;
}

/* items in central column: 2, 5 etc. */

.table-icons-item:nth-child(3n - 1) {
    margin: 0 50px;
}

.table-icons-item .icon {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-size: 20px;
    border-radius: 50%;
}

.table-icons-item:nth-child(2n + 1) .icon {
    background-color: #2979ff;
}

.table-icons-item:nth-child(2n) .icon {
    background-color: #94bcff;
}

.table-icons-item:last-child {
    display: none;
}

.table-icons-item h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #2979ff;

}

/* Hereâ€™s What You WONâ€™T Need: */

#what-you-want-need {
    border-top: 1px solid #eee;
    padding-top: 40px;
}

#what-you-want-need h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

#wont-need-list {
    list-style: none;
    width: 540px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#wont-need-list li {
    position: relative;
    padding-left: 48px;
}

#wont-need-list li::before {
    content: '';
    width: 32px;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    background: url(img/wont-need.svg) center no-repeat;
}


/* Your Short Term Cash */

.text-simple {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.text-simple h2 {
    font-size: 40px;
}

#solution-last-sentence {
    font-weight: 700;
}

/* ACT NOW TO RECEIVE */

#act-now-for-bonuses .bonus img {
    margin: 30px;
}


/* Unconditional Money */

#guarantee {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

#guarantee h2 {
    font-size: 35px;
    text-align: center;
}

#guarantee h3.special {
    font: 28px 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 0;
}

#guarantee .text-image-flex img {
    margin-right: 30px;
}


/* Choose Wisely */

/* -- */

/* So Hit The Button Below */

#hit-the-button-below {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

#hit-the-button-below h2 {
    margin-bottom: 10px;
    font-size: 50px;
    text-align: center;
}

#hit-the-button-below h3.special {
    font: 400 30px 'PT Serif', serif;
    text-align: center;
    margin-bottom: 25px;
}


/* thanks for checking out */

#postscript {
    margin-top: 60px;
}

#postscript img {
    width: 250px;
    margin-right: 30px;
}


/* FOOTER */

footer {
    margin-top: 50px;
    display: block;
    color: #bbb;
    border-top: 1px solid #eaeaea;
    padding: 20px 0;
    text-transform: uppercase;
}

footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer a {
    color: #bbb;
}

footer .content a,
footer .content div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: center;
    margin: 20px 20px 20px 0;
}

footer .content a:last-child,
footer .content div:last-child {
    margin-right: 0;
}
@media (min-width: 1300px){
    .testimonial-money{
        width: 80%;
        margin-left: 10%;
    }
}
.align-center{
    text-align: center;
}
.timer-round{
    padding-top: 20px;
    padding-bottom: 50px;   
}
.timer-round>span{
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 5px;
    display:inline-block; 
    height: 80px; 
    width: 80px; 
    line-height: 80px; 
    border-radius: 40px;
    border: 3px solid black;
    font-size: 40px;
    text-align: center;
    position: relative;
}
.timer-round>span>span{
    position: absolute;
    top: 50px;
    display: inline-block;
    width: 80px;
    font-size: 12px;
    text-align: center;
    left: -4px;
}
/* banner */

#early-bird-banner {
    background: #1e1f21;
    margin: 0;
    position: relative;
}

#early-bird-banner #rocket-logo {
    display: flex;
    align-items: center;
}

#early-bird-banner #rocket-logo img {
    flex: 0 0 auto;
}

#early-bird-banner #rocket-logo h2 {
    display: flex;
    align-items: center;
}

#early-bird-banner > .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
    height: 150px;
    width: 1100px;
}


#early-bird-banner #rocket-logo h2 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin: 0;
    margin-left: -30px;

}

#early-bird-banner #early-bird-warning {
    display: flex;
    align-items: center;
}

#early-bird-banner #early-bird-warning h3 {
    color: white;
    font-size: 18px;
    font-family: 'Roboto';
    margin-bottom: 0;
}

#early-bird-banner #early-bird-warning h3 strong {
    color: #ffae00;
}

/* timer */

#early-bird-banner #early-bird-timer {
    display: flex;
    margin: 0 10px;
    text-align: center;
    color: #878787;
    justify-content: space-around;
}

#early-bird-banner #early-bird-timer .counter {
    margin: 0 10px;
    font-size: 30px;
    color: white;
    font-family: 'MMillion';
    font-weight: 700;
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 8px;
    background: url(img/banner/counter-bg.svg);
    background-size: 100%;
}

#early-bird-banner #banner-button {
    background: #ffae00;
    color: #1e1f21;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 99px;
    font-weight: 700;
    font-family: 'MMillion';
    position: relative;
}

#early-bird-banner #banner-button::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 12px;
    top: 0;
    right: 14px;
    background: url(img/banner/button-arrow.svg) center no-repeat;
}

#early-bird-banner #banner-button:hover {
    background-image: linear-gradient(#ffae00, #ff9000);
}

@media (max-width: 1140px) {
    #early-bird-banner > .content {
        width: 100%;
        padding: 0 20px;
    }

}
@media (max-width: 1110px) {

    #early-bird-banner #rocket-logo {
        margin-right: 20px;
    }
}
@media (max-width: 900px) {
    #early-bird-banner > .content {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }
    #early-bird-banner #banner-button {
        flex: 1 0 auto;
        margin: 20px 0;
        width: 100%;
    }
    #early-bird-warning {
        margin-top: 20px;
        text-align: center;
    }
    #early-bird-banner #rocket-logo img {
        width: 100px;
        height: 100px;
    }
    #early-bird-banner #rocket-logo h2 {
        margin-left: 0;
    }
}
#bullets.new{
    display: none;
    width: 500px;
    width: calc(100% - 560px);
    max-width: 100%;
    min-width: 300px;
    padding-left: 30px;
}
#video-button-container{
    display: inline-block;
}
@media (min-width: 1024px){
    #bullets{
        display: none;
    }
    #bullets.new{
        display: inline-block;
    }
}
.img-m-auto {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
#bonuses h4 {
    font-size: 21px;
    margin-bottom: 6px;
    text-decoration: underline;
}