/*******************************************************************
 * Property Item
 *******************************************************************/

.property-item {
    width:auto;
    margin-bottom: 15px;
    cursor: pointer;
    max-width:100%;
    height:485px;
    z-index:0;
}

.slick-dots{
    bottom:18px !important;
}

.property-item__property-item-image {
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 0;
}
.img-available{
    position: absolute;
    top: 20px;
    background-color: #a1a1a1;
    color: white;
    padding: 4px 8px;
}

.location-text{
    font-size:14px;
}

.fit-placeholder{
    object-fit: contain !important;
}

.property-item__property-item-image_property-item-type {
    position: absolute;
    bottom: 15px;
    background-color: #a1a1a1;
    color: white;
    padding: 4px 8px;
}

.property-item__property-item-image__box {
    width: 100%;
    height: 100%;
    background-color:#fafafa;
}

.property-item__property-item-image__box .slick-list {
    height: 100%;
}

.property-item__property-item-image__box .slick-slide {
    padding: 0;
}

.presentation button::before{
    font-size:10px !important;
    color:white !important;
}

.property-item__property-item-image__box .slick-slide .img-responsive {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .5s;
}

.property-item__property-item-image__box .slick-slide .img-responsive:hover {
    transform: scale(1.2);
}

.property-item__content {
    background-color: #fff;
    padding: 16px;
    height:175px;
    display: flex;
    flex-flow: column nowrap;
}

.property-item__content__title {
    color: black;
    font-weight: 900;
    font-size: 1.2rem;
    font-family: 'Playfair Display', sans-serif;
}

.property-item__content__body {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
}

.property-item__content__body__data {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top:4%;
}

@media(max-width:600px) and (orientation:portrait){
    .property-item__content__body__data{
    white-space: pre;
    }
}

.property-item__content_body__data__item {
   /* display: flex;*/
   /* min-width: 25%;*/
   /* flex-wrap: wrap;
    flex-grow: 1;*/
    /*padding-left:1em;*/
    font-weight:bold;
}

@media(max-width:1068px){
    .property-item__content_body__data__item {
        display:flex;
    }
}


.property-item__content_body__data__item img{
    width:20px;
}

.property-item__content__body__description{
    min-height:67px;
}

.box-link {
    text-decoration: none;
    color: #292f3c;
}

.box-link:hover {
    text-decoration: none;
    color: #292f3c;
}


.property-item__content__body__description {
    margin-top: 4px;
}

.property-item__content__body__price {
    margin-top: 4px;
    font-size: 1.3rem;
}

.property-item  .slick-arrow {
    width: 45px;
    height: 54px;
}

.transfer-price{
    font-size:15px;
    margin-top: 0.6em;
}

@media(max-width:768px){
    .transfer-price{
        font-size:12px;
    }
}

 .card-text{
  font-size:0.8em;
}