﻿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));
    /*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.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.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: 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: 150%;
        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: 100%;
        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;
    }

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_report {
    display:none;
}

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: 0em 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: 3em 2em 0em 2em;
}

div.make_upload_bottom_article {
    padding: 1em 2em 3em 2em;
}

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_half {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
}

    div.first_half {
        margin-left: 0%;
        margin-right: 1%;
    }

    div.last_half {
        margin-left: 1%;
        margin-right: 0%;
    }

div.make_upload_wrap_ul {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px;
    box-sizing: border-box;
    margin-top:1.5em;
    overflow:auto;
    max-height:274px;
}


div.make_upload_wrap ul {
    float: left;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    /*border-radius: 10px;
    border:1px solid #d6d6d6;*/
    list-style-position:inside;
}

    div.make_upload_wrap ul li {
        float: left;
        width: 100%;
        box-sizing: border-box;
        color: #313131;
        text-align: left;
        font-size: 1em;
        padding: 1em;
        background:#f9f9f9;
    }

    div.make_upload_wrap ul li:nth-child(odd) {
        background:#fff;
    }

div .upload_area {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 5px;
    /*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;
}

.loading_wrap {
    width: 75px;
    height: auto;
    display: none;
    float: left;
    background: transparent;
    margin-top: 1em;
}

.loading_table {
    display: table;
    height: 100%;
    width: 100%;
}

.loading_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.loading {
    width: 75px;
    height: 75px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    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: 100%;
    /*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.8em 0em 0.8em 0em;
        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);
            }

/* 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_pitch {
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: 1.5em;
    overflow: auto;
    max-height: 274px;
    padding: 1em 2em 1em 2em;
    text-align:left;
}

    div.make_upload_pitch h1 {
        font-size:1.4em;
        line-height:1.8em;
        padding-bottom:1rem;
    }

    div.make_upload_pitch h2 {
        font-size:1rem;
        font-size:1.2em;
        padding-bottom:1.5rem;
        font-weight:normal;
    }

    div.make_upload_pitch a {
        width: auto;
        max-width: 250px;
        padding: 0.8em 1rem 0.8em 1rem;
        font-size: 1em;
        line-height: 1em;
        background-color: #5195ce;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        position: relative;
        color: #fff;
        text-decoration: none;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        margin-bottom:0.5rem;
    }

        div.make_upload_pitch a:hover {
            background-color: #3d83ba;
        }

@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_half {
        width:100%;
    }

    div.first_half {
        margin:0;
    }

    div.last_half {
        margin: 0;
        margin-top:1.5em;
    }


    div.make_upload_wrap_email {
        padding: 0.5em 0 1em 0;
        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;
    }

    div.make_upload_wrap h1 {
        text-align: center;
    }

    div.make_upload_wrap h2 {
        text-align: center;
    }
}

@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: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%;
    }
}

.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;
}

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;
}

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;
        }

@media (max-width: 675px) {
    div.make_upload_article div.faq {
        width: 100%;
        padding: 0em 2em 2em 2em;
    }
}


@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%;
    }
}