﻿.listview {
    width: 100%;
    height: auto;
}

    /*.listview > .search_item {
        width: 100%;
        height: auto;
    }*/

/*.gridview > .search_item {
    height: 45rem;
}

.listview .vehicle-listing-img {
    float: left;
    width: 360px;
    height: auto;
}

.listview .search_title_header {
    float: left;
    width: auto;
    margin-left: 20px;
}*/

/*.vehicle-listing-img > div.search_price {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    -webkit-transform: none;
    transform: none;
    z-index: 10
}

.vehicle-listing-img > div.search_price_bg {
    position: absolute;
    right: -10px;
    top: 0;
    width: 180px;
    height: 40px;
    border: none;
    display: block;
    background: #ff3448;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
    transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    padding: 0;
    margin: 0 1px;
    z-index: 9;
}*/

#search-results .search_item img {
    border: 0px !important;
}

#search-results .search_title > a {
    color: black !important;
}

.lds-hourglass {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    display: block;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 6px;
        box-sizing: border-box;
        border: 26px solid #ff3448;
        border-color: #ff3448 transparent #ff3448 transparent;
        animation: lds-hourglass 1.2s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    100% {
        transform: rotate(1800deg)
    }
}
