﻿.preloading {
    display: none;
    position: absolute;
    top: 400px;
    right:0;
    left:0;
}

#progressBar {
    width: 155px;
    height: 1px;
    background-color: #605D5D;
    margin: 3px auto;
}

    #progressBar div {
        height: 1px;
        color: #fff;
        text-align: right;
        width: 0px;
        background-color: #FF8000;
    }

.progress-go {
    text-align: center;
    color: #FF8000;
    font-size: 12px;
    margin-top: 85px;
    background: none;
    box-shadow: none;
}

.loading {
    color: #605D5D;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 5px;
    text-align: center;
}
