﻿.divSearch {
    width: 1200px;
    display: inline-block;
    margin-top: 10px;
    height: auto;
    background-color: #f2f2f2;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid lightgray;
}
.divBrokerIntro {
    margin-left: 0;
    width: 100%;
    text-align: left;
    font-size: 18pt;
    color: #303030;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color:white ;
    padding:20px; 
    font-family: Calibri;
}

.divMiscInfo{
    width: auto ;
    text-align:justify;
    height:auto;
    display :inline-block;
     color:#303030;
     vertical-align :top;
     /*margin-top:10px;*/
    
}
.divMiscInfoFull{
    width:100%;
    text-align:justify;
    height:auto;
    display :inline-block;
     color:#363636;
        
}

.divSearchOptions{
    width:100%;
    display:none;
    height :auto;
    text-align:center;  
    margin-bottom:20px; 
     
}

.ddlSearchOptions{
    width:280px;
    height:40px;
    border: 1px solid lightgray;
    background-color:whitesmoke;  
    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:whitesmoke;
}

.btnSearch{
    border: 1px solid lightgray;
    background-color:whitesmoke;  
    display :inline-block ;
    width: 280px;
    height:40px;
    color:dimgray;
    background-color: whitesmoke;
    font-size : medium;
    border-radius :2px;
    -moz-border-radius:2px; 
    margin:10px;
    font-family:inherit;
    -webkit-appearance:none;
    -moz-appearance:none;
 
}
.btnSearch:hover{
     background-color:lightgray;
}

.divNewListings {
    width: 1200px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    background-color: #f2f2f2;
    border: 0;
    text-align :center; 
}

.divListing{
   display:inline-block;
   position :relative; 
   width: 300px;
   height:auto;
   background-color: white;  
   margin:10px; 
   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;
}

.imgBrokerImageX {
    width: 300px;
    height: auto;
    float:left;
    margin-right:10px; 
   
}

@media screen and (max-width: 800px) {
    .divBrokerIntro {
        /*font-size: medium;*/
        width:100%;
        margin:0; 
        padding:10px; 
    }

    .imgBrokerImageX { 
        width:100%; 
        height: auto ;
        float:none;
        display:inline-block;
        margin-right:0; 
       
    }

    .divListing {
        width: 90%;
    }

    .divListingImageGrid {
        height: 250px;
    }
}


@media screen and (max-width: 1200px) {
    .divSearch {
        width: 100%;
        margin-top: 0;
    }

    .divNewListings {
        width: 100%;
    }

    .divBrokerIntro {
        /*font-size: medium;*/
        width: 100%;
    }
}