/* Landing Page */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  background: url('http://www.desktopwallpaperhd.net/wallpapers/7/6/background-homepage-web-wood-opera-media-images-79414.jpg');
  color:#eee;
  overflow:hidden;
}

.progress-bar{
	color:#fff;
	background:#1c155c !important;	
	}	
/* Preloader with Bootstrap Progress Bar
-----------------------------------------------*/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #fff;
}
.loader-container {
	width: 300px;
	height: 200px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;
	text-align: center;
}