<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=====================================
	General
=======================================*/
body
{
	background: #28321f url("images/bg.png") repeat-x center top;
	color: #f3f1eb;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

/*body
{
	margin: 0;
	padding: 0;
}*/

a, a:visited
{
	color: #e7d4a4;
	text-decoration: underline;
}

a:active, a:focus, a:hover
{
	color: #fff;
	text-decoration: none;
}

a img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
}

ol, ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2.25em;
}

dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl &gt; dt
{
	margin: 0 0 0.25em 0;
	padding: 0;
}

dl &gt; dd
{
	margin: 0 0 1em 1.5em;
	padding: 0;
}

/*=====================================
	Forms
=======================================*/
form
{
	margin: 0;
	padding: 0;
}

label
{
	font-weight: bold;
}

.error
{
	color: #fd0;
}

ul.fields
{
	list-style: none;
	padding: 0;
}

ul.fields li
{
	margin: 0 0 0.75em 0;
}

input[type=text], textarea
{
	background: #fff url("images/text-bg.png") repeat-x left top;
	border: 1px solid #e7d4a4;
	color: #28321f;
	padding: 5px;
}

textarea
{
	background-image: url("images/textarea-bg.png");
}

input[type=submit]
{
	background: #28321f url("images/button-bg.png") repeat-x left top;
	border: 1px solid #141810;
	color: #f3f1eb;
	display: inline-block;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
}

input[type=submit]:active, input[type=submit]:hover, input[type=submit]:focus
{
	background: #474f3d url("images/button-bg-hover.png") repeat-x left top;
	outline: 0;
}

address
{
	font-style: normal;
	font-size: 2em;
}

/*=====================================
	Email Form
=======================================*/
#email-form
{
	width: 100%;
}

#email-form .sent
{
	font-size: 1.25em;
	line-height: 7.5em;
}

#email-form .fields input[type=text], #email-form .fields textarea
{
	display: block;
	width: 100%;
}

#email-form .anti-spam-code input[type=text]
{
	display: inline-block;
	margin-bottom: 0.5em;
	width: auto;
}

#email-form .anti-spam-code img
{
	margin-left: 1em;
	vertical-align: middle;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin-top: 1em;
}

/*=====================================
	Containers
=======================================*/
#container
{
	/*background: transparent url("images/border.png") repeat-y left top;*/
	margin: 0 auto;
	padding: 0px 10% 0 10%;
	position: relative;
	/*width: 911px;*/
}

#content h1
{
	color: #e7d4a4;
	font-family: Georgia, serif;
	font-size: 1.65em;
	font-weight:bold;
    padding-top: 0px;
	font-variant: small-caps;
}

#content .intro
{
	position: relative;
}

#content .intro img
{
	/*background: transparent url("images/intro-border.png") no-repeat left top;*/
	border: 7px solid #f3f1eb;
	display: block;
	margin: 0 auto 0 auto;
	width:950px;
	height:auto;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
	/*padding: 12px 14px 17px 16px;*/
}

#content .intro .available-lots, #content .intro .request-tour
{
/*	position: absolute;
	left: 375px;
	top: 369px;*/
	float:right;
	width:240px;
}

#content .intro .available-lots a
{
	background: transparent url("images/available-lots.png") no-repeat left top;
	display: block;
	width: 250px;
	height: 55px;
}

#content .intro .request-tour
{
/*	position: absolute;
	left: 625px;
	top: 369px;*/
}

#content .intro .request-tour a
{
	background: transparent url("images/request-tour.png") no-repeat left top;
	display: block;
	width: 250px;
	height: 55px;
}

#content .intro .request-tour a:active, #content .intro .request-tour a:focus, #content .intro .request-tour a:hover, #content .intro .available-lots a:active, #content .intro .available-lots a:focus, #content .intro .available-lots a:hover
{
	background-position: right top;
	outline: 0;
}

#content .intro .request-tour a span, #content .intro .available-lots a span
{
	position: absolute;
	top: -10000px;
}

#content img.picture
{
	/*background: transparent url("images/picture-border.png") no-repeat left top;
	float: right;*/
	border: 7px solid #f3f1eb;
	margin: 8px 0 1.5em 0;
	padding: 0px;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}

#content .contact-info
{
	font-size: 1.15em;
}

#content .contact-info ul.phone
{
	list-style: none;
	padding: 0;
}

.properties img, .prop img
{
	border: 7px solid #f3f1eb;
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}

.prop {padding-top:42px;}

.tour-description
{
	font-size: 1.25em;
	margin: 1.5em auto;
	text-align: center;
	width: 70%;
}

table.properties
{
	border-collapse: collapse;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
	overflow-x:scroll;
}

table.properties &gt; thead &gt; tr &gt; *
{
	padding: 0.4em;
	text-align: center;
}

table.properties &gt; thead &gt; tr &gt; * + * + *
{
	text-align: left;
}

table.properties &gt; tbody &gt; tr &gt; td
{
	padding: 0.4em;
}

table.properties &gt; tbody &gt; tr &gt; td, table.properties &gt; tbody &gt; tr &gt; td + td
{
	text-align: center;
}

table.properties &gt; tbody &gt; tr &gt; td + td + td
{
	text-align: left;
}

table.properties &gt; tbody &gt; tr:nth-child(even) &gt; td
{
	background: rgba(255, 255, 255, 0.15);
}

table.properties &gt; tbody &gt; tr.special &gt; td
{
	background: transparent;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	text-align: center;
}

table.properties &gt; tbody &gt; tr.special &gt; td strong
{
	text-transform: uppercase;
}

ul.properties
{
	list-style: none;
	padding: 0;
}

ul.properties li
{
	clear: both;
	padding-top: 2em;
}

ul.properties h2
{
	margin-top: 0em;
}

ul.properties .description
{
	margin-bottom: 2em;
}

ul.properties .acreage
{
	font-size: 1.2em;
	margin-bottom: 1em;
}

ul.properties .price
{
	font-size: 1.3em;
}

.plat-download
{
	margin: 0 0 1em 0;
	text-align: center;
}

.plat-download a
{
	text-decoration: none;
}

.plat-download img
{
	border: 1px solid #e7d4a4;
	margin: 0 auto 0.5em auto;
}

ul.gallery
{
	list-style: none;
	padding: 0;
	width: 100%;
	
	margin: 1em auto;
	width: 454px;
}

ul.gallery &gt; li
{
	float: left;
	margin: 0;
	padding: 0;
	width: 227px;
	height: 160px;
}

ul.gallery &gt; li img
{
	background: transparent url("images/gallery-border.png") no-repeat center center;
	padding: 16px 18px 21px 19px;
}

dl.sitemap &gt; dd
{
	margin-left: 0;
}

footer
{
	clear: both;
	font-size: 0.9em;
	padding: 3em 0em 4em 0;
}

footer a
{
	color: #f3f1eb;
}


/*CUSTOM/RESPONSIVE CSS*/
#bs-example-navbar-collapse-1
{
	background: transparent url("images/border-bg.png") repeat-x center bottom;
}
.nav a
{
	background: transparent url("images/nav-off.png") no-repeat left center;
	color: #f3f1eb !important;
	display: inline-block;
	margin: 0 0 0 10px;
	padding:10px 0 10px 20px !important;
	text-decoration: none;
	font-family: Georgia, serif;
    font-size: 1.1em;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	font-variant: small-caps;
}
.nav a:active, .nav a:focus, .nav a:hover, .nav li.current a, .nav li.active a
{
	background-image: url("images/nav-on.png");
	outline: 0;
	text-decoration: none;
	color: #fff !important;
    background-color: transparent !important;
}
.nav li.current a, .nav li.active a
{
	text-decoration: none;
}
.nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar-default {background-color:transparent;border:0px;}
header {padding:15px 6%;}
footer {padding:30px 9% 35px;}
header .phone { font-family: Georgia, serif; padding-top: 12px; padding-right:15px;}
header .logo {padding-left:15px;}

/* header .navbar-collapse {padding-right:5px;padding-left:5px;} */

#content .intro .two-btns {padding-right: 8%;}

img {max-width:100%; height:auto;}

.padl0 {padding-left:0px;}
.padr0 {padding-right:0px;}

.fw {width:100% !important;}

#content a {text-decoration:none;}

@media (min-width:992px) {
.out-cont { 
background-image: url(images/border-bg.png), url(images/border-bg.png);
background-position: right top, left top;
background-repeat: repeat-y;
background-color:transparent; }
}
@media (min-width: 768px) {
.navbar-nav {float: right;}
}
@media (max-width: 1200px) {
#content .intro .two-btns {padding-right:3%;}
}
@media (max-width: 768px) {
.col-xs-12.text-right, .col-xs-12.text-left {text-align: center;}
header img {max-width:100%; height:auto;}
.galleryobj {height:auto; max-width:100%;}
}
@media (max-width: 767px) {
.navbar-header {text-align:center;}
.navbar-toggle {float:none;}
.nomobpadd {padding-left:0px; padding-right:0px;}
}
@media (max-width: 615px) {
#content .intro .request-tour a, #content .intro .available-lots a {background-image:none; background-color:#F3F1EB; color:#28321F; width:100%; height:auto; line-height:20px; font-size:20px; text-decoration:none; padding: 5px 0px; transition: all 0.6s; -webkit-transition: all 0.6s;}
#content .intro .request-tour a:hover, #content .intro .available-lots a:hover {background-color:#fff;}
#content .intro .available-lots, #content .intro .request-tour {float:none; margin:10px auto; text-align:center;}
#content .intro .request-tour a span, #content .intro .available-lots a span {position:relative; top:0px; display: block; text-align: center;}
}</pre></body></html>