.c49mod-properties-capsule .card-img-top {
    border-radius: 0px;
}
.c49mod-properties-capsule .card-footer {
    display: none;
}
.c49mod-properties-capsule .c49-property-resume {
    display: none;
} 
.c49mod-properties-capsule .card .card-block {
    opacity:1!important;
    top:0px;
    left:0px;
    background:-moz-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(168,168,168,0) 66%,rgba(255,255,255,0) 100%);
    background:-webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(168,168,168,0) 66%,rgba(255,255,255,0) 100%);
    background:linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(168,168,168,0) 66%,rgba(255,255,255,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=0 );
}
.c49mod-properties-capsule .c49-property-value {
    text-shadow: none;
    color: #242424!important;
    position: inherit;
    margin-bottom: 0;
} 
.c49mod-properties-capsule .card-text .text-muted {
    display: block;
    margin-top: -5px;
    font-size: 100%;
    color: #242424!important;
}
.c49mod-properties-capsule .c49-carousel-photo-wrap, .c49mod-properties-capsule .c49-carousel-photo-wrap img {
    height: auto;
}
.c49mod-properties-capsule .card-text.c49-property-code {
    bottom:23px;
    right:15px;
    position:absolute;
}
.c49mod-properties-capsule .card {
    border-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: 2rem!important; 
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0);
}
.c49mod-properties-capsule .card:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
}
.c49mod-properties-capsule .card:hover img {
    transform: scale(1.05);
    transition: all .5s;
}
.c49mod-properties-capsule .card-block,
.c49mod-properties-capsule .c49-property-block header {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*.c49mod-properties-capsule .c49-property-value {
    background-color: $primary;;
    color: $primary_inverse;!important;
}*/
.c49mod-properties-capsule .card-block.c49-property-block > a {
    display: block;
    height: 100%;
}
.c49mod-properties-capsule .card-block.c49-property-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ffffffc7;
    z-index: 10;
    top: inherit;
    left: inherit;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 1.25rem 1.25rem .75rem;
}
.c49mod-properties-capsule .c49-property-photo {
    position: relative;
}
.c49mod-properties-capsule .c49-property-neighbor {
    margin-bottom: 0;
}
.c49-property-card {
    background-color: transparent;
}
.c49mod-properties-capsule .c49-title {
    background: transparent;
    border: 0;
}
.c49mod-properties-capsule .carousel-inner {
    padding-bottom: 0!important;
}

.c49mod-properties-capsule.c49mod-properties_hover-infos .card-block.c49-property-block {
    bottom: -130px;
}
.c49mod-properties-capsule.c49mod-properties_hover-infos .card:hover .card-block.c49-property-block {
    bottom: 10px;
}
