@charset "UTF-8";
/* Define standard variables and values for website */
/* Font-weights */
.fw-bold, bold, b {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 500 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
/* 5 column grid */
.col-xs-5-cols, .col-sm-5-cols, .col-md-5-cols, .col-lg-5-cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5-cols {
  width: 20%;
  float: left;
}
/*background*/
.bg-white {
  background-color: #FFF;
}
.bg-white-2 {
  background-color: #F2F2F2;
}
.bg-black-1 {
  background-color: #1F1F1F;
}
.bg-black {
  background-color: #202020;
}
.bg-gray-1 {
  background-color: #676767;
}
.bg-gray-2 {
  background-color: #727272;
}
.bg-gray-3 {
  background-color: #8D8D8D;
}
.bg-yellow {
  background-color: #DDC88C;
}
.bg-primary {
  background-color: #DDC88C;
}
.bg-secondary {
  background-color: #202020;
}
.bg-tertiary {
  background-color: #F7F7F7;
}
/* text color */
.tc-white {
  color: #FFF;
}
.tc-white-2 {
  color: #F2F2F2;
}
.tc-black-1 {
  color: #1F1F1F;
}
.tc-black {
  color: #202020;
}
.tc-gray-1 {
  color: #676767;
}
.tc-gray-2 {
  color: #727272;
}
.tc-gray-3 {
  color: #8D8D8D;
}
.tc-yellow {
  color: #DDC88C;
}
.tc-primary {
  color: #DDC88C;
}
.tc-secondary {
  color: #202020;
}
.tc-tertiary {
  color: #F7F7F7;
}
.tc-primary-forecolor {
  color: #202020;
}
.tc-secondary-forecolor {
  color: #FFF;
}
.tc-tertiary-forecolor {
  color: #202020;
}
.btn {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.btn.btn-style1 {
  background: transparent !important;
  color: #FFF !important;
  border: 2px solid #DDC88C;
  border-radius: 0;
}
.btn.btn-style1:hover {
  background: #DDC88C !important;
  color: #202020 !important;
}
@media (min-width: 768px) {
  .col-sm-5-cols {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5-cols {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-cols {
    width: 20%;
    float: left;
  }
}

@font-face {
    font-family: 'OswaldLight';
    src: url("{{URL::asset('homecoming/fonts/oswald/static/Oswald-Light.ttf')}}") format('truetype');
}

@font-face {
    font-family: 'OswaldMedium';
    src: url("{{URL::asset('homecoming/fonts/oswald/static/Oswald-Medium.ttf')}}") format('truetype');
}

body {
  font-family: "OswaldLight", sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'OswaldMedium', sans-serif;
    font-weight: 500;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 10px;
}
p {
  font-size: 14px;
  line-height: 1.7;
}
a, a:hover {
  text-decoration: none !important;
}
a, button {
  outline: 0 !important;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
input::placeholder {
  color: transparent !important;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
textarea::placeholder {
  color: transparent !important;
}
#main {
  background: #FFF;
}
#main .section {
  padding: 80px 0;
}
#main .section#overview {
  text-align: center;
}
#main .section#overview h2 {
  font-family: 'OswaldMedium', sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 30px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 2.5%;
  opacity: 0.05;
}
#main .section#overview h4 {
  font-family: 'OswaldMedium', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
}
#main .section#overview h4 > span {
  font-family: 'OswaldMedium', sans-serif;
  font-weight: 300;
  display: block;
  font-size: 20px;
}
#main .section#overview p {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  color: #202020;
}
#main .section#features {
  padding-top: 0;
}
#main .section#features .feature-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 820px;
  margin: 0 auto;
}
#main .section#features .feature-list .col-1, #main .section#features .feature-list .col-2, #main .section#features .feature-list .col-3 {
  width: 100%;
  max-width: 235px;
  display: block;
}
#main .section#features .feature-list .col-1 > div, #main .section#features .feature-list .col-2 > div, #main .section#features .feature-list .col-3 > div {
  color: #202020;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  /* &:after {
                            content: '';
                            width: 23px;
                            height: 23px;
                            border-radius: 100px;
                            background: url('/themes/east/img/icons8-checked.svg') no-repeat center center;
                            background-size: 23px;
                            position: absolute;
                            top: 0;
                            left: -20px;
                            z-index: 1;
                        } */
}
#main .section#features .feature-list .col-1 > div:after, #main .section#features .feature-list .col-2 > div:after, #main .section#features .feature-list .col-3 > div:after {
  content: "";
  font-family: "pu-themes" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DDC88C;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
  font-size: 23px;
}
#main .section#features .feature-list .col-2 {
  margin-left: 55px;
  margin-right: 55px;
}
#main .section#features .view-more {
  text-align: center;
}
#main .section#features .view-more a {
    font-family: 'OswaldMedium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #DDC88C !important;
  position: relative;
  padding-right: 15px;
  margin-top: 50px;
  display: inline-block;
}
#main .section#features .view-more a:hover {
  opacity: 0.8;
}
#main .section#tour {
  /*background-image: url('../../../themes/east/img/second-section-pattern.html');*/
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
  padding-bottom: 0px !important;
}
#main .section#tour .content-pane {
  margin-top: 80px;
}
#main .section#tour .content-pane .tab-pane {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#main .section#tour .content-pane .tab-pane.floorplan {
  padding: 0;
  height: auto;
  background: transparent;
}
#main .section#tour .content-pane .tab-pane.floorplan .layout-featured {
  width: 100%;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow {
  width: 50px;
  height: 50px;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow:before {
  font-size: 50px;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow.slick-prev {
  left: -60px;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow.slick-next {
  right: -60px;
}
#main .section#tour .content-pane .tab-pane.floorplan .folio-slider {
  background: transparent !important;
  /*.flex-control-thumbs {
                                position: relative;
                                left: 0 !important;
                                .slick-dots {
                                    width: 100% !important;
                                    li {
                                        opacity: 0.3;
                                        &.slick-active { opacity: 1; }
                                    }
                                }
                            }*/
}
#main .section#tour .content-pane .tab-pane.floorplan .folio-slider .mySlides {
  overflow: hidden;
  /*img {
                                    transform: scale(2);
                                }*/
}
#main .section#tour .content-pane .tab-pane iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .section#tour .content-pane .tab-pane .slides {
  background: transparent;
}
#main .section#tour .content-pane .tab-pane .slider-video {
  width: 100%;
}
#main .section#tour .content-pane .tab-pane .slider-video .mySlides {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#main .section#tour .content-pane .tab-pane .slider-video .folio-slider {
  padding-bottom: 0;
}
#main .section#tour .content-pane .tab-pane .slider-video .folio-slider .slides {
  height: auto;
}
#main .section#tour .content-pane .tab-pane .slider-video .flex-control-thumbs, #main .section#tour .content-pane .tab-pane .slider-video .folio-slider-thumbs {
  display: none;
}
#main .section#tour .content-pane .tab-pane .slider-video .slick-prev {
  left: -60px;
}
#main .section#tour .content-pane .tab-pane .slider-video .slick-next {
  right: -60px;
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder {
  text-align: center;
  display: none;
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow {
  width: 50px;
  height: 50px;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(0, 0) !important;
  display: inline-block;
  cursor: pointer;
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow:before {
  color: #fff;
  font-family: "pu-themes" !important;
  font-size: 50px;
  content: '';
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow.slick-next:before {
  content: "";
}
#main .section#tour .content-pane .tab-pane .folio-slider {
  background: transparent !important;
}
#main .section#tour .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .section#tour .nav-tabs li {
  margin-right: 50px;
  display: block;
}
#main .section#tour .nav-tabs li:last-child {
  margin-right: 0;
}
#main .section#tour .nav-tabs li a {
  font-family: 'OswaldMedium', sans-serif;
  padding: 10px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  background: transparent !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: 0 !important;
  opacity: 0.35;
  position: relative;
}
#main .section#tour .nav-tabs li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #DDC88C;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#main .section#tour .nav-tabs li a:hover {
  opacity: 1;
}
#main .section#tour .nav-tabs li.active a {
  opacity: 1 !important;
}
#main .section#tour .nav-tabs li.active a:before {
  display: block;
}
#main .section#gallery {
  /*background-image: url('../../../themes/east/img/second-section-pattern.html');*/
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
}
#main .section#gallery h2 {
  font-family: 'OswaldMedium', sans-serif;
  text-transform: uppercase;
  letter-spacing: 20px;
  font-weight: 500;
  font-size: 35px;
  line-height: 80px;
  padding-bottom: 80px;
}
#main .section#gallery .load-more-button {
  margin-top: 40px;
}
#main .section#gallery .load-more-button.loading {
  pointer-events: none;
  opacity: 0.5;
}
#main .section#gallery .photo-item a {
  position: relative;
  display: block;
  padding-bottom: 76.25%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#main .section#gallery .photo-item a:before {
  content: '';
  background: #333;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#main .section#gallery .photo-item a:hover {
  opacity: 0.3;
}
#main .section#gallery .photo-item img {
  transform: scale(2);
  display: none;
}
#main .section#gallery-secondary h2 {
  font-family: 'OswaldMedium', sans-serif;
  text-transform: uppercase;
  letter-spacing: 20px;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
}
#main .section#gallery-secondary .photo-item a {
  position: relative;
  display: block;
  padding-bottom: 76.25%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#main .section#gallery-secondary .photo-item a:before {
  content: '';
  background: #333;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#main .section#gallery-secondary .photo-item a:hover {
  opacity: 0.3;
}
#main .section#gallery-secondary .photo-item img {
  transform: scale(2);
  display: none;
}
#main .section#contact {
  position: relative;
}
#main .section#contact .map-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  background: #676767;
}
#main .section#contact .map-wrap > div {
  height: 100% !important;
}
#main .section#contact .info {
  /*display: flex;*/
  align-items: center;
  justify-content: flex-start;
  /*width: 80%;*/
  margin: 0 auto;
    padding-top: 50px;
}
#main .section#contact .info .avatar {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 6px solid #DDC88C;
  border-radius: 50%;
  /*margin-right: 20px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*#main .section#contact .info .info-details {*/
/*  width: calc(100% - 120px);*/
/*}*/
#main .section#contact .info .info-details .name {
  font-family: 'OswaldMedium', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1.5;
  color: #202020;
}
#main .section#contact .info .info-details .email, #main .section#contact .info .info-details .contact, #main .section#contact .info .info-details .website {
  font-size: 14px;
  font-weight: 300;
  color: #202020;
  padding-bottom: 5px;
  line-height: 1.5;
  opacity: 0.8;
}
#main .section#contact .info .info-details .website {
  opacity: 1;
}
#main .section#contact .info .info-details .website a {
  /*color: #DDC88C;*/
  word-break: break-word;
  /* img {
                                width: 12px;
                                height: auto;
                                vertical-align: middle;
                                position: relative;
                                top: -1px;
                            } */
}
#main .section#contact .info .info-details .website a .icon {
  font-size: 12px;
  margin-left: 3px;
}
#main .section#contact .info .info-details .website a:hover {
  color: #DDC88C;
}
#main .section#contact h2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 50px;*/
  font-family: 'OswaldMedium', sans-serif;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 35px;
  margin-bottom: 30px;
}
#main .section#contact .contact-form {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}
#main .section#contact .contact-form label {
  display: block;
  font-family: 'OswaldLight', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #202020;
  opacity: 0.8;
}
#main .section#contact .contact-form label .required {
  color: #FF4B4B;
}
#main .section#contact .contact-form .form-control {
  border-bottom: 1px solid rgba(32, 32, 32, 0.8);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #202020;
}
#main .section#contact .contact-form .btn-submit {
  color: #202020 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 30px;
  letter-spacing: 5px;
  margin-top: 20px;
}
#main .section#contact .contact-form .intl-tel-input .flag-container .selected-dial-code {
  color: #202020;
}
#main .section#contact .contact-form .intl-tel-input .flag-container .iti-arrow {
  border-top-color: #202020;
}
.contact-form {
  width: 90%;
}
.contact-form .form-control {
  background: #F7F7F7;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  color: #202020;
  padding: 15px 30px;
  height: 50px;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form textarea {
  resize: none;
  height: 150px !important;
}
.contact-form label {
  display: none;
}
.contact-form .intl-tel-input {
  width: 100%;
}
.contact-form .intl-tel-input.separate-dial-code .selected-flag {
  background: #F7F7F7;
}
.contact-form .intl-tel-input input {
  padding-left: 85px !important;
}
.contact-form .btn-submit {
  margin-top: 15px;
}
.contact-form .selected-flag {
  height: 48px !important;
}
.contact-form-success {
  width: 80%;
  padding-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
/* responsive */
@media (min-width: 992px) {
  .contact-form .g-recaptcha {
    transform: scale(1) !important;
  }
}
@media (max-width: 991px) {
  #main .section#features .content-fixed {
    width: 100%;
  }
  #main .section#features .content-fixed > div.clearfix {
    display: block;
  }
  #main .section#features .content-fixed > div.clearfix > div {
    float: none;
  }
  #main .section#features .content-fixed > div.clearfix > div:first-child {
    width: 80%;
    margin: 0 auto;
    padding-right: 15px !important;
  }
  #main .section#features .img {
    transform: scale(1);
  }
  #main .section#features .feature-list {
    max-width: 540px;
  }
  #main .section#features .feature-list .col-2 {
    margin-left: 55px !important;
    margin-right: 0 !important;
  }
  #main .section#features .feature-list .col-3 {
    display: none;
  }
  #main .section#contact {
    padding-bottom: 0;
  }
  #main .section#contact > .content-fixed > .clearfix {
    display: block;
  }
  #main .section#contact > .content-fixed > .clearfix > div {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  #main .section#contact .map-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background: #676767;
  }
  #main .section#contact .map-wrap #map {
    padding-bottom: 45%;
    height: 0 !important;
  }
  #main .section#contact .info {
    justify-content: center;
    padding-top: 0;
  }
  /*#main .section#contact .info .info-details {*/
  /*  width: calc(50% - 120px);*/
  /*}*/
  #main .section#contact h2 {
    text-align: center;
      padding-top: 40px;
      padding-bottom:40px;
  }
  .contact-form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .contact-form .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form .btn-holder {
    text-align: center;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 15px;
  }
  #main .section#features .content-fixed > div.clearfix > div:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main .section#features .feature-list {
    max-width: 235px;
    transition: 0.4s height linear;
  }
  #main .section#features .feature-list .col-1 {
    width: 100%;
  }
  #main .section#features .feature-list .col-2, #main .section#features .feature-list .col-3 {
    display: none;
  }
  #main .section#tour .clearfix.d-flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #main .section#tour h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #main .section#tour .nav-tabs {
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: center;
  }
  #main .section#tour .nav-tabs li {
    display: block;
    margin-right: 30px;
    margin-top: 20px;
    /*width: 100%;*/
    width: calc((100% / 3) - 30px);
  }
  #main .section#tour .nav-tabs li:last-child {
    margin-right: 0;
  }
  #main .section#tour .nav-tabs li a {
    display: inline-block;
    font-size: 16px;
  }
  #main .section#tour .content-pane .tab-pane {
    /*&.floorplan {
                            .slick-arrow {
                                &.slick-prev { left: -60px; }
                                &.slick-next { right: -60px; }
                            }
                        }*/
  }
  #main .section#tour .content-pane .tab-pane#virtualTour, #main .section#tour .content-pane .tab-pane#videos, #main .section#tour .content-pane .tab-pane#floorPlan {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #main .section#tour .content-pane .tab-pane#virtualTour .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#virtualTour .slider-video .slick-arrow, #main .section#tour .content-pane .tab-pane#videos .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#videos .slider-video .slick-arrow, #main .section#tour .content-pane .tab-pane#floorPlan .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#floorPlan .slider-video .slick-arrow {
    display: none !important;
  }
  #main .section#tour .content-pane .tab-pane#virtualTour .mobile-btn-holder, #main .section#tour .content-pane .tab-pane#videos .mobile-btn-holder, #main .section#tour .content-pane .tab-pane#floorPlan .mobile-btn-holder {
    display: block;
  }
  #main .section#tour .content-pane .tab-pane#floorPlan .mobile-btn-holder {
    margin-top: 30px;
  }
  #main .section#contact .info {
    width: 100%;
    display: block;
  }
  #main .section#contact .info .avatar {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
  }
  /*#main .section#contact .info .info-details {*/
  /*  width: 100%;*/
  /*  text-align: center;*/
  /*}*/
  #main .section#contact h2 {
    padding-right: 0;
    padding-left: 0;
  }
  #main .section#contact .contact-form {
    width: 100%;
  }
}
@media (max-width: 667px) {
  #main .section#tour .nav-tabs {
    display: block;
  }
  #main .section#tour .nav-tabs li {
    width: 100%;
    margin-right: 0;
  }
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid {
  margin: 0px !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-sizer, .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  width: calc(98% / 4) !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-gutter {
  width: 0 !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  margin: 0;
  background: #202020;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item img {
  transition: 0.4s opacity ease-in-out;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item:hover img {
  opacity: 0.4;
}
@media (max-width: 991px) {
  /*    .section-grid {
        .layout-photogrid {
            &.layout-photogrid_3 {
                .photo-grid {
                    .grid-sizer,
                    .photo-item { width: calc(98% / 4) !important; }
                }
            }
        }
    }*/
}
@media (max-width: 767px) {
  .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-sizer, .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
    width: 100% !important;
  }
}
#headerSec {
  /*height: 100vh;*/
  width: 100%;
  /*background: #fff url('../../../themes/east/img/banner-bg.jpg') no-repeat center center;*/
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*justify-content: center;*/
  /*min-height: 100vh;*/
}
#main .section#contact .info .agent-log {
    /*width: 150px;*/
    margin-top: 10px !important;
    height: 80px;
    overflow: hidden;
    /*border: 3px solid #DDC88C;*/
    border-radius: 2%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*#headerSec:before {*/
/*  content: '';*/
/*  opacity: 0.9;*/
/*  position: absolute;*/
/*  bottom: 150px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 1;*/
/*  !*background: rgb(22,22,22);*/
/*        background: -moz-linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 50%);*/
/*        background: -webkit-linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 50%);*/
/*        background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 50%);*/
/*        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161616",endColorstr="#000000",GradientType=1);*!*/
/*  background: #202020;*/
/*  opacity: 0.3;*/
/*}*/
/*#headerSec:after {*/
/*  content: '';*/
/*  opacity: 0.9;*/
/*  position: absolute;*/
/*  bottom: 150px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 1;*/
/*  background: #161616;*/
/*  background: -moz-linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 50%);*/
/*  background: -webkit-linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 50%);*/
/*  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 50%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161616",endColorstr="#000000",GradientType=1);*/
/*}*/
#headerSec header {
  padding: 50px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#headerSec header .logo {
  width: 100%;
  margin: 0 auto;
  max-width: 150px;
}
#headerSec header .logo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#headerSec .siteTitle {
  position: relative;
  z-index: 2;
}
#headerSec .siteTitle h1 {
  font-weight: bold;
}
#headerSec .siteTitle h1 span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  padding-top: 15px;
  line-height: 1.5;
}
#headerSec .siteTitle .price {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 40px;
}
#headerSec .infobox {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 2;
    margin: -5px 0 0 0;
}
#headerSec .infobox span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
}
#headerSec .infobox p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
#headerSec .infobox:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #202020;
  height: 100%;
}
#headerSec .infobox .infobox-data {
  /*width: calc(100% / 7);*/
  padding-left: 0;
  padding-right: 0;
}
#headerSec .infobox .infobox-data.home {
  width: 145px;
}
#headerSec .infobox .infobox-data.beds {
  width: 90px;
}
#headerSec .infobox .infobox-data.baths {
  width: 105px;
}
#headerSec .infobox .infobox-data.lot {
  width: 115px;
}
#headerSec .infobox .infobox-data.year {
  width: 165px;
}
#headerSec .infobox .infobox-data.type {
  width: 145px;
}
#headerSec .infobox .infobox-data.parking {
  width: 225px;
}
#headerSec .infobox .infobox-data span {
  opacity: 0.6;
}
#headerSec .infobox .content-fixed {
  max-width: 960px;
}
#headerSec .infobox .content-fixed .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#headerSec.prop-data-count-0:before, #headerSec.prop-data-count-0:after {
  bottom: 0;
}
#headerSec.prop-data-count-0 .infobox {
  display: none;
}
/* responsive */
@media (max-width: 1199px) {
  #headerSec .infobox .content-fixed {
    max-width: 665px;
  }
  #headerSec .infobox .infobox-data {
    width: calc(100% / 4) !important;
    padding: 15px 0;
  }
  #headerSec .infobox .infobox-data.year, #headerSec .infobox .infobox-data.type, #headerSec .infobox .infobox-data.parking {
    width: calc(100% / 3) !important;
  }
}
@media (max-width: 991px) {
  #headerSec .infobox .infobox-data span {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  #headerSec {
    height: auto;
    /*min-height: 900px;*/
    display: block;
    background-attachment: scroll !important;
  }
  #headerSec:before {
    bottom: 490px;
  }
  #headerSec .logo {
    margin: 0 auto;
    display: block;
  }
  #headerSec .logo img {
    margin: 0 auto;
  }
  #headerSec header {
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
  }
  #headerSec .siteTitle {
    text-align: center;
    height: calc(100vh - 111px);
    min-height: 556px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #headerSec .siteTitle h1 span {
    font-size: 25px;
  }
  #headerSec .infobox {
    padding: 20px 0;
    position: relative;
    left: auto;
    bottom: auto;
  }
  #headerSec .infobox:before {
    width: 100%;
  }
  #headerSec .infobox .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #headerSec .infobox .col-md-5-cols.col-sm-5-cols {
    width: calc(100% / 2) !important;
    padding: 30px 0;
    text-align: center;
  }
  #headerSec .infobox .col-md-5-cols.col-sm-5-cols.parking {
    width: 100% !important;
  }
}
#footerSec {
  padding: 40px 0 0 0;
  /*background-image: url('../../../themes/east/img/second-section-pattern.html');*/
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
}
#footerSec .footer-info {
  margin-bottom: 10px;
}
#footerSec .footer-info .info-details {
  order: 1;
}
#footerSec .footer-info .info-details .name {
  font-family: 'OswaldMedium', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
#footerSec .footer-info .info-details .contact, #footerSec .footer-info .info-details .email {
  font-family: 'OswaldLight', sans-serif;
  font-size: 15px;
  opacity: 0.7;
  padding-bottom: 10px;
  font-weight: 300;
}
#footerSec .footer-info .info-logo {
  order: 2;
}
#footerSec .footer-info .info-logo .footer-logo a {
  display: inline-block;
}
#footerSec .footer-info .info-logo .footer-logo a img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 180px;
  width: 50%;
  height: auto;
}
#footerSec .footer-info .info-logo .footer-logo a.website-url {
  font-family: 'OswaldLight', sans-serif;
  font-size: 15px;
  opacity: 0.7;
  font-weight: 300;
  color: #DDC88C;
  /* > img {
                            width: 12px;
                            height: auto;
                            vertical-align: middle;
                            margin: 0 0 0 3px;
                        } */
}
#footerSec .footer-info .info-logo .footer-logo a.website-url .icon {
  font-size: 12px;
  margin: 0 0 0 3px;
}
#footerSec .footer-info .info-logo .footer-logo a.website-url:hover {
  color: #DDC88C;
}
#footerSec .footer-info .info-extra-details {
  order: 3;
}
#footerSec .footer-info .info-extra-details .btn {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 5px;
}
#footerSec .footer-bottom {
  flex-direction: row-reverse;
}
#footerSec .copyright p {
  font-size: 13px;
  opacity: 0.7;
}
#footerSec .social-link {
  margin-top: 20px;
}
#footerSec .social-link li {
  margin-right: 25px;
}
#footerSec .social-link li:last-child {
  margin-right: 0;
}
#footerSec .social-link li a {
  font-size: 18px;
  opacity: 0.7;
}
#footerSec .social-link li a:hover {
  opacity: 1;
}
#footerSec .social-link li a:hover span {
  color: #DDC88C;
}
#footerSec .social-link li a:active, #footerSec .social-link li a:visited {
  color: #fff;
}
@media (max-width: 991px) {
  #footerSec .footer-info {
    display: block;
  }
  #footerSec .footer-info .info-logo {
    margin-bottom: 80px;
  }
  #footerSec .footer-info .info-details {
    text-align: center;
    margin-bottom: 80px;
  }
  #footerSec .footer-info .info-details .social-link {
    text-align: center;
  }
  #footerSec .footer-info .info-details .social-link ul {
    display: block !important;
  }
  #footerSec .footer-info .info-details .social-link ul li {
    display: inline-block;
  }
  #footerSec .footer-info .info-extra-details {
    text-align: center;
  }
  #footerSec .footer-bottom {
    display: block;
  }
  #footerSec .footer-bottom .copyright {
    text-align: center;
  }
}
* {
  border: 0;
  outline: 0;
}
.flyer-theme {
  background: #202020;
  height: 1034px;
}
.flyer-theme #flyer-header {
  background: #fff;
}
.flyer-theme #flyer-header header {
  height: 429px;
  background: #fff url('../../../themes/east/img/banner-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}
.flyer-theme #flyer-header header .title-sec {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 40px 0;
}
.flyer-theme #flyer-header header .title-sec .first-sect {
  float: right;
}
.flyer-theme #flyer-header header .siteTitle h1 {
  font-size: 34px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  line-height: 45px;
}
.flyer-theme #flyer-header header .siteTitle h1 span {
  font-size: 18px;
  display: block;
  font-weight: bold;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
}
.flyer-theme #flyer-header header .price {
  font-size: 36px;
  font-weight: bold;
  line-height: 47px;
  color: #FFC300 !important;
  font-family: "DM Sans", sans-serif;
}
.flyer-theme #flyer-header .infobox {
  padding: 30px 0;
  text-align: left;
  border: 0;
  position: relative;
}
.flyer-theme #flyer-header .infobox span {
  font-size: 11px;
  letter-spacing: 3px;
  font-family: "DM Sans", sans-serif;
}
.flyer-theme #flyer-header .infobox p {
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  font-family: "DM Sans", sans-serif;
  color: #CBAD5B;
  margin-bottom: 15px;
}
.flyer-theme #flyer-header .infobox:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff !important;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.flyer-theme #flyer-content {
  background: #fff;
  border: 0;
  height: 330px;
}
.flyer-theme #flyer-content .section {
  padding: 40px 0;
}
.flyer-theme #flyer-content .section h2 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 25px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
.flyer-theme #flyer-content #overview {
  padding: 0;
}
.flyer-theme #flyer-content #overview p {
  font-size: 13px;
  line-height: 21px;
  color: #676767;
  font-family: "DM Sans", sans-serif;
  max-height: 130px;
  overflow: hidden;
}
.flyer-theme #flyer-content #features {
  padding: 30px 0;
}
.flyer-theme #flyer-content #features .feature-list {
  padding-left: 20px;
  max-height: 150px;
  overflow: hidden;
  padding-bottom: 8px;
}
.flyer-theme #flyer-content #features .feature-list li {
  font-size: 13px;
  color: #676767;
  line-height: 21px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  font-family: "DM Sans", sans-serif;
}
.flyer-theme #flyer-content #features .feature-list li:before {
  content: '✔';
  position: absolute;
  top: 2px;
  left: -13px;
  color: #fff;
  z-index: 2;
}
.flyer-theme #flyer-content #features .feature-list li:after {
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 100px;
  background: #DDC88C;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
.flyer-theme #flyer-content #features .feature-list li:last-child {
  margin-bottom: 0;
}
.flyer-theme #flyer-footer {
  background: #202020;
  padding: 30px 0;
}
.flyer-theme #flyer-footer .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  word-break: break-all;
}
.flyer-theme #flyer-footer .email, .flyer-theme #flyer-footer .contact {
  font-size: 13px;
  line-height: 20px;
  color: #AFAFAF;
  font-family: "DM Sans", sans-serif;
  word-break: break-all;
}
.flyer-theme #flyer-footer img {
  max-width: 120px;
  margin: 0 auto;
}
.flyer-theme #flyer-footer .social-link {
  margin-bottom: 5px;
}
.flyer-theme #flyer-footer .social-link ul {
  text-align: right;
}
.flyer-theme #flyer-footer .social-link li {
  display: inline-block;
  margin-left: 10px;
}
.flyer-theme #flyer-footer .social-link li:last-child {
  margin-left: 0;
}
.flyer-theme #flyer-footer .social-link li a {
  font-size: 16px;
  color: #fff;
}
.flyer-theme #flyer-footer .social-link li a img {
  height: auto;
}
.flyer-theme #flyer-footer .social-link li a img.facebook {
  width: 6px;
}
.flyer-theme #flyer-footer .social-link li a img.twitter {
  width: 14px;
}
.flyer-theme #flyer-footer .social-link li a img.instagram {
  width: 12px;
}
.flyer-theme #flyer-footer .social-link li a img.pinterest {
  width: 13px;
}
.flyer-theme #flyer-footer .social-link li a img.linkedin {
  width: 14px;
}
.flyer-theme.long-title #flyer-header header .title-sec .first-sect, .flyer-theme.long-title #flyer-header header .title-sec .second-sect {
  float: none;
  width: 100%;
}
