/*******************************************************
 *
 * Search Results
 *
 *******************************************************/
.ft-cont-agent.is-page-properties {
    display: block;
}

.ft-cont-agent.is-default {
    display: none !important;
}

.ip-banner canvas {
    background-image: url(../../images/properties/properties-banner.jpg)!important;
}

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


 #inner-page-wrapper {
     margin-bottom: 0;
 }


/* Active Listings */

.ip-al-page-control:hover {
    border-color: #a7a7a7;
    background: #a7a7a7;
}

.ip-al-page-control:hover span {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.ip-al-pagination ul > li > a:hover {
    color: #a7a7a7;
}


.ip-al-pagination ul > li.ip-al-page.ellipsis {
    padding: 0;
    pointer-events: none;
}



 .ip-al-lines {
    position: absolute;
    content: '';
    top: 6.25vw;
    left: 22.6%;
    width: 100%;
    height: 100%;
    max-width: 30.323%;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
}

.ip-al-lines:before, .ip-al-lines:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.063vw;
    height: 30%;
    background: rgba(8,48,93,.08);
}

.ip-al-lines:after {
    height: 30%;
    right: 0;
    left: auto;
}

.ip-al-elines {
     position: absolute;
     bottom: 0;
     width: 0.063vw;
     background: rgba(8,48,93,.08);
     height: 42%;
     right: 0;
     left: auto;
     z-index: 1;
     pointer-events: none;
}




#ip-active-listings {
    font-size: 0;
    line-height: 1;
    letter-spacing: normal;
    overflow: hidden;
    margin-top: -6.25vw;
}

#ip-active-listings .parallax-title-accent.is-left .parallax-text-holder:last-of-type {
    left: -3.2%;
    bottom: auto;
    top: 16%;
}

#ip-active-listings .parallax-title-accent .parallax-text h2 {
    -webkit-text-stroke-color: #dde1e5;
}

.ip-al-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43%;
    pointer-events: none;
    z-index: 1;
}

.ip-al-bg-inner {
    display: block;
    position: relative;
    width: 31.875vw;
    height: 100%;
    margin-right: auto;
    background-color: #fff;
}

.ip-al-bg-inner:before {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 5.938vw);
    height: calc(100% - 5.438vw);
    background: #fff;
    z-index: 1;
    content: '';
}


 .ip-al-bg-inner canvas {
     width: 100%;
     height: 100%;
     background-image: url(../../images/communities/comm-bg.jpg);
     display: block;
     -webkit-filter: grayscale(1);
             filter: grayscale(1);
     opacity: 0.15;
 }

 .ip-al-bg-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 30%;
    pointer-events: none;
    z-index: 1;
}

.ip-al-bg-accent canvas {
    width: 100%;
    height: 100%;
    background-image: url(../../images/communities/comm-bg.jpg);
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.15;
}

 .ip-al-container {
    display: block;
    position: relative;
    padding: 0 0 1.688vw;
}


.ip-al-wrapper {
    display: block;
    position: relative;
}

.ip-al-main {
    display: block;
    position: relative;
}

.ip-al-title-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5.625vw;
    z-index: 2;
}

.ip-al-slide-wrapper {
    display: block;
    position: relative;
    z-index: 3;
}

.ip-al-slide {
    display: block;
    position: relative;
    margin: 0 -0.156vw;
}

.ip-al-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 6.125vw;
    margin-left: 6.125vw;
}

.ip-al-img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ip-al-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    height: 100%;
    min-height: 20.3125vw;
}

.ip-al-item a {
    display: block;
    position: relative;
}

.ip-al-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    padding: 0.156vw;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.ip-al-slide:not(.slick-initialized) .ip-al-slide:nth-child(n+3) ~ div {
    display: none;
}

.ip-al-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2.188vw 2.875vw;
    -webkit-transform: translateY(1.563vw);
        -ms-transform: translateY(1.563vw);
            transform: translateY(1.563vw);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-al-hover-btn,
.ip-al-address,
.ip-al-price {
    display: block;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.ip-al-price span {
    font-size: 1.375vw;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}

.ip-al-address span {
    font-size: 1.25vw;
    line-height: 1;
    color: #fff;
}

.ip-al-price {
    margin-bottom: 0.688vw;
}

.ip-al-item a:hover .ip-al-address {
    margin-bottom: 1.875vw;
}

.ip-al-hover-btn span {
    font-size: 0.75vw;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.400em;
    text-transform: uppercase;
    display: block;
    padding-left: 2.938vw;
}

.ip-al-hover-btn span em {
    font-style: normal;
    position: relative;
}

.ip-al-hover-btn span em:before {
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + 0.938vw);
    width: 2vw;
    height: 0.125vw;
    background: #b4c1d0;
}

.ip-al-hover-btn {
    -webkit-transform: translateY(3.125vw);
        -ms-transform: translateY(3.125vw);
            transform: translateY(3.125vw);
    opacity: 0;
    visibility: hidden;
}

.ip-al-address {
    margin-bottom: 0;
}

.ip-al-item a:hover .ip-al-hover-btn {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


.ip-al-item a .al-img canvas {
    opacity: .29;
}


#ip-active-listings .custom-container {
    padding: 0 4.563vw;
}

.ip-al-title-wrap .global-title {
    display: inline-block;
    vertical-align: bottom;
}

.ip-al-main-btn {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding-bottom: 1.438vw;
}

.ip-al-title-wrap .global-title h2 {
    font-size: 6.25vw;
    letter-spacing: 0.020em;
    font-weight: 400;
}

.ip-al-title-wrap .global-title span {
    display: block;
    position: relative;
    font-family: var(--jost);
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.500em;
    text-transform: uppercase;
    color: #06274b;
}



.ip-al-item a:hover .ip-al-info {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
 }

 .ip-al-item a:hover .fl-address {
    margin-bottom: 2.688vw;
}


.ip-al-item a:hover .fl-hover-btn {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.ip-al-item a:hover .ip-al-img canvas {
    /* opacity: 0.32; */
}

.ip-al-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(6,53,106,0.71);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.ip-al-item a:hover .ip-al-img:before {
    opacity: 1;
    visibility: visible;
}


.ip-al-page-control {
    width: 1.688vw;
    height: 1.688vw;
    border: 1px solid #a7a7a7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-al-pagination ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.938vw;
}

.ip-al-pagination ul > li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0.938vw;
}

.ip-al-pagination ul > li > a {
    font-family: var(--roboto);
    font-size: 0.938vw;
    line-height: 1;
    letter-spacing: normal;
    color: #0c2847;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-weight: 400;
}

.ip-al-pagination ul > li:first-child {
    padding-left: 0;
}

.ip-al-pagination ul > li:last-child {
    padding-right: 0;
}

span.ai-icon-arrow-dd-n {
    background-image: url(../../images/community-details/ai-arrow-d-n.png);
    width: 0.75vw;
    height: 0.688vw;
}

span.ai-icon-arrow-dd-p {
    background-image: url(../../images/community-details/ai-arrow-d-p.png);
    width: 0.75vw;
    height: 0.688vw;
}









.ip-qs-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #06274b;
}


.ip-qs-bg-accent {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 12.438vw;
    height: 4.375vw;
    z-index: 2;
    background-color: #fff;
}

.ip-qs-bg-accent canvas {
       width: 100%;
    height: 100%;
    background-image: url(../../images/communities/comm-bg.jpg);
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.15;
}

.ip-qs-bg canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/properties/qs-bg.jpg);
    z-index: 1;
    opacity: 0.05;
}

.ip-al-caption {
    display: block;
    position: relative;
    margin: 1.25vw 0 1.688vw;
    padding-left: 0.625vw;
}

.ip-al-caption p {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #000000;
    font-family: var(--roboto);
}

.ip-al-title-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#ip-quicksearch {
    display: block;
    position: relative;
    margin-right: calc((100vw - 90.875vw) / -2);
}

.ip-qs-container {
    display: block;
    position: relative;
    padding: 3.313vw 4.5vw 3.563vw 3.5vw;
}

.ip-qs-field select option {
    color: #fff;
    background: #06274b;
}

.ip-qs-wrapper {
    display: block;
    position: relative;
}

.ip-qs-main {
    display: block;
    position: relative;
}

.ip-qs-title {
    display: block;
    position: relative;
    margin-bottom: 0.625vw;
}

.ip-qs-form-main {
    display: block;
    position: relative;
}

.ip-qs-field {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 0.625vw);
    float: left;
    margin-bottom: 1.563vw;
}

.ip-qs-field.fl-r {
    float: right;
}

.ip-qs-field select, .ip-qs-field input#minprice, .ip-qs-field input#maxprice {
    width: 100%;
    height: 3.563vw;
    border: none;
    border-bottom: 1px solid #627b98;
    background-color: transparent;
    font-size: 0.75vw;
    line-height: normal;
    letter-spacing: 0.100em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--roboto);
    padding: 0;
    background-image: url(../../images/properties/ai-arrow-d.png);
    background-repeat: no-repeat;
    background-position: right 0.625vw center;
    background-attachment: scroll;
}

.ip-qs-wrapper:before, .ip-qs-wrapper:after {
    content: '';
    clear: both;
    display: table;
 }


.ip-al-title-col:first-child {
    width: 57%;
    padding: 0 3.5vw 0;
}

.ip-al-title-col:last-child {
    width: 43%;
}



.ip-qs-field input[type=submit],
.ip-qs-field input[type=reset] {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0.813vw;
    line-height: normal;
    letter-spacing: 0.400em;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.ip-qs-field.submit {
    margin-bottom: 0;
    margin-top: 1.688vw;
    width: auto;
    float: none;
    margin-right: 2.938vw;
}

.ip-qs-field.submit.fl-r {
    margin-right: 0;
}

.ip-qs-title h2 {
    font-family: var(--encorpada);
    font-size: 2.188vw;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}


.ip-ldsc-main {
    display: block;
    position: relative;
    z-index: 2;
    padding: 5.625vw 1.875vw 5.625vw 0;
}

.ip-ldsc-main p {
    font-size: 0.875vw;
    line-height: 1.8;
    letter-spacing: 0.034em;
    color: #003670;
    font-family: var(--roboto);
    font-weight: 300;
}

.ip-ldsc-main p span {
    text-decoration: underline;
}

.ip-ldsc-main p:not(:last-child) {
    margin-bottom: 1.563vw;
}

#ip-listings-disclaimer .custom-container {
    padding: 0 4.563vw;
}


.ip-ldsc-wrapper {
    display: block;
    position: relative;
}

#ip-listings-disclaimer {
    font-size: 0;
    line-height: 1;
    letter-spacing: normal;
}

.ip-ldsc-lines {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0.063vw;
    background: rgba(8,48,93,.08);
    height: 42%;
    right: 11.3%;
    z-index: 1;
    pointer-events: none;
}


button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 3.563vw;
    border: none;
    border-bottom: 1px solid #627b98;
    background-color: transparent;
    font-size: 0.75vw;
    line-height: normal;
    letter-spacing: 0.100em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--roboto);
    padding: 0;
    background-image: url(../../images/properties/ai-arrow-d.png);
    background-repeat: no-repeat;
    background-position: right 0.625vw center;
    background-attachment: scroll;
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {


    #ip-listings-disclaimer .custom-container,
    .custom-container {
        padding: 0 40px;
    }




    .ip-al-bg {
        height: 30%;
    }

    .ip-al-container {
        padding: 70px 0 50px;
    }

    .ip-al-title-wrap .global-title h2 {
        font-size: 60px;
    }

    .ip-al-title-wrap .global-title span {
        font-size: 18px;
    }

    .ip-al-title-wrap {
        display: block;
        margin-bottom: 40px;
        padding: 0;
        text-align: center;
    }

    .ip-al-title-wrap .global-title {
        display: block;
        margin-bottom: 20px;
    }

    .ip-al-main-btn {
        display: block;
        padding-bottom: 0;
    }

    #ip-active-listings .custom-container {
        padding: 0 40px;
    }

    .ip-al-elines {
        display: none;
    }

    .ip-al-lines {
        left: 0;
        right: 0;
        max-width: 52%;
        top: 0;
    }

    .ip-al-lines:before, .ip-al-lines:after {
        height: 80%;
        top: 0;
    }

    .ip-al-bg-inner {
        width: 115px;
    }

    .ip-al-bg-inner:before {
        width: calc(100% - 55px);
        height: calc(100% - 50px);
    }

    .ip-al-page-control {
        width: 27px;
        height: 27px;
    }

    span.ai-icon-arrow-dd-n,
    span.ai-icon-arrow-dd-p {
        width: 12px;
        height: 11px;
    }


    .ip-al-pagination ul {
        margin: 0 15px;
    }

    .ip-al-pagination ul > li {
        padding: 0 10px;
    }

    .ip-al-pagination ul > li > a {
        font-size: 12px;
    }


    .ip-al-pagination {
        margin: 50px 0 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .ip-al-price span {
        font-size: 20px;
    }

    .ip-al-address span {
        font-size: 17px;
    }

    .ip-al-hover-btn span {
        font-size: 12px;
        padding-left: 30px;
    }

    .ip-al-price {
        margin-bottom: 10px;
    }

    .ip-al-info {
        padding: 0 20px 20px;
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
    }

    .ip-al-hover-btn span em:before {
        height: 1px;
        right: calc(100% + 9px);
        width: 20px;
    }

    .ip-al-item a:hover .ip-al-address {
        margin-bottom: 20px;
    }

    .ip-al-img canvas {
        min-height: 250px;
    }

    .ip-al-item {
        width: calc(100% / 2);
        padding: 0 2.5px;
    }

     .ip-al-slide:not(.slick-initialized) .ip-al-slide:nth-child(n+2) ~ div{
        display: none;
    }

    .ip-al-slide {
        margin: 0 -2.5px;
    }

    .ip-al-bg-accent {
        display: none;
    }

    #ip-active-listings {
        margin-top: 0;
    }

    .ip-al-caption p {
        font-size: 14px;
    }

    .ip-al-caption {
        margin: 30px 0 50px;
        padding-left: 0;
    }

    .ip-al-title-col {
        width: 100%!important;
        padding: 0!important;
        display: block;
    }

    .ip-qs-field select, .ip-qs-field input#minprice, .ip-qs-field input#maxprice {
        height: 57px;
        font-size: 12px;
        background-position: right 10px center;
    }

    .ip-qs-title h2 {
        font-size: 50px;
    }

    .ip-qs-title {
        margin-bottom: 20px;
    }

    .ip-qs-container {
        padding: 40px 30px 40px;
    }

    .ip-qs-bg-accent {
        display: none;
    }

    .ip-qs-field input[type=submit], .ip-qs-field input[type=reset] {
        font-size: 12px;
    }

    .ip-qs-field.submit {
        margin-right: 30px;
        margin-top: 34px;
    }

    .ip-qs-field {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .ip-ldsc-main p {
        font-size: 14px;
    }

    #ip-active-listings .parallax-title-accent.is-left .parallax-text-holder:last-of-type {
        top: 0;
    }

    .ip-ldsc-main {
        padding: 50px 0;
    }

    .ip-ldsc-lines {
        display: none;
    }

    #ip-quicksearch {
        margin-right: 0;
    }


}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {


    .ip-comm-det-bg:before {
        width: 58px;
    }

    .ip-comm-det-bg-inner{
        width: 58px;
    }

    .ip-comm-det-title-wrap {
        text-align: center;
    }

    .ip-comm-det-main .global-title h2 {
        font-size: 45px;
        letter-spacing: normal;
    }

    .ip-comm-det-bg-inner:before {
        width: 44px;
    }

    .ip-comm-det-short-desc {
        text-align: center;
    }


   #ip-active-listings .custom-container {
        padding: 0 30px;
    }

    .ip-al-bg-inner {
        width: 70px;
    }

    .ip-al-bg-inner:before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .ip-al-title-wrap .global-title h2 {
        font-size: 40px;
    }

     .ip-al-slide:not(.slick-initialized) .ip-al-slide:nth-child(n+2) {
        display: none;
    }

    .ip-al-item {
        width: 100%;
        padding: 0;
    }

    .ip-al-slide {
        margin: 0;
    }


}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
     #ip-listings-disclaimer .custom-container,
     .custom-container {
        padding: 0 15px;
    }

    #ip-active-listings .custom-container {
        padding: 0 15px;
    }

    .ip-al-bg-inner:before {
        width: calc(100% - 15px);
    }

    .ip-al-pagination {
     margin: 30px 0 0;
    }

    .ip-qs-container {
        padding: 40px 15px 40px;
    }

    .ip-qs-field select, .ip-qs-field input#minprice, .ip-qs-field input#maxprice {
        font-size: 10px;
    }

    .ip-qs-field {
        width: calc(50% - 5px);
    }

    .ip-qs-title h2 {
        font-size: 32px;
    }

    .ip-ldsc-main p:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-al-container {
        padding: 50px 0 50px;
    }

}
