.loadOver {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 24em;
	margin-top: -12em;
	overflow: hidden;
	z-index: 8;
        text-align: center;
}
.loadOverSmall {
    height: 60px;
    margin-top: -30px;
}

.loadOverOverlay {
	z-index: 8;
	display: none;
	background-color: #fff;
	opacity: 0.7;
}
.fa-20x{
    font-size: 20em;
}
.loadOverOverlay .success{
    font-size: 30px;
    font-weight: bold;
}