

/*loading
-----------------------------------------------*/
#pageloading-wrap {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    /*display: table;*/
    z-index: 999999;
 }
 #pageloading-icon {
    display: table-cell;
    vertical-align: middle;
 }

