.hero__slideshow {
  z-index: 5;
}

.hero__slideshow::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #000;
  opacity: 0.3;
}

.hero__content {
  top: 0;
  left: 0;
  color: var(--secondary-text-color);
  z-index: 10;
}

section#hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video video {
  transform: scale(1.2);
}

.hero__content p {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: max(1.563vw, 25px);
  font-weight: 300;
}

.hero__content img {
  max-width: 100%;
  height: auto;
}

.hero__scrollDown {
  position: absolute;
  bottom: max(2.625vw, 42px);
  left: 50%;
  z-index: 11;
  transform: translate(-50%, 0);
}

.hero__scrollDown a {
  color: var(--secondary-text-color);
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.hero__scrollDown a span {
  font-size: max(0.625vw, 10px);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero__scrollDown a span::after {
  display: block;
  content: "";
  width: 1px;
  height:max(0.88vw, 17px);
  background: var(--secondary-text-color);
  margin: max(0.813vw, 13px) auto;
}

.hero__scrollDown a em {
  display: block;
  mask-image: url(../images/scrollDown.png);
  width: max(1.625vw, 26px);
  height: max(2.375vw, 38px);
  background: var(--secondary-text-color);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

/* Property Details */
.propertyDetails__number {
  padding: 4.813vw 0;
}

.propertyDetails__info {
  position: relative;
  padding: 0.25vw 2.813vw;
  text-align: center;
}

.propertyDetails__info::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary-text-color);
  opacity: 0.3;
}

.propertyDetails__info:first-child::after, .propertyDetails__info:nth-child(2)::after {
  display: none;
}

.propertyDetails__info p {
  font-family: var(--font-family-title);
  color: var(--primary-text-accent);
  font-size: max(1.938vw, 31px);
  letter-spacing: 0.05em;
}

.propertyDetails__info p strong {
  display: block;
  margin-top: 1.438vw;
  font-family: var(--font-family-default);
  font-size:max(0.88vw, 17px);
  letter-spacing: 0.05em;
  opacity: 0.6;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--primary-text-accent);
}

.propertyDetails__info--price p {
  font-size: max(2.438vw, 39px);
}

.propertyDetails__textDetails {
  position: relative;
  display: block!important;
}

.propertyDetails__textDetails::after {
  display: block;
  right: 0;
  bottom: 0;
  content: "";
  width: 26%;
  height: calc(100% - 5vw);
  position: absolute;
  background: var(--secondary);
  z-index: 5;
  display: none;
}

.propertyDetails__textDetails::before {
  display: block;
  left: 0;
  bottom: 0;
  content: "";
  width: 5%;
  height: 100%;
  position: absolute;
  background: var(--primary);
  z-index: 5;
}

.propertyDetails__textDetails--container {
  padding-left: max(14.375vw, 100px);
  padding-right: max(5vw, 80px);
  width: 100%;
}

.propertyDetails__textDetails--content {
  padding-right: 5vw;
  width: 45.813%;
}

.propertyDetails__textDetails--content h2 {
  padding-bottom: 0.938vw;
  word-break: break-word;
}

.propertyDetails__textDetails--content p {
  padding: 0.938vw 0;
  color: #666666;

  line-height: 1.6;
  letter-spacing: 0.025em;
  /*font-size: max(0.938vw, 14px);*/
  font-size:max(0.88vw, 17px);
  font-weight: 300;
}

.propertyDetails__textDetails--content .defaultButton {
  margin-top: 1.938vw;
}

.propertyDetails__textDetails--img {
  width: 54.187%;
  flex-shrink: 0;
}

.callToAction {
  padding: 5vw 0 2vw;
}

.callToAction__container {
  margin: 0 -0.75vw;
  position: relative;
  z-index: 10;
  justify-content: center;
}

.callToAction__button {
  padding: 0 0.75vw;
  width: 33.3333333333%;
}

.callToAction__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 2px solid var(--primary);
  text-align: center;
  padding: 3.125vw 0;
  transition: var(--transition);
  font-size: max(1.125vw, 16px);
  font-weight: 300;
  text-transform: uppercase;
  color: var(--pri);
  letter-spacing: 0.05em;
  height: 100%;
  color: var(--primary-text-accent);
}

.callToAction__button a i {
  display: block;
  width: 30px;
  height: 30px;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background: var(--primary);
  margin-right: 1.25vw;
  transition: var(--transition);
}

.callToAction__button a i.icon1 {
  width: max(2.438vw, 39px);
  height: max(1.563vw, 25px);
  mask-image: url(../images/icon1.png);
}

.callToAction__button a i.icon2 {
  width: max(2.25vw, 36px);
  height: max(2.25vw, 36px);
  mask-image: url(../images/icon2.png);
}

.callToAction__button a i.icon3 {
  width: max(2.125vw, 34px);
  height: max(2.25vw, 36px);
  mask-image: url(../images/icon3.png);
}

.callToAction__button a span {
  font-family: var(--font-family-title);
}

.callToAction__button a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--secondary-text-color);
}

.callToAction__button a:hover i {
  background: var(--secondary-text-color);
}

.callToAction--alternate {
  background: var(--primary);
  margin-top: 6.125vw;
}

.callToAction--alternate .callToAction__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  filter: grayscale(1);
}

.callToAction--alternate .callToAction__button a {
  border-color: #fff;
}

.callToAction--alternate .callToAction__button a i {
  background: #fff;
  color: #fff;
}

.callToAction--alternate .callToAction__button a span {
  color: #fff;
}

.callToAction--alternate .callToAction__button a:hover {
  border-color: var(--primary);
}

.callToAction--alternate .callToAction__button a:hover i {
  background: var(--secondary-text-color);
}

.hpVideo {
  padding: max(2.5vw, 40px) 0 0;
}

.hpVideo .splide__arrow:disabled {
  opacity: 0;
}

.hpVideo__container {
  padding: max(3.063vw, 49px) 0 0;
}

.hpVideo--Link::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  opacity: 0.5;
}

.hpVideo--Link canvas {
  z-index: 1;
}

.hpVideo--Link img {
  z-index: 5;
}

.hpVideo--play {
  width: max(7.25vw, 65px);
  height: max(7.25vw, 65px);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 7;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.hpVideo--play::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 max(0.938vw, 10px) max(1.625vw, 18px) max(0.938vw, 10px);
  border-color: transparent transparent var(--secondary-text-color) transparent;
  transform: rotate(90deg);
  transition: var(--transition);
}

.hpVideo--play:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.hpVideo--play:hover::after {
  border-color: transparent transparent var(--secondary) transparent;
}

.hpGallery {
  padding: max(3.125vw, 50px) 0;
  display: none;
}

.hpGallery__sets {
  margin: 3.125vw -0.156vw 0;
}

.hpGallery__row {
  width: 40%;
}

.hpGallery__row:nth-child(2) {
  width: 20%;
}

.hpGallery__row:nth-child(2) .hpGallery__set {
  width: 100%;
}

.hpGallery__row:last-child .hpGallery__set {
  width: 50%;
}

.hpGallery__row:last-child .hpGallery__set:last-child {
  width: 100%;
}

.hpGallery__set {
  width: 100%;
  padding: 0.156vw;
}

.hpGallery__set:first-child {
  width: 100%;
}

.hpGallery__set a {
  overflow: hidden;
}

.hpGallery__set a canvas {
  background: var(--secondary);
  transition: var(--transition);
}

.hpGallery__set a img {
  transition: var(--transition);
}

.hpGallery__set a:hover img {
  opacity: 0.6;
  transform: scale(1.2);
}

.hpGallery__pagination {
  margin: 2.5vw 0 0;
}

.hpGallery__container {
  padding: 0 0.781vw;
  max-width: 1404px;
}

.hpGallery__sets_arrow_item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.hpGallery__sets_arrow_item.hpGallery__sets_arrow_prev {
  left: 0.781vw;
}

.hpGallery__sets_arrow_item.hpGallery__sets_arrow_next {
  right: 0.781vw;
}

.hpGallery__sets_arrow_item button {
  background: transparent;
  outline: none;
  border: 2px solid var(--primary);
  color: #fff;
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: var(--transition);
  cursor: pointer;
  font-size: 0.781vw;
}

.hpGallery__sets_arrow_item.hpGallery__sets_arrow_prev button {
  padding-right: 0.156vw;
}

.hpGallery__sets_arrow_item.hpGallery__sets_arrow_next button {
  padding-left: 0.156vw;
}

.hpGallery__sets_arrow_item button:hover {
  background: var(--secondary);
  border-color : var(--secondary);
}

.hpGalleryPopup, .floorPlanPopup {
  background: #f9f8f6;
  z-index: 1001;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  transform: scale(0);
  transition: var(--transition);
}

.hpGalleryPopup__close, .floorPlanPopup__close {
  position: absolute;
  top: 1vw;
  right: 1vw;
  color: #fff;
  font-size: 2vw;
  cursor: pointer;
  z-index: 99;
  text-shadow: 1px 0 3px #000;
}

.hpGalleryPopup.opened, .floorPlanPopup.opened {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.hpGalleryPopup__main, .floorPlanPopup__main {
  width: 100%;
  height: 80%;
}

.hpGalleryPopup__main .splide__track, .floorPlanPopup__main .splide__track {
  height: 100%;
}

.hpGalleryPopup__main--image, .floorPlanPopup__main--image {
  padding: 5px;
  position: relative;
  height: 100%;
}

.hpGalleryPopup__main--image canvas, .floorPlanPopup__main--image canvas {
  height: 100%;
}

.hpGalleryPopup__main--image img, .floorPlanPopup__main--image img {
  height: 100%;
  width: auto;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.hpGalleryPopup__thumbnail, .floorPlanPopup__thumbnail {
  width: 100%;
  height: 20%;
}

.hpGalleryPopup__thumbnail .splide__track, .floorPlanPopup__thumbnail .splide__track {
  height: 100%;
}

.hpGalleryPopup__thumbnail .splide__slide, .floorPlanPopup__thumbnail .splide__slide {
  border: 0 !important;
  padding: 5px;
}

.hpGalleryPopup__thumbnail--image, .floorPlanPopup__thumbnail--image {
  width: 100%;
  height: 100%;
  position: relative;
}

.hpGalleryPopup__thumbnail--image canvas, .floorPlanPopup__thumbnail--image canvas {
  width: 100%;
  height: 100%;
}

.hpGalleryPopup__thumbnail--image::after, .floorPlanPopup__thumbnail--image::after {
  display: block;
  content: "";
  position: absolute;
  background: #000;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: var(--transition);
}

.hpGalleryPopup__thumbnail .is-active .hpGalleryPopup::after, .hpGalleryPopup__thumbnail .is-active .floorPlanPopup__thumbnail--image::after, .floorPlanPopup__thumbnail .is-active .hpGalleryPopup::after, .floorPlanPopup__thumbnail .is-active .floorPlanPopup__thumbnail--image::after {
  opacity: 0;
}

.floorPlan {
  background: var(--secondary);
  padding: 6.438vw 0 0;
}

.floorPlan__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  z-index: 1;
  opacity: 0.3;
}

.floorPlan__wrap {
  z-index: 10;
}

.floorPlan__container {
  z-index: 20;
}

.floorPlan__info {
  margin-top: 3.125vw;
  background: var(--primary-background);
  padding: 6.75vw 6.75vw 0 6.75vw;
}

.floorPlan__info img {
  flex-shrink: 0;
  width: 49%;
}

.floorPlan__pagination {
  width: 100%;
  margin-top: 3.125vw;
}

.moreInformation {
  padding: 2vw 0;
}

.moreInformation h2.defaultTitle {
  color: var(--font-color-title_small);
}

.moreInformation__accordion {
  margin-top: 2.5vw;
}

.moreInformation__accordion--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary);
  padding: 1.875vw 0;
  transition: var(--transition);
  font-size: max(1.125vw, 18px);
  font-weight: 200;
  cursor: pointer;
  color: var(--primary-text-color);
}

.moreInformation__accordion--title span {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.moreInformation__accordion--title i {
  font-style: normal;
}

.moreInformation__accordion--title.active {
  border-color: transparent;
}

.moreInformation__accordion--content {
  height: 0;
  overflow: hidden;
  color: var(--primary-text-color);
}

.moreInformation__accordion--content ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.moreInformation__accordion--content ul li {
  width: 50%;
  padding: 10px;
  display: flex;
  align-items: flex-start;
}

.moreInformation__accordion--content ul li strong {
  font-weight: 200;
  width: 15.625vw;
  font-size:max(0.88vw, 17px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  flex-shrink: 0;
}

.moreInformation__accordion--content ul li p {
  font-weight: 200;
  font-size:max(0.88vw, 17px);
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.meetYourAgent::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5vw;
  background: var(--primary);
  height: calc(100% - 8.2vw);
  z-index: 1;
}

.meetYourAgent::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26vw;
  background: var(--secondary);
  height: calc(100% - 13.25vw);
  z-index: 1;
}

.meetYourAgent__wrap {
  z-index: 10;
}

.meetYourAgent__photo {
  width: 44.063vw;
  flex-shrink: 0;
  padding-left: 9.438vw;
}

.meetYourAgent__photo img {
  z-index: 5;
  height: auto;
}

.meetYourAgent__photo img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

.meetYourAgent__photo--blurr {
  position: absolute;
  left: 0;
  top: 8.313vw;
  width: calc(100% - 6.125vw);
  height: calc(100% - 13.313vw);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.meetYourAgent__info {
  padding: 8.125vw 8.75vw 0 0;
  margin-left: 3.875vw;
}

.meetYourAgent__info h2 {
  padding: 1.875vw 0 0;
}

.meetYourAgent__info--contactInfo {
  padding: 1.375vw 0 0;
}

.meetYourAgent__info--contactInfo h3 {
  color: var(--primary-text-color);
  font-family: var(--font-family-title);
  letter-spacing: 0.05em;
  font-size: max(2.188vw, 35px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.1;
}

.meetYourAgent__info--contactInfo ul li {
  font-weight: 200;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size:max(0.88vw, 17px);
  color: var(--primary-text-color);
}

.meetYourAgent__info--contactInfo ul li a {
  color: var(--primary-text-color);
  transition: var(--transition);
}

.meetYourAgent__info--contactInfo ul li a:hover {
  color: var(--secondary);
}

.meetYourAgent__info--decscription {
  padding: 2vw 0 0;
}

.meetYourAgent__info--decscription p {
  font-size:max(0.88vw, 17px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.025em;
  color: var(--primary-text-color);
}

/* custom */
.hero__content {
  pointer-events: none;
}

.meetYourAgent__photo--blurr, .meetYourAgent::before, .meetYourAgent::after {
  display: none;
}

.meetYourAgent__photo {
  width: 100%;
  padding-left: 9.438vw;
  padding-right: 9.438vw;
}

.meetYourAgent__photo img {
  width: 100%;
}

.meetYourAgent__info {
  display: none;
}

/* custom end */
.requestMoreInfo {
  background: var(--primary-background-dark);
  padding: 5.875vw 0;
  margin: 2.375vw 0 0;
}

.requestMoreInfo__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: 0;
  background-size: cover;
  background-position: center center;
}

.requestMoreInfo__container {
  z-index: 14;
}

.requestMoreInfo__title p {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size:max(0.88vw, 17px);
  color: var(--secondary-text-color);
}

.requestMoreInfo__form {
  padding: 0 11.313vw;
  margin: 2.375vw 0 0;
}

.requestMoreInfo__form .wpcf7-response-output {
  color: var(--secondary-text-color);
}

.hpMap__holder {
  z-index: 1;
}

.hpMap__holder canvas {
  min-height: 400px;
}

.hpMap__holder iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.hpMap__address {
  position: absolute;
  z-index: 5;
  bottom: 2.5vw;
  left: max(14.375vw, 100px);
  background: var(--primary);
  padding: 2.813vw;
  color: var(--secondary-text-color);
  width: 35.5vw;
}

.hpMap__address h2 {
  letter-spacing: 0.05em;
  font-size: max(1.875vw, 30px);
/*  text-transform: uppercase;*/
  font-family: var(--font-family-title);
  line-height: 1;
}

.hpMap__address span {
  font-family: var(--font-family-default);
  font-size:max(0.88vw, 17px);
  font-weight: 200;
  display: block;
}

/* Print */
.flyer {
  color: var(--primary-text-color);
}

.flyer__container {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: max(1.5625vw, 25px) max(1.5625vw, 25px) 0 max(1.5625vw, 25px);
  width: max(40.625vw, 650px);
  background: #fff;
}

.flyer__title h2 {
  font-size: max(2.5vw, 40px);
  line-height: 1.2;
  text-align: center;
  color: var(--primary-text-color);
  font-family: var(--font-family-title);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.flyer__title h2 span {
  font-family: var(--font-family-default);
  color: var(--primary-text-accent);
  font-size: max(1.25vw, 20px);
  display: block;
}

.flyer__info {
  padding: max(1.875vw, 30px) 0 0;
}

.flyer__info ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.flyer__info ul li {
  text-align: center;
  padding: 0 max(2.5vw, 40px);
}

.flyer__info ul li p {
  color: var(--primary);
  font-family: var(--font-family-title);
  font-size: max(1.25vw, 20px);
}

.flyer__info ul li span {
  font-size:max(0.88vw, 17px);
  color: var(--primary-text-color);
  display: block;
  margin-top: max(0.625vw, 10px);
}

.flyer__overview {
  margin: max(2.938vw, 47px) 0 0;
}

.flyer__overview--photo {
  padding: max(1.5625vw, 25px) 0;
}

.flyer__overview--photo::after, .flyer__overview--photo::before {
  display: block;
  content: "";
  width: 50%;
  position: absolute;
  z-index: 1;
}

.flyer__overview--photo::after {
  right: max(-2.5vw, -40px);
  bottom: 0;
  height: 70%;
  background: var(--secondary);
}

.flyer__overview--photo::before {
  background: var(--primary);
  top: 0;
  left: max(-2.5vw, -40px);
  height: 70%;
}

.flyer__overview--photo--wrap {
  position: relative;
  z-index: 10;
}

.flyer__overview--content {
  padding: max(3.375vw, 54px) 0 0;
}

.flyer__overview--content h2 {
  text-align: center;
  font-family: var(--font-family-title);
  color: var(--primary-text-color);
  font-size: max(2.5vw, 40px);
  text-transform: uppercase;
  padding-bottom: max(1.063vw, 17px);
}

.flyer__overview--content p {
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-size:max(0.88vw, 17px);
  padding: max(1.063vw, 17px) 0;
}

.flyer__information {
  padding: max(4.688vw, 75px) 0 0;
}

.flyer__information--title {
  text-align: center;
  font-family: var(--font-family-title);
  color: var(--primary-text-color);
  font-size: max(2.5vw, 40px);
  text-transform: uppercase;
  padding-bottom: max(1.063vw, 17px);
}

.flyer__information--heading {
  text-align: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: max(1.125vw, 18px);
  padding: max(2.063vw, 33px) 0;
}

.flyer__information--content ul li {
  display: flex;
  padding: max(1.25vw, 20px) 0;
  border-bottom: 1px solid #e5e5e5;
}

.flyer__information--content ul li:last-child {
  border: 0;
}

.flyer__information--content ul li strong {
  font-weight: 400;
  color: var(--primary);
  letter-spacing: 0.05em;
  font-size:max(0.88vw, 17px);
  width: 30%;
  line-height: 1.4;
  flex-shrink: 0;
}

.flyer__information--content ul li p {
  color: var(--primary-text-color);
  letter-spacing: 0.05em;
  font-size: max(0.875vw, 14px);
  line-height: 1.4;
}

.flyer__footer {
  background: var(--secondary);
  margin-top: max(3.125vw, 50px);
  padding: max(3.5vw, 56px) 0 max(1.938vw, 31px);
  position: relative;
}

.flyer__footer::after {
  display: block;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: max(1.938vw, 31px);
}

.flyer__footer--logo img {
  width: 100%;
  max-width: max(19.25vw, 308px);
  margin: 0 auto;
}

.flyer__footer--contact {
  padding: max(2.063vw, 33px) 0 max(3.438vw, 55px);
}

.flyer__footer--contact ul {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.flyer__footer--contact ul li {
  color: var(--secondary-text-color-accent);
  padding: max(0.625vw, 10px) 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size:max(0.88vw, 17px);
  display: flex;
  align-items: center;
}

.flyer__footer--contact ul li i {
  color: var(--primary);
  margin-right:max(0.88vw, 17px);
}

.flyer__footer--contact ul li i.ai-font-location-c {
  font-size: max(1.25vw, 20px);
}

.flyer__footer--contact ul li a {
  color: var(--secondary-text-color-accent);
}

.propertyDetails__textDetails--content h2 {
  color: #bdaa89;
  /*font-size: max(3.375vw, 40px);*/
  font-size: 43px;
  line-height: 1;
}

p.font-bold {
  font-weight: 700;
}

.gallery-img-container, .gallery-img-main, .gallery-list, .gallery-item {
  display: block;
  position: relative;
}

.gallery-img-container {
  font-size: 0;
  padding: 50px 0;
}

.gallery-content {
  position: absolute;
  top: max(4.063vw, 35px);
  right: max(4.063vw, 35px);
  z-index: 5;
  width: 100%;
  max-width: max(20vw, 300px);
}

.gallery-content.rel {
  position: relative;
  top: 0!important;
  left: 0!important;
  color: #000;
  max-width: 100%;
  transform: none!important;
}

.bot-left .gallery-content {
  /*top: auto;
  right: auto;
  bottom: max(4.063vw, 35px);
  left: max(4.063vw, 35px);*/

  position: relative;
  margin: 15px auto 0 auto;
  width: 100%;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  max-width: unset;
  color: #000;
}

.bot-left .gallery-content p {
    width: 100%;
    color: #666666;
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-size:max(0.88vw, 17px);
    font-weight: 300;
    text-align: center;
    padding: 0 100px;
}

.gallery-content p {
  /* line-height: 1.6;
  letter-spacing: 0.025em;
  font-size:max(0.88vw, 17px);
  font-weight: 300; */
  color: #fff;

  line-height: 1.6;
  letter-spacing: 0.025em;
  font-size:max(0.88vw, 17px);
  font-weight: 300;
}

.gallery-img {
  background-color: #000;
  overflow: hidden;
}

.gallery-img img {
  /*opacity: .60;*/
}

.gallery-row {
  display: block;
  position: relative;
  margin: 0 -15px;
}

.gallery-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  padding: 0 15px;
}

.uneq .gallery-col {
  vertical-align: middle;
}

.uneq .gallery-col:first-child {
  width: 40%;
}

.uneq .gallery-col:last-child {
  width: 60%;
}

.gallery-content.rel p {
  color: #666;
}

.gallery-content.lg p {
  /*font-size: max(1.198vw, 23px);*/
  font-size:  max(1.375vw, 23px);
}

.gallery-item:not(:last-child) {
  margin-bottom: max(4.375vw, 50px);
}

.gallery-content.sm {
  padding-top: 15px;
}

.callToAction__button:last-child {
  display: none;
}

.propertyDetails__textDetails--content h3 {
	line-height: 1.6;
	color: #666;
	font-size:  max(1.375vw, 23px);
}

.page-template-delmar .ip-hero-title h1 {
	display: none;
}

@media only screen and (max-width: 1199px) {
  .propertyDetails__textDetails--content h2{
    font-size: 33px;
  }

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  .propertyDetails__textDetails--content h2{
    font-size: 40px;
  }
  /* Hero */ .hero__slide canvas {
      height: 80vh;
  }

  section#hero #aios-slider-custom-hero .aios-slider-splide .aios-slider-img canvas, section#hero #aios-slider-custom-hero .aios-slider-splide .aios-slider-custom-video canvas {
      min-height: 600px;
  }

  .hero__content img {
      padding-bottom: 60px;
  }

  /* Property Details */
  .propertyDetails__number {
      padding: 40px 0 10px;
  }

  .propertyDetails__number {
      flex-flow: column;
  }

  .propertyDetails__info {
      padding: 15px 0;
  }

  .propertyDetails__info::after {
      display: none;
  }

  .propertyDetails__textDetails::after, .propertyDetails__textDetails::before {
      display: none;
  }

  .propertyDetails__textDetails--container {
      flex-flow: column-reverse;
      padding: 0 30px;
      align-items: flex-start;
  }

  .propertyDetails__textDetails--content {
      padding: 0;
      margin-top: 40px;
      width: 100%;
  }

  .propertyDetails__textDetails--content p {
    margin-top: 10px;
  }

  .propertyDetails__textDetails--content .defaultButton {
      margin-top: 40px;
  }

  .propertyDetails__textDetails--img {
      width: 100%;
  }

  .callToAction {
      padding: 30px 0;
  }

  .callToAction#callToAction1 {
      padding-bottom: 0;
  }

  .callToAction__container {
      margin: 0;
      flex-flow: column;
  }

  .callToAction__button {
      width: 100%;
      margin: 15px 0;
  }

  .callToAction__button a {
      padding: 50px 0;
      font-size: 18px;
  }

  .moreInformation {
      padding: 20px 0;
  }

  .moreInformation__accordion {
      margin-top: 40px;
  }

  .moreInformation__accordion--title {
      padding: 30px 0;
  }

  .moreInformation__accordion--content {
      height: 0;
      overflow: hidden;
  }

  .moreInformation__accordion--content ul {
      margin: 0;
      flex-flow: column;
  }

  .moreInformation__accordion--content ul li {
      display: block;
      width: 100%;
      padding: 10px 0;
  }

  .meetYourAgent::after, .meetYourAgent::before {
      display: none;
  }

  .meetYourAgent__wrap {
      flex-flow: column;
  }

  .meetYourAgent__photo {
      width: 100%;
      padding: 0;
  }

  .meetYourAgent__info {
      margin: 0;
      width: 100%;
  }

  .meetYourAgent__info h3 {
      line-height: 1;
      padding: 15px 0;
  }

  .hpMap__address {
      bottom: 50px;
      width: auto;
      left: 50px;
  }

  .hpGallery__sets_arrow_item button {
      width: 40px;
      height: 40px;
      font-size: 15px;
  }

  .hpGallery__sets {
      margin: 0;
  }

  .hpGallery__container {
      padding: 0 15px;
  }

  .hpGallery__sets_arrow_item.hpGallery__sets_arrow_prev {
      left: 5px;
  }

  .hpGallery__sets_arrow_item.hpGallery__sets_arrow_next {
      right: 5px;
  }

  .hpGallery__sets_wrap {
      margin-top: 25px;
  }

  .gallery-col {
      width: 100%!important;
      display: block;
      padding: 0;
  }

  .gallery-row {
      margin: 0;
  }

  .gallery-item:not(:last-child) {
      margin-bottom: 40px;
  }

  .gallery-item.mobile-flex-reverse .gallery-row {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .gallery-item.mobile-flex-reverse .gallery-col:not(:last-child) {
    margin-bottom: 0;
    margin-top: 25px;
  }
  
  .custom-container.top-container {
    /*margin-bottom: 25px; */
  }

  .bot-left .gallery-content {
    
      top: unset !important;
      transform: unset !important;
      /*top: auto;*/
      right: auto;
      bottom: 20px;
      left: 20px;
  }
  .bot-left .gallery-content p {
      padding: 0;
  }

  .gallery-content {
      top: 50%!important;
      transform: translateY(-50%);
      left: 0!important;
      right: 0!important;
      margin: 0 auto;
      text-align: center;
      max-width: 100%;
      padding: 0 15px;
      bottom: auto!important;
  }

  .gallery-col:not(:last-child) {
      margin-bottom: 25px;
  }

  .gallery-img canvas {
      height: 350px;
  }

  .gallery-content p {
      font-size: 15px!important;
  }

  .gallery-list {
      width: 100%;
      max-width: 480px;
      margin: 0 auto;
  }

  .gallery-item:not(:last-child) {
      margin-bottom: 40px;
  }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  .defaultContainer {
      padding: 0 15px;
  }

  .defaultButton {
      padding: 20px 60px;
  }

  /* Hero */
  .hero__content h1 {
      font-size: 40px;
  }

  .hero__content p {
      font-size: 18px;
  }

  .hpGallery {
      padding: 50px 0;
  }

  .hpGallery__row {
      width: 50%;
  }

  .hpGallery__row:nth-child(2) {
      width: 50%;
  }

  .hpGallery__row:nth-child(3) {
      width: 100%;
      justify-content: center;
  }

  .hpGallery__row:nth-child(3) .hpGallery__set {
      width: 50%;
  }

  .hpGallery__set {
      width: 100%;
  }

  .hpGallery__pagination {
      margin: 50px 0 0;
  }

  .hpGalleryPopup__close, .floorPlanPopup__close {
      font-size: 16px;
      top: 16px;
      right: 16px;
  }

  .hpGalleryPopup__main, .floorPlanPopup__main {
      width: 100%;
      height: 80%;
  }

  .hpGalleryPopup__main .splide__track, .floorPlanPopup__main .splide__track {
      height: 100%;
  }

  .hpGalleryPopup__main--image img, .floorPlanPopup__main--image img {
      height: auto;
      width: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }

  .hpGalleryPopup__thumbnail, .floorPlanPopup__thumbnail {
      width: 100%;
      height: 20%;
  }

  .hpGalleryPopup__thumbnail .splide__track, .floorPlanPopup__thumbnail .splide__track {
      height: 100%;
  }

  .hpGalleryPopup__thumbnail .splide__slide, .floorPlanPopup__thumbnail .splide__slide {
      border: 0 !important;
      padding: 5px;
  }

  .hpGalleryPopup__thumbnail--image, .floorPlanPopup__thumbnail--image {
      width: 100%;
      height: 100%;
      position: relative;
  }

  .hpGalleryPopup__thumbnail--image canvas, .floorPlanPopup__thumbnail--image canvas {
      width: 100%;
      height: 100%;
  }

  .hpGalleryPopup__thumbnail--image::after, .floorPlanPopup__thumbnail--image::after {
      display: block;
      content: "";
      position: absolute;
      background: #000;
      z-index: 5;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.5;
      transition: var(--transition);
  }

  .hpGalleryPopup__thumbnail .is-active .hpGalleryPopup::after, .hpGalleryPopup__thumbnail .is-active .floorPlanPopup__thumbnail--image::after, .floorPlanPopup__thumbnail .is-active .hpGalleryPopup::after, .floorPlanPopup__thumbnail .is-active .floorPlanPopup__thumbnail--image::after {
      opacity: 0;
  }

  .floorPlan__container {
      padding: 0 15px;
  }

  .floorPlan__info {
      flex-flow: column;
  }

  .floorPlan__info img {
      width: 100% !important;
      margin: 10px 0;
  }

  .floorPlan__pagination {
      margin-top: 30px;
  }

  .callToAction__button a {
      font-size: 14px;
  }

  .callToAction__button a i {
      margin-right: 15px;
  }

  .requestMoreInfo {
      padding: 80px 0;
  }

  .requestMoreInfo__container {
      padding: 0 15px;
  }

  .requestMoreInfo__title p {
      font-size: 12px;
  }

  .requestMoreInfo__form {
      padding: 0;
      margin-top: 40px;
  }

  .hpVideo__container {
      padding: 20px 0 0;
  }

  .hpMap__address {
      left: 0;
      width: 100%;
      position: static;
      padding: 20px;
  }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
.propertyDetails__textDetails--content h2{
    font-size: 35px;
  }
}

@media only screen and (max-width: 320px) {
  .meetYourAgent__info ul li a {
      word-break: break-all;
  }
}
