.QOverlay {
    background-color: #000000;
    z-index: 9999;
}
.QLoader {
    background-color: #f5a50e;
    height: 1px;
}
.QOverlay h1{
    font-size: 45px;
    font-family: "trajan_probold";
    text-transform: uppercase;
    color: white;
    text-shadow: 0 1px 1px black;
    text-align: center;
    position: absolute;
    top: 20%;
    width: 100%;
}
.QAmt {
    color: #f5a50e;
    font-family:"trajan_probold",Arial,Helvetica,sans-serif;
    font-size:30px;
    line-height:50px;
    height:50px;
    width:100%;
    text-align: center;
    /*margin:-60px 0 0 -50px;*/
    top: 53% !important;
}
div.QOverlay h3{
    position: absolute;
    text-transform: uppercase;
    color: white;
    font-size: 68px;
    width: 100%;
    top: 25%;
    text-align: center;
    font-family:"trajan_probold";
}
/*div.QOverlay div#hold-me{
    margin: 0 auto;
}
div.QOverlay img#the-loading{
    position: absolute;
    top: 0;
    float: left;
}*/