﻿/*section.splash {
    float: left;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    background: #5195ce;
    background: url(../../oneflow/images/gendesign/design-wallpaper.jpg);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;
    background: -o-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;
    background: radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../oneflow/images/gendesign/design-wallpaper.jpg);
    overflow:hidden;
}*/

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.4));
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
    background: -o-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
    background: radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
    /*background: -webkit-radial-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.5));
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.5));
    background: -o-radial-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.5));
    background: radial-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.5));*/
    overflow: hidden;
    position: relative;
}

div.splash_scale {
    width: 130%;
    height: 130%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(../../oneflow/images/gendesign/design-wallpaper-light.jpg);
    background: url(../../oneflow/images/gendesign/design-wallpaper-light.jpg) repeat;
    background: url(../../oneflow/images/gendesign/design-wallpaper-light.jpg) repeat;
    background: url(../../oneflow/images/gendesign/design-wallpaper-light.jpg) repeat;
    background: url(../../oneflow/images/gendesign/design-wallpaper-light.jpg);*/
    /*background: url(../../oneflow/images/gendesign/design-wallpaper.jpg);
    background: url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;
    background: url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;
    background: url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;*/
    background: url(../../oneflow/images/gendesign/design-wallpaper-convert.jpg);
    z-index: -1;
}

/*.zoom {
    animation: scale 30s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}*/

article.begin {
    float: none;
    width: 100%;
    height: 100%;
    max-width: 1024px;
    min-width: 300px;
    margin-top: 0px;
    padding: 1.2em;
    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: 100%;
        color: #ffffff;
        padding: 1em 0 1em 0;
        display: inline-block;
    }

    article.begin h1.controls_title {
        padding: 0 0 0 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 200%;
        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 h2.controls_desc {
        padding: 0.5em 0 0 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 130%;
        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 ul {
        float: none;
        display: inline-block;
        padding: 1.1em 2em 0.3em 1.5em;
        box-sizing: border-box;
        width: auto;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        margin-top: 1.6em;
        border-radius: 10px;
    }

        article.begin ul li {
            float: none;
            width: 100%;
            box-sizing: border-box;
            color: #fff;
            text-align: left;
            font-size: 1em;
            padding: 0 0 1em 0;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
            margin: 0 0 0 1em;
        }


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_top_article {
    padding: 25px 2em 0em 2em;
}

div.make_upload_bottom_article {
    padding: 0em 2em 3em 2em;
}

div.make_upload_filetype_article {
    padding-bottom:0;
}

div.make_upload_results {
    display: none;
    padding:0;
    margin-bottom:25px;
}

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_email {
    padding-bottom: 25px;
    padding-left:0.5em;
    width: 100%;
    position: relative;
    text-align:center;
}

    div.make_upload_wrap_email h1 {

        font-size: 1.2em;
        text-align:center;

    }

    div.make_upload_wrap_email h2 {
        text-align: center;
    }

div.make_upload_wrap_email_after {
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
}

    div.make_upload_wrap_email_after h1 {
        font-size: 1.2em;
        text-align: left;
    }

    div.make_upload_wrap_email_after h2 {
        text-align: left;
    }

div.make_upload_wrap_email_hide {
    display: none;
}

div.make_upload_wrap_email_input {
    width: auto;
    float:none;
    margin:0 auto;
    padding: 0 0;
}

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 converted image is available.";
    width: 100%;
    text-align: left;
    color: #0dab05;
    font-size: 0.9em;
    font-style: normal;
    padding-top: 1em;
    float: left;
    line-height:120%;
}

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: normal;
    padding-top: 1em;
    float: left;
    line-height: 120%;
}

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_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;
    }

/*.convert-button-active {
    border: 1px solid #d6d6d6;
    background: #f1f1f1;
    color: #313131;
    cursor:default;
}*/

.convert-dropdowns {
    float: none;
    display: inline-block;
    margin:0 auto;
    text-align: center;
    width: auto;
    box-sizing: border-box;
    padding: 0;
}

.convert-dropdown {
    width: auto;
    float: left;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-top: 4px;
    text-transform: uppercase;
}

.convert-text {
    float: left;
    width: auto;
    display: inline-block;
    padding: 14px 10px 0 10px;
}

div.upload_area {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px;
    /*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: 25px;
}

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;
}

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_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 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 {
    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 {
        float: none;
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        cursor: pointer;
    }

/*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: left;
    width: 225px;
    /*max-width: 350px;*/
    height: auto;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 15px;
    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;
        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;
    }

        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.cart_btn {
    width: 100%;
    margin:0;
}

.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;
}

.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: 0em 0em 25px 0em;
    display: inline-block;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    margin-top: 0em;
}

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;
        }


.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;
}


@media (max-width: 800px) {

    article.begin {
        padding: 1em;
        font-size: 1.1em;
        line-height: 1.1em;
    }
    
    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: none;
        width: auto;
    }

    .fileinput-button span {
        padding: 3px 8px 8px 0;
    }
}

@media (max-width: 675px) {
    article.begin {
        padding: 0.9em;
        font-size: 1em;
        line-height: 1em;
    }
    
    div .make_upload_article div.faq {
        width: 100%;
        padding: 0em 2em 2em 2em;
    }
}

@media (max-width: 600px) {
    div.btn {
        clear: both;
        margin: 15px 0 0 0;
    }

    .convert-dropdown:first-of-type {
        margin-left:10px;
    }

    .convert-buttons {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 1.5em;
    }

        .convert-buttons:nth-child(3n + 0) {
            margin-right: 2%;
        }

        .convert-buttons:nth-child(2n + 1) {
            margin-right: 0;
        }
}

@media (max-width:520px) {
    article.begin ul li {
        font-size: 0.9em;
    }

    div.make_upload_top_article {
        padding: 25px 2em 0em 2em;
    }

    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%;
    }

    .convert-buttons {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }

        .convert-buttons:nth-child(3n + 1) {
            margin-right: 0;
        }

        .convert-buttons:nth-child(2n + 0) {
            margin-right: 0;
        }
}
