@charset "UTF-8";
#jthree {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	background: url( /img/back0.jpg ) no-repeat fixed center;
	background-size: cover;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url( "/img/loading.gif" ) no-repeat center;
	background-color: #000;
	opacity: 0.7;
	z-index: 1050;
	display: none;
}

#audio {
    position: fixed;
    bottom: 60px;
    width: 100%;
    left: 0;
    height: 0;
}

#audio > div {
	margin: 0 auto;
	width: 500px;
	max-width: 90%;
}

.navbar-inverse {
	background: rgba( 0, 0, 0, .5 );
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}

.navbar > .container .navbar-brand {
	color: #fff;
	font-size: 24px;
	margin-left: -5px;
}