/* variables */
/* end of variables */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.card img {
  border-radius: 10px;
}

.card-body {
  padding: 1em 0;
}

.card-footer {
  border-top: 1px solid #F3F5F4;
}

.card-img-overlay {
  top: 1em;
  left: -0.625em;
  position: absolute;
  height: 50%;
}

.card-flag {
  position: relative;
  display: table;
  margin: 0.5em 0;
  border-radius: 5px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 0.25rem 1rem;
  z-index: 5;
  background: #849191;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.28);
}
.card-flag.color-1 {
  background: #00B46E;
}
.card-flag.color-2 {
  background: #ADB400;
}
.card-flag.color-3 {
  background: #FFC557;
}
.card-flag.color-4 {
  background: #D70004;
}
.card-flag.color-5 {
  background: #0068B4;
}
.card-flag.color-6 {
  background: #B40068;
}
.card-flag.color-0 {
  background: white;
}

.images-wrap {
  position: relative;
}

.card-flag.virtual {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1em;
  left: -0.625em;
  position: absolute;
  padding: 0 1rem;
}
.card-flag.virtual .icon-virtual {
  color: black;
  font-size: 4em;
}
.card-flag.virtual .icon-youtube {
  font-size: 2em;
  color: black;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.card-title {
  margin: 0.25em 0 0.5em 0;
}

.card-subtitle {
  color: #849191;
  margin: 0.25em 0 1em 0;
}

.price {
  color: #00B46E;
  margin: 0;
}

.gallery-slider .owl-stage-outer {
  overflow: hidden;
}

.owl-carousel.gallery-slider .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
  top: calc(50% - 12px);
  margin: 0 5px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.owl-carousel.gallery-slider .owl-nav button {
  color: white;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  pointer-events: all;
}
.owl-carousel.gallery-slider .owl-nav button:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.owl-carousel.gallery-slider .owl-nav .owl-prev {
  transform: rotate(180deg);
}

.owl-carousel.gallery-slider:hover .owl-nav {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.feature {
  display: flex;
  align-items: center;
  margin: 0.5em 1em 0.5em 0;
}
.feature p {
  color: #849191;
  margin: 0;
  font-weight: bold;
}
.feature .ico-wrap {
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .ico-wrap span {
  font-size: 2em;
  color: #849191;
}

.tooltip-inner {
  border-radius: 5px;
  color: white;
}

/*# sourceMappingURL=propertylist.css.map */
