
/* ---------------------------------------------------
    Property Listing
----------------------------------------------------- */

#googleMapBlock {
    min-width: 100%;
    max-width: 100%;
    background: #cccccc;
    color: #fff;
    display: none;
    transition: all 0.3s;
}

    #googleMapBlock.active {
        /*margin-right: -650px;*/
        display: block;
        height: 100%;
    }

    #googleMapBlock .sidebar-header {
        background: #6d7fcc;
    }

.googleMapDiv {
    width: 100%;
}

/*.col-md-06{
	    flex: 0 0 50%;
    	max-width: 50%;
}*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.btn-light {
    border-color: #cecfd0;
}

.page-link {
    color: #333333;
}

    .page-link:hover {
        color: #d92228;
    }


.thumbnail-title {
    font-size: 20px;
    margin-top: 5px;
}

.img-thumb-bg {
    padding: 0;
    overflow: hidden;
    min-height: 200px;
    position: relative;
    border-radius: 3px;
    background-position: center;
    background-color: transparent;
    background-image: url('http://projects.mostlikers.com/_images/estate-image.jpg');
}

    .img-thumb-bg p {
        color: #fff;
        margin-bottom: 0;
        line-height: 16px;
    }

    .img-thumb-bg .overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        transition: all 0.3s ease-in-out;
        background: rgba(0, 0, 0, 0);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    }

    .img-thumb-bg .caption {
        bottom: -5px;
        height: 100px;
        position: absolute;
        padding: 0 20px 20px;
        transition: all 0.3s ease-in-out;
    }

        .img-thumb-bg .caption .tag a {
            color: #fff;
            padding: 0 5px;
            border-radius: 2px;
            display: inline-block;
            text-transform: uppercase;
            background-color: #2980B9;
        }

        .img-thumb-bg .caption .title {
            margin-top: 5px;
            line-height: 20px;
            text-transform: uppercase;
        }

            .img-thumb-bg .caption .title a {
                color: #fff;
            }

                .img-thumb-bg .caption .title a:hover {
                    color: #2980B9;
                }

        .img-thumb-bg .caption .meta-data {
            color: #777;
            line-height: 12px;
            margin-bottom: 15px;
        }

            .img-thumb-bg .caption .meta-data a {
                color: #777;
            }

                .img-thumb-bg .caption .meta-data a .fa {
                    color: #2980B9;
                }

                .img-thumb-bg .caption .meta-data a:hover {
                    color: #2980B9;
                }

        .img-thumb-bg .caption .content {
            display: none;
        }

    .img-thumb-bg:hover .overlay {
        background: rgba(46, 49, 58, 0.8);
    }

    .img-thumb-bg:hover .caption {
        bottom: 60px;
    }

        .img-thumb-bg:hover .caption .content {
            display: block;
        }


.data-wrapper, .market-data {
    padding: 0;
    height: 40px;
    line-height: 39px;
}

.widget-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

    .widget-wrapper > h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
    }

.seo-widget-block {
    padding: 20px 24px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.local-url {
    font-size: 15px;
}




/* ---------------------------------------------------
    img css
----------------------------------------------------- */

.thumbnail {
    cursor: pointer;
}

    .thumbnail:hover {
        box-shadow: 0 0 24px #e5e5e5;
    }


.prop-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.property-age-tag {
    position: absolute;
    display: block;
    left: 30px;
    top: 30px;
    width: 10%;
    background-color: #3D850A;
    border-color: #3D850A;
    color: #fff;
    margin: 0 0px;
    text-align: center;
    font-size: 12px;
}

.property-open-tag {
    position: absolute;
    display: block;
    left: 75px;
    top: 30px;
    padding: 0px 3px 0 3px;
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    margin: 0 0px;
    text-align: center;
    font-size: 12px;
}

.prop-short-info {
    position: absolute;
    display: block;
    left: 30px;
    bottom: 35%;
    color: #fff;
    margin: 0 0px;
    text-align: center;
    font-size: 12px;
}

.property-save-tag {
    position: absolute;
    display: block;
    right: 30px;
    top: 15px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.property-type {
    /*font-weight: 600;
		font-size: 20px;*/
}

.price {
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 1px #444;
}

.caption {
    padding: 10px 15px 10px 15px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.facts-about {
    background-color: #f4f4f4;
    padding: 40px 0;
}

.footer-white-section {
    background-color: #ffffff;
    padding: 40px 0 0 0;
}

.top-rated-schools > div > h3 {
    font-weight: 700;
    padding: 16px 0 8px;
    font-size: 14px;
}

.school-block {
}

.school-block-rating {
    padding: 10px 14px 10px 14px;
    background-color: #dcdcdc;
    border-radius: 100%;
    font-weight: 400;
    font-size: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    border-bottom-color: #333;
    border-width: 0 0 3px 0;
}

.seo-widget-block > .nav-tabs {
    border-bottom: none;
}

.seo-widget-block > h4 {
    font-size: 16px;
    font-weight: 400;
    min-height: 40px;
}

.nearby-wrapper {
    position: relative;
    height: 120px;
    overflow-y: auto;
    padding-right: 22px;
    margin-right: -22px;
}

td {
    border-top: unset !important;
}

    td > a {
        color: #757575;
    }



.page-content {
    /*position: fixed;*/
    top: 100px;
    padding: 10px 0;
    z-index: 999;
    background-color: #f6f6f6;
}



.summary-footer {
    height: auto;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 20px 20px 0;
    color: #fff;
    display: none;
}

.summary-footer-directions {
    text-align: center;
    clear: both;
    margin-bottom: .5em;
    font-size: .8em;
    opacity: .6;
}

.btn-footer {
    background-color: #ffffff;
    color: #000000;
    width: 100%;
}

    .btn-footer > .fa {
        font-size: 24px;
    }


.mobile-header-filter-btn {
    width: 100%;
    padding: 8px;
}


.pagination-nav {
    margin-top: 50px;
    padding-left: 30px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


@media screen and ( min-width: 993px) {

    .view-map {
        flex: 0 0 15%;
        max-width: 15%;
    }
}


@media screen and ( min-width: 1280px) {

    .view-map {
        flex: 0 0 19%;
        max-width: 19%;
    }
}


@media screen and ( min-width: 1400px) {

    .view-map {
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media screen and ( min-width: 1600px) {

    .view-map {
        flex: 0 0 24%;
        max-width: 24%;
    }
}

@media screen and ( min-width: 2400px) {

    .view-map {
        flex: 0 0 30%;
        max-width: 30%;
    }
}


@media only screen and (min-width: 1750px) {

    .property-list-view {
        flex: 0 0 25%;
        max-width: 25%;
    }
}









@media screen and ( max-width: 1180px) {

    #searchinput {
        width: 80%;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -650px;
    }

        #sidebar.active {
            margin-left: 0;
        }
    /*#sidebarCollapse span {
        display: none;
    }*/
    .page-content {
        margin-top: 20px;
    }

    .save-search-btn {
        font-size: 12px;
    }

    .btn-default {
        font-size: 12px;
    }

    .search-div {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }

    .search-div {
        width: 40%;
    }

    .summary-footer {
        display: unset;
    }

    #googleMapBlock {
        height: auto;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
    }
}


@media (min-width: 768px) {

    .flex-32 {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .hidden-lg {
        display: none;
    }
}


@media screen and ( min-width: 500px) {
}

@media screen and ( max-width: 501px) {


    #searchinput {
        width: 70%;
    }

    .searchBtn {
        width: 30px;
        flex: 0 !important;
    }

    .filter-btn {
        font-size: 12px;
        padding: 8px;
    }

    #googleMapBlock {
        height: auto;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
    }
}


@media screen and ( max-width: 400px) {
    .search-div {
        width: 150px;
    }
}

@media screen and ( max-width: 330px) {
    .search-div {
        width: 120px;
    }
}



.property-item.map-property-item {
    max-width: 300px;
}

@media only screen and (max-width: 479px) {
    .property-item.map-property-item {
        max-width: 250px;
    }
}

.property-item .property-inner:hover .image a img {
    -webkit-transform: scale(1.15) rotate(2deg);
    -ms-transform: scale(1.15) rotate(2deg);
    transform: scale(1.15) rotate(2deg);
}

.property-item .property-inner .image {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

    .property-item .property-inner .image .label {
        display: block;
        position: absolute;
        left: 0;
        top: 15px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.75px;
        background-color: #f9c322;
        color: #004395;
        text-transform: capitalize;
        padding: 0 10px;
        border-radius: 0 4px 4px 0;
        z-index: 2;
    }

    .property-item .property-inner .image a {
        display: block;
        overflow: hidden;
    }

        .property-item .property-inner .image a img {
            width: 100%;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

    .property-item .property-inner .image .property-feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: rgba(255, 255, 255, 0.85);
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .property-item .property-inner .image .property-feature li {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 10px 5px;
            border-right: 1px solid #bbbbbb;
        }

            .property-item .property-inner .image .property-feature li:last-child {
                border-right: 0;
            }

            .property-item .property-inner .image .property-feature li span {
                font-size: 14px;
                line-height: 20px;
                color: #222222;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .property-item .property-inner .image .property-feature li span img {
                    margin-right: 10px;
                }

.property-item .property-inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .property-item .property-inner .content .left {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 91px);
        flex: 1 0 calc(100% - 91px);
        padding-right: 15px;
    }

        .property-item .property-inner .content .left .title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 13px;
        }

        .property-item .property-inner .content .left .location {
            position: relative;
            font-size: 15px;
            line-height: 20px;
            color: #222222;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .property-item .property-inner .content .left .location img {
                margin-right: 10px;
            }

    .property-item .property-inner .content .right {
        max-width: 91px;
    }

        .property-item .property-inner .content .right .type-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .property-item .property-inner .content .right .type-wrap .price {
                font-size: 24px;
                font-weight: 700;
                line-height: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                color: #222222;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                margin-bottom: 7px;
            }

                .property-item .property-inner .content .right .type-wrap .price span {
                    font-size: 12px;
                    margin-left: 2px;
                    font-weight: 500;
                    line-height: 18px;
                }

                    .property-item .property-inner .content .right .type-wrap .price span::before {
                        content: "/";
                        margin-right: 2px;
                    }

            .property-item .property-inner .content .right .type-wrap .type {
                font-size: 10px;
                line-height: 24px;
                letter-spacing: 0.75px;
                font-weight: 500;
                padding: 1px 10px 0;
                background-color: #004395;
                color: #ffffff;
                text-transform: uppercase;
                border-radius: 3px;
                position: relative;
                z-index: 1;
                margin-right: 13px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
            }

                .property-item .property-inner .content .right .type-wrap .type::before {
                    content: "";
                    position: absolute;
                    left: 100%;
                    top: 3px;
                    background-color: #004395;
                    width: 19px;
                    height: 19px;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    margin-left: -10px;
                    z-index: -1;
                    border-radius: 3px;
                }

                .property-item .property-inner .content .right .type-wrap .type::after {
                    content: "";
                    position: absolute;
                    right: -6px;
                    top: 10px;
                    background-color: #ffffff;
                    width: 5px;
                    height: 5px;
                    border-radius: 50px;
                    z-index: 2;
                }

.property-item.list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
}

    .property-item.list .property-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .property-item.list .property-inner .image {
            max-width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 0;
        }

@media only screen and (max-width: 767px) {
    .property-item.list .property-inner .image {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.property-item.list .property-inner .image .label {
    left: 15px;
}

.property-item.list .property-inner .image .property-feature {
    left: 15px;
    right: 15px;
}

.property-item.list .property-inner .content {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .property-item.list .property-inner .content {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-item.list .property-inner .content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .property-item.list .property-inner .content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.property-item.list .property-inner .content .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.property-item.list .property-inner .content .read-more {
    line-height: 24px;
    padding: 8px 20px;
    font-weight: 500;
    background-color: #004395;
    color: #ffffff;
}

    .property-item.list .property-inner .content .read-more:hover {
        background-color: #f9c322;
        color: #004395;
    }

@media (max-width:600px) {
    .cards .cardone {
        width: 100%
    }
}

@media (min-width: 640px) {
    .cards .cardone {
        float: left;
        width: 50%;
    }
}

@media (min-width:1600px) {
    .cards .cardone {
        width: 50%;
    }
}


@media (max-width: 639px) {
    .cards {
        margin-top: -5px;
        margin-bottom: -5px
    }
    #left_container {
        width:100% !important;
    }
    .flexbox-container {
        padding-top: 0 !important;
    }

        .cards .cardone {
            padding: 5px 0;
            width:100% !important;
        }
}

@media (min-width: 640px) {
    .cards {
        margin: -5px
    }

        .cards .cardone {
            padding: 5px;
            
        }
}

.cards-wrapper {
    padding: 10px
}

@media (max-width: 639px) {
    .cards-wrapper {
        padding: 0 0 10px
    }
}

.cardone {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-weight: 300
}

    .cardone .labels {
        width: 65%;
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 4;
        pointer-events: none;
        font-size: 14px
    }

        .cardone .labels .label {
            margin-bottom: 2px;
            line-height: normal;
            padding: 5px;
            display: inline-block
        }

    .cardone .card {
        border-radius: 6px;
        box-shadow: 0 2px 4px 0 rgba(74,74,74,0.38);
        background-color: #a4a4a4;
        background-image: url("https://pi2.movoto.com/1.7.676/novaimgs/images/no-photo.svg");
        position: relative;
        background-size: cover;
        background-position: center center;
        padding-top: 52%;
        display: block;
        height: 0;
        overflow: hidden;
        position: relative;
        color: #fff;
        cursor: pointer
    }

        .cardone .card > .card-link {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 4
        }

        .cardone .card.img-loaded .info {
            background-color: rgba(0,0,0,0);
            background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003c3f55', endColorstr='#993c3f55', GradientType=0)
        }

        .cardone .card.active .info {
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%)
        }

        .cardone .card.viewed .info {
            opacity: 0.8
        }

        .cardone .card.viewed:hover .info {
            opacity: 1
        }

        .cardone .card.img-loaded.viewed {
            background: #000
        }

            .cardone .card.img-loaded.viewed img {
                opacity: 0.8
            }

        .cardone .card.active .nav-l, .cardone .card.active .nav-r {
            opacity: 0.5
        }

        .cardone .card.active .info {
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%)
        }

        .cardone .card:hover .nav-l, .cardone .card:hover .nav-r {
            opacity: 0.5
        }

        .cardone .card.unlinkable {
            cursor: auto
        }

        .cardone .card .card-photo img {
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            left: 50%;
            top: 50%;
            min-width: 101%;
            min-height: 101%;
            width: 100%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%)
        }

            .cardone .card .card-photo img.img-error {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%
            }

        .cardone .card .flex-info {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            font-size: 14px;
            opacity: 0.8
        }

        .cardone .card .flex-info-left {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            line-height: 1.3em
        }

        .cardone .card .flex-info-right {
            max-height: 20px;
            position: relative
        }

        .cardone .card .img-mlslogo {
            max-width: 80px;
            display: block;
            margin-left: 5px;
            min-height: 1px;
            min-width: 1px
        }

        .cardone .card .photoCount {
            font-size: 16px;
            position: absolute;
            right: 0px;
            top: 5px
        }

            .cardone .card .photoCount i, .cardone .card .photoCount span {
                vertical-align: middle
            }

        .cardone .card .favorite {
            color: #fff;
            line-height: 15px;
            max-width: 130px;
            font-size: 11px
        }

            .cardone .card .favorite:before {
                float: right;
                line-height: 30px;
                font-size: 28px
            }

        .cardone .card .info, .cardone .card .fav, .cardone .card .pagedistance, .cardone .card .pagecount {
            position: absolute
        }

        .cardone .card .info {
            bottom: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: 100%;
            color: #fff;
            font-size: 18px;
            white-space: nowrap;
            padding: 20px 7px 5px 7px;
            z-index: 4
        }

            .cardone .card .info .info-sub {
                font-size: 16px;
                line-height: 1.25em
            }

            .cardone .card .info .mlsinfo {
                font-size: 11px;
                line-height: 1em;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis
            }

            .cardone .card .info .price-title {
                font-size: 28px;
                line-height: 1.2em
            }

            .cardone .card .info .lastlistprice {
                text-decoration: line-through;
                font-size: 12px
            }

            .cardone .card .info .top-base-info {
                line-height: 1em
            }

                .cardone .card .info .top-base-info > span {
                    margin-right: 10px;
                    display: inline-block
                }

                    .cardone .card .info .top-base-info > span:last-of-type {
                        margin-right: 0
                    }

            .cardone .card .info .addressDetail {
                position: absolute;
                width: 1px;
                height: 1px;
                clip: rect(0 0 0 0)
            }

            .cardone .card .info .address-city {
                white-space: nowrap
            }

            .cardone .card .info a {
                color: #fff
            }

        .cardone .card .distance {
            display: block !important
        }

        .cardone .card .pagedistance {
            width: 100%;
            z-index: 4;
            color: #fff;
            top: 38px;
            right: 10px;
            text-align: right;
            font-size: 11px
        }

            .cardone .card .pagedistance.show {
                display: block
            }

        .cardone .card .pagecount {
            color: white;
            z-index: 4;
            top: 6px;
            right: 40px;
            font-size: 14px
        }

        .cardone .card .fav {
            cursor: pointer;
            z-index: 11;
            top: 0px;
            right: 0px;
            font-size: 20px;
            margin: 0px;
            max-width: 130px
        }

            .cardone .card .fav a {
                display: block;
                height: 100%;
                width: 100%;
                padding: 3px 6px
            }

        .cardone .card .nav-l {
            left: 0;
            right: 80%
        }

            .cardone .card .nav-l i {
                left: 15%
            }

        .cardone .card .nav-r {
            left: 80%;
            right: 0
        }

            .cardone .card .nav-r i {
                right: 15%
            }

        .cardone .card .nav-l, .cardone .card .nav-r {
            opacity: 0;
            position: absolute;
            top: 27px;
            bottom: 0;
            cursor: pointer;
            z-index: 13
        }

            .cardone .card .nav-l i, .cardone .card .nav-r i {
                position: absolute;
                top: 50%;
                font-size: 40px;
                margin-top: -33px
            }

            .cardone .card .nav-l:hover, .cardone .card .nav-r:hover {
                opacity: 1
            }

.listcard {
    margin-bottom: 1px
}

.gridView .listing-cards {
    width: 100%;
}
.splitView .listing-cards {
    width: 50%;
}
.splitView .listing-map-container {
    width: 50%;
    height:100%;
}

.gridView .cards .cardone {
    width: 33.33%
}

.property-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

 .property-grid .cardone {
        width: 100%;
        padding: 5px
    }

@media (min-width: 640px) {
    .property-grid .cardone {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .property-grid .cardone {
        min-width: 260px;
        width: 33.3333333%
    }
}

@media (min-width: 992px) {
    #progressbar {
        top: 45px
    }

    .movomap.map-fluid .base-filter-container {
        top: 45px
    }

    .splitView .map-list {
        width: 660px
    }

        .splitView .cards .cardone, .splitView .map-list .agent-card {
            width: 50%
        }
}

.listings-wrapper {
    /*margin-top: 205px;*/
}

.listing-map-container {
    bottom: 0;
    position: fixed;
    z-index: 3;
    left: 50%;
    right: 330px;
    top: 220px;
    width: auto;
    overflow: hidden;
}


.filter-dropdown-wrapper {
    position: absolute;
    top: 40px;
    padding: 22px 16px;
    width: 100vw;
    margin-left: -10px;
    background-color: white;
    height: calc(100vh - 180px);  
}

.filter-dropdown-header {
    font-size: 18px;
    font-weight:bold;
    text-align:center;
}
.fromToContainer {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(65, 75, 86);
}
.select-wrapper {
    width: 45%;
}
.filter-dropdown-select {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid rgb(204, 204, 204) !important;
    padding: 0px 20px !important;
    margin: 0px !important;
    border-radius: 2px !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    outline: none !important;
}
.filter-dropdown-select:focus {
    border-color: rgb(33, 150, 243) !important;
}
select {
    -webkit-appearance: none;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0px;
}
button,
select {
    text-transform: none;
}
@media only screen and (min-width: 768px) {
    .filter-dropdown-wrapper {
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
        top: 50px;
        height: auto;
        position: absolute;
        width: 485px;
    }
}



.search-bar {
    position:fixed;
    width:100%;
    z-index:999;
    margin-bottom: 0;
    padding-top:130px;
    
}

.search-bar .col-1{
    flex:0 0 10%;
    max-width:10%;
}

.flexbox-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100vh;
    position:relative;    
    /* padding-top: 17%; */
}

.flexbox-container #left_container {
    padding: 0 5px;
    width:50%;
    height:100%;


}

.container-content {
    overflow-y: auto;
    height: 100%;
}

.flexbox-container #map_container {
    margin-right: 0px;
    margin-top:180px;
}

#map_canvas {
    flex: 2;
    position:fixed;
    z-index:0;
}

.footer {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    
    
}

.search-bar .btn {
    width: 100%;
}

.flex-row-container{
    display:flex;
    flex-direction:row;
}

.openhouse-overlay .label{
    background: rgba(0,0,0,.54);
    color: #FFF;
    padding: 5px 15px;
    font-size: 13px;
}

.card-badge{
    position: absolute;
    bottom:0;
    right: -10%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}

.hobson-card-badge {
    position: absolute;
    bottom: -4%;
    right: -12%;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.hobson-card-badge img {
    -webkit-filter: drop-shadow(2px 2px 2px #222222);
    filter: drop-shadow(2px 2px 2px #222222);
}

@font-face {
    font-family: 'Bell MT';
    font-style: normal;
    font-weight: 400;
    src: url(https://themes.googleusercontent.com/licensed/font?kit=kmIaTfxu8bXVwPRMqRVUug) format('truetype');
}

