/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 30, 2016, 7:06:19 PM
    Author     : Pong
*/
.presite_container{
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color:rgba(0,0,0,0.8);
    z-index:500;
}

.presite_banner{
    margin-top:10%;
}

.skip_presite{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    float: none;
    color:#fff;
    font-size:20px;
    margin-top:10px;
}
