body
{
	margin: 0;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
}

#main {
	position: relative;
	overflow: hidden;
}

img#rendering{
	width: 100%;
}

.floor .description img{
	float: right;
	margin: 0px 0 15px 30px;
}


/* SCREEN TRANSITIONS */

.screen{
	display: none;
	position: relative;
}
.screen.active{
	display: block;
}
.screen.loading{
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.screen.animating{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


/* FLOOR NAVIGATION */

#floor-nav{
	position: absolute;
	left: 0px;
	bottom: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#floor-nav li{
	margin: 0;
	padding: 0 0 0 0;
	height: 50px;
	overflow: hidden;
}
#floor-nav li a{
	display: block;
	padding: 10px 55px 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	background-image: url('../img/floor-icons.png');
	background-position: right 0;
	background-repeat: no-repeat;
	border-right: 10px solid transparent;

	-webkit-transition: padding .25s, color .25s, background-position .2s;
	-moz-transition: padding .25s, color .25s, background-position .2s;
	-o-transition: padding .25s, color .25s, background-position .2s;
	transition: padding .25s, color .25s, background-position .2s;
}
#floor-nav li a .desc{
	font-size: 13px;
	text-transform: none;
	opacity: 0;
	visibility: hidden;

	-webkit-transition: visibility 0s .25s, opacity .25s;
	-moz-transition: visibility 0s .25s, opacity .25s;
	-o-transition: visibility 0s .25s, opacity .25s;
	transition: visibility 0s .25s, opacity .25;
}
#floor-nav li a:hover{
	padding-top: 1px;
	padding-bottom: 18px;
}
#floor-nav li a:hover .desc{
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

#floor-nav li.floor8 a{ background-position: right 0; }
#floor-nav li.floor7 a{ background-position: right -100px; }
#floor-nav li.floor3 a{ background-position: right -200px; }
#floor-nav li.floor1 a{ background-position: right -300px; }
#floor-nav li.floor0 a{ background-position: right -400px; }

#floor-nav li.floor8 a:hover{ background-position: right -50px; }
#floor-nav li.floor7 a:hover{ background-position: right -150px; }
#floor-nav li.floor3 a:hover{ background-position: right -250px; }
#floor-nav li.floor1 a:hover{ background-position: right -350px; }
#floor-nav li.floor0 a:hover{ background-position: right -450px; }


/* FLOOR HEADING BARS */

.floor-heading{
	padding: 5px 10px 0 70px;
	height: 60px;
	position: relative;
	margin-bottom: 25px;
}
.floor-heading h3{
	margin: 0;
	color: inherit;
	font-weight: bold;
}
.floor-heading p{
	margin: 0;
}
.floor-heading .back-to-nav{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60px;
	background-image: url('../img/back-arrow.png');
	background-position: center center;
	background-repeat: no-repeat;
}


/* COLORS */

.orange-dark { color: #ffffff !important; background-color: #f27c3c; }
.orange-darker { background-color: #f0671c; }
.orange-light, a.orange-dark:hover { color: #f0671c !important; background-color: #f0b798; }

.green-dark { color: #ffffff !important; background-color: #78bb48; }
.green-darker { background-color: #569925; }
.green-light, a.green-dark:hover { color: #569925 !important; background-color: #acdb8a; }

.yellow-dark { color: #ffffff !important; background-color: #eec261; }
.yellow-darker { background-color: #d7a12c; }
.yellow-light, a.yellow-dark:hover { color: #d7a12c !important; background-color: #f7e1b1; }

.gray-dark { color: #ffffff !important; background-color: #8a7c7c; }
.gray-darker { background-color: #685e5e; }
.gray-light, a.gray-dark:hover { color: #685e5e !important; background-color: #cac6c6; }

.blue-dark { color: #ffffff !important; background-color: #05aaa3; }
.blue-darker { background-color: #048781; }
.blue-light, a.blue-dark:hover { color: #048781 !important; background-color: #92d7d3; }


/* GALLERY SLIDER */

.bxslider{
	margin: 0;
	padding: 0;
}
.bxslider li{
	margin: 0;
	padding: 0;
	background: none;
}
.bx-wrapper img{
	width: 100%;
}
.bx-pager{
	margin-top: 10px;
	text-align: center;
	font-size: 0;
}
.bx-pager > a{
	display: inline-block;
	*display: inline;
	margin: 2px;
	position: relative;
}
.bx-pager img {
	width: 92px;
}


.icon-play{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 17px;
	margin-left: -16px;
	margin-top: -8px;
	background: url('../img/icon-play.png') no-repeat;
}



/* BOOTSTRAP STYLES */

#main * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#main *:before,
#main *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}


.hidden-desktop { display: none; }
.hidden-tablet { display: block; }
.hidden-phone { display: block; }
.visible-desktop { display: block; }
.visible-tablet { display: none; }
.visible-phone { display: none; }


.row:before,
.row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.col-left, .col-right {
	position: relative;
	min-height: 1px;

	float: left;
}
.col-left {
	width: 25%;
	height: 100%;
	min-height: 528px;
	overflow: auto;
}
.col-right {
	width: 75%;
}
.description
{
	padding: 0 15px;
}
#floor8 .col-left 
{
	background: #fef2e7;
}
#floor7 .col-left 
{
	background: #f2f9ea;
}
#floor3 .col-left 
{
	background: #fdfaee;
}
#floor1 .col-left 
{
	background: #f4f2f2;
}
#floor0 .col-left 
{
	background: #c4f8f7;
}

/* RESPONSIVE STYLES */

@media screen and (min-width: 641px) and (max-width: 900px) {

	.hidden-desktop { display: block; }
	.hidden-tablet { display: none; }
	.hidden-phone { display: block; }
	.visible-desktop { display: none; }
	.visible-tablet { display: block; }
	.visible-phone { display: none; }

	.row > .col-left,
	.row > .col-right{
		float: none;		
		width: 100%;
		left: 0;
	}
	.col-left {
		height: inherit;
	}
}

@media screen and (min-width: 1px) and (max-width: 640px) {

	.hidden-desktop { display: block; }
	.hidden-tablet { display: block; }
	.hidden-phone { display: none; }
	.visible-desktop { display: none; }
	.visible-tablet { display: none; }
	.visible-phone { display: block; }

	.row > .col-left,
	.row > .col-right{
		float: none;		
		width: 100%;
		left: 0;
	}
	.col-left {
		height: inherit;
	}
	#floor-nav{
		position: static;
	}

	.bx-wrapper .bx-caption {
		position: static;
	}
}