/* ==========================================================================
   Global Styles
   ========================================================================== */

*, *:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  min-width: 0;
  height: 100%;
  /*for jQuery media queries */
  font-family: 'raleway', arial, helvetica;
  background-color: #333;
  font-size: 16px;
  color: #fff;
}
img {
width: 100%;
    height: auto;
}
a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  color: #333;
}
a:hover, a:focus {
  color: #999;
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}
p, a, h1, h2, h3, h4, h5, li, td {
  font-family: 'raleway', arial, helvetica;
  font-weight: 200;
  letter-spacing: 0.02em;
  font-size: 1em;
  line-height: 1.7em;
}
h1 {
  font-size: 3em;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-size: 2.25em;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
}
h3 {
  font-size: 1.75em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
h4 {
  font-size: 1.25em;
}
.our-homes-page h4 {
  font-weight: 700;
}
h5 {
  font-size: 1.125em;
}
@media only screen and (max-width: 480px) {
  p, a, li, td {
    font-size: 0.9em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
}
.home-template h1, .home-template h2, .home-template h3, .home-template h4, .home-template p, .home-template a, .home-template span {
  color: #fff;
}
.features-page h1, .features-page h2, .features-page h3, .features-page h4, .features-page p, .features-page a {
  color: #fff;
}
.features-page h3 + h3 {
  position: relative;
  top: -10px;
}
.btn, .btn:active, .btn.active, .btn:focus:active {
  background-image: none;
  outline: none;
  box-shadow: none;
}
.fusion-button.button-3:hover, .fusion-button.button-3:focus, .fusion-button.button-3:active {
  background: #81d8e6;
}
.svg-icon {
  -webkit-transition: fill 0.3s ease;
  width: 20px;
  height: 20px;
  fill: #917b61;
  shape-rendering: geometricPrecision;

}
.svg-icon:hover,.svg-icon:focus {
  fill: #cdbda1;
}
/*
.btn-linkedin-line .svg-icon {
  width: 25px;
  height: 25px;
  margin-top: -6px;
}
*/
.inline-icon {
  position: relative;
}
.inline-icon .svg-icon {
  position: absolute;
  left: 10px;
  top: -4px;
}
.svg-icon.white-fill {
  fill: #fff;
}

/*
.btn-back {
  width: 100px;
  height: 50px;
  background: #676265;
}
*/
.container.full-width {
  width: 100%;
  height: auto;
}
.container.boxed {
  width: 100%;
  max-width: 1400px;
}
.row.full-width {
  width: 100%;
  height: auto;
}
.gold-text {
  color: #f2dcb4 !important;
}
.dark-gold-text {
  color: #917b61 !important;
}
.btn-circle {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  padding: 18px 0px;
  border-radius: 90px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.15s, opacity 0.3s, -webkit-transform 0.3s, margin 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.15s, opacity 0.3s, -webkit-transform 0.3s, margin 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.15s, opacity 0.3s, transform 0.3s, margin 0.3s;
}
.btn-circle:hover, .btn-circle:focus {
  background-color: #917b61;
  border: 1px solid rgba(255, 255, 255, 0);
  text-decoration: none;
}



/* ==========================================================================
   Header Styles
   ========================================================================== */

#header {
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: fixed;
  height: 50px;
  display: block;
  width: 100%;
  z-index: 9;
  text-align: center;
  padding: 20px 0 0 0;
}
#header {
  top: 0px;
}
#header .navbar-header {
  float: left;
  width: 200px;
  position: relative;
  z-index: 9;
}
.nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width:1200px) {
  a.header-tel {
    display: none !important;
  }
}
#header .navbar-brand {
  float: none;
  display: block;
  width: 100px;
  height: 40px;
  margin: 9px;
  background-image: url('../img/header-logo.png');
  background-size: cover;
  font-size: 0;
}
.icon-lock {
  margin-top: -5px;
  margin-left: 10px;
}
.navbar-toggle {
  position: absolute;
  right: 0;
  margin-top: 14px;
  margin-right: 0px;
  border: none;
}
.navbar-default {
  background-color: #fff;
}
.navbar-nav {
font-size: 0.875em;
}
#navbar li.social-icons a {
  display: inline-block;
  padding: 10px 5px;
}
#navbar li.social-icons a .svg-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* change navbar breakpoint */

@media only screen and (max-width: 1000px) {
  .navbar-collapse, .navbar-collapse.in, .navbar-collapse.collapsing {
    margin-top: 0px;
  }
  #header .navbar-header {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 80px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav.navbar-right {
    margin-top: 0;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media only screen and (min-width: 1000px) {
  #header .navbar-brand {
    width: 120px;
    height: 48px;
    margin: 9px auto;
  }
  .navbar-toggle {
    margin-top: 17px;
  }
}

/* expanded navbar styles */

@media only screen and (min-width: 1001px) {
  #navbar {
    float: left;
    margin-left: -200px;
    width: 100%;
  }
  .navbar-inner-wrapper {
    margin-left: 200px;
    display: flex;
    justify-content: space-around;
  }
  .navbar-left {
    width: 75%;
    display: flex;
    justify-content: space-between;
  }
  .navbar-right {
    width: 25;
    margin-right: 0;
  }
  .navbar-nav > li {
    margin-top: 10px;
  }
  .navbar-left > li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* width: 15%; */
  }
  .navbar-right > li {
    float: right;
  }
  .navbar-right > li:nth-child(2) {
    margin-right: 30px;
  }
  .navbar-left > li > a::before {
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    width: 0%;
    height: 3px;
    background-color: #b1997a;;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-left > li > a.active::before {
    width: 100%;
  }
  .navbar-left > li:hover > a::before {
    width: 100%;
  }
  #navbar li.social-icons {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .navbar-right li:first-child {
    display: inline-block;
  }
}

/* ==========================================================================
   Quicklinks menu
   ========================================================================== */

.btn-quicklinks {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 8px 0 0 0 !important;
  margin-top: 7px;
  margin-right: 30px;
  border-radius: 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #917b61;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-quicklinks:hover {
  text-decoration: none;
  background-color: #917b61 !important;
  border-color: #917b61;
}
.btn-quicklinks .svg-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #917b61;
  width: 17px;
  height: 17px;
}
.btn-quicklinks:hover .svg-icon {
  fill: #fff;
}

/* .btn-quicklinks.opened {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
} */

@media only screen and (max-width: 1000px) {
  .navbar-right .btn-quicklinks {
    display: none !important;
  }
}
.sub-menu {
  margin-left: 15px;
}
.sub-menu li a {
  font-size: 0.55em;
  text-transform: uppercase;
}

/* ==========================================================================
   Home template styles
   ========================================================================== */

@media only screen and (max-width: 767px) {
  /*#section0 {
    display: none !important;
  }*/
}

/* Splitscreen styles */

.fp-tableCell > .container.full-width {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}
.fp-tableCell > .container.full-width > .row.full-width {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}
.section-half {
  will-change: height;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.section-half .bg, .section-half .overlay {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition-delay: .2s;
  /* Safari */
  transition-delay: .2s;
  width: 100%;
  height: auto;
  opacity: 1;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #676265;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section .overlay {
  background-color: #000;
  z-index: 1;
  opacity: 0.3;
}
.open-btn {
  will-change: top;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .2s;
  /* Safari */
  transition-delay: .2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 60px;
  z-index: 2;
  color: #fff;
}
.open-btn .btn-circle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.close-btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 100px;
  right: 60px;
  z-index: 2;
  color: #fff;
  opacity: 0;
}
.close-btn .svg-icon {
  width: 30px;
  height: 30px;
}
.section-half .section-content {
  will-change: transform;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .2s;
  /* Safari */
  transition-delay: .2s;
  opacity: 0;
}
.content-top-half {
  will-change: transform;
  will-change: height;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .2s;
  /* Safari */
  transition-delay: .2s;
  height: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.content-bottom-half {
  will-change: transform;
  will-change: height;
  background: DarkSlateGray;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: auto;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn-more {
  margin-top: 20px;
}
.btn-more svg {
  width: 25px;
  height: 25px;
  margin-top: -3px;
}
.btn-more span {
  position: absolute;
  margin-left: 30px;
}
.section-content .row {
  padding: 150px 60px 60px 60px;
}
@media only screen and (max-width: 767px) {
  .open-btn {
    padding-left: 20px;
  }
  .close-btn {
    top: 80px;
    right: 20px;
  }
  .section-content .row {
    padding: 130px 20px 20px 20px;
  }
}

/* OPEN styles */

.section-half.open {
  overflow-y: auto;
}


.section-half.open .bg {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  opacity: 0;
  z-index: -1;
}
.section-half.open .overlay {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  opacity: 0;
  z-index: 0;
}
.section-half.open .open-btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  top: 140px;
}
.section-half.open .open-btn .btn-circle {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.section-half.open .section-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.section-half.open .content-top-half {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.section-half.open .close-btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .section-half.open .open-btn {
    top: 120px;
  }
}

/* CLOSED styles */

.section-half.closed {
  -webkit-transition-delay: .2s;
  /* Safari */
  transition-delay: .2s;
}
.section-half.closed .open-btn {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-content {
  padding: 60px;
}
.footer-content a:hover, .footer-content a:active {
  color: #fff;
}
.footer-content a {
  color: #f2dcb4;
}
.footer-content .social-icons > a {
  display: inline-block;
  padding: 5px;
}
.footer-content .social-icons > a:first-child {
  padding-left: 0;
  margin-left: -10px;
}
.footer-content .social-icons > a .svg-icon {
  width: 25px;
  height: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  fill: #fff;
}
.footer-content .social-icons > a:hover .svg-icon {
  fill: #f2dcb4;
}
.footer-content .lares-icon {
  padding: 30px 60px;
  text-align: right;
}
.footer-content .lares-icon img {
  width: 70px;
}
.footer-content .privacy p {
  color: #555;
}
.footer-content .privacy a {
  color: #555;
}
.footer-content .privacy a:hover {
  color: #999;
}
@media only screen and (max-width: 767px) {
  .footer-content {
    padding: 20px;
  }
}

/* ==========================================================================
   Design Features
   ========================================================================== */

.features-page body {
  background-color: #676265;
}
.features-page > .container.full-width, .features-page > .container.full-width > .row.full-width {
  padding: 0;
  margin: 0;
}
.half-width.col-md-6 {
  padding: 0;
  width: 100%;
}
.features-page .scroll-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 59px;
}
.features-page article {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 200px;
  /*width: 100%;*/
}
.article-title {
  position: relative;
}
.article-title, .article-bg {
  height: 100%;
  width: 100%;
}
.features-page .article-bg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  opacity: 0.3;
}
.features-page .article-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: table;
  position: fixed;
  z-index: 2;
  background-position: 50% 20%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  height: 160px;
  width: 100%;
  top: 0;
  left: 0;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin-top: 59px;
}
.article-content {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: table;
  position: fixed;
  background-color: #676265;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 160px;
  -ms-transform: translate(-100%, 0px);
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}
.scrollable {
  overflow-y: auto;
  height: 100%;
  padding: 0 20px;
}

.features-page .article-image-inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
}
.features-page .article-bg:hover {
  opacity: 1;
}
.article-title-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 60px;
  pointer-events: none;
}
.article-wrapper {
  display: table-cell;
  vertical-align: top;
  padding-top: 265px;
padding-bottom: 60px;
}
.article-wrapper img {
padding: 10px 0;
}
.btn-next, .btn-prev {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn-prev {
  top: 235px;
}
.btn-next {
  bottom: 15px;
}
.half-width.down-scroll > article:first-of-type > div.article-content > a.btn-prev {
  display: none;
}
.half-width.up-scroll > article:last-of-type > div.article-content > a.btn-next {
  display: none;
}

/* Open article */

.features-page article.article-open .article-image {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
.features-page article.article-open .article-content {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)matrix();
}
.article-content .close-btn {
opacity: 1;
top: 230px;
right: 20px;
}
/*
.features-page .article-image .btn-back {
  position: absolute;
  top: none;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
.features-page .article-image .btn-back .svg-icon {
  width: 60px;
  margin-top: 8px;
}
*/

/*media queries */

@media only screen and (min-width: 992px) {
  .half-width.col-md-6 {
    width: 50%;
  }
  .features-page .scroll-container {
    margin-top: 0;
  }
  .features-page .down-scroll {
    will-change: top;
    position: absolute;
    top: 0;
    left: 0;
  }
  .features-page .up-scroll {
    will-change: bottom;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .features-page article {
    height: 430px;
  }
  .article-content {
    height: 100%;
    width: 50%;
    bottom: auto;
    -ms-transform: translate(100%, 100%);
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
  .article-content .close-btn {
    top: 95px;
    right: 45px;
  }
  .features-page article.article-open .article-content {
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .features-page .article-image {
    height: 100%;
    width: 50%;
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    margin-top: 0;
  }
  .features-page .article-bg {
    background-position: 50% 20%;
  }
  .features-page .article-image-inner {
    padding: 60px;
    vertical-align: middle;
  }
  .article-wrapper {
    padding: 140px 0 80px 0;
    vertical-align: middle;
  }
  .scrollable {
    padding: 0 60px;
  }
  .features-page .article-image .btn-back {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: auto;
    top: 100px;
    left: 60px;
  }
  .btn-prev {
    top: 100px;
  }
  .btn-next {
    bottom: 34px;
  }
}

.features-page .footer-content {
  margin-top: 860px;
}

/* ==========================================================================
   Content Page
   ========================================================================== */

#page-section0 > .container.full-width {
  padding: 10% 5%;
}

/* ==========================================================================
   Contact Page
   ========================================================================== */

.contact-page {
color: #333;
}
.contact-wrapper {
  width: 100%;
  min-height: 100%;
}
.contact-form-col {
  width: 600px;
  background-color: #d3d3d1;
  margin: 0;
  padding: 60px;
  position: absolute;
  overflow-y: auto;
  min-height: 100%;
  z-index: 1;
}
.contact-image-col {
  position: fixed;
  width: 100%;
  padding-left: 600px;
  min-height: 100%;
  z-index: 0;
}
.contact-image {
  background-image: url('../img/lares_contact_square.jpg');
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.contact-page .contact-form {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .contact-page .contact-form {
    margin: 50px 0;
  }
  .contact-image-col {
    display: none;
  }
  .contact-form-col {
    width: 100%;
    padding: 20px;
    margin-top: 35px;
  }
}
.contact-page .contact-form label {
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  color: #7f807d;
  letter-spacing: 1px;
  text-transform: uppercase;
}
input.form-control, textarea {
  background: #fff;
  border: 0;
  border-radius: 2px;
  color: #333;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  padding: 0 16px;
}
textarea {
  font-size: 12px;
  padding: 16px;
  line-height: 16px;
  -webkit-transition: height 0.3s ease;
}
textarea:focus {
  height: 100px;
}
.btn-gold {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #917b61;
  width: 100%;
  height: 52px;
  color: #fff;
}
.btn-gold:hover {
  background-color: #a58e69;
}

/* ==========================================================================
   Now Selling page
   ========================================================================== */

.now-selling-page .now-selling {
  overflow: hidden;
  background-color: #222;
  height: 100vh;
  width: 100vw;
}
.now-selling-page .left-info, .now-selling-page .right-info {
  position: relative;
  height: 100vh;
  width: 50%;
  float: left;
}
.now-selling-page .left-info-content, .now-selling-page .right-info-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.now-selling-page .left-info-content, .now-selling-page .right-info-content {
  padding: 60px;
}
.now-selling-page .left-info {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.now-selling-page .right-info {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  background-color: #676265;
  float: right;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto;
}
.now-selling-img {
  position: absolute;
  width: 100%;
  height: 100%;
  /*   margin-top: 66px; */
  background: url('../img/our-homes/home-1-large.jpg') no-repeat center center fixed;
  background-size: cover;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.left-info h3 {
  color: #ffffff;
}
.now-selling-page .info-links ul li:nth-child(4) {
  /* margin-right: 100%; */
  clear: left;
}
.now-selling-page .info-links ul li {
  float: left;
}
.now-selling-page .info-links ul {
  margin-top: 60px;
  list-style: none;
}
.now-selling-page .close-btn {
  opacity: 1;
}
.now-selling-page p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .now-selling-page .left-info, .now-selling-page .right-info {
    position: absolute;
    width: 100%;
  }
  .now-selling-page .left-info-content, .now-selling-page .right-info-content {
    padding: 20px;
  }
  .now-selling-page .right-info-content {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 125px;
  }
}

/* ==========================================================================
   Contact Page (Contact form 7 Form)
   ========================================================================== */

p.control-label {
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  color: #7f807d;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  width: 100%;
}
span.wpcf7-form-control-wrap input {
  background: #fff;
  border: 0;
  border-radius: 2px;
  color: #333;
  font-size: 18px;
  line-height: 52px;
  height: 50px;
  padding: 0 16px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 50px;
}
span.wpcf7-form-control-wrap textarea {
  width: 100%;
}
span.wpcf7-form-control-wrap textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
span.wpcf7-form-control-wrap input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
a.cta,
.wpcf7-submit {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #917b61;
  width: 100%;
  height: 52px;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

a.cta {
  width: auto;
  padding: 6px 30px;
  display: inline-flex;
  align-items: center;
}

a.cta:hover,
.wpcf7-submit:hover {
  background-color: #a58e69;
}
.wpcf7-form .col-md-12 {
  position: relative;
}
.wpcf7-captchac {
  position: absolute;
  z-index: 3;
  top: 37px;
  left: 30px;
  border-right: 1px solid #ccc;
}
span.wpcf7-form-control-wrap input.wpcf7-captchar {
  padding-left: 103px;
}

/* ==========================================================================
   Page Nav (fixed)
   ========================================================================== */

#page-nav {
  display: none;
  position: fixed;
  z-index: 5;
  top: 50%;
  right: 0;
  margin: -117px 0 0;
  width: 79px;
  height: 235px;
  overflow: hidden;
  color: #fff;
}
.page-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #917b61;
  margin: 1px 0;
  border: 0;
  width: 79px;
  height: 79px;
  cursor: pointer;
}
.page-btn svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 29px;
  fill: #fff;
}
.page-btn:hover {
  background: #fff;
}
.page-btn:hover svg {
  fill: #917b61;
}
.page-number {
  font-size: 0.9em;
  background: #917b61;
  position: relative;
  height: 77px;
  margin: 0;
  background-image: url('../img/icon-diagonal-line.svg');
  background-size: cover;
}
.current-page {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}
.pages-total {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#page-down {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #page-nav, #page-down {
    display: block;
  }
}

/* END FIXED PAGE NAV */


/* ==========================================================================
   Slideshow toggle (fixed)
   ========================================================================== */

.slideshow-toggle {
  position: absolute;
  bottom: 0;
  left: 60px;
  padding: 0;
}
.slideshow-toggle .next-slide, .slideshow-toggle .prev-slide {
  display: block;
  width: 60px;
  height: 60px;
}
.next-slide .svg-icon, .prev-slide .svg-icon {
  display: block;
  width: 60px;
  height: 60px;
}
.slideshow-toggle .prev-slide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .slideshow-toggle {
    left: 20px
  }
}

/* ==========================================================================
   Parallax Slider
   ========================================================================== */

.parallax-container {
  /*top: 60px;*/
  top: 0;
  left: 0;
  position: absolute;
  height: 91%;
  width: 100%;
  overflow: hidden;
}
.parallax-controller {
  position: absolute;
  width: 100%;
}
.parallax-controller #left {
  height: 60px;
  width: 111px;
  background-color: red;
  margin-top: 0;
  float: left;
  margin-left: 24px;
}
.parallax-controller #right {
  height: 60px;
  width: 111px;
  background-color: blue;
  margin-top: 0;
  float: right;
  margin-right: 24px;
}
.parallax-controller #left svg, .parallax-controller #right svg {
  width: 100%;
  height: 100%;
}
.x_layer {
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
#layer1 {
  will-change: transform, left;
  left: 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#layer2 {
  will-change: transform, left;
  left: 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#layer3 {
  will-change: transform, left;
  left: 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.scroll-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.layer img {
  width: auto !important;
  height: 100% !important;
}
.btn-quote {
  color: #917b61;
  border: none;
  background-color: #ffffff;
}
.btn-quote svg {
  fill: #917b61;
  width: 25px;
  height: 25px;
}
.btn-quote:hover, .btn-quote:active, .btn-quote:focus {
  background-color: #917b61;
  border: none;
}
.btn-quote:hover svg, .btn-quote:active svg, .btn-quote:focus svg {
  fill: #ffffff;
}
.lares-quote {
  will-change: opacity;
  /*opacity: 0;*/
  position: absolute;
  /*background-color: rgba(102, 204, 255,0.4);*/
  background-image: url('../img/quote-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9999;
  width: 32%;
  /*top: 7px;*/
}

.lares-icon {
  width: 100%;
  height: 100%;
}
.bob-icon {
  margin-top: 3%;
  margin-left: 8%;
}
.eric-icon {
  margin-left: 26.5%;
  margin-top: -2.0%;
}
.bill-icon {
  margin-left: 46%;
  margin-top: -1%;
}
.smith-icon {
  margin-left: 76%;
  margin-top: -0.5%;
}

.kris-icon { margin-left: 93%; margin-top: -.5%;}

.lares-quote.kris { margin-left: 82%; width: 12%; padding-top: 1%; padding-bottom: 3%;}

.lares-quote {
  width: 400px;
  height: 600px;
}

.parallax-quotes p {
  width: 50%;
  margin-left: 24%;
}
.parallax-quotes .bob {
  margin-left: 9%;
  padding-top: 1%;
  padding-bottom: 3%;
}
.parallax-quotes .eric {
  margin-left: 12%;
  padding-top: 1%;
  padding-bottom: 3%;
}
.parallax-quotes .bill {
  margin-left: 35%;
  padding-top: 1%;
  padding-bottom: 3%;
}
.parallax-quotes .smith {
  margin-left: 77%;
  padding-top: 1%;
  padding-bottom: 3%;
}
.parallax-quotes {
  top: 0px;
  /*left: 296px;*/
  position: absolute;
  /*width: 100%;*/
}
.lares-quote {
  text-transform: uppercase;
}
.about-author {
  clear: both;
  float: left;
  font-weight: bold;
  padding-top: 20px;
  font-size: 10pt;
  margin-left: 24%;
}
.x_clickable {
  width: .7%;
  height: 7%;
  cursor: pointer;
  /*background-image: url('../img/lares-icon-hero.png');
  background-size: contain;
  background-repeat: no-repeat;*/
}
.x_clickable:hover {
  /*background-color: yellow;*/
  /*background-image: url('../img/lares-icon-hero-hover.png');*/
}

.hero-section img{
  width: auto;
  height: 100%;
  float: left;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}


#hero-section-1{
  transform: translate3d(0,32px,0);
}
#hero-section-2{
  transform: translate3d(0,32px,0);
}
#hero-section-3{
  transform: translate3d(0,32px,0);
}
#hero-section-4{
  transform: translate3d(0,32px,0);
}


/* ==========================================================================
   Home Single Styles
   =========================================================================*/

.home-single-page {
  background-color: #fff;
  color: #333;
}
.home-single-hero {
  width: 100%;
  color: #fff;
  background-color: #222;
}

.home-single-page .home-single-hero {
    height:100vh;
}
.home-single-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/our-homes/Avignon-main-1600.jpg');
  background-position: center;
  background-size: cover;
  opacity: 0.7;
}

.has-side-description .home-single-img {
  width: auto;
  left: 500px;
  right: 0;
}

.home-side-description {
  position: absolute;
  left: 0;
  width: 500px;
  top: 0;
  bottom: 0;
  padding: 100px 55px 60px 55px;
  background-color: #917b61;
}

.home-side-description h3 {
  margin-bottom: 1.4em;
}


.california .home-single-img {
  background-image: url('../img/our-homes/California-main-1600.jpg');
}
.malvern .home-single-img {
  background-image: url('../img/our-homes/Malvern-main-1600.jpg');
}
.sorrento .home-single-img {
  background-image: url('../img/our-homes/Sorrento-main-1600.jpg');
}
.home-single-title {
  position: absolute;
  text-align: center;

  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.has-side-description .home-single-title {
  display: none;
}

.explore-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
}
.explore-btn a {
  display: block;
  margin: 0 auto;
}
.homes-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
  z-index: 3;
}
.homes-nav svg {
  width: 30px;
  height: 30px;
}
.homes-nav .prev svg {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  float: left;
}
.homes-nav .next svg {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  float: right;
}

.homes-nav .no-prev, .homes-nav .no-next {
    visibility:hidden;
}

.home-content {
  padding-right: 50px !important;
  padding-left: 50px !important;
  padding-bottom: 40px !important;
  padding-top: 100px;
}
.home-desc {
  padding: 0 40px 40px 40px;
  margin-top: 0;
}
  .home-desc h2 {
  margin-top: 0;
  margin-bottom: 20px;}

.download-link {
  color: #917b61;
  text-transform: uppercase;
}
.download-link:hover, .download-link:focus, .download-link:active {
  color: #f2dcb4;
}

@media only screen and (max-width: 1600px) {
  .has-side-description .home-single-img {
    left: 400px;
  }

  .home-side-description {
    width: 400px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-desc {
    padding: 0 0px 40px 0px;
  }
  .home-desc h2 {
    padding-left: 0;
  }
  .home-content {
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
  }
  .gallery-container {
    margin: 0;
  }
  .our-homes-page .close-btn {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .home-single-page .home-single-hero.has-side-description {
      height: auto;
  }

  .has-side-description .home-single-img {
      position: relative;
      left: 0;
      height: 100vh;
  }

  .home-side-description {
      width: 100%;
      position: relative;
      padding: 40px 23px 40px 23px;
      font-size: 15px;
  }
  .home-side-description h3 {
      display: none;
  }
  .has-side-description .home-single-title {
    display: block;
  }
}

/* ==========================================================================
   Homes Styles
   ========================================================================== */


/* Craig Styles */

.small-image {
  width: 100%;
  height: 8em;
}
.sliding-image-container {
  width: 150px;
  height: 90px;
  margin-left: 10px;
}
.slick-thumb-list {
  margin-top: 10px;
}
.thumb-list li {
  float: left;
  margin-left: 10px;
}
.thumb-list {
  display: inline-block;
}
.left-door {
  width: 100%;
  min-height: 666px;
  float: left;
  background-color: red;
  background-image: url('../img/background-suburbs.jpg');
  background-size: cover;
}
.right-door {
  width: 100%;
  height: 100%;
  float: left;
  background-color: white;
}
.right-door p, .right-door h1, .right-door h2, .right-door h3 {
  color: black;
}
.lightbox-prompt {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 60px;
}
.lightbox-prompt div {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #917b61;
  border: 1px solid transparent;
  border-radius: 4px;
}
.slick-thumb-list .slick-prev:before, .slick-thumb-list .slick-next:before {
  color: black;
}
.slick-prev:before, .slick-next:before {
  content: '' !important;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/svg/chevron-up.svg');
  background-size: cover;
}
.slick-prev:before {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.slick-next:before {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.slick-prev {
  left: -35px !important;
}
input.tabs-radio {
  margin-bottom: 7px;
}
.homes-title {
  margin-top: 200px;
  margin-left: 10%;
  font-size: 20pt;
}
.homes-tabs {
  clear: both;
  min-height: 56px;
  /*background-color: white;
    width: 100%;*/
  /*margin-bottom: -10px;*/
}
.tabs {
  /*padding: 40px;*/
  /*padding-top: 10px;   */
  /*     margin-top: -6%; */
}
@media screen and (min-width: 990px) {
  .tabs {
    margin-top: 0px;
  }
}
.homes-tabs div.active {
  background-color: #d3ece6;
}
.homes-tabs div {
  float: left;
  width: 49%;
  line-height: 50px;
  text-align: center;
  background-color: #91cabb;
  height: 56px;
  /*border-right: 1px solid black;*/
  /* position: relative; */
  cursor: pointer;
  margin-right: 2%;
}
.homes-tabs div:last-child {
  float: right;
  margin-right: 0;
}
@media screen and (min-width: 990px) {
  .homes-tabs div {
    width: 70px;
    height: 56px;
    margin-right: 6px;
  }
  .homes-tabs div:last-child {
    float: left;
    margin-right: 6px;
  }
}
.tabs-form {
  padding: 40px 40px 20px 40px;
}
.tabs-form label {
  margin-left: 15px;
  font-weight: 400;
}
.homes-control-left li {
  padding: 3px 0;
}
.spec {
  display: inline-block;
  padding: 10px;
}
.spec svg {
  display: block;
  width: 30px;
  height: 30px;
}
.tabs-list {
  padding-bottom: 10px;
}
.tabs-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-container {
  margin: 40px 0;
  width: 100%;
}
.homes-control-left {
  background-color: #d3ece6;
  /*padding-right: 0px; padding-left:0px;    */
  padding: 20px;
}
.homes-control-right {
  padding-top: 21px;
}
.our-homes-page .close-btn {
  top: 50px;
  right: 50px;
}
.our-homes-page .close-btn svg {
  margin-top: -5px;
}

/* House specs table styles */

.home-specs {
  width: 100%;
  margin: 40px 0;
  max-width: 400px;
}
.home-specs .col-2 {
  text-align: right;
}
.border-bottom {
  border-bottom: 1px #333 solid;
}
.border-bottom td {
  padding: 5px 0;
  font-weight: bold;
}

/* House pagination table styles */

.homes-pagination {
  display: block;
  width: 100%;
  text-transform: uppercase;
    padding-top: 30px;
    border-top: 2px solid #eee;
}
.homes-pagination a {
  font-size: 0.75em;
  line-height: 1em;
}
.prev-house {
  width: 35%;
  display: block;
  float: left;
  color: #333;
}
.back-to-homes {
  width: 30%;
  display: block;
  float: left;
  text-align: center;
}
.next-house {
  width: 35%;
  display: block;
  float: left;
  text-align: right;
}

/* ==========================================================================
 About Styles
 ========================================================================== */

.director-image {
  color: white;
  height: 50%;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #000;
}
.director-image .director-overlay {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  margin-left: -15px;
}
.director-image .btn-more {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.director-image:hover .director-overlay {
  cursor: pointer;
}
.director-image.active .director-overlay {
  opacity: 0;
}
.director-image:hover .btn-more {
  background-color: #917b61;
  border: 2px solid rgba(255, 255, 255, 0);
  text-decoration: none;
}
.director-image.active .btn-more {
  opacity: 0;
}
.our-team {
  background-color: #917b61;
  height: 50%;
  /*background-image: url('../img/about/lares-people-1.jpg');*/
}
.director-image.director-1 {
  background-image: url('../img/about/lares-people-1.jpg');
}
.director-image.director-2 {
  background-image: url('../img/about/lares-people-2.jpg');
}
.director-image.director-3 {
  background-image: url('../img/about/lares-people-3.jpg');
}
.director-image.director-4 {
  background-image: url('../img/about/lares-people-4.jpg');
}
.director-image.director-5 {
  background-image: url('../img/about/lares-people-5.jpg');
}

/* .half-left-special {
  padding-top: 59px;
} */

.slider-about {
  width: 100%;
  height: 100%;
}
.director-about {
  background-color: DimGrey;
  width: 100%;
  height: 100%;
}
.bio-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 59px;
}
.bio {
  color: #fff;
  padding: 0 100px 0 60px;
  display: table-cell;
  vertical-align: middle;
}
.bio .btn-linkedin {
  display: block;
  margin-top: 30px;
}

/* .director-about.director-1{
  background-image: url('../img/about/director-1.jpg');
}
.director-about.director-2{
  background-image: url('../img/about/director-2.jpg');
}
.director-about.director-3{
  background-image: url('../img/about/director-3.jpg');
}
.director-about.director-4{
  background-image: url('../img/about/director-4.jpg');
} */

.btn-linkedin span {
  position: absolute;
  margin-left: 30px;
  padding-top: 6px;
}
.mobile-control {
  display: none;
}
@media only screen and (max-width: 767px) {
  .our-team {
    display: none;
  }
  .director-image {
    color: white;
    height: 20%;
    background-position: 0% 10%;
  }
  .director-image .btn-more {
  left: 35px;
}
  .mobile-none {
    display: none;
  }
  .mobile-top {
    will-change: translateX;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: none;
    transition: none;
  }
  .mobile-bottom {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: none;
    transition: none;
  }
  .mobile-control {
    display: block;
    top: 80px;
    right: 20px;
    position: absolute;
    z-index: 99;
  }
  .mobile-control .btn-close svg {
    width: 30px;
    height: 30px;
  }
  .bio {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 850px) {
  .bio-wrapper {
    padding-top: 66px;
  }
}

/* other sections in about */

#about-section0 {
  background-image: url('../img/lares-homes-bg-1600.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  #about-section0 {
    background-image: url('../img/lares-homes-bg-992.jpg');
    background-position: 0 59px;
  }
  #about-section0 h2.about-intro {
    margin-top: 35vh;
    font-size: 0.875em;
    line-height: 1.7em;
  }
}
#about-section0 > .fp-tableCell > .container.full-width {
  padding: 10% 5%;
}
#about-section1 .half-left {
  background: #333;
}
#about-section1 .half-left .bg {
  background-image: url('../img/about/design.jpg');
}
#about-section1 .half-right {
  background: LightSlateGray;
}
#about-section1 .half-right .bg {
  background-image: url('../img/about/inclusions.jpg');
}
#about-section2 .half-left {
  background: LightSlateGray;
}
#about-section2 .half-left .bg {
  background-image: url('../img/about/technology.jpg');
}
#about-section2 .half-right {
  background: #333;
}
#about-section2 .half-right .bg {
  background-image: url('../img/about/collaboration.jpg');
}
#about-section1 .half-left {
  background: #333;
}
#about-section3 .half-left .bg {
  background-image: url('../img/about/communication_1.jpg');
}
#about-section1 .half-right {
  background: LightSlateGray;
}
#about-section3 .half-right .bg {
  background-image: url('../img/about/guarantee.jpg');
}

/* ==========================================================================
   Our Homes Styles
   =========================================================================*/

.our-homes-page {
  font-size: 1.6rem;
  color: #ffffff;
  background-color: rgb(119, 136, 153);

}
.homes-intro-wrapper, .home-section {
  height: 100vh;
  width: 100%;
}
.homes-intro-wrapper {
    margin-bottom: -66px;
  }
.homes-intro-img {
  position: absolute;
  width: 100%;
  height: 100%;
  /*   margin-top: 66px; */
  background: url('../img/our-homes/California-main-1600-flipped.jpg') no-repeat center center fixed;
  background-size: cover;
}
 @media (max-width: 1024px) {
.homes-intro-img {
  background-image: url('../img/our-homes/California-main-1024-flipped.jpg');
  background-attachment: scroll;
}
}
.homes-intro {
  position: absolute;
  width: 40%;
  height: 100%;
  background-color: rgb(119, 136, 153);
  background-color: rgba(119, 136, 153, 0.8);
  display: table;
}
.home-intro-content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 0 60px;
}
.find-home-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
}
.find-home-btn a {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .homes-intro {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .find-home-btn {
    display: none;
  }
}
.home-section-wrapper {
  padding-top: 66px;
  width: 100%;
  height: 100%;
  position: relative;
}
.home-section-single {
  background-color: #222;
  position: relative;
  float: left;
  width: 25%;
  height: 50%;
  overflow: hidden;
}

.three-columns .home-section-single {
    width: 33.33%;
}

.home-section-single .home-section-img {
  -webkit-transition: all .5s ease;
  width: 100%;
  height: 100%;
  background: url('../img/our-homes/Avignon-main-1600.jpg') no-repeat center center;
  background-size: cover;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.4;
}
.home-section-single:hover .home-section-img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.california .home-section-img {
  background-image: url('../img/our-homes/california-house-updated-1600.jpg');
}
.malvern .home-section-img {
  background-image: url('../img/our-homes/Malvern-main-1600.jpg');
}
.sorrento .home-section-img {
  background-image: url('../img/our-homes/Sorrento-main-1600.jpg');
}

.park .home-section-img         { background-image: url('../img/our-homes/park-house-main.jpg');    }
.unley-park .home-section-img   { background-image: url('../img/our-homes/unley-park-house.jpg');   }
.toorak .home-section-img       { background-image: url('../img/our-homes/toorak-house.jpg');       }
.st-morris .home-section-img    { background-image: url('../img/our-homes/st-morris-house.jpg');    }

.home-section-title {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 120px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
.homes-intro-wrapper {
  height: auto !important;
  margin-bottom: 20px;
}
.homes-intro {
  position: relative;
  background-color: rgb(119, 136, 153);
}
.homes-intro-img {
  display: none;
}
.home-intro-content {
  padding: 60px 20px 20px 20px;
}
  .home-section-wrapper {
    padding-top: 0;
  }
  .home-section-single {
    width: 100%;
    height: 25%;
  }
  .three-columns .home-section-single {
    width: 100%;
    height: 25%;
  }
  .home-section-title {
    left: 20px;
    padding-right: 0px;
  }
  .btn-explore {
    position: absolute;
    top: 0;
    right: 40px;
  }
}

/* ==========================================================================
    Sharing Buttons (News)
   ========================================================================== */

.share-this {
  text-align: right;
  margin-top: 20px;
  padding-top: 20px;
  color: #ffffff;
  font-size: 0.75em;
}
.share-this a {
  padding: 0 8px;
}
.share-this .svg-icon {
  margin-top: 2px;
  fill: #ffffff;
}
.share-this a:hover .svg-icon, .share-this a:focus .svg-icon {
  fill: #f2dcb4;
}

/* ==========================================================================
   Contact Info Styles (in menu and footer)
   ========================================================================== */

.contact-info h4 {
  color: #917b61;
  font-weight: 200;
}
.contact-infot a:hover, .contact-info a:active {
  color: #fff;
}
.contact-info a {
  color: #917b61;
}
.contact-info .social-icons > a {
  display: inline-block;
  padding: 5px;
}
.contact-info .social-icons > a:first-child {
  padding-left: 0;
  margin-left: -10px;
}
.contact-info .social-icons > a .svg-icon {
  width: 25px;
  height: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.contact-info .social-icons > a:hover .svg-icon {
  /*fill: #917b61;*/
}
.footer-content .privacy p {
  color: #555;
}
.footer-content .privacy a {
  color: #555;
}
.footer-content .privacy a:hover {
  color: #999;
}

/* ==========================================================================
   Section-Specific Styles
   ========================================================================== */

#section1 {
  background-image: url('../img/lares-homes-bg-1600.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
#section1 > .fp-tableCell > .container.full-width {
  padding: 10% 5%;
}
#section2 .half-left {
  background: DarkSlateGray;
}
#section2 .half-left .bg {
  background-image: url('../img/background-left.jpg');
}
#section2 .half-left .content-bottom-half {
  background-image: url('../img/bg-3.jpg');
}
#section2 .half-right {
  background: LightSlateGray;
}
#section2 .half-right .bg {
  background-image: url('../img/background-right.jpg');
}
#section3 .half-right .bg {
  background-image: url('../img/background-architect.jpg');
}
#section3 .half-left .bg {
  background-image: url('../img/background-capital.jpg');
}
#section4 .half-right .bg {
  background-image: url('../img/background-infra.jpg');
}
#section4 .half-left .bg {
  background-image: url('../img/background-nature-1.jpg');
}

/* Design features background images */

.article-ventilation .article-bg, .article-ventilation .article-image {
  background-image: url('../img/features/background-ventilation.jpg');
}
.article-water .article-bg, .article-water .article-image {
  background-image: url('../img/features/background-water.jpg');
}
.article-energy .article-bg, .article-energy .article-image {
  background-image: url('../img/features/background-energy.jpg');
}
.article-natural .article-bg, .article-natural .article-image {
  background-image: url('../img/features/background-natural.jpg');
}
.article-storage .article-bg, .article-storage .article-image {
  background-image: url('../img/features/background-storage.jpg');
}
.article-security .article-bg, .article-security .article-image {
  background-image: url('../img/features/background-security.jpg');
}
.article-ac .article-bg, .article-ac .article-image {
  background-image: url('../img/features/background-ac.jpg');
}
.article-gardening .article-bg, .article-gardening .article-image {
  background-image: url('../img/features/background-gsm.jpg');
}

/* News background images */

.article-expertise-passion .article-bg {
  background-image: url('../img/news/lares_team.jpg');
}
.article-expertise-passion .article-image {
  background-image: url('../img/news/lares_news_square.jpg');

}
.article-headquarters .article-bg, .article-headquarters .article-image {
  background-image: url('../img/news/lares_headquarters.jpg');
}
.article-lares-select .article-bg, .article-lares-select .article-image {
  background-image: url('../img/news/lares-select-1200.jpg');
}
.article-vision .article-bg, .article-vision .article-image {
  background-image: url('../img/our-homes/California-main-1600.jpg');
}

/* media queries for jquery */

@media only screen and (max-width: 767px) {
  body {
    max-width: 767px;
    /*for jQuery media queries */
  }
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
  body {
    min-width: 320px;
    /*for jQuery media queries */
  }
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  body {}
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  body {
    min-width: 768px;
    /*for jQuery media queries */
  }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}

/* ==========================================================================
   Content loader
   ========================================================================== */

#content-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  /*display: none;*/
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  /* change if the mask should have another color then white */
  z-index: 8;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #f2dcb4;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/** Display Homes ***/
.display-home-page {
    background:white;
}

.display-home-page .home-single-hero {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.display-home-page .home-single-hero #page-down {
    display: block !important;
}

.display-home-page .download-link {
    display:block;
    text-align:center;
}

.display-home-page .home-desc {
    color:#333;
}

.display-home-page .home-single-title {
    top:15%;
}

.display-home-page .home-desc > div:nth-child(2n+1) {
    margin:50px 0;
}

.house-slideshow {
    height:100%;
    overflow:hidden;
    position:relative;
}
.house-slideshow .slides {
    padding:0;
}
.house-slideshow .slides li {
    list-style:none;
    padding:0;
    height:100vh;
}

.house-slideshow .slides li div {
    width:100%;
    height:100%;
    background-size:cover !important;
    background-repeat: no-repeat !important;
    background-position:center center !important;
}

.house-slideshow .flex-control-paging {
    list-style:none;
    position:absolute;
    bottom:30px;
    padding:0;
    width:100%;
    text-align:center;
}
.house-slideshow .flex-control-paging li {
   
    display:inline-block;
    margin:0 5px;
}
.house-slideshow .flex-control-paging li a {
    display:block;
    width:12px;
    height:12px;
    background-color:transparent;
    border:1px solid white;
    border-radius:50%;
    font-size:0;
    transition:background-color 0.2s ease;
}
.house-slideshow .flex-control-paging li a.flex-active {
    background-color: white;
}

.house-slideshow .flex-direction-nav {
    display:none;
}
.display-home-page .explore-btn {
    bottom:100px;
}

.display-home-page .home-single-hero {
    overflow:hidden;
    position:relative;
}

@media only screen and (max-width:550px) {
    .house-slideshow .flex-control-paging {
        bottom:5px;
    }
}

.homes-pagination .no-prev, 
.homes-pagination .no-next  {
    visibility:hidden;
}

#intro.california-film {
    margin-top:50px;
}

.page--california-film {
    background:#222;
}