﻿/* Details */

#details {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 10rem;
}
#ic-detGallery {
  position: relative;
}
.shortlistToggle {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
#ic-detGallery .ic-tag {
  top: 2rem;
  right: 35%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#ic-detGallery .ic-tag.ic-status-14,
#ic-detGallery .ic-tag.ic-status-4 {
  color: var(--color-yellow);
  background: var(--color-blue);
}
#ic-detGallery .wrap-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
#ic-detGallery .wrapper-img a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60%;
}
#ic-detGallery .wrapper-img a:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
#ic-detGallery .wrapper-img a:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
#ic-detGallery .wrapper-img a:nth-child(3) {
  grid-area: 2 / 3 / 3 / 4;
}
#ic-detGallery
  .wrapper-img
  a:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

#ic-detGallery .swiper-slide {
  display: block;
  padding-top: 25%;
  width: 100% !important;
}
#ic-detGalBTNS {
  position: absolute;
  width: 100%;
  right: 20px;
  bottom: -29px;
  z-index: 2;
}
#ic-detGalBTNS > div {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
}

#ic-photosBTN {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.btn-morePhotos {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  background: var(--color-primary);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  height: 2.7rem;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#ic-detMeta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

#ic-detMeta.resp {
  display: none;
}
.ic-featuresList li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
#ic-detIntro {
  width: 64%;
}
.form {
  width: 30%;
  position: sticky;
  top: 2rem;
  align-self: start;
  background-color: var(--color-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 2rem 1rem;
}
.wrap__save,
#ic-detMeta > * {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#ic-detMeta span {
  position: inherit;
  color: var(--color-blue);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#ic-detShare2,
#ic-detShare {
  position: relative;
}

#ic-detShare2 button,
#ic-detShare button {
  all: unset;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}
.ul_share.block {
  display: block;
}
.ul_share {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 0;
  margin: 0;
  width: max-content;
  z-index: 1000;
}
#ic-detShare li::before,
#ic-detShare li::before {
  display: none;
}
#ic-detShare2 li,
#ic-detShare li {
  display: inline-block;
  vertical-align: middle;
}
#ic-detShare2 a,
#ic-detShare a {
  color: #fff;
  font-size: 1.3em;
  display: block;
  padding: 10px 7px;
}
#ic-detShare2 a:hover,
#ic-detShare a:hover {
  color: #e2dad1;
}

#ic-detBasic article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}

#ic-detBasic h1 {
  color: var(--Color-black);
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#ic-detBasic h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--color-primary);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#ic-detBasic h4 span {
  display: flex;
  align-items: center;
}
.features {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
#ic-detInfo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#ic-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  gap: 2rem;
  align-self: stretch;
  background-color: var(--color-gray);
}
.features__wrap-ul ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.details-basics-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.details-basics-item p {
  color: var(--color-blue);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.title__simolar-prop,
#ic-detContent article h2,
#ic-features h2,
.features__wrap-ul h2 {
  color: var(--color-blue);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
#ic-detInfo li::before,
#ic-features li::before {
  display: none;
}

.ic-featuresList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

#ic-detInfo li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
#ic-features ul,
#ic-features li,
#ic-detInfo li p,
#ic-detInfo li span {
  color: var(--Color-black);
  font-family: "Gantari", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.features h3 {
  color: var(--Color-black);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

#ic-detContent {
  margin-top: 3rem;
}
#ic-detContent > article {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#ic-detContent > article p {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#ic-map iframe {
  width: 100%;
}
#ic-map h2 {
  margin-bottom: 2rem;
}

.wrap__map {
  display: flex;
  justify-content: space-between;
}
.ic-similarProp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.ic-similarProp h3 {
  color: var(--Color-black);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

#ic-bannerXS {
  position: fixed;
  background: #000;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  border-top: 1px solid #fff;

  display: none;
}
#ic-bannerXS > div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}
#ic-saveXS {
  color: #fff;
}
#ic-inquiryBTN:hover,
#ic-inquiryBTN:focus,
#ic-inquiryBTN:active {
  color: #000;
  background: #fff;
}

/* CALENDAR */
#ic-detCalendar {
  position: relative;
  max-width: none;
  padding: 10px 0 60px;
  text-align: center;
  color: #333;
  background-color: #fff;
}
#ic-calendars {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
#ic-calendars .ic-tabsContent > h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}
#ic-calendars .ic-tabsContent > p {
  padding: 0;
  margin-bottom: 30px;
  font-size: 15px;
  text-transform: uppercase;
}
#ic-calRented {
  padding-left: 15px;
  color: #f44336;
  color: #999;
  text-decoration: line-through;
}

#ic-calendars .ic-calendarTable h6,
#ic-calendars .ic-days td,
#ic-calendars .ic-weekDays {
  color: #333;
}
#ic-calendars .swiper-slide {
  background-color: #fff !important;
}
#ic-calendars .ic-calendarTable .ic-day {
  background-color: #e8f5e9;
  border: 1px solid #ebebeb;
}
#ic-calendars .ic-days td {
  border: 1px solid #ebebeb;
}
#ic-calendars .ic-calendarTable .ic-monthCol table tr td.active,
#ic-calendars .ic-calendarTable .ic-day.empty-day {
  color: #999;
  background: #fff;
}

.ic-calendarTable > div {
  display: block;
}
.ic-monthCol > table {
  width: 100%;
}

.ic-calendarTable h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 10px 8px;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
}
.ic-calendarTable,
#ic-calCalendar table {
  width: 100%;
}
.ic-days td,
.ic-weekDays {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.ic-calendarTable .ic-day,
.ic-calendarTable td {
  line-height: 1 !important;
  height: 32px !important;
  padding: 10px 0 0;
  width: 35px;
}
.ic-day {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  border: 0;
}
.ic-calendarTable .ic-monthCol table tr.ic-spacer {
  display: none !important;
}
.ic-calendarTable .ic-monthCol table tr td.active {
  color: #f44336;
  text-decoration: line-through;
}
.ic-calendarTable .ic-monthCol.ic-disabled,
.ic-calendarTable.disabled {
  display: none;
  opacity: 0;
}

.ic-calendarTable .ic-monthCol table tr td.active.firstCheckInDay,
.ic-calendarTable .ic-monthCol table tr td.active.lastCheckOutDay {
  position: relative;
  overflow: hidden;
  background: transparent;
}

/* Calendar overflow */
.ic-calendarOverflow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}
.ic-calendarOverflow .ic-Xcontrol {
  right: 20px;
  top: 20px;
  color: #9d83b3;
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 30px;
  cursor: pointer;
}
.ic-calendarOverflow .ic-Xcontrol:hover {
  color: #f7941e;
}
.ic-calendarOverflow .ic-calendarAlert {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
}
.ic-calendarOverflow .ic-calendarAlert .ic-dismissButton {
  display: block;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #9d83b3;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  margin-top: 10px;
}
.ic-calendarOverflow .ic-calendarAlert .ic-dismissButton:hover {
  background: #f7941e;
}

/* Arrows */
#ic-calendars .swiper-container {
  padding: 0 60px;
}
#ic-swiperCalendar .swiper-BTN-prev {
  left: 5px;
  right: auto;
}
#ic-swiperCalendar .swiper-BTN-next {
  right: 5px;
  left: auto;
}
.swiper-BTN-prev,
.swiper-BTN-next {
  display: none;
}
/* ENERGY */
.ic-epc-container {
  min-width: 40rem;
  max-width: 46rem;
  background: #e6e6e6;
  border-radius: 2px;
}
.ic-epc-container h3 {
  margin: 0 0 10px 0;
}
.ic-epc-container div {
  margin: 0px !important;
}
.ic-epc-arrow-right {
  position: relative;
  float: left;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}
.ic-epc-container .row {
  clear: both;
  padding: 0 4px;
  width: 100%;
  height: 24px;
}
.ic-epc-container .ic-epc-label_col {
  width: 50%;
  position: relative;
  float: left;
  background: #fff;
  padding: 0px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
}
.ic-epc-container .row:first-of-type .ic-epc-label_col {
  background: #e6e6e6;
}
.ic-epc-container .ic-epc-consumption_col,
.ic-epc-container .ic-epc-emissions_col {
  width: 25%;
  height: 28px;
  line-height: 28px;
  position: relative;
  float: left;
  padding-left: 5px;
  overflow: hidden;
  text-align: center;
  color: #1d252c;
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
}
.ic-epc-container .row:first-of-type .ic-epc-consumption_col,
.ic-epc-container .row:first-of-type .ic-epc-emissions_col {
  background: #e6e6e6;
  padding-left: 0;
}
.ic-epc-consumption_col .ic-epc-column_label,
.ic-epc-emissions_col .ic-epc-column_label {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  line-height: 25px;
  font-size: 11px;
}
.ic-epc-column_label {
  font-size: 1.1em;
}
.ic-epc-consumption_col.active .ic-epc-consumption_value,
.ic-epc-emissions_col.active .ic-epc-emissions_value {
  background-color: #1d252c !important;
  color: white !important;
  font-weight: bold;
  height: 24px;
  font-size: 1.1em;
  line-height: 24px;
  padding: 0 5px 0 5px;
  float: right;
}
.ic-epc-block {
  position: relative;
  float: left;
  height: 24px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 24px;
  padding-left: 8px;
}
.ic-epc-shaft-a {
  width: 42%;
  background-color: #0d944f;
  margin: 0px !important;
}
.ic-epc-shaft-b {
  width: 50%;
  background-color: #21b24b;
  margin: 0px !important;
}
.ic-epc-shaft-c {
  width: 58%;
  background-color: #99c83c;
  margin: 0px !important;
}
.ic-epc-shaft-d {
  width: 66%;
  background-color: #ece824;
  margin: 0px !important;
}
.ic-epc-shaft-e {
  width: 74%;
  background-color: #f1b41b;
  margin: 0px !important;
}
.ic-epc-shaft-f {
  width: 82%;
  background-color: #e17628;
  margin: 0px !important;
}
.ic-epc-shaft-g {
  width: 90%;
  background-color: #e72e2c;
  margin: 0px !important;
}
.ic-epc-head-a {
  border-left-color: #0d944f;
  margin: 0px !important;
}
.ic-epc-head-b {
  border-left-color: #21b24b;
  margin: 0px !important;
}
.ic-epc-head-c {
  border-left-color: #99c83c;
  margin: 0px !important;
}
.ic-epc-head-d {
  border-left-color: #ece824;
  margin: 0px !important;
}
.ic-epc-head-e {
  border-left-color: #f1b41b;
  margin: 0px !important;
}
.ic-epc-head-f {
  border-left-color: #e17628;
  margin: 0px !important;
}
.ic-epc-head-g {
  border-left-color: #e72e2c;
  margin: 0px !important;
}

.ic-epc-consumption_col.active .ic-epc-consumption-arrow-left,
.ic-epc-emissions_col.active .ic-epc-consumption-arrow-left {
  position: relative;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-right-color: #1d252c;
  float: right;
}

.ic-epc-consumption_col.active .ic-epc-consumption_value,
.ic-epc-emissions_col.active .ic-epc-emissions_value {
  margin-left: 6px;
  width: 82%;
}
.ic-epc-column_label,
.ic-epc-column_label {
  font-size: 10px;
  font-weight: bold;
}
.ic-epc-container #epFootnote {
  padding: 11px 0 5px;
}
.ic-epc-container #epFootnote div {
  margin-left: 0 !important;
  padding: 0 6px;
  font-size: 0.8em;
  line-height: 1;
}
.ic-flagInfo {
  padding-top: 5px;
  padding-bottom: 5px;
  transform: rotate(315deg);
  position: absolute;
  z-index: 9;
  color: #1d252c;
  top: 100px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.ic-epc-container.ic-epc-empty {
  overflow: hidden;
  position: relative;
}
.ic-epc-container.ic-epc-empty > div {
  opacity: 0.3;
}
.ic-epc-empty .ic-flagInfo {
  opacity: 0.8;
}

/* RWD */

@media only screen and (max-width: 1160px) {
  #details {
    flex-direction: column;
    margin-top: 5rem;
  }
  .wrap__map {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }

  .ic-featuresList,
  #ic-detInfo {
    grid-template-columns: repeat(4, 1fr);
  }
  #details .form {
    width: 100%;
    position: unset;
  }
  #ic-detMeta {
    display: none;
  }
  #details #ic-requestContact #ic-reqContact {
    width: 60%;
    margin: 0 auto;
    align-items: unset;
  }

  #ic-detMeta.resp {
    display: flex;
    margin-top: 3rem;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1300px) {
  #ic-detBasic h1 {
    font-size: 5rem;
  }
  .ic-featuresList,
  #ic-detInfo {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1050px) {
  #ic-detBasic,
  #ic-detContent {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .ic-featuresList,
  #ic-detInfo {
    grid-template-columns: repeat(3, 1fr);
  }
  #ic-bannerXS,
  #ic-hilites.ic-similarProp > div {
    display: block;
  }

  #details #ic-requestContact #ic-reqContact {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #ic-map iframe {
    height: 50rem;
  }

  .details-basics-item p,
  #ic-detContent > article p,
  #ic-detMeta span,
  #ic-detBasic h4,
  .btn-morePhotos {
    font-size: 2rem;
  }

  #ic-detGallery .wrapper-img a {
    padding-top: 70%;
  }
}

@media only screen and (max-width: 600px) {
  #details {
    margin-top: 3rem;
  }
  #ic-detBasic h3,
  #ic-detBasic h1 {
    font-size: 4rem;
  }
  #ic-detBasic article {
    gap: 1.5rem;
  }
  /* .title__simolar-prop,
  #ic-detContent article h2,
  #ic-features h2,
  .features__wrap-ul h2,
  #ic-detBasic h4 {
    font-size: 1.8rem;
  } */
  #ic-features ul,
  #ic-features li,
  #ic-detInfo li p,
  #ic-detInfo li span {
    font-size: 2rem;
  }
  .ic-featuresList,
  #ic-detInfo {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .ic-epc-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #ic-detMeta a svg,
  #ic-detShare button svg,
  #ic-detShare2 button svg,
  .label svg {
    width: 3rem;
  }

  #ic-map iframe {
    height: 30rem;
  }
  #ic-map {
    margin: 2rem 0 0 0;
  }
  #ic-detContent > article {
    padding: 0;
  }
  .details-basics-item {
    flex-direction: column;
  }
  #ic-photosBTN {
    position: initial;
  }
}
@media only screen and (max-width: 400px) {
  .ic-featuresList,
  #ic-detInfo {
    grid-template-columns: repeat(1, 1fr);
  }
  #ic-detMeta {
    gap: 2rem;
    padding: 1rem;
  }
}
