/*
* 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;
}
#ldet-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;
}
.ldet-top{
	position: relative;
}
.ldet-ss{
	font-size: 0;
	position: relative;
    z-index: 0;
}
.ldet-ss:not(.slick-initialized) .ldet-ss-img:not(:first-child){
	display: none;
}

.ldet-ss-img{
	position: relative;
	z-index: 0;
}
.ldet-ss-img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.1;
}
.ldet-ss-img img{
	aspect-ratio: 1600/680;
}

.ldet-info{
	font-family: var(--font-family-title);
	padding: 0 0 0;
	width: 1380px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}

.ldet-add{
	text-align: center;
	font-size: 50px;
	letter-spacing: 0.100em;
}
.ldet-bbsq{}
.ldet-bbsq > div{
	position: relative;
	font-size: 20px;
	color:#383838;
	letter-spacing: 0.100em;
	text-transform: uppercase;
}
.ldet-bbsq > div:first-child{
	margin: 0 0 0;
}
.custom-bc-container{
	width: 1380px;
	max-width: calc(100% - 30px);
	margin: 20px auto 0;
}
.ldet-gallery{}
.ldet-gallery-container{
	width: 1302px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.ldet-gallery-wrap{
	position: relative;
}
.ldet-gallery-content{
	position: relative;
}
.ldet-gallery-ss{
	font-size: 0;
	position: relative;
	z-index: 0;
}
.ldet-gallery-ss:not(.slick-initialized) .ldet-gallery-img:not(:first-child){
	display: none;
}
.ldet-gallery-img > a{
	display: block;
	position: relative;
	overflow: hidden;
}
.ldet-gallery-img > a img{
	aspect-ratio: 1302/702;
}
.ldet-gallery-ss.slick-initialized .slick-slide.slick-active .ldet-gallery-img > a img{
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.ldet-gallery-ss.slick-initialized .slick-slide.slick-active .ldet-gallery-img > a:hover img{
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.ldet-gallery-arrows{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}
.ldet-gallery-arrow{}
.ldet-gallery-arrow button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../../images/arrow-right.png);
	border: 0;
	width: 96px;
	height: 70px;
	opacity: 1;
	pointer-events: auto;
}
.ldet-gallery-arrow button.ldet-gallery-prev{
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
}
.ldet-gallery-arrow button:hover{
	opacity: 0.6;
}
.ldet-gallery-button{
	margin: 42px 0 0;
}
.ldet-gallery-button > div:not(:first-child){
	display: none;
}
.ldet-info-mid{
	padding: 55px 0;
}
.ldet-info-wrap{}
.ldet-info-l{}
.ldet-info-content{}
.ldet-custom-title{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	/* color: #47adaf; */
	color: #26578c;
	letter-spacing: 0.300em;
	font-family: var(--font-family-default);
}
.ldet-custom-title span{
	display: block;
	font-family: var(--font-family-title);
	color: #000;
	letter-spacing: 0.100em;
	font-size: 3.846em;
	margin: 10px 0 0;
}
.ldet-info-price{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	/* color: #47adaf; */
	color: #26578c;
	letter-spacing: 0.300em;
	font-family: var(--font-family-default);
	margin: 38px 0 0;
}
.ldet-info-price span{
	display: block;
	font-family: var(--font-family-title);
	color: #000;
	letter-spacing: 0.100em;
	font-size: 2.308em;
	margin: 10px 0 0;
}
.ldet-info-buttons{
	margin: 42px 0 0;
	text-align: center;
}
.ldet-info-button{}
.ldet-info-button:first-child{
	margin: 0 0 0;
}
.ldet-info-desc{
	font-size: 13px;
	line-height: 1.846;
	letter-spacing: 0.100em;
	color: #383838;
	font-family: var(--font-family-default);
}
.ldet-info-desc p:not(:nth-of-type(1)){
	margin: 24px 0 0;
}
.ldet-acc{
	padding: 50px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
    clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.ldet-acc:before{
	content: '';
	display: block;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/listing-details/ldet-bg_01.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0.2;
}
.ldet-acc .container{
	position: relative;
	z-index: 1;
}
.ldet-acc-content{}
.ldet-acc-list{}
.ldet-acc-single{
	color: #000;
	border-bottom: 2px solid #000;
}
.ldet-acc-single:first-child{
	margin-top: 0;
}
.ldet-acc-hdr{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	cursor: pointer;
}
.ldet-acc-hdr span{
	max-width: calc(100% - 33px);
	font-size: 20px;
	letter-spacing: 0.300em;
	text-transform: uppercase;
	font-family: var(--font-family-title);
}
.ldet-acc-hdr em{
	width: 18px;
	height: 18px;
	position: relative;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}

.ldet-acc-hdr em:before{
	content:'';
	display: block;
	position: absolute;
	background: #000;
	max-height: 2px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;

}
.ldet-acc-hdr em:after{
	content:'';
	display: block;
	position: absolute;
	background: #000;
	max-width: 2px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

}
.ldet-acc-hdr.active em{
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.ldet-acc-hdr.active em:before{
	opacity: 0;
}
.ldet-acc-feed{
	padding: 8px 0 40px;
	display: none;
}
.ldet-acc-row{}
.ldet-acc-col{}
.ldet-acc-data{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 25px 0 0;
}
.ldet-acc-data:first-child{
	margin: 0 0 0;
}
.ldet-acc-data > div{
	width: 50%;
	font-family: var(--font-family-default);
	font-size: 14px;
	letter-spacing: 0.050em;
	padding: 0 0 0 20px;
}
.ldet-acc-data > div:first-child{
	font-weight: 600;
	padding: 0 0 0;
}
.ldet-map{
	padding: 60px 0 0;
}
.ldet-map-title{
	margin: 0 0 88px;
}
.ldet-map-content {
    position: relative;
    padding: 40.438% 0 0;
    min-height: 350px;
}
.ldet-map-content > div,
.ldet-map-content iframe{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.global-site-link span {
	display: inline-block;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 4px;
	font-family: var(--font-family-default);
	padding: 12px 0;
}
  .global-site-link span::after{

        content: '';

        position: absolute;

        bottom: 0;

        left: 0;

        width: 44px;

        height: 2px;

        /* background: #47adaf; */
		background: #26578c;

        -webkit-transition: all 0.4s ease-in-out;

        -moz-transition: all 0.4s ease-in-out;

        -o-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

    }
        .global-site-link span:hover::after{
            width: 100%;
        }

.ldet-gallery-img .img-me {
	overflow: hidden;
	position: relative;
}


@media only screen and (min-width: 992px) {
	.ldet-info{
		padding: 0 0 105px;
	}
	.ldet-info-inner{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	.ldet-add{
		font-size: min(3.546vw,50px);
	}
	.ldet-bbsq{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.ldet-bbsq > div{
		padding: 30px min(2.624vw,37px);
		font-size: min(1.419vw,20px);
	}
	.ldet-bbsq > div:first-child{
		padding-left: 0;
	}
	.ldet-bbsq > div:last-child{
		padding-right: 0;
	}
	.ldet-bbsq > div:not(:first-child):before{
		content:'';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 2px;
		background: rgb(0,0,0);
    	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(210,210,210,1) 100%);
	}
	.ldet-gallery-container{
		width: 83.25vw;
	}
	.ldet-gallery .slick-list{
		overflow: unset;
	}
	.ldet-gallery-ss.slick-initialized .ldet-gallery-img > a .img-me {
		background: #000;
	}
	.ldet-gallery-ss.slick-initialized .slick-slide:not(.slick-active) .ldet-gallery-img > a{
		pointer-events: none;
	}
	.ldet-gallery-ss.slick-initialized .slick-slide:not(.slick-active) .ldet-gallery-img > a img{
		opacity: 0.35;
		transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	.ldet-gallery-ss.slick-initialized .slick-slide.slick-active .ldet-gallery-img > a .img-me:before{
		content:'';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgb(0,0,0);
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
		opacity: 0.5;
	}
	.ldet-gallery-ss.slick-initialized .slick-slide.slick-active .ldet-gallery-img > a img{
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.ldet-gallery-arrows {
	    position: absolute;
	    bottom: 153px;
	    left: -37px;
	    right: -37px;
	}
	.ldet-gallery-arrow button{
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
	}
	.ldet-custom-title{
		position: relative;
		padding: 0 0 0 24px;
	}
	.ldet-custom-title:before {
	    content: '';
	    display: block;
	    position: absolute;
	    top: -13px;
	    bottom: 7px;
	    left: 0;
	    width: 1px;
	    background: rgb(0,0,0);
	    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(210,210,210,1) 100%);
	}
	.ldet-info-price{
		padding: 0 0 0 24px;
	}
	.ldet-info-buttons{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
		padding: 0 0 0 24px;
	}
	.ldet-info-button{
		margin-left: 52px;
	}
	.ldet-info-mid{
		padding: 146px 0 125px;
	}
	.ldet-acc-r{
		margin-left: auto;
		max-width: 814px;
	}
	.ldet-acc-row{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.ldet-acc-col{
		width: 50%;
	}
	.ldet-acc{
		padding: 93px 0 162px;
	}
	.ldet-map{
		padding: 71px 0 0;
	}
}

@media only screen and (max-width: 1199px) {
	.ldet-acc-data > div{
		font-size: 12px;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 991px) {
	.ldet-ss-img img{
		min-height: 450px;
	}
	.ldet-bbsq{
		padding: 40px 0 0;
	}
	.ldet-bbsq > div {
	    text-align: center;
	    margin: 15px 0 0;
	}
	.ldet-gallery-arrows {
	    max-width: 240px;
	    margin: 30px auto 0;
		display: none;
	}
	.ldet-custom-title {
	    text-align: center;
	}
	.ldet-info {
		margin-bottom: 40px;
	}
	.ldet-info-price{
		text-align: center;
	}
	.ldet-info-button {
	    margin: 30px 0 0;
	}
	.ldet-info-desc {
	    text-align: center;
	    padding: 40px 0 0;
	}
	.ldet-acc-r{
		padding: 30px 0 0;
	}
	.ldet-acc-col:not(:first-child) {
		margin: 20px 0 0;
	}
	.ldet-acc-data{
		margin: 20px 0 0;
	}
	.ldet-acc-hdr span {
	    letter-spacing: 0.100em;
	}
	.ip-container #content-gt .global-site-title span {
		color: #fff !important;
		letter-spacing: 5px;
  font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.ldet-add {
	    text-align: center;
	    font-size: 40px;
	    letter-spacing: 0.050em;
	}
	.ldet-custom-title span{
		font-size: 3.077em;
	    letter-spacing: 0.050em;
	}
	.ldet-acc-hdr span {
	    letter-spacing: 0.050em;
	    font-size: 19px;
	}
}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {
	
	.global-site-link span {
	    letter-spacing: 3px;
	}
}