isotope-standalone
{
    display: block;
    max-width: 100vw;
    overflow: hidden;
}

isotope-standalone #grid 
{
    text-align: center;
}

#filters 
{
    padding: 0px;
}

isotope-standalone .grid-sizer {
  width: 220px;
}

isotope-standalone .gutter-sizer
{
    width: 10px;
}

isotope-standalone .icon-container
{
    float: right;
    font-size: 12pt;
    font-weight: 500;
}

isotope-standalone .item-detail-container .item-title
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #d3d3d3;
    color: #000;
    padding: 8px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    
}

isotope-standalone .item-detail-container .icon
{
    max-width: 30px;
    max-height: 20px;
    vertical-align: middle;
    border: 0;
}

isotope-standalone .item-detail-container a
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #d3d3d3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}



isotope-standalone .item-detail-container img
{
    max-height: 210px;
}

isotope-standalone .item-detail-container a:hover > .item-info 
{
    bottom: 0;
}

isotope-standalone .item-detail-container .item-info
{
    position: absolute;
    width: 100%;
    bottom: -80px;
    padding: 0px;
    border-radius: 0 0 3px 3px;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: bottom 500ms;
    transition: bottom 500ms;
}

isotope-standalone .item-detail-container .item-info > span
{
    padding: 8px;
}

isotope-standalone .bedrooms-parent 
{
    width: 25%;
    float: left;
}
isotope-standalone .bathrooms-parent 
{
    width: 20%;
    float: left;
}
isotope-standalone .garages-parent
{
    width: 15%;
    float: left;
}
isotope-standalone .storey-parent 
{
    width: 15%;
    float: left;
}
isotope-standalone .living-parent 
{
    width: 20%;
    float: left;
}

isotope-standalone .extra-parent 
{
    width: 100%;
    float: left;
}

isotope-standalone .range-parent
{
    width: 100%;
    clear: both;
    float:left;
}
isotope-standalone #filterbtns 
{
    display: inline-block;
    width: 100%;
    margin-top:8px;
    margin-bottom: 8px;
}
isotope-standalone #filterbtns a
{
    padding: 8px;
    margin-right: 4px;
    margin-top: 8px;
    background-color: white;
    border: solid black 1px;
    float: left;
    color: black;
    text-decoration: none;
}

isotope-standalone #filterbtns a.rangesbtn
{
    padding: 0px;
    border: 0px;
}

isotope-standalone #filterbtns a.rangesbtn.active 
{
    color: black;
    background-color: #d3d3d3;
    border: 0px;
}

isotope-standalone #filterbtns a.active 
{
    color: #fff;
    background-color: #000;
}

isotope-standalone #filterbtns .slider-parent
{
    width: 27.5%;
    margin-bottom: 20px;
    padding: 8px;
    float:left;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

isotope-standalone #slider-container > div:first-child
{
    margin-left: 0%;
    margin-right: 2.5%;
}

isotope-standalone #slider-container > div:last-child
{
    margin-right: 0%;
    margin-left: 2.5%;
}

isotope-standalone #filterbtns .clearfix
{
    clear: both;
}

isotope-standalone .slider-parent .slider-range
{
    width: 100%;
    margin-top: 8px;
}

isotope-standalone .slider-parent .title
{
    width: 30%;
    color: black;
    font-weight: 900;
    padding: 10px;
    font-size: 14pt;
}

isotope-standalone .slider-parent .minmax
{
    width: 70%;
    color: #000;
    font-size: 14pt;
    padding: 10px;
}

isotope-standalone img.responsive
{
    max-width: 100%;
    height : auto;
}

isotope-standalone img.center-image
{
    margin: 0 auto;
    display: block;
}

isotope-standalone #loader
{
    text-align: center;
}

isotope-standalone .extrasbtn
{
    width: 16%;
    font-size: 14px;
    margin-bottom: 4px;
}

isotope-standalone .rangesbtn
{
    width: 138px;
    height: 52px;
    margin-bottom: 4px;

}
isotope-standalone #filterbtns a.rangesbtn
{
    border-color: transparent;
}
isotope-standalone #filterbtns a.rangesbtn:hover
{
    border-color: #000;
}
isotope-standalone .rangesbtn img
{
    max-width: 100%;
    height: auto;
}

isotope-standalone .clearfix
{
    clear: both;
}

isotope-standalone #messagearea
{
    height: 50px;
}

isotope-standalone .filterbtn-parent > h4
{
    margin-top: 20px;
    text-align: left;
    color: #000;
}



#view-backdrop
{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
    display:none;
    background-color: rgba(0,0,0,.7);
}

#view-modal
{
    width: 0px;
    height: 0px;
    top: 5vh;
    /*left: 10vw;*/
    display: none;
    position: fixed;
    -webkit-transition: height 500ms;
    transition: height 500ms;
    background: white;
    z-index:10000;
    overflow-y: auto;
    overflow-x: hidden;
}

#view-modal > #view-modal-content
{
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 16px;
} 

#view-backdrop.active
{
    display:block;
}

#view-modal.active
{
    display: block;
    width: 80vw;
    height: 90vh;
    max-width: 1170px;
    left: 50%;
    transform: translateX(-50%);
}


#view-modal .slick-slide.slick-current, #view-modal .slick-slide.slick-center
{
    opacity: 1;
} 

#view-modal .carousel-nav-item
{
    float:left;
    opacity: .5;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

#view-modal .carousel-nav-item.active
{
    opacity: 1;
}

.row-color-heading
{
    background-color: #000;
    color: #FFF;
}

.row-color-0
{
    background-color: #FFF;
    color: #000;
}

.row-color-1
{
    background-color: #ededee;
    color: #000;
}

#itemcarousel
{
    /*width: 60%;*/
    /*float:left;*/
    max-height:70vh;
    min-height:600px;
}

#text-content-lg
{
    /*width: 40%;*/
    float:left;
    /*max-height:90vh;*/
    /*overflow-y: auto;*/
    overflow-x: hidden;
    padding:16px;
}

#itemcarousel img
{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 600px;
}

.slick-prev:before, .slick-next:before
{
    color: #007f00 !important;
}

.slick-next {
    right: 0px !important;
    z-index: 10000000 !important;
}

.slick-prev {
    left: 0px !important;
    z-index: 10000000 !important;
}

#close-modal-btn
{
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* display: none; */
    margin: 15px;
}
.icon-span
{
    font-weight: 500;
    font-size: 40px;
    margin: 10px;
    color: #000;
}

.icon-span > .icon
{
    max-height: 65px;
}

@media screen and (max-width: 1200px)
{
    
    
    #itemcarousel
    {
        width:100%;
        max-height: 80vh;
        margin: 0 auto;
        min-height:30vh;
    }
    
    isotope-standalone .extra-parent
    {
        width: 66%;
    }

    isotope-standalone #filterbtns .slider-parent
    {
        width: 50%;
        float: none !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 768px)
{
    isotope-standalone .collapse
    {
        display: block;
        visibility: visible;
        height: auto !important;
    }
}

@media screen and (max-width: 716px)
{
    isotope-standalone .bedrooms-parent
    {
        width: 49%;
    }
    
    isotope-standalone .bathrooms-parent
    {
        width: 49%;
    }

    isotope-standalone .garages-parent
    {
        width: 49%;
    }

    isotope-standalone .storey-parent
    {
        width: 49%;
    }
    isotope-standalone .living-parent 
    {
        width: 100%;
    }
    isotope-standalone .extra-parent
    {
        width: 100%;
    }

    isotope-standalone .rangesbtn
    {
        width: 32%;
        height: 44px;
    }

 
    
}


@media screen and (max-width: 650px)
{
    isotope-standalone #filterbtns .slider-parent
    {
        width: 100%;
    }
}

@media screen and (max-width: 500px)
{
    isotope-standalone .grid-sizer {
    width: 100vw;
    }
    isotope-standalone .bedrooms-parent
    {
        width: 100%;
        text-align: left;
    }

    isotope-standalone .bedrooms-parent > a
    {
        float: none !important;
    }

    isotope-standalone .bathrooms-parent
    {
        width: 33%;
    }

    isotope-standalone .garages-parent
    {
        width: 33%;
    }

    isotope-standalone .storey-parent
    {
        width: 33%;
    }
    .icon-span {
        margin: 5px;
        float: left;
        font-size: 20px;
    }
    .icon-span > .icon
    {
        max-height: 45px;
    }
}

@media screen and (max-width: 403px)
{
    isotope-standalone .bathrooms-parent
    {
        width: 100%;
        text-align: left;
    }

    isotope-standalone .bathrooms-parent > a
    {
        float: none !important;
    }

    isotope-standalone .garages-parent > a
    {
        float: none !important;
    }

    isotope-standalone .storey-parent > a
    {
        float: none !important;
    }
    isotope-standalone .garages-parent
    {
        width: 49%;
        text-align: left;
    }

    isotope-standalone .storey-parent
    {
        width: 49%;
        text-align: left;
    }
    #itemcarousel
    {
        min-height:10vh;
    }

    isotope-standalone .rangesbtn {
        width: 45%;
        height: auto;
    }
}

@media screen and (max-width: 768px)
{
    #filters 
    {
        padding: 35px;
    }

    #view-modal.active 
    {
        display: block;
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        top: 0;
    }
}

.download-pdf-btn
{
    border-radius: 5px;
    border: 1px solid;
    color: #fff !important;
    background-color: #007f00;
    text-transform: uppercase;
    padding: 10px 12px;
    margin-top: 20px;
    font-weight: normal;
    width: 100%;
    display: block;
}

.download-pdf-btn.gray
{
    background-color: #e6e7e9;
    color: #523a33 !important;
}

.download-pdf-btn:hover 
{
    color: #000 !important;
    background-color: #fff !important;
    border-top: 1px solid #000 !important;
}

.fw300 > .iso-heading
{
    min-width: 200px;
}

.fw300 > .iso-value 
{
    min-width: 160px
}


isotope-standalone .ui-widget-header
{
    background: #000 !important;
}
.details h2{
    font-weight: 300;
}
.fw600{
    font-weight: 600!important;
}

isotope-standalone #filterbtns a.rangesbtn.active > img 
{
    opacity: 0.5;
}