#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-properties {
  position: relative;
  padding: 75px 0 35px;
  font-size: 0;
}

.ip-properties-container {
  position: relative;
  max-width: 1490px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-properties-holder {
  margin-top: 28px;
}

.ip-properties-list {
  margin: 0 -15px;
}

.ip-properties-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 55px;
}
.ip-properties-item a {
  display: block;
  position: relative;
  padding: 0 0 200px;
}

.ip-properties-image {
  z-index: 1;
}
.ip-properties-image canvas {
  background: #cccccc;
}
.ip-properties-image img {
  top: 0;
  left: 0;
  transition: all var(--default-transition);
}

.ip-properties-item a:hover .ip-properties-image img {
  filter: grayscale(1);
}

.ip-properties-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 570px;
  max-width: 95%;
  margin: 0 auto;
  padding: 50px 15px 55px;
  margin-top: -138px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.ip-properties-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(129deg, rgb(62, 62, 62) 0%, rgb(108, 108, 108) 100%);
  opacity: 0;
  transform: scale(-1);
  transition: all var(--default-transition);
}

.ip-properties-item a:hover .ip-properties-text::before {
  opacity: 1;
}

.ip-properties-price {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1;
  text-align: center;
  transition: all var(--default-transition);
}

.ip-properties-item a:hover .ip-properties-price {
  color: #ffffff;
}

.ip-properties-address {
  position: relative;
  display: block;
  font-family: var(--font-family-title);
  font-size: 30px;
  color: #333333;
  line-height: 1.1;
  text-align: center;
  margin-top: 32px;
  transition: all var(--default-transition);
}
.ip-properties-address span {
  display: block;
  font-family: var(--font-family-default);
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all var(--default-transition);
}

.ip-properties-item a:hover .ip-properties-address {
  color: #ffffff;
}
.ip-properties-item a:hover .ip-properties-address span {
  color: var(--primary);
}

.ip-properties-specs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 0;
  opacity: 0;
  transition: all var(--default-transition);
}
.ip-properties-specs div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.1em;
  padding: 0 20px;
}
.ip-properties-specs div i {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-bottom: 10px;
  background-image: url(../../images/sprite.png);
  background-repeat: no-repeat;
}
.ip-properties-specs div i.icon-beds {
  background-position: -6px -176px;
}
.ip-properties-specs div i.icon-baths {
  background-position: -29px -175px;
}
.ip-properties-specs div i.icon-sf {
  background-position: -57px -174px;
}

.ip-properties-item a:hover .ip-properties-specs {
  max-height: 100%;
  opacity: 1;
  margin: 20px 0 10px;
}

.ip-properties-text .default-button {
  display: block;
  max-width: 257px;
  margin: 40px auto 0;
}

.ip-properties-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.ip-properties-divider {
  width: 1px;
  height: 50px;
  background: var(--primary);
  opacity: 0.2;
}

.ip-properties-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 25px;
  transition: all var(--default-transition);
}
.ip-properties-arrow i {
  display: block;
  width: 21px;
  height: 40px;
  background-image: url(../../images/sprite.png);
  background-repeat: no-repeat;
}
.ip-properties-arrow:hover {
  opacity: 0.7;
}

.ip-properties-prev i {
  background-position: -88px -161px;
  margin-right: 24px;
}

.ip-properties-next i {
  background-position: -111px -161px;
  margin-left: 24px;
}

.ip-properties-pagination > button {
    display:  none;
}

@media only screen and (max-width: 991px) {
  .ip-banner-breadcrumbs-inner {
    min-width: auto;
    padding: 16px 15px;
  }
  .ip-properties-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ip-properties-text {
    padding: 35px 15px;
  }
  .ip-properties-price {
    font-size: 30px;
  }
  .ip-properties-address {
    font-size: 25px;
  }
  .ip-properties-address span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .ip-properties-price {
    font-size: 22px;
  }
  .ip-properties-address {
    font-size: 18px;
    margin-top: 15px;
  }
  .ip-properties-address span {
    font-size: 11px;
  }
  .ip-properties-specs div {
    font-size: 11px;
    padding: 0 10px;
  }
  .ip-properties-text .default-button {
    margin-top: 20px;
  }
}