﻿#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.75rem;
}
.listing-item .image-span {
    position: relative
}

#resultsproperties{
    padding-left: 0;
}


.listing-item {
    margin-top: 10px;
}

.listing-item .card-img-top {
   position: relative;
}

.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;
}

    .hover-opaque i {
        position: absolute;
        text-align: center;
        color: #e45f2b;
        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.7;
}

.card:hover .seeMore, .card:hover .seeMore i{
    opacity: 1;
}

.details_over_map{
    z-index: 9999;
    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;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    body {
        padding-top: 163px;
    }
}

.map-price-icon {
    text-align: center;
    min-height: 22px !important;
    min-width: 100px !important;
    font-size: 14px;
    background: rgba(0,69,124,.9);
    padding: 2px;
    color:#fff;
    font-weight: bold;
}

    .map-price-icon:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: solid 5px rgba(0,69,124,.9);
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
    }
ul.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons > li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.social-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}

.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}

.list-icons > li {
    display: inline-block;
    padding: 0;
}

.no-padding {
    padding: 0;
}

.card-text {
    font-size: 15px;
}
