@charset "utf-8";
/* CSS Document */
/**************************************************/
/* SPECIFIC ATTRIBUTES FOR THE SITE - Overriding the structure.css */

html, body{}
body {
	font: 100%/1.4 HelveticaNeueRoman, Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	color:#be0620;
	font-smooth: always;
	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: 0 0 1px rgba(120,5,20,0.5);
}

.siteWidth{
	min-width:1024px;
	width: 1920px;		/*set to 100% for responsive */
	max-width:1920px;
}
#masterContainer{/*background:#ececec;*/}
#container{
	height:1080px;
	/*border:1px solid black;*/
	/*background:url(../images/mockups/03B%20Home%20Lago.jpg) no-repeat;*/
	/*background: url(../images/mockups/08%20Builder%20Story.jpg) no-repeat;*/
}
#mainarea{position:relative; height:878px;	width:100%; overflow:hidden;}


/* HOME LAYOUTS */
#columnContainer{
	position:absolute;
	height:878px;
	min-width:100%; 
	white-space:nowrap;
}
.imgcolumn{
	position:relative;
	display:block;
	/*min-width:257px;*/
	width:257px;
	height:878px;
	background:#be0620;
}
#imglago{
	background-image: url(../images/home/home_lrg_lago.jpg);
	/*background-size: cover;*/
	background-position: 55% 50%;
	background-repeat: no-repeat no-repeat;
}
#imgpicasso{
	background-image: url(../images/home/home_lrg_picasso.jpg);
	/*background-size: cover;*/
	background-position: 59% 50%;
	background-repeat: no-repeat no-repeat;
}
#imgepicurean{
	background-image: url(../images/home/home_lrg_epicurean.jpg);
	/*background-size: cover;*/
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}

.redcolumn{
	position:relative;
	height:100%;
	width:335px; /* actual width is 383px; (width - padding = 335) */	
	padding:0 0 0 48px;
	white-space: normal;
	background:#be0620;
	color:#fff;
}
.redcolumn .name{
	position:relative;
	top:40px;
	width:335px;
}
.redcolumn .descriptor{
	position:relative;
	top:110px;
	width:295px;
	padding-right:40px;
}
#footer{
	position:absolute;
	
	top:878px;
	width:100%;
	height:202px;
	background:#fff;
	color:#be0620;
}
/*#footer>div{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}*/
#footer #instruct{
	position: relative;
	height:43px;
	top: 83px;
	left: 85px;	
}
#footer #monarch{
	position: absolute;
	top: 63px;
	right: 43px;
}

#footer #icon{
	position: absolute;
	top: 23px;
	left: 25px;
}
#footer #nav{
	position: absolute;
	top: 83px;
	left: 415px;
}
#footer #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display: table;
}
#footer #nav ul li{
	font: 1.15em/1.00em HelveticaNeueRoman, Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	display:table-cell;
	color:#be0620;
}
#footer #nav ul li a {
	display: table-cell;
	padding:11px 22px;
	color:#be0620;
}
#footer #nav ul li:hover a{background:#be0620; color:#fff; padding:11px 22px;}
#footer #nav ul li.current a{background:#be0620; color:#fff; padding:11px 22px;}

/* THE BUILDING */
#buildingbg{
	position:absolute;	
}
#descriptorBox{
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 486px;
	background: #be0620;
	color: #fff;
	padding: 25px;
	line-height: 1.8em;
}
/* AMENITIES */
#sliderNav{
	position:absolute;
	top: 817px;
	min-width:100%;
	height:50px;
	width: 486px;
	background: #be0620;
	color: #fff;
}
#btnBack{
	position: absolute;
	display: inline-block;
	left: 44px;
	top: 13px;
}
#btnNext{
	position: absolute;
	display: inline-block;
	right: 44px;
	top: 13px;
}
#btnBack img{	display:inline-block;	margin: 0 17px -1px 0;	}
#btnNext img{	display:inline-block;	margin: 0 0 -1px 16px;	}
#btnBack, #btnNext{
	font: 1.40em/1.15em HelveticaNeueRoman, Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 0.6em 0;
	text-shadow: none;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
#sliderNav #btnBack, #sliderNav #btnNext, #sliderNav #btnBack a, #sliderNav #btnNext a{ color:#fff; }

#caption{
	position: relative;
	text-align: center;
	top: 13px;
	margin: 0 200px;
}

#panelContainer{ position: absolute; top: 0; left: 0; width:1920px; height:817px; overflow:hidden;}
.panel{
	position:absolute;
	display:block;
	top:0;			left:0;
	width:1920px;	height:817px;	
}
.htmlpanel{
	position:absolute;
	display:block;
	top:0;			left:0;
	width:1800px;	height:697px;
	padding:60px;
}
.htmlpanel #counter{
	position: absolute;
	right: 60px;	
}
.htmlpanel .col4{
	display:block;
	float:left;
	margin-top: 20px;
	width:23%;
	padding-right:3%;
}
.htmlpanel .col4:last-child{
	width:22%;
	padding-right:0%;
}
.htmlpanel .col3{
	display:block;
	float:left;
	margin-top: 20px;
	width:31%;
	padding-right:3%;
}
.htmlpanel .col3:last-child{
	width:32%;
	padding-right:0%;
}

hr{
	/*-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;*/
	border:none;
	border-bottom: solid 1px white;
	margin: -4px 0 12px;
}
.spacer21{ height: 21px; }
.spacer34{ height: 34px; }



/* FLOOR PLANS */

#leftContainer{position:absolute; width:296px; height:100%; background:#be0620;}
#rightContainer{position:absolute; left:296px; width:1624px; height:100%;}
#bg_cover{pointer-events:none; position:absolute; bottom:0; min-width:100%; height:197px; background: url(../images/bg_grad_grey.png) repeat-x 0 100%;}
#selectorNav{
	position:absolute;
	bottom:17px;
	min-width:100%;
	height:50px;
	color: #be0620;
}
#selectorNav #btnBack, #selectorNav #btnNext, #selectorNav #btnBack a, #selectorNav #btnNext a{ color:#be0620; }

#accordion{
	position: relative;
	top: 44px;
	left: 30px;
}
#unitlist{
	list-style: none;
	padding: 0;
	width: 235px;
	color: #fff;
}
#unitlist li{
	display: block;
	cursor: pointer;
	list-style: circle;
	text-shadow: 0 0 1px rgba(255,255,255,0.5);
}
#unitlist li.unit.current{text-shadow: 0 0 1px rgba(120,5,20,0.5);}

#unitlist li:before{
	display:none;	
}
#unitlist ul {
	list-style: none;
	padding: 0;
	display: none; /*/* hides all list items by default */
}
#unitlist ul li{
	font: 13px/19px HelveticaNeueRoman, Helvetica, Arial, Verdana, sans-serif;
	padding: 8px 0 8px;
	cursor: pointer;
}
#unitlist ul li.current{
	padding: 8px 0px 8px 12px;
	background:#fff;
	color:#be0620;
}
#unitlist >li{
	margin: 37px 0 0px 0;
	padding: 0 0 5px;
	background: url(../images/arrow_left.gif) no-repeat 95% 50%;
	font: 16px/16px HelveticaNeueBold, Helvetica, Arial, Verdana, sans-serif; 
	border-bottom:1px solid white;	
}
#unitlist li.active{
	margin: 37px 0 0px 0;
	padding: 0 0 5px;
	cursor:default;
	background:url(../images/arrow_down.gif) no-repeat 95% 50%;
	font: 16px/16px HelveticaNeueBold, Helvetica, Arial, Verdana, sans-serif; 
	border-bottom:1px solid white;	
}
#unitlist a {
	text-decoration: none;
}
#unitlist a:hover {
	text-decoration: underline;
}

#fp_content{
	position:absolute;
	width:438px;
	height:837px;
	padding:41px 0 0 44px;
}
#fp_image{
	position: absolute;
	left: 482px;
	width: 976px;
	height: 878px;
	margin: 0 auto;
	
	overflow:hidden;
	/*background: #CCC;
	opacity:0.2;*/
}
#fp_zoom_controls{
	position: absolute;
	left: 1458px;
	width: 169px;
	height: 828px;
	color:#be0620;
	font: 20px/29px HelveticaNeueRoman, Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding-top: 50px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}
#btnZoomIn,	#btnZoomOut{
	padding: 3px 9px;
	margin: 18px 17px 14px;
	float: left;
	cursor: pointer;
	border: 1px solid #bbb;
}
#btnZoomIn{margin-left:0;}
#btnZoomReset{
	display: inline-block;
	clear: both;
	padding: 3px 9px;
	margin: 10px 0 0 0;
	border: 1px solid #bbb;
	cursor: pointer;
}

#panzoom{
	/*background: rgba(255,0,0,0.5);*/
}
#panzoom img{
	display:block;
	margin:0 auto;
}
#fp_content #content{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 100px;
}
#fp_title{ margin-bottom: -20px;}
#fp_compass{float:left; clear:both;}
#fp_minimapDesc{float:left;	margin: 0 0 0 20px;}


#fp_minimapContainer{
	float:left;
	display: -webkit-inline-flex;
	-webkit-flex-flow: row wrap-reverse;
    /*-webkit-align-items: flex-end;*/
	margin: 0 0 20px 0;
}
#selectorNav div{cursor:pointer;}
	
#fp_minimapContainer img {
	float:left;	
}
#storydescriptor{
	position: absolute;
	top: 261px;
	left: 198px;
	width: 910px;
	text-shadow: 0 0 1px rgba(255,255,2255,0.5);
	z-index:2;
}


#storyBuildingContainer, #clone{
	position: absolute;
	top: 215px;
	min-width:100%;
	white-space: nowrap;
	/*background:url(../images/builderstory/bg.gif) repeat-x 0 522px;*/
}
#storyBuildingContainer .item, #clone .item{
	float:left;
	min-width: 150px;
	/*margin-top: 7px;*/
	text-align:center;
	font: 8px/14px HelveticaNeueRoman, Helvetica, Arial, Verdana, sans-serif; /*margin: 0 0 0.6em 0;*/ text-shadow: none;
	/*background: rgba(0,0,0,0.2);*/
}

#storyBuildingContainer .item .b_img,  #clone .item .b_img{
    position: relative;
    vertical-align: bottom;
	height:522px;
}
#storyBuildingContainer .item .b_img img, #clone .item .b_img img{
	position: relative;
	top: 407px;
}
#storyBuildingContainer .item .b_name, #clone .item .b_name{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 28px;
	min-width: 150px;
	line-height: 10px;
}
#storyBuildingContainer .item > div, #clone .item > div{	margin-bottom:2px;	}

#spotlight{
	position: absolute;
	top: 340px;
	left: 1530px;
	text-shadow: 0 0 1px rgba(255,255,255,0.5);
	z-index: 5;	
}
#spotlight #year{ font: 26px/21px HelveticaNeueBold, Helvetica, Arial, Verdana, sans-serif;}
#spotlight #name{ font: 40px/40px HelveticaNeueBold, Helvetica, Arial, Verdana, sans-serif;}
#spotlight #info{ font: 12px/16px HelveticaNeueRoman, Helvetica, Arial, Verdana, sans-serif; text-transform:uppercase;}