.loading {
    position: fixed;
    top: 0px;
    padding-top:100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
    opacity: .6;
}