

/* =============================================================================================================================================================================================================*/
/* RESET */
/* =============================================================================================================================================================================================================*/



   html body{background-color: #000;}
    .footer,#mainNav,.grayer{display: none;}
    .rotateme{display: none;}
    
    .rotated .rotateme{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000 url('https://challenge-halloween.s3.us-west-1.amazonaws.com/img/common/rotate.png') 50% 50% no-repeat;
        background-position: cover;
        background-size: 60%;
        z-index: 900;
        display: block;
    }




    .loader{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        z-index: 1000;
        text-align: center;
        
    }


.vert-center{
    position: absolute;
    padding: 0 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#game{position: relative; margin:0 auto;}


.stage{
    background-color: #333;
    margin: 0 auto;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width:1334px;
    overflow:hidden;

}
.progress-holder{width: 50%; margin: 0  0 0 25%;}


.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar-info {
    background-color: #5bc0de;
}


.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(
45deg
,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(
45deg
,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


.bg{
 position: absolute;
    width: 100%;height: 100%; background: transparent url(https://challenge-halloween.s3.us-west-1.amazonaws.com/img/common/bg.jpg) 50% 50% no-repeat; background-size: cover;
    z-index:20;
    left:0;
    z-index: 1;
    display: block;


}

.intro {
    position: absolute;
    width: 100%;height: 100%; background: transparent url(https://challenge-halloween.s3.us-west-1.amazonaws.com/img/common/intro.png) 50% 50% no-repeat; background-size: cover;
    z-index:20;
    left:0;
    z-index: 1000;
    display: block;
    cursor: pointer;        
}







.level1{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.level2{
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}



/* =============================================================================================================================================================================================================*/
/* START */
/* =============================================================================================================================================================================================================*/




















