body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h1, h2.headline {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6c6e71;
  font-size: 48px;
  line-height: 44px;
  font-weight: 400;
}
h1.heading-large {
  margin-bottom: 10px;
}
h1.ask-mark {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color:#000;
} 
.page-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6c6e71;
  font-size: 48px;
  line-height: 44px;
  font-weight: 400;
}
.page-title.heading-large {
  margin-bottom: 10px;
}
.upper {
  text-transform:uppercase;
}
.upper.house-land {
  text-transform:none;
  font-size:85%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #6c6e71;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
}

h2.txt-accent {
  font-size: 36px!important;
}
#callout a p {
  color: #333!important;
  margin-bottom:30px;
}
#callout a:hover p, #callout a:hover img {
  opacity: 0.75;
}

h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}


h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

h1.inline-body {
  display:inline!important;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

p {
  margin-bottom: 15px;
}
/*p.line, div.line {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}*/
p.line {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
p.fineprint {
  font-size:14px;
  font-style:italic;
  line-height:18px;
}
.w-col.w-col-6.squeeze {
  padding-right: 20px;
  padding-left: 20px;
}
img.small-left {
  padding-right: 20px;
}
img.small-top {
  padding-top: 6px;
}

a {
  color: #1fc0da;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover {
  color: #0085a6;
}
.page-link a {
  float:right;
  margin-top:-28px;
  color: #1fc0da;
  text-decoration: none;
  font-weight:bold;
  display:block;
  position:relative;
  z-index:100;
}
.page-link a:hover {
  color: #0085a6;
}
.w-slide a.slide-url {position:relative; top:0px; margin-top:0px;}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  color: #000;
  font-weight: 900;
}

.outer-wrapper {
  min-height: 100%;
  min-width: 240px;
}

.inner-wrapper {
  /*min-height: 100%;*/
}

.footer {
  padding: 20px 15px;
  border-top: 1px solid rgba(0, 0, 0, .12);
  background-color: #1fc0da;
  background-image: url('../images/bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.footer.pdt-lg-30.pdb-lg-30 {
  color: #fff;
}

.masthead {
  border-bottom: 1px solid #e4e4e4;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.navbar-brand {
  width: 180px;
}

.nav-link {
  padding: 15px 10px;
  color: #5f5f5b;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #1fc0da;
}

.nav-link.last {
  border: 0px solid #000;
}

.nav-link.nav-dropdown.w--open {
  color: #1fc0da;
}

.nav-dropdown-list.w--open {
  min-width: 200px;
  border-radius: 2px;
  background-color: #1fc0da;
}

.nav-dropdown-link {
  padding: 8px 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .25);
  color: hsla(0, 0%, 100%, .9);
  font-size: 14px;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  color: #fff;
}

.nav-dropdown-link.last {
  border-bottom: 0px none transparent;
}

.nav-menu {
  margin-top: 15px;
  margin-right: -15px;
  clear: right;
}

.nav-group {
  display: inline-block;
  margin-top: 10px;
  float: right;
  font-size: 22px;
}

.nav-contact-link {
  padding: 3px 5px;
  color: #77767a;
}

.nav-contact-link:hover {
  color: #1fc0da;
}

.nav-contact-link.nav-phone-contact {
  float: left;
  font-family: Lato, sans-serif;
  color: #1fc0da;
  font-size: 24px;
  font-weight: 900;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 5px;
  float: left;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.icon.nav-contact-icon {
  display: none;
}

.link-text {
  display: inline-block;
  float: left;
  line-height: 24px;
}

.nav-dropdown-icon {
  display: none;
}

.slide-pic {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.slide-pic:hover {
  -webkit-transform: perspective(1479px) scale(1.04);
  transform: perspective(1479px) scale(1.04);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

.slider.partners {
  height: auto;
  margin-bottom: 30px;
  background-color: transparent;
}

.slider.model-slider {
  height: 585px;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 2px solid #1fc0da;
}

.slide-nav {
  height: 80px;
  padding-top: 40px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .75) 75%);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .75) 75%);
}

.slide-nav.below-slider {
  bottom: -40px;
  height: auto;
  padding-top: 20px;
  background-image: none;
}

.slide-nav.model-slide-nav {
  left: 50%;
  right: auto;
  bottom: 20px;
  height: 40px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, .2);
  background-image: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slide-arrow.left {
  text-align: left;
}

.slide-arrow.right {
  text-align: right;
}

.slide-arrow-icon {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #1fc0da;
}

.slide-caption {
  padding: 20px;
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: 0 0 0 7px rgba(0, 0, 0, .2);
}
.center-info {
  padding-right:95px;
}

.slide-caption.center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  max-width: 85%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-caption.center-bottom {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.slide-caption.bottom {
  position: absolute;
  bottom: 0px;
}

.slide-caption.left-center {
  position: absolute;
  top: 50%;
  width: auto;
  max-width: 65%;
  margin-right: 20px;
  margin-left: 20px;
  box-shadow: none;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.slide-heading {
  position: relative;
  display: inline-block;
  margin-left: -40px;
  padding: 5px 20px 5px 40px;
  background-color: #1fc0da;
  background-image: -webkit-linear-gradient(180deg, #00a0c4, #6acce0);
  background-image: linear-gradient(270deg, #00a0c4, #6acce0);
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
}

.slide-text {
  line-height: 1.5;
  font-weight: 400;
}
.slide-caption p.slide-text {
  color:#333;
}
.slide-caption p:hover.slide-text {
  color: #0085a6;
}
.gallery img {width:100%;}

.gallery table.photogalleryTable td {
    padding: 3px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.copyright {
  float: left;
  font-size: 14px;
  line-height: 20px;
}

.colophon {
  float: right;
  font-size: 14px;
  line-height: 20px;
}

.content-block {
  position: relative;
  padding: 20px;
}

.content-block.pdt-lg-60.pdb-lg-60.granny-award {
  /*display: none;*/
}

.content-block.lined {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.content-block.lined.design-for-living {
  background-image: -webkit-linear-gradient(0deg, #f5f5f5 50%, transparent), url('../images/Designedforliving_background.jpg');
  background-image: linear-gradient(90deg, #f5f5f5 50%, transparent), url('../images/Designedforliving_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-block.lined.design-for-living.pdt-lg-60.pdb-lg-60 {
  background-image: -webkit-linear-gradient(0deg, #fff 50%, hsla(0, 0%, 100%, .3)), url('../images/Designedforliving_background.jpg');
  background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, .3)), url('../images/Designedforliving_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-block.featured-inclusions-section {
  background-image: url('../images/hero-graphic-2.png'), url('../images/hero-graphic-1.png');
  background-position: 19px 142%, -50px 0px;
  background-size: auto, 186px;
  background-repeat: no-repeat, no-repeat;
}

.content-block.process {
  background-color: #1fc0da;
  color: #fff;
}

.nav-contact-separator {
  display: inline-block;
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}

.nav-group-contact {
  display: inline-block;
  margin-right: 15px;
  float: left;
  font-family: Lato, sans-serif;
  color: #77767a;
  font-size: 22px;
  line-height: 24px;
}

.nav-group-social {
  display: inline-block;
  float: right;
}

.nav-social-link {
  width: 32px;
  height: 32px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 100%;
  background-color: #1fc0da;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.nav-social-link:hover {
  color: #fff;
}

.nav-social-link.facebook:hover {
  background-color: #3b5998;
}

.nav-social-link.pinterest:hover {
  background-color: #cb2027;
}

.nav-social-text {
  display: none;
}

.slide-1 {
  background-image: url('../images/Edmondson-Park.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Apryl-contemporary.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/savoy_austinmer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.topbar-contact-button {
  display: none;
}

.homepage-slider {
  height: 560px!important;
}

.slide-container {
  position: relative;
  height: 100%;
}

.txt-accent {
  font-family: Wiesbadenswingcom, sans-serif;
  color: #1fc0da;
  font-size: 125%;
  font-weight: 400;
  line-height:100%;
  text-transform: none;
}
.txt-accent.feature-head {
  position:relative;
  top:-6px;
}
.txt-accent.feature-head-h1 {
  position:relative;
  top:2px;
  font-size:94%;
}

.txt-accent.inline-block {
  line-height: 1;
}

.txt-accent.smaller {
  font-size: 80%;
}
.txt-accent.smaller.feature {
  font-size: 100%;
}
.category-description {
  margin-top:20px;
  margin-bottom:20px;
}
.ultrabold {
  color: #000;
  font-weight: 900;
}
h1.uppercase, h2.headline.uppercase {
  font-size: 36px;
}
h1.heading-large {
  font-size: 48px;
}
.heading-large {
  display: block;
  font-size: 48px;
  line-height: 1;
}

.heading-large.text-reverse {
  color: #fff;
}

.featured-awards {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.featured-award {
  width: 20%;
  float: left;
}

.featured-award.housing-exellence-2015 {
  width: 30%;
}

.award {
  max-height: 160px;
}

.award-description {
  margin-top: 10px;
  font-size: 14px;
  line-height:16px;
}

.inline-block {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.featured-packages {
  margin-top: 30px;
}

.col-1-5 {
  width: 20%;
  float: left;
}

.featured-package {
  position: relative;
  display: block;
  margin: 3px;
  padding-bottom: 80%;
  border: 4px solid #1fc0da;
  background-color: hsla(0, 0%, 100%, .5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1fc0da;
  font-weight: 700;
}

.featured-package:hover {
  background-color: #1fc0da;
  color: #fff;
}

.featured-package-text {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.txt-block {
  display: block;
}

.featured-list.featued-inclusions-list {
  margin-top: 30px;
}

.featured-list-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
}

.display-homes-map {
  position: absolute;
  left: 30%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.home-world-logo {
  max-width: 300px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.display-homes-map-overlay {
  position: absolute;
  left: 30%;
  top: 0px;
  bottom: 0px;
  width: 20%;
  height: 100%;
  background-image: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
}

.featured-model {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
  float: left;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.featured-model:hover {
  background-size: auto 115%;
}

.featured-model.boston {
  overflow: hidden;
  background-image: url('../images/eden-square.jpg');
}

.featured-model.georgia {
  background-image: url('../images/georgia-square.jpg');
}

.featured-model.astaire {
  background-image: url('../images/astaire-square.jpg');
}

.featured-model.eden {
  background-image: url('../images/boston-square.jpg');
}

.featured-model.hudson {
  background-image: url('../images/hudson-square.jpg');
}
.featured-model.Ivy {
  overflow: hidden;
  background-image: url('/images/single-storey/the-ivy/The-Ivy-AUSTINMERE.jpg?Action=thumbnail&Width=600&Height=480&algorithm=proportional');
}
.featured-model.Apryl {
  overflow: hidden;
  background-image: url('/images/single-storey/the-apryl/The-Apryl-contemporary.jpg?Action=thumbnail&Width=600&Height=480&algorithm=proportional');
}

.info-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -80%;
  padding: 15px 30px 15px 15px;
  /*background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .75) 25%, rgba(0, 0, 0, .25) 50%, transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75) 25%, rgba(0, 0, 0, .25) 50%, transparent);
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;*/
  color: #1fc0da;
}

.info-overlay:hover {
  bottom: 0%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .75) 35%, rgba(0, 0, 0, .25));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75) 35%, rgba(0, 0, 0, .25));
  opacity: 1;
}

.gallery.pull-up {
  margin-top:-20px; 
}

.gallery-model-location {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.gallery-model-frontage {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.gallery-model-info {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 700;
}

.gallery-model-specs {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.gallery-model-spec {
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  float: left;
  font-size: 18px;
}

.gallery-model-spec.beds {
  background-image: url('../images/icon-bed.png');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.gallery-model-spec.baths {
  background-image: url('../images/icon-bath.png');
  background-position: 0px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.gallery-model-spec.cars {
  background-image: url('../images/icon-car.png');
  background-position: 0px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.lead {
  font-size: 20px;
  line-height: 26px;
}

.homeworld {
  max-width: 350px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.3;
}

.featured-list-text {
  display: block;
  font-size: 16px;
}

.featured-inclusion {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  float: left;
}

.featured-inclusion.exterior {
  background-image: url('../images/exterior.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-inclusion.interior {
  background-image: url('../images/interior.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-inclusion.kitchen {
  background-image: url('../images/kitchen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-inclusion.bathroom {
  background-image: url('../images/bath.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-inclusion.laundry {
  background-image: url('../images/laundry.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-inclusion.garage {
  background-image: url('../images/garage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-1-3 {
  width: 33.333%;
  float: left;
}

.inclusion-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #1fc0da;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.inclusion-info:hover {
  opacity: 1;
}

.inclusion-info-content {
  position: relative;
  top: 50%;
  padding: 15px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
  text-transform: uppercase;
}

.inclusion-number {
  font-size: 68px;
  line-height: 74px;
  font-weight: 900;
}

.partners-slide-nav {
  bottom: -30px;
}

.col-1-7 {
  position: relative;
  width: 14.285%;
  float: left;
  text-align: center;
}

.text-reverse {
  color: hsla(0, 0%, 100%, .8);
}

.process-steps {
  margin-top: 30px;
  margin-bottom: 30px;
}

.process-step {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.process-step.step-1 {
  background-image: url('../images/step-1-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.process-step.step-2 {
  background-image: url('../images/step-2-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.process-step.step-3 {
  background-image: url('../images/step-3-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.process-step.step-4 {
  background-image: url('../images/step-4-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.process-step.step-5 {
  background-image: url('../images/step-5-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.process-step.step-6 {
  background-image: url('../images/step-6-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.process-step.step-7 {
  background-image: url('../images/step-7-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.process-step-desc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #1fc0da;
}

.process-step-desc:hover {
  opacity: 1;
}

.process-step-text {
  position: absolute;
  top: 50%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-link {
  color: #96eefa;
}

.footer-link:hover {
  color: #fff;
}

.footer-columns {
  margin-right: -30px;
  margin-bottom: 20px;
  margin-left: -30px;
}

.footer-col-1-3 {
  width: 33.3%;
  padding: 15px 30px;
  float: left;
}

.footer-social-link {
  width: 32px;
  height: 32px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 100%;
  background-color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.footer-heading {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.contact-form {
  padding: 30px;
  border: 2px solid #1fc0da;
  text-align: center;
}

.contact-form label {
    display: block;
    margin-bottom: 0px;
    padding-left:6px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}
.contact-form.comments {
  padding: 30px;
  border: none;
  text-align: left;
}
.contact-form.comments label {
  margin-top:14px;
  margin-bottom:6px;
}
.contact-form.comments input.rad-btn {
  margin-right:7px;
  margin-left:7px;
}
.split-l {width:48%;margin-right:10px;}
.split-r {width:48%;margin-left:10px;}

.accent {
  color: #1fc0da;
}

.small {
  color: #999;
  font-size: 14px;
}

.button {
  background-color: #1fc0da;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button:hover {
  color: #fff;
}

.button.contact {
  background-color: #ff000a;
  margin-top:14px;
}
.button.contact:hover {
  background-color: #333;
}

.button.filter-search {
  background-color: #1fc0da;
}

.button.filter-search:hover {
  background:rgba(0,50,150,1);
}

.button.btn-large {
  padding: 15px 30px;
  font-size: 22px;
}
.model-cont {
  margin:0px 0 46px 0;
}
a.models.button {
  background-color: #1fc0da;
  color:#b8f5ff;
  border-right:1px solid #d4d4f0;
  float:left;
}

a.models.button:hover {
  color: #fff;
}

a.models.button.live {
  background-color: #0291af;
  color:#fff;
  text-transform:uppercase;
}

a.models.button.btn-large.final {
  float:none;
  position:relative;
  top:15px;
  padding: 13px 30px 12px 30px;
}
a.models.button.btn-large {
  padding: 15px 30px;
  font-size: 22px;
}

.button.btn-large.download-brochure {
  margin-top: 10px;
  margin-bottom: 10px;
}

.push {margin-bottom:12px;}
.pic-link {padding:0 3px;}

.message-field {
  min-height: 120px;
}

.page {
  position: relative;
  padding: 60px 30px 30px;
  font-weight: 300;
}

.page-top-border {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 30px;
  background-color: #1fc0da;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
}

.ask-mark {
  color: #fff;
}
.button.ask-mark {
  background:#1da1f2; color: #fff;
}
.button.choice-link {
  background:#1fc0da; color: #fff;
}
.button.ask-mark:hover, .button.choice-link:hover {
  background:rgba(0,50,150,1);
}
.ask-mark-highlight {
  position: relative;
  height: 90px;
  background-color: #1fc0da;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,50,150,0.5);
}
.breadcrumbs, .breadcrumbs a {
  margin:-57px 0 37px 0;
  color:#fff;
  opacity:0.8;
}
.breadcrumbs a:hover {
  opacity:1;
}
.facade-title {
  text-align:right;
  margin:-24px 24px 0 0;
  color:#fff;
  opacity:0.9;
  text-transform:uppercase;
  position:relative;
  top:-16px;
}

.hrule {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ccc;
}

.sidebar {
  padding-left: 30px;
}

.social-share {
  position: fixed;
  left: 0px;
  top: 260px;
  width: 48px;
}

.share-button {
  width: 48px;
  height: 48px;
  background-color: #1fc0da;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

.share-button:hover {
  color: #fff;
}

.share-button.facebook {
  background-color: #3b5997;
}

.share-button.twitter {
  background-color: #29c5f6;
}

.share-button.linkedin {
  background-color: #006dc0;
}

.share-button.googleplus {
  background-color: #d24333;
}

.share-button.pinterest {
  background-color: #ce252a;
}

.share-title {
  font-size: 13px;
  text-align: center;
}

.sidebar-block {
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 2px solid #1fc0da;
}
.sidebar-heading {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
}

.sidebar-featured-model {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.sidebar-featured-model.last {
  margin-bottom: 0px;
}

.model-description {
  margin-top: 0px;
  margin-bottom: 5px;
}

.model-location {
  color: #6c6e71;
  font-size: 18px;
  text-transform: uppercase;
}

.sidebar-featured-model-photo {
  margin-bottom: 10px;
  padding-bottom: 60%;
  /*background-image: url('../images/boston-square.jpg');
  background-position: 50% 50%;
  background-size: cover;*/
}

.sidebar-model-specs {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.model-spec {
  margin-right: 15px;
  padding-left: 34px;
  float: left;
  color:#333;
}

.model-spec.beds {
  background-image: url('../images/model-icon-bed.png');
  background-position: 0px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.model-spec.baths {
  background-image: url('../images/model-icon-bath.png');
  background-position: 0px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.model-spec.cars {
  background-image: url('../images/model-icon-car.png');
  background-position: 0px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.sidebar-model-photo {
  width: 100px;
  height: 80px;
  float: left;
}

.sidebar-model-photo.georgia {
  background-image: url('../images/georgia.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sidebar-model-photo.astaire {
  background-image: url('../images/astaire.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sidebar-model-photo.cooper {
  background-image: url('../images/cooper.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sidebar-model-info {
  display: block;
  margin-left: 110px;
  float: none;
}

.li-item {
  margin-bottom: 10px;
}

.sidebar-blog-title {
  font-size: 22px;
}

.sidebar-meta {
  color: #999;
  font-size: 14px;
}

.more {
  text-transform: uppercase;
}

.model-specs {
  margin-top: 20px;
  float: right;
  font-size: 24px;
}

.specs-heading {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  color: #6c6e71;
  font-weight: 300;
}
h3.specs-heading {text-transform:uppercase;}
.spec {
  display: inline-block;
  margin-right: 20px;
  color: #6c6e71;
}
.spec.last {
  margin-right: 0px;
}

.spec-value {
  margin-left: 5px;
  color: #000;
  font-weight: 400;
}

.col-1-4 {
  width: 33%;
  float: left;
}
.col-1-25 {
  width: 25%;
  float: left;
}
.push-down {
  margin-bottom:30px;
}
.col-1-4.gallery-item {
  padding: 3px;
}

.owl-space {
  padding: 3px;
}

.gallery {
  margin-right: -3px;
  margin-left: -3px;
}

.design-categories {
  margin-top: 30px;
  margin-left: 30px;
  padding-top: 10px;
  border-top: 2px solid #1fc0da;
}
.sidebar-callout {
  margin-top: -75px;
  margin-left:20px;
}
.sidebar-callout a:hover {
  opacity:0.75;
}
.design-categories.bottom {
  display: none;
}
.sidebar-callout.bottom {
  display: none;
}
.plan {
  display: block;
  overflow: visible;
  max-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.plan:hover {
  -webkit-transform: perspective(1479px) scale(1.04);
  transform: perspective(1479px) scale(1.04);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

img.push-10 {padding-bottom:10px;}

.display-links a, .contact-pic a, .home-pic a {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom:20px;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.home-links a {
  display: block;
  overflow: visible;
  min-height: 360px!important;
  margin-right: auto;
  margin-bottom:2px;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}
.home-links a:hover {
  -webkit-transform: perspective(1479px) scale(1.04);
  transform: perspective(1479px) scale(1.04);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.home-links a p {color:#666;padding:6px 6px;}

.lead.home-questions {padding-top:40px;text-align:center;font-size:20px;line-height:26px;}

.slider-pic a {
  display: block;
  overflow: visible;
  max-height: 485px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}
.slider-pic a:hover {
  -webkit-transform: perspective(1479px) scale(1.04);
  transform: perspective(1479px) scale(1.04);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

.parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
a.thumb {width:315px;}

html.w-mod-js *[data-ix="slide-content-slide-up"] {
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
}

.team-member{
	float: left;
}
.team-row{
    margin-bottom: 30px;
    clear: both;
}
.staff-container{
    width: 30%;
    margin-left: 20px;
    float: left; 
}
.staff-photo-border{
    border: 3px solid #1fc0da;
}
.staff-job-title{
    padding-bottom: 10px;
}
.staff-jd{
    padding: 0 0 30px 0;
    border-top: 1px solid #d4d4d4
}
.font-larger{
    font-size: 50px;
}
.gray-color{
    color: #6c6e71
}
.top-padding30{
    padding-top: 30px;
}
.latest-video{
    width: 1200px;
}
  .staff-container-clr{
    clear: both;
  }
.video-title-pad-top{
    padding-top: 30px;
}
a .video-text-pad, a .feat-video-text-pad{
    color:#333;
}
a .video-text-pad:hover, a .feat-video-text-pad:hover{
    color:#999;
}
.video-text-pad{
    padding-top: 0px;
}
.video-text-pad-detail{
    padding-top: 30px;
}
.video-text-pad p{
    padding-left: 30px;
}
.feat-video-text-pad{
    padding-top: 0px;
}
.feat-video-text-pad p{
    padding-left: 0px;
}
img.left {
    float:left;
    padding-right:20px;
}
.model-links a {color:#2653b4;}
.model-links a:hover {opacity:0.75;}

.spec-tab-pane {
  padding-top: 26px;
  margin-bottom:14px;
}
.spec-tabs.w-tabs, .w-tab-menu {
  clear:both;
  width:100%;
}
.spec-tab-link {
  width: 19.5%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-right: 1px solid #d4d4f0;
  background-color: #1fc0da;
  color: #b8f5ff;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.spec-tab-link:hover {
  background-color: #0291af;
  color: #fff;
}

.spec-tab-link.w--current {
  width: 19.5%;
  background-image: -webkit-linear-gradient(270deg, #0291af, #0291af);
  background-image: linear-gradient(180deg, #0291af, #0291af);
  color: #fff;
  font-weight: 400;
}
a.spec-tab-link.w-inline-block.w-tab-link .spec-tab-text-block span.hide {display:none;}
a.spec-tab-link.w-inline-block.w-tab-link.w--current .spec-tab-text-block span.hide {display:inline-block;}

.column.more-specs {
    margin-bottom: 6px;
}
iframe.video-abode {width:100%; height:325px;}
iframe.video-abode-small {width:100%; max-height:195px;}
p.video-abode-text {padding-left:20px;}
.videoWrapper {
	position: relative;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*///// Testimonials /////*/

.testimonials {
  padding-top: 45px;
  padding-bottom: 15px;
}
.center {
  text-align: center;
}
.upper {
  text-transform:uppercase;
}
.testimonial-slider {
  height: auto;
  min-height: 100px;
  margin-top: 30px;
  margin-bottom: 70px;
  background-color: transparent;
}
.testimonial-slider-nav {
  bottom: -50px;
  padding-top: 12px;
  opacity: 0.3;
  font-size: 14px;
}
.testimonial {
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}
.testimonial.main {
  text-align: left;
  padding-top:30px;
}
.testimonial-slider-mask {
  margin-right: 75px;
  margin-left: 75px;
}
.quote {
  position: absolute;
  display: block;
  width: 50px;
  height: 100%;
  opacity: 0.3;
  font-family: Fontawesome, sans-serif;
  color: #accdba;
  font-size: 50px;
  text-align: center;
}
.quote.closing-quote {
  right: 0px;
}
.quote-icon {
  position: absolute;
  top: 20px;
}
.align-vid-center.feat {
    padding-right:30px;
}
.more-link {
    color:#1fc0da;font-weight:bold;
}
.cash-img {
	width:40%; padding-top:10px; padding-bottom:10px;
}
.col-1-4.gallery-item-small, .info-only {
    display:none;
}

/*///// Design Overlay - Under /////*/
    
.info-overlay {/*display:none;*/}
.gallery-model-info.small-screen {display:none;}    
    
.info-only {
  /*display:block;margin-top:20px;*/display:none;
}
.gallery-model-info {
  position: relative;
  top:14px;
}  
.gallery-model-location {
  padding-top:20px;
}
/*h3.specs-heading {font-size: 18px;font-weight: 300;color:#333;}
.model-specs {font-size:18px;font-weight: 700;} */   
.spec-tab-pane {padding-top:6px;}
.spec-tab-link {border-bottom:1px solid #60d5e8;}
.column.more-specs {padding:0 14px;}
/*span.hide-span {display:none;}*/

.col-1-4.gallery-item {
  /*display:none;*/
}
.col-1-4.gallery-item-small {
  /*display:block;
  padding-bottom: 23px;*/display:none;
}

.gallery-model-frontage, .gallery-model-specs {
  color: #333;
}
.gallery-model-frontage {
  font-size: 16px;
}
.gallery-model-spec.beds {
  background-image: url('../images/icon-bed-dark.png');
}

.gallery-model-spec.baths {
  background-image: url('../images/icon-bath-dark.png');
}

.gallery-model-spec.cars {
  background-image: url('../images/icon-car-dark.png');
}
.featured-model {
  z-index:2;
}
a.featured-model {margin-top:20px;}
.desc {margin-top: -700px;}
.desc-nowrap {margin-top:0px;clear:both;margin-bottom:30px;}

.w-tab-menu {
    padding-bottom: 14px;
}
.w-form-label {
    padding-left:6px;
    font-weight:300;
}

.filter {padding:20px 0;border-top:1px solid #c0e7f1;border-bottom:1px solid #c0e7f1;}

.w-checkbox-input {
    margin-left: 0px;
}
.w-checkbox {
	display:block;
    padding-top:10px;
}
.w-input option {padding-left:14px;}
.w-col-9.push-right, .push-right {padding-left:40px;}
.left-input {width:48.5%;}
.right-input {margin-left:6px;}
img.promotions {padding-bottom:20px;padding-left:10px;}
img.promotions.main {padding-left:0px;}
.promo-icons {margin:0 auto;padding:14px;text-align:center;}

@media screen and (min-width:1200px) {
   .video-text-pad{
    padding-top: 10px;}
   .feat-video-text-pad{
    padding-top: 30px;}
   .slider.model-slider {
    height: 720px;
    margin-right:20px;
  }
  .left-input {width:49%;}
  .right-input {margin-left:6px;}
  }
  .home-links a {  
    min-height: 285px;
  }
  .promo-push {padding-top:20px;}
}
@media (max-width: 1199px) {
  .plan {
    max-height: auto;
  }
  .center-info {
    padding-right:55px;
  }
  .split-l {width:48%;margin-right:6px;}
  .split-r {width:48%;margin-left:6px;}
  iframe.video-abode {width:100%; max-height:260px;}
  iframe.video-abode-small {width:100%; max-height:125px;}
  .video-text-pad{
    padding-top: 0px;}
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 60px;
  }
  .navbar-brand {
    width: 160px;
  }
  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    color: #fff;
    font-size:14px;
  }
  .nav-link:hover {
    background-color: transparent;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .nav-link.nav-dropdown {
    padding-right: 35px;
  }
  .nav-link.nav-dropdown.w--open {
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .nav-dropdown-list.w--open {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    background-color: transparent;
  }
  .nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px none #000;
    color: hsla(0, 0%, 100%, .9);
  }
  .nav-dropdown-link:hover {
    color: #fff;
  }
  .nav-menu {
    min-width: 250px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px 10px 10px;
    background-color: #1fc0da;
  }
  .nav-menu-button {
    padding: 10px;
    float: none;
    color: #fff;
  }
  .nav-menu-button:hover {
    border-color: #1fc0da;
    color: #fff;
  }
  .nav-menu-button.w--open {
    border-color: #1fc0da;
    background-color: #1fc0da;
    color: #fff;
  }
  .nav-menu-button.w--open:hover {
    color: #fff;
  }
  .nav-menu-button-icon {
    height: 18px;
    margin-top: 3px;
    margin-bottom: 3px;
    float: right;
    line-height: 20px;
  }
  .nav-group {
    margin-top: 0px;
  }
  .nav-contact-link {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
  }
  .nav-contact-link.nav-phone-contact {
    display: block;
    float: none;
    font-size: 24px;
    line-height: 24px;
  }
  .icon {
    line-height: 22px;
  }
  .icon.topbar-contact-icon {
    width: 30px;
    height: 42px;
    font-size: 20px;
    line-height: 40px;
  }
  .icon.topbar-contact-icon.phone-icon {
    line-height: 42px;
  }
  .link-text {
    float: none;
  }
  .nav-dropdown-icon {
    display: inline-block;
    margin-right: 10px;
  }
  .slide-arrow {
    display: none;
  }
  .content-block {
    padding: 30px;
  }
  .content-block.featured-inclusions-section {
    background-image: url('../images/hero-graphic-1.png');
    background-position: -50px 0px;
    background-size: 186px;
    background-repeat: no-repeat;
  }
  .nav-contact-separator {
    display: inline-block;
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 3px;
    float: none;
  }
  .nav-group-contact {
    margin-top: 20px;
    margin-right: 0px;
    float: right;
    text-align: right;
  }
  .nav-group-social {
    display: block;
    float: none;
    color: #77767a;
    text-align: right;
  }
  .nav-social-text {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
  }
  .topbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #1fc0da;
    z-index:10000;
  }
  .nav-close {
    margin-bottom: 20px;
    padding: 5px 12px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
  }
  .nav-close-icon {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
  }
  .nav-menu-button-text {
    display: inline-block;
    margin: 1px 5px;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
  }
  .topbar-contact-button {
    display: none;
    height: 43px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-transform: uppercase;
  }
  .topbar-contact-button:hover {
    color: #fff;
  }
  .featured-awards {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .featured-award {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .featured-award.housing-exellence-2015 {
    width: 100%;
  }
  .col-1-5 {
    width: 50%;
  }
  .col-1-5.last {
    display: none;
  }
  .display-homes-map {
    position: relative;
    left: 0%;
    height: 300px;
    margin: -30px -30px 30px;
  }
  .display-homes-map-overlay {
    display: none;
  }
  .pdr-lg-30.pdt-lg-15.featured-inclusions {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .col-1-7 {
    width: 100%;
  }
  .process-steps {
    margin-right: 60px;
    margin-left: 60px;
  }
  .process-step {
    width: 25%;
    padding-bottom: 25%;
  }
  .process-step-desc {
    margin-left: 25%;
    background-color: transparent;
    opacity: 1;
    color: #fff;
  }
  .process-step-text {
    font-size: 24px;
    line-height: 28px;
  }
  .footer-columns {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-col-1-3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .column.more-specs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sidebar {
    margin-top: 20px;
    padding-left: 10px;
  }
  .social-share {
    position: static;
    width: auto;
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .share-button {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }
  .share-title {
    margin-right: 10px;
    float: left;
    line-height: 36px;
  }
  .model-specs {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
  }
  .spec {
    display: block;
    margin-right: 0px;
    padding: 3px 5px;
  }
  .spec.gray {
    background-color: #ecedee;
  }
  .spec-value {
    display: inline-block;
    float: right;
  }
  .slider.model-slider {
    height: auto;
  }
  a.spec-tab-link.w-inline-block.w-tab-link.w--current .spec-tab-text-block span.hide {display:none;}
  .col-1-4 {
    width: 50%;
  }
  .col-1-25 {
    width: 50%;
  }
    
  .plan {
    max-height: auto;
  }
   .parent {
    margin-top: 8px;
  }
   .facade-title {
    text-align:right;
    margin:-24px 14px 0 0;
    color:#fff;
    opacity:0.8;
    text-transform:uppercase;
    position:relative;
    top:-10px;
  }
  .split-l {width:48%;margin-right:4px;}
  .split-r {width:48%;margin-left:4px;}
  iframe.video-abode {width:100%; max-height:325px;}
  .w-col-9.push-right, .w-col-9.push-right .w-checkbox, .push-right .w-checkbox, .beds select.w-input {padding-left:0px;clear:both;width:100%;}
  .left-input {width:49%;}
  .lead.home-questions {padding-top:10px;padding-bottom:20px;font-size:16px;line-height:22px;}
  span.hide-free-span {display:none;}
  .promo-push {padding-top:5px;}
}

@media (max-width: 767px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-brand {
    padding-left: 0px;
  }
  .nav-contact-link.nav-phone-contact {
    margin-bottom: 3px;
  }
  .icon.nav-contact-icon.phone {
    margin-right: 8px;
    border: 1px solid #1fc0da;
    border-radius: 2px;
  }
  .icon.nav-contact-icon.visible-sm {
    display: inline-block;
  }
  .icon.nav-contact-icon.visible-sm.hidden-xs {
    display: none;
  }
  .fa.fa-phone {
    padding-top: 0px;
  }
  .slide-nav.model-slide-nav {
    bottom: 10px;
  }
  .slide-caption.left-center {
    width: 55%;
  }
  .slide-heading {
    font-size: 36px;
    line-height: 42px;
  }
  .slide-text {
    font-size: 16px;
    line-height: 24px;
  }
  .nav-group-contact {
    margin-top: 17px;
  }
  .nav-social-text {
    display: inline-block;
  }
  .homepage-slider {
    height: 400px!important;
  }
  .heading-large {
    font-size: 38px;
  }
  .col-1-5 {
    width: 50%;
  }
  .display-homes-map {
    position: relative;
    left: 0%;
    width: auto;
    height: 260px;
  }
  .display-homes-map-overlay {
    display: none;
  }
  .col-1-7 {
    margin-bottom: 20px;
  }
  .process-steps {
    margin-right: 0px;
    margin-left: 0px;
  }
  .process-step {
    width: 120px;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0%;
  }
  .process-step-desc {
    position: relative;
    width: 100%;
    margin-left: 0%;
    float: left;
  }
  .process-step-text {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column {
    padding: 10px 0px;
  }
  .sidebar {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .spec {
    display: block;
    margin-right: 0px;
    padding: 3px 5px;
  }
  .spec.gray {
    background-color: #ecedee;
  }
  .spec-value {
    display: inline-block;
    float: right;
  }
  .design-categories {
    display: none;
    margin-left: 0px;
  }
  .sidebar-callout {
    display: none;
    margin-top: 0px;
  }
  .design-categories.bottom {
    display: block;
    margin-top: 20px;
  }
  .sidebar-callout.bottom {
    display: block;
    margin-top: 20px;
  }
  .category-description {
    padding-right: 0px;
    padding-left: 0px;
  }
  .plan {
    max-height: 100%;
    max-width: 65%;
  }
  .child {
    margin-bottom: 20px;
  }
  .staff-container{
    width: 35%;
    margin-left: 50px;
    float: left;
    min-height: 418px;
    text-align: center;    
  }
  .staff-container-clr{
    clear: none;
  }
  .desc {
    margin-top: 0px;
    clear:both;
  }
  .w-col-9.push-right, .push-right {
    padding-left: 10px;
  }   
  .button.contact {
    margin-bottom: 20px;
  }
  .align-vid-center{
    text-align: center;
  }
  .align-vid-center.feat {
    padding-right:0px;
  }
  .feat-video-text-pad{
        padding-top: 30px;
    }
  .feat-video-text-pad p{
     padding-left: 30px;
  }
iframe.video-abode {width:100%; height:235px;}
iframe.video-abode-small {width:auto;}
p.video-abode-text  {padding-top:20px;padding-left:0px;}
    .video-text-pad{
    padding-top: 20px;}
    
    img.left {
    padding-bottom:20px;
    text-align:center;
}
  .left-input {width:100%;}
  .right-input {margin-left:auto;}
  .lead.home-questions {padding-top:20px;padding-bottom:20px;font-size:20px;line-height:26px;}

/*///// Testimonials /////*/

  .testimonial-slider-mask {
    margin-right: 30px;
    margin-left: 30px;
  }
  .quote {
    display: none;
  }
  .quote.closing-quote {
    display: none;
  }
  img.small-left {
  padding-right: 0px;
  }
  img.promotions, img.promotions.main {padding-top:14px;padding-left:0px;}
  .promo-icons img {width:50%;text-align:center;}
  span.hide-free-span {display:block;}
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .navbar {
    padding-bottom: 60px;
  }
  .navbar-brand {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .logo {
    width: 180px;
  }
  .nav-menu {
    position: fixed;
    width: 70%;
  }
  .nav-group {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
  .nav-contact-link {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    clear: both;
  }
  .nav-contact-link.nav-phone-contact {
    display: inline-block;
  }
  .icon.nav-contact-icon.visible-sm.hidden-xs {
    display: none;
  }
  .slide-container {
  display:none;
}
  .slide-nav.model-slide-nav {
    left: 50%;
    bottom: 5px;
    height: 25px;
    padding-top: 5px;
    font-size: 14px;
  }
  .slide-arrow {
    display: none;
  }
  .slide-caption {
    background-color: transparent;
    box-shadow: none;
  }
  .slide-caption.center {
    width: 100%;
  }
  .slide-caption.left-center {
    top: 10%;
    -webkit-transform: translate(0px, -10%);
    -ms-transform: translate(0px, -10%);
    transform: translate(0px, -10%);
  }
  .slide-heading {
    padding-left: 30px;
    font-size: 28px;
    line-height: 34px;
  }
  .slide-text {
    display: none;
  }
  .copyright {
    padding-right: 5px;
    padding-left: 5px;
    float: none;
    text-align: left;
  }
  .colophon {
    padding-right: 5px;
    padding-left: 5px;
    float: none;
  }
  .content-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-contact-separator {
    display: none;
  }
  .nav-group-contact {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
    text-align: center;
  }
  .nav-group-social {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    text-align: center;
  }
  .nav-social-text {
    display: none;
  }
  .homepage-slider {
    height: 220px!important;
  }
  .col-1-5 {
    width: 100%;
  }
  .featured-package {
    padding-bottom: 50%;
  }
  .home-world-logo {
    max-width: 260px;
  }
  .col-1-3 {
    width: 50%;
  }
  .process-steps {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-col-1-3 {
    padding: 5px;
  }
  .contact-form {
    padding: 20px;
  }
  .split-l {width:100%;margin-right:0px;}
  .split-r {width:100%;margin-left:0px;}
  .social-share {
    margin-top: -5px;
  }
  .spec {
    display: block;
    margin-right: 0px;
    padding: 3px 5px;
  }
  .spec.gray {
    background-color: #ecedee;
  }
  .spec-value {
    display: inline-block;
    float: right;
  }
  .col-1-4 {
    width: 100%;
  }
  .col-1-25 {
    width: 100%;
  }  
  .plan {
    max-width: 85%;
  }
  .facade-title {
    display:none;
  }
  .page-link a {
  float:none;
  margin-top:0px;
  text-align:center;
  }
  .team-member{
	float:none;
    width:100%;
  } 
  .staff-container{
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  .spec-tab-link {
    width: 100%;
  }
  .spec-tab-link.w--current {
    width: 100%;
  }
  iframe.video-abode {width:100%; max-height:165px;}
  iframe.video-abode-small {width:auto;height:225px;}
    
  img.left {
    float:none;
    padding-right:0px;
    padding-bottom:20px;
    text-align:center;
}
  .video-text-pad p, .feat-video-text-pad p{
    padding-left: 10px;
}
.cash-img {
	width:100%; margin:auto;
}
    
/*///// Testimonials /////*/
    
  .testimonial-slider-mask {
    margin-right: 20px;
    margin-left: 20px;
  }
    
/*///// Design Overlay - Under /////*/
    
.info-overlay, .small-list .small-plan {display:none;}
.small-list .column.more-specs, .small-list .model-specs {display:none;}
.small-list .gallery-model-info.small-screen {display:block;} 
.info-only {
  display:block;margin-top:20px;
}
.small-list .gallery-model-info {
  position: relative;
  top: 0px;
} 
.gallery-model-info {
  position: relative;
  top: 14px;
}  
.gallery-model-location {
  padding-top:20px;
}
.w-tab-menu {
    padding-bottom: 0px;
}
.center-info {
  padding-right: 0px;
}
.desc .button.contact {
  margin-bottom: 30px;
}
.button.contact {
  margin-bottom: 0px;
}
h2.uppercase {
  text-align:center;
  margin:0px 0 30px 0;
}    
h3.specs-heading {font-size: 18px;font-weight: 300;color:#333;}
.model-specs {font-size:18px;font-weight: 700;}    
.spec-tab-pane {padding-top:6px;}
.spec-tab-link {border-bottom:1px solid #60d5e8;}
.column.more-specs {padding:0 14px;}

.col-1-4.gallery-item {
  display:none;
}
.col-1-4.gallery-item-small {
  display:block;
  padding-bottom: 23px;
}
.promo-push {padding-top:20px;}
.gallery-item.owl-space a.featured-model {
  margin-bottom: 23px;
}
.gallery-model-frontage, .gallery-model-specs, .model-spec {
  color: #333!important;
}
.gallery-model-spec.beds {
  background-image: url('../images/icon-bed-dark.png');
}

.gallery-model-spec.baths {
  background-image: url('../images/icon-bath-dark.png');
}

.gallery-model-spec.cars {
  background-image: url('../images/icon-car-dark.png');
}
.featured-model {
  z-index:2;
}
a.featured-model {margin-top:0;padding-top:20px;}
.owl-pagination {display:none;}
.lead.home-questions {font-size:16px;line-height:22px;}
.promo-icons img {width:85%;}
}    

@font-face {
  font-family: 'Wiesbadenswingcom';
  src: url('../fonts/WiesbadenSwingCom-Regular.eot') format('embedded-opentype'), url('../fonts/WiesbadenSwingCom-Regular.woff') format('woff'), url('../fonts/WiesbadenSwingCom-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}