<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "details-entry-form.css";

a.button {
	background-color: #E7E7E7;
	color: #777;
}

a.button:hover {
	background-color: #888;
	color: #FFF;
}

video {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

#header {
	
}

#content {
	padding-top: 40px;
}

#main-content {
	
}

#main-content h1 {
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #555;
}

#main-content h1 span {
	white-space: nowrap;
}

#main-content .floor-plans-button {
	display: none;
	margin-top: 10px;
	width: 66px;
	height: 48px;
	float: right;
	overflow: hidden;
	background-image: url("/global/images/floor-plans-icon.png");
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#main-content .floor-plans-button:hover {
	background-position: top right;
}

/* 
 * FLOOR PLAN LAYER  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-content &gt; #floor-plan-overlay {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 50;
	background-color: rgba(0,0,0,0.80);
	width: 680px;
	height: 600px;
	margin-left: -340px;
}

#main-content &gt; #floor-plan-overlay .header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
}

#main-content &gt; #floor-plan-overlay .header .close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 30px;
	height: 30px;
	color: #FFF;
	opacity: 0.5;
	font-size: 30px;
	cursor: pointer;
	background-image: url("/global/images/fp-close-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#main-content &gt; #floor-plan-overlay .header .close:hover {
	opacity: 1.0;
}

#main-content &gt; #floor-plan-overlay .button {
	display: none;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	color: #FFF;
	opacity: 0.5;
	cursor: pointer;
	font-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}

#main-content &gt; #floor-plan-overlay .button:hover {
	opacity: 1.0;
}

#main-content &gt; #floor-plan-overlay .button.prev {
	left: 5px;
	background-image: url("/global/images/fp-prev-icon.png");
}

#main-content &gt; #floor-plan-overlay .button.next {
	right: 5px;
	background-image: url("/global/images/fp-next-icon.png");
}

#main-content &gt; #floor-plan-overlay ul.plans {
	position: absolute;
	background-color: #FFF;
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
} 

#main-content &gt; #floor-plan-overlay ul.plans li {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#main-content &gt; #floor-plan-overlay ul.plans li#fp1 {
	display: block;
}

#main-content &gt; #floor-plan-overlay ul.plans li .image {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 1;
}

#main-content &gt; #floor-plan-overlay ul.plans li.magnify .image {
	display: block;
}

#main-content &gt; #floor-plan-overlay ul.plans li .image img {
	max-width: 1500px;
	max-height: 1200px;
	border: 10px solid #FFF;
}

#main-content &gt; #floor-plan-overlay ul.plans li .bg {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#main-content &gt; #floor-plan-overlay ul.plans li.magnify .bg {
	display: none;
	z-index: 1;
}

#main-content &gt; #floor-plan-overlay ul.plans li .magnify {
	position: absolute;
	width: 32px;
	height: 32px;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	z-index: 2;
	background-image: url("/global/images/magnify-icon-2.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#main-content &gt; #floor-plan-overlay ul.plans li.magnify .magnify {
	background-position: top right;
}

#main-content &gt; #floor-plan-overlay ul.total {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	text-align: center;
} 

#main-content &gt; #floor-plan-overlay ul.total li {
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	display: inline-block;
	cursor: pointer;
}

#main-content &gt; #floor-plan-overlay ul.total li div {
	border: 2px solid #FFF;
	background-color: transparent;
	border-radius: 5px;
	opacity: 0.5;
	width: 8px;
	height: 8px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#main-content &gt; #floor-plan-overlay ul.total li:hover div {
	background-color: #FFF;
}

#main-content &gt; #floor-plan-overlay ul.total li.current div {
	opacity: 1.0;
	background-color: #FFF;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	margin-top: 4px;
}

/* 
 * Thanks Message 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-content #thank-you {
	position: fixed;
	top: 200px;
	left: 50%;
	z-index: 1050;
	background-color: rgba(119,119,119,0.95);
	width: 550px;
	margin-left: -200px;
	padding: 0px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
}

#main-content #thank-you .content {
	position: relative;
	background-color: transparent;
	padding: 10px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin: 10px;
	border: 1px dotted rgba(256,256,256,0.9);
} 

#main-content #thank-you .content p {
	color: rgba(256,256,256,0.9);
	padding-bottom: 12px;
}

#main-content #thank-you .content a {
	color: rgba(256,256,256,0.9);
	font-weight: bold;
}

#main-content #thank-you .content button.close {
	float: right;
	background-color: rgba(0,0,0,0.3);
}

#main-content #thank-you .content button.close:hover {
	background-color: rgba(0,0,0,0.5);
}

#main-content #thank-you .content a.button.close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	padding: 8px 10px;
	color: #DDD;
	background-color: #777;
}

#main-content #thank-you .content a.button.close:hover {
	color: #FFF;
	background-color: #999;
}

/* 
 * CONTACT LAYER  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-content &gt; #contact-overlay {
	display: none;
	position: fixed;
	top: 135px;
	left: 50%;
	z-index: 1050;
	background-color: rgba(119,119,119,0.95);
	width: 440px;
	margin-left: -200px;
	padding: 0px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
}

#contact-overlay .content {
	position: relative;
	background-color: transparent;
	width: 400px;
	padding: 20px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
} 

#contact-overlay .content button {
	background-color: rgba(0,0,0,0.3);
	color: rgba(256,256,256,0.9);
}

#contact-overlay .content button:hover {
	background-color: rgba(0,0,0,0.5);
	color: rgba(256,256,256,1);
}

#contact-overlay .content a.button.close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	padding: 8px 10px;
	color: #DDD;
	background-color: #777;
}

#contact-overlay .content a.button.close:hover {
	color: #FFF;
	background-color: #999;
}

#contact-overlay .content .success {
	display: none;
	border: 1px dotted #CCC;
	padding: 20px;
	min-height: 150px;
}

#contact-overlay .content .success p {
	font-size: 16px;
	color: #FFF;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}

#contact-overlay form.contact {
	display: block;
	border: 1px dotted #CCC;
	padding: 20px;
}

#contact-overlay form.contact .form-item &gt; .label {
	color: #DDD;
	margin-bottom: 0px;
}

#contact-overlay form.contact .form-item .input.text input {
	width: 312px;
	padding-left: 15px;
	padding-right: 15px;
}

#contact-overlay form.contact .form-item .input textarea {
	width: 312px;
	height: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

#contact-overlay form.contact .ui-button {
	background-color: #FFF;
	width: 310px;
}

#contact-overlay form.contact .form-item .input.select .ui-button .ui-icon {
	background-image: url("/global/images/select-pulldown-icon.png");
	margin-right: -3px;
}

#contact-overlay form.contact .form-item .input.select .ui-button .ui-icon-triangle-1-s {
	background-position: 0px 0px;
}

/* MAIN CONTENT 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-content {
	padding-top: 50px;
	border: 0px dotted green;
	width: 810px;
	min-height: 800px;
}

#main-content.has-images {
	padding-top: 400px;
}

#main-content h3 {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #A2A2A2;
	font-size: 26px;
	letter-spacing: 1px;
}

#main-content .nav-buttons {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	z-index: 1px;
	margin: 0px;
}

#main-content .nav-buttons .button.back {
	float: left;
}

#main-content .nav-buttons .button.back:hover {
	color: #000;
}

#main-content .nav-buttons p.pagination {
	float: right;
	margin: 0px;
	margin-right: 0px;
	border: 0px dotted red;
}

#main-content .nav-buttons p.pagination {
	position: absolute;
	top: 0px;
	right: -270px;
	float: none;
	width: 255px;
}

#main-content .nav-buttons p.pagination a.button {
	margin-right: 2px;
	margin-left: 0px;
}

#main-content .nav-buttons p.pagination a.button:hover {
	color: #000;
}



/* LISTING MAIN FEATURES &amp; PRICE
 * * * * * * * * * * * * * * * * * */
 
#main-content .main-features {
	position: relative;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 20px;
}

#main-content ul {
	margin: 0px;
	padding: 0px;
}

#main-content .main-features ul {
	display: flex;
}

#main-content .main-features ul li {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #575757;
	color: #A2A2A2;
	color: #888;
	font-weight: 400;
	flex-grow: 1;
}

#main-content .main-features ul li.size {
	
}

#main-content .main-features ul li.term {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#main-content .main-features ul li.price {
	text-align: right;
}

#main-content .main-features ul li strong {
	font-size: 17px;
	font-weight: 800;
	color: #A2A2A2;
	color: #777;
}

#main-content .main-features li.price strong {
	letter-spacing: 2px;
}

#content #main-content p.company {
	font-weight: 600;
}

#content #main-content p.company span {
	display: block;
	font-weight: 600;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}

#main-content .main-features ul li.price .help {
	top: -11px;
	right: -10px;
}

#main-content .main-features ul li.price .help .content .text {
	color: #FFF;
	font-size: 13px;
	text-align: left;
	line-height: 14px;
	padding-top: 10px;
}

#main-content .main-features ul li.price .help .content .text p {
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-transform: none;
	margin-right: 0px;
}

/* DESCRIPTION
 * * * * * * * * * * * * * * * * * */

#main-content .description {
	margin-top: 12px;
	padding-left: 0px;
}

#main-content .description,
#main-content .description p {
	font-size: 19px;
	color: #999;
	line-height: 32px;
	text-align: justify;
	margin-right: 0px;
	font-weight: 200;
}

#main-content .description p {
	margin-bottom: 14px;
}

body.commercial #main-content .description p {
	font-weight: 400;
}

body.commercial #main-content .description ul li {
	font-weight: 400;
}

#main-content .description ul {
	list-style: outside;
	margin-left: 15px;
}

/* LISTING/BUILDING FACTS
 * * * * * * * * * * * * * * * * * */

#main-content ul.facts {
	border: 0px dotted red;
	min-height: 120px;
	min-height: 70px;
}

#main-content ul.facts li {
	color: #b9b9b9;
	margin-right: 65px;
	margin-bottom: 18px;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}

#main-content ul.facts li span {
	display: none;
}

#main-content ul.facts li strong {
	display: block;
	font-size: 17px;
	color: #8d8d8d;
	text-transform: none;
	font-weight: 400;
}

/* BUTTONS
 * * * * * * * * * * * * * * * * * */

#main-content a.button.request.details {
	background-color: #444;
	color: #FFF;
	cursor: pointer;
	margin-right: 15px;
}

#main-content a.button.request.details {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 0px;
	background-color: #C56100;
	background-color: #444;
	color: #FFF;
	width: 180px;
	text-align: center;
	z-index: 2;
}

#main-content a.button.request.details:hover {
	background-color: #888;
}

#main-content a.button.compare {
	background-image: url('/images/compare-list-icon.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 35px;
	cursor: pointer;
}

#main-content a.button.compare:hover {
	background-position: bottom left;
}

/* BUILDING
 * * * * * * * * * * * * * * * * * */

#main-content .building-info {
	position: relative;
	background-color: #f0f0f0;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px;
	padding-top: 20px;
	min-height: 200px;
}

#main-content .building-info ul.facts {
	width: 450px;
}

#main-content .building-info ul.facts li {
	margin-right: 30px;
}

#main-content .building-info .image {
	position: absolute;
	top: -15px;
	right: 40px;
	width: 225px;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #AAA;
	border-radius: 4px;
	border: 10px solid #FFF;
	overflow: hidden;
	-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
	box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
}

#main-content .building-info .image img {
	opacity: 1.0;
}

/* COMMERCIAL BUILDING INFO */

body.commercial #main-content .building-info {
	margin-top: 12px;
	padding-left: 0px;
	font-weight: 400;
	background-color: transparent;
	margin-left: 0px;
	margin-right: 0px;
}

body.commercial #main-content .building-info,
body.commercial #main-content .building-info p {
	font-size: 19px;
	color: #999;
	line-height: 32px;
	text-align: justify;
	margin-right: 0px;
	font-weight: 400;
}

body.commercial #main-content .building-info p {
	margin-bottom: 15px;
}

/* NEIGHBORHOOD
 * * * * * * * * * * * * * * * * * */

#main-content .neighborhood-info {
	position: relative;
	margin-top: 30px;
	padding-top: 0px;
	min-height: 200px;
}

#main-content .neighborhood-info h3 {
	float: left;
	margin-right: 36px;
	margin-bottom: 15px;
}

#main-content .neighborhood-info .address {
	font-size: 18px;
	padding-top: 8px;
	padding-left: 18px;
	background-image: url('/global/images/map-marker-pin-small.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 260px;
}

body.commercial #main-content .neighborhood-info .address {
	margin-left: 0px;
}

#main-content .neighborhood-info ul.places {
	clear: left;
	min-height: 30px;
	border: 0px dotted red;
}

#main-content .neighborhood-info ul.places li {
	float: left;
	margin-right: 30px;
}

#main-content .neighborhood-info ul.places li a {
	font-size: 18px;
	color: #888;
	background-image: url('/global/images/search-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}

#main-content .neighborhood-info ul.places li a:hover {
	color: #444;
}

#main-content .neighborhood-info .map {
	position: relative;
	clear: left;
	height: 300px;
	background-color: #EEE;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#main-content .neighborhood-info.has-image .map {
	margin-right: 210px;
}

#main-content .neighborhood-info .map #map-canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#main-content .neighborhood-info .google {
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
}

/* COMMERCIAL BUILDING PHOTO */

#main-content .neighborhood-info .building .photo {
	position: absolute;
	top: 0px;
	right: -15px;
	width: 225px;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #AAA;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
}

#main-content .neighborhood-info .building .photo img {
	opacity: 0.0;
}


/* RELATED LISTINGS
 * * * * * * * * * * * * * * * * * */

#main-content .related {
	margin-top: 30px;
	min-height: 250px;
}

#main-content .related ul {
	margin-left: -15px;
}

#main-content .related li {
	position: relative;
	min-height: 100px;
	width: 380px;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}

#main-content .related li a {
	display: block;
	color: #888;
	padding: 15px 15px;
	background-color: #EEE;
	min-height: 105px;
}

#main-content .related li a:hover {
	background-color: #888;
	color: #DDD;
}

#main-content .related li .image {
	display: block;
	width: 160px;
	height: 100px;
	margin-right: 15px;
	text-align: center;
	overflow: hidden;
	background-color: #DDD;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

#main-content .related li .image img {
	opacity: 1.0;
	text-align: center;
}

#main-content .related li .address {
	font-size: 14px;
	font-weight: 300;
}

#main-content .related li .neighborhood {
	font-size: 17px;
	margin-bottom: 4px;
	margin-top: -2px;
}

#main-content .related li .bed,
#main-content .related li .bath {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
}

#main-content .related li .price {
	margin-top: 4px;
}

#main-content .related li strong {
	font-weight: 800;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
}

#main-content .related li .inspect {
	display: none;
}

#main-content .related li .rank {
	position: absolute;
	top: -9px;
	right: 0px;
	text-transform: uppercase;
	font-size: 9px;
	color: #BBB;
}

#main-content .related li .rank strong {
	font-size: 9px;
	padding-right: 10px;
	color: #B3B3B3;
}

#main-content .related li .company {
	position: absolute;
	border: 0px dotted red;
	height: 12px;
	bottom: 3px;
	left: 15px;
	right: 15px;
	font-size: 9px;
}

#main-content .related li span {
	font-size: 9px;
	color: #BBB;
}

#main-content .related li .company span {
	font-size: 9px;
	color: #999;
	margin: 0px;
	padding: 0px;
}

#main-content .related li .company img {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-top: 2px;
	font-size: 9px;
}

#main-content .related li a:hover strong {
	color: #EEE;
}

/* DISCLAIMER
 * * * * * * * * * * * * * * * * * */
 
#content #main-content p.disclaimer {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin: 20px 80px 20px 0px;
}

/* SIDE CONTENT
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#side-content {
	top: 140px;
	border: 0px dotted red;
}

#side-content .module#filter {
	margin-top: 0px;
}

#side-content .module#filter h4 {
	display: none;
}

#side-content .module#featured a.button {
	background-color: #444;
	color: #FFF;
}

#side-content .module#featured a.button:hover {
	background-color: #888;
}

/* SLIDESHOW
 * * * * * * * * * * * * * * * * * * * * * * * * * * */

#slideshow {
	position: absolute;
	top: 60px;
	margin-left: -15px;
	z-index: 1;
	border-radius: 10px 10px 0px 0px;
}

#slideshow.fullscreen {
	position: fixed;
	z-index: 2000;
}

#slideshow .slides {
	border-radius: 10px 10px 0px 0px;
}

#slideshow.fullscreen,
#slideshow.fullscreen .slides {
	border-radius: 0px 0px 0px 0px;
}

body.slideshow #header {
	display: none;
}

/* MOBILE
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 770px) {
	
	#main-content h1 {
		font-size: 26px;
	}

	#main-content {
		width: auto;
		margin-top: 55px;
	}
	
	#side-content {
		top: 0px;
	}
	
	#main-content .nav-buttons p.pagination {
		position: relative;
		top: 0px;
		right: 0px;
		float: right;
		width: auto;
	}
	
	#main-content .nav-buttons p.pagination a.button {
		margin-right: 0px;
		margin-left: 2px;
	}
	
	#main-content a.button.request.details {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 155px;
		text-align: center;
		background-color: #444;
		color: #FFF;
	}
	
	#main-content .related li {
		width: 340px;
	}
	
	#main-content .related li .address {
		font-size: 13px;
	}
	#main-content .related li .neighborhood {
		font-size: 16px;
	}
	
	#main-content .related li .bed,
	#main-content .related li .bath {
		font-size: 13px;
	}
	
	#main-content .related li strong {
		font-size: 13px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 480px) {
	
	#main-content h1 {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 22px;
	}
	
	#content {
		padding-top: 0px;
	}

	#main-content {
		position: relative;
		padding-top: 200px;
		width: auto;
		max-width: 900px;
		margin-top: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#main-content.has-images {
    	padding-top: 245px;
   	}
	
	body.commercial #main-content {
		padding-top: 250px;
	}
	
	#main-content .nav-buttons {
		position: relative;
		margin-top: 20px;
		height: 35px;
	}
	
	#main-content .nav-buttons .button {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	
	#main-content .main-features {
		padding: 10px 15px;
		padding-bottom: 5px;
	}
	
	#main-content .main-features ul li {
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 5px;
		float: none;
	}	
	
	#main-content .main-features ul li strong {
		font-size: 14px;
		white-space: nowrap;
	}
	
	#main-content .main-features ul li.price {
		
	}
	
	body.commercial #main-content .description {
		font-size: 18px;
		line-height: 26px;
	}
	
	#main-content .description p {
		font-size: 15px;
		line-height: 20px;
		color: #666;
	}
	
	body.commercial #main-content .building-info h3 {
		font-size: 20px;
	}
	
	body.commercial #main-content .building-info,
	body.commercial #main-content .building-info p {
		font-size: 15px;
		line-height: 20px;
		color: #666;
	}
	
	#main-content ul.facts {
		min-height: 0px;
	}
	
	#main-content ul.facts li {
		margin-right: 10px;
		margin-bottom: 8px;
		width: 180px;
	}
	
	#main-content ul.facts li.features {
		float: none;
		clear: left;
		width: auto;
	}
	
	#main-content ul.facts li strong {
		font-size: 15px;
	}
	
	#main-content a.button.compare {
		width: 140px;
	}
	
	#main-content .building-info {
		margin-top: 20px;
		padding-top: 15px;
	}
	
	#main-content .building-info ul.facts {
		width: auto;
	}
	
	#main-content .building-info ul.facts li {
		margin-right: 10px;
	}
	
	#main-content .building-info .image {
		position: relative;
		top: 0px;
		right: 0px;
		margin-top: 15px;
		border-radius: 0px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	}
	
	#main-content .neighborhood-info {
		margin-top: 15px;
	}
	
	#main-content .neighborhood-info h3 {
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	#main-content .neighborhood-info .address {
		margin-left: 0px;
	}
	
	#main-content .neighborhood-info ul.places {
		margin-top: 10px;
	}
	
	#main-content .neighborhood-info ul.places li {
		width: 150px;
		margin-right: 10px;
	}
	
	#main-content .neighborhood-info ul.places li a {
		font-size: 16px;
	}
	
	#main-content .neighborhood-info .map {
		margin-top: 10px;
	}
	
	body.commercial #main-content .neighborhood-info.has-image .map {
		margin-right: -15px;
		height: 240px;
	}
	
	body.commercial #main-content .neighborhood-info .address {
		display: none;
	}
	
	/* COMMERCIAL BUILDING PHOTO */
	
	#main-content .neighborhood-info .building {
		margin-bottom: 30px;
	}
	
	#main-content .neighborhood-info .building .photo {
		position: relative;
		top: auto;
		right: auto;
		width: 225px;
		height: 300px;
		margin-top: -30px;
		margin-left: auto;
		margin-right: auto;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #AAA;
		border-radius: 4px;
		border: 10px solid #FFF;
		overflow: hidden;
		-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
		box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
	}

	#main-content .neighborhood-info .building .photo img {
		opacity: 0.0;
	}

	#main-content .related li {
		width: auto;
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
		padding-bottom: 15px;
		border-bottom: 1px solid #DDD;
	}
	
	#main-content .related li a {
		background-color: transparent;
		padding: 0px 15px;
	}
	
	#side-content {
		top: 0px;
	}
	
	#slideshow {
		position: absolute;
		width: auto;
		height: 200px;
		top: 0px;
		top: 45px;
		left: -15px; 
		right: -15px;
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 0px 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		overflow-x: scroll;
	}
	
	#slideshow .button {
		display: none;
	}
	
	#slideshow .footer {
		display: none;
	}
	
	#slideshow ul.dots {
		display: none;
	}
	
	#slideshow ul.slides {
		position: relative;
		width: 3360px;
	}
	
	#slideshow ul.slides li {
		border-right: 5px solid #FFF;
	}
	
	#slideshow ul.slides li:last-child{
		border-right: 0px;
	}
	
	#slideshow ul.slides li.wide {
		width: 330px;
	}
	
	#slideshow ul.slides li.tall {
		width: 150px;
	}
	
	#slideshow ul.slides li div.image {
		height: 200px;
		opacity: 1.0;
		text-align: left;
	}
	
	#slideshow ul.slides li div.image img {
		opacity: 0.0;
		height: 200px;
	}
	
	#slideshow ul.slides li.wide div.image {
		width: auto;
	}
	
	#slideshow ul.slides li.tall div.image {
		width: auto;
	}
	
	#side-content a.button.request.details {
		display: none;
	}
	
	#main-content &gt; #contact-overlay {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		margin-left: 0;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.00);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.00);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.00);
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#main-content &gt; #contact-overlay .content a.button.close {
		display: none;
	}
	
	#main-content &gt; #contact-overlay .content {
		width: auto;
		padding: 0px 0px;
	}
	
	#main-content &gt; #contact-overlay .content .success {
		border: 0px;
		padding: 15px;
		min-height: 0px;
	}
	
	#main-content &gt; #contact-overlay form.contact {
		border: 0px;
		padding: 15px;
	}
	
/* FLOOR PLAN LAYER */

	#main-content &gt; #floor-plan-overlay {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: auto;
		height: auto;
		margin-left: 0px;
		margin: 0px;
		background-color: rgba(0,0,0,1);
	}
	
	#main-content &gt; #floor-plan-overlay ul.plans {
		left: 0px;
		right: 0px;
		bottom: 40px;
	}
	
	#main-content &gt; #floor-plan-overlay .header .close {
		right: 26px;
		right: 15px;
	}
	
	#main-content &gt; #floor-plan-overlay ul.plans li .magnify {
		right: 20px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

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

	#main-content .main-features ul li {
		font-size: 13px;
		line-height: 15px;
	}
	
	#main-content .main-features ul li strong {
		font-size: 14px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 380px) {
	
	#main-content ul.facts li {
		width: 160px;
	}
	
	body.commercial #main-content .description {
		font-size: 17px;
		line-height: 24px;
	}
	
	#contact-overlay form.contact .form-item .input.text input {
		width: 280px;
	}
	
	#contact-overlay form.contact .form-item .input textarea {
		width: 280px;
	}
	
	#contact-overlay form.contact .ui-button {
		width: 280px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 320px) {
	
	#main-content h1 {
		font-size: 19px;
		letter-spacing: 0px;
	}
	
	#main-content {
		padding-top: 160px;
	}
	
	body.commercial #main-content.has-images {
    	padding-top: 225px;
	}
	
	#main-content .nav-buttons .button {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 12px;
	}
	
	#main-content ul.facts li {
		width: 130px;
	}
	
	body.commercial #main-content .description {
		font-size: 16px;
		line-height: 22px;
	}
	
	#main-content .neighborhood-info ul.places li {
		width: 120px;
	}
	
	#main-content .neighborhood-info ul.places li a {
		font-size: 15px;
	}
	
	#main-content .related li .image {
		width: 120px;
	}
	
	#slideshow {
		height: 180px;
	}
	
	#slideshow ul.slides li.wide {
		width: 270px;
	}
	
	#slideshow ul.slides li.tall {
		width: 150px;
	}
	
	#slideshow ul.slides li div.image img {
		height: 150px;
	}
	
	#contact-overlay form.contact .form-item .input.text input {
		width: 250px;
	}
	
	#contact-overlay form.contact .form-item .input textarea {
		width: 250px;
	}
	
	#contact-overlay form.contact .ui-button {
		width: 250px;
	}
	
	#main-content .main-features ul li {
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0px;
	}
	
	#main-content .main-features ul li strong {
		font-size: 12px;
	}
}

</pre></body></html>