/* @version 7.8 */

/* -- branding header (layout) -- */
.branding-header {
    min-height: 80px;
    position: relative;
    /*overflow: hidden;*/
}

/* -- header content (layout) -- */
.header-content {
    width: 70%;
    float: left;
    position: relative;
    padding: 20px 0 15px;
    /*overflow: hidden;*/
}

.header-content .welcome-message {
    padding-left: 25px;
}

/* -- main navigation (layout) -- */
.header-content .navbar {
    margin-bottom: 0;
    border: transparent;
    background-color: transparent;
}

.header-content .navbar-nav > li > a {
    color: #248EC7;
    text-decoration: none;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

.header-content .navbar-nav > .active > a {
    background-color: transparent;
}

/* search bar browse drop-down menu (layout) */
.browse-menu {
    height: 50px;
    border-right: 1px solid #f1f1f1;
    float: left;
}

.browse-menu a {
    display: block;
    color: #333;
    padding: 17px 0 17px 8px;
    font-weight: bold;
    white-space: nowrap;
}

#browse-content a:hover {
    color: #449DD0;
}

.browse-menu a span {
    margin-left: 5px;
    font-size: 12px;
}

/* categories browse drop-down menu content (layout) */
#browse-content {
    width: 95%;
    margin-left: 2.5%;
    display: none;
    position: absolute;
    top: 52px;
    left: -1px;
    z-index: 999;
    background: #f6f6f6;
    -moz-box-shadow: 0 2px 2px -1px #f1f1f1;
    -webkit-box-shadow: 0 2px 2px -1px #f1f1f1;
    box-shadow: 0 2px 2px -1px #f1f1f1;
    border: 1px solid #f1f1f1;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 6px 0;
}

#browse-content li {
    float: left;
    width: 33%;
}

#browse-content li a {
    padding: 3px 0;
    font-size: 12px;
    font-weight: normal;
    text-indent: 12px;
}

#browse-content li a:hover {
    color: #449DD0;
}

#browse-content span {
    margin-left: 5px;
    font-size: 10px;
    color: #333;
}

/* header search form wrapper (layout) */
.header-search-form {
    position: relative;
}

/* buttons css (layout) */
.btn-sm {
    font-size: 12px;
    font-weight: normal;
}

/* header advanced search box (layout) */
.form-header {
    margin-top: 7px;
}

.form-header .input-search {
    width: 290px;
    background-color: #FAFAFA;
}

.advanced-search-box {
    height: 50px;
    border-left: 1px solid #f1f1f1;
}

.advanced-search-box a {
    color: #333;
    padding: 17px 0;
    font-weight: bold;
}

.advanced-search-box a:hover {
    color: #449DD0;
}

.lang-selector {
    margin-top: 15px;
    float: right;

}

/* categories and home page slider (layout - app/index) */
.categories-and-slider {
    position: relative;
    height: 264px;
    width: 958px;
    border: 1px solid #f1f1f1;
    margin: 40px 0;
}

.categories-and-slider {
    border-bottom: 1px solid #ddd;
}

/* home page categories accordion (layout - app/index) */
.categories-accordion {
    width: 230px;
    height: 264px;
    border-right: 1px solid #f1f1f1;
    float: left;
}

.clear {
    clear: both;
    visibility: hidden !important;
    display: block !important;
}

/* category select (layout - app/index) */
.categories-select {
    margin: 0;
    width: 230px;
    float: left;
    cursor: pointer;
    text-align: left;
}

.categories-select a {
    display: block;
    padding: 8px 0;
    text-indent: 15px;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
}

.categories-select a:hover {
    color: #449DD0;
}

.icon {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 20px 15px;
}

/* tabbed content (layout - app/index) */
.tabbed-content {
    margin: 20px 0 0;
    /*width: 960px;*/
    position: relative;
    float: left;
}

/* nav container (layout - app/index) */
.home-page-tabs ul {
    display: block;
    float: left;
    margin-left: 35px;
    margin-bottom: 0;
}

.home-page-tabs ul li {
    display: inline;
    text-align: center;
    float: left;
    margin-right: 3px;
}

.home-page-tabs ul li a {
    top: 2px;
    padding: 11px 25px;
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    position: relative;
    color: #999;
    font-weight: bold;
    text-shadow: 1px 1px 1px #eee;
    font-size: 14px;
    cursor: pointer;
    float: left;
    margin: 0;
}

.home-page-tabs ul li a:hover {
    color: #449DD0;
    background: #f8f8f8;
    top: 3px;
}

.home-page-tabs ul li a.active {
    top: 3px;
    color: #449DD0;
    border: 2px solid #f1f1f1;
    text-shadow: 1px 1px 1px white;
    background: #f8f8f8;
    border-bottom: none !important;
}

/* home page footer (layout) */
/*footer {*/
/*border-top: 1px solid #eee;*/
/*padding-top: 10px;*/
/*margin: 20px 0;*/
/*position: relative;*/
/*font-size: 11px;*/
/*}*/

footer .links {
    text-align: right;
}

footer .links li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

footer .links li a {
    color: #fff;
}

footer .statistics {
    text-align: right;
}

footer .social {
    padding-top: 4px;
    overflow: hidden;
}

footer .social-button {
    padding-right: 8px;
    float: left;
}

/* scroll to top (layout) */
.scroll-top {
    width: 36px;
    height: 36px;
    background: #449DD0;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.5;
}

/* search bar buttons (layout) */
/*#basic-search,*/
#submit {
    height: 16px;
    margin-bottom: 0;
}

#btn-submit {
    margin-left: 6px;
}

/* members area menu styling (layout - _members.phtml [members area top navigation]) */
.sub-container {
    display: block;
    overflow-y: visible;
}

/*.members .navbar {*/
/*margin: 25px 0 20px;*/
/*}*/

.sub-container .navbar-inner {
    min-height: 38px;
    background-color: #eee;
    border-color: #eee #eee #ddd #eee;
    background-image: none;
    box-shadow: none;
    padding: 0 5px;
}

.sub-container .navbar .nav {
    margin: 0 10px 0 10px;
}

.sub-container .navbar .nav li {
    padding: 4px 1px 0;
    margin-bottom: -1px;
}

.sub-container .navbar .nav li a {
    padding: 7px 9px;
    color: #248EC7;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #eee;
    margin-bottom: -1px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.sub-container .navbar .nav li a:hover {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #777777;
}

.sub-container .navbar .nav > .active > a,
.sub-container .navbar .nav > .active > a:hover,
.sub-container .navbar .nav > .active > a:focus {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    color: #777777;
}

.sub-container .nav-header {
    text-transform: none;
    background: #eee;
    border-radius: 4px 4px 0 0;
    color: #248EC7;
    font-size: 16px;
    padding: 12px 15px 10px;
}

.sub-container .nav-list {
    padding: 0;
}

.sub-container .nav-list li {
    border-bottom: 1px solid #ddd;
}

.sub-container .nav-header {
    margin-bottom: 5px !important;
}

.sub-container .inner {
    background: none;
    margin: 0 !important;
    font-size: 14px;
}

.sub-container .nav-list > li > a,
.sub-container .nav-list .nav-header {
    margin: 0;
}

.sub-container .nav-list > li > a {
    padding: 6px 12px;
    color: #777;
}

.sub-container .nav-list > li > a:hover {
    color: #248EC7;
}

.sub-container .nav-list > .active > a,
.sub-container .nav-list > .active > a:hover,
.sub-container .nav-list > .active > a:focus {
    color: #777;
    background: none repeat scroll 0 0 #EEEEEE;
    text-shadow: none;
}

.sub-container .inner > li > a {
    font-size: 14px;
    text-indent: 5px;
}

.sub-container .nav-list .inner .pending > li > a {
    color: #FF7300;
}

.sub-container .headline {
    margin: 0 0 1em;
}

.sub-container li.nav-subheader > a,
.sub-container li.nav-subheader > a:hover {
    color: #666;
    font-size: 15px;
}

.sub-container li.nav-tab a {
    padding-left: 10%;
    padding-right: 0;
}

/* breadcrumbs (theme specific) */
.breadcrumbs {
    margin: 0 0 20px 0;
    padding: 4px 0 0 8px;
}

/* listing details page breadcrumbs (theme specific) */
.breadcrumb {
    margin-bottom: 4px;
    background-color: #f1f1f1;
    padding: .25rem .5rem
}

.text-buyout {
    color: #0062cc;
}

.breadcrumb > li a.home {
    float: left;
    height: 16px;
    width: 16px;
    background: url(../images/sprite.png) 0 -254px no-repeat;
    text-indent: -999px;
}

.breadcrumb > li a.home:hover {
    background-position: 0 -270px;
}

.product .breadcrumb {
    margin-bottom: 24px;
    background-color: transparent;
}

/* REGISTER AND LOGIN MODAL BOXES */
.form-modal {
    max-width: 280px;
    margin: 0 auto;

}

.form-modal input {
    margin-bottom: 16px;
}

/* RESPONSIVE DESIGN CSS */
/* desktops */

/* desktops and tablets */
@media (min-width: 768px) {
    .left-navbar {
        float: left;
    }

    .left-navbar ul {
        margin-top: 6px;
    }

    .left-navbar li > a {
        font-size: 85%;
        line-height: 1.2em;
        padding: 0 8px !important;
        font-weight: 400;
        border-left: 1px dotted #ccc;
    }

    .left-navbar li:first-child > a {
        padding-left: 0 !important;
        border-left: none;
    }
}

/* tablets and phones */
@media (max-width: 991px) {

}

/* tablets only */
@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        max-width: 225px;
    }
}

/* phones only */
@media (max-width: 767px) {
    .sub-container {
        overflow-x: hidden;
    }

    .branding-header {
        min-height: 100px;
    }

    .branding-header .logo img {
        max-height: 60px;
    }

    .header-content .navbar-header {
        background-color: #222222;
        border-bottom: 1px solid #080808;
    }

    .header-navigation .navbar-nav {
        margin: 16px 8px;
    }

    .header-navigation .navbar-collapse {
        background-color: #eee;
    }

    .header-navigation .navbar-toggle {
        border-color: #666;
    }

    .search-bar {
        margin-top: 0;
    }

    .form-header .form-group {
        margin: 0;
    }

    .form-header .input-search {
        width: 100%;
    }

    .header-content {
        width: 100%;
        padding: 15px 0 0;
    }

    .greeting-box,
    .horizontal-menu {
        float: right;
    }

    .horizontal-menu {
        margin-left: 35px;
        margin-top: 10px;
    }
}

.modal.in .modal-dialog {
    z-index: 1100;
}

/* listing box - list */
.listing-list {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .listing-list {
        display: flex;
    }
}

.flat-item-info .btn {
    padding: 0 10px;
}

.listing-list .flat-item-image {
    padding: 0;
    position: relative;
}

.listing-list .flat-item-image .images-number {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: #fff;
    opacity: 0.7;
    padding: 5px 8px;
}

.listing-list .flat-item-info {
    padding: 15px 20px 15px 15px;
}

.listing-list .flat-title-price {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.listing-list .flat-title-price p {
    float: right;
    margin-bottom: 0;
}

.listing-list .flat-item-description {
}

.listing-list .flat-item-description .custom-fields {
    padding: 8px 15px;
}

.listing-list .flat-item-description .owner {
    /*padding: 8px 15px;*/
    padding: 0 15px;
    font-weight: 300;
}

.listing-list .flat-item-description .owner span {
    font-weight: 400;
}

.listing-list .flat-item-description .price-type {
    font-size: 12px;
    font-weight: 300;
}

.listing-list .flat-item-description .price {
    display: block;
    padding-bottom: 5px;
}

.listing-list .flat-item-description .status {
    display: block;
    padding-bottom: 10px;
}

.listing-list .flat-item-description .ends,
.listing-list .flat-item-description .listing-type {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}

.listing-list .flat-item-description .mls-price,
.listing-list .flat-item-description .mls-number {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    padding-bottom: 5px;
}

.listing-list .property-address {
    font-weight: 600;
    /*font-weight: 400;*/
}

.listing-list .btn {
    height: 25px !important;
    line-height: 25px !important;
}

.product .image-map {
    overflow: hidden;
    margin-bottom: 20px;
}

.product #jq-mainImage {
    display: block;
}

.product #googleMap {
    display: none;
}

.product #googleStreetView {
    display: none;
}

.product .image-map-buttons {
    margin-bottom: 20px;
    overflow: hidden;
}

.dld-box {
    margin-bottom: 10px;
}

.btn-image-map {
    width: 80px;
    height: 80px;
    line-height: 30px;
    font-size: 24px;
    padding: 10px 5px;
    display: inline-block;
}

.btn-image-map span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

/*condition-list*/

.custom-fields-list {
    /*margin-bottom: 10px;*/
}

.custom-fields-list > li {
    color: #606060;
    display: inline-block;
    font-weight: 300;
    margin-right: 15px;
}

.custom-fields-list li img {
    margin-right: 5px;
}

input.search-text-field {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    /*padding: 0 15px;*/
    padding: 0 10px;
}

.form-control {
    border-radius: 0;
}

.bg-light-blue {
    background-color: #e4e9eb;
}

.listing-list, .bg-white {
    background-color: #fff;
}

.ui-datepicker table {
    background-color: #fff;
}

#store {
    margin-top: 75px;
}

.features-list {
    font-weight: 300;
}

/*.features-list span {*/
/*width: 100px;*/
/*margin-right: 15px;*/
/*font-weight: 700;*/
/*display: inline-block;*/
/*font-size: 95%;*/
/*text-overflow: ellipsis;*/
/*text-align: right;*/
/*}*/

/*.features-list span {*/
/*width: 100px;*/
/*margin-right: 15px;*/
/*font-weight: 700;*/
/*display: inline-block;*/
/*font-size: 95%;*/
/*white-space: nowrap;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*text-align: right;*/
/*}*/

.features-list dl {
    margin-bottom: 0;
}

.features-list .dl-horizontal dd {
    margin-bottom: 5px;
}

.form-horizontal label.radio {
    display: inline-block;
    padding-right: 10px;
}

.form-horizontal label.radio-block {
    display: block;
}

#left-side-search .find-home-item {
    margin-bottom: 10px;
}

#left-side-search .row > div {
    padding-left: 0;
}

.button-1.btn-link {
    background-color: transparent;
    border-color: transparent;
}

#left-side-search {
    transition: all 1000ms ease;
}

#more-filters-section {
    transition: all 1000ms ease;
    display: none;
}

.agents-brokers {
    padding: 8px;
}

.agents-brokers .media-body > div {
    line-height: 1.4;
}

.details-content > .agents-brokers:nth-child(even) {
    background-color: #f8f8f8;
}

.details-content form {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}


#left-side-search .find-home-item span {
    white-space: nowrap;
}

.dark-border .form-control {
    border-color: #999;
}

/* SIDEBAR & CORRESPONDING MAIN ELEMENT */
@supports not (-ms-high-contrast: none) {
    @media (min-width: 1200px) {
        .sidebar {
            flex: 0 0 225px;
        }
    }

    .main {
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 1200px) {
        .main {
            flex: 0 0 calc(100% - 225px);
            max-width: calc(100% - 225px);
        }
    }
    .main .main-content {
        flex: 1;
    }
}
@media (max-width: 991.98px) {
    .sidebar-menu {
        margin-bottom: 1.5rem;
    }

    .sidebar-menu .has-icons {
        display: block;
    }
}
.sidebar-menu .sidebar-heading {
    padding-bottom: .25rem;
}
.sidebar-menu .sidebar-heading .glyphicon {
    visibility: hidden;
    font-size: .75rem;
    color: #343a40;
    margin-left: .5rem;
}
@media (max-width: 991.98px) {
    .sidebar-menu .sidebar-heading {
        text-align: center;
    }

    .sidebar-menu .sidebar-heading .glyphicon {
        visibility: visible;
    }
}
.sidebar-menu .sidebar-heading a, .sidebar-menu .sidebar-heading a:hover {
    color: #343a40;
    text-decoration: none;
}
@media (min-width: 992px) {
    .sidebar-menu .sidebar-heading a, .sidebar-menu .sidebar-heading a:hover {
        cursor: text;
    }
}
@media (min-width: 992px) {
    .sidebar-menu > .collapse {
        display: block !important;
    }
}
.sidebar-menu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidebar-menu li > ul {
    margin-top: 0;
    padding-left: .35rem;
    font-size: 95%;
}
.sidebar-menu .nav-item.open > a,
.sidebar-menu .nav-item > a:hover {
    color: #007bff;
}
.sidebar-menu .nav-link {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    padding: .25rem 0;
}
.sidebar-menu .nav-link .feather {
    margin-right: 4px;
    color: #999;
    transition: 0.25s linear;
    transform: rotate(0deg);
}
.sidebar-menu .nav-link.open .feather {
    transform: rotate(-90deg);
}
.sidebar-menu .nav-link.active {
    color: #007bff;
    font-weight: 500;
}
.sidebar-menu .nav-link:hover .feather, .sidebar-menu .nav-link.active .feather {
    color: inherit;
}
.sidebar-menu .nav-dropdown > .nav-link {
    font-weight: 500;
    color: #333;
}

/* /SIDEBAR & CORRESPONDING MAIN ELEMENT */