.preload{
    background:#000;
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:100%;
    z-index:1000;
    width:100%;
    overflow-y:no-content;
}
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  background: #000;
  color:#eee;
  overflow:hidden;
}
/* Preloader with Bootstrap Progress Bar
-----------------------------------------------*/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background:#000;
}
.loader-container {
	width: 80%;
	max-width:600px;
	height: 200px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;
	text-align: center;
}
