html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;	
}

body {
	position: relative;	
	background: #333;
}
#panorama {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 2;	
		
	}
	
#content.home-content {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 3;
}

#content.home-content section {
	height: 350%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#content.home-content section>span{
	display: block;
	width: 90%;
	margin: 0 auto;
}

#content.home-content {
	position: relative;
	display: block;
}

#content.home-content section {
	display: block;
}

#content.home-content section>span {
	width: 100%;
	height: 100%;
	margin: 0 auto;	
	position: fixed;
	top: 0;
	left: 0;
}

#content.home-content section>span>span {
	width: auto;
	position: absolute;
	top: 0;
	left: 12.5%;
	right: 12.5%;
	top: 20%;
	bottom: 20%;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.6);
}
/*
#content.home-content section>span>span>span {
	width: 75%;
	margin: 0 auto;	
	position: relative;
	position: absolute;
	left: 25%;
	right: 25%;
}
*/

#controls {
	
}

#next, #prev {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 100;
	display: block;
	line-height: 50px; 
	width: 50px;
	margin-top: -25px;
	text-align: center;
}

#prev {
	right: auto;
	left: 0;
}

#progress #progressCircle {
	position: absolute;
	top: 50%;
	margin-top: -37px;
	left: 50%;
	margin-left: -37px;
	left: 30px;
	margin-left: 0;
	height: 76px;
	width: 76px;
	opacity: 1;
	/*transform: rotateX(60deg);*/
	transition: margin-top .4s ease-in, opacity .4s ease-in;
	-webkit-transition: margin-top .4s ease-in, opacity .4s ease-in;
}

#progress {
	bottom: 0;	
	height: 120px;
	width: 100%;
	z-index: 60;
	position: fixed;
	background: none;
}

#progress ul {
	max-width: 1200px;	
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	margin-top: 60px;
	transition: opacity .4s ease-in, visibility .4s ease-in, margin-top .4s ease-in;
	-webkit-transition: opacity .4s ease-in, visibility .4s ease-in, margin-top .4s ease-in;
}

#progress:hover ul {
	opacity: 1;
	visibility: visible;
	margin-top: 40px;
	transition: opacity .4s ease-in, visibility .4s ease-in, margin-top .4s ease-in;
	-webkit-transition: opacity .4s ease-in, visibility .4s ease-in, margin-top .4s ease-in;
}

#progress li {
	width: 25%;
	float: left;	
	font-size: .75em;
}

#progress .circle-icon {
	position: absolute;
}

#progress a {
	color: #FFF;	
}

#progress a span {
	padding-left: 40px;
	display: block;	
	width: auto;
	background: none;
}

#content.home-content section > span {
	opacity: 1;
	transform: translateY(0), translateX();
	transition: transform .4s ease-in, opacity .4s ease-in;	
	-webkit-transition: transform .4s ease-in, opacity .4s ease-in;	
}

#branding-bar,
header {
	transform: translateY(0), translateX();
	transition: transform .4s ease-in;
	-webkit-transition: transform .4s ease-in;
}


#panorama {
	/*box-shadow: 0 0 0 rgba(0,0,0,0,.1);*/
	transform: translateY(0px), translateX(0px);
	transition: transform .4s ease-in;
	-webkit-transition: transform .4s ease-in;
}

.progress-open #panorama {
	transform: translateY(-20px);
	box-shadow: 0 0 10px rgba(0,0,0,0,.1);
	transition: transform .4s ease-in, box-shadow .4s ease-in;	
	-webkit-transition: transform .4s ease-in, box-shadow .4s ease-in;	
}

.progress-open #content.home-content section > span {
	transform: translateY(-10px);
	/*opacity: .1;*/
	transition: transform .4s ease-in, opacity .4s ease-in;	
	-webkit-transition: transform .4s ease-in, opacity .4s ease-in;	
}

.menu-open #panorama {
	transform: translateX(-5%);
	transition: transform .9s ease-in;
	-webkit-transition: transform .9s ease-in;
}

.menu-open #content.home-content section > span,
.menu-open #branding-bar,
.menu-open header {
	transform: translateX(-5%);
	transition: transform .9s ease-in;
	-webkit-transition: transform .9s ease-in;
}
