body {
	background: #fff;
}

@media screen and (max-width: 767px) {
	#preloader-hack {
		opacity: 0 !important;
		display: none;
	}

	#preloader {
		opacity: 0;
		display: none;
	}

}

@media screen and (max-width: 992px) {
	#preloader-outer {
		padding: 30px;
		display: none;
	}

	#preloader-hack {
		top: 30px;
		left: 30px;
		right: 30px;
		bottom: 30px;
		display: none;
	}

	#preloader-wrapper {
		top: 32px;
		left: 32px;
		width: calc(100% - 64px);
		height: calc(100% - 64px);
		display: none;
	}
}

@media screen and (min-width: 993px) {
	#preloader-outer {
		padding: 50px;
		display: none;
	}

	#preloader-hack {
		top: 50px;
		left: 50px;
		right: 50px;
		bottom: 50px;
		display: none;
	}

	#preloader-wrapper {
		top: 52px;
		left: 52px;
		width: calc(100% - 104px);
		height: calc(100% - 104px);
		display: none;
	}

}

#preloader-outer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	background: #fff;
	transition: 1s;
	-webkit-transition: 1s;
	z-index: 99;
	display: none;
}

#canvas {
	display: block;
	transition: 1s;
	display: none;
}

#preloader-outer,
#preloader {
	width: 100%;
	height: 100%;
	display: none;
}

#preloader {
	transition: background 1s;
	display: none;
}

#progress-bar img {
	width: 146.5px;
	height: 80px;
	opacity: 0;
	transition: opacity 1s;
	display: none;
}

#preloader-hack {
	background: transparent;
	position: absolute;
	opacity: 1;
	z-index: 9999;
	display: none;
}

#preloader-hack.transition {
	transition: border 2s;
	-webkit-transition: border 2s;
	display: none;
}

#preloader-hack.top {
	border-top: 2px #000 solid;
	display: none;
}

#preloader-hack.right {
	border-right: 2px #000 solid;
	display: none;
}

#preloader-hack.bottom {
	border-bottom: 2px #000 solid;
	display: none;
}

#preloader-hack.left {
	border-left: 2px #000 solid;
	display: none;
}

#preloader-wrapper {
	position: absolute;
	background: #fff;
	z-index: 999;
	display: none;
}

#progress-bar {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #888;
	font-size: 18px;
	background: transparent;
	text-align: center;
	margin-top: 25px;
	z-index: 9999;
	display: none;
}

#progress-bar>div {
	margin-top: 50px;
	height: 20px;
	display: none;
}