/*
* Template Name: Listing Details
*/

.ip-banner{
	display: none;
}
:before,
:after{
	pointer-events: none;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
.cncrg-fixed-bg{
    clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}
.cncrg-fixed-bg > div{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cncrg-fixed-bg:before{
    content:'';
    display: block;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0s;
    -moz-transition: all ease 0s;
    -webkit-transition: all ease 0s;
}
.cncrg-fixed-bg:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0s;
    -moz-transition: all ease 0s;
    -webkit-transition: all ease 0s;
}
#cncrg-ip img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.cncrg-top{
	position: relative;
}
.cncrg-ss{
	font-size: 0;
	position: relative;
    z-index: 0;
}
.cncrg-ss:not(.slick-initialized) .cncrg-ss-img:not(:first-child){
	display: none;
}

.cncrg-ss-img{
	position: relative;
	z-index: 0;
}
.cncrg-ss-img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.1;
}
.cncrg-ss-img img{
	aspect-ratio: 1600/501;
}
.custom-bc-container{
	width: 1380px;
	max-width: calc(100% - 30px);
	margin: 20px auto 0;
}
.cncrg-hdr{
	font-size: 50px;
	letter-spacing: 0.200em;
	color: #000;
	text-transform: uppercase;
	font-family: var(--font-family-title);
	margin: 0 0 52px;
}
.cncrg-text{
	font-size: 13px;
	line-height: 1.846;
	color: #383838;
	letter-spacing: 0.100em;
}
.cncrg-text p:not(:nth-of-type(1)){
	margin: 24px 0 0;
}
.cncrg-intro{}
.cncrg-intro-container {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    width: 1280px;
}
.cncrg-intro-wrap{}
.cncrg-intro-desc {
	padding: 0 0 50px;
}
.cncrg-lbf{
	position: relative;
	padding: 80px 0;
}
.cncrg-fixed-bg.lfb{
	background: #fff;
}
.cncrg-fixed-bg.lfb:before{
	background: url(../../images/concierge/cncrg-bg_01.jpg) center center no-repeat;
	background-size: cover;
}
.lbf-wrap{
	position: relative;
	z-index: 1;
}
.lbf-logo{
	max-width: 386px;
	margin: 0 auto 62px;
}
.cncrg-hdr.lbf{
	margin-bottom: 0;
}
.cncrg-fixed-bg.os{
	background: #fff;
}
.cncrg-fixed-bg.os:before{
	background: url(../../images/concierge/cncrg-bg_02.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0.2;
}
.cncrg-os{
	position: relative;
	padding: 80px 0;
}
.os-wrap{
	position: relative;
	z-index: 1;
}
.cncrg-section .cncrg-section-inner{
	position: relative;
}
.cncrg-section .cncrg-section-col:first-child{
	padding: 50px 15px;
}
.cncrg-section .cncrg-section-col:not(:first-child){
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
}
.cncrg-section .cncrg-fixed-bg > div{
	background-size: cover;
	background-position: center;
}
.cncrg-section .cncrg-section-content {
    max-width: 100%;
    margin: 0 auto;
    width: 570px;
}
@media only screen and (min-width: 992px) {
	.cncrg-intro-desc {
	    padding: 0 min(7.481vw,98px) 150px;
	}
	.cncrg-lbf {
	    padding: 202px 0;
	}
	.cncrg-hdr.lbf{
		font-size: 55px;
	}
	.cncrg-hdr.os{
		font-size: min(3.125vw,50px);
	}
	.cncrg-os{
		padding: 130px 0;
	}
	.cncrg-section .cncrg-section-inner{
		display: flex;
		flex-flow: row-reverse wrap;
		align-items: center;
		justify-content: flex-start;
	}
	.cncrg-section:nth-child(even) .cncrg-section-inner{
		justify-content: flex-end;
	}
	.cncrg-section .cncrg-section-col{
		width: 50%;
		position: relative;
		z-index: 1;
	}
	.cncrg-section .cncrg-section-col:first-child {
	    padding: 171px 15px;
	}
	.cncrg-section:nth-child(odd) .cncrg-section-col:not(:first-child){
		left: 0;
	}
	.cncrg-section:nth-child(even) .cncrg-section-col:not(:first-child){
		right: 0;
	}
	.cncrg-section:nth-child(odd) .cncrg-fixed-bg > div{
		right: 50%;
	}
	.cncrg-section:nth-child(even) .cncrg-fixed-bg > div{
		left: 50%;
	}
}

@media only screen and (min-width: 1200px) {
	.cncrg-section .cncrg-section-col:first-child {
	    padding: 10.6875vw 15px;
	}
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.cncrg-ss-img img{
		min-height: 400px;
	}
	.lbf-logo {
	    margin: 0 auto 30px;
	}
	.cncrg-section .cncrg-section-col:not(:first-child){
		display: none;
	}
	.cncrg-hdr.os {
	    margin: 0 0 30px;
	}
	.cncrg-section-img {
	    max-width: max-content;
	    margin: 0 auto 40px;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {
	.cncrg-hdr {
	    font-size: 40px;
	    letter-spacing: 0.050em;
	    margin: 0 0 30px;
	}
}
@media only screen and (max-width: 480px) {
	.cncrg-hdr {
	    font-size: 35px;
	    letter-spacing: 0.020em;
	}
}