/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
 */
#resultsmap {
    height: 80vh;
}
#resultsproperties {
    height: 80vh;
    overflow-y: scroll;
}
.listing-item .card-body {
    min-height: 170px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 15px;
}
#resultsproperties{
    padding-left: 0;
}


.listing-item {
    margin-top: 10px;
}

.listing-item .card-img-top {
   position: relative;
    text-align: center;
}

.hover-opaque {
    background: #000;
    opacity: 0;
    z-index: 10;
    position: absolute;
    
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    cursor: pointer;
}

    .listingFilter .card-body {
        padding: 0;
        max-height: 500px;
        overflow-y: scroll;
        margin-bottom: 0;
    }

    .listFeatures {
        padding: 5px 0;
        list-style: none;
        font-size: 14px;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
.image-span {
    width: 100%;
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
   
    background: rgba(1, 111, 74, 0.9);
    color: #fff;
}
.image-span-spg {
    color: white;
    display: inline-block;
    background-color: rgba(0,0,0,.6);
    padding: 10px;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    width: 100%;
}
.listing-title {
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
    font-weight:bold;
    color: #696969;
}
.hover-opaque i {
    position: absolute;
    text-align: center;
    color: rgba(1, 111, 74, 0.9);
    top: 50%;
    right: 50%;
    margin: -12px;
    font-size: 50px;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
}

.listing-item .seeMore{
    position: absolute;
    color: #fff;
    top: 50%;
    right: 50%;
    font-size: 2em;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.card:hover .hover-opaque {
    opacity: 0.1;
}

.card:hover .seeMore, .card:hover .seeMore i{
    opacity: 1;
}

.details_over_map{
    bottom:5px;
    position: absolute;
    width: 90%;
}
.details_over_map a{
    text-decoration: none !important;
    color: #696969 !important;
}
.details_over_map .img-square-wrapper {
    width: 30%
}

.details_over_map .card-body {
    width: 70%
}

    .details_over_map  .details {
        font-size: 1em;
    }
/*//Small devices (landscape phones, 576px and up)*/
@media (max-width: 991.98px) {
    .details_over_map{
        bottom:5px;
        position: absolute;
        width: 100%;
    }
    .details_over_map .img-square-wrapper {
        width: 60%
    }

    .details_over_map .card-body {
        width: 40%
    }
    .details_over_map  .details {
        font-size: 1em;
    }
}


.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px
}

.ribbon {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -11px;
    top: 10px;
    width: 100px;
    height: 28px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0)
}

    .ribbon:before,
    .ribbon:after {
        content: "";
        border-top: 3px solid #9e9e9e;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px
    }

    .ribbon:before {
        left: 0
    }

    .ribbon:after {
        right: 0
    }

    .ribbon.red {
        background-color: #bc1a3a;
        background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
        background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
        background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0)
    }

        .ribbon.red:before,
        .ribbon.red:after {
            border-top: 3px solid #8f142c
        }

.page-link {
    color: rgba(1, 111, 74, 0.9);
}

.page-item.active .page-link {
    color: #fff;
    background-color: rgba(1, 111, 74, 0.9);
    border-color: rgba(1, 111, 74, 0.9);
}

.pagination {
    padding-top: 20px !important;
}

