.loader{
    margin: 20px auto 10px;
    width: 300px;
    height: 25px;
    border-radius: 14px;
    border-bottom: 2px solid #6D4F2B;
    border-top: 2px solid #6D4F2B;
    background: #201406;
    overflow: hidden;
    position: relative;
}

.progress-bar{
    height: inherit;
    width: 0%;
    border-radius: inherit;
    position: relative;
    overflow: hidden;
    background: #CAA16E;
}

.progress-stripes{
    width: inherit;
    height: inherit;
    font-size: 180px;
    font-weight: bold;
    margin-top: -50px;
    letter-spacing: -14px;
    color: #99764C;
}

.percentage{
    position: absolute;
    top: 4px;
    right: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #eee;
}
#coverup{
    position: absolute;
    top:0; left: 0;
    width:100%;
    height:100%;
    z-index:99;
    text-align: center;
    justify-content: center;
    align-items: center;


    background: #000 url("/img/splash6.jpg") no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}