body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "sansationregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	height: 100%;
	background: #000;
}

#loading {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	text-align: center;
}

#loader-outer {
	width: 300px;
	display: block;
	background: #888888;
	height: 2px;
	margin: 22px auto;
}

#loader-inner {
	width: 0;
	height: 2px;
	background: #fff;
}

#loader_logo img {
	text-align: center;
	padding: 100px 20px 100px;
	max-width: 100%;
}

#main {
	height: 100%;
	width: 100%; 
  	position: absolute;
  	top:0;
  	right:0;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

#main.vertical {
  	background-size: contain;
}

/* #main.building_0 { 
	background-image: url(../images/rendering.jpg);
}

#main.building_1 { 
	background-image: url(../images/rendering1.jpg);
}

#main.building_2 { 
	background-image: url(../images/Dusk-South-B-03.jpg);
}

#main.building_3 { 
	background-image: url(../images/PODIUM-DUSK-04.jpg);
}
 
#main.lobby_0 { 
	background-image: url(../images/rendering2.jpg);
}
 
#main.skylobby_0 { 
	background-image: url(../images/rendering3.jpg);
}
 
#main.portecohere_0 { 
	background-image: url(../images/rendering4.jpg);
} */

#logo-bar {
    position: fixed;
	top: 61px;
	left: 0;
	bottom: 0;
	/* background: url(/images/bg.png);
	opacity: 0.9; */
	width: 126px;
    z-index: 997;
    cursor: pointer;
}

#logo-bar.nobg {
	background: transparent;
}

.info-bar { 
	position: fixed;
	top: 61px;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	width: 0;
	z-index: 998;
	left: 0;
	color: #000;
}

.parent_page.info-bar {
	color: #fff;
}

.parent_page.info-bar h2 {
	color: #fff;
}

.info-bar h2 {
	color: #000;
}

.swipe { 
	position: fixed;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	width: 0;
	z-index: 998;
	color: #fff;
	left: 0;
}

.vertical-swipe { 
	position: fixed;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	height: 0;
	width: 100%;
	z-index: 998;
	color: #fff;
	bottom: 0;
}

.info-bar > .content {
	display: none;
	margin-top: 46px;
	padding-right:10px;
	float: right;
}

.info-bar#page-description {
	background: rgba(255,255,255,0.6);
	z-index: 996;
}

.info-bar.parent_page#page-description {
	background: transparent !important;
	z-index: 999;
}

#logo-bar > img {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 60px;
}

.navbar-fixed-top a {
	text-transform: uppercase;
}

.nav.navbar-nav.navbar-right > li > a {
	font-size: 30px;
	padding-left: 0;
}

.navbar-nav > li > a {
	line-height: 30px;
}

#sub-nav > .nav > li > a {
	font-size: 1.3em;
	margin: 3px 10px;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	/*display: inline-block;*/
}

#sub-nav > .nav > li > a > span.nav-link-title {
	background: rgba(0,0,0,0.5);
	padding: 2px 5px;
	-webkit-text-shadow:0 0 11px #fff;
	-text-shadow:0 0 11px #fff;
	text-shadow:0 0 11px #fff;
	-moz-text-shadow:0 0 11px #fff;
	-o-text-shadow:0 0 11px #fff;
	-ms-text-shadow:0 0 11px #fff;
	-khtml-text-shadow:0 0 11px #fff;
}

#sub-nav > .nav > li > a:hover, #sub-nav > .nav > li > a:focus {
	background: none;
}

#sub-nav > .nav > li > a:hover > span.nav-link-title, #sub-nav > .nav > li > a:focus > span.nav-link-title {
	background: rgba(0,0,0,0.5);
}

#sub-nav > .nav > li > a:hover span.glyphicon, #sub-nav > .nav > li > a:focus span.glyphicon {
	color: #000;
	-webkit-text-shadow:0 0 11px #fff;
	-text-shadow:0 0 11px #fff;
	text-shadow:0 0 11px #fff;
	-moz-text-shadow:0 0 11px #fff;
	-o-text-shadow:0 0 11px #fff;
	-ms-text-shadow:0 0 11px #fff;
	-khtml-text-shadow:0 0 11px #fff;
	
}

#sub-nav > .nav > li > a span.glyphicon, #sub-nav > .nav > li > a span.glyphicon {
	margin-left: 8px;
	padding: 2px 0;
}

.page-description {
	display: none;
}

.toggle-page-description {
	color: #808080;
	position: fixed;
	top: 0;
	padding: 0 6px;
	margin-top: 62px;
	display: block;
	margin-bottom: -62px;
	bottom: 0;
	font-size: 25px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

#open-page-description {left: 126px;}
#close-page-description {left: 330px;}

#sub-nav {
	margin-top: 20px;
}



@media (max-width: 767px){
	.navbar-fixed-top, .navbar-fixed-bottom {
		left: 0;
	}
}

@media (min-width: 768px){
	.navbar-nav.navbar-right:last-child {
		margin-right: 15px;
	}
}

#slides-nav {
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #fff;
	z-index: 999;
	display: none;
}

#slides-nav ul {
	list-style-type: none;
}

#slides-nav ul li {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	text-shadow: 0 0 6px #000;
	position: relative;
}
#slides-nav ul li span {
	position: absolute;
	top: 16px;
	left: 24px;
	text-shadow: 0 0 2px #000,0 0 3px #000,0 0 7px #000;
}

#slides-nav ul li img {
	max-height: 50px;
	margin-left: 5px;
	border: 3px solid #333;
}

#plan {
	margin-bottom: 60px;
}

#plan table {
	background-color: #fff;
}

#plan-title h2, #plan-title h3 {
	text-align: center;
	color: #000 !important; /*color: #99b9ac !important;
	text-shadow: 0 0 6px #000;*/
}

#plan-title h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#plan-title span {
	text-transform: uppercase;
}

#plan-floor {
	background: #FFF;
}

#plan-ft {
	padding-top: 0;
	float: right;
	color: #000;
	background-color: #FFF;
	padding: 10px;
	font-size: 75%;
}

#plan-ft {
	background-color: #fff;
}

#plan-key {
	background: #FFF;
	padding: 10px;
	padding-top: 0
}

/* #plan-key {
	float: right;
}

#plan-key img {
	display: block;
}

#plan-key img#plan-key-image {
	padding: 10px;
	background: #fff;
} */

#plan-floor {
	max-width: 100%;
	padding: 15px;
	background: #fff;
}

#plan-ft > table td:nth-child(2) {
	text-align: right;
	padding-left: 8px;
}

#main #page-content {
	padding-right: 250px;
	padding-left: 370px;
	padding-top: 80px;
}

#main.page_suites #page-content {
	padding-left: 150px;
}

#main.page_register #page-content {
	padding-right: 20px;
}

/* #register label {
	color: #FFF;
	text-shadow: 0 0 6px #000;
} */

@media (min-width: 768px){
	.navbar-collapse.collapse {
		height: 60px !important;
	}
}

@media (max-width: 767px){
	.nav.navbar-nav.navbar-right {
		display: none;
	}
	#logo-bar {
		display: none;
	}
	#page-description {
		top: auto;
		width: 100% !important;
	}
	#page-description .content {
		padding-left: 15px !important;
	}
}

.navbar-collapse {
	max-height: 940px;
	z-index: 1136;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
}

body.white {
	background:#fff !important;
}

body.page-suites #main {
	opacity: 0 !important;
}

body.page-register #main {
	opacity: 0.5 !important;
}

body.white .info-bar#page-description {
	background: rgba(0,0,0,0.6);
}

body.white .info-bar h2, body.white .info-bar{
	color: #fff;
}

#page-content {
	padding-left: 370px;
	position: relative;
	padding-top: 20px;
}

body.info-bar-invisible #page-content {
	padding-left: 126px;
}

@media (max-width: 767px){
	/* #main-nav {
		overflow: scroll !important;
	} */
	
	#page-content {
		padding-left: 235px;
	}
	body.info-bar-invisible #page-content {
		padding-left: 0;
	}
	#floorplan-menu-wrapper-wrapper {
		top: 51px !important;
		margin-left: 0 !important;
	}
	.plan-wrapper {
		display: block !important;
	}
	
	.plan-wrapper > img,.plan-wrapper > #plan-key{
		display: block !important;
	}
	
	.mobile-logo {
		display: table-cell !important;
	}
	
	#close-page-description {
		display: none !important;
	}
	
	.info-bar > .content {
		margin-top: 0 !important;
	}
	
	#page-description > .content:before {
		position: absolute;
		width: 27px;
		height: 27px;
		top: 15px;
		right: 5px;
		content: "\f057";
		font-family: FontAwesome;
		font-weight: normal;
		color: #000;
		text-align: center;
		font-style: normal;
		font-size: 27px;
		line-height: 10px;
	}
	
	.info-bar#page-description {background: rgba(255,255,255,0.8)}
	
	#slides-nav {
		right: 10px;
		left: 10px;
		top: 65px;
		height: 0;
		z-index: 500;
	}
	
	#slides-nav ul li:first-child {position: absolute;left: 0;top: 100px;}
	#slides-nav ul li:last-child {position: absolute;right: 0;top: 100px;}

	body.page-register #page-content {padding-left: 2% !important;}
	
}

.mobile-logo {
	display: none;
}

.mobile-logo > img{
	max-height: 41px;
	max-width: 100%;
}

.plan-wrapper {
	display: table-row;
}

.plan-wrapper > img,.plan-wrapper > #plan-key{
	display: table-cell;
	vertical-align: top;
}

#floorplan-menu td {
	text-align: center;
	padding: 10px;
	cursor: pointer;
	white-space: nowrap;
}

#floorplan-menu-wrapper-wrapper {
	width: 100%;
	position:fixed;
	overflow: auto;
	top: 60px;
	z-index: 999;
	height: 60px;
	margin-left: -126px;
}

#floorplan-menu-wrapper {
	overflow: auto;
	height: 100%;
}

#floorplan-menu {
	z-index: 1030;
	background-color: #060606;
	width: 100%;
	height: 60px;
}

#floorplan-menu-wrapper table {
	background-color: transparent;
}

.navbar {margin-bottom: 0;}

body.page-suites #page-content {
	padding-top: 125px;
}
body.page-register #page-content {
	padding-top: 80px;
	padding-left: 150px;
}
body.page-suites #open-page-description {display:none !important;}
body.page-register #page-description,body.page-register #close-page-description {display:none !important;}


#floorplan-menu td.active {
	background-color: #9bb9ad;
	color: #fff;
}

.scroll-pane {
    width: 100%;
    height: 60px;
    overflow: auto;
}
.jspHorizontalBar {
        height: 0;
        background: transparent;
}
.jspHorizontalBar .jspArrow {
        margin: -60px 0 0 0 !important;
        height: 60px !important;
}
.jspArrow.jspArrowLeft {
        background: transparent url("../images/left-arrow.png") center center no-repeat;
}
.jspArrow.jspArrowRight {
        float: right;
        background: transparent url("../images/right-arrow.png") center center no-repeat;
}
.jspArrow.jspDisabled {
   display: none;
}
.jspArrow{
   width:40px !important;
}


/*************** new css *****************/
body.loaded {
	margin-top: 60px !important;
}

.u-page {
	z-index: 1;
	display: none;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
}

.u-page.active {
	display: block;
}

.u-page.soon-to-be-active {
	display: block;
}

.u-content {
	padding: 20px;
}

.u-renderings {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

.u-renderings > div {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	opacity:0;
	background-position: center center;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.u-renderings > div.u-vertical {
	background-size: contain;
}

.u-page.active .u-renderings > div.u-top {
	opacity: 1;
}

.u-info {
	position: relative;
	width: 330px;
	background: rgba(0,0,0,0.7);
	padding: 25px 30px 15px 15px;
	height: 100%;
	margin-left: -330px;
	height: 100vh;
	display: none;
}

#u-logo-bar {
	width: 126px;
	float: left;
	background: url(../images/bg.png) repeat-y;
	padding: 147px 45px;
	padding-bottom: 0;
	height: 100%;
	z-index: 999;
}

#u-main-wrap {
	left: 126px;
	height: 100%;
	position: absolute;
	top: 60px;
	margin-bottom: -60px;
	background: url('../images/bg.png');
	overflow-x: hidden;
}

#u-register .u-renderings {
	background: #fff;
}

#u-register .u-renderings img{
	opacity: 0.5;
}

#u-register form {
	background: rgba(255,255,255,0.6);
	padding: 20px;
	max-width: 520px;
	margin: 0 auto;
} 

@media (max-width: 767px){
	#u-logo-bar {
		display: none; 
	}
	#register {
		margin-bottom: 60px;
	}
	#u-main-wrap {
		margin-bottom: 0;
		margin-left: 0;
		left: 0;
	}
	.u-info {
		position: absolute;
		bottom: 0;
		left: 0;
		height: auto;
		margin-left: 0 !important;
		width: 100%;
		padding-bottom: 60px;
	}
	.u-info > i.fa {
		height: auto;
	}
	.u-thumbnail {
		display: none !important;
	}
	.u-renderings > div {
		margin-left: 0 !important;
	}
	#loading {
		width: 100% !important;
	}
	.u-line {
		font-size: 20px !important;
		line-height: normal !important;
	}	
	.u-line > .u {
		font-size: 70px !important; 
	}
	.not-for-mobile {
		display: none !important;
	}
	.mobile-only {
		display: block !important;
	}
	.u-page.active#u-views .views-blurb {
		position: absolute;
		bottom: 0;
		left: 0;
		height: auto;
		padding-bottom: 60px !important;
		color: #fff !important;
		text-shadow: 0 0 6px #000 !important;
	}
	.u-page.active#u-home .views-blurb {
		text-align: left !important;
		position: absolute;
		top: 0;
		left: 0;
		height: auto;
		padding: 22px !important;
		color: #fff !important;
		text-shadow: 0 0 6px #000 !important;
		margin: 19px !important;
	}
	.splash {
		left: 0 !important;
		margin-left: 0 !important;	
	}
	
	.navbar-header {
		display: block !important;
	}
	
	#floorplan-nav .jspContainer {
		height: 84px !important;
	}
	
	.jspPane .navbar-nav {
		margin: 0;
	}
}

@media only screen 
and (min-width : 767px) 
and (max-width : 1024px){
	.nav > li > a {
		padding-right: 6px;
		padding-left: 6px;
		font-size: 12px;
	}
}

@media only screen and (max-width : 480px){	.splash_wrap {height: 280px !important;}#splash-texts {font-size: 15px !important;}}

.u-info > i.fa {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	padding: 20px 10px 10px 10px;
	cursor: pointer;
	height: 100%;
}

.u-info h2 {
	display: none;
}

.u-info p {
	color: #93c3b8;
	text-transform: uppercase;
}

.u-info p.white {
	color: white;
	text-transform: none;
}

.u-info p b {
	color: #93c3b8;
	font-size: 111%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #93c3b8;
}

.form-group .required {
	color: red;
}

#register label {
	font-weight: normal;
}

.u-line {
	font-size: 25px;
	color: #fff;
	line-height: 100px;
	text-align: left;
	display: table-row;
}

.u-line > span {
	opacity: 0;
	vertical-align: middle;
	display: table-cell;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.u-line > span > span {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.u-line > span.fullopacity {
	opacity: 1;
}

.u-line > span > span.fullopacity {
	opacity: 1;
}

.u-line > .u {
	font-size: 100px;
	color: #93c3b8;
	font-weight: bold;
	padding-right: 5px;
}

.u-line > span > #part2 {
	color: #93c3b8;
}

#legals {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	left: 0;
}

.not-for-mobile {
	display: block;
}
.mobile-only {
	display: none;
}

.spinner {
  display: none;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s; 
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s;
}

.active.spinner {
	display: inline-block;
}

.views-blurb {	
    margin: 19px;
    padding: 2px 10px;
    color: #000;
    text-shadow: 0 0 6px #fff;
    font-size: 25px;
}

.views-blurb span{
	text-transform: uppercase;
	margin-right: 15px;
}

.u-page.active#u-home .views-blurb {
    color: #fff;
    text-shadow: 0 0 6px #000;
    text-align: right;
	margin-top: 230px;
	text-transform: uppercase;
}

.u-page.active#u-home .views-blurb {
	color: #fff;
	text-shadow: 0 0 6px #000;
	text-align: right;
	margin-top: 230px;
	text-transform: uppercase;
}

.splash-texts {
    display: table-cell;
    vertical-align: middle;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	text-shadow: 0 0 6px #000;
}

.splash-part {
	width:100%;
	position: fixed;
	height: 100%;
	opacity:0;
	background-color: #000 !important;
	opacity: 0;	
}

.splash_wrap {
	width: 100%;
	height: 495px;
	max-height: 100%;
	position: relative;
}

.splash {
	width: 100%;
	height:100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	max-width: 700px;
	left: 50%;
	margin-left: -350px;
}

.splash.fullopacity {
	opacity: 1;
}

.u-right-aligned {	
	background-position: center right !important;
}

.panel-title > a {
	color: #93c3b8;
}

.u-page#u-team .u-info p {
	color: #fff;
	text-transform: none;
}


.navbar-collapse#floorplan-nav, .navbar-default .navbar-form#floorplan-nav {
	background-color: #93C3B8;
}

#floorplan-nav .navbar-nav > .active > a:hover,#floorplan-nav .navbar-nav > li > a {
	color: #fff;
}

.floorplans-active .nav > li > a:hover, .floorplans-active .nav > li.active > a {
	background-color: #222;
	color: #fff;
}

#floorplan-nav .navbar-nav a {
	line-height: 21px;
	text-align: center;
}

.navbar-header {
	display: none;
}

.plan-container {
	display: none;
}

.plan-container h2 {
	color: #93C3B8;
	font-size: 22px;
}

.plan-container h3 {
	color: #6D5E5E;
	font-size: 18px;
}

.plan-container h2 span {
	font-size: 110%;
}

#plans-container {
	background: #fff;
	padding: 10px 30px;
	display: none;
}

.plan-container table {
	background-color: #fff;
	color: #6D5E5E;
}

.plan-container table tr td {
	border-bottom: 1px solid #6D5E5E;
}

.plan-metrics {
	width: 170px;
	margin-right: 20px;
}

.plan-map {
	float: left;
	width: 170px;
	margin-right: 20px;
}

.plan-plan {
	max-width: 80%;
	float: left;
	margin-top: -187px;
	text-align: center;
}

.plan-plan > img {
	max-width: 100%;
}

.u-page.floorplans-active .u-renderings {
	background-color: #fff;
}

.u-page.floorplans-active .u-renderings > div {
	display: none;
}

.u-page.floorplans-active #plans-container {
	display: block;
}

.u-page.floorplans-active .u-info {
	display: none !important;
}

.u-page #plans-container {
	display: none;
}


@media only screen and (min-width : 1000px) and (max-width : 1170px){
	.plan-plan {
		max-width: 76% !important;
	}
}


@media only screen and (max-width : 1025px){
	.plan-plan {
		max-width: 100% !important;
	}
}

@media only screen and (max-width : 1170px){
	.plan-plan {
		margin-top: 0 !important;
	}
	.plan-top-wrapper {
		float: left;
	}
}

.plan-top-wrapper .btn {
	margin-top: 20px;
	font-size: 11px;
}

#close-floorplans {
	position: absolute;
    top: 110px;
    right: 1%;
    font-size: 24px;
    cursor: pointer;
}

.u-page #close-floorplans {
	display: none !important;
}

.u-page.floorplans-active #close-floorplans {
	display: inline-block !important;
}
#legals{text-align:center;}

.u-content-content ul li {
	padding-top: 5px;
}
.u-content-content ul {
	list-style-type: disc;
	padding-left: 16px;
	margin-left: 0;
}
.u-content-content {
	background: rgba(255,255,255,0.8);
	padding: 20px;
	max-width: 730px;
	margin: 0 auto;
}
.u-content-content a {
	color: #272525;
}
.u-content-content h2 {
	color: #93c3b8;
}
.navbar-default .navbar-nav > li#press-link > a {
	font-weight: 700;
	color: #ddd;
}

.navbar-default .navbar-nav > li#press-link > a:hover,
.navbar-default .navbar-nav > li#press-link > a:focus {
	color: #93c3b8;
}