<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	background-color: #ffffff;
	text-align: center;
	height: 100%;
	font: normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

html, body, div, span, table, td, img, figcaption, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, img, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

embed, object, video {
	max-width: 100%;
}

.spacer {
	width: 1px;
	height: 1px;
}

a:focus { 
	outline: none; 
}

#top-bar {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 100;
}

#top-menu-bar {
	margin: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 100;
	height: 48px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #000000;
}

#top-slogan-bar {
	margin: 0;
	width: 100%;	
	z-index: 100;
	height: 41px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000000;
}

#top-slogan {
	margin: 0 auto;
	max-width: 509px;
}

#top-shadow {
	margin: 0;
	width: 100%;	
	z-index: 1;
	height: 50px;
	background-image:url(../images/top-shadow.png);
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #dbd3b4;
}

.default-menu {
	display: block;
}

.tablet-menu {
	display: none;
}

#logo {
	width: 380px;
	height: 200px;
	float: left;
	z-index: 20;
	box-sizing: border-box;	
}

#bottom-logo {
	margin: 15px 0 0 0;
	width: 245px;
	height: 100px;
	float: left;
	box-sizing: border-box;
}

#phone-logo {
	width: 95%;
	height: auto;
	max-width: 270px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}

#phone-top-color-bar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 140px;
	display: none;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

#phone-top-bar {
	margin: 0;	
	width: 100%;
	height: 40px;
	background-color: #e1d8b9;
	z-index: 0;
	display: none;
}

#phone-top-bar-content {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 1100px;
	width: 95%;
	height: 30px;
	z-index: 0;
	text-align: center;
	color: #64523e;
}

.top-images {
	display: block;
}

#slider {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;	
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}

#phone-slider {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: none;
	margin: 0 auto;
	background-color: #000000;		
}

#top-phone-number {
	color: #64523e;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
}

#top-phone-number a {
	color: #64523e;
	text-decoration: none;
}

#top-icons {
	padding: 8px 20px 5px 0;
	float: right;
}

ul.top-social-icons {
	margin: 0;
	padding: 0;
	border: 0;
}
ul.top-social-icons li {
	display: inline-block;
	float:none;
	padding: 15px;	
	width: 0;
	height: 0;
	position: relative;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
ul.top-social-icons li i {
	position: absolute;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
}
ul.top-social-icons li a {	
	color: #fff;
	text-decoration:none;
}
ul.top-social-icons li a i {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
ul.top-social-icons li a:hover {
	text-decoration: none;
}

#content {
	display:block;
	margin: 0 auto 60px auto;
	max-width: 1100px;
	width: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #272a2d;
	line-height: 1.5em;
	z-index: 0;
	position: relative;
	text-align: left;	
}

#page-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.85rem;
	font-style: italic;
	font-weight: bold;
	color: #e0d8b8;
	margin: 0 0 60px 0;
	padding: 0;
	text-align: left;
	display: block;
	z-index: 1;
}

#section-images {
	display: block;
	width: 90%;
	max-width:852px;
	margin: 200px auto 40px auto;
}

#side-menu {
	display: block;
	float: right;
	width: 300px;
	margin: -10px 0 50px 10%;
	box-sizing: border-box;
}

.side-menu-table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.side-menu-table td {
	margin: 0;
	padding: 0;
     line-height: 1.2em;
     font-size: .95em;
}

#side-menu-title {
	font-family: "Times New Roman", Times, serif;	
	font-size: 1.5em;
	line-height: 1.5em;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	width: 262px;
	text-align: center;
	margin: 5px 0 15px 0;
}

#side-menu-links {
	display: block;
	margin: 30px auto;	
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	font-weight: bold;	
}

.side-menu-link {
	display: block;
	text-align: left;
	margin: 10px 0 0 0;	
}

.side-menu-link a {
	display: inline-block;
	color: #e0d8b8;
	margin: 0 0 4px 0;
	text-decoration: underline;
	text-decoration: none;
}

.side-menu-bullet {
	position: relative;
	top: -4px;
	display: block;
	color: #ffffff;
	margin: 0 1.7em 0 0;
	text-decoration: none !important;
	font-size: .45em;
}

#side-menu-bottom-link {
	display: block;
	margin: 0;
	text-align:center;	
	font-size: .8em;	
	color: #ffffff;
}

#side-menu-bottom-link a {
	display: inline-block;
	color: #e0d8b8;
	margin: 0 0 4px 0;
	text-decoration: underline;
}

#side-menu a:hover {
	color: #ffffff;
}

#bottom-bar {
	background-image:url(../images/bottom-bar-background.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	height: 196px;
	padding: 0;
}

#bottom-bar-content {
	margin: 0 auto;
	width: 95%;
	max-width: 1100px;	
	height: 196px;
	position: relative;
}

#phone-bottom-bar {
	background-image:url(../images/phone-bottom-bar-background.jpg);
	background-repeat: repeat-x;
	display: none;
	width: 100%;
	height: 250px;
	padding: 5px 0;
	box-sizing: border-box;
}

#phone-bottom-bar-content {
	margin: 0 auto;
	width: 95%;
	max-width: 1100px;	
	height: 230px;
}

.bottom-menu {	
	line-height: 1.2em;
	font-size: .8em;
	color: #000000;
	padding: 35px 0 15px 0;
}

.bottom-menu a {
	color: #000000;
}

.bottom-menu a:hover {
	color: #645140;
}

#bottom-menu-default {	
	display: block;
}

#bottom-menu-tablet {	
	display: none;
}

.bottom-bar-copyright {
	padding: 0;
	color: #000000;
	font-size: .8em;
	text-align: center;
}

.bottom-bar-copyright a {
	color: #000000;
}

.bottom-bar-copyright a:hover {
	color: #64523e;
}

#bottom-horse {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image:url(../images/bottom-horse.png);
	width: 100px;
	height: 130px;
	z-index: 200;
}

#bottom-bar-icons {
	padding: 20px 0 0 0;
	float: right;
}

ul.bottom-social-icons {
	margin: 0;
	padding: 0;
	border: 0;
}
ul.bottom-social-icons li {
	display: inline-block;
	float:none;
	padding: 15px;	
	width: 0;
	height: 0;
	position: relative;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 2px;
}
ul.bottom-social-icons li i {
	position: absolute;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
}
ul.bottom-social-icons li a {	
	color: #fff;
	text-decoration:none;
}
ul.bottom-social-icons li a i {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
ul.bottom-social-icons li a:hover {
	text-decoration: none;
}

.bottom-bar-marketed-by {
	padding: 30px 0 0 0;
	text-align: center;
	color: #000000;
	font-style: italic;
	font-size: .8em;
}

#bottom-color-bar {
	width: 100%;
	height: 18px;
	display: none;
}

.scroll-up-container {
	position: fixed;
     right: 20px;
     bottom: 50px;
     z-index: 10;
	display:none;
}

.scroll-up {
	color:#fff !Important;
     background-color: #b09d72;
	border-radius:10px;
	display:inline-block;
	padding:12px 16px;
	transition:all 0.5s ease-in-out;
}

.scroll-up:hover {
	cursor:pointer;
	background-color: #4e4236;
	color:#fff;
	transition:all 0.5s ease-in-out;
}

.back-link {
	text-align: right;
	margin-bottom: 10px;
}

.top-icon-blue {
	background-color: rgba(70, 110, 136, 0.75);
}

.top-icon-blue:hover {
	background-color: rgba(100, 149, 176, 0.75);
}

.top-icon-brown {
	background-color: rgba(108, 94, 70, 0.75);
}

.top-icon-brown:hover {
	background-color: rgba(147, 129, 96, 0.75);
}

.top-icon-burgundy {
	background-color: rgba(107, 37, 37, 0.75);
}

.top-icon-burgundy:hover {
	background-color: rgba(146, 51, 51, 0.75);
}

.top-icon-green {
	background-color: rgba(88, 109, 70, 0.75);
}

.top-icon-green:hover {
	background-color: rgba(121, 148, 96, 0.75);
}

.top-icon-orange {
	background-color: rgba(176, 101, 13, 0.75);
}

.top-icon-orange:hover {
	background-color: rgba(197, 134, 38, 0.75);
}

.bottom-icon-blue {
	background-color: #466e88;
}

.bottom-icon-blue:hover {
	background-color: #6495b0;
}

.bottom-icon-brown {
	background-color: #6c5e46;
}

.bottom-icon-brown:hover {
	background-color: #460606;
}

.bottom-icon-burgundy {
	background-color: #6b2525;
}

.bottom-icon-burgundy:hover {
	background-color: #6b2525;	
}

.bottom-icon-green {
	background-color: #23400a;
}

.bottom-icon-green:hover {
	background-color: #586d46;	
}

.bottom-icon-orange {
	background-color: #b0650d;
}

.bottom-icon-orange:hover {
	background-color: #c58626;		
}

.bar-blue {
	background-color: rgba(70, 110, 136, 0.75);
}

.bar-brown {
	background-color: rgba(108, 94, 70, 0.75);
}

.bar-burgundy {
	background-color: rgba(107, 37, 37, 0.75);
}

.bar-green {
	background-color: rgba(88, 109, 70, 0.75);
}

.bar-orange {
	background-color: rgba(176, 101, 13, 0.75);
}

#phone-menu-button {
	width: 30px;
	height: 20px;
	background: transparent;
	color: #fff;
	font-size: 2em;
	line-height: 30px;
	display: none;
	margin: 0 auto 0 10px;
	border: 0;
	padding: 10px 0 0 0;
}

.thumbnail {
	margin: 20px 2.1% 20px 2.1%;
	padding: 0;
	display: inline-block;
	width:30%;	
	vertical-align: top;
	box-sizing: border-box;
}

.thumbnail-image {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #e0d8b8;
}

.thumbnail-text {
	margin: 6px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: .85em;
	line-height: 1.2em;
	text-align: center;
}

.thumbnail a {
	color: #e0d8b8;
}

.thumbnail a:hover {
	color: #e0d8b8;
}

.gallery-column {
	margin: 0 1.2% 0 1.2%;
	width: 23%;
	float: left;
	box-sizing: border-box;
}

.gallery-thumbnail {	
	width:100%;
	margin: 0 0 25px 0;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #e0d8b8;
}



#default-form-label {
	display: inline-block;
}

#phone-form-label {
	display: none;
}

#map-image {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

.tablet-property {
	width: 700px;
	margin: 0 auto 25px auto;
	border-width: 1;
	border-style: solid;
	border-color: #645140;
	box-sizing: border-box;
}

.tablet-property-title {
	text-align: center;
	background: rgba(100,81,64,0.9);
	color: #ffffff;
	font-size: 1.4em;
	padding: 5px 20px;
}

.tablet-property-details {
	text-align: center;
	background: rgba(255,255,255,0.9);
	color: #645140;
	font-size: 1.2em;
	padding: 15px 20px;
}

.phone-property {
	width: 250px;
	margin: 0 auto 25px auto;
	border-width: 1;
	border-style: solid;
	border-color: #645140;
	box-sizing: border-box;
}

.phone-property-title {
	text-align: center;
	background: rgba(100,81,64,0.9);
	color: #ffffff;
	font-size: 1.4em;
	padding: 5px 20px;
}

.phone-property-details {
	text-align: center;
	background: rgba(255,255,255,0.9);
	color: #645140;
	font-size: 1.2em;
	padding: 15px 20px;
}

.basic-table {
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.basic-table td {
	padding: 0;
     border-width: 0 !important;
}

.calendar-table {
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.calendar-table td {
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #653a17;
}

.calendar-top {		
	margin: 0;
	padding: 5px;
	font-weight: bold;	
	color: #653a17;
	background-color: #e5c9a0;
	text-align: center;
	vertical-align: middle;	
}

.calendar-top a {
	display: block;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;	
	color: #653a17 !important;
	width: 20px;
	height: 20px;
}

.calendar-top a:hover {	
	color: #653a17;	
}

.calendar-header {		
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	background-color: #653a17;
	text-align: center;
	vertical-align: middle;
	font-size: .9em;
}

.calendar {	
	margin: 0;
	padding: 0;	
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;		
}

.calendar a {
	text-decoration: none;
}

.calendar-day {	
	width: 40px;
	height: 40px;
}

.calendar-day-none {	
	background-color: #eee9d9;	
}

.calendar-day-default {	
	background-color: #eee9d9;
}

.calendar-day-default a {
	color: #653a17 !important;	
}

.calendar-day-default:hover {	
	background-color: #e5c9a0;
}

.calendar-day-selected {
	background-color: #653a17;	
}

.calendar-day-selected a {	
	color: #ffffff !important;	
}

.calendar-day-scheduled {	
	background-color: #efdbbd;		
}

.calendar-day-scheduled a {
	color: #653a17 !important;		
}

.schedule-top {		
	margin: 0;
	padding: 5px;
	font-weight: bold;	
	color: #653a17;
	background-color: #e5c9a0;
	text-align: center;
	vertical-align: middle;	
	font-size: 1em;
}
.schedule-top a {
	display: block;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;	
	color: #653a17 !important;
	width: 20px;
	height: 20px;
}

.schedule-top a:hover {	
	color: #653a17;	
}

.schedule-header {		
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	background-color: #653a17;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
}

.schedule-table {
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.schedule-table td {
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #653a17;
	min-height: 25px;
}

#default-schedule {
	display: block;
}

#phone-schedule {
	display: none;
}

#schedule-calendar {
	margin: 0;
	float: left;
	width: 288px;
}

#schedule-instructions {
	width: 64%;
	margin: 0 0 0 30px;
	float: left;
}

#schedule-form-container {
	margin: 0 auto;
	width: 90%;
}

.schedule-form-table {
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 520px;
}

.schedule-form-table td {
	padding: 0;
	min-height: 25px;
	font-size: 1.1em;
}

.schedule-entry {	
	color: #653a17;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size:.9em;
	line-height:15px;		
}

.schedule-entry a {
	color: #653a17 !important;
}

.schedule-entries-none {	
	background-color: #eee9d9;		
}

.schedule-entries-yours {	
	background-color: #e5c9a0;
	padding: 5px 0 5px 0 !important;		
}

.schedule-entries-others {	
	background-color: #efdbbd;
	padding: 5px 0 5px 0 !important;		
}

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

body {
	font-size: 85%;	
}

#phone-top-color-bar {
	display: block;
}

#phone-menu-button {
	display: block;
}

#phone-top-bar {
	display: block;
}

#top-bar {
	display: none;
}

.top-images {
	display: none;
}

#slider {
	display: none;
}

#phone-slider {
	display: block;	
}

#page-title {
	font-size: 1.45em;
	margin: 0 0 30px 0;
	text-align: center;
	line-height: 1.35em;
}

#side-menu {
	display: none;
}

#bottom-bar {
	display: none;
}

#phone-bottom-bar {
	display: block;
}

.bottom-bar-copyright {
	padding: 0;
	text-align: center;
	color: #64523e;
	font-size: .7em;
}

.bottom-bar-copyright a {
	color: #64523e;
}

#bottom-logo {	
	margin: 5px auto 0 auto;
	width: 95%;
	max-width: 245px;
	height: auto;
	float: none;
	box-sizing: border-box;
}

#bottom-bar-icons {
	padding: 25px 0 0 0;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.bottom-bar-marketed-by {
	padding: 5px 0 0 0;
	text-align: center;
	font-size: .7em;
	color: #64523e;
}

#bottom-color-bar {
	display: block;
}

input[type="text"] {
	width: 95% !important;
}

textarea {
	width: 95% !important;
}

input[type="password"] {
	width: 95% !important;
}

.dw-stylegroup1-form-spam-check {
	width: 95% !important;
}

.dw-stylegroup1-form-spam-check input {
	width: 60% !important;
}

.dw-stylegroup1-form-field-instructions {
	width: 95% !important;
}

.scroll-up-container {
	bottom:30px;
	right:10px;
}

.caption{
	display: none;
}

.thumbnail {
	display: block;
	width:100%;
	margin: 20px 0 0 0;
}

.gallery-column {
	margin: 0;
	width: 100%;
	float: none;
	box-sizing: border-box;
}

#default-schedule {
	display: none;
}

#phone-schedule {
	display: block;
}

#schedule-calendar {
	margin: 0 auto;
	float: none;
	width: 100%;
}

#schedule-instructions {
	width: 100%;
	margin: 30px 0 0 0;
	float: none;
}

.schedule-form-table {
	width: 100%;
	max-width: 520px;
}

#default-form-label {
	display: none;
}

#phone-form-label {
	display: inline-block;
}

.calendar {
	width: 30px;
	height: 30px;
	line-height: 30px;	
}

.calendar a {
	width: 30px;
	height: 30px;
}

}

@media screen and (min-width : 768px) and (max-width : 1024px){

body {
	font-size: 90%;	
}

.default-menu {
	display: none;
}

.tablet-menu {
	display: block;
}

#bottom-menu-default {	
	display: none;
}

#bottom-menu-tablet {	
	display: block;
}

#schedule-instructions {
	width: 50%;
}

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