@charset "utf-8";
/* CSS Document

Goodwyn 2018 HBCore Site

/* 1. Defaults*/ ::selection {
	color: #77AE42;
	background: #0A1C26;
}
::-moz-selection {
	color: #77AE42;
	background: #0A1C26;
}
body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	scroll-behavior: smooth;
}
html {
	height: 100%;
	min-height: 100%;
	scroll-padding-top: 108px;
}
body {
	background: #FFF;
	color: #0A1C26;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
}
body.ckeditorBody {
	background: #FFFFFF;
}
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group {
	zoom: 1;
} /* IE6 */
*:first-child + html .group {
	zoom: 1;
} /* IE7 */
img {
	vertical-align: middle;
}
img, div, a, section, p, iframe, label, input, textarea, span, h1, h2, h3, h4, h5, h6, form {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.yoink {
	display: block;
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}
.yoink.skip:hover, .yoink.skip:focus, .yoink.skip:active {
	left: 0;
	top: 0;
	width: 150px;
	height: auto;
	z-index: 1000000;
	padding: 4px;
	background: #2376a9;
	color: #FFF;
	border-bottom-right-radius: 12px;
}
/* END Defaults*/
/* 2. Typography */
/* latin-ext */
/* latin-ext */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1, h2, h3, h4, h5, h6, .serif {
	margin: 6px auto;
}
body, .sans, textarea {
	font-family: 'Poppins', sans-serif;
}
h1 {
	text-align: center;
	font-size: 52px;
}
h2 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 5px #4EAA47;
}
h3 {
	font-weight: normal;
	font-size: 30px;
	color: #4EAA47;
}
.listing-heading {
	color: #FFF;
	background: #A99F92;
	font-size: 32px;
	text-align: center;
	padding: 8px;
	margin: 0 auto 0;
}
.big-black-bold {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 42px;
}
.thin {
	font-weight: 300;
}
.normal {
	font-weight: 400;
}
.bold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: none !important;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.bigger {
	font-size: 3em;
}
.big {
	font-size: 2em;
}
.medium {
	font-size: 1.5em;
}
.small {
	font-size: 0.8em;
}
.get-in-touch p {
	margin: auto;
	max-width: 80%;
	font-size: 24px;
	font-weight: 600;
	padding: 12px;
	border-top: solid 3px #77AE42;
}
/* END Typography */
/* 3. Colors */
/* 3.1 Color Classes */
.green {
	color: #4EAA47 !important;
}
.white {
	color: #FFF !important;
}
.white-bg {
	background-color: #FFF;
}
.trans-white-bg {
	background-color: rgba(255, 255, 255, 0.85);
}
.yoink {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* END Colors */
/* 4. Main Elements */
/* 4.1 Multiple Pages */
.wrapper {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.wrapper:before {
	display: block;
	content: '';
	width: 100%;
	height: 164px;
}
.container {
	max-width: 1200px;
	margin: auto;
	position: relative;
}
.seven-twenty {
	max-width: 720px;
	margin: auto;
}
.header-image, .header-image img {
	position: relative;
	width: 100%;
	height: auto;
}
.interior-page {
	margin-top: 24px;
}
.content {
	width: 100%;
	margin: auto;
	padding: 10px;
}
.content-block {
	padding: 64px 0;
}
.thick-margins {
	padding: 30px;
}
.overflow {
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.primary, .sidebar {
	position: relative;
	width: 100%;
	background: #FFFFFF;
}
.bar {
	position: relative;
	z-index: 2;
	margin: 8px auto 0;
	background: #192F56;
	width: 100%;
	max-width: 2000px;
	min-height: 50px;
}
.no-header {
	padding-top: 100px;
	margin-top: 0;
}
.page-title {
	background-color: #4EAA47;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: -50px -1000px 0 auto;
	padding: 8px 1000px 8px 8px;
	font-weight: 700;
	font-size: 42px;
}
.interior-heading {
	margin-top: 0;
}
.com-title {
	color: #4EAA47;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 42px;
	letter-spacing: 1px;
}
.com-title span {
	display: block;
	color: #0A1C26;
	font-weight: 400;
	font-size: 24px;
	border-top: solid 5px #4EAA47;
}
.underline-bottom {
	border-bottom: solid 4px #CD9C39;
}
.com-link {
	text-align: center;
	font-weight: normal;
	clear: both;
}
.com-link a, .com-link a:visited {
	color: #0A1C26;
	letter-spacing: 5px;
	font-size: 20px;
	text-decoration: none;
}
.page-image img {
	width: 100%;
	height: auto;
}
.intro-box {
	position: relative;
	margin: auto;
	max-width: 720px;
	text-align: center;
	top: 28%;
	left: 0;
	right: 0;
	color: #FFF;
	display: block;
	padding: 100px 30px;
	min-height: 320px;
}
.intro-box h1 {
	text-transform: uppercase;
	padding: 12px 24px;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 4px;
	border: solid 3px #FFF;
}
.shader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000b28+0,000000+100&0.5+44,0+100 */
	background: -moz-linear-gradient(top, rgba(0, 11, 40, 0.5) 0%, rgba(0, 6, 22, 0.5) 44%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 11, 40, 0.5) 0%, rgba(0, 6, 22, 0.5) 44%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 11, 40, 0.5) 0%, rgba(0, 6, 22, 0.5) 44%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000b28', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}
.map:hover .page-title {
	opacity: 0.6;
}
.left, .image-float-left {
	position: relative;
	float: left;
}
.right, .image-float-right {
	position: relative;
	float: right;
}
.full-width {
	width: 100%;
}
.half {
	width: 100%;
	max-width: 49%;
}
.third {
	width: 32%;
}
.two-thirds {
	width: 65%;
}
.column-row {
	max-width: 720px;
	margin: auto;
}
.column {
	margin-right: 2%;
	font-size: 1.2em;
}
.column:last-child {
	margin-right: 0;
}
.column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.three-column .column {
	float: left;
	width: 32%;
}
.three-column h3 {
	text-align: center;
	font-size: 20px;
}
.calculator-frame {
	border: none;
	width: 100%;
	height: 500px;
}
.mortgage-info {
	color: #CD9C39;
}
.mortgage-info span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 30px;
	line-height: 20px;
	color: #FFF;
	background-color: #CD9C39;
	border-radius: 50%;
}
/* 4.2 Home Page */
.home-gallery {
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
}
.home-gallery a {
	color: #000000;
	text-decoration: none;
	opacity: 0.7;
}
.home-gallery a:hover {
	opacity: 1.0;
}
.home-gallery li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding: 4px 0;
	margin-right: 1%;
}
.detail-icon-box {
	position: relative;
	padding-left: 60px;
	display: inline-block;
	width: 32%;
	text-align: left;
	font-size: 24px;
	min-height: 56px;
}
.detail-icon-box p {
	margin: 0;
	padding: 10px;
}
.widget {}
.widget-content {
	font-size: 24px;
	font-weight: 600;
}
.widget-icon {
	display: block;
	margin: auto;
	width: 100px;
	height: 100px;
	background-image: url(../ELEMENTS/IMAGES/widget-spritesheet.png);
	background-repeat: no-repeat;
	background-size: 100px;
	text-indent: -9999px;
	overflow: hidden;
}
.icon-leaf {
	background-position: 0px 0px;
}
.icon-gem {
	background-position: 0px -100px;
}
.icon-tree {
	background-position: 0px -200px;
}
.icon-marker {
	background-position: 0px -300px;
}
.icon-burst {
	background-position: 0px -400px;
}
/* 4.4 Communities */
#fp-thumb- {
	display: none;
}
.home-thumb {
	display: block;
	position: relative;
	float: left;
	padding: 12px 12px 48px;
	width: 31%;
	margin: 1.16%;
	text-decoration: none;
	color: #000;
	vertical-align: top;
	border: solid 6px #4EAA47;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.home-thumb:not(.fp-thumb) .address {
	display: block;
	font-size: 16px;
	min-height: 50px;
}
.community-thumb {
	position: relative;
	text-align: center;
	float: left;
	width: 45%;
	padding: 24px;
	border: solid 3px #4EAA47;
	margin: 36px 6% 36px 2%;
}
.community-thumb:nth-child(even) {
	margin-right: 2%;
	margin-left: 0;
}
.thumb-buttons {
	margin-top: 50px;
}
.thumb-buttons .button {
	float: left;
	width: 49%;
	max-width: 49%;
	margin-right: 2%;
}
.thumb-buttons .button:last-child {
	margin-right: 0;
}
.home-thumb-details span {
	display: block;
}
.fp-data[data-plan=""], .mls-data[data-mls=""], .hide-field[data-content=""], .hide-field[data-content="0"], .possession-date[data-content=""], .possession-date[data-content="December 1969"], .inquire-button[data-content="Coming Soon"] {
	display: none !important;
}
.possession-date {
	display: none;
	font-size: 24px;
}
div[data-status="Under Construction"] .possession-date {
	display: block;
}
.interest-button[data-content="Coming Soon"] {
	display: inline-block !important;
	visibility: visible !important;
	pointer-events: all !important;
}
.com-map {
	width: 100%;
	height: 500px;
}
.home-thumb p {
	margin: 0;
	min-height: 170px;
}
.view-details, .view-details:visited {
	
	display: block;
	margin: auto;
	color: #29ACC1;
	background-color: #FFF;
	border: solid 2px #29ACC1;
	text-decoration: none;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	width: 100%;
	max-width: 288px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.home-thumb .view-details, .home-thumb .view-details:visited {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
}
.community-thumb .view-details, .community-thumb .view-details:visited {
	margin-bottom: -44px;
}
.view-details::after {
	display: inline-block;
	content: ">";
	margin-left: 12px;
}
.view-details:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.view-details:active {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}
.thumb-buttons {
	position: absolute;
	left: -16px;
	right: -16px;
	bottom: 0px;
}
.thumb-buttons .view-details {
	font-size: 26px;
	width: 49%;
	margin-right: 2%;
	float: left;
	padding: 6px 2px;
}
.thumb-buttons .view-details:last-child {
	margin-right: 0;
}
.model-banner {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	color: #FFF;
	padding: 10px;
	background-color: #8FBFB5;
	text-transform: uppercase;
}
.corner-button {
	background-position: center;
	background-size: 103%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAABFCAYAAACR6fkRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQzY5NTAwMDRFMzUxMUU4QkRDMEJDRjA4QkEzRjE1QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQzY5NTAwMTRFMzUxMUU4QkRDMEJDRjA4QkEzRjE1QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVDNjk0RkZFNEUzNTExRThCREMwQkNGMDhCQTNGMTVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVDNjk0RkZGNEUzNTExRThCREMwQkNGMDhCQTNGMTVCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HNCelgAAAURJREFUeNrs3U0OgjAQgFHHcBzh/ueg3Kf+JCSoC8FCSuC9vS5q+DJNdIyc8wVgC1dHAAgMIDAAAgMIDCAwAF8aRwDn1XVt0ev7PpUFJiJW+6JMzjl8pFDXms/08+1ckYB9X5FMH3AM02f53ytSSsOsKcgEA2xGYACBAQQGQGAAgQEEBkBgAIEBBAZAYACBAQQGQGAAgQEEBmCRnwunLJoCPrXtbVYXwn9TA65IgMAACAwgMIDAAAgMIDCAwAAIDCAwgMAACAxQU+MI4Ly6ri16fd+nssBExOvn1tY2AKOUhnENQ7giAVUIDCAwgMAACAwgMIDAAAgMIDCAwAAIDCAwgMAACAwgMIDAACwye6PduHiqhKVVUN8az7IJBtj/BGPqgGOZPtOlO3lNMEC969ijZk4BMMEAAgMgMIDAAAID8O4uwACHtDUWOQnCrwAAAABJRU5ErkJggg==);
}
.corner-button .inner-border {
	border: none !important;
}
.home-thumb-image {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 70%;
	background-color: #5A5451;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.community-thumb .home-thumb-image {
	background-size: contain;
	background-color: #FFF;
}
.featured-thumb .home-thumb-image {
	padding-top: 120%;
}
.gallery-thumb {
	border: none;
	border-bottom: solid 2px #282727;
	text-decoration: none;
}
.gallery-thumb .home-thumb-image {
	background-size: cover;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-thumb:hover .home-thumb-image {
	/* background-size:110%; */
}
.gallery-thumb h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	color: #282727;
	margin: 2px auto;
}
.gallery-thumb.person h2 {
	font-size: 24px;
}
.gallery-thumb.person h3 {
	margin: 2px auto;
}
.gallery-thumb.person .view-details {
	font-size: 24px;
}
.home-single-details p {
	color: #676767;
	padding: 8px;
	font-size: 20px;
}
.sales-contact p {
	display: inline;
	margin: 0;
}
.elevation-photos {
	list-style-type: none;
	padding: 0;
}
.elevation-photos li {
	width: 33.3%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.elevation-photos li a, .gallery li a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.5%;
	overflow: hidden;
}
.elevation-photos img, .gallery li img {
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	bottom: 0;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.community-map {
	height: 400px;
}
.community-details .description {
	width: 50%;
	text-align: left;
	float: left;
	font-size: 0.8em;
}
.community-content {
	padding-top: 0;
}
.community-content p:first-child {
	margin-top: 0;
}
.home-2438 .info-fields, .home-2438 .button-row {
	display: none;
}
.button-row {
	padding: 12px 0;
	clear: both;
	text-align: center;
}
.button-row .view-details {
	vertical-align: top;
	display: inline-block;
	margin: auto 1% auto -1px;
	width: 24%;
	font-size: 16px;
	padding: 6px;
}
.button-row .view-details:last-child {
	margin-right: 0;
}
.page-gallery img {
	max-height: 600px !important;
	width: auto !important;
	max-width: 100%;
	margin: auto;
}
/* 4.5 Other Pages */
/* Blog Stuff */
.blog-heading {
	text-align: center;
	margin-bottom: 0;
}
.blog-heading a {
	text-decoration: none;
}
.blog-roll ul {
	list-style-type: none;
	padding: 0;
	margin: auto;
}
.blog-search {}
.blog-roll {}
.blogArticle {
	margin: 12px auto;
	clear: both
}
.blog-first-image img {
	width: 100%;
	margin-bottom: 0;
}
.blogReadMore {
	margin-top: 16px;
	display: block;
}
.blog-roll ul {
	max-height: 360px;
	overflow-y: scroll;
}
.blogRecent .button, .blogRecent .button:visited {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	margin-bottom: 12px;
}
.col {
	width: 33.33%;
	float: left;
	text-align: center;
}
.col img {
	width: 100%;
	height: auto;
	padding: 16px;
}
.col span {
	padding: 16px;
	display: block;
	border-bottom: solid 10px #77AE42;
	margin: 16px auto;
	min-height: 140px;
}
.columned-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 5px;
	list-style-type: disc;
}
.columned-list li {
	margin-bottom: 10px;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	padding: 2px 12px;
}
.half-box {
	position: relative;
	background-size: 50%;
	background-repeat: no-repeat;
	padding: 42px 0;
}
.on-left {
	background-position: center left;
}
.on-right {
	background-position: center right;
}
.half-box .container {
	border: solid 5px #4EAA47;
}
.on-left .container {}
.front-block {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.front-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000b28+0,102e26+0,000000+100&0.8+30,0.2+100 */
	background: -moz-linear-gradient(top, rgba(16, 46, 38, 0.8) 0%, rgba(11, 32, 27, 0.8) 30%, rgba(0, 0, 0, 0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(16, 46, 38, 0.8) 0%, rgba(11, 32, 27, 0.8) 30%, rgba(0, 0, 0, 0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(16, 46, 38, 0.8) 0%, rgba(11, 32, 27, 0.8) 30%, rgba(0, 0, 0, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc102e26', endColorstr='#33000000', GradientType=0); /* IE6-9 */
	z-index: 1;
}
.front-block h2, .front-block .container {
	position: relative;
	z-index: 2;
}
.front-block h2 {
	padding: 16px;
}
.front-block h3 {
	text-transform: uppercase;
}
.front-block .widget {
	font-size: 0.9em;
	padding: 30px;
}
.blockquote {
	margin: 12px auto;
	font-size: 28px;
	text-align: center;
	color: #4EAA47;
}
.steps-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.steps-list li {
	margin-bottom: 16px;
	border-bottom: solid 6px #2AADC1;
	padding-bottom: 12px;
}
.steps-list li:after {
	clear: both;
	display: block;
	content: "";
	width: 100%;
}
.steps-list img {
	float: left;
	width: 25%;
}
.steps-list .list-content {
	float: right;
	width: 73%;
}
.energy-page-list {
	list-style-type: none;
	padding-left: 26px;
	margin: 0;
}
.energy-page-list li {
	margin-bottom: 20px;
}
.energy-page-list img {
	max-width: 140px;
	height: auto;
	float: left;
	margin-right: 12px;
}
.energy-page-list span {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 18px;
	border-radius: 50%;
	background: #4EAA47;
	text-align: center;
	display: inline-block;
	margin-left: -26px;
	float: left;
}
.realtor-pic {
	margin-right: 12px;
}
.bxslider {
	margin: 0 auto;
}
/* END Main Elements */
/* 5. Header and Footer Elements */
.header {
	width: 100%;
	margin: auto;
	z-index: 1002;
	position: fixed;
	top: 0;
	left: 0;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	background: #FFF;
	border-bottom: solid 3px #4EAA47;
}
.header nav {
	display: block;
	border-top: solid 6px #29ACC1;
	border-bottom: solid 6px #29ACC1;
}
.mainnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.mainnav a, .mainnav a:visited {
	color: #4EAA47;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.mainnav ul a:hover {
	opacity: 0.7;
}
.multi-col {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	column-width: 45%;
	width: 300% !important;
	right: auto;
	left: 0;
}
.mainnav > li {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.mainnav > li.dropdown:after {
	display: inline-block;
	content: "∨";
	margin-right: 16px;
}
.mainnav > li > a {
	display: inline-block;
	padding: 12px 6px;
	font-size: 20px;
}
.mainnav a {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.mainnav ul {
	position: absolute;
	visibility: hidden;
	opacity: 0.0;
	top: -300px;
	right: 0;
	width: 97%;
	z-index: 1000;
	list-style-type: none;
	margin: 0;
	padding: 6px;
	min-width: 160px;
	text-align: right;
	background-color: #4EAA47;
	color: #FFF;
}
.mainnav li.active a {
	color: #FFFFFF;
	background: #4EAA47;
}
.mainnav > li.active ul {
	top: 100%;
	visibility: visible;
	opacity: 1.0;
}
.mainnav ul a {
	display: block;
	padding: 8px;
	color: #FFF;
	font-size: 14px;
}
.mainnav ul a:hover {
	opacity: 1;
	background-color: #29ACC1;
}
.nav-header {
	border-bottom: solid 1px #FFF;
}
#nav-hide, #nav-hide:visited {
	clear: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 20px;
	color: #000;
	border-top: solid 3px #000;
}
.logo {
	width: 100%;
	max-width: 300px;
	height: 100px;
	position: relative;
	display: block;
	text-align: center;
	margin: auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	padding: 6px;
	background-image: url(../ELEMENTS/IMAGES/logo.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.logo:hover {}
.logo:active {
	transform: translate(10px)
}
.header.scrolled .logo {
	height: 50px;
}
.header.scrolled .mainnav {}
.header.scrolled .mainnav > li > a {
	padding: 8px 6px;
}
.footer {
	position: relative;
	z-index: 5;
	font-size: 0.8em;
	text-align: center;
	color: #231F20;
	padding: 8px;
	border-top: solid 10px #29ACC1;
	background-color: #FFF;
	-webkit-box-shadow: 0px 500px 0px 500px #FFF;
	-moz-box-shadow: 0px 500px 0px 500px #FFF;
	box-shadow: 0px 500px 0px 500px #FFF;
}
.footernav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}
.footernav li {
	display: inline-block;
	opacity: 1.0;
}
.footernav li:last-child:after {
	display: none;
}
.footer-info, .footernav li a {
	font-size: 16px;
}
.footernav li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #4EAA47 !important;
}
.mainnav.footernav > li.active ul {
	top: auto;
	bottom: 100%;
	visibility: visible;
	opacity: 1.0;
}
.mainnav.footernav > li ul a {
	color: #FFF !important;
}
.mainnav.footernav a:hover {
	color: #FFF !important;
}
.footer-contact {
	text-align: left;
}
.footer-contact img {
	width: 100%;
	max-width: 250px;
	display: block;
	text-align: center;
	margin: auto;
}
.footer-contact ul {
	list-style-type: none;
	padding: 0;
	margin: auto;
}
.houzz-links {
	text-align: right;
}
.houzz-links img {
	max-width: 33%;
	height: auto;
}
.social-media {
	position: absolute;
	right: 0;
	top: 0;
	list-style-type: none;
	padding: 0;
}
.social-media#footer-social {
	position: relative;
	margin: auto;
	top: auto;
	right: 0;
}
.social-media li {
	display: inline-block;
	margin: 0;
}
.social-media li a {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 28px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(/ELEMENTS/IMAGES/social-sprite.png);
	border-radius: 4px;
}
.social-media li a:active {
	transform: translateY(2px);
	-webkit-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
}
.facebook {
	background-position: 0px 0px;
}
.facebook:hover, .facebook:active {
	background-color: #3A5795;
}
.twitter {
	background-position: 0px -140px;
}
.twitter:hover, .twitter:active {
	background-color: #1DA1F2;
}
.linkedin {
	background-position: 0px -84px;
}
.linkedin:hover, .linkedin:active {
	background-color: #0177B5;
}
.google {
	background-position: 0px -28px;
}
.google:hover, .google:active {
	background-color: #DD4B3E;
}
.pinterest {
	background-position: 0px -112px;
}
.pinterest:hover, .pinterest:active {
	background-color: #BD2126;
}
.instagram {
	background-position: 0px -56px;
}
.instagram:hover, .instagram:active {
	background-color: #DF4B56;
}
.youtube {
	background-position: 0px -168px;
}
.youtube:hover, .youtube:active {
	background-color: #CC181E;
}
.rss {
	background-position: 0px -196px;
}
.rss:hover, .rss:active {
	background-color: #000;
}
.houzz {
	background-position: 0px -224px;
}
.houzz:hover, .houzz:active {
	background-color: #8BC34A;
}
.person .social-media {
	background: none;
	min-height: 45px;
}
.person .social-media ul {
	float: none;
}
.person .social-media li a {
	background-color: #282727;
}
.click-to-call {
	padding: 10px 10px 10px 46px;
	background-color: #192F56;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	top: 0;
	float: right;
	margin-left: 6px;
	background-image: url('../ELEMENTS/IMAGES/call-icon.png');
	background-position: 6px center;
	background-size: 30px;
	background-repeat: no-repeat;
}
.click-to-call:hover {
	background-color: #3F568A;
}
/* END Header and Footer Elements */
/* 6. Buttons and Links */
.popup-form input[type=text], .popup-form input[type=email], .popup-form textarea, .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=number], .contact-form select, .contact-form textarea {
	background: #FFF;
	padding: 8px;
	color: #000;
	width: 100%;
	margin-bottom: 18px;
	font-size: 18px;
	border: solid 3px #FFF;
	max-width: 100%;
}
.contact-form select {
	color: #4EAA47;
}
.bordered-fields input[type=text], .bordered-fields input[type=email], .bordered-fields input[type=number], .bordered-fields select, .bordered-fields textarea {
	border: solid 3px #2AADC1;
}
.popup-form input[type=text]:focus, .popup-form input[type=email]:focus, .popup-form textarea:focus, .contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form input[type=number]:focus, .contact-form select:focus, .contact-form textarea:focus {
	border: solid 3px #77AE42;
}
.contact-form input, .contact-form textarea, .contact-form select {
	margin: 0 auto 12px;
}
.contact-box {
	display: block;
	width: 32%;
	float: left;
	margin-right: 2%;
}
.contact-box:last-child {
	margin-right: 0;
}
.contact-form {
	width: 100%;
}
.contact-form label:not(.ie) {
	display: block;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}
select {
	padding: 6px 30px 6px 6px;
	text-transform: uppercase;
	border: solid 2px #C0BFBF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 200px;
	height: 50px;
	margin: 5px 0px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #FFF;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENjExQzk1RjREODgxMUU4Qjc2QUY5QTUzMzk0NTVDMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENjExQzk2MDREODgxMUU4Qjc2QUY5QTUzMzk0NTVDMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ2MTFDOTVENEQ4ODExRThCNzZBRjlBNTMzOTQ1NUMwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ2MTFDOTVFNEQ4ODExRThCNzZBRjlBNTMzOTQ1NUMwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xTCGrAAAAONJREFUeNpi/P//P8NAACaGAQKjFtMNsICIgwcOhEL57+0dHPaQaxjQHCUgZQzl7gGa9Z6Qj0EaVgHxbqDmNDItBVl4BmqOCz5LQYARlp2AGsuBVAfI10DsCtR4lkSfgiwVBOJZQL3pRMcxUHEnkKqAat4N9QExlgpCfUm0pRiJi1TLoZbuhsYr0ZZiTdVQyzsJWU6JpTizE9AQkK9n4bIczdKz0FCiTj6G+gDDciyWuhJKwXhTNZ54nAmkQFnsHhCHAfFMSi0lymI0y2GAIkuJthitdCNYKlHV4tHaachaDBBgAFQTdpHxdZKfAAAAAElFTkSuQmCC);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px;
	-ms-word-break: normal;
	word-break: normal;
}
textarea {
	resize: none;
}
::-webkit-input-placeholder {
	color: #4EAA47;
}
:-moz-placeholder {
	color: #4EAA47;
}
::-moz-placeholder {
	color: #4EAA47;
}
:-ms-input-placeholder {
	color: #4EAA47;
}
.button, .button:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	max-width: 320px;
	margin: auto;
	cursor: pointer;
	padding: 6px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #29ACC1;
	border: solid 3px #4EAA47;
	background: none;
}
.go-button {
	display: inline-block;
	color: #FFF;
	background-color: #8FBFB5;
	font-family: "Rufina", serif;
	vertical-align: top;
	font-size: 35px;
}
.learn-more, .learn-more:visited {
	display: block;
	color: #374857;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;
	margin-top: 32px;
	text-align: center;
}
.learn-more:after {
	display: inline-block;
	content: ">";
	margin-left: 8px;
}
.view-tour, .view-tour:visited {
	color: #0A1C26;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 40px;
	background-size: 30px;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkJJREFUeNq0l7FOw0AMhpNWSIgBZWBEIkyMhK0b5QkIT9D2CVpGJuAJyhu0fYK2T9CMMDWMnQgSAwuiMCAkBrDLf5V7PeglaU465Ugdf7bP5zOuk2Fs7R549AjEq/jjaTJNo8NNAQvpcUqzStM3iDA4ojkkI7q5wQC2DbBIrNl7TzPimgy4SQ1GODs0Q7xKaPZoDkhhbJD3IdsURrLcGcknVmBSEgAa2Fhv+L6OKHn4/kQ31v3D0zGsZuGGyUPLBBwJ4xfgJvAICRRDeOrkGKSvjy3gcB8pfSVNqAXoFHuTC4rRgBM+wr/oMULzgH1h6GBFpke2hiFnxvhzn5NNelwHNPoPKo7PCMauHNhbdbYv9VDX8OxZhjAVnE8GnuEcLEugTdXJAsdZZs89kq+WhAK9GjkFeK70L4HjjJlrC39TCwX29B+ywi09Piw56x2rIqYcnB8nVcT3ckC7lEANi6jMIquDgwKh0rFfj+kjFfsA11sRUEdcsbHc44GoYGuHoszyHidcySRYVaym5ZlM46mDBsFcGQk4pvlNs21R9NNcjS3ofVVOlaXAxvbOBKGu0Prx6/3FeDzo/XMKqOpmNmleqHwqawoTArq4k6u0vuN3OZoAVVQ89Grn6reywZuIgJzZFfae1m/07jYDlJOpD+is6SM9nzZdZkdkeISGL7IAqk4jFN8udTNuim5RlcQhlPGxSADyUXxqWhFiY6+yNvQMbeE42F76XUCT3P/CiH07Fl5VxY3D0bhHEq2jSSxm/AgwAPm+/YCFYLj6AAAAAElFTkSuQmCC);
}
.white-button, .white-button:visited {
	color: #FFF;
	border: solid 4px #FFF;
	letter-spacing: 5px;
	background: none;
}
.border-button {
	color: #000;
	border: solid 4px #000;
	padding: 4px;
}
.button:hover {
	opacity: 0.7;
}
.button:active {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1); /* Standard syntax */
}
.page-menu {
	display: table;
	list-style-type: none;
	padding: 0;
	padding-bottom: 16px;
	margin: auto auto 16px;
	text-align: center;
	border-bottom: #3F568A solid 3px;
}
.page-menu li {
	display: inline-block;
	margin: 4px 8px;
}
#SEARCH {
	margin: 12px auto;
}
.rule, .contact-form .rule {
	display: block;
	border-bottom: #2AADC1 double 4px;
	float: none;
	margin: auto;
	width: 100%;
}
.call-now {
	float: right;
	color: #FFFFFF;
	display: block;
	margin: 12px;
	padding: 4px 4px 4px 26px;
	background-image: url(../ELEMENTS/IMAGES/call-icon.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
.community-nav {
	max-width: 720px;
	padding: 0;
	margin: 12px auto;
	list-style-type: none;
	text-align: center;
}
.toggle {
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 600;
	padding: 3px;
	margin: 4px 8px;
	border-bottom: solid 3px rgba(255, 255, 255, 0.00);
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.toggle:hover {
	border-bottom: solid 3px #A5A5A5;
}
.toggle.current, .toggle:active {
	border-bottom: solid 3px #2376A9;
}
.THUMBS {
	min-height: 380px;
}
a, a:visited {
	color: #0A1C26;
}
/* END Buttons and Links */
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-half {
	width: 49%;
}
.full-width {
	width: 100%;
}
/* 7. Responsiveness */
.mobile {
	display: none !important;
	visibility: hidden;
}
@media (max-width: 1150px) {
	.mainnav li a {
		font-size: 0.9em;
	}
}
.hidenav-label {
	display: none;
}
@media (max-width: 768px) {
	.wrapper:before, .mainnav br {
		display: none;
	}
	.overlap {
		margin-top: auto;
	}
	.header-image {
		margin-bottom: auto !important;
	}
	.nojs .mainnav li:hover ul {
		display: block;
	}
	.right, .left, .triple-boxes a, .column, .social-media ul, .home-thumb, .detail-icon-box, .pano-frame, .featured-thumb {
		width: 100% !important;
		float: none !important;
		margin: auto;
		max-width: 100% !important;
	}
	.pano-image {
		position: relative;
		min-height: 300px;
	}
	.home-thumb .button {
		bottom: -66px;
	}
	nav {
		display: none !important;
	}
	.hidenav-label {
		position: relative;
		display: block;
		margin: 0 auto;
		text-align: center;
		font-weight: bold;
		color: #000;
		font-size: 24px;
		padding-bottom: 12px;
		cursor: pointer;
	}
	#hidenav:checked ~ nav {
		display: block !important;
	}
	.multi-col {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		width: 100% !important;
		column-width: 100%;
	}
	.nav-header {
		text-align: center;
	}
	.burger {
		position: relative;
		width: 30px;
		height: 10px;
		margin-right: 12px;
		overflow: visible;
		display: inline-block;
	}
	.burger span, .burger span:before, .burger span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 3px;
		width: 30px;
		background: #000;
		position: absolute;
		display: block;
		content: '';
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.burger span:before {
		top: -10px;
	}
	.burger span:after {
		bottom: -10px;
	}
	#hidenav:checked ~ label .burger span {
		background-color: transparent;
	}
	#hidenav:checked ~ label .burger span:before, #hidenav:checked ~ label .burger span:after {
		top: 0;
	}
	#hidenav:checked ~ label .burger span:before {
		transform: rotate(45deg);
	}
	#hidenav:checked ~ label .burger span:after {
		transform: rotate(-45deg);
	}
	.mainnav > li:after {
		display: none;
	}
	.intro-box h1, .page-title {
		font-size: 36px;
	}
	.home-thumb-image, .home-thumb-details {
		width: 100%;
		position: relative;
	}
	.home-thumb {
		margin-bottom: 24px;
	}
	.page-title {
		position: relative;
	}
	.social-media {
		text-align: center;
	}
	.call-now {
		text-align: center;
		float: none;
		margin: auto;
	}
	.floorplan-thumb {
		margin-bottom: 16px;
	}
	.community-map {
		height: 150px;
	}
	.mobile {
		display: block !important;
		visibility: visible;
	}
	.content {
		padding: 4px 15px;
	}
	.overflow {
		margin-bottom: 0px !important;
	}
	.page-title {
		text-align: center;
	}
	.logo {
		float: none;
		margin: auto;
		width: 100%;
		max-width: 300px;
	}
	.social-media {
		position: relative;
	}
	.click-to-call {
		width: 100%;
		float: none;
		text-align: center;
		margin: auto;
	}
	.welcome .page-title span:last-child {
		margin-left: auto;
	}
	.no-header {
		padding-top: 0;
		margin: 8px auto 0;
	}
	.button-row .button {
		width: 100%;
		margin: 4px auto;
		padding: 6px 0;
	}
	.header {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}
	.mainnav {
		width: 100%;
	}
	.mainnav > li {
		display: block;
		margin: auto;
		margin-right: 0;
		width: 100%;
		border-left: none;
	}
	.mainnav .submenu > a:after {
		margin-left: 10px;
		display: inline-block;
		content: '';
		width: 0;
		height: 0;
		border-top: 5px solid #000;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	.mainnav li > a {
		font-size: 0.8em !important;
		padding: 8px;
		text-align: center;
	}
	.mainnav ul {
		position: relative;
		top: 0;
		visibility: visible;
		display: none;
		border-left: none;
		pointer-events: none;
	}
	.mainnav li.active ul {
		display: block;
		pointer-events: all;
	}
	.footernav li:after {
		margin: auto 6px;
	}
	.box-label {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		clear: both;
		text-align: center;
	}
	.sidebar .box img, .sidebar .box span, .sidebar .box h3, .sidebar .box p, .community-thumb, .one-third, .white-quad div {
		width: 100%;
		float: none;
		text-decoration: none;
		padding: 0;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.white-quad div {
		border: none !important;
	}
	.white-quad:first-child {
		border-bottom: none;
	}
	.sidebar .box span {
		padding: 8px;
	}
	.listing .button {
		padding: 12px 0;
		font-size: 1.2em;
	}
	.bx-controls {
		display: none;
	}
	.community-thumb .description {
		border-right: none !important;
	}
	table td {
		display: block;
	}
	.popup-form table td {
		display: table-cell;
	}
	.gallery li {
		width: 30% !important;
		margin: 1%;
	}
	.half-box {
		background-size: cover;
	}
	.half-box p {
		background-color: rgba(255, 255, 255, 0.5);
		padding: 4px;
	}
	.community-thumb .thumb-buttons {
		position: relative;
		margin: 0 auto auto;
		left: 0;
		right: 0;
		width: 90%;
	}
	.community-thumb .thumb-buttons .view-details {
		float: none;
		width: 100%;
		margin: 12px auto;
		left: auto;
		right: auto;
	}
}
/* END Responsiveness */
/* 8. Plugins */
/* JPAGES */
.homegalleryNav, .holder {
	text-align: center;
}
.holder a {
	display: inline-block;
	padding: 6px;
	border-bottom: none;
	cursor: pointer;
	text-decoration: none;
}
.holder a:hover {
	color: #77AE42;
	text-decoration: underline;
}
.jp-current {
	color: #77AE42;
}
.page-gallery form {
	text-align: center;
	padding: 6px;
}
/* Responsive YouTube */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 24px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END Responsive YouTube */
.gallery {
	list-style-type: none;
	margin: 12px 0 0;
	padding: 0;
	text-align: center;
}
.gallery li {
	vertical-align: top;
	display: inline-block;
	width: 20%;
	margin: 1%;
}
.gallery li a {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0.8;
}
.gallery li:hover a {
	transform: scale(1.1, 1.1);
	opacity: 1;
}
.gallery-nav {
	text-align: center;
}
.gallery-nav a {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 12px;
}
/* END Plugins */
/* Print */
@media print {
	.gallery {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.gallery li {
		width: 24% !important;
		height: auto !important;
		display: inline-block !important;
		vertical-align: top !important;
	}
	.mainnav, .footernav, .holder, .homegalleryNav, .social-media {
		display: none;
	}
}
.nojs .mainnav > li:hover ul {
	top: 100%;
	visibility: visible;
}
.ie {
	display: none;
}
iframe[name="google_conversion_frame"] {
	height: 1px;
	width: 1px;
	position: absolute;
	left: -9999px;
	overflow: hidden;
}
#your-mother {
	width: 1000px;
	overflow: visible;
}