/* Universal Framework Styles */


/* Base
----------------------------------------------------------------------------------------------------*/

html { 
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	font-size: 1em;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
}
img, object, embed, table, iframe {
	max-width: 100%;
}
img {
	height: auto;
}
img, a img {
	border: 0;
}
body {
	margin: 0;
	background-color: #000;
	color: #eee;	
}

a {
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease;
}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
#sidebar {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	float: left;
	height: 100%;
	overflow: auto;
	position: fixed;
	width: 200px;
	z-index:1000;
	font-size: 0.75em;
}

.full {
	width: 100%;
}

.full img {
	width: 100%;
}

#fluid {
	float: right;
	width: 100%;
	margin-left: 200px; 
}

.container {
	margin-left: 200px; 
	margin-bottom: 100px;
	max-width: 1000px;
	overflow: hidden;
}

.lt-ie9 .container {
	max-width: 1000px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

.grid_1 img {
	width: 100%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container .grid_1 {
	width: 31.3%;
}

.container .grid_2 {
	width: 23%;
}


/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container .push_1 {
	left: 31.3%;
}


/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -31.3%;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Universal Type Styles
---------------------------------------------------------------------------------------------------- */

body {
	
}

p {
	font-size: 0.85em;
	font-weight: 300;
	margin: 0;
}

b {
	font-weight: 700;
}

a {
	color: #eee;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a:visited {
	color: #eee;
}

h1 {
	font-size: 3.5em;
	font-weight: 300;
	margin: 0.1em 0;
	line-height: 1em;
}

h2 {
	font-size: 1.25em;
	font-weight: 300;	
}

h3 {
	font-weight: 700;
	font-size: 0.7em;
	color: #ff0;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

ul {
	
}

ul li {
	font-weight: 400;
}

.yellow {
	color: #ff0;
}

/* Site-specific Styles
---------------------------------------------------------------------------------------------------- */

body {
	
}

.gridbg {
	background-image: url("../img/bg-pattern.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

/* intro */
#intro {
	background-color: #000;
}

#intro-wrapper {
	width: 70%;
	margin: 3em 15%;
}

#intro-wrapper #intro-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#intro-wrapper #intro-video video, #intro-wrapper #intro-video iframe, #intro-wrapper #intro-video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#intro-wrapper .skip {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	display: block;
	color: #666;
	font-size: 0.95em;
	display: block;
}

#intro-wrapper .skip:hover {
	text-decoration: underline;
}

#intro-video #flash {
	display: none;
}

/* logo */
#logo {
	display: block;
	margin: 50px auto 30px auto;
} 

/* nav */
nav {
	width: 100%;
	display: block;
	font-size: 1.1em
}

nav a {
	display: block;
	padding : 3px 0;
}

nav .sub a {
	padding: 0;
	color: #999;
}

nav ul {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	text-indent: 60px;
}

nav ul li {
	display: list-item;
	margin-bottom: 8px;
}

nav ul > li > ul {
	margin: 5px 0;
	padding: 0;
	text-indent: 70px;
}

nav ul li ul li {
	padding: 0 0 5px 0;
	margin: 0;
}

nav .top.current > a {
	background-color: #ff0;
	color: #000;
}

nav .top > a:hover {
	background-color: #ff0;
	color: #000;
}

nav .sub .current > a {
	color: #ff0;
}

nav .sub a:hover {
	color: #ff0;
}

#paramount {
	margin-left: 4.5em;
	margin-top: 5em;
	display: block;
}

/*
	building
*/

.atitle {
	position: absolute;
	left: 250px;
	top: 35px;
}

.arrow-down {
	display: block;
	margin: 10px 0;
}

.arrow-down img {
	display: block;
	margin: 0 auto;
}

.thumb {
	margin: 5px 0 15px 0;
}

.infra-table {
	font-size: 0.65em;
	width: 100%;
	margin-bottom: 0.75em;
}

.infra-table td {
	vertical-align: top;
	padding-bottom: 0.5em;
}

.c2img {
	margin-top: 170px;
}

.c3img {
	margin-top: 240px;
}

#plaza .desc {
	color: #fff;
	font-size: 1em;
	position: absolute;
	top:0;
	padding-top: 100px;
	padding-left: 230px;
	height: 100%;
	font-weight: 300;
	background-image: url('../img/shade.png');
	background-repeat: no-repeat;
	background-position: 200px 0;
}

#plaza .desc span {
	width: 50%;
	display: block;
}

#plaza .desc .h1 {
	font-size: 3.5em;
	line-height: 1em;
	padding-bottom: 0.3em;
}





/*
	test fits
*/

.lb {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.testfitholder {
	position: absolute;
	top:0;
	left: 0;
	display: inline-block;
}

.flexslider .slides p {
	position: relative;
	top: -100px;
	left: 300px;
	font-size: 2em;
	color: #000;
}

/*.gridbg {
	position: absolute;
	top: 0;
	left: 0; 
}*/

#testfit {
	width: 80%;
	margin-left: 3%;
	margin-top: 3em;
}

#testfit h1 {
	font-size: 3.5em;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 1em;
}

#testfit select {
	font-size: 0.65em;
	background-color: #333;
	color: #eee;
	height: 25px;
	line-height: 25px;
	margin-top: 3px;
	outline: none;
	/*text-indent: 10px;*/
	/*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    border: none; 
    text-indent: 1px; 
    text-overflow: ''; 
    -webkit-border-radius: 0;     
    -moz-border-radius: 0;  
    border-radius: 0; 
    padding-left: 5px;
}

#testfit select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
    border: 0;

}

.view-renderings {
	display: block;
	/*float: right;*/
	font-size: 0.8em;
	margin-top: 1em;
	width: 100%;
	text-align: right;
	margin-bottom: 0.45em;
	margin-right: 15px;
	padding-right: 10px;
}

.view-city {
	display: block;
	/*float: right;*/
	font-size: 0.8em;
	width: 100%;
	text-align: right;
	margin-bottom: 2em;
	margin-right: 15px;
	position: relative;
	padding-right: 10px;
}

.view-renderings:hover, .view-city:hover {
	color: #ff0;
}

.view-city img, .view-renderings img {
	display: inline-block;
	position: absolute;
	margin-top:1px;
	margin-left: 5px;
}

.block {
	display: block;
	height: 2em;
}

.rendering {
	display: none;
}

.cityview {
	display: none;
}

.t-view {
	width: 100%;
	position: relative;
	margin-bottom: 2em;
	display: block;
}

.t-view .view {
	width: 100%;
}

.t-view .magnify {
	min-height: 18px;
	min-width: 15px;
	max-height: 18px;
	max-width: 15px;
}

.t-view .direction img {
	display: block;
	margin: 0 auto;
}

.t-view .vdirection img {
	min-height: 50px;
	min-width: 8px;
}

#t1a, #t1b, #t1c {
	position: absolute;
}

#t1a {
	top: 15%;
	left: 15%;
}

#t1b {
	top: 43%;
	right: 24%;
}

#t1c {
	bottom: 20%;
	right: 24%;
}

#t2a {
	position: absolute;
	top: 13%;
	left: 9%;
}

#t3a {
	position: absolute;
	top: 40%;
	left: 58%;
}

#t5a {
	position: absolute;
	bottom: 20%;
	left: 10%;
}

.fit-type {
	width: 30%;
	float: left;
	margin-left: 3%;
}

.fit-type ul {
	margin: 0;
	padding: 0 0 0 0;
}

.fit-type ul li {
	font-size: 0.8em;
	list-style: none;
	padding: 0 0 0.3em 0;
}

.fit-type ul li a {
	color: #ccc;
}

.fit-type ul li a:hover {
	color: #ff0;
}

.fit-type .selected {
	color: #ff0;
}

.fits-table {
	font-size: 0.8em;/*0.65em;*/
	width: 60%;
	margin: 2em 3% 2em 3%;
	float: right;
}

.fits-table tr {
	border-bottom: 1px solid #fff;
}

.fits-table tr:last-child {
	border-bottom: none;
}

.fits-table th {
	font-weight: 600;
	font-size: 1.25em;
	text-align: left;
	padding: 0.75em;
}

.fits-table td {
	padding: 0.75em 0.5em 0.75em 0.9em;
}

.fits-table th:first-child, .fits-table td:first-child {
	border-right: 1px solid #fff;
}

.fits-table .hl {
	font-weight: 600;
}

#t2, #t3, #t4, #t5 {
	display: none;
}

#t4 a {
	margin-top: 1em;
}

/* city views */
.city-caption {
	margin-left: 220px;
	position: absolute;
	top: 0;
	padding-top: 1.5em;
}

.city-caption h1 {
	color: #000;
	font-size: 1.35em;
	font-weight: 300;
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	top: 4px;
	padding-left: 0.3em;
}

.city-caption img {
	display: inline-block;
	max-width: 35px;
	max-height: 35px;
	float: left;
}

.city-caption img.x {
	max-width: 25px;
	max-height: 25px;
	margin-top: 5px;
}

/* rendering */

#rendering {
	margin-top: 2em;
}

#rendering .thumb {
	margin: 0;
}

#rendering p {
	margin: 1em 0 3em 0;
	font-size: 1em;
}

.renders {
	display: none;
}

/* gallery */
#gallery h3 {
	font-size: 1em;
	color: #fff;
	font-weight: 300;
	padding: 0 0 0 0.5em;
	margin: 1em 0 0 0;
	display: block;
}

.gallery-views {
	display: none;
}

/* tenant */

#tenant {
	margin-left: 200px;
	color: #fff;
}

#tenant img {
	border: 0;
	margin: 0;
	display: inline-block;
	float: left;
	width: 220px;
	height: 190px;
	max-width: 220px;
	max-height: 190px;
	background-color: #fff;
}

/* team */

/*#team {
	background-image: url('../img/team.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 800px;
	padding: 5.4em 5% 0 5%;
}*/

#team h2 {
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0.05em;
}

#team p {
	color: #fff;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.25em;
	padding-top: 1em;
}

#team i {
	font-weight: 300;
}

#team {
	position: absolute;
	top: 0;
	z-index: 2;
	padding-left: 240px;
	padding-top: 120px;
	color: #000;
}

#team .logo1 {
	max-width: 140px;
}

#team .logo2 {
	max-width: 80px;
}

.team-bg {
	position: relative;
	z-index: 1;
}

/* neighborhood */
.map h1{
	font-size: 3.5em;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 1em;
	margin-top: 1em;
}

.map a {
	font-weight: bold;
	text-decoration: none;
}

.map a:hover {
	color: #ff0;
}

.map .nolink {
	font-weight: bold;
}

.map hr {
	border: none;
	height: 1px;
	background-color: #fff;
	width: 100%;
	display: block;
	margin-bottom: 1em;
}

.map .trans {
	margin-bottom: 1em;
	display: block;
	width: 100%;
}

.map .trans img {
	max-width: 40%;
	vertical-align: top;
}

.map .trans p {
	width: 50%;
	display: inline-block;
	margin-left: 8%;
}

#list {
	margin-top: 1em;
}

#list .title {
	margin-top: 1em;
}

#list .title img {
	max-width: 10%;
	vertical-align: top;
}
#list .title p{
	display: inline-block;
	width: 88%;
	margin-left: 2%;
	font-size: 1.25em;
	margin-top: -5px;
}

#list ol {
	font-size: 0.8em;
	margin: 1em 0 0 0;
	padding: 0 0 0 2em;
}

#list li {
	margin: 0 0 1em 0;
	padding: 0;
}

#list p {
	font-size: 1.05em;
	width: 82%;
	display: inline-block;
	vertical-align: top;
}

#list img {
	max-width: 8%;
	vertical-align: top;
}

#listslider {
	display: none;
}

.fancybox-title-float-wrap .child {
	text-transform: capitalize;	
}















/* Plugin Styles
ex: lightbox, sliders, etc
---------------------------------------------------------------------------------------------------- */
/*.fancybox-title {
	visibility: hidden;
	font: 'Source Sans Pro', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}*/


/* Media Queries
---------------------------------------------------------------------------------------------------- 
NOTE: Keep in mind that fluid grid media queries should be treated on a case by case basis and should be targetted as needed. The queries below are more for using break points, but are a good reference and a starting point for totally fluid responsiveness.*/

/* ex: tablets in landscape
----------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
	.container {
		/*width: 858px;
		margin-left: 166px;
		margin-right: auto;*/
	}
}

/* ex: tablets in portrait
----------------------------------------------------------------------------------------------------*/

@media (max-width: 1023px) {
	.container {
	}

	.infra-h1 {
		font-size: 2.25em;
	}
}

/* ex: iphone 5 in landscape
----------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	.container .grid_1, .container .grid_2 {
		width: auto;
 		float: none;
 		margin-bottom: 1em;
 		display: block;
	}

	#testfit {
		width: 90%;
	}

	#testfit select {
		width: 100%;
	}

	.atitle {
		font-size: 1.5em;
		left: 220px;
		top: 20px;
	}

	.c2img {
	margin-top: 50px;
	}

	.c3img {
		margin-top: 20px;
	}

}

/* ex: iphone less than 5 in landscape
---------------------------------------------------------------------------------------------------- */

@media (max-width: 567px) {
	.container {
	}

	/*#team {
		padding: 1.5em 5% 0 5%;
	}*/

	#team {
		padding-left: 220px;
	}
	
}

/* ex: handhelds in portrait
----------------------------------------------------------------------------------------------------*/

@media (max-width: 479px) {
	.container {
	}

	.testfitimg .blueprint {
		width: 90%;
		margin: 0.25em 0.25em 0 0;
	}

	.direction-broadway {
		width: 10%;
	}
}