.title1 {
    color: #515151;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: -50px;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.title2 {
    color: #515151;
    font-size: 40px;
    font-weight: 500;
}

.regtext strong {
    font-size: 18px;
    font-weight: 600;
}

.regtext {
    font-size: 16px;
    /*font-weight: 200;*/
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.regtext.contact-info {
    margin-left: 0;
}

.regtext .upload-bl {
    position: relative;
    border: 1px dashed #b1b1b2;
    padding: 20px;
}

.regtext .upload-bl .contact-form {
    margin-left: 0;
    padding-left: 55px;
}

.regtext1 {
    font-size: 16px;
    /*font-weight: 200;*/
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.upload-box .upload-box-text-wrapper, .upload-box .upload-box-icon {
    pointer-events: none;
}

.upload-mobile, .upload-box.dz-started .upload-box-text-wrapper, .upload-box.dz-started .upload-box-icon {
    display: none;
}

.dz-default.dz-message {
    display: none;
}

.gray-wrapper {
    background-color: #ebebeb;
}

.content-wrapper {
    width: 80%;
}

.upload-box {
    width: 710px;
    height: 250px;
    /*border-width: 1px;*/
    /*border-style: dashed;*/
    /*border-color: #b1b1b2;*/
    margin-bottom: 50px;
    position: relative;
}

.upload-box-icon img {
    position: absolute;
    top: 70px;
    left: 70px;
    max-height: 100px;
}

.upload-box-text-wrapper {
    text-align: left;
    position: absolute;
    top: 80px;
    left: 180px;
}

.upload-box-text {
    font-size: 24px;
    color: #515151;
    font-weight: 400;
}

.upload-box-text a {
    font-style: italic;
}

.topimage-uploadcenter {
    height: 185px;
    width: 100%;
    background: url("../img/top_image_uploadcenter.jpg") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    position: relative;
}

.next-btn,
.back-btn {
    position: absolute;
}

.next-btn {
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -36px;
    z-index: 100;
}

.back-btn {
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -36px;
    z-index: 100;
}

.circle-btn {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #666666;
}

.circle-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 19px;
}

.circle-btn:hover {
    cursor: pointer;
    background-color: #25aae1;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#form-upload, #response-message {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 671px) {

    .upload-box {
        width: 100%;
        height: 400px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-logo img {
        width: 26%;
        left: 15px;
        top: 15px;
    }

    .headerbar-top {
        width: 84%;
        font-size: 10px;
        top: 28px;
    }

    .headerbar {
        height: 65px;
    }

    .topimage, .topimage-uploadcenter {
        height: 100px;
    }

}

@media screen and (max-width: 700px) {

    .upload-desktop {
        display: none;
    }

    .upload-mobile {
        display: block;
    }

    .upload-mobile h2 div {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        display: block;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
    }

    .upload-mobile h2 div span {
        color: #25aae1;
    }

}

@media screen and (max-width: 400px) {

    .upload-mobile h2 div {
        width: 90%;
        font-size: 35px;
        line-height: 40px;
    }

}

@media screen and (max-width: 320px) {

    .upload-mobile h2 div {
        width: 95%;
        font-size: 24px;
        line-height: 34px;
    }

}


#uploader-center{
    display: none;
    position: absolute;
    top: 135px;
    z-index: 2;
    width:64px;
    height: 64px;
    background: url(../img/preloader_3.gif) 0 0 no-repeat;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#uploader-center #preloader{
    height: 58px;
}

#uploader-center #percent{
    background: #FFF;
    color:#333333;
    text-align: center;
    font-weight: 700;
}