﻿/*  jQuery page loading effect by www.gj37765.blogspot.com */
#md-loading
{
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FDFEF8 url(../Image/MD-Lodding.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.MD #md-loading
{
    display: none;
}

@media only screen and (device-width: 768px)
{
    #loading
    {
        position: absolute;
        width: 1040px;
        min-height: 768px;
    }
}
#md-progress-bar
{
    position: absolute;
    top: 5px;
    left: 0;
    background: #106cc8;
    width: 0;
    height: 7px;
}
#md-loader
{
    height: 100%;
    display: none;
}