#main-wrapper {
    overflow: hidden;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#breadcrumbs {
    display: block !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    letter-spacing: .130em;
}

.ip-banner::after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 192px;
    background-image: url(../../images/listing-details/ip-det-lay1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.ip-breadcrumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(22, 188, 178, 0.95);
    color: #fff;
    z-index: 2;
    padding: 34px 0;
}

.ip-banner .container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
}

.ip-banner span.breadcrumb_last {
    font-weight: 700;
    color: #1b2759;
    text-transform: uppercase;
}

.ip-banner::before {
    display: none;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

/*Featured Listings Style*/
.fl-wrapper {
    position: relative;
    z-index: 1;
    font-size: 0;
    background: #fff;
}

.fl-title-inner span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 45px;
    text-transform: uppercase;
    color: #7d7d7d;
}

.fl-title {
    padding-top: 77px;
}

.fl-title-inner span span {
    font-weight: 400;
    color: #1b2759;
}

.input-search-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 460px;
    margin-left: auto;
    padding-top: 23px;
}

.input-search-left {
    width: 69.56%;
    position: relative;
}

.input-search-left::after {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 1px;
    height: 36px;
    content: '';
    background-color: #c1c1c1;
}

.input-search-sort {
    position: relative;
    width: 30.44%;
}

.input-sort-btn {
    max-width: 116px;
    height: 19px;
    background: transparent;
    display: block;
    width: 100%;
    border: 0;
    height: 100%;
    position: relative;
    margin-left: auto;
}

.input-sort-btn::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url(../../images/community-details/dollor-sign.png);
    background-repeat: no-repeat;
    background-position: center;
}

.input-sort-btn::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 11px;
    content: '';
    background-image: url(../../images/community-details/input-arrows.png);
    background-repeat: no-repeat;
    background-position: center;
}

.input-sort-btn button {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #525252;
    letter-spacing: .100em;
    text-transform: uppercase;
    display: block;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

.input-search-wrap input {
    width: calc(100% - 23px);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .100em;
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    height: 26px;
    outline: none;
}

.input-searh-btn {
    max-width: 16px;
    position: absolute;
    top: 0;
    right: 29px;
    z-index: 999999;
}

.input-searh-btn a {
    display: block;
    width: 100%;
}


.fp-area-wrapper {
    position: relative;
    text-align: center;
    padding-bottom: 95px;
    padding-top: 120px;
    margin: 0 auto;
    width: 1600px;
    max-width: 100%;
}




.fp-list-wrapp {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -1px;
    margin-right: -1px;
    padding-top: 70px;
}

.fp-list-wrapp > a {
    display: block;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 1px;
    width: calc(100% / 3);
}


.fp-list {
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fp-list .fp-img {
    position: relative;
    width: 100%;
}

.fp-list .fp-img:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.fp-list .fp-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    opacity: 1;

}


.fp-list .fp-details {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 40px;
    color: #fff;
    z-index: 5;
    text-align: left;

}

.fp-list .fp-details:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 109px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 6;
    left: 39px;
    bottom: -30px;
}


.fp-list .fp-details span {
    display: block;
    padding-left: 25px;
}

.fp-list .fp-details span.fp-price {
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
}

.fp-list .fp-details span.fp-address {
    font-size: 14px;
    font-weight: 400;

    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.fp-list .fp-hover {
    position: absolute;
    width: 100%;
    transform: scale(.725);
    transition: transform .3s, opacity .3s, z-index .3s .3s, visibility .3s;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);

}

.fp-list-wrapp a:nth-child(4) .fp-hover,
.fp-list-wrapp a:nth-child(1) .fp-hover,
.fp-list-wrapp a:nth-child(7) .fp-hover,
.fp-list-wrapp a:nth-child(10) .fp-hover,
.fp-list-wrapp a:nth-child(13) .fp-hover {
    transform-origin: left center;
}

.fp-list-wrapp a:nth-child(3) .fp-hover,
.fp-list-wrapp a:nth-child(6) .fp-hover,
.fp-list-wrapp a:nth-child(9) .fp-hover,
.fp-list-wrapp a:nth-child(12) .fp-hover,
.fp-list-wrapp a:nth-child(15) .fp-hover {
    transform-origin: right center;
}

.fp-list:hover .fp-hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    opacity: 1;
    z-index: 6;
    visibility: visible;
    pointer-events: all;
    transition: transform .3s, opacity .3s, visibility .3s;
}

.fp-list .fp-hover canvas {
    width: 100%;
    background-size: cover;
    background-position: center;

}


.fp-list .fp-hover .fp-details-h {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.fp-list .fp-hover .fp-details-h .view {
    position: relative;
    margin-right: 40px;
    top: -30px;
    z-index: 5;
}

.fp-list .fp-hover .fp-details-h .view span.v-details {
    display: inline-block;
    width: 175px;
    max-width: 100%;
    line-height: 64px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    margin-top: 30px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


.fp-list .fp-hover .fp-details-h .view span.v-details > em {
    font-size: 6px;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: top right;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: top right;
    transform: rotate(45deg);
    transform-origin: top right;
    padding: 0;
    top: 33px;
    /* left: 0; */
    right: 18px;
}

.fp-list:hover .fp-details span.fp-address {
    width: calc(100% - 185px);
}

a:first-child .fp-list {
    justify-content: flex-start;
}

a:last-child .fp-list {
    justify-content: flex-end;
}


.fp-bttn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-bttn a.fp-bttn-link {
    display: inline-block;
    width: 265px;
    max-width: 100%;
    line-height: 64px;
    text-transform: uppercase;
    font-size: 14px;
    color: #16bcb2;
    border: 1px solid #16bcb2;
    letter-spacing: 0.2em;
    position: relative;
    text-align: center;
    margin: 60px 15px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


.fp-bttn a.fp-bttn-link:hover {
    background: #16bcb2;
    border: 1px solid #16bcb2;
    color: #fff;
}

.fp-bttn a.fp-bttn-link > em {
    font-size: 6px;
    color: #16bcb2;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: top right;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: top right;
    transform: rotate(45deg);
    transform-origin: top right;
    padding: 0;
    top: 33px;
    right: 15px;
    font-weight: 700;
}

.fp-bttn a.fp-bttn-link:hover > em {
    color: #fff;
}


.fp-bttn a.fp-bttn-link:last-child > em {
    right: 60px;
}

/*End of Featured Listing Styles*/

@media only screen and (max-width: 1366px) {
    .fp-list .fp-details {
        padding: 0 25px;
    }

    .fp-list .fp-hover .fp-details-h .view {
        margin-right: 25px;
    }

    .fp-list .fp-hover .fp-details-h .view span.v-details {
        width: 160px;
        font-size: 12px;
        letter-spacing: .1em;
    }

    .fp-list:hover .fp-details span.fp-address {
        width: calc(100% - 175px);
    }
}

@media only screen and (max-width: 1199px) {
    .fp-list .fp-details {
        padding: 0 10px;
    }


    .fp-list .fp-details:before {
        left: 20px;
    }

    .fp-list .fp-hover .fp-details-h .view span.v-details {
        width: 145px;
        font-size: 12px;
    }

    .fp-list:hover .fp-details span.fp-address {
        width: calc(100% - 155px);
    }

    .fp-list .fp-hover .fp-details-h .view {
        margin-right: 10px;
    }

    .fp-list .fp-details span.fp-price {
        font-size: 24px;
    }

    .fp-list .fp-details span.fp-address {
        font-size: 12px;
    }

    .fp-list .fp-details span {
        padding-left: 20px;
    }

    .fp-list .fp-hover .fp-details-h .view span.v-details > em {
        right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .fp-list-wrapp > a {
        width: calc(100% / 2);
    }

    .fp-list-wrapp a:nth-child(odd) .fp-hover {
        transform-origin: left center;
    }

    .fp-list-wrapp a:nth-child(even) .fp-hover {
        transform-origin: right center;
    }
}

@media only screen and (max-width: 767px) {
    .fp-list-wrapp > a {
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .fp-list .fp-hover .fp-details-h .view {
        margin-right: 30px;
    }

    .fp-list-wrapp a .fp-hover {
        transform-origin: center center !important;
    }

    .fp-list .fp-hover {
        transform: scale(.725);
        -webkit-transform: scale(.725);
        -moz-transform: scale(.725);
    }

    .fp-list:hover .fp-hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@media only screen and (max-width: 480px) {
    .fp-list {
        width: 100%;
    }

    .fp-list .fp-details span.fp-price {
        font-size: 20px;
    }

    .fp-list .fp-details span.fp-address {
        font-size: 11px;
    }

    .fp-list .fp-hover .fp-details-h .view span.v-details {
        width: 115px;
        font-size: 10px;
        letter-spacing: .05em;
    }

    .fp-list .fp-hover .fp-details-h .view span.v-details > em {
        right: 5px;
        top: 31px;
    }

    .fp-list .fp-details span {
        padding-left: 30px;
    }

    .fp-list:hover .fp-hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    .input-search-sort {
        position: relative;
        width: 100%;
        max-width: 200px;
    }

    .input-search-left {
        width: 100%;
    }

    .input-search-left::after {
        display: none;
    }

    .input-search-wrap input {
        width: 100%;
    }

    .input-search-wrap {
        display: block;
    }

    .input-search-sort {
        margin-top: 28px;
    }

    .com-det-title {
        font-size: 24px;
    }
}

.bootstrap-select > .dropdown-toggle {
    width: calc(100% - 23px);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .100em;
    border-radius: 0;
    border-bottom: 1px solid #c1c1c1;
    height: 26px;
    color: black !important;
    line-height: 15px !important;
}

div#IDX-resultsPagerTop {
    font-size: 12px;
}

#real-content {
    height: 0px;
    overflow: hidden;
}

.IDX-pagination li a {
    color: #16bcb2;
    border-color: #16bcb2 !important;
    padding: 4px 20px !important;
}

.fp-paginate {
    font-size: 14px;
    margin-top: 50px;
    padding: 0 20px;
}

a.page-numbers {
    border: solid 1px #16BCB2;
    width: 25px;
    height: 25px;
}

select.mb-dropdown {
    padding: 15px 30px;
    margin-top: 20px;
    border-color: #16bcb2;
}

.mb-fp-paginate {
    margin-top: 40px;
}

span.select2-selection.select2-selection--single,
ul#select2-select2-results,
span.select2-dropdown.select2-dropdown--below {
    border-color: #16bcb2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
    font-size: 20px !important;
}