body.single-aios-listings .header-wrapper {
    background-color: #000;
    padding: 26px 0;
    position: fixed;
}

body.single-aios-listings #fixed-header {
    display: none;
}

body.single-aios-listings .header-wrapper > .container {
    width: 100%;
    padding: 0 50px 0 60px;
}

.ip-banner {
    display: none;
}

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

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

.site-img {
    position: relative;
    overflow: hidden;
}

.site-img canvas {
    width: 100%;
}

.site-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#IDX-main {
    /* display: none; */
}

div#idx-unlocked-notification, div#IDX-detailsTopNav, div#IDX-details-row-content, div#IDX-fieldsWrapper, div#IDX-similar-listings-data, h2#IDX-similar-listings-title, div#IDX-similar-listings-result, div#IDX-detailsContactForm {
    display: none;
}

div#IDX-main+img {
    display: none;
}

#ip-property-details {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 123px;
}

.ippd-banner.sold+div {
    margin: 117px 0 0;
}

.ippd-banner {
    position: relative;
    z-index: 1;
}

.ippd-banner.sold {
    display: none;
}

.ippd-banner canvas {
    /* min-height: 740px; */
}

.ippd-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, rgba(0, 0, 0, 0.3)), color-stop(21%, rgba(0, 0, 0, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 7%, rgba(0, 0, 0, 0.2) 21%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0.3));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 7%, rgba(0, 0, 0, 0.2) 21%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0.3));
}

.ippd-banner>h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 10px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 70px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 500;
    width: 100%;
    display: none;
}

.ippd-main {
    position: relative;
    z-index: 2;
    padding: 0;
}

.ippd-main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 89%;
    background-image: url('../../images/property-details/main-bg.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 0.15;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: none;
}

.ippd-main:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15vw;
    height: 10px;
    background: #fff;
    z-index: -1;
}

.ippd-main-left {
    position: relative;
}

.ippd-main-left-inner {
    display: block;
    padding-right: 89px;
    padding-top: 29px;
}

p#breadcrumbs {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 0 10px;
}

.ippd-main-title {
    position: relative;
    margin: 75px 0 34px;
}

.ippd-main-title h2 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    letter-spacing: normal;
}

.ippd-main-title, .ippd-main-price {
    margin-left: -50px;
}

.ippd-main-title {
    margin-right: -45px;
}

/* .ippd-main-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 97px 0 0 0;
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
} */
.ippd-main-info:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #20b8f7;
    z-index: -1;
}

.ippd-main-info-left {
    position: relative;
    border-right: 1px solid #86dcff;
    width: 230px;
    padding: 25px 0 19px;
}

.ippd-price.date {
    font-size: 21px;
}

.ippd-price.date > div {
    line-height: 1.2;
}

.ippd-price > span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: .025em;
    font-weight: 100;
    margin-bottom: 7px;
}

.ippd-price {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    color: #ffffff;
    padding: 16px 0 0;
}

.ippd-price.sold-price {
    margin: 33px 0 0;
}

.rep-buyers {
    font-size: 16px;
    margin-top: 20px;
    font-weight: normal;
}

.ippd-extra {
    position: relative;
    margin: 25px 0 0;
}

.ippd-extra>div {
    position: relative;
    margin: 25px 0 0;
}

.ippd-extra>div:first-child {
    margin: 0;
}

.ippd-extra>div>span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: normal;
}

.ippd-extra>div>span:last-child {
    font-size: 20px;
    margin-top: 7px;
    font-weight: 500;
    display: inline-block;
}

.ippd-main-info-right {
    position: relative;
    padding: 5px 0;
    width: calc(100% - 230px);
}

.ippd-main-info-right>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* .ippd-main-info-item {
    padding: 27px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    border-right: 1px solid #58caf9;
    border-bottom: 1px solid #58caf9;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
} */
.ippd-main-info-desc {
    position: relative;
}

.ippd-main-info-desc>span {
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    display: block;
    font-weight: 700;
}

/* .ippd-main-info-desc>span.big {
    font-size: 22px;
    font-weight: 300;
}
 */
.ippd-main-info-desc>span.big em {
    font-weight: 500;
    font-style: normal;
}

.ippd-main-info-icon {
    display: block;
    margin: 15px 0 0;
}

.ippd-main-info-icon img {
    margin: auto;
}

.ippd-main-right {
    position: relative;
    display: block;
    margin-top: -100px;
    margin-right: -130px;
}

.ippd-main-right-inner {
    width: 100%;
    margin: 0 0 0 auto;
}

.ippd-gallery {
    position: relative;
    background: #fff;
}

.ippd-main-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 38px 0;
    align-items: center;
    margin: 52px 0 0;
}

.ippd-main-info:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100%;
    background: #20b8f7;
    z-index: -1;
}

.ippd-main-info-item {
    width: 50%;
    padding: 28px 10px;
    position: relative;
    text-align: center;
}

.ippd-main-info-desc > span:not(.big) {
    margin-top: 8px;
}

.ippd-main-info-desc > span.big {
    font-size: 18px;
    font-weight: 300;
}

.ippd-main-info-desc > span.big em {
    font-weight: 500;
    font-style: normal;
}

.ippd-main-info-icon {
    display: block;
    margin: 15px 0 0;
}

.ippd-main-info-icon img {
    margin: auto;
}

.ippd-arrow {
    position: absolute;
    bottom: 10px;
    left: -70px;
    z-index: 10;
    width: 80px;
    background: #20b8f7;
    height: 196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.ippd-arrow span {
    font-size: 24px;
    color: #fff;
    display: block;
    margin: 0 0 24px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ippd-arrow span:hover {
    color: #000;
}

.ippd-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: #ffffff;
    z-index: -1;
}

.ippd-gallery-list {
    position: relative;
    padding: 5px;
}

.ippd-gallery-item {
    width: 100%;
    position: relative;
    padding: 5px;
}

.ippd-gallery-item .site-img {
    position: relative;
}

.ippd-gallery-list:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ippd-gallery-list:not(.slick-initialized) .ippd-gallery-item {
    /* width: 50%; */
}

.ippd-gallery-list:not(.slick-initialized) .ippd-gallery-item.img-single {
    /* width: 100%; */
}

.ippd-gallery-list:not(.slick-initialized) .ippd-gallery-item:nth-child(4)~div {
    display: none;
}

.ippd-cta.pending-btn {
    display: none;
}

.ippd-cta {
    position: relative;
    width: 100%;
    max-width: 318px;
    /*margin: 107px auto 0;*/
    margin: 1px auto 0;
    padding: 35px 0 0;
}

.ippd-cta a {
    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;
    margin-top: 15px;
    width: 100%;
    height: 59px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    color: #000;
    letter-spacing: 0.35px;
    outline: 0;
    border: 1px solid #1e73be;
    background: transparent;
    text-align: center;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
}

.ippd-cta a:first-child {
    margin-top: 0;
}

.ippd-cta a:hover {
    background: #20b8f7;
    color: #ffffff;
    border-color: #20b8f7;
}

.ippd-desc {
    position: relative;
    padding: 40px 0 49px;
}

.ippd-desc p {
    font-size: 14px;
    line-height: 30px;
    color: #444444;
    letter-spacing: 0.35px;
    font-weight: 400;
}

.ippd-desc p:first-child {
    margin-top: 0;
}

.ippd-vt-wrap {
    position: relative;
    padding: 86px 0 48px;
}

.ippd-vt-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 86%;
    background-image: url('../../images/property-details/vt-bg.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 0.15;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ippd-vt {
    position: relative;
    margin: 54px 0 0;
}

.ippd-vt canvas {
    min-height: 350px;
}

.ippd-vt:before {
    /*content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                background: rgba(0,0,0,0.6)*/
}

.ippd-vt-btn-grp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    display: none;
}

.ippd-vt-btn-grp .play-btn {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
    background-image: url(../../images/property-details/play-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
}

.ippd-vt-btn-grp .play-btn:hover {
    opacity: 0.5;
}

.ippd-vt-address {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 24px 0 0;
    font-weight: 500;
}

.ippd-map-wrap {
    position: relative;
    padding: 88px 0 0;
}

.ippd-map .map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 28px;
    height: 38px;
    background-image: url(../../images/property-details/map-pin.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.ippd-map {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 60px;
}

.ippd-map iframe {
    width: 100%;
}

.ippd-map-wrap .container {
    /* overflow: hidden; */
}

.ippd-details-wrap {
    position: relative;
    padding: 62px 0 30px;
    display: none;
}

.ippd-details {
    position: relative;
    margin: 22px 0 0;
}

.ippd-details-wrap .gst-name span {
    font-size: 50px;
}

.ippd-details-item {
    display: block;
    position: relative;
}

.ippd-details-title-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d1d1d1;
    padding: 29px 0;
    cursor: pointer;
}

.ippd-details-title {
    font-size: 24px;
    letter-spacing: 0.055em;
    line-height: 1;
    color: #000;
    font-weight: 600;
}

.ippd-details-icon {
    position: relative;
    width: 22px;
    height: 22px;
}

.ippd-details-icon span {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    border: 2px solid #a9a9a9;
    font-size: 20px;
    font-weight: 600;
    color: #a9a9a9;
    border-radius: 50%;
    line-height: 1;
    padding: 0 0 3px;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
}

.ippd-details-icon span:last-child {
    color: #20b8f7;
    border-color: #20b8f7;
    opacity: 0;
}

.active .ippd-details-icon span, .ippd-details-title-bar:hover .ippd-details-icon span {
    opacity: 0;
}

.active .ippd-details-icon span:last-child, .ippd-details-title-bar:hover .ippd-details-icon span:last-child {
    opacity: 1;
}

.ippd-details-content {
    position: relative;
    border-bottom: 3px solid #d1d1d1;
    padding: 25px 0 24px;
    display: none;
}

.ippd-details-content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ippd-details-content>div>li:nth-child(odd) {
    width: 57%;
    position: relative;
    padding-right: 15px;
}

.ippd-details-content>div>li:nth-child(even) {
    width: 43%;
    position: relative;
}

.ippd-details-content>div>li span {
    vertical-align: top;
    font-size: 15px;
    letter-spacing: 0.055em;
    line-height: 2;
    color: #333333;
}

.ippd-details-content>div>li span:first-child {
    font-weight: 700;
}

.ippd-disclaimer {
    position: relative;
    padding: 23px 0 0;
}

.ippd-disclaimer p {
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight: 300;
    color: #474747;
    line-height: 1.8;
    margin-top: 24px;
}

.ippd-disclaimer p:first-child {
    margin-top: 0;
}

.ippd-form-wrap {
    position: relative;
    padding: 100px 0 110px;
    display: none;
}

.ippd-form-wrap:before, .ippd-form-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ippd-form-wrap:before {
    /*background-image: url(../../images/property-details/form-bg.jpg);*/
    background-image: url(../../images/property-details/form-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -2;
}

.ippd-form-wrap:after {
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.ippd-form-wrap .gst-name span, .ippd-form-wrap .global-site-title span {
    color: #ffffff;
}

.ippd-form {
    width: 100%;
    max-width: 1050px;
    margin: 34px auto 0;
}

.ippd-form>div {
    margin: 0 -10px;
}

.ippd-form form {
    width: 100%;
    position: relative;
}

.ippd-field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 20px 10px;
}

.ippd-field.short {
    width: calc((100% / 3) - 20px);
}

.ippd-field.medium {
    width: calc(50% - 20px);
}

.ippd-field input[type="text"], .ippd-field input[type="email"], .ippd-field textarea {
    width: 100%;
    height: 42px;
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    color: #ffffff;
    font-weight: 300;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ippd-submit {
    display: block;
    width: 218px;
    margin: 40px auto 0;
    position: relative;
}

.ippd-submit input[type="submit"] {
    width: 100%;
    height: 58px;
    outline: 0;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
}

.ippd-submit input[type="submit"]:hover {
    background: #20b8f7;
    border-color: #20b8f7;
}

.ippd-form div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ippd-form .wpcf7-form-control-wrap {
    display: block;
}

.ippd-form .wpcf7-not-valid-tip {
    font-size: 12px;
}

.ippd-form .wpcf7-response-output {
    position: absolute;
    bottom: -60px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.ippd-bot-btn-grp {
    position: relative;
    padding: 0 0 30px;
}

.ippd-bot-btn-grp>.container .row .col-md-6 {
    width: 100%;
}

.ippd-bot-btn a {
    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;
    margin: 5px 0;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px;
    color: #333333;
    letter-spacing: 0.025em;
    outline: 0;
    border: 1px solid #20b8f7;
    background: transparent;
    text-align: center;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    max-width: 555px;
    margin: 0 auto;
    /*display: none;*/
}

.ippd-bot-btn a:first-child {
    margin-top: 0;
}

.ippd-bot-btn a:hover {
    background: #20b8f7;
    color: #ffffff;
}

.ippd-gallery-links {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 6;
    font-size: 17px;
    color: #fff !important;
    opacity: 0;
}

/* 
.ippd-gallery-list .slick-slide.slick-current>div:first-child .ippd-gallery-item .ippd-gallery-links {
    opacity: 1;
} */
.ippd-gallery-links.single-gallery {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ippd-gallery-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    height: 100% !important;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .ippd-gallery-list .slick-slide.slick-current>div:first-child .site-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
} */
.aiosp-container.aiosp-inline-holder.thumbnails_sildeshow_wrapper {
    padding: 0;
    background: transparent;
    position: fixed;
    overflow: hidden auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ld-gallery-slideshow+button.aiosp-close {
    width: 33px;
    height: 33px;
    right: 25px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    top: 91px;
    display: none;
}

#ld-gallery-slideshow+button.aiosp-close:after {
    width: 33px;
    height: 1px;
    content: '';
    background: #fff;
    position: absolute;
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 50%;
}

#ld-gallery-slideshow+button.aiosp-close:before {
    width: 33px;
    height: 1px;
    content: '';
    background: #fff;
    position: absolute;
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px !important;
    left: auto;
    top: 50%;
}

.big-thumbnails canvas, .small-thumbnails canvas {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}

.aiosp-container .aiosp-content.aios-popup-body.thumbnails_sildeshow {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    max-width: 887px;
}

.aiosp-content.aios-popup-body div#ld-gallery-slideshow {
    /* height: auto; */
}

.big-thumb-img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.big-thumbnails {
    display: block;
    position: relative;
    padding-top: 40px;
}

.single-aios-listings .aiosp-container.aiosp-inline-holder[class*="ld-gallery-slideshow"] .aios-popup-body {
    padding: 0 0 10px;
}

.big-thumbnails:not(.slick-initialized) .big-thumb-img:nth-child(n+2) {
    display: none;
}

div#ld-gallery-slideshow {
    position: relative;
    /* height: 0; */
    overflow: hidden;
}

#ld-gallery-slideshow .big-thumb-img canvas {
    background-size: auto 100%;
    width: 100%;
    height: 500px;
}

#ld-gallery-slideshow .small-thumb-img {
    padding: 2px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 8);
}

#ld-gallery-slideshow .small-thumb-img-holder::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .55;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    z-index: 1;
}

#ld-gallery-slideshow .small-thumb-img :hover::before {
    opacity: 0;
}

#ld-gallery-slideshow .slick-slide.slick-active>div::after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

#ld-gallery-slideshow .slick-slide.slick-active>div {
    position: relative;
    display: block;
}

/* #ld-gallery-slideshow .slick-slide.slick-current.slick-active.slick-center>div::after, 
#ld-gallery-slideshow .slick-slide.slick-current.slick-active>div::after {
    background: transparent;
} */
#ld-gallery-slideshow .slick-arrow {
    font-size: 40px;
    color: #000;
    font-weight: 800;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

#ld-gallery-slideshow span.slick-prev {
    left: 20px;
    z-index: 2;
}

#ld-gallery-slideshow span.slick-next {
    right: 20px;
    z-index: 2;
}

.small-thumbnails {
    position: relative;
    display: block;
    margin: 2px 0;
    padding: 0 3px 0 2px;
}

.small-thumb-img-holder {
    display: block;
    position: relative;
}

#ld-gallery-slideshow .small-thumbnails .slick-slide.slick-current.slick-active .small-thumb-img-holder:before {
    opacity: 0;
}

#ld-gallery-slideshow .small-thumbnails:not(.slick-initialized) .small-thumb-img:nth-child(n+8) ~ div {
    display: none;
}

span.off-market-hover {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    white-space: nowrap;
    background: #fff;
    color: #20b8f7;
    padding: 10px;
    z-index: 4;
    opacity: 1;
    pointer-events: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

span.off-market:hover span.off-market-hover {
    opacity: 1;
}

.ippd-gallery-list.sold {
    opacity: 0;
}

.ippd-gallery.sold {
    background-color: #000;
}

ul.ippd-features-list {
    list-style-type: circle;
    list-style-position: inside;
}

ul.ippd-features-list li {
    font-size: 14px;
    line-height: 1;
    color: #444444;
    letter-spacing: 0.35px;
    font-weight: 400;
}

ul.ippd-features-list li:not(:last-child) {
    margin-bottom: 10px;
}

h3.ippd-features-title {
    display: block;
    position: relative;
    margin-bottom: 17px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.625px;
    color: #000;
    text-transform: uppercase;
}

.ippd-main-title h2 span {
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.1px;
    color: #7d7d7d;
    display: block;
    margin-top: 30px;
}

.ippd-main-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ippd-main-info-item {
}

.ippd-main-info-item.is-status, .ippd-main-info-item.is-year {
    border-right: none;
}

.ippd-main-info-item.is-year {
}

.ippd-main-info-item.is-year {
    border-bottom: none;
}

.ippd-main-info-item.is-lot {
    border-bottom: none;
}

.ippd-main-info-item.is-sqft {
    border-bottom: none;
    padding: 22px 10px 0;
}

.ippd-main-info-desc>span em {
    /* margin-right: 10px; */
    font-style: normal;
}

.ippd-main-info-item.is-year span em, .ippd-main-info-item.is-status span em {
    display: block;
    margin: 0 auto 7px;
    font-weight: 300;
}

.ippd-main-info-desc span.ippd-label {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    margin-top: 5px;
}

.ippd-main-price {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #20b8f7;
    display: block;
}

.ippd-features-info-wrap {
    display: block;
    position: relative;
    margin-top: 51px;
}

.ippd-main-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ippd-main-row {
    display: block;
    position: relative;
}

.ippd-main-col:first-child {
    width: 61.404%;
}

.ippd-main-col:last-child {
    width: 38.596%;
}

.ippd-main-info-item.is-lot {
    padding: 22px 10px 0;
}

/*Vimeo Video*/
.ippd-video-container {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    font-size: 0;
    padding: 47px 0 0;
}

.ippd-video-wrapper {
    display: block;
    position: relative;
    padding: 52px 0 57px;
}

.ippd-video-main {
    display: block;
    position: relative;
    /* padding-right: 52px; */
}

.ippd-video-row {
    display: block;
    position: relative;
}

.ippd-video-col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.ippd-video-content-container {
    display: block;
    position: relative;
    padding-right: 115px;
}

.ippd-video-title {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.ippd-video-content {
    display: block;
    position: relative;
    display: none;
}

.ippd-video-wrapper .custom-container {
    max-width: 1170px;
}

.ippd-video-content-video iframe {
    width: 100%;
}

.ippd-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
}

.ippd-video-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ippd-video-bg-left {
    position: absolute;
    top: 0;
    left: calc((100vw - 117px) / -2);
    width: 50px;
    height: 100%;
    width: calc(100vw / 2);
}

.ippd-video-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 49.748%;
}

.ippd-video-content p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #444444;
}

.ippd-video-col:first-child {
    /* width: 42.719%; */
}

.ippd-video-col:last-child {
    /* width: 57.281%; */
}

.ippd-video-title .global-title h2 em {
    font-style: normal;
    font-family: var(--body-font);
    line-height: 1;
    font-size: 11px;
    letter-spacing: 0.025em;
    font-weight: 600;
    vertical-align: middle;
    margin-top: -56px;
    display: inline-block;
    margin-left: -19px;
}

.ippd-map:before {
    position: absolute;
    content: '';
    bottom: 30px;
    left: 30px;
    width: 100%;
    height: calc(100% - 60px);
    background: var(--primary-color);
    z-index: -1;
}

.ippd-banner-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 0 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    margin-left: -48px;
}

body.ip-container #breadcrumbs {
    color: #999;
    font-size: 15px;
    letter-spacing: 0.75px;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 1); */
    padding: 0;
}

.ippd-gallery-list .slick-slide.slick-current > div:first-child .ippd-gallery-item .ippd-gallery-links {
    opacity: 1;
}

.ippd-gallery-list .slick-slide.slick-current > div:first-child .site-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ippd-gallery-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 2);
    position: relative;
}

.ippd-gallery-list:not(.slick-initialized) .ippd-gallery-item:nth-child(n+4) ~ div {
    display: none;
}

@media only screen and (max-width: 1560px) {
    body.single-aios-listings .header-nav {
        margin: 0 auto 0 0;
    }

    body.single-aios-listings .header-wrapper > .container {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1440px) {
    .ippd-video-wrapper .custom-container {
        max-width: 1211px;
    }

    .ippd-video-content-container {
        padding-right: 130px;
    }

    .ippd-main-right {
        margin-right: -56px;
    }

    .ippd-main-col:first-child {
        width: 55%;
    }

    .ippd-main-col:last-child {
        width: 45%;
    }

    body.ip-container #breadcrumbs {
        width: 90%;
        font-size: 13px;
    }

    .ippd-main-title, .ippd-main-price {
        margin-left: 0;
    }

    .ippd-main-title {
        margin-right: -60px;
    }
}

@media only screen and (max-width: 1366px) {
    body.single-aios-listings .header-wrapper > .container {
        padding: 0 30px;
    }

    .ippd-main-title h2 {
        /* font-size: 54px; */
    }

    .ippd-main-right {
        /* margin: -82px 0px 0 0; */
        /* margin-right: -56px; */
    }

    .ippd-main-left-inner {
        margin-right: 0;
        padding-right: 40px;
    }

    .ippd-arrow {
        height: 195px;
    }

    .ippd-video-content-container {
        padding-right: 100px;
    }

    .ippd-video-wrapper .custom-container {
        max-width: 1140px;
    }

    .ippd-video-main {
        padding-right: 0;
    }

    .ippd-video-bg-right {
        width: 50%;
    }
}

@media only screen and (max-width: 1280px) {
    body.single-aios-listings #nav li {
        margin-right: 16px;
    }

    .ippd-video-content-container {
        padding-right: 50px;
    }

    .ippd-video-wrapper .custom-container {
        max-width: 1019px;
    }

    .ippd-video-title .global-title h2 {
        font-size: 80px;
    }

    .ippd-main-right {
        margin-right: 0;
    }

    .ippd-main-title h2 {
        /* font-size: 50px; */
    }

    .ippd-main-title {
        margin: 51px 0 34px;
    }

    .ippd-banner-breadcrumbs {
        margin-left: 0;
    }

    .ippd-map-wrap .container {
        width: 100%;
        max-width: 1110px;
    }

    .ippd-main-info {
        margin: 97px -40px 0 0;
    }

    .ippd-main-title h2, .ippd-main-price {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    body.single-aios-listings .header-wrapper > .container {
        padding: 0 15px;
    }

    .ippd-main-right {
        /* margin: -82px -111px 0 0; */
        /* transform: scale(.7); */
        /* left: -31px; */
    }

    .ippd-gallery-links {
        width: 213px;
        height: 158px;
    }

    .ippd-arrow {
        left: -60px;
        width: 71px;
        height: 158px;
    }

    .ippd-main-title h2 {
        /* font-size: 44px; */
    }

    .ippd-main-info-desc>span.big {
        font-size: 14px;
    }

    .ippd-video-content-container {
        padding-right: 30px;
    }

    .ippd-video-content p {
        font-size: 13px;
        line-height: 23px;
    }

    .ippd-video-wrapper .custom-container {
        max-width: 885px;
    }

    .ippd-video-bg-left {
        width: 30px;
        left: 0;
    }

    .ippd-video-title .global-title h2 {
        font-size: 75px;
    }

    .ippd-video-wrapper {
        padding: 40px 0 50px;
    }

    .ippd-main-price {
        font-size: 35px;
    }

    .ippd-main-info {
        margin: 50px -25px 0 0;
        padding: 45px 20px;
    }

    .ippd-main-title h2 span {
        font-size: 20px;
    }

    .ippd-cta a {
        font-size: 13px;
    }

    .ippd-cta {
        max-width: 285px;
    }

    .ippd-map-wrap .container {
        max-width: 879px;
    }

    .ippd-map:before {
        bottom: 15px;
        left: 15px;
        height: calc(100% - 30px);
    }

    .ippd-map {
        padding-bottom: 30px;
    }

    body.ip-container #breadcrumbs {
        letter-spacing: normal;
    }

    .ippd-main-info-desc>span {
        font-size: 11px;
    }

    .ippd-price {
        font-size: 20px;
    }

    .ippd-extra>div>span:last-child {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .single-aios-listings .aiosp-container.aiosp-inline-holder[class*="listings-schedule"] .aios-popup-body, .single-aios-listings .aiosp-container.aiosp-inline-holder[class*="listings-request"] .aios-popup-body {
        width: 100%;
    }

    .single-aios-listings .aiosp-container.aiosp-inline-holder[class*="istings-schedule"] .aios-popup-body, .single-aios-listings .aiosp-container.aiosp-inline-holder[class*="listings-request"] .aios-popup-body {
        padding: 55px 10px 60px;
    }

    .ippd-map {
        width: 100%;
        height: 100%;
    }

    .single-aios-listings header.header {
        margin: 53px 0 30px !important;
    }

    span.off-market-hover {
        /* left: 50%; */
        /* -webkit-transform: translateX(-50%); */
        /*         -ms-transform: translateX(-50%); */
        /* transform: translateX(-50%); */
    }

    .ippd-gallery-links {
        width: 265px;
        height: 163px;
    }

    .ippd-arrow {
        position: relative;
        bottom: 0;
        left: 50%;
        z-index: 10;
        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;
        padding: 20px 0 0;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        width: 190px;
        height: 80px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
    }

    .ippd-arrow span:last-child {
        padding-left: 15px;
    }

    .ippd-banner canvas {
        min-height: 340px;
    }

    .ippd-banner>h1 {
        font-size: 46px;
    }

    .ippd-main-title h2 {
        text-align: center;
    }

    .ippd-main-info:before {
        width: 100%;
    }

    .ippd-main-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0 0;
    }

    .ippd-main-info-left {
        width: 100%;
        text-align: center;
        padding: 10px 10px;
        border: none;
    }

    .ippd-main-info-right {
        width: 100%;
        max-width: 400px;
    }

    .ippd-main-right {
        margin: 10px auto 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: relative;
        left: 0;
    }

    .ippd-main-right-inner {
        margin: auto;
    }

    .ippd-desc {
        padding: 0 0 30px;
        text-align: center;
    }

    .ippd-vt-wrap {
        padding: 30px 0;
    }

    .ippd-details-content>div>li {
        width: 100% !important;
    }

    .ippd-video-container {
        padding: 35px 0 0;
    }

    .ippd-video-col {
        display: block;
        width: 100%!important;
    }

    .ippd-video-bg-left {
        display: none;
    }

    .ippd-video-bg-right {
        width: 100%;
    }

    .ippd-video-bg canvas {
        opacity: .20;
    }

    .ippd-video-content-container {
        text-align: center;
        padding: 0 0 45px;
    }

    .ippd-video-content-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .ippd-video-content-video {
        display: block;
        position: relative;
        /* overflow: hidden; */
        /* padding-top: 56.25%; */
    }

    .ippd-video-wrapper {
        padding: 50px 0;
    }

    .ippd-main-col {
        display: block;
        width: 100%!important;
    }

    .ippd-main-title {
        max-width: 100%;
    }

    .ippd-main-price {
        text-align: center;
    }

    body.ip-container #breadcrumbs {
        width: 100%;
    }

    .ippd-banner-breadcrumbs {
        /* padding: 20px 15px 25px; */
    }

    .ippd-cta {
        margin: 50px auto 0;
        padding: 0;
    }

    ul.ippd-features-list {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    .ippd-map-wrap .container {
        max-width: 767px;
    }

    .ippd-video-wrapper .custom-container {
        max-width: 767px;
    }

    .ippd-map {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    #ip-property-details {
        margin-top: 0;
    }

    .ippd-main-left-inner {
        padding-right: 0;
    }

    .ippd-video-title {
        text-align: center;
    }

    .ippd-gallery-list:not(.slick-initialized) .ippd-gallery-item:nth-child(n+2) {
        display: none;
    }

    .ippd-gallery-list {
        width: 100%;
        max-width: 305px;
        margin: 0 auto;
    }

    .ippd-gallery-item {
        width: 100%;
    }

    #ld-gallery-slideshow .big-thumb-img canvas {
        height: auto;
        min-height: 250px;
        background-size: cover;
    }

    .single-aios-listings .aiosp-container.aiosp-inline-holder[class*="ld-gallery-slideshow"] .aios-popup-body {
        padding: 0 0 5px;
    }

    .aiosp-content.aios-popup-body div#ld-gallery-slideshow {
        padding-top: 10px;
    }

    .single-aios-listings .aiosp-container.aiosp-inline-holder[class*="ld-gallery-slideshow"] button.aiosp-close {
        top: 10px;
    }

    .big-thumbnails, .small-thumbnails {
        padding: 0 9px;
    }

    .ippd-features-info-wrap {
        text-align: center;
        margin-bottom: 30px;
    }

    .ippd-features-info-wrap h3 + div {
        font-size: 15px!important;
    }

    .ippd-features-info-wrap h3 div {
        font-size: 12px!important;
    }

    .ippd-gallery-links a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .ippd-video-title .global-title h2 {
        font-size: 60px;
    }

    .ippd-video-title .global-title h2 em {
        margin-top: -37px;
        margin-left: -10px;
    }

    .ippd-main-right .ippd-gallery-links {
        width: 211px;
        height: 156px;
    }

    .ippd-main-right .slick-slide.slick-current.slick-active {
        opacity: 1;
    }

    .ippd-main-right .slick-slide {
        opacity: 0;
    }

    .ippd-main-right .slick-list {
        max-width: 300px;
        margin: 0 auto;
    }

    .ippd-gallery:before {
        display: none;
    }

    .ippd-main-info-item {
        width: 100%;
        border-right: none!important;
        padding: 30px 10px!important;
    }

    .ippd-main-info-item.is-status, .ippd-main-info-item.is-year {
        border-right: 1px solid #58caf9;
    }

    .ippd-main-info-item.is-sqft {
        border-right: none;
        border-bottom: 1px solid #58caf9;
    }

    .ippd-main-info-item:not(:last-child) {
        /* border-bottom: 1px solid #58caf9!important; */
    }

    .ippd-main-title h2 {
        /* font-size: 40px; */
        letter-spacing: normal;
    }

    .ippd-main-price {
        letter-spacing: normal;
        font-size: 30px;
    }

    .ippd-main-title h2 span {
        font-size: 16px;
        letter-spacing: normal;
        margin-top: 15px;
    }

    .ippd-cta a {
        letter-spacing: normal;
        font-size: 12px;
    }

    .ippd-desc p {
        line-height: 25px;
        font-size: 13px;
    }

    .ippd-map iframe {
        height: 250px;
    }

    .ippd-map-wrap {
        padding: 50px 0 0;
    }

    .ippd-main-info {
        width: 100%;
        max-width: 360px;
        margin: 30px auto 0;
    }

    h3.ippd-features-title {
        text-align: center;
    }
}

@media only screen and (max-width: 567px) {
    .ippd-field.short, .ippd-field.medium {
        width: calc(100% - 20px);
    }
}

@media only screen and (max-width: 480px) {
    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#ld-gallery-slideshow .aiosp-content.aios-popup-body {
        max-width: 100%;
        width: 98%;
        min-height: auto;
        margin: 100px auto;
    }

    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#ld-gallery-slideshow button.aiosp-close {
        /* opacity: 0; */
    }

    .ippd-gallery-links {
        font-size: 14px;
    }

    .ippd-gallery-links {
        width: 130px;
        height: 96px;
    }

    .ippd-details-title {
        font-size: 23px;
        letter-spacing: 0.02em;
    }
}

@media only screen and (max-height: 700px) {
    .aiosp-container.aiosp-inline-holder.thumbnails_sildeshow_wrapper {
        display: block;
        overflow-y: auto;
        height: 100%;
        padding: 40px 0;
    }
}

/*Cache Test*/
