/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #767676;
}

html {
	background-color: #E9E9E9;
	height: 100%;
	position: relative;
	}

body {
    font-size: 14px;
    position: relative;
    line-height: 1.5;
    color: #fff;
	height: 100%;
	min-height: 1003px;
	color: #555555;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

p {
	margin: 1.2em 0;
}

a {
	color: #1a1f5f;
}

a:hover {
	color: #e9101b;
}

.content ul, .content ol {
	padding: 0 0 0 18px;
	margin-bottom: 20px;
}

.content p + ul, .content p + ol {
	margin-top: -8px;
}

.content li {
	padding: 0 0 5px 0;
}

.content h2 {
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
	color: #1a1f5f;
	font-size: 1.25em;
	font-family:'Proxima N W01 Reg', arial, helvetica, sans-serif;

}
.content p +h2 {
	margin-top: 30px;
}


/*

font-family:'Proxima N W01 Light', arial, helvetica, sans-serif;
font-family:'Proxima N W01 Light It', arial, helvetica, sans-serif;
font-family:'Proxima N W01 Reg', arial, helvetica, sans-serif;
font-family:'Proxima N W01 Reg It', arial, helvetica, sans-serif;
font-family:'Proxima N W01 Smbd', arial, helvetica, sans-serif;
font-family:'Proxima N W01 Smbd It', arial, helvetica, sans-serif;

*/



/*
 * Slider(s)
 */


#slides {
  position: fixed !important;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#slides .slides-container {
  //display: none;
  padding: 0;
  margin: 0;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

#slides .slide-pagination {
	display: none;
}

.slides-pagination {
  position: absolute;
  z-index: 3000;
  bottom: 280px;
  left: 440px;
  padding: 5px;
}
.slides-pagination a {
  width: 16px;
  height: 16px;
  background-color: #eee;
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  border-radius: 50%;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -9999px;
  outline: none !important;
}
.slides-pagination a:hover {
	background-color: rgba(255,255,255,1);
}

.slides-pagination a.current {
  background-color: rgba(255,255,255,1);
  cursor: default;
}

.wrapper {
	min-width: 0px;
	width: 100%;
	top: 0;
	left: 0;
	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
    position: absolute;
}


.container {
   	width:100%;
   	margin:0;
   	text-align:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 100;
	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
    position: absolute;
 }


.container.mob-nav {
	overflow:hidden;
	margin-left:70%;
	position:fixed;
}

.logo {
	margin-top: 0px;
	margin-bottom: 40px;
	display: block;
	padding-right: 15px;
	text-align: center;
}


.logo40y {
	margin-bottom: 70px;
	display:block;
	padding-right: 15px;
	text-align: center;

}

.logo40y img {
	opacity:0.8;
}


.logo h1 {
	display: none;
}

nav.main {
	position: absolute;
	top: 0px;
	left: 0;
	margin-left: 0px;
	z-index: 99999;
	width: 250px;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

nav.main ul {
	margin: 0;
	padding: 0;

}

nav.main li {

}


nav.main li a {
	display: block;
	border-bottom: 1px dotted #68698d;
	padding: 7px 0 7px 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

/*
nav.main li.last a {
	border: none;
}
*/

nav.main li a:hover {
	background-color: #cd020d;
	background-color: rgba(223,16,27,0.5);
}

nav.main li.active a {
	border-bottom: 1px dotted #df0710;
}



/* Fly out menu styles */


nav.main ul {	position:absolute;  list-style:none;  width: 235px; }
nav.main ul ul {display:none; left:100%; margin-top:-36px; margin-left:0px; white-space:nowrap; width: auto; }


nav.main ul ul a {
	display: block;
	background-color: #cd020d;
	background-color: rgba(223,16,27,0.7);
	margin: 0;
	padding: 7px 20px;
	border-bottom: 1px dotted #f0a8ad;
}

nav.main ul ul li.last a {
	border: none;
}

nav.main ul ul a:hover {
	background-color: #e9101b;
	background-color: rgba(223,16,27,1);
}

nav.main li.clicked {
	background-color: #cd020d;
	background-color: rgba(223,16,27,0.6);
}



.nav-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -398px; /* the bottom margin is the negative value of the footer's height */
	padding: 40px 0 0 15px;
	background: #1a1f5f;
	background: url('../img/nav-bg.png') repeat left top;
	background: rgba(26,31,95,0.85);

}


.push {
	height: 650px;
}

nav.main .address {
	margin-top: 200px;
	border-top: 1px dotted #68698d;
	padding-right: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 15px;
}

.taglines {
	position: relative;
	max-width: 750px;
}

.tagline {
	display: none;
}

.tagline.active {
	display: block;
}

.tagline a {
	display: block;
	text-decoration: none;
}

.tagline h2 {
	font-size: 2.857em;
	font-weight: normal;
	//text-transform: uppercase;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 0;
	color: #1a215d;
	font-family:'Proxima N W01 Reg', arial, helvetica, sans-serif;
}

.tagline h3 {
	font-size: 1.857em;
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #1a215d;
	font-family:'Proxima N W01 Reg', arial, helvetica, sans-serif;
}

.tagline span {
	margin-bottom: 4px;
	padding: 2px 4px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
}

.tagline .button {
	display: inline-block;
	color: #fff;
	background-color: #ee4055;
	margin-top: -15px;
	margin-bottom: 20px;
	padding: 0.5em 1em;
	text-transform: uppercase;
	transition: background 0.3s ease-out, color 0.3s ease-out;
}

.tagline span.spacer {
	border: 0;
	background-color: none !important;
}

.tagline a:hover .button {
	color: #ee4055;
	background-color: #fff;
}



.features {
	left: 0px;
	bottom: 43px;
	//top: 400px;
	padding-left: 300px;
	width: 100%;
	z-index: 1000;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	*/
}


.features .feature {
	width: 250px;
	height: 250px;
	background-color: #fff;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #fff;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #fff;
	background-position: left bottom;
	background-repeat: no-repeat;
	-webkit-background-size: 218px auto;
	background-size: 218px auto;
}

span.title {
	color: #1a1f5f;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 35px;
	background-color: #fff;
	padding-left: 10px;
	padding-top: 6px;
}

.features .feature {

}

.feature span.arrow {
	display: block;
	width: 32px;
	height: 213px;
	position: absolute;
	right: 0;
	top: 35px;
	background: #fff url('../img/arrow-icon.svg') no-repeat 13px 188px;
	background-size: 9px;
}

.no-svg .feature span.arrow {
	background: #fff url('../img/arrow-icon.png') no-repeat 13px 188px;
}

.feature.designs {
	background: #fff url('../img/feature-designs.jpg') no-repeat center center;
	background-size: cover;
}

.feature.land {
	background: #fff url('../img/feature-land.jpg') no-repeat center center;
	background-size: cover;
}

.feature.packages {
	background: #fff url('../img/feature-packages.jpg') no-repeat center center;
	background-size: cover;
}


/* CONTENT PAGES */

.content-banner {
	width: 100%;
	height: 475px;
	background-color: #c7c7c7;
	background-image: url(../img/placeholder-content-banner.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	overflow: hidden;
}

.content-banner.feature-slider {
	height: 720px;
}

.content-wrapper h1 {
	font-size: 2.438em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 20px;
	color: #1a1f5f;
	font-family:'Proxima N W01 Reg', arial, helvetica, sans-serif;
}




.content-wrapper {
	padding-left: 300px;
	width: 100%;
	margin-top: 25px;

}

.content {
	margin-bottom: 50px;
	width: 900px;
	border-top: 1px dotted #df0710;
	border-bottom: 1px dotted #df0710;
	font-size: 1.143em;
	padding-bottom: 20px;

}

.content.designs {
	width: 1200px;
	position: relative;
}

.top {
	display: block;
	float: right;
	text-decoration: none;
	color: #fff;
	background-color: #e9101b;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-bottom: -21px;
	font-size: 0.813em;
}

.top:hover {
	color: #fff;
}

p.artists-copyright {
	font-size:0.8em;
	line-height:20px;
	color:#999;
	max-width:900px;
	padding-bottom:20px;
}


.content p.intro {
	font-size: 1.375em;
	color: #1a1f5f;
}

.content .first.column {
	padding-right: 25px;
}


/* HOME DESIGNS */


.home-designs-heading {
    width:1150px;
}


h1.home-designs {
    display:inline-block;
    float:left;
}

.request-brochure-button {
    background-color:#1A1F60;
    color:#FFF;
    padding:0px;
    text-decoration:none;
    line-height:40px;
    padding-left:20px;
    float:right;
    display:inline-block;
}


.request-brochure-button:hover {
    color:#FFF;
}



.request-brochure-button span {
    display:inline-block;
    height:40px;
    width:40px;
    background-image:url(/img/brochure-icon.svg);
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-color:#E9101B;
    margin-left:20px;
}
.no-svg .request-brochure-button span {
    background-image:url(/img/brochure-icon.png);
}




.search-wrapper {
	padding-left: 300px;
	margin-top: -60px;
		width: 1450px;


}

.search {
	height: 60px;
	position: relative;
	background: #e9101b url('../img/search-icon.svg') no-repeat 20px 50%;
	font-size: 0.875em;
}

.no-svg .search {
	background: #e9101b url('../img/search-icon.png') no-repeat 20px 50%;
}


.search-criteria {
	float: right;
	border-right: 1px dotted #f4888d;
	height: 60px;
	padding: 9px 20px;
}

.search-criteria select {
	margin-top: 0px;
	padding-top:2px;
	padding-bottom:2px;
}

.search-criteria.block {
	text-align: center;

}

.search-criteria.last {
	border: none;
}

.search-criteria label {
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.ui-slider {
	margin-top: 0px;
}

#amount {
	width: 150px;
	height: 20px;
	font-size: 1em;
	margin-top: 1px;
	color:#FFF;
    margin:0 auto;
}

.search-criteria input {
	background: none;
	border: none;
	color: #fff;
	margin-top: 4px;
	font-size: 0.875em;
	text-align: center;
}





.designs-wrapper {
	margin-left: -4%;
	margin-top: 20px;
	min-height: 286px;

}

.design {
	width: 29%;
	float: left;
	border: 1px solid #fff;
	margin-left: 4%;
	margin-bottom: 4%;
	background-color: #fff;
	display: block;
	text-decoration: none;
}
.design.featured, .design.featured span.title, .design.featured .design-features span {
	background-color:#1A1F60;
	color:#FFF;
}

.design.featured .design-image:before {
	content: 'FEATURED';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 5px 10px;
	background-color: #e9101b;

}



.gallery-item {
	width: 21%;
	float: left;
	margin-left: 4%;
	margin-bottom: 4%;
	display: block;
	text-decoration: none;
}

.gallery-item img {
	width: 100%;
	height: auto;
}

.property {
	width: 29%;
	float: left;
	border: 1px solid #fff;
	margin-left: 4%;
	margin-bottom: 4%;
	background-color: #fff;
	display: block;
	position: relative;
}

.property a {
	text-decoration: none;

}

.design span.title, .property span.title {
	width: 72%;
	float: left;
	font-size: 0.875em;
	line-height: 1.3;

}

.property span.title {
	width: 75%;
}


.design-features {
	width: 90px;
	float: right;
	padding-right: 0px;
}

.right .design-features {
	float: right;
	width: 50%;
}

.property .design-features {
	width: 130px;
}

.design-features span {
	display: block;
	float: right;
	color: #1a1f5f;
	display: block;
	line-height: 35px;
	width: 40px;
	padding-left: 20px;
	font-size: 0.875em;
	font-weight: bold;
}

span.garage {
	background: url('../img/icon-garage.svg') no-repeat left 10px;
}

span.bathroom {
	background: url('../img/icon-bathroom.svg') no-repeat left 10px;
}

span.bedroom {
	background: url('../img/icon-bedroom.svg') no-repeat left 10px;
}

.no-svg span.garage {
	background: url('../img/icon-garage.png') no-repeat left 10px;
}

.no-svg span.bathroom {
	background: url('../img/icon-bathroom.png') no-repeat left 10px;
}

.no-svg span.bedroom {
	background: url('../img/icon-bedroom.png') no-repeat left 10px;
}

.right span.bathroom, .right span.bedroom, .right span.garage {
	background-size: 20px;
	font-size: 1em;
	padding-left: 25px;
	margin-left: 10px;
}






.design-image {
	background: url('../img/placeholder-home-design.jpg') no-repeat left top;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.design-image:after, .property .image-wrapper:after, .map-wrapper:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	height: 30px;
	width: 30px;
	background: #1a1f60 url('../img/plus-icon.svg') no-repeat 50% 50%;
	background-size: 9px;
}

.no-svg .design-image:after, .property .image-wrapper:after, .design .map-wrapper:after  {
	background: #1a1f60 url('../img/plus-icon.png') no-repeat 50% 50%;
}


.design:hover .design-image:after, .property .image-wrapper:hover:after, .design:hover .map-wrapper:after  {
	background: #e9101b url('../img/plus-icon.svg') no-repeat 50% 50%;
}

.no-svg .design:hover .design-image:after, .property:hover .image-wrapper:after, .design:hover .map-wrapper:after {
	background: #e9101b url('../img/plus-icon.png') no-repeat 50% 50%;
}


/* HOME DETAIL */

.floorplan {
	width: 60%;
	margin: 20px 0;
}

.floorplan img {
	width: 100%;
	height: auto;
	border: 20px solid #fff;
}

.home-info {
	float: right;
	width: 36%;

}

.specifications ul, .sales-staff ul, .series ul, .invillage ul {
	margin: -8px 0 50px 0;
	padding: 0;
	list-style-type: none;

}

.specifications li, .sales-staff li, .series li, .invillage li {
	border-bottom: 1px dotted #bbbbbb;
	padding: 8px 0;
}


.home-info h2, .floorplan h2, .listing h2, .sales-staff h2, .content.designs h2 {
	border-bottom: 1px dotted #df0710;
	font-size: 1.250em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 20px;
	color: #1a1f5f;
	font-family:'Proxima N W01 Reg', arial, helvetica, sans-serif;
	padding-bottom: 20px;
}

.village h2, .property h2 {
	border-bottom: none !important;
	padding: 0 !important;
}

.specifications {
	width: 99%;
}

.specifications span {
	display: block;
	float: right;
	color: #1a1f60;
}

.gallery {
	padding-bottom: 30px;
}

.gallery h2 {
	width: 99%;
	margin-bottom: 30px;
}

a.fancybox {
	width: 32%;
	height: 100px;
	background: url(../img/gallery1.jpg) 50% 50% no-repeat;
	background-size: cover;
	display: block;
	float: left;
	margin: 0 2% 2% 2%;
}

a.fancybox:nth-of-type(3n + 1), a.fancybox:nth-of-type(3n + 3) {
	margin: 0 0 2% 0;
}



/* HOUSE AND LAND PACKAGE STYLES - BASED ON OLD SITE */

.featured-button {
	position: absolute;
	top: -30px;
	padding: 0 5px;
	cursor: pointer;
}

.featured-button.off {
	background-color: red;
	color: #fff;
}

.featured-button.on {
	background-color: green;
	color: #fff;
}


#rea {
	margin-top:30px;
}

#rea img {
	border:0;
}


#rea .property .address {
	float:left;
	width:700px;
	color:#df1f28;
	font-size:17px;
	line-height:17px;
	font-weight:900;
	padding-bottom:10px;
}

#rea .property .address a {
	color:#173969;
	text-decoration:none;
}

#rea .property .price {
	padding: 0 15px;
	text-align: center;
	background-color: #e9101b;
	color: #fff;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	right: 30px;
}


#rea .property .overview, .details {
	background: #f4f4f4;
}

#rea .image-wrapper {
	margin:0;
	padding:0;
	margin: 0px 0;
	height: 217px;
	position: relative;
	overflow: hidden;
}

#rea .property .overview .image {
	margin:0;
	padding:0;
	margin: 0px 0;
	background-color:#ccc;
	height: 114%;
	width: 114%;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-left: -7%;
	margin-top: -7%;
}

.details {
	padding: 20px 20px 20px 10px;
	height: ;
}

.details h2 {
	margin:0;
	padding:0;
	color:#df1f28;
	font-size:1em;
	line-height:1.2;
	margin-bottom:10px;
	font-weight: normal;
}

.details p {
	font-size:0.750em;
	color:#515151;
	text-transform: uppercase;
}

.details h2 {
	text-transform: uppercase;
}

.details h3 {
	font-size:0.750em;
	font-weight: normal;
	color:#df1f28;
	text-transform: uppercase;
	margin-bottom: 0;
}

p.agent {
	text-transform:uppercase;
	color:#515151 !;
	margin: 0;
	/*font-size:0.750em;*/
}

p.agent span {
	color:#CCC;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	font-weight:100;
}




#rea .property .overview .details ul{
	margin:0;
	padding:0;
	margin-top:10px;
}

#rea .property .overview .details ul li{
	list-style:none;
	display:inline;
	color:#173969;
	font-size:34px;
	line-height:34px;
	font-weight:100;
	margin:0;
	padding:0;
	padding-right:2px;
}


#rea .property .overview .details-button {
	position:absolute;
	margin-left:754px;
	margin-top:139px;
}


#rea .pagination {
	margin:0;
	padding:0 0 0 4%;
}

#rea .pagination li {
	display:inline-block;
	float:left;
}


#rea .pagination li.prev a{
	background: none;
}

#rea .pagination li.active {
	background-color:#173969;
}
#rea .pagination li.active a {
	color:#fff;
	background-color: #173969;
}

#rea .pagination li a {
	color:#999;
	text-decoration:none;
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	background-color: #f4f4f4;
}



#rea .listing .address {
	float:left;
	width:490px;
	color:#df1f28;
	font-size:17px;
	line-height:17px;
	font-weight:900;
	padding-bottom:20px;
}

#rea .listing .address a {
	color:#173969;
	text-decoration:none;
}

#rea .listing .price {
	color:#df1f28;
	display: block;
	float: left;
	line-height: 35px;
	font-size: 1.50em;
}


#rea .listing .specs {
	float:right;
	width:300px;
}

#rea .listing .specs ul{
	margin:0;
	padding:0;
	float:right;
	margin-top:-16px;
}

#rea .listing .specs ul li{
	list-style:none;
	display:inline;
	color:#173969;
	font-size:34px;
	line-height:34px;
	font-weight:100;
	margin:0;
	padding:0;
	padding-right:2px;
}

#rea .listing .image-main {
	background-color:#a2b0c3;
}

#rea .listing .image-main img{
	width:100%;
	height: auto;
}


#rea .listing .image-holder{
	float:left;
	width: 20%;
	padding-right: 1%;
	padding-top: 1%;
}

#rea .listing .image-holder .rea_gallery_item {
	background-size:cover; background-position:50% 50%; width:100%; height:80px; display:block;
}

#rea .listing .image-holder img{
	width: 100%;
	height: auto;
}

#rea .listing .information {
}

.left {
	float:left;
	width: 60%;
}

.contact .left {
	width: 48%;
}


#rea .listing .information  h2 {
	margin: 30px 0 20px 0;
}


.right {
	float:right;
	width: 36%;
}

.contact .right {
	width: 48%;
}


.brochure-form {
    width:80%;
}

#rea .listing .information .right .floorplan {
	width:100%;
	position: relative;
	height: 250px;
	display: block;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 20px solid #fff;
	text-decoration: none;
}

#rea .listing .information .right .floorplan:after {
	content: 'CLICK TO ENLARGE';
	position: absolute;
	bottom: -20px;
	right: -20px;
	background-color:#173969;
	display: block;
	color: #fff;
	padding: 5px 10px;
	font-size: 0.750em;
}



#rea .listing .information .right p.title {
	padding-top:6px;
	padding-bottom:20px;
}


#rea .listing .information .right p.clickenlarge {
	background-color:#173969;
}


#rea .listing .information .right p.agent-details {
	margin-top:20px;
}


#rea .listing .information .right p.agent {
	color:#1a1f5f;
	line-height:25px;
	font-weight: bold;
}



#rea .listing .information .right p.features {
	margin-top:20px;
	border-top:1px dotted #CCC;
	padding-top:6px;
}


#rea .listing .information .right p.feature {
	color:#173969;
	padding-bottom:4px;
}

#rea .listing .back {
	color:#173969;
	padding-bottom:4px;
	margin-top:20px;
}

#rea .listing .back a {
	color:#173969;
	font-size:17px;
	text-decoration:none;
}



h1.house-and-land {
	margin-top: 76px;
}

.email-agent {
	padding: 10px 15px;
	background-color:#173969;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

}

.email-agent:hover {
	color: #fff;
	background-color: #e9101b;
}



/* Agents */


.agree-button {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #e9101b;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-bottom: -21px;
	font-size: 0.875em;
}

.agree-button:hover {
    color:#FFFFFF;
}











/* CONTACT PAGE */

#map_canvas {
	width: 110%;
	height: 110%;
	margin-left: -30px;
}

label {
	display: block;
	padding: 0 0 5px 0;
}

input, textarea {
	border: none;
	padding: 10px 5px;
	margin-bottom: 10px;
	width: 100%;
}

.content.contact input, .content.contact textarea {
	border:1px solid #BBB;
}

select {
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 10px;
}

label.error {
	display: block;
	background-color: #e9101b;
	color: #fff;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 5px 10px;
}

input[type="submit"] {
	width: auto;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #fff;
	background-color:#173969;
}

input[type="submit"]:hover {
	background-color: #e9101b;

}

form {
	margin-top: 30px;
	width: 100%;
}

.sales-staff {
	margin-top: 30px;
	font-size: 0.875em;
}

.sales-staff span {
	float: right;
}


.staff-member {
	width: 33%;
	float: left;
	margin-bottom: 20px;
}

.staff-photo {
	float: left;
	width: 100px;
	margin-bottom: 10px;
}

.staff-detail {
	float: left;
	padding-right: 20px;
}

.staff-detail p {
	margin: 0;
}

.staff-detail .staff-name {
	color: #e9101b;
	text-transform: uppercase;
	margin-bottom: 0;
}


/* ------ PROMOTION --------  */

.promotion form {
	margin-top: 0;
}

.promotion .left,
.promotion .right {
	border-top: 1px dotted #df0710;
	padding-top: 10px;
	margin-bottom: 15px;
}
.promotion img {
	margin-top: 21px;
	width: 100%;
	height: auto;
	display: block;
}









/* ------ Agents Login --------  */


p.agents-login a:hover {
	background-color: rgba(223, 16, 27, 0.8);
}

p.agents-login a {
	color:#FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px dotted #68698D;
	border-top: 1px dotted #68698D;
	padding: 7px 0 7px 5px;
}


.agents-header {
    margin-bottom:40px;
    border-bottom: 1px dotted #df0710;
    max-width: 900px;
    font-size: 1.143em;
}

.agents-header nav {
    clear:both;
}

.agents-header nav ul {
    margin:0;
    padding:0;
}

.agents-header nav ul li{
    border-top:1px dotted #E9E9E9;
    border-left:1px dotted #E9E9E9;
    border-right:1px dotted #E9E9E9;
    background-color:#E9E9E9;
    float:left;
    dispay:inline;
    padding:0;
    margin-bottom:-1px;
}

.agents-header nav ul li a{
    text-decoration:none;
    padding:8px;
    padding-left:30px;
    padding-right:30px;
    display:inline-block;
}

.agents-header nav ul li.selected{
    border-left:1px dotted #df0710;
    border-right:1px dotted #df0710;;
    border-top:1px dotted #df0710;
    border-bottom:1px solid #E9E9E9;
}

.agents-header nav ul li.selected a {
    font-weight:bold;
}


.content.agents-content {
    border-top:0;
}


.agents-property-listing {
    border-bottom:1px solid #CCC;
}
.agents-property-listing.last {
    border:0;
}


.agents-property-listing div {
    vertical-align: middle;
    padding-top:15px;
    padding-bottom:15px;
	font-size:0.875em;
}

.agents-property-listing span.mobile-only-label {
	display:none;
}

.agents-property-listing.header {
    border-bottom:2px solid #B7B7C7;
    color:#1a1f5f;
    text-transform:uppercase;
}

.agents-property-listing.header  .address {
    font-weight:normal;
}


.agents-property-listing .address a {
    text-decoration:none;
}

.agents-property-listing .address  {
    float:left;
    width:26%;
    font-weight:bold;
}

.agents-property-listing .estate {
    float:left;
    width:17%;
}
.agents-property-listing .house {
    float:left;
    width:10%;
}


.agents-property-listing .frontage {
    float:left;
    width:8%;
}

.agents-property-listing .depth {
    float:left;
    width:7%;
}

.agents-property-listing .area {
    float:left;
    width:7%;
}

.agents-property-listing .title {
    float:left;
    width:7%;
}


.agents-property-listing .land-price {
    float:left;
    width:9%;
}

.agents-property-listing .package-price {
    float:left;
    width:9%;
}


.package-left {
	float:left;
	width:46%;
}

.package-right {
	float:right;
	width:46%;
}
.package-back {
	width:100%;
	float:left;
}






.package-reserve {
	width:70%;

}


.reserve-button {
	display: block;
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #e9101b;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 0.813em;
}

.reserve-button:hover {
	color:#FFF;
}

h2.divider {
	border-bottom: 1px dotted #df0710;
	padding-bottom: 20px;
}


p.success-text {
	color:#00A24E;
}


.design-features.agents {
	float:none;
	padding:0;
	width:100%;
	margin-top:-8px;
}


.design-features.agents span {
	float:left;
	display:inline-block;
	width:50px;
}








/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.no-results {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}



/* DISPLAY VILLAGES */


.map-wrapper {
	overflow: hidden;
	height: 200px;
	width: 100%;
	position: relative;
}

.map-canvas {
	position: relative;
	height: 130%;
	width: 120%;
	margin: -10% 0 0 -10%;

}







/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-wrap a:hover {
	background-color: transparent;
	color: #e9101b;
}

.fancybox-wrap a {
	color: #fff;
}



a.fancybox img {
	float: left;
	width: 33%;
	height: auto;
	padding: 0 4px 8px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* SLICK THEME */

.slides-container,
.slick-list,
.slick-track {
	height: 100%;
}


.slides-container .slide {
	display: none;
}
.slides-container .slide:first-of-type {
	display: block;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.slick-dots {
	position: absolute;
	z-index: 1020;
	left: 120px;
	width: auto;
	height: auto;
	bottom: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: left;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	margin-left: 14px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

.slick-dots button {
	border: 2px solid transparent;
	border-radius: 50%;
	background: #ddd;
	background: rgba(255,255,255,0.5);
	height: 14px;
	width: 14px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
}

.slick-dots button:hover,
.slick-dots button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	background-color: white;
	border-color: white;
}

.feature-slider .slick-slide {
	-webkit-background-size: 1920px auto;
	background-size: 1920px auto;
	background-position: left top;
}

@media screen and (max-width: 1920px) {
	.feature-slider .slick-slide {
		-webkit-background-size: cover;
		background-size: cover;
	}
}

.feature-slider .caption {
	display: none;
	position: absolute;
	left: 250px;
	bottom: 0;
	width: 100%;
	width: calc(100% - 250px);
	padding-left: 70px;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: rgba(50,50,58,0.45);
}

.feature-slider .slide:first-of-type .caption,
.slick-initialized .slide .caption {
	display: block;
}

.feature-slider .caption h2 {
	color: #fff;
	margin: 0;
	font-size: 40px;
	font-weight: normal;
	text-shadow: 2px 0px 7px rgba(0,0,0,0.7);
	text-transform: uppercase;
}

.feature-slider .caption p {
	color: #fff;
	font-size: 26px;
	margin: 0;
	text-shadow: 2px 0px 7px rgba(0,0,0,0.7);
}
.feature-slider .slick-dots {
	left: 310px;
}

/*
 * Add CSS transitions
 */




/* REMOVE HOVER STATES FROM ALL TEL: LINKS ON DESKTOP */

a[href^="tel"] {
	cursor: default;

}

a[href^="tel"]:hover {
	color: #fff;
}



.featured-design-slider {
	display:block;
	width:auto;
	overflow:hidden;
	max-width:1250px;
	position:relative;
	margin-left:250px;
	min-height: 475px;
}




.featured-design-slider .slick-track {
}

.featured-design-slider .item {
	height:475px;
}

.featured-design-slider .item.slick-slide {
	display: block !important;
}

.featured-design-slider .item a {
	position:absolute;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:50% 50%;
}
.featured-design-slider .item a img{
	width:100%;
}
.featured-buttons {
	position:absolute;
	margin-top:-60px;
	z-index:99999999999;
}
.featured-buttons span {
	width: 300px;
	text-align:center;
	display:inline-block;
	line-height:40px;
	background-color:rgba(255,255,255,0.8);
	color:#1a1f5f;
	font-size:18px;
	float:left;
	text-transform: uppercase;
}
.featured-buttons span a{
	text-decoration: none;
}

.featured-buttons button.slick-prev.slick-arrow {
	background-image:url(/img/arrow-left.svg);
}
.featured-buttons button.slick-next.slick-arrow {
	background-image:url(/img/arrow-right.svg);
}
.featured-buttons button {
	float:left;
	width:40px;
	height:40px;
	background-color:#e9101b;
	background-position:50% 50%;
	background-repeat: no-repeat;
	border:0;
	margin:0;
	padding:0;
	text-indent:-999px;
	overflow:hidden;
}


@media only screen and (max-width: 1050px) {
	.featured-design-slider {
		margin-left:0;
	}
	.featured-design-slider .item {
		height:300px;
	}
}
@media only screen and (max-width: 820px) {
	.featured-buttons {
		margin-left:20px;
	}
}
@media only screen and (max-width: 600px) {
	.featured-design-slider .item {
		height:200px;
	}
}
@media only screen and (max-width: 400px) {
	.featured-design-slider .item {
		height:160px;
	}
}








/* ==========================================================================
   Mobile Navigation
   ========================================================================== */



	.mobile-navigation-button {
		display:none;
	}

	.mobile-navigation-menu {
		display:none;
		width:70%;
		height:1400px;
		position:absolute;
		margin:0;
		padding: 14px 0 0 0;
		top:0;
		left:0;
		background-color: #1a1f5f;
		z-index:999;
		-webkit-box-shadow: 0px -5px 14px rgba(0,0,0,0.8);
		box-shadow: 0px -5px 14px rgba(0,0,0,0.8);
	}

	.mobile-menu-title {
		font-size:1.429em;
		background-color: #1a1f5f;
		color: #fff;
		padding:20px;
		font-weight:900;
		padding-top:15px;
		padding-bottom:16px;
		line-height: 34px;
		font-family:'Proxima N W01 Reg', arial, helvetica, sans-serif;
	}

	.mobile-navigation-menu ul {
		border-bottom:none;
		list-style-type: none;
		margin: 0 0 0 20px;
		padding: 0;
	}

	.mobile-navigation-menu ul ul {
		border-bottom: none;
		margin-bottom: 0;
	}

	.mobile-navigation-menu li{
		line-height:42px;
	}

	.mobile-navigation-menu a {
		color:#fff;
		padding-left:0px;
		text-decoration:none;
		font-size: 1.143em;
		line-height:1.2;
		display: block;
		padding: 10px 20px 10px 10px;
		border-bottom: 1px solid #68698d;

	}

	.mobile-navigation-menu .active a {
		color: #fff;
		border-bottom: 1px dotted #df0710;

	}

	.mobile-navigation-menu a:hover {
		color: #fff;
		background: none;
		background-color: rgba(223,7,16,1);
	}



/* ==========================================================================
   Styles to remove from desktop site
   ========================================================================== */



.mobile-only {
	display: none;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.clear {
	clear: both;
}




/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}






/* ==========================================================================
   DESKTOP/TABLET STYLES
   size refinements
   ========================================================================== */

	@media only screen and (max-width: 1500px) {

		.content.designs {
			width: 100%;
		}

		.search-wrapper {
				padding-right: 50px;
				width: 100%;

		}

		.search {
			   	margin-left: 0px;
			   	position: Relative;
			   	background: #e9101b url('../img/search-icon.svg') no-repeat 20px 50%;
		}

		.designs-wrapper {
			margin-right: 4%;
		}

        .home-designs-heading {
            width:100%;
            padding-right:50px;
        }





	}




	@media only screen and (max-width: 1350px) {
		.features .feature:nth-of-type(2n+1) {
			clear: left;
		}
	}

	@media only screen and (max-width: 1200px) {


	   .content-banner {
			background-position: 40%;
	   }



	   .content-wrapper {
	   		padding-right: 25px;
	   		padding-left: 275px;
	   }

	   .content {
		   	margin-bottom: 50px;
		   	width: 100%;
		   	border-top: 1px dotted #df0710;
		   	border-bottom: 1px dotted #df0710;
		   	font-size: 1.143em;
		   	padding-bottom: 20px;
	   }

	   .feature-slider .caption {
	   	padding-left: 25px;
	   }

	   .feature-slider .slick-dots {
	   	left: 265px;
	   }


	   .search-wrapper {
	   		padding-left: 275px;
	   		padding-right: 2%;
	   		width: 100%;

	   }

        .home-designs-heading {
           padding-right: 0;
	       width: 100%;
        }

	   .search {
		   	margin-left: 0px;
		   	position: Relative;
		   	background: #e9101b url('../img/search-icon.svg') no-repeat 20px 50%;
	   }

	   .no-svg .search {
	   	   	background: #e9101b url('../img/search-icon.png') no-repeat 20px 50%;
	   }


	   .search-criteria {
		   	float: right;
		   	border-right: 1px dotted #f4888d;
		   	padding: 10px 18px;
	   }

	   .search-criteria select {
	   }

	   .search-criteria.block {
	   		text-align: center;
	   }

	   .search-criteria.last {
	   		border: none;
	   }

	   .search-criteria label {
		   	color: #fff;
		   	text-transform: uppercase;
		   	display: block;
	   }

	   .ui-slider {
	   		margin-top: 0px;
	   }

	   #amount {
		   	width: 100px;
		   	height: 20px;
	   }

	   .search-criteria input {
		   	background: none;
		   	border: none;
		   	color: #fff;
		   	margin-top: 4px;
		   	font-size: 0.875em;
		   	text-align: center;
	   }

	   .designs-wrapper {
	   	margin-right: 0;
	   }

	   .design, .property {
	   		width: 45%;
	   }

	   .gallery-item {
	   		width: 29%;
	   }

	   .staff-member {
	   	width: 50%;
	   }


		.agents-header nav ul li a {
			padding-left:10px;
			padding-right:10px;
			font-size:0.875em;
		}




   }





   @media only screen and (max-width: 1107px) {
		
		body {
			min-height: 1120px;

		}

   		.features {
   			padding-left: 275px;
   			padding-right: 18px;
   			bottom: auto;
			top: 400px;
   		}



     }

	@media only screen and (max-width: 1000px) {


		.package-reserve {
			width:100%;

		}



	}


@media only screen and (max-width: 959px) {


		body {
			min-height: 1210px;

		}

		.slides-pagination {
			bottom: 540px;
		}

		.nav-wrapper {
			margin-bottom: -658px;
			/*padding-top: 80px;*/
		}

		.features .feature {
			width: 250px;
		}

		.search {
			height: auto;
		}

        #amount {
            width: 100px;
        }


		.agents-property-listing.header {
			display:none;
		}

		.agents-property-listing {
			padding-bottom:20px;
		}

		.agents-property-listing span.mobile-only-label {
			display:inline;
			font-style:italic;
		}

		.agents-property-listing .address  {
			float:left;
			width:100%;
			font-weight:bold;
		}

		.agents-property-listing .estate, .agents-property-listing .house, .agents-property-listing .frontage, .agents-property-listing .depth, .agents-property-listing .area, .agents-property-listing .title, .agents-property-listing .land-price, .agents-property-listing .package-price {
			float:left;
			width:33%;
			padding-top:5px;
			padding-bottom:5px;
		}




	}






@media only screen and (max-width: 880px) {

		.agents-header nav ul li a {
			padding-left:6px;
			padding-right:6px;
		}


}

@media only screen and (max-width: 959px) and (max-height: 750px) {

		.logo {
			/*margin-bottom: 68px;*/
		}

	}



	@media only screen and (max-width: 905px) {

		/*
		.search-criteria {
			padding: 11px 10px;
		}
		*/

	}






@media only screen and (max-width: 820px) {

	body {
		min-height: 1210px;

	}

	.slides-pagination {
		left: 340px;
	}


	nav.main {
		width: 180px;
	}

	nav.main ul {
		width: 165px;
	}

	.logo img {
		width: 145px;
	}

	.logo40y img {
		width: 100px;
	}

	.logo40y {
		margin-bottom: 50px;
	}

	.logo {
		margin-bottom: 30px;
	}

	 nav.main li a, .feature {
		font-size: 0.929em;
	}

	.address {
		font-size: 0.714em;
	}

	.features {
		padding-left: 200px;
	}

	.features {
				padding-right: 18px;
			}

			.features .feature {
				width: 48%;
			}

	.content-wrapper {
		padding-left: 200px;
	}

	.content-banner {
		height:375px;
	}

	.content-banner.feature-slider {
		height:500px;
	}

	.feature-slider .caption {
		left: 180px;
		width: calc(100% - 180px);
	}

	.feature-slider .slick-dots {
		left: 195px;
	}



	.content-banner h1 {
	   	left: 250px;
	}

	.search-wrapper {
		padding-left: 180px;
		padding-right: 0;
	}

	.search {
		height: auto;
		padding-right: 10px;
	}


	.design, .property {
		float: none;
		width: 96%;
	}

	.gallery-item {
			width: 45%;
	}


	.staff-member {
		width: 100%;
		float: none;
	}


    .brochure-form {
        width:auto;
    }




}


@media only screen and (max-width: 760px) {

		.features {
			padding-right: 18px;
		}

		.features .feature {
			width: 48%;
		}

	    .floorplan, .home-info {
	    	float: none;
	    	width: 100%;
	    }

	    .home-info {
	    	margin-top: 40px;
	    }

	    .left, .contact .left {
	    	float: none;
	    	width: 100%;
	    }

	    .right, .contact .right {
	    	float: none;
	    	width: 100%;
	    }


		.agents-header nav ul li {
			display:block;
			float:none;
			border:0;
			border-left:1px solid #CCC;
			border-right:1px solid #CCC;
			background-color:#E1E1E1;
		}

		.agents-header nav ul li.first {
			border-top:1px solid #CCC;
			border-top-right-radius:5px;
			border-top-left-radius:5px;
		}
		.agents-header nav ul li.last {
			border-bottom:1px solid #CCC;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
		}



		.agents-header nav ul li a {
			border:0;
			display:block;
			padding-left:20px;
		}
		.agents-header nav ul li.selected {
			border-color:#CCC;
			border-width: 1px;
			border-style:solid;
			background-color:#FFF;
		}

		.agents-header {
			border-bottom:0;
		}




  }

@media only screen and (max-width: 700px) {

    .search .hide {
        display: none;
    }

    .request-brochure-button {
        width:100%;
        margin-bottom:20px;
        margin-right:0;
    }

    .request-brochure-button span{
        float:right;
    }

}









@media only screen and (max-width: 660px) {


	body {
		min-height: 1060px;

	}

	.slides-pagination {
		bottom: 400px;
	}

	.nav-wrapper {
		margin-bottom: -518px;
	}


	.features .feature {
		height: 180px;
	}

	.feature span.arrow {
		height: 143px;
		background: #fff url('../img/arrow-icon.svg') no-repeat 13px 118px;
	}

	.no-svg .feature span.arrow {
		background: #fff url('../img/arrow-icon.png') no-repeat 13px 118px;
	}


	span.title {
		font-size: 85%;
	}

	.search {
		background: #e9101b;

	}

	.house-and-land .search-criteria {
	}

	.search.house-and-land {
		   	background: #e9101b url('../img/search-icon.svg') no-repeat 20px 50%;
	}

	/*
	.search-criteria {
		padding: 11px 6px;

	}
	*/

	.feature-slider .slick-slide {
		background-position: center;
	}

}



@media only screen and (max-height: 750px) and (min-width: 960px) {

	body {
		//min-height: 900px;

	}

	.nav-wrapper {
		/*padding-top: 80px;*/
	}

	.logo {
		/*margin-bottom: 68px;*/
	}



}



@media only screen and (max-height: 750px) {
	.content-banner {
		height: 320px;
	}
	.content-banner.feature-slider {
		height:420px;
	}
}



/* ==========================================================================
   MOBILE STYLES
   2. Mobile styles
   ========================================================================== */

@media only screen and (max-width: 599px) {

	.content-banner.home-designs {
		display: none;
	}


	body {
		min-height: 0px;
	}

	body.home .container {
		background: #000 url('') no-repeat left top;
		background-size: cover;
		height: 100%;
	}

	#slides, .taglines {
		display: none !important;
	}

	/*
	.homepage-slider-container {
		display: none;
	}
	*/





	a.mobile-only {
		display: block;
		background-color: #00294d;
		color: #fff;
		text-decoration: none;
		font-family:'Proxima N W01 Smbd', arial, helvetica, sans-serif;
		letter-spacing: 0.05em;
		padding: 20px 4%;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		font-size: 1.125em;
		text-transform: uppercase;
		border-bottom: 1px solid #0e3c65;
	}

	a.mobile-only.last {
		border-top: 1px solid #001d36;

	}

	a.mobile-only span {
		color: #b3d335;
	}

	a.mobile-only .arrow {
		width: 44px;
		height: 44px;
		-webkit-border-radius: 22px;
		border-radius: 22px;
		position: absolute;
		display: block;
		right: 20px;
		top: 50%;
		margin-top: -22px;
		background-color: #004787;
	}

	a.mobile-only .arrow:after {
		content: '';
		position: absolute;
		display: block;
		width: 44px;
		height: 44px;
		background: url('/img/arrow-icon-green.svg') no-repeat 50% 50%;

	}

	.no-svg a.mobile-only .arrow:after {
		background: url('/img/arrow-icon-green.png') no-repeat 50% 50%;

	}

	.container {
		/* Animation Property */
		animation-property: width;
		animation-property: height;
		transition-duration: 0.2s;
		/* webkit */
		-webkit-animation-property: width;
		-webkit-animation-property: height;
		-webkit-transition-duration: 0.2s;
		/* moz */
		-moz-animation-property: width;
		-moz-animation-property: height;
		-moz-transition-duration: 0.2s;
		/* opera */
		-moz-appearanceo-animation-property: width;
		-o-animation-property: height;
		-o-transition-duration: 0.2s;
	}

	.mobile-header {
		display: block;
		background: #1a1f60;
		width: 100%;
		height: 60px;
	}

	.mobile-phone {
		float: left;
		line-height: 40px;
	}



	.mobile-phone a {
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 0 15px 0 0;
		font-size: 1.5em;
		font-weight: bold;
		background: transparent url('/img/phone-icon-small.svg') no-repeat left center;
		background-size: 17px;
		padding: 0 0 0 32px;
		color: #7bcaff;
		height: 58px;
	}

	.mobile-nav-button {
		float: left;
		display: block;
		width: 100px;
		color: #e31e25;
		height: 50px;
		padding-left: 20px;
		padding-top: 14px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		color: #fff;
		font-size: 1.5em;
	}

	.mobile-nav-button span {
		width: 24px;
		height: 4px;
		background: #fff;
		border-radius: 2px;
		display: block;
		margin: 0 0 4px 0px;
	}

	.call {
		display: none;
	}

	.logo {
		position: absolute;
		top: 10px;
		right: 15px;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.logo40y {

	}

	nav.main a.logo:hover {
		background-color: none !important;
	}

	.logo img {
		width: 130px;
		padding-top: 5px;
	}

	nav {
		display: none;
	}

	.locate {
		display: none;
	}

	.mobile-banner {
		display: block;
		width: 100%;
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		padding: 15px;
		height: 300px;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
	}


	.mobile-banner h2 {
		position: absolute;
		bottom: 0;
		left: 20px;
		z-index: 5;
		max-width: 70%;
		font-size: 2.25em;
		color: #fff;
		font-family:'Proxima N W01 Reg', arial, helvetica, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		line-height: 1.1;
		text-shadow: 2px 1px 5px rgba(0,0,0,0.7);
	}


	.features {
		padding: 0px;
		position: relative;
		margin: 0 0 25px 0;
		bottom: auto;
		top: auto;

	}

	.features .feature {
		height: auto;
		background: none !important;
		float: none;
		width: 100%;
		border: none;
		padding: 0 20px;
		margin-bottom: 0;
	}

	.features .feature span.arrow {
		display: none;
	}

	.features .feature span.title {
		background: #eaeaea url('../img/arrow-icon.svg') no-repeat 95% center;
		background-size: 14px;
		padding: 20px 30px 20px 20px;
		height: auto;
		font-size:1.229em;
		line-height: 1.3;
		margin-bottom: 5px;
		border: 1px solid #fff;
	}

	.no-svg .features .feature span.title {
		background: url('../img/arrow-icon.png') no-repeat 95% center;
	}

	.features .feature:hover {
	}

	.features .feature:hover span.title {
		color: #fff;
		background: url('../img/arrow-icon-white.svg') no-repeat 95% center;
		background-size: 14px;
				background-color: #1a1f60;


	}

	.no-svg .features .feature:hover span.title {
		background: url('../img/arrow-icon-white.png') no-repeat 95% center;

	}


	.content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content-banner {
		height: 250px;
		background-size: cover;
		background-position-x: 50%;
	}

	.content-banner.feature-slider {
		height: 350px;
	}

	.feature-slider .caption {
		left: 0;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

	.feature-slider .caption h2 {
		font-size: 24px;
	}

	.feature-slider .caption p {
		display: none;
	}

	.feature-slider .slick-dots {
		left: 4px;
	}


	.search-wrapper {
		padding-left: 0;
		margin-top: 0;
	}

	.search {
		padding: 0;
	}

	.search-criteria {
		padding: 10px 8px;

	}

	.search-criteria {
		width: 33%;
		text-align: center;
	}

	.house-and-land .search-criteria {
		text-align: left;
		width: auto;
	}


	.search-criteria.block {
		float: none;
		clear: both;
		width: 98%;
		padding: 10px 30px;
		border-top: 1px dotted #f4888d;
		border-right: none;
	}




	.ui-slider .ui-slider-handle {
		width: 3em !important;
		height: 3em !important;
		margin-top: -12px !important;
		margin-left: -20px !important;
	}

	p.agent {
				font-size: 0.750em;
	}


	h1.house-and-land {
		margin-top: 20px;
	}


	.agents-header nav {
		display:block;
	}



}


@media only screen and (max-width: 500px) {


	.agents-property-listing .estate, .agents-property-listing .house, .agents-property-listing .frontage, .agents-property-listing .depth, .agents-property-listing .area, .agents-property-listing .title, .agents-property-listing .land-price, .agents-property-listing .package-price {
		width:50%;
	}

	.package-left {
		width:100%;
	}

	.package-right {
		width:100%;
	}

	.feature-slider .caption h2 {
		font-size: 20px;
	}



}


@media only screen and (max-width: 420px) {



	#rea .image-wrapper {
		float:none;
		margin:0;
		padding:0;
		margin: 0px 0;
		background-color:#ccc;
		width: 100%;
		height: 170px;
		position: relative;
		overflow: hidden;
	}

	#rea .property .overview .image {
		margin:0;
		padding:0;
		margin: 0px 0;
		background-color:#ccc;
		width: 115%;
		height: 170px;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin-left: -7%;
	}

	#rea .property .overview .details {
		float:none;
		width:100%;
	}

	.property .design-features {
		float: left;
		padding-top: 5px;
	}

	.property span.title {
		width: 100%;
	}

    .request-brochure-button {
        font-size:0.688em;
    }


}





@media only screen and (max-height: 750px) {




}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
