/* Hero : START */
.hero {
  position: relative;
  font-size: 0;
}

.slide-holder {
  position: relative;
  padding: 0 var(--padding) var(--padding);
}
.slide-holder .gsite-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.slide-holder .gsite-bg::before, .slide-holder .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide-holder .gsite-bg::before {
  background: url(../../images/home/slide-overlay.png) no-repeat center center/cover;
  z-index: 3;
}
.slide-holder .gsite-bg::after {
  background: rgba(0, 0, 0, 0.15);
}
.slide-holder .gsite-bg + canvas {
  display: block;
  width: 100%;
  height: calc(100vh - var(--padding));
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img {
  z-index: 1;
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img::before, .slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img::before {
  background: url(../../images/home/slide-overlay.png) no-repeat center center/cover;
  z-index: 3;
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img::after {
  background: rgba(0, 0, 0, 0.15);
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline,
.slide-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline {
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  background: none !important;
  top: 50%;
  bottom: inherit;
  transform: translateY(-50%);
  display: block;
  z-index: 2;
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline::before,
.slide-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline::before {
  content: "Anne Hogan Perry | Compass";
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3em;
  width: 100%;
  margin-bottom: 24px;
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title,
.slide-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
  font-size: 48px;
  color: rgba(var(--secondary), 1);
  line-height: 1;
  letter-spacing: 0.2em;
  transform: none;
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description,
.slide-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description {
  font-size: 76px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 8px;
  transform: none;
}

a.scroll-down {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: all var(--transition);
}
a.scroll-down:hover {
  opacity: 0.8;
}

/* Hero : END */
/* HP Properties : START */
.hp-properties {
  position: relative;
  padding: 135px var(--padding) 45px;
  z-index: 2;
  font-size: 0;
}
.hp-properties .gsite-bg {
  width: 100%;
  height: 124%;
  top: 0;
  left: 0;
}
.hp-properties .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
}

.properties-container {
  position: relative;
}

.properties-heading {
  padding-left: max(10vw, 15px);
}

.properties-arrows {
  display: flex;
  margin: 0 72px 0 auto;
}

.properties-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  width: 132px;
  height: 68px;
  background: rgba(84, 86, 90, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-right: 8px;
  transition: all var(--transition);
}
.properties-arrow::before {
  margin-right: 18px;
}
.properties-arrow:hover {
  background: rgba(var(--primary), 1);
}

.properties-next {
  margin-right: 0;
  flex-direction: row-reverse;
}
.properties-next::before {
  margin-left: 18px;
  margin-right: 0;
}

.properties-holder {
  margin-top: 50px;
}

.properties-list {
  margin: 0 -20px;
}
.properties-list:not(.slick-initialized) {
  display: flex;
}
.properties-list:not(.slick-initialized) .properties-item {
  width: 50%;
}
.properties-list:not(.slick-initialized) .properties-item:nth-child(2) ~ div {
  display: none;
}
.properties-list:hover .slick-list {
  overflow: visible;
}
.properties-list:hover .slick-slide:not(.slick-active) {
  opacity: 0;
}

.properties-item {
  padding: 0 20px;
}
.properties-item a {
  display: block;
  position: relative;
}

.properties-image {
  transition: all var(--transition);
}
.properties-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0;
  transition: all var(--transition);
}

.properties-status {
  position: absolute;
  width: 140px;
  height: 62px;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.5em;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #54565a;
  z-index: 10;
}

.properties-status.is-active {
    background: #f49086;
}

.properties-item a:hover .properties-image {
  transform: scale(1.09);
}
.properties-item a:hover .properties-image::after {
  opacity: 0.3;
}

.properties-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 32px 55px;
  transition: all var(--transition);
}

.properties-address {
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 400px;
}
.properties-address span {
  display: block;
  font-size: 17px;
  margin-top: 10px;
}

.properties-price {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 12px;
}

.properties-item a:hover .properties-text {
  opacity: 0;
}

.properties-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: scale(0.7);
  transition: all var(--transition);
}
.properties-hover .properties-address {
  max-width: 100%;
}
.properties-hover .properties-address span {
  margin-top: 24px;
}
.properties-hover .properties-view {
  border: 2px solid rgba(var(--secondary-alt), 1);
  background: rgba(var(--secondary-alt), 0.25);
  margin-top: 65px;
  text-align: left;
}
.properties-hover .properties-view div {
  height: 128px;
}

.properties-item a:hover .properties-hover {
  opacity: 1;
  transform: scale(1);
}

/* HP Properties : END */
/* HP Solds : START */
.hp-solds {
  position: relative;
  padding: 0 var(--padding);
  z-index: 2;
  font-size: 0;
}

.solds-list:not(.slick-initialized) .solds-item:nth-child(1) ~ div {
  display: none;
}

.solds-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.solds-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, black 100%);
}
.solds-image img {
  transition: all var(--transition);
}

.solds-status {
  position: absolute;
  width: 140px;
  height: 62px;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.5em;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005e67;
  z-index: 10;
}

.solds-item a:hover .solds-image img {
  filter: blur(5px);
}

.solds-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 80px 15px;
}

.solds-tagline {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.solds-address {
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

/* HP Solds : END */
/* HP Welcome : START */
.hp-welcome {
  position: relative;
  background: #ffffff;
  padding: 130px var(--padding) 60px;
  z-index: 2;
  font-size: 0;
}
.hp-welcome .gsite-bg {
  width: 100%;
  height: 83%;
  bottom: 0;
  left: 0;
}
.hp-welcome .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
.hp-welcome .gsite-bg canvas {
  background-position: center bottom;
  background-size: 100% auto;
}

.welcome-container {
  position: relative;
  background: #ffffff;
}

.welcome-inner {
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
}

.welcome-text {
  width: 49.56%;
  padding: 0 0 60px;
}
.welcome-text > img,
.welcome-text > svg {
  max-width: 100%;
  margin-bottom: 36px;
}
.welcome-text p {
  font-size: var(--font-size-default);
  color: rgba(var(--font-color-default), 1);
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.welcome-button {
  margin-top: 30px;
}
.welcome-button img {
  margin-top: 10px;
  margin-left: 60px;
}

.welcome-image {
  width: 45.13%;
  margin-bottom: -60px;
}
.welcome-image canvas {
  background: none;
}

/* HP Welcome : END */
/* HP Testimonials : START */
.hp-testimonials {
  position: relative;
  background: #ffffff;
  padding: 140px 0 0;
  z-index: 2;
  font-size: 0;
}

.testimonials-image {
  width: 23.62%;
}
.testimonials-image canvas {
  height: 100%;
}

.testimonials-title {
  width: 38.12%;
  padding-top: 118px;
  padding-left: max(5.938vw, 15px);
  padding-right: 15px;
}
.testimonials-title a.gsite-button {
  margin-top: 222px;
}

.testimonials-holder {
  position: relative;
  width: 38.26%;
  padding-right: max(6.375vw, 15px);
  padding-top: 115px;
  padding-bottom: 50px;
}

.testimonials-list:not(.slick-initialized) .testimonials-item:nth-child(1) ~ div {
  display: none;
}

.testimonials-item {
  padding-right: max(6.563vw, 15px);
}
.testimonials-item p {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: rgba(var(--font-color-default), 1);
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
.testimonials-item strong {
  display: block;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 60px;
}
.testimonials-item em {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: rgba(var(--primary), 1);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 8px;
}

.testimonials-next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  position: absolute;
  right: max(6.375vw, 15px);
  top: 50%;
  transform: translateY(-50%);
  transition: all var(--transition);
}
.testimonials-next:hover {
  opacity: 0.8;
}

/* HP Testimonials : END */
/* HP Communities : START */
.hp-communities {
  position: relative;
  background: #ffffff;
  padding: 115px 0 0;
  z-index: 2;
  font-size: 0;
}

.communities-container {
  position: relative;
}

.communities-title img {
  margin-left: 30px;
}

.communities-holder {
  margin-top: 90px;
}

.communities-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.communities-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gradient);
  transition: all var(--transition);
}
.communities-image img {
  transition: all var(--transition);
}

.communities-item a:hover .communities-image::after {
  opacity: 0;
}
.communities-item a:hover .communities-image img {
  filter: blur(8px);
}

.communities-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
  transition: all var(--transition1);
}

.communities-name {
  position: relative;
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
}

.communities-text .communities-name::before {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}

.communities-desc {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  max-width: 530px;
  margin-top: 12px;
}

.communities-item a:hover .communities-text {
  opacity: 0;
  transform: translateX(-100%);
}

.communities-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: translateY(100%);
  transition: all var(--transition1);
}
.communities-hover .communities-desc {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 22px;
}
.communities-hover .communities-desc::before {
  margin: 32px auto 0;
}

.communities-item a:hover .communities-hover {
  opacity: 1;
  transform: translateY(0);
}

.communities-item:nth-child(even) .communities-image::after {
  filter: brightness(0) invert(1);
  transform: scale(-1);
}
.communities-item:nth-child(even) .communities-text {
  align-items: flex-end;
  text-align: right;
}
.communities-item:nth-child(even) .communities-text .communities-name {
  color: #000000;
}
.communities-item:nth-child(even) .communities-text .communities-name::before {
  left: inherit;
  right: -45px;
  transform: scale(-1);
}
.communities-item:nth-child(even) .communities-text .communities-desc {
  color: rgba(var(--font-color-default), 1);
}
.communities-item:nth-child(even) a:hover .communities-text {
  transform: translateX(100%);
}

/* HP Communities : END */
/* HP Calltoaction : START */
.hp-calltoaction {
  position: relative;
  background: #ffffff;
  padding: 112px 0;
  z-index: 2;
  font-size: 0;
}

.calltoaction-container {
  position: relative;
}

.calltoaction-title {
  position: relative;
  width: 34.25%;
  height: 600px;
  padding-left: max(6.563vw, 15px);
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.calltoaction-title .gsite-bg {
  position: absolute;
  width: calc(100% + 142px);
  height: 100%;
  top: 0;
  left: 0;
}
.calltoaction-title .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.calltoaction-holder {
  position: relative;
  width: 65.75%;
  padding-right: max(3.75vw, 15px);
}

.calltoaction-list {
  margin: 0 -22px;
}

.calltoaction-item {
  width: 33.33%;
  padding: 0 22px;
}
.calltoaction-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.calltoaction-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
.calltoaction-image img {
  transition: all var(--transition);
}

.calltoaction-item a:hover .calltoaction-image img {
  filter: blur(5px);
}

.calltoaction-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.calltoaction-text:before {
  margin-top: 16px;
}

/* HP Calltoaction : END */
/* HP Parklane : START */
.hp-parklane {
  position: relative;
  background: #ffffff;
  z-index: 2;
  font-size: 0;
}

.parklane-container {
  position: relative;
}

.parklane-text {
  position: relative;
  width: 44.31%;
  padding-left: max(8.375vw, 15px);
  padding-right: max(3.125vw, 15px);
  padding-top: 115px;
}
.parklane-text p {
  font-size: var(--font-size-default);
  color: rgba(var(--font-color-default), 1);
  line-height: 1.4;
  letter-spacing: 0.05em;
  max-width: 415px;
  margin-top: 30px;
}
.parklane-text a.gsite-button {
  margin-top: 42px;
}

.parklane-image {
  position: relative;
  width: 55.69%;
  padding-right: max(7.5vw, 15px);
  padding-top: 155px;
  padding-bottom: 130px;
}
.parklane-image .gsite-bg {
  position: absolute;
  width: 50.8%;
  height: 100%;
  top: 0;
  right: 0;
}
.parklane-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.parklane-image a img {
  transition: all var(--transition);
}
.parklane-image a:hover img {
  transform: scale(1.2);
}

/* HP Parklane : END */
/* HP Socials : START */
.hp-socials {
  position: relative;
  background: #ffffff;
  padding: 130px var(--padding) 145px;
  z-index: 2;
  font-size: 0;
}

.socials-container {
  position: relative;
  max-width: 1410px;
  margin: 0 auto;
}
.socials-container .gsite-title {
  text-align: center;
}
.socials-container a.gsite-button {
  display: block;
  margin: 35px auto 0;
}

.socials-holder {
  margin-top: 60px;
}

.socials-list {
  margin: 0 -5px;
}

.socials-item {
  width: 25%;
  padding: 5px;
}
.socials-item a {
  display: block;
  position: relative;
  z-index: 1;
}
.socials-item a:hover {
  z-index: 2;
}

.socials-image {
  transition: all var(--transition);
}
.socials-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all var(--transition);
}
.socials-image i.ai-font-instagram {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #ffffff;
  background: rgba(var(--primary), 1);
  z-index: 10;
  opacity: 0;
  transition: all var(--transition);
}

.socials-item a:hover .socials-image {
  transform: scale(1.12);
}
.socials-item a:hover .socials-image::after {
  opacity: 1;
}
.socials-item a:hover .socials-image i.ai-font-instagram {
  opacity: 1;
}

.socials-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  pointer-events: none;
}
.socials-text div {
  max-width: 280px;
  margin: 0 auto;
  transform: translateY(-14%);
  opacity: 0;
  transition: all var(--transition);
}
.socials-text i.ai-font-instagram {
  position: absolute;
  bottom: 22px;
  right: 22px;
  font-size: 32px;
  color: #ffffff;
  transition: all var(--transition);
}

.socials-item a:hover .socials-text div {
  opacity: 1;
}
.socials-item a:hover .socials-text i.ai-font-instagram {
  opacity: 0;
}

.ai-classic-communities .container {
	max-width: 1530px;
	width: 100%;
}

/* HP Socials : END */

@media only screen and (min-width: 992px) {
  /* Hero : START */
  .slide-holder .aios-slider {
    position: fixed;
    width: calc(100% - var(--padding) * 2);
    height: calc(100% - var(--padding));
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }
  .slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide,
.slide-holder .splide__track,
.slide-holder .splide__slide,
.slide-holder .aios-slider-img {
    height: 100%;
  }

  /* Hero : END */
}
@media only screen and (max-width: 1440px) {
  /* HP Testimonials : START */
  .testimonials-title {
    padding-left: max(3.938vw, 15px);
  }

  .testimonials-holder {
    padding-right: max(4.375vw, 15px);
  }

  .testimonials-next {
    right: max(4.375vw, 15px);
  }

  /* HP Testimonials : END */
  /* HP Calltoaction : START */
  .calltoaction-title {
    padding-left: max(3.563vw, 15px);
  }

  /* HP Calltoaction : END */
  /* HP Parklane : START */
  .parklane-text {
    padding-left: max(5.375vw, 15px);
  }

  .parklane-image {
    padding-right: max(4.5vw, 15px);
  }

  /* HP Parklane : END */
}
@media only screen and (max-width: 1366px) {
  /* HP Properties : START */
  .properties-heading {
    padding-left: max(3vw, 15px);
  }

  .properties-text {
    padding: 32px 30px;
  }

  /* HP Properties : END */
  /* HP Solds : START */
  .solds-text {
    padding: 50px 15px;
  }

  /* HP Solds : END */
  /* HP Socials : START */
  .socials-text {
    line-height: 1.4;
  }

  .socials-image i.ai-font-instagram {
    width: 70px;
    height: 70px;
  }

  /* HP Socials : END */
}
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
  /* HP Testimonials : START */
  .testimonials-title {
    width: 42.12%;
  }

  .testimonials-holder {
    width: 34.26%;
  }

  .testimonials-holder {
    padding-right: max(2.375vw, 15px);
  }

  .testimonials-next {
    right: max(2.375vw, 15px);
  }

  /* HP Testimonials : END */
  /* HP Communities : START */
  .communities-text {
    padding: 10px 80px;
  }

  /* HP Communities : END */
  /* HP Calltoaction : START */
  .calltoaction-list {
    margin: 0 -10px;
  }

  .calltoaction-item {
    padding: 0 10px;
  }

  /* HP Calltoaction : END */
  /* HP Socials : START */
  .socials-image i.ai-font-instagram {
    width: 60px;
    height: 60px;
  }

  .socials-text {
    font-size: 12px;
    line-height: 1.2;
  }

  /* HP Socials : END */
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  /* Hero : START */
  .slide-holder {
    padding: 0;
  }
  .slide-holder .aios-slider {
    z-index: 1;
  }

  .slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline::before,
  .slide-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline::before {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title,
  .slide-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
    font-size: 18px;
  }

  .slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description,
  .slide-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description {
    font-size: 28px;
  }

  /* Hero : END */
  /* HP Properties : START */
  .hp-properties {
    padding: 50px var(--padding) 45px;
  }

  .properties-heading {
    padding-left: 0;
    text-align: center;
  }
  .properties-heading .gsite-title {
    width: 100%;
  }

  .properties-arrows {
    justify-content: center;
    width: 100%;
    margin: 20px 0;
  }

  .properties-status {
    width: 100px;
    height: 45px;
    font-size: 10px;
  }

  .properties-holder {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .properties-text {
    padding: 32px 15px;
  }

  .properties-address {
    font-size: 20px;
  }

  .properties-address span {
    font-size: 15px;
  }

  .properties-price {
    font-size: 25px;
  }

  .properties-hover .properties-view {
    margin-top: 15px;
  }

  .properties-hover .properties-view div {
    height: 80px;
  }

  a.properties-button {
    display: block;
    margin: 0 auto;
  }

  /* HP Properties : END */
  /* HP Solds : START */
  .solds-holder {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .solds-image canvas {
    min-height: 350px;
  }

  .solds-status {
    width: 100px;
    height: 45px;
    font-size: 10px;
  }

  .solds-text {
    padding: 20px 10px;
  }

  .solds-tagline {
    font-size: 12px;
  }

  .solds-address {
    font-size: 20px;
  }

  /* HP Solds : END */
  /* HP Welcome : START */
  .hp-welcome {
    padding: 50px var(--padding);
  }

  .welcome-inner {
    flex-wrap: wrap;
  }

  .welcome-text {
    width: 100%;
    padding: 0 0 20px;
  }

  .welcome-button img {
    display: none;
  }

  .welcome-image {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  /* HP Welcome : END */
  /* HP Testimonials : START */
  .hp-testimonials {
    padding: 50px 0 0;
  }

  .testimonials-container {
    flex-wrap: wrap;
  }

  .testimonials-image {
    width: 100%;
  }

  .testimonials-image canvas {
    max-height: 220px;
  }

  .testimonials-title {
    width: 100%;
    padding-top: 50px;
  }

  .testimonials-holder {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .testimonials-holder a.gsite-button {
    margin-top: 50px;
  }

  .testimonials-item p {
    font-size: 15px;
  }

  /* HP Testimonials : END */
  /* HP Communities : START */
  .communities-title img {
    margin-left: 0;
    margin-top: 30px;
  }

  .communities-image canvas {
    min-height: 220px;
  }

  .communities-text {
    padding: 10px 20px;
  }

  .communities-name {
    font-size: 35px;
  }

  .communities-text .communities-name::before {
    left: -15px;
  }

  .communities-item:nth-child(even) .communities-text .communities-name::before {
    left: inherit;
    right: -15px;
  }

  .communities-desc {
    font-size: 12px;
  }

  /* HP Communities : END */
  /* HP Calltoaction : START */
  .hp-calltoaction {
    padding: 50px 0;
  }

  .calltoaction-container {
    padding: 0 15px;
  }

  .calltoaction-title {
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .calltoaction-title .gsite-bg {
    width: 100%;
  }

  .calltoaction-holder {
    width: 100%;
    padding-right: 0;
  }

  .calltoaction-list {
    max-width: 500px;
    margin: 0 auto;
  }

  .calltoaction-item {
    width: 100%;
    padding: 15px 0;
  }

  /* HP Calltoaction : END */
  /* HP Parklane : START */
  .parklane-container {
    flex-wrap: wrap;
  }

  .parklane-text {
    padding: 0 15px;
    width: 100%;
  }

  .parklane-image {
    padding: 50px 15px;
    width: 100%;
    margin-top: 50px;
  }

  /* HP Parklane : END */
  /* HP Socials : START */
  .hp-socials {
    padding: 50px var(--padding);
  }

  .socials-holder {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .socials-item {
    width: 100%;
  }

  /* HP Socials : END */

}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */