/* Section */

.section {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
	padding-top: 112px;
}

/* Popup */

#popup {
	padding: 0;
}

#popup img {
	display: block;
	width: 100%;
}

/* Top Bar */

#topBar {
	color: #f8971d;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 15px;
}

#topBar .section {
	height: 31px;
	padding-top: 2px;
	padding-right: 8px;
}

#topBar .socials {
	float: right;
	margin: 8px 0 0 22px;
	padding: 0;
}

#topBar .socials li {
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
	list-style: none;
}

#topBar .socials li:first-child {
	margin-left: 0;
}

#topBar .socials li img {
	height: 19px;
	display: block;
	-webkit-transition: filter 0.3s;
	-moz-transition: filter 0.3s;
	transition: filter 0.3s;
}

#topBar .socials li:hover img {
	-webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
	-moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

#topBar .enquire {
	position: relative;
	float: right;
	height: 31px;
	line-height: 32px;
	background: #f8981c;
	color: #fff;
	padding: 0 27px 0 34px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#topBar .enquire:hover {
	background-color: #ed8b22;
}

#topBar .enquire:after {
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 13px;
	border-color: transparent transparent transparent #fff;
}

#topBar .call {
	float: right;
	margin-right: 17px;
	margin-top: 6px;
}

/* Header */

#header .section {
	height: 81px;
}

#header .logo {
	float: left;
	width: 173px;
	margin-bottom: 23px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .call {
	display: none;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* Sticky Header */

#stickyHeader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10000;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Navigation */

#navigation {
	clear: both;
}

#navigation ul {
	float: right;
	margin: 0 0 0 -60px;
	padding: 0;
}

#navigation ul li {
	/* position: relative */
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
	color: #615e57;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 13px;
}

#navigation ul li a {
	display: inline-block;
	padding: 4px 10px;
}


#navigation ul li.Current a,
#navigation ul li:hover a {
	background: #68655f;
	background: #323a40;
	color: #fff;
}

#navigation ul li ul {
	display: none;
	margin: 0;
	padding: 27px 3px 3px 27px;
	position: absolute;
	left: -2px;
	width: 1286px;
	background: #323a40;
	background: rgba(50, 58, 64, 0.95);
	z-index: 2;
}

#navigation ul li ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 24px 0;
	color: #fff;
	width: 352px;
	font-size: 16.50px;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

#navigation ul li ul li a {
	display: block;
	padding: 0;
	overflow: hidden;
}

#navigation ul li ul li.Current a,
#navigation ul li:hover ul li a {
	background: none;
	color: #fff;
}

#navigation ul li ul li img {
	float: left;
	width: 155px;
}

#navigation ul li ul li p,
#mm-navigation .mm-listview p {
	position: relative;
	display: block;
	padding: 33px 17px 10px 0;
	margin: 0 0 0 174px;
	line-height: 1.15;
}

#mm-navigation .mm-listview p {
	margin-left: 0;
	font-weight: bold;
}

#navigation ul li ul li p:after,
#mm-navigation .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 19px;
	border-color: transparent transparent transparent #ffffff;
}

#navigation ul li ul li p span,
#mm-navigation .mm-listview p span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 14.17px;
	font-weight: normal;
	margin-top: 7px;
}

#navigation ul li ul li:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

#navigation ul li ul li.color01,
#mm-navigation .mm-listview li.color01 {
	background: #323a40;
}

#navigation ul li ul li.color02,
#mm-navigation .mm-listview li.color02 {
	background: #ed8b22;
}

#navigation ul li ul li.color03,
#mm-navigation .mm-listview li.color03 {
	background: #4b5560;
}

#navigation ul li ul li.color04,
#mm-navigation .mm-listview li.color04 {
	background: #d6d5d5;
}

#navigation ul li:hover ul {
	display: block;
}

/* Slider */

#slider .section {
	padding-left: 0;
	padding-right: 0;
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	/* height: 450px */
	color: #fff;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#slider li img {
	display: block;
	width: 1280px;
}

#slider .owl-carousel .owl-item {
	-webkit-transition: filter 0.3s;
	-moz-transition: filter 0.3s;
	transition: filter 0.3s;
	-webkit-filter: brightness(25%);
	-moz-filter: brightness(25%);
	-ms-filter: brightness(25%);
	filter: brightness(25%);
}

#slider .owl-carousel .owl-item.center {
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-ms-filter: brightness(100%);
	filter: brightness(100%);
}

#slider li .section {
	height: 100%;
}

#slider .slides li .overlay {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

#slider .slides li .overlay .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 115px;
}

#slider .slides li .overlay .inner .title {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 55px;
	line-height: 0.95;
	margin: 0 0 40px;
}

#slider .slides li .overlay .inner .text {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

#slider .slides li .overlay .inner .text a {
	font-size: 0.5833333333333333em;
	/* 14px */
	font-weight: bold;
	color: #F7971C;
	white-space: nowrap;
}

#slider .slides li .overlay .inner .text a:hover {
	text-decoration: underline;
}


#slider .slides .owl-nav {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -17.5px;
	margin-left: -640px;
	width: 1280px;
	pointer-events: none;
}

#mobileSlider .slides .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -17.5px;
}

#slider .slides .owl-nav.disabled,
#mobileSlider .slides .owl-nav.disabled {
	display: block;
}

#slider .slides .owl-prev,
#mobileSlider .slides .owl-prev,
#slider .slides .owl-next,
#mobileSlider .slides .owl-next {
	width: 20px;
	height: 35px;
	text-indent: -9999em;
	background: url(../images/slider-arrows-new.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	pointer-events: auto;
}


#slider .slides .owl-prev,
#mobileSlider .slides .owl-prev {
	float: left;
	margin-left: 10px;
	background-position: left top;
}

#slider .slides .owl-next,
#mobileSlider .slides .owl-next {
	float: right;
	margin-right: 10px;
	background-position: left bottom;
}

/* Mobile Slider */

#mobileSlider {
	display: none;
}

#mobileSlider .slides {
	margin: 0;
	padding: 0;
}

#mobileSlider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mobileSlider .slides li img {
	display: block;
	width: 100%;
}

#searchDesigns.mobileVersion {
	display: none;
}

/* Home Finder */

#homeFinder {
	background: #e2dfdb;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 18px;
}

#homeFinder .section {
	padding-top: 43px;
	padding-bottom: 43px;
}

#homeFinder .title {
	float: left;
	margin: 0;
	font-size: 24px;
	color: #323a40;
	font-weight: bold;

}

#homeFinder .homeType {
	position: relative;
	float: left;
	background: #fff;
	width: 274px;
	height: 36px;
	margin-left: 40px;
}

#homeFinder .homeType select {
	margin: 0;
	padding: 0 18px;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	color: #615e57;
	font-size: 18px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background: none;
}

#homeFinder .homeType:after {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #625f58 transparent transparent transparent;
	pointer-events: none;
}


#homeFinder .lbl {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#homeFinder .beds {
	float: left;
	margin-left: 28px;
}

#homeFinder .beds ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

#homeFinder .beds ul li {
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

#homeFinder .beds ul li a {
	position: relative;
	display: inline-block;
	width: 39px;
	line-height: 36px;
	text-align: center;
	background: #ffffff;
}

#homeFinder .beds ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0px solid #615e57;
}

#homeFinder .beds ul li.active a:after {
	border-width: 2px;
}

#homeFinder .beds ul li input {
	display: none;
}

#homeFinder .price {
	float: left;
	margin-left: 28px;
}

#homeFinder .price .range {
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	background: #fff;
	padding: 0 7px;
}

#homeFinder .price .range .min {
	line-height: 36px;
	margin-right: 5px;
}

#homeFinder .price .range .max {
	line-height: 36px;
	margin-left: 8px;
}

#homeFinder .price .range .slider {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin-top: -2px;
}

#homeFinder .price .range .slider .rangeslider {
	height: 4px;
	background: #d6d5d5;
	box-shadow: none;
}

#homeFinder .price .range .slider .rangeslider__fill {
	background: none;
	box-shadow: none;
}

#homeFinder .price .range .slider .rangeslider__handle {
	width: 15px;
	height: 15px;
	background: #615e57;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	top: 0;
	margin-top: -6px;
}

#homeFinder .price .range .slider .rangeslider__handle:after {
	display: none;
}

#homeFinder .searchBtn {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	width: 110px;
	height: 36px;
	font-family: 'NunitoSans-ExtraBold', Arial, sans-serif;
	font-size: 18px;
	background: #f7971c;
	color: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#homeFinder .searchBtn:hover {
	background-color: #ed8b22;
}

/* Content */

#content .section {
	padding-top: 50px;
	padding-bottom: 25px;
}

/* newsStories */

#newsStories {
	background: #f4f2f0;
}

#newsStories .section {
	padding-top: 40px;
	padding-bottom: 50px;
}

#newsStories .stories {
	margin: 0 0 24px -24px;
	padding: 0;
}

#newsStories .stories li {
	margin: 0 -4px 24px 0;
	padding: 0 0 0 24px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#newsStories .stories li img {
	display: block;
	width: 100%;
}

#newsStories .stories li .desc {
	background: #fff;
	padding: 5.254777070063694% 4.777070063694268% 3.980891719745223%;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.375;
}

#newsStories .stories li .desc .title {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 50px;
	line-height: 1.1;
}

#newsStories .stories li .desc .readmore {
	color: #f8971d;
	white-space: nowrap;
}

#newsStories .browseBtn {
	text-align: center;
	margin: 0;
}

#newsStories .browseBtn a {
	display: inline-block;
	background: #f8981c;
	color: #fff;
	letter-spacing: 0.02em;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	padding: 11px 16px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#newsStories .browseBtn a:hover {
	background-color: #ed8b22;
}

/* Newsletter */

#newsletter {
	background: #d6d5d5;
	font-family: 'NunitoSans', Arial, sans-serif;
}

#newsletter .section {
	padding-top: 30px;
	padding-bottom: 30px;
}

#newsletter .title {
	text-align: center;
	font-size: 30px;
	color: #323a40;
	margin: 0 0 10px;
}

#newsletter .subtitle {
	text-align: center;
	font-size: 18px;
	color: #615e57;
	margin: 0 0 30px;
}

#newsletter .form {
	max-width: 980px;
	margin: 0 auto;
}

#newsletter .form .textbox,
#newsletter .form select {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	background: #fff;
	-webkit-appearance: none;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	color: #a2988a;
	padding: 0 15px;
	height: 36px;
}

#newsletter .form .textbox.email {
	padding: 0 15px;
}

#newsletter .form .firstName,
#newsletter .form .lastName,
#newsletter .form .email,
#newsletter .form .interestedIn {
	float: left;
	width: 20.65986394557823%;
	padding-right: 8px;
}

#newsletter .form .interestedIn {
	width: 27%;
	background: none;
}

#newsletter .form .interestedIn:after {
	right: 20px;
}

#newsletter .form .interestedIn select {
	color: #615e57;
	padding-left: 11px;
	padding-right: 11px;
}


#newsletter .form .submitBtn {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 11.02040816326531%;
	height: 36px;
	background: #f7971c;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#newsletter .form .submitBtn:hover {
	background-color: #ed8b22;
}

/* Disclaimer */

#disclaimer {
	font-size: 10px;
	color: #79766d;
}

#disclaimer .section {
	padding-top: 15px;
	padding-bottom: 15px;
}

#disclaimer p {
	margin: 0;
}

/* Breadcrumb */

#breadcrumb {
	background: #323a40;
	color: #fff;
}

#breadcrumb .section {
	padding-top: 11px;
	padding-bottom: 7px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 13px;
}

#breadcrumb ul li:first-child {
	margin-left: 0;
}

#breadcrumb ul li a {
	position: relative;
	display: inline-block;
	padding-left: 21px;
}

#breadcrumb ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 11px;
}

#breadcrumb ul li a:after {
	border-color: transparent transparent transparent #a2998b;
}

#breadcrumb ul li:first-child a:after {
	border-color: transparent transparent transparent #f7981c;
}

/* Page Heading */

#pageHeading {
	background: #323a40;
	color: #fff;
}

#pageHeading .section {
	padding-top: 11px;
	padding-bottom: 8px;
}

#pageHeading p {
	position: relative;
	margin: 0;
	padding: 0 0 0 21px;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

#pageHeading p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 11px;
	border-color: transparent transparent transparent #f7981c;
}

/* Home Display */

#homeDisplay {
	background: #a2998b;
}

#homeDisplay {
	background: #d6d5d5;
	margin-bottom: 20px;
}

#homeDisplay .section {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

#homeDisplay .image {
	float: left;
	width: 67.65625%;
	/* 866px */
	min-height: 454px;
	background: no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#homeDisplay .desc {
	position: relative;
	float: right;
	width: 32.34375%;
	/* 414px */
	padding: 7% 5.46875% 82px;
	color: #615e57;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 17px;
}

#homeDisplay .desc .estateLogo {
	position: absolute;
	right: 26px;
	top: 23px;
	height: 60px;
}

#homeDisplay .desc .estateLogo img {
	display: block;
	height: 100%;
}

#homeDisplay .desc .estateLogo.forMobile {
	display: none;
}

#homeDisplay .desc .estateLogo.forDesktop {
	position: static;
	display: block;
	margin-top: 10px;
}

#homeDisplay .desc .title {
	font-size: 30px;
	line-height: 1;
	color: #79766d;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#homeDisplay .desc .title span {
	display: block;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
}

#homeDisplay .desc .fromPrice {
	display: none;
	margin: 0 0 25px;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f8971d;
}

#homeDisplay .desc .homeFeatures {
	position: absolute;
	left: 16.90821256038647%;
	bottom: 10px;
}

#homeDisplay .desc .homeFeatures li {
	font-size: 16px;
}

/* Home Design */

#homeDesign {
	position: relative;
	margin-top: -50px;
	padding-bottom: 2.734375%;
}

#homeDesign:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #f4f2f0;
	z-index: -1;
}

#homeDesign .tabsContent {
	border-bottom: 1px solid #cdc9c1;
	background: #fff;
	padding: 1.6%;
}

#homeDesign .tabsContent .overview {
	padding-top: 4px;
}

#homeDesign .tabsContent .overview .title {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 48px;
	margin: 0;
}

#homeDesign .tabsContent .overview .title span {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
}

#homeDesign .tabsContent .overview .info {
	position: relative;
	border-top: 1px solid #ebe9e5;
	border-bottom: 1px solid #ebe9e5;
	margin-bottom: 5.78125%;
}

#homeDesign .tabsContent .overview .info:after {
	content: "";
	position: absolute;
	left: 67.65625%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #ebe9e5;
}

#homeDesign .tabsContent .overview .info .left {
	float: left;
	width: 67.65625%;
	/* 866px */
	padding: 2.734375% 5.46875% 2.96875% 0;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 24px;
}

.homeFeatures {
	margin: 0 0 5.773672055427252%;
	padding: 0;
}

.homeFeatures li {
	margin: 0 1.428571428571429em 0 0;
	padding: 0.2857142857142857em 0 0 2.380952380952381em;
	list-style: none;
	display: inline-block;
	vertical-align: bottom;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 21px;
	background: no-repeat left bottom;
	height: 1.428571428571429em;
}

#homes .listing .home .info .homeFeatures li {
	margin-right: 11px;
	padding-left: 27px;
}

.homeFeatures li.beds {
	background-image: url(../images/bed-ico.png);
	-webkit-background-size: 1.80952380952381em;
	-moz-background-size: 1.80952380952381em;
	background-size: 1.80952380952381em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.homeFeatures li.bathrooms {
	background-image: url(../images/bath-ico.png);
	-webkit-background-size: 1.80952380952381em;
	-moz-background-size: 1.80952380952381em;
	background-size: 1.80952380952381em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.homeFeatures li.parking {
	background-image: url(../images/parking-ico.png);
	-webkit-background-size: 1.952380952380952em;
	-moz-background-size: 1.952380952380952em;
	background-size: 1.952380952380952em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.homeFeatures li.drawing {
	background-image: url(../images/drawing-ico.png);
	-webkit-background-size: 1.761904761904762em;
	-moz-background-size: 1.761904761904762em;
	background-size: 1.761904761904762em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#homes .listing .home .info .homeFeatures li.beds {
	background-image: url(../images/bed-white-ico.png);
	-webkit-background-size: 1.80952380952381em;
	-moz-background-size: 1.80952380952381em;
	background-size: 1.428571428571429em;
}

#homes .listing .home .info .homeFeatures li.bathrooms {
	background-image: url(../images/bath-white-ico.png);
	-webkit-background-size: 1.80952380952381em;
	-moz-background-size: 1.80952380952381em;
	background-size: 1.428571428571429em;
}

#homes .listing .home .info .homeFeatures li.parking {
	background-image: url(../images/parking-white-ico.png);
	-webkit-background-size: 1.952380952380952em;
	-moz-background-size: 1.952380952380952em;
	background-size: 1.428571428571429em;
}

#homes .listing .home .info .homeFeatures li.drawing {
	background-image: url(../images/drawing-white-ico.png);
	-webkit-background-size: 1.761904761904762em;
	-moz-background-size: 1.761904761904762em;
	background-size: 1.428571428571429em;
}

#homeDesign .tabsContent .overview .info .right {
	float: right;
	width: 32.34375%;
	padding: 2.5% 0;
}

#homeDesign .tabsContent .overview .right .orangeBtn {
	display: block;
	max-width: 280px;
	margin: 0 auto 13px;
	padding: 16px 0;
	background-color: #615f58;
}

#homeDesign .tabsContent .overview .right .orangeBtn:hover {
	background-color: #74726b;
}

#homeDesign .tabsContent .overview .right .download {
	padding-left: 27px;
}

#homeDesign .tabsContent .overview .right .download:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 21px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 8.5px 0 8.5px;
	border-color: #ffffff transparent transparent transparent;
}

#homeDesign .tabsContent .left {
	float: left;
	width: 67.65625%;
	/* 866px */
	padding-bottom: 20px;
	padding-right: 20px;
}

#homeDesign .tabsContent .overview .left {
	padding-left: 20px;

}

#homeDesign .tabsContent .overview .plan .left .image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#homeDesign .tabsContent .right {
	float: right;
	width: 31.16666666666667%;
	/* 374px */
	padding-bottom: 2.5%;
}

#homeDesign .tabsContent .overview .plan .right .specs {
	background: #f9f9f8;
	padding: 6.684491978609626% 18.71657754010695%;
	margin: 0 0 6%;
	font-size: 12px;
}

#homeDesign .tabsContent .overview .plan .right .specs table {
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 25px auto;
	text-align: left;
}

#homeDesign .tabsContent .overview .plan .right .specs table caption {
	margin: 0;
	padding: 0 0 3px;
	text-align: left;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 14px;
	color: #615e57;
}

#homeDesign .tabsContent .overview .plan .right .specs table th,
#homeDesign .tabsContent .overview .plan .right .specs table td {
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	padding-bottom: 2px;
}

#homeDesign .tabsContent .overview .plan .right .specs table td {
	text-align: right;
}

#homeDesign .tabsContent .overview .plan .right .viewLarger {
	padding-left: 10px;
	background-image: url(../images/magnifier-ico.png);
	background-repeat: no-repeat;
	background-position: 19px center;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	background-size: 30px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#homeDesign .tabsContent {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
}

#homeDesign .tabsContent .title {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 18px;
}

#homeDesign .tabsContent .buttons {
	margin: 0 0 0 -27px;
	padding: 0;
}

#homeDesign .tabsContent .buttons li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
}

#homeDesign .tabsContent .buttons li a {
	position: relative;
	display: block;
	width: 216px;
	height: 41px;
	font-size: 12.56px;
	color: #fff;
	text-align: left;
}

#homeDesign .tabsContent .buttons li a:after {
	position: absolute;
	left: 11px;
	top: 14px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
}

#homeDesign .tabsContent .buttons li.aright a:after {
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #ffffff;
}

#homeDesign .tabsContent .buttons li a span {
	display: block;
	padding-left: 34px;
	line-height: 1.3;
	padding-top: 14px;
}

#homeDesign .tabsContent .buttons li a strong {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-weight: normal;
}

#homeDesign .tabsContent .buttons li.fullList a span {
	padding-top: 5.5px;
}

#homeDesign .tabsContent .inclusions .options {
	margin: 35px 0 0 -37px;
	padding: 0;
}

#homeDesign .tabsContent .inclusions .options li {
	margin: 0 0 13px;
	padding: 0 0 0 37px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

#homeDesign .tabsContent .inclusions .options li a {
	display: block;
}

#homeDesign .tabsContent .inclusions .options li a:before {
	content: "";
	display: block;
	margin: 0 auto;
}

#homeDesign .tabsContent .inclusions .options li a:before {
	display: block;
	height: 39px;
	margin-bottom: 10px;
	background: no-repeat center top;
}

#homeDesign .tabsContent .inclusions .options li a:hover:before,
#homeDesign .tabsContent .inclusions .options li.active a:before {
	background-position: center bottom;
}

#homeDesign .tabsContent .inclusions .options li.interior a:before {
	width: 54px;
	background-image: url(../images/interior-ico.png);
}

#homeDesign .tabsContent .inclusions .options li.kitchen a:before {
	width: 55px;
	background-image: url(../images/kitchen-ico.png);
}

#homeDesign .tabsContent .inclusions .options li.bathrooms a:before {
	width: 37px;
	background-image: url(../images/bathrooms-ico.png);
}

#homeDesign .tabsContent .inclusions .options li.electrical a:before {
	width: 40px;
	background-image: url(../images/electrical-ico.png);
}

#homeDesign .tabsContent .inclusions .options li.bedrooms a:before {
	width: 42px;
	background-image: url(../images/bedrooms-ico.png);
}

#homeDesign .tabsContent .inclusions .options li.laundry a:before {
	width: 25px;
	background-image: url(../images/laundry-ico.png);
}

#homeDesign .tabsContent .inclusions .options li.frontFacade a:before {
	width: 61px;
	background-image: url(../images/front-facade-ico.png);
}

#homeDesign .tabsContent .inclusions .options li.exterior a:before {
	width: 54px;
	background-image: url(../images/exterior-ico.png);
}

#homeDesign .tabsContent .inclusions .option {
	display: none;
}

#homeDesign .tabsContent .inclusions .option.active {
	display: block;
}

#homeDesign .tabsContent .inclusions .option table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 1024px;
	font-size: 13px;
	margin-bottom: 30px;
}

#homeDesign .tabsContent .inclusions .option table th,
#homeDesign .tabsContent .inclusions .option table td {
	margin: 0;
	padding: 10px 16px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #e0ddd7;
	vertical-align: top;
}

#homeDesign .tabsContent .inclusions .option table th {
	font-weight: bold;
	color: #f8971d;
	width: 162px;
}

#homeDesign .tabsContent .inclusions .option table ul {
	margin: 0;
	padding: 0;
}

#homeDesign .tabsContent .inclusions .option table ul li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 18px;
	list-style: none;
}

#homeDesign .tabsContent .inclusions .option table ul li:first-child {
	margin-top: 0;
}

#homeDesign .tabsContent .inclusions .option table ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 10px;
	border-color: transparent transparent transparent #f8991c;
}

#homeDesign .tabsContent .inclusions .seeMore {
	position: relative;
	padding-left: 30px;
	margin: 0 0 45px;
}

#homeDesign .tabsContent .inclusions .seeMore span {
	display: block;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
}

#homeDesign .tabsContent .inclusions .seeMore:after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 21px;
	border-color: transparent transparent transparent #f8991c;
}

#homeDesign .tabsContent .inclusions .seeMore strong {
	white-space: nowrap;
}

#homeDesign .tabsContent .gallery .images {
	margin: 0 0 -11px -11px;
	padding: 0;
}

#homeDesign .tabsContent .gallery .images li {
	margin: 0 -4px 11px 0;
	padding: 0 0 0 11px;
	list-style: none;
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

#homeDesign .tabsContent .gallery .images li a {
	display: block;
	overflow: hidden;
}

#homeDesign .tabsContent .gallery .images li img {
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#homeDesign .tabsContent .gallery .images li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#homeDesign .tabsContent .enquire .info {
	margin: 0 0 30px;
}

#homeDesign .tabsContent .enquire .info em {
	font-style: normal;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
}

#homeDesign .tabsContent .enquire .info .phone {
	white-space: nowrap;
	font-weight: bold;
}

#homeDesign .tabsContent .enquire .fields {
	max-width: 645px;
	margin-left: -25px;
}

#homeDesign .tabsContent .enquire .fields .field {
	float: left;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 18px;
}

#homeDesign .tabsContent .enquire .fields .field.half {
	width: 50%;
}

#homeDesign .tabsContent .enquire .fields .field label {
	margin: 0;
	padding: 0 0 3px;
	display: block;
	font-weight: bold;
}

#homeDesign .tabsContent .enquire .fields .field .textbox,
#homeDesign .tabsContent .enquire .fields .field select,
#homeDesign .tabsContent .enquire .fields .field textarea {
	display: block;
	margin: 0;
	padding: 10px;
	border: 0;
	width: 100%;
	border: 1px solid #e9e7e4;
	height: 39px;
	font-size: 13px;
	color: #615e57;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

#homeDesign .tabsContent .enquire .fields .field select {
	cursor: pointer;
}

#homeDesign .tabsContent .enquire .fields .field textarea {
	resize: none;
	overflow: auto;
	height: 140px;
}

#homeDesign .tabsContent .enquire .instruction {
	font-size: 13px;
	font-weight: bold;
}

#homeDesign .tabsContent .enquire .submitBtn {
	float: right;
	height: 41px;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	padding: 0 24px;
	text-transform: uppercase;
	font-weight: 700;
}

#homeDesign .tabsContent .enquire .submitBtn span {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
}

#homeDesign .tabsContent .enquire .disclaimer {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 12px;
	margin: 63px 0 0;
}

/* More Info */

#moreInfo {
	padding-top: 2.734375%;
}

#moreInfo .info {
	position: relative;
	background: #e0ddd7;
	width: 48.5%;
	/* 614px */
}

#moreInfo .info .image {
	height: 297px;
	background-repeat: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#moreInfo .info .text {
	padding: 25px;
	font-size: 16px;
}

#moreInfo .info .text p {
	margin: 0;
}

#moreInfo .info .blueBtn,
#moreInfo .info .orangeBtn {
	float: left;
	display: inline-block;
	padding: 11px 17px;
	margin: 0 12px 0 0;
}

#moreInfo .info .orangeBtn {
	float: right;
	margin: 0 0 0 12px;
}

#moreInfo .inclusions {
	float: left;
}

#moreInfo .inclusions .image {
	background-image: url(../images/inclusions-image.jpg);
}

#moreInfo .inclusions .image .overlay {
	position: absolute;
	top: 3.821428571428571em;
	left: 0;
	margin: 0;
	background: #f8981c;
	background: rgba(248, 152, 28, 0.85);
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 28px;
	color: #fff;
	line-height: 1.2;
	width: 17.25em;
	padding: 0.7857142857142857em;
}

#moreInfo .inclusions .image .overlay span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	position: relative;
	top: -0.0714285714285714em;
	border-style: solid;
	border-width: 0.3571428571428571em 0 0.3571428571428571em 1.035714285714286em;
	border-color: transparent transparent transparent #004964;
	margin-left: 0.5em;
}

#moreInfo .inclusions .text p {
	font-size: 18px;
	margin-bottom: 17px;
}

#moreInfo .coach {
	float: right;
}

#moreInfo .coach .image {
	background-image: url(../images/coach-image.jpg);
}

#moreInfo .coach .image .overlay {
	position: absolute;
	left: 0;
	top: 5.833333333333333em;
	margin: 0;
	padding-left: 0.75em;
	line-height: 1;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	z-index: 1;
}

#moreInfo .coach .image .overlay:after {
	content: "";
	position: absolute;
	left: 0;
	top: -3.041666666666667em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.125em 0 4.125em 12.29166666666667em;
	border-color: transparent transparent transparent #f8991c;
	z-index: -1;
}

#moreInfo .coach .text p {
	margin-bottom: 23px;
}

#moreInfo .disclaimer {
	clear: both;
	font-size: 10px;
	color: #79766d;
	line-height: 1.2;
	padding-top: 2.34375%;
}

#moreInfo.new .inclusions .image {
	background-image: url(../images/inclusions-image-new.jpg);
}

#moreInfo.new .coach .image {
	background-image: url(../images/coach-image-new.jpg);
}

#moreInfo.new .info .image {
	position: relative;
}

#moreInfo.new .info .image:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.5;
	height: 71.71717171717172%;
	background: url(../images/more-info-triangle.svg) no-repeat;
	background-size: 100% 100%;
}

#moreInfo.new .info .text {
	font-size: 18px;
}

#moreInfo.new .info {
	background: #323a40;
	color: #fff;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
}

#moreInfo.new .info .blueBtn {
	position: relative;
	background-color: #fff;
	box-shadow: none;
	color: #333333;
	padding-left: 38px;
}

#moreInfo.new .info .blueBtn:after {
	content: "";
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 14px;
	border-color: transparent transparent transparent #f8991c;
}

#moreInfo.new .info .orangeBtn {
	float: left;
	margin-left: 0;
	margin-right: 12px;
	box-shadow: none;
	background: #fff;
	color: #333333;
}

#moreInfo.new .info .title {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

#moreInfo.new .info .blueBtn,
#moreInfo.new .info .orangeBtn {}

/* Search Sort By */

#searchSortBy {
	position: relative;
	float: right;
	margin-top: -25px;
}

#searchSortBy:after {
	content: "";
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -4.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
}

#searchSortBy select {
	margin: 0;
	padding: 0 0 0 15px;
	width: 159px;
	height: 38px;
	border: 0;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: #e3e0dc;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
}

#searchSortBy select option {
	margin: 0;
	padding: 0;
	color: #615e57;
	background: #fff;
}

.orangeBtn {
	position: relative;
	background: #f8981c;
	font-family: 'NunitoSans', Arial, sans-serif;
	color: #fff;
	text-align: center;
	border: 0;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.orangeBtn em {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-style: normal;
}

.orangeBtn:hover,
.orangeBtn:focus {
	background-color: #ed8b22;
	color: #fff;
}

.homestarter-plusBtn {
	background-color: #F8971D;
}

.homestarter-plusBtn:hover,
.homestarter-plusBtn:focus {
	background-color: #ed8b22;
	color: #fff;
}

.elevateBtn {
	background-color: #323a40;
}

.elevateBtn:hover,
.elevateBtn:focus {
	background-color: #19617b;
	color: #fff;
}

.sohoBtn {
	background-color: #333E49;
}

.sohoBtn:hover,
.sohoBtn:focus {
	background-color: #49535d;
	color: #fff;
}

.orangeBtn:hover,
.orangeBtn:focus {
	background-color: #ed8b22;
	color: #fff;
}

.blueBtn {
	position: relative;
	background: #004964;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: 2px 2px 2px #b0aeaf;
	-moz-box-shadow: 2px 2px 2px #b0aeaf;
	box-shadow: 2px 2px 2px #b0aeaf;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.blueBtn em {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-style: normal;
}

.blueBtn:hover,
.blueBtn:focus {
	background-color: #1a5773;
	color: #fff;
}

/* Tabs */

.tabs a {
	float: left;
	min-width: 129px;
	line-height: 50px;
	padding: 0 10px;
	height: 44px;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #615e57;
	margin-right: 12px;
	background: #e0ddd7;
	text-align: center;
}

.tabs a.active {
	background-color: #fff;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-weight: normal;
	color: #615e57;
}

.tabs a:hover {
	color: #fff;
	background-color: #ceccc6;
}

.tabs a.active:hover {
	color: #615e57;
	background: #fff;
}

.tabs .inner a.active:hover {
	background-color: #ed8b22;
}

.tabsContent .tab {
	display: none;
}

.tabsContent .tab.active {
	display: block;
}


/* home-designs.html */

/* Home Banner */

#homeBanner {
	position: relative;
	/* background: #a2998b; */
}

#homeBanner .section {
	padding-left: 0;
	padding-right: 0;
}

#homeBanner img {
	display: block;
	margin: 0 auto;
}

/*
#homeBanner .section {
	position: absolute;
	bottom: 25%;
	left: 50%;
	margin-left: -640px;
}

#homeBanner .section .overlay {
	margin: 0;
	padding: 0.6em;
	background: #f8981c;
	background: rgba(248,152,28,0.85);
	font-family: 'NunitoSans-ExtraBold', Arial, sans-serif;
	font-size: 50px;
	color: #fff;
	line-height: 0.9;
}*/

/* Home Intro */

#homeIntro {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #615e57;
}

#homeIntro .section {
	padding-top: 15px;
	padding-bottom: 60px;
}

#homeIntro .text {
	max-width: 830px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Home Search */

#homeSearch {
	background: #d6d5d5;
}

#homeSearch.mobileVersion {
	display: none;
}

#homeSearch.mobileVersion .section,
#searchDesigns.mobileVersion #homeSearch .section {
	padding: 0;
}

#homeSearch.mobileVersion .title,
#searchDesigns.mobileVersion #homeSearch .title {
	position: relative;
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
}

#homeSearch.mobileVersion .title:after,
#searchDesigns.mobileVersion #homeSearch .title:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: 10px;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #625f58 transparent transparent;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#homeSearch.mobileVersion .title.opened:after,
#searchDesigns.mobileVersion #homeSearch .title.opened:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

#homeSearch.mobileVersion .inner,
#searchDesigns.mobileVersion #homeSearch .inner {
	display: none;
	padding: 0 15px 30px;
}

#homeSearch .section {
	padding-top: 25px;
	padding-bottom: 30px;
}

#homeSearch .title {
	float: left;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 16px;
	color: #323a40;
	margin: 35px 35px 0 0;
	font-weight: bold;
}

#homeSearch .options {
	float: left;
	margin: 0;
	padding: 0;
}

#homeSearch .options li {
	float: left;
	margin: 0 0 0 26px;
	padding: 0;
	list-style: none;
}

#homeSearch .options li .lbl {
	display: block;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323a40;
	padding-top: 5px;
	padding-bottom: 7px;
}

#homeSearch .options li.homeType .dropdown,
#homeSearch .options li.lotWidth .dropdown {
	width: 189px;
}

#homeSearch .options li.beds .dropdown,
#homeSearch .options li.living .dropdown,
#homeSearch .options li.baths .dropdown {
	width: 133px;
}

#homeSearch .clearFilter {
	float: right;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 15px;
	line-height: 36px;
	width: 159px;
	margin-top: 30px;
}

#homeSearch .options li.beds .lbl {
	padding-left: 41px;
	background: url(../images/bed-ico-grey.png) no-repeat left 1px;
	-webkit-background-size: 31px;
	-moz-background-size: 31px;
	background-size: 31px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#homeSearch .options li.living .lbl {
	padding-left: 45px;
	background: url(../images/living-ico-grey.png) no-repeat left 2px;
	-webkit-background-size: 31px;
	-moz-background-size: 31px;
	background-size: 31px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#homeSearch .options li.baths .lbl {
	padding-left: 39px;
	background: url(../images/bath-ico-grey.png) no-repeat left -1px;
	-webkit-background-size: 29px;
	-moz-background-size: 29px;
	background-size: 29px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

/* Homes */

#homes .listing {
	margin-left: -8px;
}

#homes .listing .home {
	padding-left: 8px;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 33.33333333333333%;
	margin-bottom: 3%;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 14px;
}

#homes .listing .home a {
	display: block;
}

#homes .listing .home a:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#homes .listing .home .image {
	position: relative;
	overflow: hidden;
}

#homes .listing .home .image img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#homes .listing .home .image .virtualTour {
	position: absolute;
	right: 2%;
	top: 2%;
	width: 12%;
}

#homes .listing .home .image .designIcon {
	position: absolute;
	left: 17px;
	top: 17px;
	width: auto;
}

#homes .listing .home a:hover .designIcon {
	transform: none !important;
}

#homes .listing .home .image .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 18px 16px 6px;
	background: rgba(75, 85, 96, 0.79);
}

#homes .listing .home .image .overlay .title {
	float: left;
	max-width: 266px;
	padding-right: 10px;
}

#homes .listing .home .image .overlay .title span {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	margin-right: 4px;
	text-transform: uppercase;
}

#homes .listing .home .image .overlay .price {
	float: right;
	display: none;
}

#homes .listing .home .info {
	background: #323a40;
	color: #fff;
	padding: 5px 18px 7px;
}

#homes .listing .home .name {
	position: relative;
	margin: 0 0 5px;
	padding: 19px 0 14px 38px;
	background: #e0ddd7;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 17.32px;
	line-height: 1.2;
	text-transform: uppercase;
}

#homes .listing .home .name:after {
	content: "";
	position: absolute;
	left: 0;
	top: 19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9.5px 0 9.5px 28px;
	border-color: transparent transparent transparent #f8991c;
}

#homes .listing .home .name em {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-style: normal;
}

#homes .listing .home .homeFeatures {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

#homes .listing .home .homeFeatures li {
	font-size: 15.15px;
}

#homes .listing .home .info .homeFeatures li {
	font-size: 14px;
}

#homes .listing .home .size {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	margin-top: 11px;
	margin-left: 4px;
	color: #fff;
	font-size: 14px;
}

#homes .listing .home .size em {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-style: normal;
	color: #fff;
}


/* packages.html */

/* Home Heading */

#homeHeading {
	color: #fff;
	font-family: 'NunitoSans-ExtraLight', Arial, sans-serif;
	font-size: 36px;
	color: #615e57;
	text-align: center;
}

#homeHeading .section {
	padding-top: 72px;
	padding-bottom: 15px;
	line-height: 1.2;
}

#homeHeading .section p {
	margin: 0;
}

/* Pacakges */

#packages {
	clear: both;
}

#packages .package {
	margin-bottom: 23px;
}

#packages .package .image {
	float: left;
	width: 382px;
	overflow: hidden;
}

#packages .package .image img {
	display: block;
	/* width: 100%; */
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#packages .package .image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#packages .package .details {
	margin-left: 424px;
	border-bottom: 1px solid #eeedea;
}

#packages .package .details .desc {
	float: left;
	width: 600px;
	padding-top: 38px;
	margin-bottom: 15px;
}

#packages .package .details .desc .location {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}

#packages .package .details .desc .location span {
	display: block;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 18px;
}

#packages .package .details .desc .name {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 16px;
	margin: 0;
}

#packages .package .details .desc .name span {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
}

#packages .package .details .desc .props {
	margin: 0 0 24px;
	padding: 0;
	font-size: 16px;
}

#packages .package .details .desc .props li {
	position: relative;
	display: inline-block;
	margin: 0 -4px 0 0;
	padding: 0 44px 0 0;
	list-style: none;
}

#packages .package .details .desc .props li:last-child {
	padding-right: 0;
}

#packages .package .details .desc .props li:last-child:after {
	display: none;
}

#packages .package .details .desc .props li:after {
	content: "";
	position: absolute;
	right: 24px;
	top: 5px;
	height: 14px;
	width: 1px;
	background: #79766d;
}

#packages .package .details .desc .homeFeatures li {
	font-size: 15px;
}

#packages .package .details .info {
	position: relative;
	float: right;
	width: 200px;
	padding-top: 109px;
	margin-bottom: 15px;
}


.fixedPriceTag {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	line-height: 0.9;
	color: #fff;
	padding-top: 1.45em;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-left: 0.3846153846153846em;
}

.fixedPriceTag:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.269230769230769em 0 2.269230769230769em 6.692307692307692em;
	border-color: transparent transparent transparent #f89a20;
	z-index: -1;
}

.fixedPriceTag:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5384615384615385em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.269230769230769em 0 2.269230769230769em 6.692307692307692em;
	border-color: transparent transparent transparent #e0ddd7;
	z-index: -1;
}

.fromPriceTag {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	line-height: 1;
	color: #615E57;
	padding-top: 1.45em;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 0.3846153846153846em;
	top: 42px;
}

#packages .package .details .info .price {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 36px;
	margin: 0 0 13px;
}

#packages .package .details .info .packageDetails {
	display: block;
	background: #c0b9ad;
	color: #fff;
	font-family: 'NunitoSans-ExtraBold', Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	-webkit-box-shadow: 0 0 7px 0 rgba(192, 185, 173, 0.7);
	-moz-box-shadow: 0 0 7px 0 rgba(192, 185, 173, 0.7);
	box-shadow: 0 0 7px 0 rgba(192, 185, 173, 0.7);
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#packages .package .details .info .packageDetails:hover {
	background-color: #cfc8bc;
}

#packages .package .details .info .pricingEnquire .orangeBtn {
	font-size: 13px;
	padding: 12px 24px;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'NunitoSans-ExtraBold', Arial, sans-serif;
	width: 100%;
}

#packages #moreInfo {
	padding-top: 40px;
}

/* END packages.html */


/* individual-package.html */

#homeDesign.forPackage #homeDisplay .desc {
	padding: 35px 3.125% 1.953125%;
}

#homeDesign.forPackage #homeDisplay .desc .location {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 22px;
	margin: 0 0 19px;
	position: relative;
}

#homeDesign.forPackage #homeDisplay .desc .location span {
	display: block;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 18px;
	margin-top: 4px;
}

#homeDesign.forPackage #homeDisplay .desc .name {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 18px;
	margin: 0 0 19px;
}

#homeDesign.forPackage #homeDisplay .desc .name span {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
}

#homeDesign.forPackage #homeDisplay .desc .props {
	margin: 0 0 19px;
	padding: 0;
}

#homeDesign.forPackage #homeDisplay .desc .props li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15.15px;
}

#homeDesign.forPackage #homeDisplay .desc .homeFeatures {
	position: static;
	margin-bottom: 30px;
}

#homeDesign.forPackage #homeDisplay .desc .homeFeatures li {
	font-size: 13px;
}

#homeDesign.forPackage #homeDisplay .desc .pricing .fixedPriceTag {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 52px;
	font-size: 12px;
}

#homeDesign.forPackage #homeDisplay .desc .pricing .fromPriceTag {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 52px;
	font-size: 13px;
	top: 0;
}

#homeDesign.forPackage #homeDisplay .desc .pricing .price {
	display: inline-block;
	vertical-align: middle;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 30px;
}

#homeDesign.forPackage #homeDisplay .pricingEnquire {
	margin-bottom: 30px;
}

#homeDesign.forPackage #homeDisplay .pricingEnquire .orangeBtn {
	font-size: 14px;
	padding: 0 24px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

#homeDesign.forPackage .tabsContent .overview .plan .right .specs {
	margin-bottom: 20px;
}

#homeDesign.forPackage .tabsContent .plan .right .orangeBtn {
	width: 48.1283422459893%;
	/* 180px */
	padding: 10px 5px 10px 38px;
	font-size: 13px;
	text-align: left;
}

#homeDesign.forPackage .tabsContent .overview .plan .right .viewLarger {
	float: left;
	margin-bottom: 34px;
	background-position: 8px center;
	-webkit-background-size: 23px;
	-moz-background-size: 23px;
	background-size: 23px;
}

#homeDesign.forPackage .tabsContent .overview .plan .right .download {
	float: right;
	margin-bottom: 34px;
	-webkit-background-size: 13px;
	-moz-background-size: 13px;
	background-size: 13px;
}

#homeDesign.forPackage .tabsContent .overview .plan .right .download:after {
	left: 12px;
	top: 50%;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
}

#homeDesign .tabsContent .enquire {
	font-family: 'NunitoSans', Arial, sans-serif;
}

#homeDesign .tabsContent .enquire .caption {
	font-size: 20px;
	margin-bottom: 15px;
}

#homeDesign .tabsContent .enquire .image {
	float: left;
	width: 132px;
}

#homeDesign .tabsContent .enquire .text {
	margin-left: 148px;
}

#homeDesign .tabsContent .enquire .text .name {
	font-size: 18px;
	font-weight: bold;
	color: #323a40;
	line-height: 1;
	margin: 0 0 12px;
}

#homeDesign .tabsContent .enquire .text table {
	margin: 0 0 18px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 14px;
}

#homeDesign .tabsContent .enquire .text table th,
#homeDesign .tabsContent .enquire .text table td {
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#homeDesign .tabsContent .enquire .text table th {
	font-size: 14px;
	font-weight: bold;
	color: #a2988a;
	padding-right: 5px;
}

#homeDesign .tabsContent .overview .right .orangeBtn.enquireNow,
#homeDesign .tabsContent .right .orangeBtn.enquireNow {
	display: block;
	width: 100%;
	padding-left: 5px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	max-width: 280px;
	margin: 0 auto;
}

#homeDesign .tabsContent .right .downloadBtn {
	display: block;
	text-align: center;
	font-size: 12.56px;
	padding-top: 13px;
	padding-bottom: 9px;
	margin-bottom: 11%;
}

#homeDesign .tabsContent .right .downloadBtn span {
	position: relative;
	padding-left: 33px;
}

#homeDesign .tabsContent .right .downloadBtn span:after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
}

#homeDesign .tabsContent .inclusions .left .category {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 26px;
}

#homeDesign .tabsContent .inclusions .left .category .header {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 12px;
	margin: 0 0 8px;
}

#homeDesign .tabsContent .inclusions .left .category .subheader {
	font-weight: bold;
	color: #f8971d;
	margin: 0 0 3px;
}

#homeDesign .tabsContent .inclusions .left .category ul {
	margin: 0 0 10px;
	padding: 0;
}

#homeDesign .tabsContent .inclusions .left .category ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
}

#homeDesign .tabsContent .inclusions .left .category ul li:after {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}

#homeDesign .tabsContent .location .right {}

/* END individual-package.html */

/* display-homes.html */

#displayHomes .nearest {
	margin-bottom: 65px;
}

#displayHomes .listing {
	margin: 0 0 55px;
	padding: 0;
}

#displayHomes .listing li {
	position: relative;
	margin: 0 0 20px;
	padding: 22px;
	list-style: none;
	background: #f3f1ef;
}

#displayHomes .listing li .image {
	float: left;
	width: 381px;
}

#displayHomes .listing li .info {
	margin-left: 430px;
	font-family: 'NunitoSans', Arial, sans-serif;
}

#displayHomes .listing li .info .title {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 30px;
	margin: 0;
}

#displayHomes .listing li .info .address {
	margin: 0 0 10px;
	font-size: 17px;
}

#displayHomes .listing li .info .address .houseNumber {
	display: inline-block;
	width: 33px;
	line-height: 21px;
	height: 19px;
	margin-left: 5px;
	margin-top: -6px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-family: 'NunitoSans-ExtraBold', Arial, sans-serif;
	font-size: 11px;
	background: url(../images/houseicon.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#displayHomes .listing li .info dl {
	margin: 0;
	padding: 0;
}

#displayHomes .listing li .info dl dt,
#displayHomes .listing li .info dl dd {
	margin: 0;
	padding: 0;
}

#displayHomes .listing li .info dl dt {
	margin-top: 6px;
}

#displayHomes .listing li .info a {
	color: #f8971d;
	font-weight: bold;
}

#displayHomes .listing li .info .links {
	position: absolute;
	right: 29px;
	bottom: 21px;
}

#displayHomes .listing li .info .links a {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-left: 17px;
	min-width: 151px;
	text-align: left;
	line-height: 36px;
	font-size: 14px;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

#displayHomes .listing li .info .links a.directions {
	padding-left: 41px;
	background-image: url(../images/directions-ico.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

#displayHomes .listing li .info .links a.enquireNow {
	padding-left: 31px;
}

#displayHomes .listing li .info .links a.enquireNow:after {
	position: absolute;
	left: 11px;
	top: 50%;
	margin-top: -5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 15px;
	border-color: transparent transparent transparent #ffffff;
}

#displayHomes .listing li .info .links a:first-child {
	margin-left: 0;
}

#displayHomes .enquire {
	position: relative;
	z-index: 1;
	margin-bottom: 55px;
	padding-left: 47px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#displayHomes .enquire:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	bottom: 0;
	top: 0;
	background: #f3f1ef;
	z-index: -1;
}

#displayHomes .enquire .form {
	max-width: 646px;
}

#displayHomes .enquire .form .fields {
	margin-left: -26px;
}

#displayHomes .enquire .form .fields .field {
	float: left;
	padding-left: 26px;
	width: 100%;
	margin-bottom: 17px;
}

#displayHomes .enquire .form .fields .field.half {
	width: 50%;
}

#displayHomes .enquire .form .fields .field label {
	display: block;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
}

#displayHomes .enquire .form .fields .field .textbox,
#displayHomes .enquire .form .fields .field textarea {
	display: block;
	margin: 0;
	padding: 10px;
	border: 0;
	width: 100%;
	height: 38px;
	-webkit-appearance: none;
	background: #fff;
}

#displayHomes .enquire .form .fields .field textarea {
	resize: none;
	overflow: auto;
	height: 140px;
}

#displayHomes .enquire .form .note {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #615e57;
}

#displayHomes .enquire .form .submitEnquiry {
	float: right;
	padding: 0 25px;
	line-height: 36px;
	font-size: 14px;
}

#displayHomes .enquire .form .submitEnquiry span {
	font-weight: bold;
}

#googleMap .overlay {
	color: #615e57;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 13px;
	padding: 14px 0 6px 10px;
}

#googleMap .overlay h1 {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 18px;
	margin: 0 0 9px;
}

#googleMap .overlay p {
	margin: 0 0 6px;
	line-height: 1.2;
}

#googleMap .overlay p strong {
	font-family: 'NunitoSans-ExtraBold', Arial, sans-serif;
	font-weight: normal;
}

#googleMap .overlay .link {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	color: #f8971d;
}

#googleMap .gmnoprint {
	color: #fff;
}

/* END display-homes.html */

/* news-media.html */

#newsMedia {
	position: relative;
	padding: 45px 0;
	z-index: 1;
	margin-top: -50px;
	margin-bottom: -25px;
}

#newsMedia:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #f4f2f0;
	z-index: -1;
}

#newsMedia .intro {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 3.90625%;
}

#newsMedia .posts {
	float: left;
	width: 70.86553323029366%;
	/* 907px */
}

#newsMedia .sidebar {
	float: right;
	width: 25.96599690880989%;
	/* 332px */
}

#newsMedia .posts .post {
	background: #fff;
	margin-bottom: 20px;
	padding: 5% 7%;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 16px;
}

#newsMedia .posts .post .title {
	font-family: 'NunitoSans-ExtraLight', Arial, sans-serif;
	font-size: 45px;
	line-height: 1.222;
	margin: 0 0 5.512679162072767%;
}

#newsMedia .posts .post .image {
	display: block;
	width: 100%;
	margin-bottom: 22px;
}

#newsMedia .posts .post .text {
	margin-bottom: 7.717750826901874%;
}

#newsMedia .posts .post .category {
	position: relative;
	float: left;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #a2988a;
	padding-left: 24px;
	margin: 8px 0 0;
}

#newsMedia .posts .post .category:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 15px;
	border-color: transparent transparent transparent #f8991c;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

#newsMedia .posts .post .category:hover:after {
	border-color: transparent transparent transparent #ed8b22;
}

#newsMedia .posts .post .readmore {
	position: relative;
	float: right;
	padding: 1px 18px 0 31px;
	color: #fff;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 14px;
	background: #f8981c;
	line-height: 36px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#newsMedia .posts .post .readmore:hover {
	background: #ed8b22;
}

#newsMedia .posts .post .readmore:after {
	content: "";
	position: absolute;
	left: 11px;
	top: 13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 15px;
	border-color: transparent transparent transparent #ffffff;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

#newsMedia .posts .pagi {
	margin-top: 4.961411245865491%;
}

#newsMedia .sidebar .title {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 20px;
	margin: 0 0 8px;
}

#newsMedia .sidebar .subscribe {
	margin-bottom: 28px;
}

#newsMedia .sidebar .subscribe .submitBtn {
	float: right;
	width: 30.23952095808383%;
	height: 37px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 15px;
	background: #f8991e;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#newsMedia .sidebar .subscribe .submitBtn:hover {
	background-color: #ed8b22;
}

#newsMedia .sidebar .subscribe .textbox {
	float: left;
	width: 66.16766467065868%;
	margin: 0;
	padding: 0 15px;
	border: 0;
	height: 37px;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
}

#newsMedia .sidebar .listing {
	margin-bottom: 22px;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 16px;
}

#newsMedia .sidebar .listing ul {
	margin: 0;
	padding: 0;
}

#newsMedia .sidebar .listing ul li {
	margin: 0 0 2px;
	padding: 0;
	list-style: none;
	color: #f8971d;
}

#newsMedia .sidebar .listing ul li a {
	position: relative;
	display: block;
	padding-right: 20px;
}

#newsMedia .sidebar .listing ul li a:after {
	content: ">";
	position: absolute;
	right: 0;
	top: -1px;
}

#newsMedia .sidebar .listing.latestPosts {
	font-family: 'NunitoSans', Arial, sans-serif;
}

.pagi {
	text-align: center;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #a2998b;
}

.pagi ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px 0 5px;
	padding: 0;
}

.pagi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 7px;
	padding: 0;
	list-style: none;
}

.pagi ul li.active {
	color: #f8981c;
}

.pagi a {
	display: inline-block;
	vertical-align: middle;
}

.pagi a.first,
.pagi a.last {
	content: "";
	text-indent: -9999em;
	width: 0;
	height: 0;
	border-style: solid;
}

.pagi a.first {
	border-width: 5px 15px 5px 0;
	border-color: transparent #f8991c transparent transparent;
}

.pagi a.first.disabled {
	border-color: transparent #a2998b transparent transparent;
}

.pagi a.last {
	border-width: 5px 0 5px 15px;
	border-color: transparent transparent transparent #f8991c;
}

.pagi a.last.disabled {
	border-color: transparent transparent transparent #a2998b;
}

/* END news-media.html */

/* contact.html */

#contactUs .title {
	position: relative;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 24px;
	padding-left: 45px;
	margin-bottom: 23px;
}

#contactUs .title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 33px;
	border-color: transparent transparent transparent #f8991c;
}

#contactUs .info {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	max-width: 1070px;
	margin-bottom: 40px;
}

#contactUs .info em {
	font-style: normal;
	color: #f8971d;
}

#contactUs .locations {
	float: left;
	width: 910px;
}

#contactUs .locations #bigMap {
	margin-bottom: 16px;
}

#contactUs .locations .listing .location {
	background: #f3f1ef;
	padding: 22px;
	margin-bottom: 19px;
}

#contactUs .locations .listing .location .details {
	position: relative;
	float: left;
	width: 53.11778290993072%;
	/* 460px */
	padding-left: 50px;
}

#contactUs .locations .listing .location .details .houseNumber {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1;
	color: #fff;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 1px;
}

#contactUs .locations .listing .location .details .houseNumber:after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 37px;
	border-color: transparent transparent transparent #f8991c;
	z-index: -1;
}

#contactUs .locations .listing .location .details .name {
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 30px;
	margin: 0 0 5px;
	line-height: 1.1;
}

#contactUs .locations .listing .location .details .address {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 17px;
	margin: 0 0 15px;
}

#contactUs .locations .listing .location .details dl {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

#contactUs .locations .listing .location .details dl dt,
#contactUs .locations .listing .location .details dl dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#contactUs .locations .listing .location .details dl em {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #f8971d;
}

#contactUs .locations .listing .location .details dl dt {
	font-family: 'NunitoSans-ExtraBold', Arial, sans-serif;
	margin-top: 8px;
}


#contactUs .locations .listing .location .map {
	float: right;
	width: 44.1108545034642%;
	/* 382px */
}

#contactUs .enquire {
	float: right;
	width: 330px;
}

#contactUs .enquire .form {
	padding: 22px;
	margin-bottom: 46px;
	background: #f3f1ef;
}

#contactUs .enquire .form .fields .field {
	margin-bottom: 14px;
}

#contactUs .enquire .form .fields .field label {
	display: block;
	margin: 0;
	padding: 0 0 4px;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#contactUs .enquire .form .fields .field .textbox,
#contactUs .enquire .form .fields .field textarea {
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 38px;
	background: #fff;
	border: 0;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	-webkit-appearance: none;
}

#contactUs .enquire .form .fields .field textarea {
	resize: none;
	overflow: auto;
	height: 232px;
}

#contactUs .enquire .form .submitBtn {
	display: block;
	margin: 18px auto 0;
	padding: 0;
	width: 179px;
	height: 41px;
	background: #f8981c;
	border: 0;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#contactUs .enquire .form .submitBtn:hover {
	background-color: #ed8b22;
}

#contactUs .enquire .form .note {
	margin: 30px 0 0;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#contactUs .enquire .address {
	padding-left: 47px;
}

#contactUs .enquire .address .title {
	margin-left: -47px;
	margin-bottom: 14px;
}

#contactUs .enquire .address .reach {
	margin: 0 0 8px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#contactUs .enquire .address .reach th,
#contactUs .enquire .address .reach td {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#contactUs .enquire .address .reach th {
	width: 1px;
	padding-right: 12px;
}

#contactUs .enquire .address address {
	margin: 0;
	padding: 0;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.64;
}


#bookNow .enquire {
	width: 330px;
}

#bookNow .enquire .form {
	padding: 22px;
	margin-bottom: 46px;
	background: #f3f1ef;
}

#bookNow .enquire .form .fields .field {
	margin-bottom: 14px;
}

#bookNow .enquire .form .fields .field label {
	display: block;
	margin: 0;
	padding: 0 0 4px;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#bookNow .enquire .form .fields .field .textbox,
#bookNow .enquire .form .fields .field textarea {
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 38px;
	background: #fff;
	border: 0;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 14px;
	-webkit-appearance: none;
}

#bookNow .enquire .form .fields .field textarea {
	resize: none;
	overflow: auto;
	height: 232px;
}

#bookNow .enquire .form .submitBtn {
	display: block;
	margin: 18px auto 0;
	padding: 0;
	width: 179px;
	height: 41px;
	background: #f8981c;
	border: 0;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#bookNow .enquire .form .submitBtn:hover {
	background-color: #ed8b22;
}

#bookNow .enquire .form .note {
	margin: 30px 0 0;
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#bookNow .title {
	position: relative;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 24px !important;
	padding-left: 45px;
	margin-bottom: 23px;
}

#bookNow .title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 33px;
	border-color: transparent transparent transparent #f8991c;
}

/* END contact.html */

/* build-with-us.html */

#buildWithUs {
	padding-bottom: 13px;
	margin-top: -36px;
}

#buildWithUs .info {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 18px;
	max-width: 830px;
	padding: 0 15px;
	text-align: center;
	margin: 0 auto 80px;
}

#buildWithUs .info em {
	color: #f8971d;
	font-style: normal;
}

#buildWithUs .listing {
	position: relative;
	margin: 0 0 0 -3.046875%;
	padding: 0;
	z-index: 1;
}

#buildWithUs .listing:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #f4f2f0;
	z-index: -1;
}

#buildWithUs .listing {
	padding-top: 52px;
	padding-bottom: 7px;
}

#buildWithUs .listing li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 33px 0;
	padding: 0 0 0 3.046875%;
	list-style: none;
	width: 33.33333333333333%;
}

#buildWithUs .listing li a {
	display: block;
}

#buildWithUs .listing li .image {
	overflow: hidden;
}

#buildWithUs .listing li .image img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#buildWithUs .listing li a:hover .image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

#buildWithUs .listing li .text {
	background: #fff;
	padding: 20px 30px 10px;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 15px;
}

#buildWithUs .listing li .text .title {
	position: relative;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 18px;
	padding-top: 40px;
	margin: 0 0 13px;
}

#buildWithUs .listing li .text .title:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 5px;
	border-style: solid;
	border-width: 11.5px 0 11.5px 34px;
	border-color: transparent transparent transparent #f8991c;
}

/* END build-with-us.html */

/* rangesList */

#rangesList {
	padding-bottom: 13px;
	margin-top: -36px;
}

#rangesList .info {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 18px;
	max-width: 830px;
	padding: 0 15px;
	text-align: center;
	margin: 0 auto 80px;
}

#buildWithUs .info em {
	color: #f8971d;
	font-style: normal;
}

#rangesList .listing {
	position: relative;
	margin: 0 0 0 -3.046875%;
	padding: 0;
	z-index: 1;
}

#rangesList .listing:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #f4f2f0;
	z-index: -1;
}

#rangesList .listing {
	padding-top: 52px;
	padding-bottom: 7px;
}

#rangesList .listing li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 33px 0;
	padding: 0 0 0 3.046875%;
	list-style: none;
	width: 33.33333333333333%;
}

#rangesList .listing li a {
	display: block;
}

#rangesList .listing li .image {
	overflow: hidden;
}

#rangesList .listing li .image img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#rangesList .listing li a:hover .image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

#rangesList .listing li .text {
	background: #fff;
	padding: 20px 30px 10px;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	font-size: 15px;
}

#rangesList .listing li .text .title {
	position: relative;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	font-size: 18px;
	padding-top: 40px;
	margin: 0 0 13px;
}

#rangesList .listing li .text .title:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 5px;
	border-style: solid;
	border-width: 11.5px 0 11.5px 34px;
	border-color: transparent transparent transparent #f8991c;
}

#rangesList.forInclusions .listing:after {
	display: none;
}

#rangesList.forInclusions {
	margin-top: 0;
}

#rangesList.forInclusions .image {
	margin-bottom: 54px;
}

#rangesList.forInclusions iframe {
	margin-bottom: 40px;
}

#rangesList.forInclusions .linkBtn {
	position: relative;
	display: block;
	font-size: 20px;
	background: #f8971d;
	color: #fff;
	margin: 0 0.75em;
	padding: 0.8em 0.75em;
	letter-spacing: 1px;
	text-align: center;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#rangesList.forInclusions .linkBtn:hover {
	background-color: #ffa52e;
}

#rangesList.forInclusions .linkBtn:after {
	position: absolute;
	left: 1.05em;
	top: 50%;
	margin-top: -0.65em;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.65em 0 0.65em 1.6em;
	border-color: transparent transparent transparent #ffffff;
}

#rangesList.forInclusions li:nth-child(3n+2) .linkBtn {
	background-color: #323a40;
}

#rangesList.forInclusions li:nth-child(3n+2) .linkBtn:hover {
	background-color: #185771;
}

#rangesList.forInclusions li:nth-child(3n+3) .linkBtn {
	background-color: #333e49;
}

#rangesList.forInclusions li:nth-child(3n+3) .linkBtn:hover {
	background-color: #404a55;
}

/* END rangesList */

/* Left Content */

#leftContent {
	float: left;
	width: 910px;
}

/* Footer */

#footer {
	background: #323a40;
	color: #fff;
	text-align: center;
}

#footer .section {
	padding-top: 42px;
	padding-bottom: 42px;
}

#footer .socials {
	margin: 0 0 22px;
	padding: 0;
	text-align: center;
	font-size: 0;
}

#footer .socials li {
	margin: 0 15px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

#footer .socials li img {
	height: 27px;
}

#footer .socials li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#footer .contact {
	margin: 0 0 35px;
	padding: 0;
	text-align: center;
}

#footer .contact li {
	margin: 0 -4px 0 0;
	padding: 0 5px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

#footer .contact li a span {
	font-family: 'NunitoSans-Black', Arial, sans-serif;
	margin-right: 6px;
}

#footer .masterBuilders {
	display: inline-block;
	width: 105px;
	margin-right: 44px;
	vertical-align: top;
}

#footer .logo {
	display: inline-block;
	width: 182px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 65px;
}

#footer .headOffice {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	line-height: 1.14;
	margin-top: 8px;
}

#footer .headOffice span {
	display: block;
	font-family: 'NunitoSans-Black', Arial, sans-serif;
}

#footer .copyright {
	margin-top: 30px;
}

/* Announcement */
.notice-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 2rem;
	max-width: 800px;
	z-index: 99999;
}

.announcement-popup {
	text-align: center;
	background: #f8981c;
	font-weight: 600;
	color: #fff;
	margin: 0 2rem;
	padding: 0.5rem 1rem;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.announcement-popup .close {
	right: 0;
	background: #fff;
	opacity: 1;
	color: #333;
	width: 20px;
	height: 20px;
	top: 0;
	font-size: 22px;
	text-shadow: none;
}


/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 10px;
	top: 25px;
	width: 27px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 5px;
	background: #f8981c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mm-navigation {
	text-align: left;
}

#mm-navigation ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

#mm-navigation ul li.Current {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

#mm-navigation *:after,
#mm-navigation *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#mm-navigation .mm-listview img {
	display: block;
	width: 100%;
	display: none;
}

#mm-navigation .mm-listview p span {
	display: block;
}

#mm-navigation .mm-listview li.color01 a,
#mm-navigation .mm-listview li.color02 a,
#mm-navigation .mm-listview li.color03 a,
#mm-navigation .mm-listview li.color04 a {
	padding-left: 10px;
	color: #fff;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group {
	margin-left: 0;
	margin-right: 0;
}

label.error {
	color: #BD141B;
	display: block;
	font-size: 14px;
}

.gallery .images li a {
	position: relative;
}

.gallery .images li a .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}

.gallery .images li a .overlay .inner {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

.gallery .images li a .overlay .innerMost {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.gallery .images li a .overlay .innerMost .caption {
	color: #fff;
	font-family: 'Avenir-Regular', Arial, sans-serif;
	font-size: 22px;
	margin: 0;
}

.gallery .images li a .overlay .innerMost .caption em {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 21px;
	border-color: transparent transparent transparent #ffffff;
	margin-left: 11px;
}

.gallery .images li a .overlay .innerMost .caption span {
	display: inline-block;
	vertical-align: middle;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
}

.draft_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.draft_overlay_hl {
	position: absolute;
	z-index: 2;
}

.grecaptcha-badge {
	z-index: 99;
}

.response-alert {
	padding: 30px !important;
}

.response-alert .section p {
	font-size: 15px;
	line-height: 22px;
}

.response-alert .swal2-icon {
	margin-bottom: 10px;
	margin-top: 0px;
}

.response-alert strong a {
	color: #f8981c;
	font-size: 14px;
}

.response-alert strong a:hover {
	color: #f8981c;
}

.response-alert hr {
	margin: 10px 0 0;
}

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

#displayHomes .listing li .info .links {
	position: absolute;
	right: 29px;
	bottom: 21px;
}

#buildWithUs {
	padding-bottom: 13px;
	margin-top: -36px;
}

#rangeDescription {
	font-family: 'NunitoSans', Arial, sans-serif;
	font-size: 18px;
	max-width: 830px;
	padding: 0 15px;
	text-align: center;
	margin: 0 auto 120px;
}

#buildWithUs .info em {
	color: #f8971d;
	font-style: normal;
}

.rangeINC {
	text-align: right;
}

.rangeINC a {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-left: 17px;
	margin-bottom: 20px;
	min-width: 211px;
	text-align: left;
	line-height: 36px;
	font-size: 14px;
	font-family: 'NunitoSans-Light', Arial, sans-serif;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

a.rangeBTN {
	padding-left: 31px;
}

a.rangeBTN:after {
	position: absolute;
	left: 11px;
	top: 50%;
	margin-top: -5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 15px;
	border-color: transparent transparent transparent #ffffff;
}