﻿.rsRemOpenItemBtn {
    display: none !important;
}

.CallBox {
    position: absolute;
    top: 0;
    right: 5px;
}

.Udropdown {
    position: relative;
    display: inline-block;
}

.Udropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 260px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    padding: 12px 16px;
    margin-top: 0;
    z-index: 99999;
}

.Udropdown:hover .Udropdown-content {
    display: block;
}

@media(max-width:960px) {
    .CallBox {
        display: none;
    }
}

p.noscript_warning {
    position: fixed;
    top: 0;
    width: 100%;
    background: red;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: .2em;
    z-index: 999999;
}

.Apartmentlabels, .Condolabels, .Hotellabels, .Houselabels, .MUlabels, .Roomlabels {
    color: #fff;
    font-family: lucida grande,Arial,sans-serif;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    text-align: center;
}

@-webkit-keyframes horizontal {
    0%,12%,24%,36% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    18%,30%,6% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }
}

.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

#content {
    padding-top: 0;
}

.button :hover {
    background: #77cd7f;
}

.SideGrid {
    height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

.Houselabels {
    background-color: #662c90;
    width: 50px;
}

.Apartmentlabels {
    background-color: #f66733;
    width: 50px;
}

.Condolabels {
    background-color: #39b44a;
    width: 50px;
}

.Hotellabels {
    background-color: #4a8bf5;
    width: 50px;
}

.Roomlabels {
    background-color: #662c90;
    width: 50px;
}

.MUlabels {
    border-radius: 12px;
    padding: 5px;
    background-color: #7dbeb6;
    width: 55px;
}

@import "http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900";

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-radial-gradient(rgba(0,0,0,0) 40%,rgba(0,0,0,.8));
    z-index: 10;
}

    .preloader > .preloader-box {
        position: absolute;
        width: 345px;
        height: 30px;
        top: 50%;
        left: 50%;
        margin: -15px 0 0 -150px;
        -webkit-perspective: 200px;
    }

    .preloader .preloader-box > div {
        position: relative;
        width: 30px;
        height: 30px;
        background: #ccc;
        float: left;
        text-align: center;
        line-height: 30px;
        font-family: Verdana;
        font-size: 20px;
        color: #fff;
    }

        .preloader .preloader-box > div:nth-child(1) {
            background: #36f;
            margin-right: 15px;
            -webkit-animation: movement .6s ease 0s infinite alternate;
        }

        .preloader .preloader-box > div:nth-child(2) {
            background: #36f;
            margin-right: 15px;
            -webkit-animation: movement .6s ease 75ms infinite alternate;
        }

        .preloader .preloader-box > div:nth-child(3) {
            background: #36f;
            margin-right: 15px;
            -webkit-animation: movement .6s ease 150ms infinite alternate;
        }

        .preloader .preloader-box > div:nth-child(4) {
            background: #36f;
            margin-right: 15px;
            -webkit-animation: movement .6s ease 225ms infinite alternate;
        }

        .preloader .preloader-box > div:nth-child(5) {
            background: #36f;
            margin-right: 15px;
            -webkit-animation: movement .6s ease .3s infinite alternate;
        }

        .preloader .preloader-box > div:nth-child(6) {
            background: #36f;
            margin-right: 15px;
            -webkit-animation: movement .6s ease 375ms infinite alternate;
        }

        .preloader .preloader-box > div:nth-child(7) {
            background: #36f;
            margin-right: 15px;
            -webkit-animation: movement .6s ease 450ms infinite alternate;
        }

        .preloader .preloader-box > div:nth-child(8) {
            background: #36f;
            -webkit-animation: movement .6s ease 525ms infinite alternate;
        }

@-webkit-keyframes movement {
    from {
        -webkit-transform: scale(1) translateY(0) rotateX(0);
        box-shadow: 0 0 0 transparent;
    }

    to {
        -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
        box-shadow: 0 25px 40px rgba(0,0,0,.4);
        background: #39f;
    }
}

.FeatContainer {
    background: #fff;
    margin: 40px 50px 0;
    border-radius: 25px;
    padding: 10px;
}

.PI img {
    border: 5px solid #000;
    margin-left: auto;
    margin-right: auto;
}

.ulH {
    list-style: none;
    display: inline;
    padding: 2px;
    margin: 0;
}

    .ulH li {
        padding-left: 1em;
        text-indent: -.7em;
    }

        .ulH li:before {
            content: "• ";
            color: red;
        }

.Ribboncontainer {
    width: 100%;
    max-width: 1e3px;
    height: 80px;
    margin: -35px auto 15px;
    position: relative;
}

.one > div {
    height: 50px;
}

.Rmain {
    background: #0fadc0;
    position: relative;
    display: block;
    width: 90%;
    left: 50%;
    top: 0;
    padding: 5px;
    margin-left: -45%;
    z-index: 10;
    color: #000;
}

.arrow, .bk, .skew {
    position: absolute;
}

.main > div {
    border: 1px dashed #fff;
    border-color: rgba(255,255,255,.5);
    height: 40px;
}

.arrow.bottom, .arrow.top {
    border-right: 30px solid #1199a9;
}

.bk {
    background: #1199a9;
    width: 8%;
    top: 12px;
}

    .bk.l {
        left: 0;
    }

    .bk.r {
        right: 0;
    }

.skew {
    background: #0c7582;
    width: 3%;
    top: 6px;
    z-index: 5;
}

    .skew.l {
        left: 5%;
        transform: skew(00deg,20deg);
    }

    .skew.r {
        right: 5%;
        transform: skew(00deg,-20deg);
    }

.bk.l > div {
    left: -30px;
}

.bk.r > div {
    right: -30px;
}

.arrow {
    height: 25px !important;
    z-index: 2;
    width: 0;
}

    .arrow.top {
        top: 0;
        border-top: 0;
        border-bottom: 25px solid transparent;
    }

    .arrow.bottom, .r .bottom {
        border-top: 25px solid transparent;
        border-bottom: 0;
    }

    .arrow.bottom {
        top: 25px;
    }

.r .bottom, .r .top {
    border-left: 30px solid #1199a9;
    border-right: 0;
}

.r .top {
    border-bottom: 25px solid transparent;
    border-top: 0;
}

@media all and (max-width:1020px) {
    .skew.l {
        left: 5%;
        transform: skew(00deg,25deg);
    }

    .skew.r {
        right: 5%;
        transform: skew(00deg,-25deg);
    }
}

@media all and (max-width:680px) {
    .skew.l {
        left: 5%;
        transform: skew(00deg,30deg);
    }

    .skew.r {
        right: 5%;
        transform: skew(00deg,-30deg);
    }
}

@media all and (max-width:460px) {
    .skew.l {
        left: 5%;
        transform: skew(00deg,40deg);
    }

    .skew.r {
        right: 5%;
        transform: skew(00deg,-40deg);
    }
}

.white {
    color: #000;
    text-shadow: 0 0 12px #fff;
    -moz-text-shadow: 0 0 12px #fff;
    -webkit-text-shadow: 0 0 12px #fff;
}

.form-control {
    height: 50px;
    font-size: 20px;
}

.ui-autocomplete {
    max-height: 300px;
    max-width: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 1px;
    background: #fff;
}

.ui-menu .ui-menu-item a {
    background: #fff;
    max-width: 800px;
    color: #000;
}

.ui-state-focus {
    background: #cacecf !important;
    border: 0 !important;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -9999px;
}

::-webkit-input-placeholder {
    font-size: 20px;
}

::-moz-placeholder {
    font-size: 20px;
}

:-ms-input-placeholder {
    font-size: 20px;
}

:-moz-placeholder {
    font-size: 20px;
}

.mploader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://www.furnishedfinder.com/images/loadingf.gif) 50% 50% no-repeat #f9f9f9;
}

.mploader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://www.furnishedfinder.com/images/loadingf.gif) 50% 50% no-repeat #f9f9f9;
}

.jumbo_img_container {
    background: url(https://www.furnishedfinder.com/images/couch.jpg) center no-repeat;
    background-size: cover;
    margin-top: 0;
    height: 600px;
}

.jumbo_map {
    margin-top: 0;
}

.housing_request {
    padding-top: 20px;
}

    .housing_request img {
        max-height: 150px;
        margin-top: -70px;
    }

#map_table .padding_left {
    padding-left: 20px;
    margin-left: -20px;
}

#map_table ul {
    color: #000;
    list-style-type: disc;
}

    #map_table ul li {
        font-size: 13px;
    }

#map_table .map_row {
    border-bottom: 0;
}

    #map_table .map_row .table_container:nth-child(2) {
        border-right: 0;
    }

#map_table .title_img img {
    width: 21px;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-right: 5px;
    display: inline-block;
}

/*.img_container:hover .title_img img {
    -webkit-transform: inherit;
    transform: inherit;
}*/

.table_container .title {
    font-size: 18px;
    color: #8f9191;
}

.table_container .img_container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    opacity: 0;
    transition: all .35s;
    -webkit-transition: all .35s;
    z-index: 1;
}

/*.table_container .img_container:hover:before {
    opacity: .5;
}*/

/*.table_container .img_container:hover a.more_info i {
    opacity: 1;
}*/

.details_container .detail {
    float: left;
    width: 100%;
    font-size: 14px;
    min-height: 110px;
}

.details_container p {
    margin: 0;
    float: left;
    width: 100%;
}

    .details_container p a.more_info {
        /*position: relative;
        display: none;*/
        font-size: 13px;
    }

.details_container .detail ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.details_container {
    padding: 10px;
    float: left;
    width: 100%;
}

    .details_container .price {
        float: left;
        width: 100%;
        font-size: 14px;
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .details_container .price span {
            font-weight: 800;
        }

.details {
    padding-top: 20px;
}

a.more_info {
    position: absolute;
    height: 100%;
    z-index: 5;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
}

    a.more_info i {
        opacity: 0;
        color: #fff;
        font-size: 25px;
        border: 2px solid #fff;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        height: 50px;
        width: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

.table_wrap {
    padding: 15px;
}

.budget_min_height {
    min-height: 78px;
}

.more_info {
    color: blue;
    text-decoration: underline;
}

.map_filter {
    font-weight: 800;
    font-size: 14px;
}

.jumbo_map {
    margin-top: 0;
}

#mapL .message {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #555;
    text-transform: capitalize;
}

p.map_zoom_text {
    font-size: 13px;
    padding-top: 5px;
}

#map_canvas {
    width: 100%;
    height: 700px;
    text-align: left;
    color: #333;
    font-size: 12px;
}

.map_filter_cat input[type=checkbox] {
    margin: 0;
    margin-right: 3px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eee;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eee;
}

.panel-title {
    font-size: 15px;
    color: #8f9191;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #fff;
    padding-right: 5px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}

.display_collapse .panel-title {
    display: none;
}

.display_collapse .panel-body {
    padding: 0;
}

.display_collapse .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.display_collapse .panel-group .panel {
    border: 0;
}

.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}

.search_map .pet_class span {
    font-size: 18px;
    line-height: 50px;
}

#Lloading .img {
    height: 30px !important;
    width: 30px !important;
}

.img_container a {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    font-size: 0;
}

.img_container img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

    /*.img_container:hover img {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}*/

    .img_container img.imgLoader {
        width: 100%;
    }

.table_container {
    float: left;
    width: 100%;
    display: block;
    -moz-box-shadow: 0 0 5px #c8c5c5;
    -webkit-box-shadow: 0 0 5px #c8c5c5;
    box-shadow: 0 0 5px #c8c5c5;
}

    .table_container .img_container {
        width: 100%;
        float: left;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .table_container .title_container {
        float: left;
        width: 100%;
        display: block;
        padding: 10px;
        /*position: absolute;
        bottom: -1px;*/
        position: relative;
        background: rgba(255,255,255,.8);
        z-index: 9;
    }

        .table_container .title_container .title_img {
            width: 30%;
            float: right;
            text-align: right;
        }

    .table_container .title {
        font-size: 16px;
        color: #535353;
        width: 70%;
        display: inline-block;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        float: left;
    }

    .table_container .availability {
        float: left;
        font-size: 13px;
        font-weight: 800;
        position: absolute;
        top: 0;
        padding: 5px;
        width: 50%;
        background: #7dbeb5;
        color: #fff;
        border-bottom-right-radius: 30px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        z-index: 1;
        text-shadow: 0 0 8px #000;
        -moz-text-shadow: 0 0 8px #000;
        -webkit-text-shadow: 0 0 8px #000;
        opacity: .8;
    }

    .table_container .availabilitytnh {
        float: left;
        font-size: 13px;
        background-color: #ededed;
        font-weight: 800;
        position: absolute;
        top: 0;
        padding: 5px;
        width: 50%;
        background: #7dbeb5;
        color: #fff;
        border-bottom-right-radius: 30px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        z-index: 1;
        opacity: .8;
        text-shadow: 0 3px 5px #000;
    }

.map_filter_cat {
    font-size: 16px;
}

.Span_own_unit {
    color: #39b44a;
    font-weight: 800;
}

.Span_hotel {
    color: #4a8bf5;
    font-weight: 800;
}

.Span_room {
    color: #662c90;
    font-weight: 800;
}

.Span_hospital {
    color: #ef3633;
    font-weight: 800;
}

.Span_own_unit span, .Span_room span, .Span_hotel span {
    font-weight: 800;
}

.search_map .Orangebutton {
    background: #f66733;
    border: 1px solid transparent;
    font-weight: 800 !important;
    font-size: 20px !important;
    width: 146px;
    height: 45px;
    line-height: 45px;
    font-family: MyriadProBold;
    color: #fff;
    display: block;
    clear: both;
}

.Orangebutton:hover {
    background: #fff;
    border: 1px solid #f66733 !important;
    color: #f66733 !important;
}

#contactform select {
    -webkit-appearance: none;
}

#contactform input, #contactform select, #contactform textarea {
    font: 400 1em auto;
    padding: .4166666666666667em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 20px;
    width: 100%;
    height: 50px;
    box-shadow: 0 0 10px gray inset;
    -webkit-box-shadow: 0 0 10px gray inset;
    -moz-box-shadow: 0 0 10px gray inset;
    border: 1px solid grey;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

    #contactform input.Orangebutton {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: 1px solid #f66733 !important;
    }

.Orangebutton:focus, .Orangebutton:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #f66733 !important;
}

.form-control {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 20px;
}

.form-group {
    width: 100%;
}

#content .panel-body h1 {
    font-weight: 900;
    font-size: 40px;
    color: #8f9191;
    text-align: center;
    margin: 0;
    padding: 0 0 20px;
}

#contactform input, #contactform select, #contactform textarea {
    margin-bottom: 5px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.collapse_btn {
    position: fixed;
    right: -99px;
    top: 43%;
    z-index: 1;
    cursor: pointer;
    width: 144px;
}

    .collapse_btn .default_view, .collapse_btn .list_view, .collapse_btn .map_view {
        background-color: #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        height: 45px;
        display: block;
        border: 1px solid #7dbeb6;
        margin-bottom: 10px;
        border-right: 0;
        position: relative;
        right: 0;
        transition: right .5s;
        -webkit-transition: right .5s;
        padding-left: 43px;
        word-break: break-all;
    }

        .collapse_btn .default_view:hover, .collapse_btn .list_view:hover, .collapse_btn .map_view:hover {
            right: 99px;
        }

    .collapse_btn p {
        display: inline-block;
        color: #7dbeb6;
        font-size: 14px;
        padding: 0px 8px;
        margin: 0;
        line-height: 45px;
        float: left;
    }

.default_img {
    height: 45px;
    width: 45px;
    background-color: #7dbeb6;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: inline-block;
    float: left;
    position: absolute;
    top: -1px;
    left: -1px;
}

    .default_img img {
        height: 28px;
        width: 28px;
        margin: 7px 10px;
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}

.controls1 .left {
    top: 40%;
    position: absolute;
    left: 0;
    opacity: 1;
}

.controls1 .right {
    top: 40%;
    position: absolute;
    right: 0;
    opacity: 1;
}

.CaptionDiv {
    text-align: center;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.9);
    width: 100%;
    left: 0;
}

.controls1 .left .fa, .controls1 .right .fa {
    background-color: #7dbeb6;
    height: 60px;
    width: 60px;
    font-size: 20px;
    border: 1px solid #fff;
    line-height: 60px;
    padding: 0;
    border-radius: 5px;
}

.gm-style-iw > div {
    width: 246px !important;
    margin: 0 auto;
    display: inline-block;
}

.ImgOverlay {
    overflow: hidden;
    height: 350px;
    width: 100%;
    position: relative;
}

    .ImgOverlay img {
        width: auto;
        height: 150px;
        max-height: 150px;
        margin: 0 auto;
    }

#map_table p.scroll-msg {
    font-size: 14px;
    margin-bottom: 0;
    color: grey;
    padding-left: 15px;
}

.table_container .img_container .ImgOverlay img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.info-window {
    line-height: 1.45;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    font-size: 15px;
}

    .info-window a {
        font-size: 13px;
    }

    .info-window h2 {
        font-size: 20px;
    }

    .info-window ul li {
        font-size: 14px;
    }

form .form-group input[type=submit] {
    float: none;
}

.multiple_details {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .multiple_details .multiple_unit {
        position: relative;
        background: rgba(0,0,0,.6);
        color: #fff;
        text-align: center;
    }

        .multiple_details .multiple_unit p {
            margin-bottom: 0;
            font-size: 14px;
        }

@media(min-width:1200px) {
    .housing_request img {
        margin-top: -65px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .map_row .col-md-6 {
        width: 100%;
    }

    #map_table .map_row {
        border-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .details .col-md-6 {
        width: 50%;
    }

    #map_table .map_row .table_container:nth-child(2) {
        border-right: 1px solid #ccc;
    }

    .table_container {
        border-bottom: 1px solid #ccc;
    }

    .col-xs-3.map_filter_cat {
        width: 50%;
    }

    .housing_request img {
        margin-top: 0;
    }

    /* .search_map {
        padding-left: 40px;
    } */

    .details_container .detail {
        min-height: 110px;
    }

    .col-md-4.table_wrap {
        width: 50%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .details .col-xs-12 {
        width: 50%;
    }

    .panel-body h1 {
        font-size: 40px;
    }

    .details_container .detail {
        min-height: 110px;
    }

    .col-sm-6.map_filter_cat {
        width: 25%;
    }
}

@media(min-width:700px) and (max-width:1199px) {
    .housing_request img {
        max-width: 220px;
        position: relative;
    }

    .panel-body h1 {
        font-size: 30px;
    }
}

@media(max-width:991px) {
    /* .search_map {
        padding-left: 220px;
    } */

    .housing_request img {
        margin-top: 0;
    }

    .search_map {
        padding-left: 0px;
    }

    #mapR {
        margin-top: 20px;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }

    .collapse_btn .default_view {
        display: none;
    }

    .collapse_btn {
        height: 110px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media(max-width:767px) {
    .budget_min_height {
        min-height: initial;
    }

    .details .col-xs-12 {
        width: 50%;
    }

    #map_table ul li {
        font-size: 14px;
    }

    .housing_request {
        border-bottom: 1px solid #ccc;
    }

    .table_container {
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }

    #map_table .map_row {
        border-bottom: 0;
    }

    #map_table .map_row {
        padding-top: 0;
        padding-bottom: 0;
    }

    #mapL {
        margin-bottom: 20px;
    }

    .col-xs-12.table_wrap {
        width: 50%;
    }

    .search_map {
        padding-left: 0;
    }

    .housing_request img {
        margin: 0 auto;
    }

    .details_container .detail {
        min-height: 120px;
    }

    #content .panel-body h1 {
        font-size: 35px;
    }
}

@media(max-width:700px) {
    .panel-body h1 {
        font-size: 33px;
    }

    .search_map {
        padding-left: 0;
    }
}

@media(min-width:350px) and (max-width:628px) {
    .col-xs-3.map_filter_cat {
        width: 50%;
    }
}

@media(max-width:600px) {
    #map_table {
        width: 100%;
    }

    .col-xs-12.table_wrap {
        width: 100%;
    }

    #map_table .map_row {
        border-bottom: 0;
    }

    .details_container .detail {
        min-height: inherit !important;
    }
}

@media(max-width:500px) {
    .panel-body h1 {
        font-size: 40px;
        padding: 10px 0 20px;
    }

    .table_container {
        width: 100%;
    }
}

@media(max-width:408px) {
    .panel-body h1 {
        font-size: 35px;
        padding: 10px 0 20px;
    }
}

@media(max-width:350px) {
    .panel-body h1 {
        font-size: 29px;
    }

    .col-xs-3.map_filter_cat {
        width: 100%;
    }

    .panel-body h1 {
        font-size: 28px;
    }
}

@media(max-width:992px) {
    .details_container p a.more_info {
        position: relative;
        display: block;
    }
}

.imgCaresouelNew .ImgOverlay img {
    height: 300px;
    width: 300px;
    max-height: 300px;
    object-fit: cover;
}

.imgCaresouelNew .controls1 {
    position: relative;
    z-index: 9;
}

    .imgCaresouelNew .controls1 .left, .imgCaresouelNew .controls1 .right {
        top: 130px;
    }

        .imgCaresouelNew .controls1 .left .fa {
            float: left;
        }

        .imgCaresouelNew .controls1 .right .fa {
            float: right;
        }

        .imgCaresouelNew .controls1 .left .fa, .imgCaresouelNew .controls1 .right .fa {
            background-color: transparent;
            border: none;
            font-size: 35px;
        }

.imgCaresouelNew .table_slider {
    padding: 0px;
}

.details_containerNew p {
    position: absolute;
    right: 33px;
    bottom: 50px;
    float: right;
    width: auto;
}

.details_containerNew a.more_info {
    position: unset;
}


.center, address, article, aside, footer, header, header h1 a, nav, section {
    display: block;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
}

.title_container .more_info {
    position: relative;
}

.imgCaresouelNew .ImgOverlay img {
    height: 300px;
    width: 300px;
    max-height: 300px;
    object-fit: cover;
}

.imgCaresouelNew .controls1 {
    position: relative;
    z-index: 9;
}

    .imgCaresouelNew .controls1 .left, .imgCaresouelNew .controls1 .right {
        top: 130px;
    }

        .imgCaresouelNew .controls1 .left .fa {
            float: left;
        }

        .imgCaresouelNew .controls1 .right .fa {
            float: right;
        }

        .imgCaresouelNew .controls1 .left .fa, .imgCaresouelNew .controls1 .right .fa {
            background-color: transparent;
            border: none;
            font-size: 35px;
        }

.imgCaresouelNew .table_slider {
    padding: 0px;
}

.details_containerNew p {
    position: absolute;
    right: 33px;
    bottom: 50px;
    float: right;
    width: auto;
}

.details_containerNew a.more_info {
    position: unset;
}


.center, address, article, aside, footer, header, header h1 a, nav, section {
    display: block;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
}

.title_container .more_info {
    position: relative;
}


.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.easy-autocomplete-container {
    z-index: 99999999999;
    min-width: 300px;
}

.img_container img.imgLoader {
    width: 100%;
    position: absolute;
    z-index: -7;
    TOP: 0;
    left: 0;
    height: 197px;
}

.table_container .img_container {
    height: 300px;
}

.traveler-tip {
    background-color: #b41e29;
    color: #fff;
    padding: 15px;
    line-height: 1px;
    text-align: center;
}

.Bluebutton, .Greenbutton, .Orangebutton, .Purplebutton {
    font-weight: 800 !important;
    font-size: 20px !important;
    width: 146px;
    height: 45px;
    line-height: 45px;
    font-family: MyriadProBold;
    color: #fff;
    display: block;
    clear: both;
}

.Greenbutton {
    background: #7dbeb6;
}

.MoreButton {
    margin: auto;
    margin-bottom: 20px;
}

input.PetCheckbox[type="checkbox"]:checked,
input.PetCheckbox[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    input.PetCheckbox[type="checkbox"]:checked + label,
    input.PetCheckbox[type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 50px;
        cursor: pointer;
        line-height: 25px;
        display: inline-block;
        color: #666;
        height: 100%;
        font-size: 20px;
        margin-bottom: 0;
        font-family: auto;
        font-weight: 400;
    }

        input.PetCheckbox[type="checkbox"]:checked + label:before,
        input.PetCheckbox[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: -8px;
            width: 40px;
            height: 40px;
            border: 1px solid #ddd;
            background: #fff;
        }

        input.PetCheckbox[type="checkbox"]:checked + label:after,
        input.PetCheckbox[type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 22px;
            height: 22px;
            background: #7dbeb6;
            position: absolute;
            top: 1px;
            left: 9px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        input.PetCheckbox[type="checkbox"]:not(:checked) + label:after {
            background: #e0e0e0;
        }

.pet_class {
    height: 50px;
    display: flex;
    align-items: center;
}

    .pet_class p {
        margin-bottom: 0;
    }

/*Page CSS Moved here*/
footer {
    position: absolute;
}

.faq-block .panel-default > .panel-heading {
    display: none;
}

.hrlink {
    font-size: 16px !important;
    float: right;
    height: auto !important;
}

    .hrlink.btn:hover, .hrlink.btn:focus, .hrlink.btn.focus {
        color: #fff;
    }

.map_filter_wrap {
    display: none;
}

.mobile-view {
    display: none;
}

.imgCaresouelNew .ImgOverlay img {
    object-fit: cover;
}

#custom_carousel .ImgOverlay {
    height: auto;
}

.carousel-control.right {
    background-image: none;
    /*right: 20px;*/
}

.carousel-control.left {
    background-image: none;
}

.controls1 .left {
    /*left: 3px;*/
}

    .controls1 .left .fa, .controls1 .right .fa {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }

.collapse_btn {
    z-index: 11;
}

@media (max-width:768px) {
    .faq-block .panel-default > .panel-heading {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .map_filter_wrap {
        display: block;
    }

    .mobile-view {
        display: inline-block;
        width: 100%;
    }

    #contactform select {
        -webkit-appearance: listbox;
    }

    #contactform input[type="checkbox"] {
        width: auto;
        height: auto;
        box-shadow: none;
    }

    #content .panel-body h1 {
        font-size: 20px;
    }
}

.d-inline-block {
    display: inline-block;
}

.p-15 {
    padding: 0 15px;
}

.housing_request .panel-group .panel-default {
    background-color: #efefef;
}

#contactform input, #contactform select, #contactform textarea {
    box-shadow: none;
    border-color: #ccc;
    font-family: unset;
    font-size: 17px;
}

.housing_request .custom-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    line-height: 34px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}

    .housing_request .custom-checkbox input:checked ~ .checkmark {
        background-color: #5ba098;
        border: none;
    }

        .housing_request .custom-checkbox input:checked ~ .checkmark:after {
            display: block;
        }

    .housing_request .custom-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 34px;
        width: 34px;
        background-color: #FFFFFF;
        border: 1px solid #acacac;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .housing_request .custom-checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 13px;
            top: 8px;
            width: 8px;
            height: 15px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.housing_request .filter-row1 select {
    background-image: url(https://www.furnishedfinder.com/assets/icons/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 12px;
    -webkit-appearance: none !important;
}

#contactform .filter-row1 input, #contactform .filter-row1 select {
    padding: 0 12px;
}

.housing_request .custom-checkbox input[type="checkbox"] {
    width: 0 !important;
    height: 0 !important;
    visibility: hidden;
}

.housing_request .filter-row1 {
    padding: 0 9px;
}

    .housing_request .filter-row1 div[class^="col-"] {
        padding: 0 6px;
    }

.housing_request #contactform .mfilter-row {
    margin-top: 15px;
}

.map_filterbox .divBedRoom, .map_filterbox .divPrivateBath {
    margin-top: 15px;
}

.housing_request #contactform .map_filterbox select.private_bath {
    height: 35px !important;
    -webkit-appearance: listbox !important;
    border-color: #662c90;
    color: #662c90;
    font-size: 16px !important;
    background-color: #fff;
    margin-bottom: 0;
}

.housing_request #contactform .map_filterbox select.bedroomDDL {
    height: 35px !important;
    -webkit-appearance: listbox !important;
    border-color: #39b44a;
    color: #39b44a;
    font-size: 16px !important;
    min-width: 150px;
    background-color: #fff;
}

.drop {
    display: inline-block !important;
}

#resultCnt {
    font-size: 17px;
}

.table_container .availability {
    font-size: 14px;
    letter-spacing: .6px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    padding: 3px 8px;
    left: 10px;
    width: 50%;
    background: #7dbeb5;
    border-radius: 4px;
    color: #fff;
    z-index: 1;
    text-shadow: 0 0 3px #000;
    box-shadow: 0 1px 5px #0000004a;
    border: 0;
    opacity: 1;
}

.details_container .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

#map_table ul li {
    font-size: 14px;
}

.price > span {
    font-size: 11px !important;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
}

.price .Span_room {
    background: #662c90;
}

.price .Span_own_unit {
    background: #39b44a;
}

.price .Span_hotel {
    background-color: #4a8bf5;
}

@media (max-width: 628px) and (min-width: 350px) {
    .col-sm-3.map_filterbox {
        width: 50%;
    }

    .mfilter-row {
        display: flex;
        flex-wrap: wrap;
    }

    .map_filterbox .divBedRoom, .map_filterbox .divPrivateBath {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .hrlink {
        float: unset;
    }
}

/*.availability {display:none;}*/
.carousel-inner .item {
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
/*Map page style end*/


/** prop loader  start**/
.result_loader {
    width: 100px;
    height: 100px;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.result_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffffc4;
    z-index: 11;
}

.prop_Loader {
    left: 50%;
    top: 50%;
}

    .prop_Loader .sh1 {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 50px 0 0;
        border-color: #034991 transparent transparent transparent;
        margin: 0 auto;
        animation: shk1 1s ease-in-out infinite normal;
    }

    .prop_Loader .sh2 {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 50px 50px;
        border-color: transparent transparent #d65488 transparent;
        margin: -50px auto 0;
        animation: shk2 1s ease-in-out infinite alternate;
    }

/** animation starts here **/
@keyframes shk1 {
    0% {
        transform: rotate(-360deg);
    }

    100% {
    }
}

@keyframes shk2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
    }
}

.prop_Loader .lt {
    color: #db6997;
    font-family: 'Roboto', sans-serif;
    margin: 30px auto;
    text-align: center;
    /*font-weight: 100;*/
    /*letter-spacing: 10px;*/
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
    0% {
        color: #034991;
    }

    50% {
        color: #034991;
    }

    100% {
        color: #db6997;
    }
}

@-moz-keyframes color-change {
    0% {
        color: #034991;
    }

    50% {
        color: #034991;
    }

    100% {
        color: #db6997;
    }
}

@-ms-keyframes color-change {
    0% {
        color: #034991;
    }

    50% {
        color: #034991;
    }

    100% {
        color: #db6997;
    }
}

@-o-keyframes color-change {
    0% {
        color: #034991;
    }

    50% {
        color: #034991;
    }

    100% {
        color: #db6997;
    }
}

@keyframes color-change {
    0% {
        color: #034991;
    }

    50% {
        color: #034991;
    }

    100% {
        color: #db6997;
    }
}
/** prop loader  end**/

/** Marker css  start**/
.pos-abs {
    position: absolute;
}

.lts-10 {
    letter-spacing: 10px;
}

.map_icon {
    color: white;
    font-size: 28px !important;
    margin: 7px 10px;
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.mrk-div {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.18) 0px 1px 2px;
    /*color: rgb(34, 34, 34);*/
    color: #fff;
    display: flex;
    height: 28px;
    justify-content: center;
    padding: 0px 5px;
    position: relative;
    white-space: nowrap;
    border: 1px solid black;
}

.mrk-price {
    overflow-wrap: break-word !important;
    /*font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;*/
    font-size: 12px !important;
    font-weight: 600 !important;
    /*line-height: 1.28571em !important;
    color: inherit !important;
    margin: 0px !important;*/
}

.mrk-container {
    position: absolute;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    z-index: 1;
}

    .mrk-container:hover {
        z-index: 2;
    }

.anime {
    position: relative;
    cursor: pointer;
    transform-origin: 50% 50%;
    transition: transform 0.15s ease 0s;
    height: 24px;
    transform: scale(1);
}

    .anime:hover {
        transform: scale(1.077); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.mrkHover {
    background-color: rgb(34, 34, 34) !important;
    color: rgb(255, 255, 255) !important;
    transform: scale(1.2);
    border: 1px solid white;
}

.mrkGreen {
    background-color: #39b44a;
}

.mrkPurple {
    background-color: #662c90;
}

.mrkBlue {
    background-color: #4a8bf5;
}

.mrk-hospital {
    color: red;
    font-size: 15px;
}

.htmlMarker {
    cursor: pointer;
}

.mrkPosition {
    display: none !important;
    position: absolute;
    top: -22px;
    color: red;
    font-size: 30px !important;
}

.mrkHover .mrkPosition {
    /*display: block !important;*/
}

/** Marker css  End**/
