﻿.listings-loading {
    position: absolute;
    right: 0;
    bottom: -8px;
    transform: translateY(-50%);
    font-size: 250%;
    z-index: 22;
}

.listings-loading-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #272727;
    opacity: 0.5;
    z-index: 21;
}

.listing-container {
    position: relative;
    float: left;
    width: 32%;
    color: #333;
    margin-right: 2%;
    margin-bottom: 2%;
}

    .listing-container:hover {
        -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
    }

        .listing-container:hover .listing-image img {
            /*transform: scale(1.2);
            -webkit-transform: scale(1.2);*/
            opacity: 0.7;
        }

        .listing-container:hover .listing-information {
            background-color: #f04d55;
        }

.listing-clickable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.listing-image {
    /*min-height: 100px;
    background-position: center center;
    background-size: cover;
    padding-bottom: 75%;*/
    width: 100%;
    line-height: 0;
}

    .listing-image img {
        width: 100%;
        /*-webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;*/
    }

.listing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 20;
}

    .listing-overlay img {
        max-width: 100%;
    }

.listing-information {
    color: #FFF;
    background-color: #ec1b23;
    padding: 20px;
}

.listing-address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-address-suburb {
    display: inline-block;
    font-size: 110%;
    font-weight: 300;
    margin-right: 15px;
}

.listing-address-street {
    display: inline-block;
    height: 16px;
    font-family: sans-serif;
    font-size: 16px;
}

.listing-price {
    height: 18px;
    font-family: sans-serif;
    margin-top: 10px;
}


@media only screen and (min-width:981px) {
    .listing-container:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:980px) {
    .listing-container {
        width: 49%;
    }

        .listing-container:nth-of-type(2n) {
            margin-right: 0;
        }
}

/*@media only screen and (max-width:767px) {
    .listing-container {
        width: 49%;
    }

        .listing-container:nth-of-type(2n) {
            margin-right: 0;
        }
}*/

@media only screen and (max-width:767px) {
    .listings-loading {
        left: 0;
        right: 0;
        bottom: 50px;
        text-align: center;
    }

    .listing-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
