/* custom css */


body { background-color:#ffffff; }
#header, #footer {background:none !important;}
.propertyImg {width: 100% !important;}

#mobnav-overlay, #filter-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    display:none;
    z-index: 80;
}

#mob-filter-trigger {
	display: none
}
/* Tablet & Mobile Styles */

@media handheld and (max-width: 414px),
screen and (max-device-width: 414px) {


#mob-filter-trigger {
        position: fixed;
        display: block;
        width: 100%;
        bottom: 0;
        z-index: 70;
        left: 0;
        margin-bottom: 0;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        background-color: #000;
        font-size: 140%;
    }
  
}
