.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.wrapper {
	vertical-align: middle;
	opacity: 0;
}

#depreload {
    background-size: cover;
    background-color: #ccc;
    position: fixed;
	width:100%;
	height:100%;
    text-align: center;
    z-index: 99;
}

#depreload .circle {
	width: 320px;
	height: 320px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 50%;
	box-shadow: 0 0 1px 0px rgb(255,255,255);
	margin: -5em auto 0 auto;
	position: relative;
}

#depreload .line {
	display:none;
}

#depreload .perc {
	color: #fff;
	font-size: 4.3em;
	text-transform: uppercase;
	margin-top: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}

#depreload .loading {
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

#depreload .perc, #depreload .loading {
	position: absolute;
	width: 100%;
}

#depreload .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 180px;
	height: 140px;
	margin-left: -90px;
	margin-top: -70px;
	opacity: 0;
}
