/***Featured Listings***/

.header-sm {
    display: none;
}

.ip-banner::before {
    background: rgba(0, 0, 0, .05);
}

.ip-banner::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/relocation/reloc-banner-fade.png) center top repeat-x;
    background-size: cover;
}

.custom-breadcrumbs {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 46, 51, .7);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.050em;
    padding: 10px 0;
}

.custom-breadcrumbs span {
    font-size: 11px;
    display: inline-block;
}

.custom-breadcrumbs .breadcrumb_last {
    font-weight: 600;
}

.custom-breadcrumbs .container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
}

#sp-wrap {
    position: relative;
    background: url(../../images/featured-listings/fl-wrap-bg.jpg) right top no-repeat;
    background-size: 62.313% auto;
    padding: 0 0 5.75vw;
}

#sp-wrap:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 61.25%;
    height: 580px;
    background: url(../../images/fl-accent.jpg) center center no-repeat;
    background-size: cover;
}

#sp-wrap .custom-breadcrumbs {
    display: none;
}

#sp-content {
    width: 91.75vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 108px 0 0;
}

.sp-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 3.75vw;
}

.sp-title h1 {
    overflow: hidden;
    text-align: right;
    margin: 0 0 0;
}

.sp-title h1 strong {
    display: block;
    font-size: 3.375vw;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 5.6875vw;
    background: url(../../images/palms-1.png) left 6px no-repeat;
    background-size: 5.0625vw auto;
    text-align: left;
}

.sp-title h1 span {
    font-size: 1.75vw;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.150em;
    color: #fff;
    display: inline-block;
    margin: 0.625vw 0 0;
    position: relative;
}

.sp-title h1 span:after {
    content: '';
    display: block;
    height: 3px;
    width: 100vw;
    position: absolute;
    right: 105%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #f7c1b9;
}

#sp-content .sp-left {
    width: 57.561%;
}

#sp-content .sp-right {
    width: 42.439%;
}

.sp-tabs {
    margin: 4.625vw 0 3.25vw;
}

.sp-tabs ul {
    font-size: 0;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
    padding: 0 10px;
}

.sp-tabs li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4.1875vw;
}

.sp-tabs li:first-child {
    margin: 0 0 0 0;
}

.sp-tabs span {
    font-size: 0.875vw;
    letter-spacing: 0.050em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sp-tabs span.active {
    font-weight: 700;
    color: #f7c1b9;
    pointer-events: none;
}

.sp-tabs span:hover {
    font-weight: 700;
    color: #f7c1b9;
}

.forms-content {
    background: url(../../images/search-properties/qs-form-bg.jpg) center center no-repeat #014046;
    background-size: cover;
    padding: 3.75vw 2.8125vw;
}

.forms-content .form-single {
    display: none;
}

.forms-content .form-single.active {
    display: block;
}

.form-fields {}

.form-fields .form-field {
    margin: 2.8125vw 0 0;
}

.form-fields .form-field.field-radio-section {
    margin: 4.0625vw 0 0;
}

.form-fields .form-field.field-sales-section {
    margin: 5.625vw 0 0;
}

.form-fields .form-field.field-keyword-section {
    margin: 7.5vw 0 0;
}

.form-fields .form-field.form-btns-adv {
    margin: 8.4375vw 0 0;
}

.form-fields .form-field.form-btns-mlsid {
    margin: 5vw 0 0;
}

.form-fields .form-field:first-child {
    margin: 0 0 0;
}

.form-fields .form-dual-field {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.form-fields .form-dual-field > div {
    width: calc(50% - 0.8125vw);
}

.form-fields .form-dual-field > div:first-child {
    margin: 0 0 0;
}

.form-fields .form-field label {
    display: block;
    font-size: 0.9375vw;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    color: #fff;
    margin: 0 0 0.625vw;
}

.form-fields .form-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 2px solid #7d9da0;
    color: #e9e2e2;
    font-size: 0.875vw;
    letter-spacing: 0.050em;
    background: url(../../images/qs-dd.png) 98% center no-repeat;
    outline: 0;
    border-radius: 0;
    height: 2.6875vw;
    line-height: 1.5;
}

.form-fields .form-field select option {
    color: #000;
}

.form-fields .form-field input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 2px solid #7d9da0;
    color: #e9e2e2;
    font-size: 0.875vw;
    letter-spacing: 0.050em;
    background: none;
    outline: 0;
    border-radius: 0;
    height: 2.6875vw;
    line-height: 1.5;
}

.form-fields .form-year {
    font-size: 0.9375vw;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.form-fields .form-year > div.year-field {
    width: 6.5vw;
}

.form-fields .form-living-area > div.living-area-field,
.form-fields .form-price > div.price-field,
.form-fields .form-lot-size > div.lot-size-field {
    width: 10.5vw;
}

.form-fields .form-year input[type="text"] {
    height: 1.125vw;
    text-align: center;
    font-size: 0.8125vw;
}

.form-living-area, .form-price, .form-lot-size {
    font-size: 0.9375vw;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

div#living-to,
div#lot-size-to {
    line-height: 1em;
    position: relative;
    top: 30px;
}

div#price-to{
    line-height: 1em;
    position: relative;
    top: 30px;
}

.form-fields .form-radio {
    font-size: 0.9375vw;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.form-fields .form-radio label {
    margin: 0 0 0 0;
}

.form-fields .form-radio label span {
    display: inline-block;
    vertical-align: middle;
}

.form-fields .form-radio .radio-choice {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.form-fields .form-radio .radio-single {
    margin: 0 0 0 1.6875vw;
}

.form-fields .form-radio .radio-single:first-child {
    margin: 0 0 0 0;
}

.form-fields .form-radio input[type=radio] {
    margin: 0 0 0;
    height: 1.125vw;
    width: 1.125vw;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    /*border-radius: 50%;*/
    display: inline-block;
    vertical-align: middle;
}

.form-fields .form-radio input[type=radio]:checked {
    background: url(../../images/search-properties/qs-check.png) center center no-repeat #fff;
    background-size: 0.875vw auto;
}

.form-field .qs-pricerangeval,
.form-field .qs-lotrangeval {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    color: #e9e2e2;
    font-size: 0.875vw;
    margin: 0 0 1.4375vw;
    pointer-events: none;
}

.form-field .ui-slider-horizontal .ui-slider-handle {
    background: #cfe5d7;
    width: 16px;
    height: 16px;
    top: -8px;
    border-radius: 10px;
    outline: 0;
}

.form-field .ui-slider-horizontal .ui-slider-range,
.form-field .ui-slider-horizontal {
    height: 2px;
    background: #7d9da0;
    border: 0px solid #d3d3d3;
}

.form-fields .form-btns {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.form-fields .form-btns > div {
    width: 12vw;
    margin: 0 0 0 1.875vw;
}

.form-fields .form-btns > div:first-child {
    margin: 0 0 0 0;
}

.form-fields .form-btns input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 4.25vw;
    border: 2px solid #7a9a9d;
    background: url(../../images/palm-1.png) 2.325vw center no-repeat rgba(255, 255, 255, 0);
    background-size: 1.375vw auto;
    padding: 0 0 0 1.0125vw;
    font-size: 0.875vw;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff;
    text-transform: uppercase;
    outline: 0;
}

.form-fields .form-btns input:hover {
    background: url(../../images/palm-2.png) 2.325vw center no-repeat rgba(255, 255, 255, 1);
    background-size: 1.375vw auto;
    border: 2px solid #fff;
    color: #464646;
}

.form-fields .form-note {
    color: #7b9b9f;
    font-size: 0.875vw;
    letter-spacing: 0.050em;
    line-height: 1.5625vw;
    margin: 1.25vw 0 0;
}

.form-fields .form-field .bs-searchbox input[type="text"] {
    color: #333;
}

.sp-map {}

.sp-map img {
    display: block;
    width: 100%;
    height: auto;
}

.sp-lux {
    background: #fff;
    padding: 5.25vw 0 0 4.0625vw;
}

.lux-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.lux-title h2 {
    overflow: hidden;
    text-align: right;
}

.lux-title h2 strong {
    display: block;
    font-size: 3vw;
    font-weight: 400;
    color: #014046;
    text-transform: uppercase;
    padding: 0 0 0 5.4375vw;
    background: url(../../images/palms-2.png) left center no-repeat;
    background-size: 4.4375vw auto;
    font-family: 'Termina';
}

.lux-title h2 span {
    font-size: 1.375vw;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.150em;
    color: #014046;
    display: inline-block;
    margin: 0.625vw 0 0;
    position: relative;
}

.lux-title h2 span:after {
    content: '';
    display: block;
    height: 3px;
    width: 100vw;
    position: absolute;
    right: 105%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #f7c1b9;
}

.lux-single {
    margin: 8.9375vw 0 0;
}

.lux-single:first-child {
    margin: 0 0 0;
}

.lux-single a {
    display: block;
    margin: 2.625vw auto 0 0;
    width: 86.809%;
    position: relative;
}

.lux-single a:before {
    content: '';
    display: block;
    background: url(../../images/search-properties/sp-lux-accent.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 77.413%;
    bottom: -3.75vw;
    right: -4.0625vw;
    pointer-events: none;
}

.lux-single:nth-child(even) a {
    margin: 2.625vw 0 0 auto;
}

.lux-single:nth-child(even) a:before {
    right: auto;
    left: -4.0625vw;
}

.lux-single a .lux-img {
    position: relative;
    z-index: 1;
}

.lux-single a .lux-img img {
    display: block;
    width: 100%;
    height: auto;
}

#sp-wrap .bootstrap-select.btn-group .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0px;
    border-bottom: 2px solid #7d9da0;
    background: none;
    outline: 0;
    border-radius: 0;
    height: 2.6875vw;
    padding: 0;
}

#sp-wrap .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #e9e2e2;
    font-size: 0.875vw;
    letter-spacing: 0.050em;
    background: none;
    outline: 0;
    line-height: 1.5;
}

#sp-wrap .dropdown-menu.open {
    max-height: 300px !important;
}

#sp-wrap ul.dropdown-menu.inner {
    max-height: 250px !important;
}

#idx-unlocked-notification,
#IDX-leadToolsBar,
#IDX-navbar,
div#IDX-main > div:last-of-type {
    display: none !important;
}

.idxb-container form#IDX-MapSearch-Form {
    opacity: 0;
}

div#a_waterfrontyn {
    position: relative;
    right: 0;
}

div#a_poolprivateyn {
    position: relative;
    right: 0;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
    #sp-content {
        width: calc(100vw - 20px);
    }
    .forms-content #IDX-mapSearchFields {
        transform-origin: center right;
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
    }
}

@media only screen and (max-width: 1199px) {
    .forms-content #IDX-mapCount {
        display: block !important;
        text-align: center;
    }
    .forms-content #IDX-mapSearchFields {
        position: relative;
        transform: scale(.1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .forms-content #IDX-mapHeader-Search {
        height: auto;
    }
    .forms-content #IDX-price-fields {
        width: 100%;
    }
    div#price-to {
        top: 17px;
    }
    }

@media only screen and (max-width: 991px) {
    #sp-wrap:before {
        width: 100%;
    }
    #sp-content .sp-left {
        width: 100%;
    }
    .sp-title {
        justify-content: center;
        padding: 0 0 00;
    }
    .sp-title h1 strong {
        font-size: 7.375vw;
        padding: 0 0 0 10.6875vw;
        background: url(../../images/palms-1.png) left 6px no-repeat;
        background-size: 10.0625vw auto;
    }
    .sp-title h1 span {
        font-size: 4.75vw;
    }
    .sp-tabs ul {
        text-align: center;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sp-tabs span {
        font-size: 2.250vw;
    }
    .form-fields .form-dual-field > div {
        margin: 0 0 20px !important;
    }
    .form-fields .form-field label {
        font-size: 1.5375vw;
        margin: 0 0 10px;
    }
    .form-fields .form-field input[type="text"],
    .form-fields .form-field select {
        font-size: 1.375vw;
        height: 4.9875vw;
    }
    .form-field .qs-pricerangeval {
        font-size: 1.375vw;
        margin: 0 0 3.4375vw;
    }
    .form-fields .form-year input[type="text"] {
        height: 1.925vw;
        text-align: center;
        font-size: 1.4125vw;
    }
    .form-fields .form-year {
        font-size: 1.5375vw;
    }
    .form-fields .form-year > div.year-field {
        width: 13.5vw;
    }
    .form-fields .form-radio {
        font-size: 1.5375vw;
    }
    .form-fields .form-field.form-btns-adv,
    .form-fields .form-field.field-keyword-section,
    .form-fields .form-field.field-sales-section,
    .form-fields .form-field.field-radio-section,
    .form-fields .form-field {
        margin: 0;
    }
    .form-fields .form-btns {
        justify-content: center;
    }
    .form-fields .form-btns > div {
        width: 200px;
    }
    .form-fields .form-btns input {
        height: 68px;
        font-size: 14px;
        padding: 0 0 0 30px;
        background: url(../../images/palm-1.png) 45px center no-repeat rgba(255, 255, 255, 0);
        background-size: 21px auto;
    }
    .form-fields .form-btns input:hover {
        background: url(../../images/palm-2.png) 45px center no-repeat rgba(255, 255, 255, 1);
        background-size: 21px auto;
    }
    .form-fields .form-radio input[type=radio] {
        width: 15px;
        height: 15px;
    }
    .form-fields .form-radio input[type=radio]:checked {
        background: url(../../images/search-properties/qs-radio.png) center center no-repeat #fff;
        background-size: 7px auto;
    }
    .form-fields .form-note {
        font-size: 13px;
        line-height: 1.5;
        margin: 20px 0 0;
    }
    #sp-content .sp-right {
        width: 100%;
    }
    .sp-lux {
        padding: 5.25vw 0 0 0;
    }
    .lux-title {
        justify-content: center;
    }
    .lux-title h2 strong {
        font-size: 42px;
        padding: 0 0 0 55px;
        background: url(../../images/palms-2.png) left center no-repeat;
        background-size: 50px auto;
    }
    .lux-title h2 span {
        font-size: 17px;
        margin: 10px 0 0;
    }
    .lux-single:nth-child(even) a,
    .lux-single a {
        margin: 2.625vw auto 0 auto;
        width: 100%;
        max-width: 487px;
    }
    .lux-single a:before {
        display: none;
    }
    .form-fields .form-living-area > div.living-area-field,
    .form-fields .form-price > div.price-field,
    .form-fields .form-lot-size > div.lot-size-field {
        width: 20.5vw;
    }
    div#living-to {
        line-height: 1;
        font-size: 14px;
    }
    div#lot-size-to,
    div#living-to,
    div#price-to {
        line-height: normal;
        position: relative;
        top: 22px;
        font-size: 12px;
    }
    .form-fields .form-radio {
        display: flex;
        justify-content: flex-start;
    }
    .form-fields .form-radio .radio-choice {
        right: 0 !important;
        margin-left: 20px;
    }
    
    .forms-content #form-add .form-fields .form-field:nth-child(2) {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .forms-content {
        padding: 30px 2.8125vw;
    }
    .form-fields .form-dual-field > div {
        width: 100%;
        margin: 0;
    }
    .form-fields .form-year,
    .form-fields .form-radio,
    .form-fields .form-field label {
        font-size: 13px;
    }
    .form-fields .form-year {
        align-items: center;
    }
    .form-fields .form-year > div.year-field {
        width: 30.5vw;
    }
    #sp-wrap .bootstrap-select.btn-group .dropdown-toggle {
        height: 35px;
    }
    .form-fields .form-year input[type="text"],
    .form-fields .form-field input[type="text"],
    .form-fields .form-field select,
    #sp-wrap .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 12px;
        height: 35px;
    }
    .form-field .qs-pricerangeval {
        font-size: 13px;
        margin: 0 0 20px;
    }
    .form-fields .form-btns {
        flex-flow: column wrap;
        justify-content: center;
    }
    .form-fields .form-btns > div {
        margin: 20px 0 0;
    }
    .form-fields .form-price > div.price-field {
        width: 39vw;
    }
    .form-fields .form-living-area > div.living-area-field,
    .form-fields .form-price > div.price-field,
    .form-fields .form-lot-size > div.lot-size-field {
        width: 39vw;
    }
    div#living-to,
    div#price-to {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .form-fields .form-year,
    .form-fields .form-radio,
    .form-fields .form-field label {
        font-size: 11px;
    }
    .sp-tabs span {
        font-size: 2.700vw;
    }
    .form-fields .form-year > div.year-field {
        width: 25.5vw;
    }
    div#a_waterfrontyn {
        position: relative;
        right: 45px;
        top: -2px;
    }
    div#a_poolprivateyn {
        position: relative;
        right: 45px;
        top: -2px;
    }
}