/*
 * LP 3 STYLE
 */
body {
    background: #fdfddf;
    font-family: 'Lato', sans-serif;
}

.upper-section {
    min-height: 557px;
    width: 100%;
    background-image: url(/lps/lp3/img/upper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.top-image {
    width: 100%;
    height: 154px;
    background-image: url(/lps/lp3/img/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.header {
    position: relative;
    padding-top: 32px;
    z-index: 2;
}

.upper-img1 {
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    background-image: url(/lps/lp3/img/upper3.png);
    background-repeat: no-repeat;
    background-position: center 0;
    top: -124px;
}

.upper-img2 {
    position: absolute;
    width: 260px;
    height: 220px;
    background-image: url(/lps/lp3/img/upper2.png);
    background-repeat: no-repeat;
    background-position: center 0;
    bottom: -80px;
    left: 86px;
}

.upper-balls {
    margin-top: 10px;
    width: 100%;
    max-width: 587px;
}

.header h1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 8px #000000;
    font-weight: 600;
}

.header h3 {
    color: #071539;
    font-weight: 900;
    font-size: 28px;
}

.header h3 small {
    font-size: 20px;
    color: #ff00c6;
    font-weight: 400;
}

.header h4 {
    background: #071539;
    color: #fff;
    padding: 8px;
    width: 100%;
    max-width: 1120px;
    margin: auto;
    font-weight: 600;
    font-size: 24px;
    box-shadow: 0 9px 16px 0px rgba(0,0,0,0.3);
}

.start-now {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 175px;
    height: 167px;
    margin: 25px auto;
    margin-bottom: 10px;
    background-image: url(/lps/lp3/img/start-now.png);
}

.site-section {
    text-align: center;
    max-width: 1200px;
}

.site-header {
    margin: auto;
    color: #0781c8;
    margin-top: 30px;
    font-weight: 900;

}
.header-text {
    font-size: 49px;
    text-shadow: 0 0 5px #ccc;
    font-weight: 700;
    line-height: 55px;
    padding-left: 10px;
    padding-top: 26px;
}

.site-text {
    font-size: 19px;
    position: relative;
    z-index: 2;
}

.text-blue {
    color: #0781c8;
}

.text-strong {
    font-weight: 700;
}

.fourway {
    width: 550px;
    margin: auto;
    color: #9614c1;
    margin-top: 30px;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

.fourway .four {
    line-height: 160px;
    font-size: 124px;
}

.fourway-text {
    font-size: 49px;
    line-height: 55px;
    padding-left: 10px;
    text-align: left;
    padding-top: 26px;
}

.fourway p {
    color: #071539;
    font-size: 20px;
}

img.free-spots {
    position: relative;
    margin-top: 30px;
    z-index: 2;
    max-width: 395px;
    width: 100%;
}

.money {
    position: absolute;
    background-image: url(/lps/lp3/img/money.jpg);
    z-index: 0;
    width: 100%;
    height: 554px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -80px;
}

.balls2 {
    position: absolute;
    background-image: url(/lps/lp3/img/balls2.png);
    z-index: 0;
    width: 100%;
    height: 554px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 500px;
    top: -180px;
    left: -80px;
}

.site-assets {
    position: relative;
}

.widget-container {
    position: relative;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.balls3 {
    position: absolute;
    background-image: url(/lps/lp3-short/img/balls3.png);
    width: 100%;
    height: 389px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 249px;
    right: -74px;
    z-index: 3;
    top: 110px;
}
@keyframes start-now {
    0% {
        background-image: url(/lps/lp3/img/start-now.png);
    }
    50% {
        background-image: url(/lps/lp3/img/start-now2.png);
    }
    100% {
        background-image: url(/lps/lp3/img/start-now.png);
    }
}

@media(max-width: 1341px) {
    .balls3 { display: none; }
}

@media (max-width: 600px) {
    .fourway {
        margin-top: 60px;
        max-width: 300px;
        width: 100%;
    }

    .fourway .four {
        font-size: 80px;
        line-height: 103px;
    }

    .fourway .fourway-text {
        font-size: 25px;
        line-height: 35px;
        padding-top: 22px;
    }

    .upper-img2 {
        position: absolute;
        width: 140px;
        height: 140px;
        bottom: -80px;
        left: 6px;
        background-size: contain;
    }
}

@media (min-width: 800px) {
    .start-now {
        animation-name: start-now;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }
}

@media (min-width: 1450px) {
    .container {
        width: 1432px;
    }
}

@media (min-width: 1450px) {
    .container {
        width: 1432px;
    }
}