/*******************************************************
 *
 * Listing Details
 *
 *******************************************************/
.custom-container {
    display: block;
    width: 100%;
    max-width: 73.125vw;
    padding: 0 0.938vw;
    margin: 0 auto;
}

.attachment-fixed canvas {
    background-attachment: fixed !important;
}

.ip-banner {
    display: none;
}

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

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

.hdr-main:not(.fixed) .hdr-logo a {
    color: #fff;
}

.hdr-main:not(.fixed) #nav a {
    color: #fff;
}

.hdr-main:not(.fixed) .hdr-phone a {
    color: #fff;
}

.custom-breadcrumbs {
    display: block;
    position: relative;
    background: #291e35;
    padding: 1.5vw 0;
}

.custom-breadcrumbs:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: url(/app/themes/christophechoo.com/images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.custom-breadcrumbs-inner p#breadcrumbs {
    font-size: 0.875vw;
    line-height: 1;
    color: #b2b2b2;
    font-weight: 300;
    letter-spacing: 0.020em;
    text-transform: uppercase;
}

.custom-breadcrumbs-inner {
    display: block;
    position: relative;
    padding: 0 3.5vw;
}

.custom-breadcrumbs-inner p#breadcrumbs span.breadcrumb_last {
    color: #fff;
}

.custom-breadcrumbs-inner p#breadcrumbs a {
    color: #b2b2b2;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.custom-breadcrumbs-inner p#breadcrumbs a:hover {
    color: #fff;
}

#ip-listing-details {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    letter-spacing: normal;
}

.ld-container {
    display: block;
    position: relative;
}

.ld-wrapper {
    display: block;
    position: relative;
}

.ld-main {
    display: block;
    position: relative;
}

.ld-section {
    display: block;
    position: relative;
}

.ld-hero-container {
    display: block;
    position: relative;
}

.ld-hero-slide {
    display: block;
    position: relative;
}

.ld-hero-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.ld-hero-img {
    display: block;
    position: relative;
    background-color: #000;
}

.ld-hero-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    z-index: 3;
}

.ld-hero-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    z-index: 2;
}

.ld-hero-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ld-hero-slide:not(.slick-initialized) .ld-hero-item:nth-child(n+2) {
    display: none;
}


.ld-hero-control {
    position: absolute;
    bottom: 1.75vw;
    right: 3.625vw;
    z-index: 10;
}

.ld-hero-control > div {
    display: inline-block;
    vertical-align: middle;
    padding: 2.5vw 0.875vw;
    border-right: 2px solid #fff;
    pointer-events: none;
    text-shadow: 2px 2px 3px #000;
}

.ld-hero-control > div:first-child {
    padding-left: 0;
}

.ld-hero-control > div:last-child {
    padding-right: 0;
    border: none;
}

.ld-hero-control > div span {
    font-size: 0.875vw;
    color: #fff;
    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;
    pointer-events: auto;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ld-hero-control > div span:hover {
    color: #cecece;
}

.ld-hero-control > div.ld-hero-prev span:hover em {
    color: #cecece;
}

.ld-hero-control > div span em {
    font-size: 0.875vw;
    display: inline-block;
    vertical-align: middle;
    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;
}

.ld-hero-control > div.ld-hero-prev span em {
    margin-right: 1.188vw;
}

.ld-hero-control > div.ld-hero-next span em {
    margin-left: 1.188vw;
}

/* Section 2 */

.ld-det-listing-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    pointer-events: none;
}

.ld-det-listing-info-bg:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/listing-details/listing-info-gradient.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.ld-det-container {
    display: block;
    position: relative;
}

.ld-det-wrapper {
    display: block;
    position: relative;
}

.ld-det-main {
    display: block;
    position: relative;
}

.ld-det-row {
    display: block;
    position: relative;
}

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

.ld-det-content-container {
    display: block;
    position: relative;
    padding-left: 14.375vw;
    padding-bottom: 11.875vw;
    padding-right: 4.813vw;
}


.ld-det-content-accent-bg {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.625vw;
    pointer-events: none;
    background: #46325f;
}

.ld-det-content-accent-bg canvas {
    /*background: url(../../images/listing-details/pattern.png) no-repeat;
    background-position: center;
    background-size: cover;*/
    background: #46325f;
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.ld-det-content-container > div {
    display: block;
    position: relative;
}

.ld-det-content-container em.accent-logo {
    position: absolute;
    top: 0;
    left: -10.25vw;
    width: 5.188vw;
    height: 5.188vw;
    background: url(../../images/listing-details/accent-logo.png) no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.ld-det-content-container em.accent-logo:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 100vh;
    background: #000;
}

.ld-det-info-container {
    display: block;
    position: relative;
}

.ld-det-listing-info {
    display: block;
    position: relative;
    /* padding-bottom: 1.5vw; */
}

.ld-det-listing-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 5;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.ld-det-listing-info-inner:before {
    position: absolute;
    content: '';
    bottom: -4.125vw;
    right: 0;
    width: 17.313vw;
    height: 22.25vw;
    background: url(../../images/listing-details/listing-info-accent-logo.png) no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    opacity: .05;
}

.ld-det-info-lp-col {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 2);
    position: relative;
    text-align: center;
    padding: 2vw 1.875vw;
    border-bottom: 1px solid rgba(255, 255, 255, .30);
    border-right: 1px solid rgba(255, 255, 255, .30);
}

.ld-det-info-lp-col:first-child {
    width: 100%;
    padding: 3.125vw 0 3.438vw;
}

.ld-section.section2 {
    padding: 6.5vw 0 0;
    overflow: hidden;
}

.ld-det-listing-title h2 {
    /*font-size: 3.75vw;*/
    font-size: 4.375vw;
    line-height: 1;
    letter-spacing: -0.020em;
    color: #000;
    font-family: var(--playfair);
}

.ld-det-listing-title h2 em {
    font-style: normal;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family-title);
}

.ld-det-listing-title h2 > span {
    font-size: 1.5vw;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.020em;
    color: #2d2d2d;
    font-family: var(--font-family-default);
    display: block;
    margin-top: 0.875vw;
    text-transform: uppercase;
}

.ld-det-listing-title > span {
    font-size: 0.875vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.200em;
    color: #2d2d2d;
    text-transform: uppercase;
    display: block;
    margin-top: 1vw;
}

.ld-det-desc p {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: 0.020em;
    color: #000000;
    text-align: justify;
}

.ld-det-desc strong {
    font-size: 1vw;
}

.ld-det-btn {
    display: block;
    position: relative;
}

.ld-det-btn:not(:last-child) {
    margin-bottom: 1.313vw;
}

.ld-det-btn a {
    pointer-events: auto;
    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;
    width: 100%;
    height: 3.938vw;
    border: 1px solid #0c2165;
    font-size: 1.25vw;
    font-weight: 300;
    letter-spacing: 0.100em;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.ld-det-btn a:hover {
    background: #291e35;
    color: #fff;
}

.ld-det-btn a:before {
    position: absolute;
    content: '';
    top: -0.625vw;
    left: 1.25vw;
    width: 0.125vw;
    height: 2.25vw;
    background: #000;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ld-det-btn a:hover:before {
    background: #fff;
}

.ld-det-desc {
    margin-bottom: 2.625vw;
}

.ld-det-listing-title {
    margin-bottom: 2.188vw;
}

.ld-det-info-lg span {
    color: #fff;
    font-size: 3.75vw;
    font-family: var(--playfair);
    letter-spacing: -0.020em;
    text-transform: uppercase;
}

.ld-det-info-sm span {
    color: #fff;
    font-weight: 300;
    line-height: 1;
    font-size: 0.875vw;
    letter-spacing: 0.020em;
    text-transform: uppercase;
}

.ld-det-info-sm span + span {
    font-size: 1.313vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #fff;
    display: block;
    margin-top: 0.938vw;
    text-transform: none;
}

.ld-det-info-sm {
    text-align: center;
    display: block;
}

.ld-det-listing-info-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../../images/listing-details/listing-info-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.10;
}


.ld-det-request-info {
    display: block;
    position: relative;
    padding: 8.938vw 4.375vw 2.625vw;
    margin-top: 1.5vw;
    z-index: 5;
}

.ld-det-col:first-child {
    width: 56.097%;
}

.ld-det-col:last-child {
    width: 43.903%;
}

.ip-title {}

.ld-det-request-info-form-widget {
    display: block;
    position: relative;
}

.ld-det-request-info-form-widget form {
    display: block;
    position: relative;
}

.ip-det-request-info-form {
    display: block;
    position: relative;
}

.ld-det-request-info-row {
    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;
}

.ld-det-request-info-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(50% - 0.25vw);
}

.ld-det-request-info-col input:not([type=submit]), .ld-det-request-info-col textarea {
    width: 100%;
    height: 2.938vw;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 0.813vw;
    color: #616161;
    padding: 0;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.020em;
}

.ld-det-request-info-row.full {
    display: block;
}

.ld-det-request-info-row.full .ld-det-request-info-col {
    display: block;
    width: 100%;
    position: relative;
}

.ld-det-request-info-col textarea {
    resize: none;
    padding: 0.938vw 0.313vw;
    height: 4.188vw;
}

.ld-det-request-info-row:not(:last-child) {
    margin-bottom: 1.25vw;
}

.ld-det-request-info-sub input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
}

.ld-det-request-info-form-widget .site-bttn-3 {
    width: 100%;
}

.ld-det-request-info-form-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -1.25vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1vw;
    height: 1vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ld-det-request-info-sub {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-top: 1.875vw;
}


.ld-det-request-info-sub:hover .site-bttn-3 {
    background: #291e35;
    color: #fff;
    padding: 0 0.6vw;
}

.ld-det-request-info-sub:hover .site-bttn-3 span {
    margin: 0 0.1vw;
    opacity: 0;
}

.ld-det-request-info-form-widget .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -1.875vw;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0.813vw;
    text-align: center;
    margin: 0 auto;
    color: #616161;
}

.ld-det-request-info-form-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 0.813vw;
}

.ld-det-request-info-row.full .ld-det-request-info-col:last-child {
    text-align: right;
}

.ld-det-requst-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9c3c4+0,bdcad6+100 */
    background: #c9c3c4;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#c9c3c4), to(#bdcad6));
    background: -o-linear-gradient(top, #c9c3c4 0%, #bdcad6 100%);
    background: linear-gradient(to bottom, #c9c3c4 0%, #bdcad6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c3c4', endColorstr='#bdcad6', GradientType=0);
    /* IE6-9 */
}


.ld-det-requst-info-bg canvas {
    display: block;
    width: 100%;
    height: 9.29%;
    position: relative;
    background-image: url(../../images/listing-details/request-info-bg.jpg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.ip-title h2 {
    position: relative;
}

.ip-title h2 span {
    display: block;
}

.ip-title h2 em {
    font-style: normal;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family-title);
    font-size: 4.375vw;
    letter-spacing: -0.020em;
    margin-left: 1.25vw;
}


.ip-title h2 span {
    /*font-size: 1vw;*/
    font-size: 0.8vw;
    letter-spacing: 0.100em;
    position: absolute;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    bottom: 0;
    left: 0;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: 0.100em;
}


/* Section 3 */


.ld-accordion-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    width: 100%;
    height: 83.404%;
}


.ip-title-wrap .ip-title em {
    margin-left: 0;
    /*font-size: 4.5vw;*/
    font-size: 4.375vw;
    letter-spacing: -0.020em;
}


.ld-accordion-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../../images/listing-details/accordion-bg.png);
    background-position: center;
    background-size: cover;
    opacity: .30;
    background-repeat: no-repeat;
}





#ip-ld-accordion {
    display: block;
    position: relative;
    z-index: 2;
}

.ld-accordion-container {
    display: block;
    position: relative;
    padding: 8.063vw 0 0;
}

.ld-accordion-wrapper {
    display: block;
    position: relative;
}

.ld-accordion-main {
    display: block;
    position: relative;
}

.ld-accordion-main .panel-title a {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.ld-accordion-main span.faq-caret {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.111vw;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.020em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ld-accordion-main .panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0.75vw 1vw;
    background: #000 url(../../images/listing-details/texture.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.ld-accordion-main .card-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.313vw 1vw;
    background: #fff;
}

.ld-accordion-main .card-body > ul {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 1vw);
    position: relative;
}

.ld-accordion-main .card-body > ul > li {
    color: #000;
    display: block;
    border-bottom: 1px solid #c3c3c3;
    padding: 0.313vw 0;
    font-size: 1.111vw;
    line-height: 1;
    letter-spacing: -0.020em;
    font-weight: 400;
}


.ld-accordion-main .tab-accordion {
    display: block;
    position: relative;
}

.tab-accordion:not(:last-child) {
    margin-bottom: 1px;
}

.ld-accordion-main i.ai-font-arrow-a-d {
    font-weight: 700 !important;
}

.ld-accordion-main .card-body > ul > li span {
    font-weight: 300;
}

.ld-accordion-main .card-body > ul:first-child > li:last-child {
    border: none;
}


.ld-accordion-main > .container {
    width: 100%;
    max-width: 73.125vw;
    padding: 0 0.938vw;
}

.ld-accordion-main:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+36 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(36%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    z-index: 2;
}

.ip-title-wrap {
    position: relative;
    z-index: 2;
}


.ip-title-wrap em.accent-logo {
    position: absolute;
    top: 0;
    left: -10.25vw;
    width: 5.188vw;
    height: 5.188vw;
    background: url(../../images/listing-details/accent-logo.png) no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.ip-title-wrap em.accent-logo:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 100vh;
    background: #000;
}


.ip-title-wrap .ip-title {
    margin-bottom: 3.25vw;
}

.ld-section.section3 {
    overflow: hidden;
}

.ld-accordion-main i.ai-icon-arrow-d {
    background-image: url(../../images/listing-details/ai-arrow-down.png);
    width: 0.875vw;
    height: 0.5vw;
    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;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.ld-accordion-main .panel-title a.active i.ai-icon-arrow-d {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Section 4 */



.ld-map-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    width: 100%;
    height: 52.427%;
}


.ld-map-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../../images/listing-details/map-bg.png);
    background-position: center;
    background-size: cover;
    opacity: .30;
    background-repeat: no-repeat;
}

.ld-map-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */

}

.ld-map-wrapper {
    display: block;
    position: relative;
    z-index: 2;
}

.ld-map-container {
    display: block;
    position: relative;
    padding: 8.625vw 0 6.25vw;
    background: #f6f6f6;
}

.ld-map-main {
    display: block;
    position: relative;
}

.ld-map-title {
    display: block;
    position: relative;
    margin-bottom: 3.125vw;
}

.ld-map-listing-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 1.438vw;
}

.ld-map-frame {
    display: block;
    position: relative;
    padding: 0 3.438vw;
}

.ld-map-static {
    display: block;
    position: relative;
    border: 1px solid #000;
}

.ld-map-static canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ld-map-title .ip-title h2 em {
    margin-left: 0;
    /*font-size: 4.5vw;*/
    font-size: 4.375vw;
    letter-spacing: -0.020em;
    background-position: center !important;
}

.ld-map-listing-title h2 {
    font-size: 3vw;
    line-height: 1;
    letter-spacing: -0.020em;
    color: #000;
    display: block;
    font-family: var(--playfair);
}

.ld-map-listing-title h2 span {
    font-size: 1.5vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #2d2d2d;
    text-transform: uppercase;
    display: block;
    margin-top: 1.313vw;
    font-family: var(--font-family-default);
}

.ld-map-bg:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(246, 246, 246, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
}



.ld-map-title em.accent-logo {
    position: absolute;
    top: -1.875vw;
    left: -10.25vw;
    width: 2.188vw;
    height: 2.188vw;
    background: url(../../images/listing-details/accent-logo-sm.png) no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.ld-map-title em.accent-logo:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 26.875vw;
    background: #000;
}

.ld-section.section4 {
    overflow: hidden;
}

/* Section 5 */

.ld-disclaimer-container {
    display: block;
    position: relative;
    padding: 5.125vw 0 6.063vw;
}

.ld-disclaimer-wrapper {
    display: block;
    position: relative;
}


.ld-disclaimer-text {
    display: block;
    position: relative;
}

.ld-disclaimer-text p {
    font-size: 0.875vw;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0.020em;
}

.ld-disclaimer-text p:not(:last-child) {
    margin-bottom: 1.188vw;
}

.ld-disclaimer-text p:first-child {
    margin-bottom: 2.063vw;
}

.ld-disclaimer-text p span {
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: #bfbfbf;
    text-decoration-color: #bfbfbf;
}

.ld-det-desc ul {
    list-style: inside;
}

.ld-det-desc ul li {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: 0.020em;
    color: #000000;
    text-align: justify;
}

/*******************************************************
 *
 * 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) {
    html.safari-true .attachment-fixed canvas {
        background-attachment: scroll !important;
        background-size: 130vw !important;
    }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    html.safari-true .attachment-fixed canvas {
        background-position: center !important;
        background-size: cover !important;
    }

    .ld-det-listing-title h2 em {
        background: none;
        -webkit-text-fill-color: unset;
        display: block;
        padding: 0 0 10px;
    }

    .hdr-main:not(.fixed) .hdr-logo a {
        /*color: #45315d;*/
    }

    .ld-det-desc ul li {
        font-size: 15px;
    }

    .custom-container {
        max-width: 1170px;
        padding: 0 15px;
    }


    .custom-breadcrumbs {
        padding: 24px 0;
    }

    .custom-breadcrumbs-inner p#breadcrumbs {
        font-size: 14px;
    }

    .custom-breadcrumbs-inner {
        padding: 0 15px;
    }

    .ld-hero-control {
        bottom: 30px;
        right: 30px;
    }

    .ld-hero-control > div {
        padding: 30px 14px;
    }


    .ld-hero-control > div span {
        font-size: 14px;
    }


    .ld-hero-control > div span em {
        font-size: 14px;
    }

    .ld-hero-control > div.ld-hero-prev span em {
        margin-right: 19px;
    }

    .ld-hero-control > div.ld-hero-next span em {
        margin-left: 19px;
    }



    .ld-det-col {
        width: 100% !important;
        display: block;
    }

    .ld-det-content-container {
        padding: 0 30px 130px;
        text-align: center;
    }

    .ld-det-content-accent-bg,
    .ld-det-content-container:before {
        height: 89px;
    }

    .ld-det-content-container em.accent-logo {
        left: -164px;
        width: 83px;
        height: 83px;
    }

    .ld-det-content-container em.accent-logo:before {
        width: 1px;
        height: 100vh;
    }


    .ld-det-listing-info-inner:before {
        bottom: -66px;
        right: 0;
        width: 277px;
        height: 356px;
    }

    .ld-det-info-lp-col {
        width: calc(100% / 2);
        padding: 32px 30px;
    }

    .ld-det-info-lp-col:first-child {
        width: 100%;
        padding: 40px 0 50px;
    }

    .ld-section.section2 {
        padding: 50px 0 0;
    }

    .ld-det-listing-title h2 {
        font-size: 45px;
    }

    .ld-det-listing-title h2 > span {
        font-size: 20px;
        margin-top: 13px;
    }

    .ld-det-listing-title > span {
        font-size: 14px;
        margin-top: 14px;
    }

    .ld-det-desc p, .ld-det-desc strong {
        font-size: 15px;
    }

    .ld-det-btn:not(:last-child) {
        margin-bottom: 21px;
    }

    .ld-det-btn a {
        height: 63px;
        font-size: 20px;
    }

    .ld-det-btn a:before {
        top: -10px;
        left: 20px;
        width: 2px;
        height: 36px;
    }


    .ld-det-desc {
        margin-bottom: 42px;
    }

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


    .ld-det-btns {
        width: 100%;
        max-width: 435px;
        margin: 0 auto;
    }

    .ld-det-listing-title {
        margin-bottom: 35px;
    }

    .ld-det-info-lg span {
        font-size: 45px;
    }

    .ld-det-info-sm span {
        font-size: 13px;
    }

    .ld-det-info-sm span + span {
        font-size: 18px;
        margin-top: 15px;
    }


    .ld-det-request-info {
        padding: 100px 30px 56px;
        margin-top: 24px;
        text-align: center;
    }




    .ld-det-request-info-col {
        width: calc(50% - 4px);
    }

    .ld-det-request-info-col input:not([type=submit]), .ld-det-request-info-col textarea {
        height: 47px;
        font-size: 13px;
    }

    .ld-det-request-info-col textarea {
        padding: 15px 5px;
        height: 67px;
    }

    .ld-det-request-info-row:not(:last-child) {
        margin-bottom: 20px;
    }

    .ld-det-request-info-form-widget div.wpcf7 .ajax-loader {
        bottom: -20px;
        width: 16px;
        height: 16px;
    }

    .ld-det-request-info-sub {
        margin-top: 30px;
    }


    .ld-det-request-info-sub:hover .site-bttn-3 {
        background: #291e35;
        color: #fff;
        padding: 0 0.6vw;
    }

    .ld-det-request-info-sub:hover .site-bttn-3 span {
        margin: 0 0.1vw;
        opacity: 0;
    }

    .ld-det-request-info-form-widget .wpcf7 form .wpcf7-response-output {
        bottom: -40px;
        font-size: 13px;

    }

    .ld-det-request-info-form-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
        font-size: 13px;
    }


    .ld-det-requst-info-bg canvas {
        height: 9.29%;
    }

    .ip-title {
        margin-bottom: 34px;
        display: inline-block;
    }

    .ip-title h2 em {
        font-size: 60px;
        margin-left: 20px;
    }


    .ip-title h2 span {
        font-size: 11px;
    }


    .ld-det-requst-info-bg canvas {
        height: 65px;
    }

    .ld-accordion-bg {
        height: 83.404%;
    }


    .ip-title-wrap .ip-title em {
        font-size: 50px;
    }

    .ld-accordion-container {
        padding: 70px 0 0;
    }

    .ld-accordion-main span.faq-caret {
        font-size: 17.78px;
    }

    .ld-accordion-main .panel-title {
        padding: 12px 16px;
    }

    .ld-accordion-main .card-body {
        padding: 5px 16px;
    }

    .ld-accordion-main .card-body > ul {
        width: calc(50% - 10px);
    }

    .ld-accordion-main .card-body > ul > li {
        padding: 5px 0;
        font-size: 15px;
    }

    .ld-accordion-main > .container {
        max-width: 1170px;
        padding: 0 15px;
    }


    .ip-title-wrap em.accent-logo {
        left: -164px;
        width: 83px;
        height: 83px;
    }

    .ip-title-wrap em.accent-logo:before {
        width: 1px;
        height: 100vh;
    }


    .ip-title-wrap .ip-title {
        margin-bottom: 52px;
    }


    .ld-accordion-main i.ai-icon-arrow-d {
        width: 14px;
        height: 8px;
    }


    .ip-title-wrap em.accent-logo {
        display: none;
    }

    .ld-map-bg {
        height: 52.427%;
    }

    .ld-map-container {
        padding: 70px 0 50px;
    }

    .ld-map-title {
        margin-bottom: 40px;
        text-align: center;
    }

    .ld-map-listing-title {
        margin-bottom: 25px;
    }

    .ld-map-frame {
        padding: 0 30px;
    }

    .ld-map-title .ip-title h2 em {
        font-size: 45px;
    }

    .ld-map-listing-title h2 {
        font-size: 40px;
    }

    .ld-map-listing-title h2 span {
        font-size: 18px;
        margin-top: 20px;
    }

    .ld-map-title em.accent-logo {
        top: -30px;
        left: -164px;
        width: 35px;
        height: 35px;
    }

    .ld-map-title em.accent-logo:before {
        width: 1px;
        height: 85vh;
    }


    .ld-disclaimer-container {
        padding: 60px 0;
        text-align: center;
    }


    .ld-disclaimer-text p {
        font-size: 14px;
    }

    .ld-disclaimer-text p:not(:last-child) {
        margin-bottom: 19px;
    }

    .ld-disclaimer-text p:first-child {
        margin-bottom: 30px;
    }


    .ld-map-title .ip-title {
        margin-bottom: 0;
    }

    footer.footer {
        overflow: hidden;
    }


}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ld-accordion-main .card-body > ul {
        width: 100%;
    }

    .ld-accordion-main .card-body {
        display: block;
        padding: 11px 10px;
    }

    .ld-accordion-main .card-body > ul > li {
        border-bottom: 1px solid #c3c3c3 !important;
    }

    .ld-hero-img canvas {
        min-height: 250px;
    }

    .ld-hero-control {
        bottom: 15px;
        right: 15px;
    }

    .ld-hero-control > div {
        padding: 20px 14px;
    }
}

@media only screen and (max-width: 568px) {
    .ld-det-info-lp-col {
        display: block;
        width: 100%;
    }

    .ld-det-listing-info-inner {
        display: block;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ld-det-content-container {
        padding: 0 15px 130px;
    }

    .ld-det-listing-title h2 {
        font-size: 35px;
    }

    .ld-det-request-info {
        padding: 100px 15px 56px;
    }

    .ip-title h2 em {
        font-size: 47px;
    }

    .ip-title h2 span {
        font-size: 9px;
    }

    .ip-title-wrap .ip-title em {
        font-size: 35px;
    }

    .ld-map-listing-title h2 {
        font-size: 31px;
    }

    .ld-map-frame {
        padding: 0 15px;
    }

    .ld-map-static canvas {
        min-height: 250px;
    }

    .ld-det-btn a {
        font-size: 15px;
    }

    .custom-breadcrumbs-inner p#breadcrumbs {
        font-size: 11px;
    }

    .ld-hero-control > div span {
        font-size: 12px;
    }


}