﻿
@font-face {
    font-family: 'OpenSans-Light';
    src: url('font/OpenSans-Light.woff2') format('woff2');
}

html, body {
    margin: 0;
    font-family: OpenSans-Light,OpenSans-Light Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    min-height: 90vh;
  
}


body {
    font-size: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:center;  
     background-color: lightgray;   
}

html {
    image-rendering: auto;
}
a:link, a:visited, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration-style: none;
    text-decoration: none;
    border: none;
}

input[type=button] {
    outline: none;
    outline-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="multiline"]:focus, textarea:focus {
    background-color: lightsteelblue;
}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance:none;
    -webkit-border-radius: 2px;
    border-radius:2px; 
}

.hr100{
     width :100%;
    border:none;
    background-color: lightgray;
    height :1px;
}
.hr90{
     width :90%;
    border:none;
    background-color: lightgray;
    height :1px;
}

/*.divTopBG{
    display:inline-block;
 
    background-image: url('../images/wood-bg.jpg');
    background-repeat:repeat-x;
    height:467px;
    width:100%;
    text-align:center;  
    z-index:50; 
   
}*/
.divTopBG {
     display:inline-block;
    background-image: url('../images/test-house-bg.jpg');
      background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; 
     height:467px;
    width:100%;
    text-align:center;  
    z-index:50; 
}
.imgLogo{
    /*display:inline-block;*/  
    float :left;
    height:85px; 
    margin-top:15px; 
  
}
.divMasterContent{
    width:1200px; 
    display :inline-block; 
}
.divTopLogo{
    display:inline-block;
    top:0;
    width:1200px; 
    text-align:center;  
        
}
.divResComRev{
    margin:10px; 
    color:white;
    font-size:large;
    display:inline-block;    
    height:80px;
    line-height:80px;
    font-weight :  500;  
     
}
.divTopIcons{
    margin-top :15px;
    color:whitesmoke;
    font-size: large;
    text-align:center;
    /*display:inline-block;*/
    float:right;          
}
.divMenu{
    height:70px;
    background-color: rgba(0,0,0,0.6); 
    width:1200px;
    display:none;
    margin-top:20px; 
    z-index:992; 
     
}
.btnMenu {
    color: white;
    font-size: large;
    background-color: transparent;
    width: 180px;
    height: 70px;
    margin: 0;
    padding: 0;
    border: none;
    font-family: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.btnMenu:hover {
    font-weight:bold;  
} 

.divMobileMenu{
    display:none;
    width:100%;
    background-color: #363636;
    height:50px; 
    margin :0;
    color:whitesmoke;
    font-size :x-large;   
    overflow :hidden;
    text-align:left;
    padding-left:5px;
    position:fixed;
    left:0;
    top:0; 
    z-index:999; 
              
}
.divHamburger{
    /*display:inline-block;*/
    float :right;
    margin-right :5px;
    height :50px;
    width :50px;
    border :none;
    background-image:url('../images/mobile_menu.png');
    background-repeat:no-repeat; 
}

.divSliderContainer{
    width:1200px;
    display:inline-block;
    height:auto;
    margin-top: -270px;      
}

.divMasterFooter{
    width:1200px;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
   text-align:center;
   font-family :inherit;
   font-size:x-large;
   background-color :white;  
   display :inline-block ; 
   border-top: 1px solid lightgray;      
      
}

.divFooterLinks{
    width:100%;
    font-size :medium;
    color:#303030;
    text-align:center;
    display :inline-block; 
    background-color :#f1f1f1;
    padding-top:15px;
    padding-bottom :15px;       
}

/*.divFooterBase{
    height:auto;
    padding-top:15px;
    padding-bottom :15px;
    background-image: url('../images/wood-bg.jpg');
    background-repeat:repeat-x;
    display :inline-block ;
    text-align:center;
    color: whitesmoke;
    font-size:small;
    font-family :inherit;   
    width:100%;
}*/
.divFooterBase{
    height:auto;
    padding-top:15px;
    padding-bottom :15px;
    background-color:#303030;
    display :inline-block ;
    text-align:center;
    color: whitesmoke;
    font-size:x-small;
    font-family :inherit;   
    width:100%;
}


.divNoListingsFound{
    padding-top:200px;   
    height :200px;
    text-align :center;
    font-family :inherit;
    color: #363636;
    display :none;
    width:100%;
    font-size :x-large;       
}

.divLeftPanel{
    height :100%; 
    float:left; 
    background-color: #f1f1f1;
    color:dimgray;  
    font-size:medium;
    width:250px;
    text-align :center; 
      
}
.imgBrokerImage{
    border:1px solid gray;
    width:200px;
    margin-top: 20px;
      margin-bottom: 20px; 
    display:inline-block; 
   
}
.btnBottomLinks{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0; 
    font-family :inherit;
    font-size :inherit;
    border:none ; 
    background-color :transparent;
    -webkit-appearance:none;
    -moz-appearance:none;  
    text-align:left;  
}

.btnBottomLinks:hover {
    color:maroon ;  
}
.btnLeftPanel {
    width :100%;
    height:40px;
    display:inline-block;
    -webkit-border-radius:0;
    -moz-border-radius:0; 
    border-radius: 0;
    font-family :inherit;
    font-size :inherit;
    border:none ; 
    border-top: 1px solid white;
    border-bottom: 1px solid lightgray; 
    background-color :transparent;
    -webkit-appearance:none;
    -moz-appearance:none;  
    text-align :left; 
     
}
.btnLeftPanel:hover{
    background-color: lightgray;  
} 

.divOpenHouseBanner {
    width :109px;
    height :52px;
    margin:0;
    position: absolute;
    right: -7px;
    top: 5px;
    z-index: 3;
    font-size:small;
    color:white;
    background-image:url('../images/open-house-bg.png');
    background-repeat:no-repeat;
    padding-top :20px;
}

.divSoldHouseBanner {
    width :109px;
    height :52px;
    margin:0;
    position: absolute;
    right: -7px;
    top: 5px;
    z-index: 3;
    font-size:medium;
    color:white;
    background-image:url('../images/sold-house-bg.png');
    background-repeat:no-repeat;
    padding-top :18px;
}


@media screen and (max-width: 800px) {
    .divMasterContent{
        width:100%; 
    }
    .divTopBG {
    height :280px;
    border-bottom: 3px solid #363636; 
    margin-top:50px; 
    }

    .divMobileMenu {
        display: inline-block;
    }

    .divMenu {
        position:fixed;   
        display:none;  
        top:28px; 
        right :0;
        width:250px !important;
        background-color:white;
        color:#363636;  
        border: 1px solid gray; 
        height :auto; 
        text-wrap:normal;
    }

    .btnMenu {
        width:100% !important; 
        text-align:left;
        padding-left:15px;  
        color:#363636; 
        display:inline-block; 
        height:50px; 
    }
    .btnMenu:hover {
        background-color: lightgray;  
    }

  .divTopLogo {
      margin-top:30px; 
        display: inline-block;
        width: 100%;
        text-align: center;
    }
  .divTopIcons{
      float:none;  
      font-size:xx-large;
      width:100%;     
  } 
    
 .imgLogo {
     margin-top :10px;
     float :none;
     height:125px; 
 }
 
    .divSliderContainer {
        /*margin-top: -135px;
        width: 100% !important;
        height:400px !important;*/ 
        display :none;
    }

    .divMasterFooter{
        display :none;
    }
}
@media screen and (max-width: 1000px) {
     .divResComRev{
        display:none;
    }
}
@media screen and (max-width: 1200px) {
     .divMasterContent{
        width:100%; 
    }
    .divSliderContainer {
       width: 800px;
       /*height:400px;*/ 
       margin-top: -220px; 
    }

    .divMenu {
        width: 800px;
    }

   

    .btnMenu {
        width: 114px;
    }
      
    .divTopLogo{
        width :100%;
    }

     .divLeftPanel {
        display: none;
    }
     .divMasterFooter{
         width :100%;
     }

        
}
