@font-face {
	font-family: futuram;
	src: url('../fonts/futura_medium-webfont.eot');
    src: url('../fonts/futura_medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_medium-webfont.woff') format('woff'),
		 url('../fonts/futura_medium-webfont.ttf') format('truetype'),
		 url('../fonts/futura_medium-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: futurab;
	src: url('../fonts/futura_bold_italic-webfont.eot');
	src: url('../fonts/futura_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_bold_italic-webfont.woff') format('woff'),
		 url('../fonts/futura_bold_italic-webfont.ttf') format('truetype'),
		 url('../fonts/futura_bold_italic-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: futura_light_italic;
	src: url('../fonts/futura_light_italic-webfont.eot');
    src: url('../fonts/futura_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_light_italic-webfont.woff') format('woff'),
		 url('../fonts/futura_light_italic-webfont.ttf') format('truetype'),
		 url('../fonts/futura_light_italic-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: futura_bold;
	src: url('../fonts/futura_bold-webfont.eot');
    src: url('../fonts/futura_bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_bold-webfont.woff') format('woff'),
		 url('../fonts/futura_bold-webfont.ttf') format('truetype'),
		 url('../fonts/futura_bold-webfont.svg#webfont') format('svg');
}


body {
	font:normal 14px "futuram", Arial, Tahoma, Verdana, sans-serif;
	background-color:#231f20;
	color:#FFF;
	height:100%;
	min-height:100%;
}

html {
	height:auto;
	min-height:100%;
}

a:link {
	color:#990000;
	text-decoration:none;
}

a:active {
	color:#990000;
	text-decoration:none;
}

a:visited {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#BB0000;
	text-decoration:none;
}

p {
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ul {
	list-style-position:inside;
	list-style-type:disc;
}


#container {
	background-color: transparent;
	width: 100%;
	height:100%;
	margin:0 auto 0 auto;
	position: relative;
}

#body-location #container, #body-location, #body-location html, #body-location #content-fluid, #body-location #content-fixed, #body-location iframe {
	height:100% !important;
	width:100% !important;
}


#header-fluid {
	width:100%;
	height:auto;
	min-height:100px;
	position:relative;
	background-color:transparent;
	border:1px dashed #FFF;
}

#header-fixed {
	width:100%;
	margin:0 auto;
	height:auto;
	min-height:100px;
	position:relative;
	border-left:1px dashed #CCC;
	border-right:1px dashed #CCC;
}

#content-fluid {
	width:100%;
	height:100%;	
	position:relative;
	background-color:transparent;
	margin:1px auto;
}

#content-fixed {
	width:100%;
	margin:0 auto;
	height:100%;
	position:relative;

}


#footer-fluid {
	width:100%;
	height:auto;
	min-height:100px;	
	position:relative;
	background-color:transparent;
	border:1px dashed #FFF;
}

#footer-fixed {
	width:100%;
	margin:0 auto;
	height:auto;
	min-height:100px;
	position:relative;
	border-left:1px dashed #CCC;
	border-right:1px dashed #CCC;
}

#body-index img {
	width:100%;
	height:100%;
}

#body-info #info-container-left, #body-goad #info-container-left {
	max-width:100% !important;
}

#body-goad #content-fixed {
	overflow:hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#body-index img.home-regular-panel {
		width:100%;
		height:50%;
	}
}

#body-index #content-fixed.show-for-portrait .row .columns {
	height:65% !important;
	max-width:50% !important;
	width:50% !important;
}

#body-index #content-fixed.show-for-portrait .row {
	max-height:33.33% !important;
}

#body-info .show-for-small .floor-tab {
	height:57px;
	float:none !important;
	width:100% !important;
	line-height:37px;
}

#navigation-bottom {
	background-image:url(../img/menu-background.jpg) !important;
	background-repeat:repeat-x;
	background-position:top left;
	height:40px;
	line-height:40px;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:999;
	text-transform:uppercase;
}

#navigation-bottom nav ul {
	position:relative;
	top:-15px;
}

#navigation-bottom img {
	width:auto !important;
	max-width:100% !important;
	margin: 0;
	padding: 0;
}

#navigation-bottom li {
	float:left;
	margin-left:15px;
	list-style-type:none;
	height:40px;
	line-height:35px;
}

#navigation-bottom a {
	color:#FFF;
	font-size:14px;
	font-family:"futuram", arial, helvetica;
	text-transform:uppercase;
}

#navigation-bottom a:hover, #navigation-bottom-menu a:hover {
	color:#00ff0b;
}

.align-left {
	text-align:left;
	padding-left:15px;
}

.align-right {
	text-align:right;
	padding-right:15px;
}

.align-center {
	text-align:center;
}

#navigation-bottom-menu {
	position:fixed;
	bottom:40px;
	left:0px;
	background-color:#231f20;
	padding:20px;
	width:200px;
	display:none;
	z-index:999;
}

#navigation-bottom-menu a {
	color:#FFF;
	padding:10px 0px;
	border-bottom:1px solid #58595b;
	display:block;
	text-transform:uppercase;
	font-style:italic;
}

#navigation-bottom-menu li {
	list-style-type:none;
}

.mob-menu-link {
	cursor:pointer;
	display:block;
}

.mob-menu-link:hover {
	background-color:#231f20 !important;
}

.atr-a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-color:#000;
}

.atr-img {
	visibility:hidden;
}

.atr-span {
	font-family: "futurab";
	font-size: 50px !important;
	text-transform:uppercase;
	color:#04fa06 !important;
	text-align:center;
	display:block;
	line-height: 1em;
	border-top:1px solid #EEE;
	padding-top:3%;
	width:80%;
	margin:10% auto 0;	
}

.atr-span span {
	font-size:1.5em;
}

.atr-body {
	font-size:1.2em !important;
	font-family: "futurab";
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	display:block;
	border-top:1px solid #EEE;
	padding-top:3%;
	width:80%;
	margin:3% auto 0;
}

.atr-fom {
	color:#04fa06 !important;
	font-size:1.3em !important;
	text-transform:uppercase;
	text-align:center;
	display:block;
	border-top:1px solid #EEE;
	padding-top:5%;
	width: 80%;
	margin:4% auto 0;
	font-family: "futurab", Arial, Helvetica, sans-serif;
}

.home-hover-panel {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	cursor:pointer;
	text-align:center;
	background-image:url(../img/home-hover.png);
	background-repeat:repeat;
	background-position:top left;
}

.home-hover-panel h1, .home-hover-panel span {
	font-size:1.8em !important;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	display:block;
	border-top:1px solid #EEE;
	padding-top:3%;
	width:70%;
	margin:32% auto 0;
	font-family: "futurab", Arial, Helvetica, sans-serif;
}

.home-hover-panel hr {
	width:10%;
	margin:15px auto;
}

.home-hover-panel p, .home-hover-panel {
	font-size:1.1em !important;
	text-transform:uppercase;
	color:#FFF !important;
	text-align:center;
	font-family: "futurab", Arial, Helvetica, sans-serif;
}

.home-hover-panel p {
	border-bottom:1px solid #EEE;
	padding-bottom:3%;
	display:block;
	width:70%;
	margin:0 auto;
}

.page-title {
	font-size:1.4em !important;
	font-weight:bold;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	height:200px;
	display:inline-block;
	vertical-align:middle;
	line-height:200px;
	text-transform:uppercase;
	font-style:italic !important;
}

.show-for-large-up .page-title, 
.show-for-large-up .page-title h2,
#body-location .page-title, 
#body-location .page-title h2 {
	min-width:200px !important;
	min-height:200px !important;
	max-width:200px !important;
	max-height:200px !important;
}

#body-floor h1 {
	min-width:200px !important;
	min-height:200px !important;
	max-width:200px !important;
	max-height:200px !important;
}

.show-for-medium .page-title, .show-for-medium .page-title h2 {
	width:200px;
	height:200px;
	float:right;
}

#body-gallery .show-for-medium .page-title, #body-gallery .show-for-medium .page-title h2 {
	width:100%;
	float:none;
	min-width:200px;
}

#gallery-image-container-small {
	float:none !important;
}

.show-for-small .page-title, .show-for-small .page-title h2 {
	width:150px;
	height:150px;
	line-height:150px;
	float:right;
}

#body-gallery .show-for-large-up .page-title, #body-gallery .show-for-large-up .page-title h2 {
	max-height:200px;
	line-height:200px;
}

.page-title h2 {
	font-size:1.4em !important;
	display:block;
	text-align:center;
	height:200px;
	line-height:200px;
	margin:0;
	display:block;
	vertical-align:middle;
	text-transform:uppercase;
	font-family:"futurab","futuram",arial;
}

.green {
	background-color:#00ff0c;
}

.grey {
	background-color:#d0d2d3;
}

.dark-grey {
	background-color:#58595b;
}

.full-height {
	height:100%;
}

.inline-block-list li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
}

#info-logos li {
	margin:0px;
}

.logo {
	padding-top:15px;
	width:169px !important;
	max-width:169px !important;
	height:auto !important;
}

.bottom-padded-container {
	padding-bottom:80px;
}

.padded-top {
	padding-top:4%;
}

.green-bullet li {
	list-style-type:none;
	list-style-image:url(../img/li-bullet.png);
	list-style-position:outside;
	padding-bottom:15px;
}

.relative {
	position:relative !important;
}

.gallery-thumbs {
	height:200px;
	overflow:hidden;
	list-style-type:none;
	white-space:nowrap;
	background-color:#808184;
	position:relative;
}

.gallery-thumbs ul {
	white-space:nowrap;
	height:200px;
	position:relative;
	width:1500px;
}

.gallery-thumbs li {
	float:left !important;
	width:250px;
	overflow:hidden;
	list-style-type:none;
	position:relative;
	cursor:pointer;
}

.gallery-thumbs li img {
	width:250px;
}

#gallery-thumbs-left {
	height:200px;
	width:40px;
	background-color:#808184;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	background-image:url(../img/gallery-thumbs-left.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	cursor:pointer;
}


#gallery-thumbs-right {
	height:200px;
	width:40px;
	background-color:#808184;
	position:absolute;
	top:0px;
	z-index:999;
	background-image:url(../img/gallery-thumbs-right.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	left:40px;
}


.hover-panel {
	opacity:0.5;
	display:none;
	position:absolute;
}

.gallery-image-container img {
	width:auto;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
	display:block;
}

.gallery-image-container {
	position:relative;
	margin-bottom:60px;
/*	max-height:500px; */
	overflow:hidden;
	top:60px;
}

.gallery-image-container ul, .gallery-image-container li {
	list-style-type:none;
	min-height:400px;
}

.gallery-image-left {
	position:absolute;
	left:14%;
	height:25px;
	width:25px;
	background-color:#808184;
	top:58%;
}

.gallery-image-right {
	position:absolute;
	right:-3%;
	height:25px;
	width:25px;
	background-color:#808184;
	top:58%;
}

.show-for-small .gallery-image-left {
	position:absolute;
	left:2%;
	height:25px;
	width:25px;
	background-color:#808184;
	top:45%;
}

.show-for-small .gallery-image-right {
	position:absolute;
	right:2%;
	height:25px;
	width:25px;
	background-color:#808184;
	top:45%;
}

.gallery-image-container-small ul {
	list-style-type:none;
	width:80% !important;
	margin:0 auto;
}

.gallery-image-container-small li, .gallery-image-container-small img {
	list-style-type:none;
	width:100% !important;
}


.goad-container {
	overflow:hidden;
	position:relative;
	z-index:1;
	height:auto;
}

.goad-container img {
	position:relative;
	width:auto;
	height:950px;
	max-width:10000px !important;
	min-width:auto !important;
	left:-5800px;
	top:-50px;
}

#body-goad {
	overflow:hidden !important;
}

#body-gallery #show-for-medium #info-container-right {
	height:auto !important;
}

#body-goad .arrows-container {
	position:absolute;
	top:20px;
	left:20px;
	width:75px;
	height:75px;
	z-index:2;
}

.arrow-up {
	position:absolute;
	width:25px;
	height:25px;
	left:25px;
	top:0px;
	cursor:pointer;
	background: url(../img/arrow-up.jpg) no-repeat 0 0;
}

	.arrow-up:hover {
		background-position: 0 10px;
	}

.arrow-left {
	position:absolute;
	width:25px;
	height:25px;
	left:0px;
	top:25px;
	cursor:pointer;
	background: url(../img/arrow-left.jpg) no-repeat 0 0;
}

.arrow-right {
	position:absolute;
	width:25px;
	height:25px;
	left:50px;
	top:25px;
	cursor:pointer;
	background: url(../img/arrow-right.jpg) no-repeat 0 0;
}

.arrow-down {
	position:absolute;
	width:25px;
	height:25px;
	left:25px;
	top:50px;
	cursor:pointer;
}






/*
#floor-plan-bottom {
	background-color:#57585b;
	height:200px;
	z-index:2;
	position:relative;
}
*/


.higherup {
/*position: relative;
top: -80px;*/
}

span.size-20 {
	font-size:20px;
}

span.bold {
	font-weight:bold;
}

span.uppercase {
	text-transform:uppercase;
}

.icon-pdf {
	background-image:url(../img/icon-pdf.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:40px;
	margin-right:50px;
	color:#FFF !important;
}

#floor-plan-bottom hr {

}

#floor-plan-thumbs {
	margin-top: 200px;
}

.red {
	background-color:#ec1c24;
	height:100%;
	display:block;
	position:relative;
}



.icon-plus {
	position:absolute;
	top:85px;
	left:10px;
	cursor:pointer;
	width: 25px;
	height: 25px;
}

.icon-minus {
	position:absolute;
	top:85px;
	left:40px;
	cursor:pointer;
	width: 25px;
	height: 25px;
}



#floor-ten {
	position:relative;
	background-color:#000;
}



.floor-tab {
	text-align:center;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	background-color:#57585b;
	padding:10px 0;
	cursor:pointer;

}

.selected-floor-tab {
	background-color:#808184;
}

.floor-tabs-info {
	padding:70px 50px 0px 50px;
}

.floor-tab-info-01 {
	display:block;
}

.floor-tab-info-02 {
	display:none;
}

.floor-tab-info-03 {
	display:none;
}

.show-for-small .floor-tab {
	float:left !important;
	width:33.33% !important;

}

.show-for-small .floor-tabs {
	width:100% !important;
}





.gallery-image-container img {
	display:block !important;
	cursor:pointer;
}

#info-container-right {
	height:1300px;
	display:block;
	max-width:200px;
	min-width:200px;
}

#body-gallery #info-container-left {
	position:relative;
	z-index:2;
}

#body-gallery #info-container-right {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
}



#body-terms .show-for-large-up .page-title, #body-terms .show-for-large-up .page-title h2 {
	line-height:130%;
	padding-top:30px;
}

#body-terms .show-for-medium .page-title, #body-terms .show-for-medium .page-title h2 {
	line-height:130% !important;
	padding-top:30px;
}

#body-terms .show-for-small .page-title, #body-terms .show-for-small .page-title h2 {
	line-height:150% !important;
	padding-top:15px;
}


.hover-box {
	display:block;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
}

.hover-box-01 {
	left:0px;
	width:100%;
	display: none;
}

.hover-box-02 {
	left:440px;
	width:120px;
	display: none;
}

.hover-box-03 {
	left:0px;
	width:250px;
}

.hover-box-04 {
	left:253px;
	width:162px;
}

.hover-box-05 {
	left:436px;
	width:117px;
}

.hover-box-06 {
	left:0;
	width: 388px;
	display:none;
}

.hover-box-07 {
	left: 388px;
	width: 202px;
	display: none;
}

#stack-hover-areas {
	width:242px;
	position:absolute;
	margin:0 auto;
	height:153px;
	top:20px;
	left:28%;
}

#stack-area-01 {
    height: 76px;
    margin-left: 0;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 178px;
    display: block;
}

#stack-area-02 {
    height: 76px;
    left: 172px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 63px;
    display: block;
}

#stack-area-03 {
    height: 37px;
    left: 23px;
    overflow: hidden;
    position: absolute;
    top: 76px;
    width: 94px;
    display: block;
}

#stack-area-04 {
    height: 37px;
    left: 114px;
    overflow: hidden;
    position: absolute;
    top: 76px;
    width: 68px;
    display: block;
}

#stack-area-05 {
    height: 37px;
    left: 185px;
    overflow: hidden;
    position: absolute;
    top: 76px;
    width: 46px;
    display: block;
}

#stack-area-06 {
    height: 37px;
    left: 23px;
    overflow: hidden;
    position: absolute;
    top: 113px;
    width: 218px;
    display: block;
}





@media only screen and (max-width: 1345px) {
	.atr-span {
		font-size: 35px !important;
	}

	.atr-body {
	}

	.atr-fom {
		font-size:1em !important;
	}
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 950px) {
	.atr-span {
		font-size:1.3em !important;
	}

	.atr-body {
		font-size:0.8em !important;
	}

	.atr-fom {
		font-size:0.8em !important;
	}
}


@media only screen and (max-width: 917px) {
}

@media only screen and (max-width: 775px) {
	.atr-span {
		font-size:1.0em !important;
	}

	.atr-body {
		font-size:0.7em !important;
	}

	.atr-fom {
		font-size:0.7em !important;
	}
}


@media only screen and (max-width: 734px) {
}

@media only screen and (max-width: 479px) {

	.home-hover-panel h1 {
		font-size:1em !important;
	}

	.home-hover-panel p {
		font-size: 0.8em !important;
	}

	.home-hover-panel hr {
		width:10%;
		margin:5px auto;
	}

	#body-location .page-title, 
	#body-location .page-title h2 {
		min-width:150px !important;
		min-height:150px !important;
		max-width:150px !important;
		max-height:150px !important;
	}

	#body-floor h1 {
		min-width:150px !important;
		min-height:150px !important;
		max-width:150px !important;
		max-height:150px !important;
		font-size: 1em !important;
	}

	

	#body-terms .page-title h2 {
		padding-top:30px !important;

	}
	.page-title h2 {
		font-size:1em !important;
	}


}

@media screen and (orientation:portrait) {
	.mob-menu-link {
		text-align:left !important;
		padding-left: 15px !important;
	}

	.portrait--addr {
		display:block;
	}
}

@media screen and (orientation:landscape) {
	.portrait--addr {
		display:none;
	}
}

#floor-gia {
	width: 100%;
	padding-left: 40px;
	text-align: left;
}

