#pageLoading {
    display: block;
}
#loading {
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
	background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.space-50 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 50px 0 29px;
}