﻿section.splash {
    float: left;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    background: transparent;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
    background: -o-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
    background: radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
}

div.splash_scale {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../oneflow/images/gendesign/design-wallpaper-convert.jpg);
    z-index: -1;
}

    div.splash_scale:after {
        content:'';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(0,0,0);
        background: linear-gradient(255deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 53%, rgba(255,255,255,0) 53%);
    }

article.begin {
    float: none;
    width: 100%;
    height: 100%;
    max-width: 1024px;
    min-width: 300px;
    margin-top: 0px;
    padding: 1.5em;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

    article.begin div.controls {
        float: left;
        width: 50%;
        color: #ffffff;
        padding: 0.5em 2em 0.5em 0;
        display: inline-block;
        box-sizing:border-box;
    }

        article.begin div.controls:last-of-type {
            padding: 0.5em 0 0.5em 2em;
        }

    article.begin h1.controls_title {
        padding: 0 0 0 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: left;
        font-size: 0.9em;
        line-height: 120%;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
        font-weight: bold;
        /*text-transform: uppercase;*/
        word-break: keep-all;
        box-sizing: border-box;
    }

        article.begin h1.controls_title span {
            display:inline-block;
            width:100%;
            text-align:left;
            font-size:320%;
            line-height:1em;
            margin-left:-2px;
        }

            article.begin h1.controls_title span em {
                font-style: normal;
                font-weight: bold;
                color: #e28005;
            }

    article.begin h2.controls_desc {
        padding: 0.75em 0 0 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: left;
        font-size: 0.9em;
        line-height: 150%;
        font-weight: normal;
        /*font-family:Georgia;
	    font-style:italic;*/
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
        box-sizing: border-box;
    }

    article.begin span.controls_span {
        padding: 1.2em 0 0 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: left;
        font-size: 0.9em;
        line-height: 150%;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
        box-sizing: border-box;
        font-weight:bold;
    }

    article.begin ul {
        float: left;
        display: inline-block;
        padding: 0;
        box-sizing: border-box;
        width: auto;
        text-align: left;
        /*margin-top: 1.6em;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;*/
    }

        article.begin ul li {
            float: none;
            width: 100%;
            box-sizing: border-box;
            color: #fff;
            text-align: left;
            font-size: 0.9em;
            padding: 0.75em 0 0 0;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
            margin: 0 0 0 1em;
            line-height: 150%;
        }

    article.begin input[type=button] {
        float: left;
        position: relative;
        top: 0em;
        height: auto;
        width: auto;
        text-decoration: none;
        padding: 0.8em 1.5em 0.8em 1.5em;
        margin: 1em auto 0 auto;
        /*background-color: #0dab05;*/
        background-color: #5195ce;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        line-height: 1em;
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        border: none;
    }

        article.begin input[type=button]:hover {
            background-color: #3d83ba;
        }

    article.begin input[type=button].off {
        background-color: #eeeeee;
    }

        article.begin input[type=button].off:hover {
            background-color: #eeeeee;
            cursor: progress;
        }

        article.begin input[type=button].off span {
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
        }

    article.begin a {
        float: left;
        position: relative;
        top: 0em;
        height: auto;
        width: auto;
        text-decoration: none;
        padding: 0;
        margin: 1.6em 0 0 1em;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        line-height: 1em;
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        border: none;
    }

article.begin a:hover {
    color: #3d83ba;
}

    article.begin div.account_wrap {
        float:left;
        display:inline-block;
        width:100%;
        text-align:left;
    }

    article.begin div.account_icon {
        float: left;
        display: inline-block;
        width: 35px;
        height:35px;
        text-align: left;
        border-radius:50%;
        overflow:hidden;
        background:#fff;
    }

        article.begin div.account_icon img {
            float:left;
            display:inline-block;
            width:100%;
            height:auto;
        }

    article.begin span.account_name {
        float: left;
        display: inline-block;
        width: auto;
        text-align: left;
        margin:7px 0 0 10px;
        font-size:1.1em;
    }

    article.begin span.account_time {
        float: left;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin:5px 0 0 0;
        font-size:0.9em;
        padding-left:45px;
        box-sizing:border-box;
    }

    div.make_upload_section {
        float: left;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-color: #f9f9f9;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }

div.make_upload_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    max-width: 1024px;
    min-width: 300px;
    padding: 1em 2em 0em 2em;
    margin: 0 0 0 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.make_upload_center {
    float: left;
    display:inline-block;
    text-align: center;
    width: 100%;
}

div.make_upload_top_article {
    padding: 3em 2em 0em 2em;
}

div.make_upload_bottom_article {
    padding: 0em 2em 3em 2em;
}

div.make_upload_results {
    display: none;
}

div.make_upload_wrap {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

    div.make_upload_wrap h1 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 1.3em;
        color: #313131;
        line-height: 1em;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }

    div.make_upload_wrap h2 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: .8em;
        color: #515151;
        line-height: 1.6em;
        padding: 1em 0 1.5em 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
        margin: 0;
    }

        div.make_upload_wrap h2 b {
            font-size: 1.2em;
        }

div.make_upload_wrap_60 {
    width: 65%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
}

div.make_upload_wrap_40 {
    width: 33.7%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    margin-left: 1.3%;
}

div.make_upload_wrap_33 {
    width: 32%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
}

div.make_upload_wrap_email {
    padding-top: 1.5em;
    width: 100%;
    position: relative;
}

div.make_upload_wrap_email_after {
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
}

div.make_upload_wrap_email_hide {
    display: none;
}

div.make_upload_wrap_email_input_after {
    width: 100%;
    padding: 0 0;
}

div.email_success::after {
    content: "Email saved successfully.  We'll email you once the super resolution image is available.";
    width: 100%;
    text-align: left;
    color: #0dab05;
    font-size: 0.9em;
    font-style: italic;
    padding-top: 1em;
    float: left;
}

div.email_failure::after {
    content: "There was a problem saving your email.  Please refresh the page and try again.";
    width: 100%;
    text-align: left;
    color: #a20f0f;
    font-size: 0.9em;
    font-style: italic;
    padding-top: 1em;
    float: left;
}

div.email_processing {
    /*padding-left: 95px;
    margin-left: -75px;*/
}

/* drag & drop area*/
.drop_area {
    float: left;
    display: inline-block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 10px;
    min-height: 120px;
    margin-bottom: 25px;
}

.drop_area_result {
    margin-bottom:0px;
}

.drop_area_background {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: repeating-linear-gradient(-45deg, #f9f9f9, #f9f9f9 10px, #fdfdfd 10px, #fdfdfd 20px);
}

.drop_img_wrap {
    float: left;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
}

.drop_img {
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    background: transparent;
    background-image: url(../images/gendesign/upload-sprite.png);
    background-position: 0px 0px;
}

.drop_img_complete {
    background-position: -64px 0px;
}

.drop_img_error {
    background-position: -128px 0px;
}

.drop_img_text {
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #313131;
    padding: 5px 0px 25px 0px;
    /*text-transform: uppercase;
    letter-spacing: -1px;*/
}

.drop_btn {
    padding: 1px 3px;
    cursor: pointer;
}

/*.drop_img_btn {
    width: auto;
    float: none;
    display: inline-block;
    color: #5195ce;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    padding:0;
}

    .drop_img_btn:hover {
        color:#313131;
    }*/

#post-upload {
    display: none;
}

.drop_img_desc {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
}

.drop_img_desc_full {
    width: 100%;
    font-weight: bold;
    padding-bottom: 10px;
}

input[type="file"] {
    display: none;
}


.convert-buttons {
    float: left;
    display: inline-block;
    text-align: center;
    width: 32%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 1.5em;
}

    .convert-buttons:nth-child(3n + 0) {
        margin-right: 0;
    }

    .convert-buttons h3 {
        text-align: left;
        padding: 15px 15px 15px 15px;
        float: left;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

.convert-button-row {
    float: left;
    display: inline-block;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 8px;
    border-bottom: 1px solid #e6e6e6;
}

.convert-button {
    width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    font-weight: normal;
    cursor: pointer;
    color: #5195ce;
    -webkit-transition: color 0.4s ease, background 0.4s ease;
    -moz-transition: color 0.4s ease, background 0.4s ease;
    -o-transition: color 0.4s ease, background 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    /*border:1px solid #fff;*/
    text-decoration: none;
}

    .convert-button:hover {
        background: #f1f1f1;
        color: #313131;
    }

div.upload_area {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px;
    /*background-image: url(../images/genmake/generated/upload_area_bg.png);
    background-repeat: repeat;
    box-shadow: inset 0px 0px 8px 8px rgba(255,255,255,1);*/
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin-bottom: 1em;
}

div.drag_area {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px 10px 10px 10px;
    background-image: url(../images/genmake/generated/upload_area_bg.png);
    background-repeat: repeat;
    box-shadow: inset 0px 0px 8px 8px rgba(255,255,255,1);
    margin-bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

    div.drag_area span {
        width: 100%;
        text-align: center;
        font-size: 1em;
        color: #313131;
        box-sizing: border-box;
        padding: 1em;
    }

div.upload_svg {
    width: 100%;
    height: 64px;
    display: inline-block;
    text-align: center;
    margin: 0 0 0.5em 0;
}

    div.upload_svg svg {
        width: 64px;
        height: 64px;
        margin: 0px;
    }

.cloud_upload_svg {
    fill: #5195ce;
    -webkit-transition: fill 0.4s ease;
    -moz-transition: fill 0.4s ease;
    -o-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
}

div.submit_area {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 1em;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin-bottom: 0em;
}

div.result_menu_plus {
    width:60%;
    padding:10px;
    float:left;
    display:inline-block;
    box-sizing:border-box;
}

div.submit_area_plus {
    width: 100%;
    border: none;
    padding: 1em 0 0 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin-bottom: 0em;
}

span.submit_title {
    font-size: 1.2em;
    color: #313131;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    line-height: 1.5em;
    padding-bottom: 1em;
}

span.submit_desc {
    font-size: 1em;
    color: #313131;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    line-height: 1.5em;
    padding-bottom: 0.8em;
}

span.submit_sale {
    font-size: 0.8em;
    color: #515151;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    line-height: 1.5em;
    padding-bottom: 1.8em;
    font-style: italic;
}

    span.submit_sale strong {
        font-style: normal;
    }

div.result_area {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px 10px 10px 10px;
    background-image: url(../images/genmake/generated/upload_area_bg.png);
    background-repeat: repeat;
    box-shadow: inset 0px 0px 8px 8px rgba(255,255,255,1);
    margin-bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

div.result_area_plus {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px 10px 10px 10px;
    
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    float:left;
    margin:0 0 1.5em 0;
}

    /*div.result_area_plus:nth-child(0n+3){
        margin-right:0px;
    }*/

div.result_menu {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 10px;
    display: inline-block;
}

    div.result_menu a {
        width: auto;
        display: inline-block;
        padding: 5px 5px 2px 5px;
        cursor: pointer;
        font-size: 0.9em;
        color: #5195ce;
        text-decoration: none;
        box-sizing: border-box;
        -webkit-transition: color 0.4s ease, border 0.4s ease;
        -moz-transition: color 0.4s ease, border 0.4s ease;
        -o-transition: color 0.4s ease, border 0.4s ease;
        transition: color 0.4s ease, border 0.4s ease;
        border: 1px solid #e6e6e6;
        border-radius: 25px;
    }

        div.result_menu a:hover {
            color: #313131;
            border: 1px solid #d6d6d6;
        }

        div.result_menu a.result_menu_left {
            float: left;
        }

        div.result_menu a.result_menu_right {
            float: right;
        }

        div.result_menu a.result_menu_left_plus {
            margin-left:10px;
        }

        div.result_menu a span {
            display: inline-block;
            padding: 0px 5px 0 7px;
            float: left;
            box-sizing: border-box;
        }

        div.result_menu a svg {
            width: 14px;
            height: 14px;
            margin: 0 0 5px 5px;
            display: inline-block;
            float: left;
        }

            div.result_menu a svg path {
                fill: #5195ce;
                -webkit-transition: fill 0.4s ease;
                -moz-transition: fill 0.4s ease;
                -o-transition: fill 0.4s ease;
                transition: fill 0.4s ease;
            }

        div.result_menu a:hover svg path {
            fill: #313131;
        }

        div.result_menu a.result_menu_active {
            background: #5195ce;
            border: 1px solid #5195ce;
        }

            div.result_menu a.result_menu_active span {
                color: #fff;
            }

            div.result_menu a.result_menu_active svg path {
                -webkit-transition: fill 0s ease;
                -moz-transition: fill 0s ease;
                -o-transition: fill 0s ease;
                transition: fill 0s ease;
                fill: #fff;
            }

            div.result_menu a.result_menu_active:hover {
                background: #5195ce;
                border: 1px solid #5195ce;
            }

                div.result_menu a.result_menu_active:hover span {
                    color: #fff;
                }

                div.result_menu a.result_menu_active:hover svg path {
                    fill: #fff;
                }

    


div.result_area a.result_anchor, div.result_area_plus a.result_anchor {
    float: none;
    display: inline-block;
    margin: 0 auto;
    padding: 1em;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

    div.result_area a.result_anchor img, div.result_area_plus a.result_anchor img {
        float: none;
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        cursor: pointer;
    }

div.result_area_plus a.result_anchor {
    float: left;
    padding: 1em;
    width: 40%;
    background-image: url(../images/genmake/generated/upload_area_bg.png);
    background-repeat: repeat;
    box-shadow: inset 0px 0px 8px 8px rgba(255,255,255,1);
}

div.result_area_plus a.preplus_anchor {
    position:relative;
    overflow:hidden;
    padding:0em;
    margin:1em;
    width:calc(40% - 2em);
}

    div.result_area_plus a.preplus_anchor img {
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: blur(10px);
    }

    div.result_area_plus a.preplus_anchor span.preplus_upgrade {
        display: flex;
        align-content:center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        box-sizing: border-box;
        position: absolute;
        padding: 1em;
        top: 0em;
        left: 0em;
        z-index: 2;
        line-height: 100%;
        color: #fff;
        text-align: center;
        font-size: 2em;
    }

        div.result_area_plus a.preplus_anchor span.preplus_upgrade em {
            /*float:left;
            display:inline-block;*/
            flex: 0 0 100%;
            font-style:normal;
            font-size:0.8em;
            /*width: 100%;*/
        }

        div.result_area_plus a.preplus_anchor span.preplus_upgrade strong {
            float: none;
            display: inline-block;
        }

        div.result_area_plus a.preplus_anchor span.preplus_upgrade i {
            float: none;
            display: inline-block;
            font-style: normal;
            font-weight: bold;
            color: #e28005;
        }

/*a.res_option {
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    cursor: pointer;
    display: inline-block;
    background: #fff;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    a.res_option:hover {
        background:#f9f9f9;
    }


a.res_option input {
    float:left;
    display:inline-block;
    margin:0.5em;
    cursor:pointer;
}

a.res_option span {
    float:left;
    width:auto;
    text-align:left;
    display:inline-block;
    padding:0.5em 0.5em 0.5em 0;
    color:#5195ce;
    font-size:1em;
    font-weight:bold;
}

a.res_option_checked {
    background:#f9f9f9;
    cursor:default;
    border:1px solid #e6e6e6;
}

    a.res_option_checked:hover {
        background: #f9f9f9;
    }

a.res_option_checked span {
    color:#313131;
}*/

.loading_wrap {
    width: 100%;
    height: auto;
    display: none;
    float: left;
    background: transparent;
    margin-top: 15px;
}

.loading_table {
    display: table;
    height: 100%;
    width: 100%;
}

.loading_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.loading {
    width: 50px;
    height: 50px;
}

/*.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    padding: 14px;
    margin: 0 auto;
    width: 75%;
    box-sizing: border-box;
}

    .fileinput-button span {
        float: left;
        width: auto;
        text-align: left;
        padding: 3px 8px 0 0;
    }

    .fileinput-button input {
        float: left;
        width: auto;
        display: inline-block;
    }*/

div.btn {
    float: none;
    width: 200px;
    /*max-width: 350px;*/
    height: auto;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    display: inline-block;
    box-sizing: border-box;
}

    div.btn a {
        float: left;
        position: relative;
        top: 0em;
        height: auto;
        width: 100%;
        text-decoration: none;
        padding: 0.7em 1.4em 0.7em 1.4em;
        margin: 0 0 1em 0;
        background-color: #0dab05;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.1em;
        line-height: 1em;
    }

        div.btn a img {
            float: none;
            width: 18px;
            height: 18px;
            overflow: hidden;
            text-align: center;
            margin: 0;
            font-size: 1px;
            line-height: 1px;
            display: inline-block;
            position: relative;
            margin: -5px 0 -3px 0;
            padding: 0px;
            border: none;
        }

        div.btn a span {
            float: none;
            width: auto;
            text-align: center;
            padding: 0;
            color: #fff;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
            font-weight: bold;
            display: inline-block;
        }

        div.btn a:hover {
            background-color: #009d00;
        }

        div.btn a.off {
            background-color: #eeeeee;
        }

            div.btn a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            div.btn a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }

        div.btn a.inactive {
            background-color: #eeeeee;
            cursor: default;
        }

            div.btn a.inactive:hover {
                background-color: #eeeeee;
            }

            div.btn a.inactive span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
                color: #d6d6d6;
            }

    div.btn input {
        float: left;
        position: relative;
        top: 0em;
        height: auto;
        width: 100%;
        text-decoration: none;
        padding: 0.8em 1.5em 0.8em 1.5em;
        margin: 0;
        background-color: #0dab05;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.2em;
        line-height: 1.2em;
        color: #fff;
        font-weight: bold;
        border: none;
    }

        div.btn input:hover {
            background-color: #009d00;
        }

        div.btn input.off {
            background-color: #eeeeee;
        }

            div.btn input.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

        div.btn input[type=button], div.btn input[type=submit] {
            float: none;
            position: relative;
            display: none;
            height: auto;
            width: 100%;
            text-decoration: none;
            padding: 0.6em 0em 0.6em 0em;
            margin: 0 0 0 0;
            background-color: #0dab05;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            cursor: pointer;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            font-size: 1.3em;
            line-height: 1em;
            border: none;
            color: #fff;
            font-weight: bold;
            -webkit-appearance: none;
        }

            div.btn input[type=button]:hover, div.btn input[type=submit]:hover {
                background-color: #009d00;
            }

            div.btn input[type=button].add_to_cart_btn {
                display: inline-block;
                padding: 0.6em 0em 0.6em 0em;
                font-size: 1.1em;
            }

            div.btn input[type=button].preplus_register_btn {
                display: inline-block;
                padding: 0.6em 0em 0.6em 0em;
                font-size: 1.1em;
                background-color: #5195ce;
            }

                div.btn input[type=button].preplus_register_btn:hover {
                    background-color: #3d83ba;
                }

            /* Paypal Submit Button */
            div.btn input[type=button].submit_btn_paypal {
                background: #ffc439 url('../../oneflow/images/gencheckout/generated/submit-btn-paypal.png') no-repeat center center;
            }

                div.btn input[type=button].submit_btn_paypal:hover {
                    background-color: #eab121;
                }

            /* Venmo Submit Button */
            div.btn input[type=button].submit_btn_venmo {
                background: #3d95ce url('../../oneflow/images/gencheckout/generated/submit-btn-venmo.png') no-repeat center center;
            }

                div.btn input[type=button].submit_btn_venmo:hover {
                    background-color: #187fb7;
                }

            /* ApplePay Submit Button */
            div.btn input[type=button].submit_btn_apple {
                background: #000000 url('../../oneflow/images/gencheckout/generated/submit-btn-apple.png') no-repeat center center;
            }

                div.btn input[type=button].submit_btn_apple:hover {
                    background-color: #222222;
                }

#ap_parent {
    display: none;
}

#appPayBtn {
    display: none;
}

/* GooglePay Submit Button */
div.btn input[type=button].submit_btn_google {
    background: #000000 url('../../oneflow/images/gencheckout/generated/submit-btn-google.png') no-repeat center center;
}

    div.btn input[type=button].submit_btn_google:hover {
        background-color: #222222;
    }

/* AndroidPay Submit Button */
div.btn input[type=button].submit_btn_android {
    background: #91c15f url('../../oneflow/images/gencheckout/generated/submit-btn-android.png') no-repeat center center;
}

    div.btn input[type=button].submit_btn_android:hover {
        background-color: #6b9b3c;
    }

/* SamsungPay Submit Button */
div.btn input[type=button].submit_btn_samsung {
    background: #000000 url('../../oneflow/images/gencheckout/generated/submit-btn-samsung.png') no-repeat center center;
}

    div.btn input[type=button].submit_btn_samsung:hover {
        background-color: #222222;
    }

/* eCheck Submit Button */
div.btn input[type=button].submit_btn_echeck {
    background: #00aedb url('../../oneflow/images/gencheckout/generated/submit-btn-echeck.png') no-repeat center center;
}

    div.btn input[type=button].submit_btn_echeck:hover {
        background-color: #008fbb;
    }

div.btn input[type=button].off {
    background-color: #eeeeee;
}

    div.btn input[type=button].off:hover {
        background-color: #eeeeee;
        cursor: progress;
    }

div.cart_btn {
    width: 100%;
}

div.cart_btn_plus {
    width: 25%;
    float:left;
    margin-left:10px;
    margin-top:1px;
}

div.cart_btn_preplus {
    width: 35%;
    float: left;
    margin-left: 0px;
    margin-top: 1px;
}

.cart_option {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    color: #515151;
    margin: 0 0 1em 0;
    padding: 8px;
    border: 1px solid #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.cart_option_plus {
    float: left;
    width: 50%;
}

.email_textbox {
    float: left;
    width: 300px;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    color: #515151;
    margin: 0;
    padding: 8px;
    border: 1px solid #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.email_textbox_after {
    width: 100%;
}

.email_btn {
    float: left;
    text-align: left;
    height: auto;
    width: 100px;
    background: #fff;
    border: 1px solid #d6d6d6;
    margin: 0 0 0 0.5em;
    font-size: 12px;
    color: #5195ce;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}


    .email_btn span {
        float: left;
        width: 100%;
        margin-top: 0;
        line-height: 12px;
        text-align: center;
        font-weight: bold;
    }

    .email_btn:hover {
        background-color: #5195ce;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
        border: 1px solid #5195ce;
    }

.email_btn_off {
    float: left;
    text-align: left;
    height: auto;
    width: 60%;
    background: #ebebeb;
    margin: 1.5em 0 0.75em 0;
    font-size: 14px;
    color: #bbbbbb;
    text-decoration: none;
    display: inline;
    padding: 1em 0 1em 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: progress;
    border: 1px solid #dddddd;
}

    .email_btn_off span {
        float: left;
        width: 100%;
        margin-top: 0;
        line-height: 12px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    }

.email_btn_after {
    margin-left: 0;
    margin-top: 1em;
}

/* Fixes for IE < 8 */
/*@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}*/

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.progress-animated .progress-bar,
.progress-animated .bar {
    background: url("../img/progressbar.gif") !important;
    filter: none;
}

.fileupload-process {
    float: right;
    display: none;
}

.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    /*background: url("../images/genmake/generated/loading.gif") center no-repeat;*/
    background: url("../oneflow/images/genmake/generated/loading.gif") center no-repeat;
    background-size: contain;
}

.files audio,
.files video {
    max-width: 300px;
}


div.make_upload_article div.faq {
    float: left;
    width: 100%;
    color: #313131;
    padding: 1em 0em 3em 0em;
    display: inline-block;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    margin-top: 1em;
}

div.make_upload_article h1.faq_title {
    padding: 0 0 0 0;
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 115%;
    line-height: 150%;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    font-weight: bold;
    /*text-transform:uppercase;*/
    word-break: keep-all;
    box-sizing: border-box;
}

div.make_upload_article h1.faq_title_top {
    padding: 2em 0 0 0;
}

div.make_upload_article h2.faq_desc {
    padding: 1em 0 0 0;
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 90%;
    line-height: 1.8em;
    font-weight: normal;
    box-sizing: border-box;
}

    div.make_upload_article h2.faq_desc a {
        color: #5195ce;
        cursor: pointer;
    }

        div.make_upload_article h2.faq_desc a:hover {
            color: #313131;
        }


div.overlay table.overlay_table article.learn_more_article {
    width: 300px;
}

div.order_title_note a.order_title_learn_more {
    font-size: 0.7em;
    padding: 2px 0em 0em 10px;
}

    div.order_title_note a.order_title_learn_more i {
        font-size: 1.3em;
        font-style: normal;
    }

div.overlay_div h1.learn_more_title {
    font-size: 0.9em;
    font-weight: normal;
}

div.overlay_div div.learn_more_video {
    width: 100%;
    height: 150px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 1.5em;
}

    div.overlay_div div.learn_more_video video {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

div.overlay_div div.learn_more_img {
    float: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0.5em 0 0.5em 0;
    box-sizing: border-box;
}

    div.overlay_div div.learn_more_img img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

div.overlay_btn a.learn_more_button {
    width: 100%;
}

div.overlay_div a.learn_more_no_thanks {
    float: none;
    display: inline-block;
    text-align: center;
    font-size: 0.9em;
    line-height: 1em;
    color: #5195ce;
    width: auto;
    padding: 0em 0em 0em 0em;
    margin: 0 0 1.5em 0;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

    div.overlay_div a.learn_more_no_thanks:hover {
        color: #313131;
    }


div.register_div {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0;
    text-align: center;
    display: inline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5em 0 1.5em;
    max-height: 350px;
    position: relative;
}

div.register_address_div {
    overflow-y: auto;
    max-height: 410px;
}

    div.register_div h1 {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 1.3em;
        line-height: 1.6em;
        text-align: center;
        color: #313131;
        padding: 0.5em 0 0 0;
    }

        div.register_div h1.promo_h1 {
            font-size: 1.6em;
            line-height: 1.6em;
            padding: 0.5em 0 0 0;
        }

    div.register_div h2 {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 1em;
        line-height: 1.6em;
        text-align: center;
        color: #515151;
        font-weight: normal;
        padding-top: 0.5em 0 0 0;
    }

    div.register_div img.promo_img {
        float: none;
        margin: 0 auto;
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 0.5em 0 0.5em 0;
        box-sizing: border-box;
    }

div.register_div div.plan {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
    color: #313131;
    font-weight: normal;
    padding: 8px;
    margin: 0.75em 0 0 0;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    box-sizing: border-box;
    border-radius: 4px;
}

    /*div.register_div div.plan input[type=radio] {
        margin-top:0px;
        display:inline-block;
        float:left;
    }*/

    div.register_div div.plan img {
        margin-top: 1px;
        display: inline-block;
        float: left;
        height:13px;
        width:13px;
        border:none;
    }

    div.register_div div.plan span {
        line-height:1em;
        display:inline-block;
        margin-left:8px;
        float:left;
    }

    div.register_div div.plan a.back {
        text-decoration: none;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color:#5195ce;
        cursor:pointer;
        float:right;
        display:inline-block;
    }

        div.register_div div.plan a.back:hover {
            color:#313131;
        }

    div.register_txtbox {
        float: none;
        width: 100%;
        max-width: 400px;
        padding: 0 0 0 0;
        margin-top: 1em;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        background: transparent;
    }

div.step1_div {
    margin-top: 0.5em;
}

    div.register_txtbox input {
        float: left;
        display: inline-block;
        margin-left: 0 auto;
        margin-right: 0 auto;
        width: 100%;
        padding: 0.5em;
        margin-top: 1em;
        font-size: 1em;
        color: #313131;
        text-align: left;
        border: 1px solid #d6d6d6;
        border-radius: 5px;
        box-sizing: border-box;
    }

    div.register_txtbox input[type=radio] {
        float: left;
        display: inline-block;
        width: auto;
        padding: 0;
        margin:2px 0 0 0;
        font-size: 1em;
        color: #313131;
        box-sizing: border-box;
    }

        /*div.register_txtbox input:first-of-type {
            margin-top: 0;
        }*/

    div.register_txtbox select {
        float: left;
        width: 100%;
        height: auto;
        padding: 0.5em;
        font-size: 1em;
        line-height: 1em;
        color: #515151;
        background: #fff;
        border: 1px solid #d6d6d6;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 1em;
    }

    div.register_txtbox span.err_msg {
        float: left;
        width: 100%;
        display: none;
        font-size: 1em;
        line-height: 1.6em;
        text-align: center;
        color: #aa3510;
        font-weight: normal;
        padding: 0.5em;
        margin: 0.75em 0 0 0;
        border: 1px solid #ff9800;
        background: #fff3e0;
        box-sizing: border-box;
        border-radius: 4px;
    }

    div.register_txtbox .first_input {
        margin-top: 0;
    }

    div.register_txtbox .first_name {
        width: 44%;
        margin-right: 3%;
    }

    div.register_txtbox .last_name {
        width: 53%;
    }

    div.register_txtbox .state_select {
        width:65%;
        margin-right:3%;
    }

    div.register_txtbox .zip_input {
        width:32%;
    }

    div.register_txtbox .month {
        width: 43%;
        margin-right: 3%;
    }

    div.register_txtbox .year {
        width: 23%;
        margin-right: 3%;
    }

    div.register_txtbox .cvvn {
        width: 28%;
    }

.right_body_split_item {
    float: left;
    width: 100%;
    margin: 0;
    padding:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.reset_div {
    padding-bottom: 1.5em;
}

div.register_div h1.login_title {
    text-align: center;
    font-size: 1em;
    padding-top: 1em;
}

div.register_div h2.login_desc {
    text-align: center;
    font-size: 1em;
    padding-top: 0.5em;
}

div.register_div div.onetime_desc {
    text-align: left;
    font-size: 0.9em;
    padding-top: 0.6em;
    padding-bottom:0.2em;
    float:left;
    display:inline-block;
    font-style:italic;
}

div.register_div a.login_body_forgot {
    float: none;
    margin: 0;
    font-size: 1em;
    line-height: 1em;
    color: #5195ce;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    div.register_div a.login_body_forgot:hover {
        color: #000;
    }

div.register_div a.login_body_forgot_icon {
    float: none;
    margin: -1px 0 -1px 5px;
    height: 16px;
    width: 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
}

    div.register_div a.login_body_forgot_icon img {
        float: left;
        margin: 0;
        height: 16px;
        width: 16px;
        text-decoration: none;
        border: none;
        cursor: pointer;
    }


div.overlay table.overlay_table article.login_overlay {
    width: 350px;
}

div.overlay_btn a.login_overlay_btn {
    width: 100%;
}

div.register_div span.reset_success {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: center;
    color: #0dab05;
    font-weight: normal;
    padding: 1em;
    background: #f9f9f9;
    box-sizing: border-box;
    margin-top: 1em;
}

div.register_div a.login_a {
    float: none;
    width: auto;
    max-width: 400px;
    text-decoration: none;
    display: inline-block;
    color: #5195ce;
    margin: 0 0 1.5em 0;
    font-size: 1em;
    line-height: 1.6em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    div.register_div a.login_a:hover {
        color: #313131;
    }

div.register_div a.not_a_member {
    margin: 0 0 0.5em 0;
}


div.overlay_btn .plus_overlay_btn {
    float: none;
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    text-decoration: none;
    padding: 1em 0em 1em 0em;
    margin: 0;
    background-color: #5195ce;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

    div.overlay_btn .plus_overlay_btn:hover {
        background-color: #3d83ba;
    }

    div.overlay_btn .off {
        background-color: #eeeeee;
    }

        div.overlay_btn .off:hover {
            background-color: #eeeeee;
            cursor: progress;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
        }

.right_body_row_item {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 1em 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.left_body_box_item_cc_active_full {
    float: left;
    width: 100%;
    border-top: none;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.left_body_box_item_cc_inactive_full {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
    /*background: #f6f6f6;*/
    padding: 0 0 1em 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    /*.left_body_box_item_cc_inactive_full:hover {
        background: #f6f6f6;
    }*/

.left_body_box_item_cc_active {
    float: left;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    /*background: #eeeeee;*/
    padding: 1em 0em 1em 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.left_body_box_item_cc_inactive {
    float: left;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    /*background: #f6f6f6;*/
    padding: 1em 0em 1em 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    /*.left_body_box_item_cc_inactive:hover {
        background: #f6f6f6;
    }*/

    /*.left_body_box_item_cc_inactive:nth-child(2n+1), .left_body_box_item_cc_active:nth-child(2n+1) {
        border-left: none;
    }*/
    .right_body_text_payment_cc {
        float: left;
        width: auto;
        font-size: 1.2em;
        color: #5195ce;
        text-align: left;
        margin: 0;
        padding-left: 0.6em;
        font-weight: normal;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
        text-decoration: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }

    .right_body_text_payment_cc:hover {
        color: #313131;
    }

    .right_body_text_payment_cc::after {
        content: 'Visa - Mastercard - Amex - Discover';
        float: none;
        width: auto;
        position: relative;
        display: block;
        margin: 0.6em 0 0 0;
        color: #7e7e7e;
        text-align: left;
        font-size: 10px;
        font-style: italic;
    }

.right_body_text_payment_pp {
    float: left;
    width: auto;
    font-size: 1.2em;
    color: #5195ce;
    text-align: left;
    margin: 0;
    padding-left: 0.6em;
    font-weight: normal;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

    .right_body_text_payment_pp:hover {
        color: #313131;
    }

/*.right_body_text_payment_pp::after {
        content: 'Transfer your order to Paypal.com servers';
        float: none;
        width: auto;
        position: relative;
        display: block;
        margin: 0.6em 0 0 0;
        color: #7e7e7e;
        text-align: left;
        font-size: 10px;
        font-style: italic;
    }*/

.right_body_text_payment_bc {
    float: left;
    width: auto;
    font-size: 1.2em;
    color: #5195ce;
    text-align: left;
    margin: 0;
    padding-left: 0.6em;
    font-weight: normal;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

    .right_body_text_payment_bc:hover {
        color: #313131;
    }

/*.right_body_text_payment_bc::after {
        content: 'Pay directly using Bitcoin digital currency';
        float: none;
        width: auto;
        position: relative;
        display: block;
        margin: 0.6em 0 0 0;
        color: #7e7e7e;
        text-align: left;
        font-size: 10px;
        font-style: italic;
    }*/

.left_body_box_item_cc_small {
    cursor: pointer;
}

.payment_icon_cc {
    float: left;
    width: 147px;
    height: 22px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -0px -0px;
    background-repeat: no-repeat;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 0 0 0 8px;
}

.payment_icon {
    float: right;
    border: none;
    cursor: pointer;
}

.payment_icon_new {
    float: left;
    border: none;
    cursor: pointer;
    margin: 0 0 0 10px !important;
    pointer-events: none;
}

.payment_icon_paypal {
    width: 76px;
    height: 22px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -148px -0px;
    background-repeat: no-repeat;
    margin: 0 0 0 -76px;
}

.payment_icon_bitcoin {
    width: 78px;
    height: 18px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -224px -0px;
    background-repeat: no-repeat;
    margin: 0 0 0 -78px;
}

.payment_icon_venmo {
    width: 88px;
    height: 18px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -302px -0px;
    background-repeat: no-repeat;
    margin: 0 0 0 -78px;
}

.payment_icon_googlepay {
    width: 52px;
    height: 20px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -392px 0px;
    background-repeat: no-repeat;
    margin: 0 0 0 -78px;
}

.payment_icon_applepay {
    width: 50px;
    height: 20px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -497px -0px;
    background-repeat: no-repeat;
    margin: 0 0 0 -78px;
}

.payment_icon_androidpay {
    width: 53px;
    height: 22px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -444px -0px;
    background-repeat: no-repeat;
    margin: 0 0 0 -78px;
}

.payment_icon_samsungpay {
    width: 98px;
    height: 18px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -547px -0px;
    background-repeat: no-repeat;
    margin: 0 0 0 -78px;
}

.payment_icon_echeck {
    width: 55px;
    height: 22px;
    background-image: url(../../oneflow/images/gencheckout/generated/payment_icons3.png);
    background-position: -648px -0px;
    background-repeat: no-repeat;
    margin: 0 0 0 -78px;
}

.left_body_box_item_cc_info {
    float: left;
    width: auto;
    height: auto;
    display: inline-block;
    overflow: hidden;
}

.payment_radio_choice {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
    /*background: #f6f6f6;*/
    padding: 0.75em 0em 0.75em 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.payment_radio {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0;
    width: 13px;
    height: 13px;
    margin-top:5px;
}

    .payment_radio input {
        width: 13px;
        height: 13px;
        float: left;
        cursor: pointer;
        margin: 0;
        padding: 0;
    }

.payment_radio_new {
    margin: 3px 0 0 0;
}

.payment_radio_span {
    /*pointer-events: none;*/
    float:left;
    display:inline-block;
    text-align:left;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color:#5195ce;
    cursor:pointer;
    margin-left:8px;
}

    .payment_radio_span i {
        text-decoration:line-through;
        font-weight:normal;
    }

    .payment_radio_span:hover {
        color: #313131;
    }

.payment_radio_span_active {
    /*pointer-events: none;*/
    float: left;
    display: inline-block;
    text-align: left;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #313131;
    cursor: default;
    margin-left: 8px;
    font-weight:bold;
}

    .payment_radio_span_active:hover {
        color: #313131;
    }

.right_body_payment_item {
    float: left;
    width: 100%;
    margin: 0;
    padding: 1em 0 0 0;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cvvn_msg {
    float: left;
    width: 60%;
    padding: 0.1em 0 0 0.8em;
    color: #7e7e7e;
    font-size: 0.6em;
    line-height: 1.4em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment_title {
    border-bottom: 1px solid #e1e1e1;
}

.right_body_payment_txtbox {
    float: left;
    width: 100%;
    padding: 0.5em 38px 0.5em 0.5em;
    border: 1px solid #d6d6d6;
    font-size: 0.9em;
    line-height: 1em;
    color: #515151;
    margin: 0;
    display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right_body_cvvn_txtbox {
    float: left;
    width: 40%;
    padding: 0.5em 38px 0.5em 0.5em;
    border: 1px solid #d6d6d6;
    font-size: 0.9em;
    line-height: 1em;
    color: #515151;
    margin: 0;
    display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment_icon_cc_input {
    float: right;
    width: 26px;
    height: 19px;
    overflow: hidden;
    padding: 0;
    margin: -26px 7px 0 0;
    background-image: url(../../oneflow/images/gencheckout/generated/cc_icons2.png);
    background-position: -0px -57px;
    background-repeat: no-repeat;
}

.payment_icon_cvvn_input {
    float: left;
    width: 26px;
    height: 19px;
    overflow: hidden;
    padding: 0;
    margin: 19px 0 0 -33px;
    background-image: url(../../oneflow/images/gencheckout/generated/cc_icons2.png);
    background-position: -0px -76px;
    background-repeat: no-repeat;
}

.left_body_text_payment_dosave_rbtn {
    float: left;
    width: 13px;
    height: auto;
    margin: 0;
    cursor: pointer;
    padding: 0;
}

    .left_body_text_payment_dosave_rbtn input {
        float: left;
        padding: 0;
        margin: 0;
        height: 13px;
        width: 13px;
        cursor: pointer;
    }

.left_body_text_payment_dosave {
    float: left;
    width: auto;
    font-size: 0.8em;
    line-height: 1em;
    color: #5195ce;
    text-align: left;
    margin: 15px 0 0 8px;
    padding: 0 0 0 0;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

    .left_body_text_payment_dosave:hover {
        color: #313131;
    }


.super_toggle {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    padding:0 1.5em 1em 1.5em;
}

.super_toggle span {
    margin-left:10px;
    margin-right:10px;
    font-size:12px;
}

.super_toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    
}

.super_toggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 30px;
    position: relative;
}

    .super_toggle label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 30px;
        transition: 0.3s;
    }

.super_toggle input:checked + label {
    background: #5195ce;
}

    .super_toggle input:checked + label:after {
        left: calc(100% - 2px);
        transform: translateX(-100%);
    }

.super_toggle label:active:after {
    width:25px;
}



@media (max-width: 900px) {
    article.begin h1.controls_title {
        font-size: 0.8em;
    }

        article.begin h1.controls_title span {
            font-size: 280%;
            margin-left: -2px;
        }

    article.begin h2.controls_desc {
        padding: 0.75em 0 0 0;
        font-size: 0.7em;
    }

    article.begin span.controls_span {
        padding: 1.2em 0 0 0;
        font-size: 0.7em;
    }

    article.begin ul li {
        font-size: 0.7em;
        padding: 0.75em 0 0 0;
        margin: 0 0 0 1em;
    }

    article.begin input[type=button] {
        padding: 0.8em 1.5em 0.8em 1.5em;
        margin: 1em auto 0 auto;
        font-size: 14px;
    }

    article.begin a {
        padding: 0;
        margin: 1.6em 0 0 1em;
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    div.make_upload_wrap_60 {
        width: 100%;
    }

    div.make_upload_wrap_40 {
        width: 100%;
        margin-left: 0;
    }

    div.make_upload_wrap_email {
        padding: 1em;
        text-align: center;
        margin-bottom: 1em;
    }

    div.result_area {
        margin-bottom: 1em;
    }

    div.make_upload_wrap_email_input {
        float: left;
        width: auto;
    }

    /*div.make_upload_wrap_email_input_after {
        padding: 0 0;
    }*/

    .fileinput-button span {
        padding: 3px 8px 8px 0;
    }

    /*div.make_upload_wrap h1 {
        text-align: center;
    }

    div.make_upload_wrap h2 {
        text-align: center;
    }*/

    div.btn input[type=button].add_to_cart_btn_plus {
        display: inline-block;
        padding: 0.8em 0em 0.8em 0em;
        font-size: 0.9em;
    }
}

@media (max-width: 675px) {
    article.begin {
        padding: 1em;
    }
    
    div.splash_scale:after {
        content: '';
        background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 52%, rgba(255,255,255,0) 52%);
    }
    
    article.begin div.controls {
        float: none;
        width: 300px;
        color: #ffffff;
        padding: 0.5em 0em 0.5em 0;
        display: inline-block;
        box-sizing: border-box;
        margin:0 auto;
    }

        article.begin div.controls:last-of-type {
            padding: 1em 0 0.5em 0em;
        }
    
    
    article.begin h1.controls_title {
        font-size: 0.6em;
    }

        article.begin h1.controls_title span {
            font-size: 280%;
            margin-left: -2px;
        }

    article.begin h2.controls_desc {
        padding: 0.75em 0 0 0;
        font-size: 0.7em;
    }

    article.begin span.controls_span {
        padding: 1.2em 0 0 0;
        font-size: 0.7em;
    }

    article.begin ul li {
        font-size: 0.7em;
        padding: 0.75em 0 0 0;
        margin: 0 0 0 1em;
    }

    article.begin input[type=button] {
        padding: 0.8em 1.5em 0.8em 1.5em;
        margin: 1em auto 0 auto;
        font-size: 14px;
    }

    article.begin a {
        padding: 0;
        margin: 1.6em 0 0 1em;
        font-size: 14px;
    }
    
    div .make_upload_article div.faq {
        width: 100%;
        padding: 0em 2em 2em 2em;
    }

    .cart_option_plus {
        width: 60%;
    }

    div.cart_btn_plus {
        width: 35%;
    }
}

@media (max-width:600px) {
    div.result_area_plus a.result_anchor {
        width: 100%;
    }

    div.result_menu_plus {
        width: 100%;
    }
}

@media (max-width:520px) {
    /*article.begin ul li {
    font-size: 0.9em;
}

div.make_upload_top_article {
    padding: 3em 2em 0em 2em;
}*/

    /*div.make_upload_article h1 {
        text-align: center;
    }

    div.make_upload_article h2 {
        text-align: center;
    }*/

    div.make_upload_wrap_email h1 {
        font-size: 1.1em;
    }

    div.make_upload_wrap_email_input {
        width: 100%;
        float: left;
    }

    .email_textbox {
        width: 70%;
    }

    .email_btn {
        width: 28%;
        margin: 0 0 0 2%;
    }
}

@media (max-width: 475px) {
    div.make_upload_article div.faq {
        width: 100%;
        padding: 0em 1em 2em 1em;
    }

    div.make_upload_article h1.faq_title {
        font-size: 100%;
    }

    div.make_upload_article h2.faq_desc {
        font-size: 85%;
    }
}


@media (max-width:440px) {
    .size {
        font-size: 0.8em;
    }

    .new_btn {
        width: 250px;
        padding: 1em 0em 1em 0em;
        font-size: 1.2em;
        line-height: 1.2em;
        text-indent: -20px;
        background-position: right 30% top 49%;
    }
}

@media (max-width:400px) {
    div.result_menu a.result_menu_left_adjust {
        font-size:0.7em;
    }
}

.loader_bar {
    display: inline-block;
    width: 100%;
    margin-top: 1.5em;
    text-align: center;
}

.loader {
    margin: 0 auto 0 auto;
    top: -3px;
    font-size: 4px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
}

.loader_text {
    width: auto;
    display: inline-block;
    margin-left: 18px;
    margin-top: 0px;
    font-size: 14px;
    color: #313131;
}
