
body {
    padding: 0;
    margin: 0;
}

#pb {
    background: #ea7a01;
    height: 50px;
    position: relative;
    min-width: 250px;
    max-width: 500px;
    overflow: hidden;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    border: solid 0px red;
}

#progress {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    width: 100%;
    background-color: #ff8400;
    border-radius: 3px;
    background: #ff8400;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}



.mb_share {
    /*width: 656px !important;*/
    margin: 20px auto;
    width: 55%;
    min-width: 250px;
    max-width: 400px;
    border: solid 0px red;
}

    .mb_share .button .native_button div {
        font-size: 11px;
        color: rgb(124, 124, 124);
    }
    /*=======================*/

    /*=== MB share buttons ===*/
    .mb_share .button {
        background: #DCE0E0;
        position: relative;
        width: 100%;
        min-width: 250px;
        max-width: 500px;
        height: 50px;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .mb_share .button .icon {
            float: left;
            z-index: 200;
            position: relative;
            width: 40px;
            height: 50px;
            -webkit-border-radius: 3px 0px 0px 3px;
            -moz-border-radius: 3px 0px 0px 3px;
            border-radius: 3px 0px 0px 3px;
            background-repeat: no-repeat;
        }



        .mb_share .button .slide {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 100;
            float: left;
            width: 110px;
            height: 50px;
            transition: .2s transform linear;
            -webkit-transition: .2s -webkit-transform linear;
            -moz-transition: .2s -moz-transform linear;
            font-size: 14px;
        }

            .mb_share .button .slide span {
                color: #fff;
                display: block;
                cursor: default;
                width: 100%;
                height: 22px;
                padding-left: 15px;
                line-height: 20px;
                margin: 10px 0;
                border-left: 1px solid rgba(255,255,255,0.35);
            }


        /* FACEBOOK */
        .mb_share .button.facebook .icon {
            background-position: -40px 0;
            padding-top: 4px;
        }

        .mb_share .button.facebook > div {
            background-color: #305c99;
        }




.sm-label {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 100;
    float: left;
    width: 100%;
    height: 50px;
    transition: .2s transform linear;
    -webkit-transition: .2s -webkit-transform linear;
    -moz-transition: .2s -moz-transform linear;
    font-size: 14px;
}

    .sm-label span {
        font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
        font-size: 17px;
        color: #fff;
        display: block;
        cursor: default;
        width: 100%;
        height: 22px;
        padding-left: 15px;
        line-height: 21px;
        margin: 15px 0;
        border-left: 1px solid rgba(255,255,255,0.35);
        cursor: pointer;
    }

.mb_email span {
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
    font-size: 17px;
    color: #fff;
    display: block;
    cursor: default;
    width: 100%;
    height: 22px;
    padding-left: 15px;
    line-height: 27px;
    margin: 10px 0px 0 43px;
    border-left: 1px solid rgba(255,255,255,0.35);
    cursor: pointer;
}

.icon {
    color: #fff;
    padding: 3px 0;
    text-align: center;
    line-height: 48px;
}

    .icon i {
        font-size: 26px;
        line-height: 45px;
        width: 40px;
    }

.signup-box-text {
    font-family: 'Jura', sans-serif;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin: 10px auto;
}

input {
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    width: 84%;
    margin: 3px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.congrats span {
    font-family: 'Audiowide', cursive;
    font-size: 40px;
    font-weight: bold;
    color: #3ab504;
    text-decoration: none;
    text-shadow: 0px 1px 0px #805b12;
}

.congrats > p {
    font-family: 'Jura', sans-serif;
    font-size: 30px;
    margin-top: 10px;
}

.congrats {
    width: 100%;
}


.myButton {
    -moz-box-shadow: 0px 10px 14px -7px #25640d;
    -webkit-box-shadow: 0px 10px 14px -7px #25640d;
    box-shadow: 0px 10px 14px -7px #25640d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #45bf16), color-stop(1, #39ad0d));
    background: -moz-linear-gradient(top, #45bf16 5%, #39ad0d 100%);
    background: -webkit-linear-gradient(top, #45bf16 5%, #39ad0d 100%);
    background: -o-linear-gradient(top, #45bf16 5%, #39ad0d 100%);
    background: -ms-linear-gradient(top, #45bf16 5%, #39ad0d 100%);
    background: linear-gradient(to bottom, #45bf16 5%, #39ad0d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#45bf16', endColorstr='#39ad0d', GradientType=0);
    background-color: #45bf16;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 70%;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Audiowide', cursive;
    font-size: 40px;
    font-weight: bold;
    padding: 8px 40px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #123305;
    margin: 26px auto;
    border: 1px solid #123305;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #39ad0d), color-stop(1, #45bf16));
        background: -moz-linear-gradient(top, #39ad0d 5%, #45bf16 100%);
        background: -webkit-linear-gradient(top, #39ad0d 5%, #45bf16 100%);
        background: -o-linear-gradient(top, #39ad0d 5%, #45bf16 100%);
        background: -ms-linear-gradient(top, #39ad0d 5%, #45bf16 100%);
        background: linear-gradient(to bottom, #39ad0d 5%, #45bf16 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#39ad0d', endColorstr='#45bf16', GradientType=0);
        background-color: #39ad0d;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.err-bubble {
    position: absolute;
    top: 175px;
    width: 215px;
    height: 20px;
    font-size: 15px;
    padding: 10px;
    background: #FF1F21;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-weight: normal;
    letter-spacing: .5px;
    display: none;
    font-family: 'Source Sans Pro', Arial, Helvetica, Geneva, sans-serif;
}

    .err-bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 12px 10px;
        border-color: #FF1F21 transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -10px;
        right: 32px;
    }


@media (max-width: 460px) {

    .myButton {
    }

    .err-bubble {
        top: 200px;
    }

    .myButton {
        font-size: 26px;
        width: 98%;
        padding: 5px 10px;
    }

    .congrats span {
        font-size: 30px;
    }

    .signup-box-text {
        font-size: 20px;
        font-weight: 400;
        margin: 2% auto;
        text-align: center;
        border: solid 0px yellow;
        width: 90%;
    }

    .sm-label span {
        font-size: 15px;
    }
}

@media (min-width: 460px) and (max-width: 600px) {



    .err-bubble {
        top: 200px;
    }

    .myButton {
        font-size: 36px;
        width: 98%;
        padding: 5px 10px;
    }

    .signup-box-text {
        font-size: 25px;
        line-height: 35px;
        font-weight: 400;
        margin: 0 auto;
        text-align: center;
        border: solid 0px red;
        width: 75%;
    }
}

@media (min-width: 601px) and (max-width: 1020px) {




    .signup-box-text {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        border: solid 0px blue;
        width: 90%;
        margin: 2% auto;
    }
}


.congrats-wrapper {
    position: relative;
    display: inline-block;
    margin: 8px;
    width: 100%;
}

.Congrat-ani {
    float: left;
    width: 19%;
    margin-left: 5%;
}

    .Congrat-ani img {
        width: 93%;
    }

.congrats-banner {
    float: left;
    width: 63%;
    margin-left: -6%;
    margin-top: 7%;
    /* min-width: 250px;*/
}

    .congrats-banner img {
        width: 100%;
    }

.Congrat-arm {
    float: left;
    width: 10%;
    position: absolute;
    top: 46.5%;
    left: 10.5%;
}

    .Congrat-arm img {
        width: 100%;
    }

.Congrat-hand {
    float: left;
    width: 10%;
    position: absolute;
    top: 27%;
    left: 20%;
}

    .Congrat-hand img {
        width: 100%;
    }

.Congrat-continue {
    position: absolute;
    width: 100%;
    bottom: 1px;
    text-align: center;
    left: 0px;
}

    .Congrat-continue img {
        width: 40%;
        min-width: 250px;
    }

.Congrat-txt {
    position: absolute;
    width: 100%;
    top: 10px;
    right: 0;
    text-align: center;
}

    .Congrat-txt img {
        width: 40%;
        min-width: 250px;
    }


@media (max-width: 460px) {
    .congrats-wrapper {
        border: solid 0px red;
        margin-top: 14%;
        /* margin-left:-4%*/
    }

    .congrats-banner img {
        width: 120%;
        /*min-width: 280px;*/
    }

    .Congrat-txt img {
        width: 65%;
    }

    .Congrat-hand {
        float: left;
        width: 10%;
        position: absolute;
        top: 19%;
        left: 20%;
    }

    .Congrat-arm {
        float: left;
        width: 10%;
        position: absolute;
        top: 40.5%;
        left: 10.5%;
    }

    .Congrat-continue {
        position: absolute;
        width: 100%;
        bottom: 30px;
        text-align: center;
        left: 0px;
    }

    .congrats-banner {
        float: left;
        width: 63%;
        margin-left: -6%;
        margin-top: 8%;
        /* min-width: 250px;*/
    }
}

@media (min-width: 460px) and (max-width: 605px) {
    .congrats-wrapper {
        border: solid 0px blue;
        margin-top: 11%;
    }

    .Congrat-txt img {
        width: 60%;
    }
}
