.background_layer {
    background-color: #0b0b0b;
    position: absolute;
    width: 100%;
    height: 660px;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
}

.background_layer::after {
    content: "";
    background: url(/img/lfp/pattern-ecomhunt.png) repeat;
    background-size: 250px;
    opacity: 0.05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.container.lfp {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

.lfp-header-container {
    position: relative;
    height: 506px;
}

.lfp-header-container_mobile{
    display: none;
}

.lfp-banner {
    z-index: 10;
    position: relative;
    float: left;
    width: 860px;
    margin: 0 0 25px -17px;
    cursor: pointer;
}

.lfp-person {
    position: absolute;
    right: -40px;
    top: -20px;
    width: 420px;
}

.lfp-content {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
}

.lfp-content-description {
    float: left;
    width: 65%;
    height: 550px;
    background-color: #141414;
    border-radius: 10px;
    border: solid 3px #404040;
    padding: 10px 30px;
    color: #f9eeea;
    font-size: 21px;
    font-weight: 500;
}

h1.title {
    font-size: 28px;
    color: #3de631;
}

.description {
    font-size: 24px;
    font-weight: 300;
    margin: 25px 0;
}

.bullet_container {
    display: block;
    overflow: hidden;
    margin: 20px 0;
}

.bullet_icon {
    width: 6%;
    float: left;
    color: #3de631;
    font-size: 32px;
}

i.fa.fa-check-circle {
    vertical-align: sub;
}

i.fa.fa-check-circle::before {
    z-index: 10;
    position: relative;
}

i.fa.fa-check-circle::after{
    content: '';
    background: #fff;
    z-index: 0;
    margin: -26px 2px;
    width: 22px;
    height: 22px;
    display: flex;
    border-radius: 30px;
}

.bullet.text {
    width: 92%;
    float: right;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

button.play_button.btn {
    background-color: #34c02b;
    color: #121212;
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    padding: 10px 20px;
    border-radius: 12px;
    float: right;
    margin: 30px 0 20px;
}

i.fa.fa-play-circle {
    font-size: 47px;
    vertical-align: text-top;
    line-height: 31px;
    margin: 0 10px 0 -8px;
}

.lfp-content-about {
    float: right;
    height: 550px;
    width: 33%;
    background-color: #141414;
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
}

.lfp-about-logo {
    background-color: #080f39;
}

.lfp-about-logo .img-responsive {
    margin: 0 auto;
}

.about_title {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.about_text {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}

.about_sub_title {
    margin: 30px 0 10px;
    position: absolute;
    bottom: 40px;
    font-size: 16px;
}

.about_links {
    display: block;
    overflow: hidden;
    bottom: 15px;
    position: absolute;
}

.icon_container {
    background-color: #000000;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    border-radius: 24px;
    margin: 0 11px 0 0;
    padding: 3px 7px;
    color: #ffffff;
    font-size: 16px;
}

.lfp-banner-section {
    margin: 35px 0 20px;
    cursor: pointer;
}
.lfp-banner-section_mobile{
    display: none;
}

.lfp-footer {
    display: block;
    background-color: #141414;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    color: #e2e2e2;
    margin: 40px 0 20px;
}

.offer_container {
    display: block;
    position: relative;
}

.offer_content {
    width: 55%;
    display: inline-block;
}

.offer_banner {
    display: block;
    float: right;
    width: 45%;
    margin: -90px -80px 0 0;
}

.offer_title {
    color: #3de631;
    font-size: 32px;
}

.offer_description {
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0px;
}

.offer_discount {
    color: #ffffff;
}

.discount_text {
    display: initial;
    font-size: 28px;
    font-weight: 700;
}

.discount_badge {
    display: inline;
    background-color: #f10000;
    padding: 7px 15px;
    border-radius: 13px;
    font-weight: 700;
    vertical-align: super;
    float: right;
    font-size: 20px;
}

.offer_CTA {
    background-color: #000000;
    padding: 20px;
    border-radius: 12px;
    margin: 10px 0 20px;
    overflow: hidden;
}

.cta-price-container {
    display: inline;
    overflow: hidden;
    width: 280px;
    float: left;
}

.cta-price {
    font-size: 62px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    line-height: 62px;
    color: #fff;
}

.cta-original-price {
    color: white;
    text-align: center;
}

.cta-button-container {
    display: inline;
    float: right;
}

button.cta-button {
    background-color: #34c02b;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 8px 0px 0px #11740b;
    box-shadow: 0px 8px 0px 0px #11740b;
}

.features-title {
    font-size: 24px;
    margin: 20px 0;
}

.column {
    width: 29%;
    display: inline-block;
    vertical-align: text-top;
    font-size: 17px;
}

.column-wide{
    width: 40%;
}

span.check-list {
    color: #3de631;
    font-size: 32px;
    margin: 0 14px 0 0;
}

/* Model */
.modal-content{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
}

.modal-dialog {
    /*width: 600px;*/
    margin: 140px auto 0;
}

.modal-body {
    position: relative;
    height: 0;
    padding-bottom: 54.25%;
}

.modal-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-footer {
    padding: 15px 0 2px;
}

.model-vid-button {
    width: 100%;
    left: 0;
    height: 70px;
    background-color: #34c02b;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 0px 0px #11740b;
    box-shadow: 0px 4px 0px 0px #11740b;
}

.mobile_only{
    display: none;
}


@media (max-width: 1199px) {
    .background_layer {
        height: 585px;
    }
    .lfp-person {
        width: 356px;
    }
    .lfp-banner {
        width: 760px;
    }
    .lfp-header-container {
        height: 455px;
    }
    button.play_button.btn {
        margin: 10px 0 20px;
    }
    .discount_text {
        font-size: 24px;
    }
    .offer_CTA {
        margin: 20px 0 20px;
    }
    button.cta-button {
        font-size: 30px;
    }
}

@media (max-width: 1010px) {
    .background_layer {
        height: 655px;
    }
}

@media (max-width: 991px) {
    .background_layer {
        height: 620px;
    }
    .lfp-header-container {
        height: auto;
        display: none;
    }
    .lfp-header-container_mobile {
        display: block;
    }
    .lfp-banner {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .lfp-person {
        width: 260px;
        position: relative;
        margin: 0 auto;
        top: 0;
    }
    .lfp-content-description {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .lfp-content-about {
        width: 100%;
    }
    .lfp-banner-section{
        display: none;
    }
    .lfp-banner-section_mobile{
        display: block;
        margin: 35px 0 20px;
    }
    .offer_content {
        width: 100%;
    }
    .offer_banner {
        margin: 0 auto;
        width: 100%;
    }
    .offer_banner .img-responsive {
        margin: 0 auto 20px;
        max-width: 75%;
    }
    .column {
        width: 100%;
    }
    .mobile_only {
        display: block;
    }
}

@media (max-width: 619px) {
    .offer_discount {
        overflow: hidden;
        display: block;
    }
    .discount_text {
        width: 100%;
        display: block;
        text-align: center;
    }
    .discount_badge {
        display: block;
        margin: 20px auto 0;
        float: none;
        width: 200px;
        text-align: center;
    }
    .cta-price-container {
        width: 100%;
        margin: 5px 0 20px;
    }
    .cta-price {
        text-align: center;
        width: 100%;
    }
    .cta-button-container {
        float: none;
        text-align: center;
        width: 100%;
        display: block;
    }
    .model-vid-button{
        font-size: 20px;
    }
    .platform_features {
        margin-bottom: 40px;
    }
}

@media (max-width: 510px) {
    .background_layer {
        height: 380px;
    }
    .bullet_icon {
        width: 10%;
    }
    .bullet.text {
        width: 86%;
    }
}

@media (max-width: 343px) {
    .offer_title {
        font-size: 26px;
    }
    .offer_content {
        margin-top: 190px;
    }
    .offer_banner {
        margin: -1010px 0 0 0;
    }
    .cta-price {
        font-size: 45px;
    }
    button.cta-button {
        font-size: 20px;
    }
}

