﻿.divPageContainer{
    width:1200px;
    display:inline-block;
    height:auto;
    margin-top: -270px;  
    background-color: #f1f1f1;
    z-index:995; 
      
}


.divListingsGrid{
    background-color:white;
    width: 950px;
    display:inline-block;
         min-height:600px;
}

.divSearchOptions{
    width:100%;
    display:inline-block;
    height :auto;
    text-align:center;  
    margin-bottom:20px; 
     
}

.ddlSearchOptions{
    width:280px;
    height:40px;
    border: 1px solid lightgray;
    background-color:#f1f1f1;  
    font-size :large;
    display :inline-block;
    margin:10px;
    color :dimgray;
    padding-left:3px; 
    font-family:inherit;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image: url('../images/triangle-down.png');
    background-repeat :no-repeat;
    background-position:right top;   
   
}
.ddlSearchOptions:hover{
     background-color:lightgray;
}
.ddlSearchOptions:focus{
     background-color:#f1f1f1;
}

.btnSearch{
    border: 1px solid lightgray;
    background-color:whitesmoke;  
    display :inline-block ;
    width: 280px;
    height:40px;
    color:dimgray;
    background-color: #f1f1f1;
    font-size : medium;
   -webkit-border-radius: 2px;
    -moz-border-radius:2px;  
    border-radius :2px;
    margin:10px;
    font-family:inherit;
    -webkit-appearance: none;
    -moz-appearance:none;
 
}
.btnSearch:hover{
     background-color:lightgray;
}


.divListing{
   display:inline-block;
   position :relative; 
   width: 320px;
   height:auto;
   background-color: whitesmoke;  
   margin:20px; 
   text-align:center; 
   border-bottom: 1px solid lightgray;
   border-top:1px solid lightgray;
   cursor:pointer;
}
.divListingImageGrid {
    width: 100%;
    height: 220px;
    position: relative;
    display: inline-block;
    margin:0;
    background-position:center center;
    background-repeat:no-repeat;
    /*background-size: 100% auto;*/
    background-size:cover; 
}
.divListingsTitle {
    color: black;
    font-size: large;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline-block;
    margin-top:10px;
    margin-bottom:5px;    
}

.divListingsLocation {
    color: dimgray;
    font-size: small;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline-block; 
     margin-top:5px;
    margin-bottom:10px;    
}

.divListingSoldBanner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    font-size:small;
    color:white;
    background-color :dimgray;
    padding :10px;
}

@media screen and (max-width: 800px) {

    .divPageContainer {
        margin-top:0;
    }
    .divListing {
        width: 90%;
    }

    .divListingImageGrid {
        height: 250px;
    }
  
  }

@media screen and (max-width: 1200px) {
    .divPageContainer {
        width: 100%;
    }
    .divListingsGrid{
        width:100%; 
    }

   
}