#content-full {
    margin-top: 0 !important;
}

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

.ip-banner::after {
    /*content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    opacity: .91;
    position: absolute;
    top: 0;
    left: 0;*/
}

.hdr-main .hdr-logo a,
.hdr-main #nav > li > a,
.hdr-main .hdr-phone a {
    /*color: #fff !important;*/
}

.hdr-main.fixed .hdr-logo a {
    /*color: #45315d !important;
    ;*/
}

.hdr-main.fixed #nav > li > a,
.hdr-main.fixed .hdr-phone a {
    /*color: #000 !important;*/
}

#inner-page-wrapper {
    background: url(../../images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
}

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

p#breadcrumbs {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #b2b2b2;
    text-transform: uppercase;
    margin: 0;
    padding: 1.303vw 3.438vw;
    line-height: 1;
}

p#breadcrumbs .breadcrumb_last {
    color: #fff;
}
.listings-wrapper{
    padding: 0 15px;
}
.listings-title {
    background: #fff;
    margin: 0 -15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column wrap;
    padding: 4.75vw 0 3.25vw 5vw;
    overflow: hidden;
}

.listings-title h2 {
    text-align: center;
    position: relative;
    margin: 0 !important;
    line-height: 1;
    /*padding: 0 6.063vw 1vw 11.25vw;*/
    padding: 0 6.063vw 0 5.125vw;
}

.listings-title h2:before {
    content: '';
    display: block;
    width: 3.625vw;
    height: 3.625vw;
    position: absolute;
    top: 1.2vw;
    left: 0;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.listings-title h2:after {
    content: '';
    display: block;
    width: 0.063vw;
    /* height: 6.688vw; */
    height: 100vh;
    background: #000;
    position: absolute;
    left: 1.75vw;
    /* bottom: 7.188vw; */
    bottom: 3vw;
}

.listings-title h2 em {
    font-family: var(--font-family-title);
    font-style: normal !important;
    /*font-size: 8.125vw;*/
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: -0.02em;
    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;
    text-align: center;
}

.listings-title .listings-subtitle {
    color: #2d2d2d;
    font-size: 1.5vw;
    font-weight: 300;
    letter-spacing: 0.020em;
    padding: 0 0 0 5vw;
}

.listings {
    margin: 0 -15px;
}

.listings-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 -12px;
    padding: 30px 24px;
    position: relative;
}

.listings-row:nth-child(even) {
    background: #fff;
}

.listings-row:nth-child(even):before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../images/listings/listings-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: grayscale(1);
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
}

.listings-col {
    width: 50%;
    padding: 0 12px;
}

.listing {}

.listing a {
    display: block;
}

.listing-inner {
    position: relative;
}

.listing-photo {
    position: relative;
}

.listing-photo:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .26;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.listing a:hover .listing-photo:before {
    background: #291e35;
    opacity: .8;
}

.listing-photo:after {
    content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: .66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.listing-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.listing-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 1.875vw 1.500vw;
}

.listing-info-left {}

.listing-price {
    margin-bottom: 0.188vw;
}

.listing-price span {
    display: block;
    font-size: 1.500vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: normal;
    color: #fff;
}

.listing-address {
    margin-bottom: 1vw;
}

.listing-address span {
    display: block;
    font-family: var(--font-family-title);
    font-size: 1.875vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: normal;
    color: #fff;
}

.listing-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.listing-details span {
    display: block;
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0.938vw;
    position: relative;
}

.listing-details span:before {
    content: '';
    width: 0.063vw;
    height: 1vw;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.listing-details span:first-child {
    padding-left: 0;
}

.listing-details span:first-child:before {
    display: none;
}

.listing-details span:last-child {
    padding-right: 0;
}

.listing-details span i {
    font-style: normal !important;
    margin: 0 0.125vw;
    font-size: 0.875vw;
    position: relative;
    top: -0.125vw;
}

.listing-info-right {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.listing a:hover .listing-info-right {
    opacity: 1;
}

.listing-info-right span {
    display: block;
    font-size: 0.875vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0.625vw;
    position: relative;
}

.listing-info-right span:before {
    content: '';
    width: 0.125vw;
    height: 5vw;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.listing-info-right span:first-child {
    padding-left: 0;
}

.listing-info-right span:first-child:before {
    display: none;
}

.listing-info-right span:last-child {
    padding-right: 0;
}

.listings-disclaimer {
    background: #fff;
    margin: 0 -15px;
    position: relative;
    /*padding: 3.938vw 0 5.375vw;*/
    padding: 0 0 5.375vw;
}

.listings-disclaimer:before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background-image: url(../../images/lkgc-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*    filter: grayscale(1);*/
    position: absolute;
    top: 0;
    left: 0;
}

.listings-disclaimer-accent {
    position: relative;
    z-index: 1;
}

.listings-disclaimer-accent:before {
    content: '';
    display: block;
    /*height: 89px;*/
    height: 0;
    background: url(../../images/site-pattern.png) center center repeat-x #fff;
    background-size: auto 100%;
}

.listings-disclaimer-logo {
    position: relative;
    z-index: 1;
}

.listings-disclaimer-logo:before {
    content: '';
    display: block;
    width: 5.188vw;
    height: 5.188vw;
    position: absolute;
    top: 7.750vw;
    left: 3.750vw;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;
}

.listings-disclaimer-logo:after {
    content: '';
    display: block;
    width: 0.063vw;
    height: 7.750vw;
    background: #000;
    position: absolute;
    left: 6.250vw;
    top: 0;
}

.listings-disclaimer-inner {
    position: relative;
    z-index: 1;
    padding: 7.188vw 2.188vw 0;
}

.listings-disclaimer-inner p {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #2d2d2d;
    margin: 0 !important;
}

.git-wrap .git-title h2:before,
.git-wrap .git-title h2 span:before {
    display: none;
}

@media only screen and (max-width: 991px) {
    .hdr-main .hdr-logo a {
        /*color: #45315d;*/
    }
    p#breadcrumbs {
        font-size: 14px;
    }
    .listings-title{
        justify-content: center;
        align-items: center;
        padding: 50px 0 30px;
    }
    .listings-title h2 {
        padding: 0;
    }
    .listings-title h2:before,
    .listings-title h2:after {
        display: none;
    }
    .listings-title h2 em {
        font-size: 50px;
        display: block;
        padding: 0 0 10px;
    }
    .listings-title .listings-subtitle {
        font-size: 20px;
    }
    .listings-col {
        width: 100%;
    }
    .listings-row .listings-col:first-child {
        margin-bottom: 30px;
    }
    .listing-price span {
        font-size: 24px;
    }
    .listing-address span {
        font-size: 30px;
    }
    .listing-details span {
        font-size: 16px;
        padding: 0 15px;
    }
    
    .listing-details span i {
        font-size: 14px;
        margin: 0 1px;
        top: -2px;
    }
    
    .listing-details span:before {
        height: 16px;
        width: 1px;
    }
    .listings-disclaimer-inner {
        padding: 60px 0;
    }
    .listings-disclaimer-inner p {
        font-size: 14px;
    }
    .listings-disclaimer-logo {
        display: none;
    }
}