/*
* Template Name: Listing Details
*/

.ip-banner{
	display: none;
}
#inner-page-wrapper{
	margin-bottom: 0;
}

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

#ldet-ip{}
.ldet-top{
	padding: 40px 0 0;
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.ldet-top-info{
	padding: 0 0 23px;
	margin: 46px 0 0;
}
.ldet-title{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.ldet-top-add{
	font-size: 28px;
	color: var(--site-primary-color);
	font-weight: 200;
	letter-spacing: 0.100em;

}
.ldet-top-add span{
	display: block;
	letter-spacing: 0.200em;
	font-weight: 300;
	font-size: 0.643em;
	text-transform: uppercase;
	color: #858585;
	margin: 6px 0 0;
}
.ldet-top-button{
	position: relative;
}
.ldet-top-button .site-button a:not(:hover){
	color: var(--site-primary-color);
}
.site-button.phone a{}
.site-button.phone a em {
    font-size: 0.9em;
    margin-right: 3%;
}
.ldet-ss{
	position: relative;
}
.ldet-ss-carousel{
	position: relative;
	z-index: 0;
	font-size: 0;
}
.ldet-ss-carousel:not(.slick-initialized) .ldet-ss-photo:not(:first-child){
	display: none;
}
.ldet-ss-photo{}
.ldet-ss-photo a{
	display: block;
	position: relative;
}
.ldet-ss-photo a .ldet-ss-img{}
.ldet-ss-photo a .ldet-ss-img:before{
	content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/listing-details/ldet-ss-play.png) center center no-repeat;
    background-size: 9.535% auto;
    opacity: 0;
}
.ldet-ss-photo a:hover .ldet-ss-img:before{
	opacity: 1;
}
.ldet-ss-photo a .ldet-ss-img img{
	aspect-ratio: 1332/621;
}
.ldet-ss-arrows{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}
.ldet-ss-arrows .ldet-ss-arrow{}
.ldet-ss-arrows .ldet-ss-arrow button{
	display: none;
}
.ldet-ss-arrows .ldet-ss-arrow button.slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    pointer-events: auto;
    width: 47px;
    height: 103px;
    background: var(--site-primary-color);
    border: 2px solid var(--site-primary-color);
    color: var(--site-accent-color);
    font-size: 30px;
    letter-spacing: -0.30em;
    text-align: center;
    padding: 0 0;
}
.ldet-ss-arrows .ldet-ss-arrow:first-child button.slick-arrow{
	padding-right: 7px;
}
.ldet-ss-arrows .ldet-ss-arrow button.slick-arrow:hover{
	color: var(--site-primary-color);
	background: #fff;
}
.reqtour-panel{
	background: var(--site-primary-color);
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 366px;
	padding: 0 0 26px;
}
.reqtour-panel:not(.active){
	display: none;
}
.reqtour-close{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 33px 50px 0;
}
.reqtour-close button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(255,255,255,0.3);
	width: 46px;
	height: 46px;
	padding: 0 0;
	background: rgba(0,0,0,0);
	font-size: 19px;
}
.reqtour-close button:hover{
	background: #fff;
}
.reqtour-close button em{
	background: rgb(206,143,102);
    background: var(--site-gradient-background);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.reqtour-title{
	text-align: center;
	margin: 22px 0 0;
}
.reqtour-title span {
    font-family: var(--font-family-title);
    color: #fff;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0.020em;
    padding: 3px 0 9px 50px;
    background: url(../../images/site-title-accent-logo.png) left top no-repeat;
    background-size: 39px auto;
}
.reqtour-buttons{
	
}
.reqtour-buttons .reqtour-button{
	/*margin: 7px 0 0;*/
	min-width: 262px;
}
.reqtour-buttons .reqtour-button:first-child{
	margin: 0 0 0;
}
.reqtour-buttons .site-button::before{
	opacity: 1;
}
.reqtour-buttons .site-button:hover::before{
	opacity: 0;
}
.reqtour-buttons .site-button:hover {
    background: var(--site-primary-color);
}
/*.reqtour-buttons .reqtour-button button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to right, var(--site-button-border)) 1;
	font-size: 18px;
	letter-spacing: 0.150em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,0);
	min-width: 234px;
	min-height: 50px;
}
.reqtour-buttons .reqtour-button button:hover{
	background: var(--site-gradient-background);
}*/
.reqtour-lang{
	padding: 0 0 0 50px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	letter-spacing: 0.050em;
	color: #fff;
	margin: 25px 0 0;
}
.reqtour-lang em{
	font-size: 1.3em;
	background: rgb(206,143,102);
    background: var(--site-gradient-background);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: inline-block;
    margin-right: 12px;
}
.reqtour-lang span{}
.reqtour-sched{
	padding: 0 0 0 50px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	letter-spacing: 0.050em;
	color: #fff;
	margin: 15px 0 0;
}
.reqtour-sched em{
	font-size: 1.3em;
	background: rgb(206,143,102);
    background: var(--site-gradient-background);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: inline-block;
    margin-right: 12px;
}
.ldet-features{
	padding: 64px 0 0;
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.features-buttons{}
.features-buttons .features-button{}
.features-button button{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, var(--site-button-border)) 1;
    letter-spacing: 0.040em;
    text-transform: uppercase;
    background: rgba(0,0,0,0);
    min-height: 45px;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 200;
}
.features-button button:hover{
	border: 2px solid #d2a786;
	background: #d2a786;
	color: #fff;
}
.features-button button.active{
	border: 2px solid #d2a786;
	background: #d2a786;
	color: #fff;
	pointer-events: none;
}
.features-panels{}
.features-panel{
	padding: 32px 0 0;
}
.features-panel:not(.active){
	display: none;
}
.pfp-wrap{
	padding: 40px 0 0;
}
.pfp-panel{
	padding: 20px 0 0;
	touch-action: auto;
	overflow-x: auto;
	overflow-y: hidden;
}
.pfp-panel:not(.active){
	display: none;
}
.pfp-title{
	color: var(--site-primary-color);
	font-size: 26px;
	letter-spacing: 0.020em;
	font-family: var(--font-family-title);
	padding: 0 0 25px;
}
.pfp-buttons{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}
.pfp-button{
	max-width: 200px;
}
.pfp-button button{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, var(--site-button-border)) 1;
    letter-spacing: 0.040em;
    text-transform: uppercase;
    background: rgba(0,0,0,0);
    min-height: 45px;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 200;
}
.pfp-button button:hover{
	border: 2px solid #d2a786;
	background: #d2a786;
	color: #fff;
}
.pfp-button button.active{
	border: 2px solid #d2a786;
	background: #d2a786;
	color: #fff;
	pointer-events: none;
}
.features-panel-hdr{
	font-size: 20px;
	font-weight: 300;
	color: var(--site-primary-color);
	letter-spacing: 0.040em;
}
.pfp-table{
	margin: 28px 0 0;
	min-width: 962px;
	padding: 0 0 20px;
}
.pfp-row{}
.pfp-row:first-child{
	margin: 0 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	border-top: 2px solid var(--site-accent-color);
	border-bottom: 2px solid var(--site-accent-color);
}
.pfp-row:first-child .pfp-col{
	border-left: 1px solid var(--site-accent-color);
	width: calc(100% / 6);
	text-align: center;
	color: var(--site-primary-color);
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.040em;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	min-height: 55px;
}
.pfp-row:first-child .pfp-col:first-child{
	border-left: 0;
}
.pfp-entry{
	margin: 15px 0 0;
}
.pfp-entry:first-child{
	margin: 36px 0 0;
}
.pfp-entry a{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	color: #858585;
	text-decoration: none;
}
.pfp-entry a:hover{
	color: var(--site-primary-color);
}
.pfp-entry a span{
	width: calc(100% / 6);
	padding: 0 10px;
	text-align: center;
}

.features-intro {
    font-size: 14px;
    font-weight: 300;
    color: #565656;
    line-height: 2.143;
    padding: 37px 0 32px;
}
.features-content .features-panel-feeds{
	margin: 28px 0 0;
}
.features-content .features-panel-feed{
	font-size: 16px;
	font-weight: 300;
	padding: 0 20px 0 0;
	color: #858585;
}
.fepo-hdr{
	padding: 37px 0 32px;
	font-family: var(--font-family-title);
	color: var(--site-primary-color);
	font-size: 26px;
	letter-spacing: 0.020em;
}
.fepo-list{
	margin: 28px 0 0;
}
.fepo-list > div{
	font-size: 16px;
	font-weight: 300;
	padding: 0 0 0 27px;
	color: #858585;
	line-height: 1.1;
    margin-top: 15px;
    position: relative;
}
.fepo-list > div:before{
	content:'';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 2px solid var(--site-accent-color);
	border-radius: 50em;
}
.fepo-list > div:first-child{
	margin: 0 0 0;
}
.ldet-ras{
	padding: 36px 0 0;
    width: 1332px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
.ras-wrap{
	background: var(--site-gradient-background);
	color: #fff;
	padding: 36px 20px 20px;
}
.ras-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.050em;
    padding: 0 0 27px;
}
.ras-content{}
.cgit-form{}
.cgit-form .wpcf7-form-control-wrap{
	display: block;
}
.cgit-row{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 13px 0 0;
}
.cgit-row:first-child{
	margin: 0 0 0;
}
.cgit-row .cgit-col{
	margin-left: 8px;
	width: calc(25% - 6px);
}
.cgit-row .cgit-col:first-child{
	margin: 0 0 0;
}
.cgit-row .cgit-col input:not([type="submit"]){
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 39px;
	outline: 0;
	border: 1px solid #eccdb1;
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.020em;
	padding: 0 10px;
}
.cgit-row .cgit-col select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 39px;
	outline: 0;
	border: 1px solid #eccdb1;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.020em;
	padding: 0 22px 0 10px;
	background: url(../../images/listing-details/cgit-dd.png) calc(100% - 10px) center no-repeat;
	background-size: 7px auto;
}
.cgit-row .cgit-col option{
	color: #000;
}
.cgit-label{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.020em;
	line-height: 1.142;
}
.cgit-label.mod{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.cgit-label.mod i {
    font-size: 1.714em;
    margin-right: 8px;
}
.cgit-budget{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.cgit-budget .cgit-budget-field {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 70px);
}
.cgit-budget .cgit-budget-label{
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.020em;
	min-width: 35px;
}
.cgit-budget .cgit-budget-slider {
    width: calc(100% - 80px);
    max-width: 177px;
}
.ras-content .irs{
	height: 14px;
}
.ras-content .irs--flat {
    height: 14px;
}
.ras-content .irs--flat .irs-min,
.ras-content .irs--flat .irs-max{
	visibility: visible !important;
	display: none;
}
.ras-content .irs-from,
.ras-content .irs-to{
	display: none !important;
}
.ras-content .irs--flat .irs-line,
.ras-content .irs--flat .irs-bar {
    height: 4px;
    background: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto 0;
}
.ras-content .irs--flat .irs-handle {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.ras-content .irs--flat .irs-handle i{
	display: none;
}
.cgit-bb{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.cgit-bb-fields {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    max-width: 215px;
    width: calc(100% - 0px);
}
.cgit-bb-field{
	margin-left: 6px;
	width: calc(50% - 3px);
}
.cgit-bb-field:first-child{
	margin-left: 0;
}
.cgit-date{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.cgit-row.submit{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
}
.cgit-row.submit input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	color: #d49e7a;
	width: 158px;
	height: 46px;
	background: #fff;
	border: 2px solid #fff;
	font-size: 14px;
	letter-spacing: 0.150em;
	text-transform: uppercase;
}
.cgit-row.submit input:hover{
	background: #d49e7a;
	color: #fff;
}
.cgit-row .cgit-col .cgit-budget-field input:not([type="submit"]){
	display: none;
}

.ldet-featrent{
	padding: 56px 0 0;
}
.home-about-img{
	padding: 73px 0 0;
}
.home-about-img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	bottom: 0;
	right: 10px;
	margin: 0 auto;
	background: url(../../images/our-communities/ocom-bg_02.jpg) center bottom no-repeat;
	background-size: cover;
	max-width: 465px;
}
.home-about-img img{
	position: relative;
	z-index: 2;
	aspect-ratio: 584/773;
}
.ldet-arm {
    padding: 40px 0 141px;
    position: relative;
}
.ldet-arm::after {
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
    bottom: 0;
    height: 35%;
    z-index: -2;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
}
.ldet-share{}
.ldet-share button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-flex;
	vertical-align: middle;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 0 0 0;
	font-size: 14px;
	color: var(--site-primary-color);
	letter-spacing: 0.150em;
	text-transform: uppercase;
	background: none;
	opacity: 1;
}
.ldet-share button:hover{
	opacity: 0.6;
}
.ldet-share button img{
	max-width: 24px;
}
.ldet-share button span{
	margin-left: 14px;
}
.ldet-info{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0;
}
.ldet-info-col{
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.100em;
	font-weight: 200;
	position: relative;
}
.ldet-info-col span{
	display: block;
	margin: 9px 0 0;
	font-size: 0.533em;
	color: #858585;
}
.ldet-info-col button{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0 0;
    background: none;
    opacity: 1;
}
.ldet-info-col button:hover{
	opacity: 0.6;
}
.ldet-info-col button em{
	background: rgb(206,143,102);
    background: var(--site-gradient-background);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.basin-wrap{
	
}
.basin-hdr{
	color: var(--site-primary-color);
    font-size: 26px;
    letter-spacing: 0.020em;
    font-family: var(--font-family-title);
    padding: 0 0 25px;
}
.features-panel-content .row{
	margin-top: 23px;
}
.features-panel-row{
	font-size: 16px;
	font-weight: 300;
	color: var(--site-primary-color);
	margin-top: 15px;
	text-align: center;
}
.features-panel-row:first-child{
	margin-top: 0;
}
.features-panel-label{
	color: #858585;
}
.features-panel-val{}
.ameni-data{
	font-size: 16px;
	font-weight: 300;
	color: var(--site-primary-color);
	text-align: center;
}
.buifea-block:not(:first-child){
	margin: 36px 0 0;
}
.ldet-mop{
	padding: 80px 0 85px;
	position: relative;
}
.ldet-mop:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% - min(16.875vw,270px));
	max-height: min(32.5vw,520px);
	background: url(../../images/our-communities/ocom-bg_01.jpg) center center no-repeat var(--site-primary-color);
    background-size: cover;
}
.mop-container{
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.mop-wrap{}
.mop-title{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 0 0 39px;
}
.mop-feed{
	border: 3px solid #fff;
}
.mop-feed img{
	display: block;
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 992px) {
	header.header .header-main-container {
	    background: var(--site-primary-color);
	}
	.ldet-top{
		padding: min(11.25vw,180px) 0 0;
		max-width: calc(100% - 130px);
	}
	.reqtour-buttons .reqtour-button{
		min-width: min(16.236vw,262px);
	}
	.ldet-share{
		margin-right: min(2.496vw,34px);
	}
	.ldet-share button{
		font-size: min(1.028vw,14px);
	}
	.ldet-share button img{
		max-width: min(1.762vw,24px);
	}
	.ldet-share button span{
		margin-left: min(1.028vw,14px);
	}
	.ldet-ss-arrows{
		position: absolute;
		z-index: 1;
		top: 0;
		left: -47px;
		right: -47px;
		bottom: 0;
	}
	.ldet-top-info{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	.ldet-top-add{
		font-size: min(2.056vw,28px);
	}
	.ldet-top-buttons{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.ldet-top-button{
		min-width: min(13.181vw,234px);
	}
	.ldet-top-button:first-child{
		margin-left: 0;
	}
	.ldet-info{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.ldet-info-col{
		padding: 0 min(3.965vw,54px);
		font-size: min(2.203vw,30px);
	}
	.ldet-info-col:first-child{
		padding-left: 0;
	}
	.ldet-info-col:last-child{
		padding-right: 0;
	}
	.ldet-info-col span{
		margin: min(0.661vw,9px) 0 0;
	}
	.ldet-info-col:not(:first-child):before{
		content:'';
		display: block;
		position: absolute;
		width: 1px;
		top: 5px;
		bottom: 5px;
		background: #e0e0e0;
		left: 0;
		margin: auto 0;
		max-height: 32px;
	}
	.features-buttons{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.features-buttons .features-button{
		width: calc((100% / 3) - 4px);
		margin-left: 5px;
	}
	.features-buttons .features-button:first-child{
		margin-left: 0px;
	}
	.features-button button{
		font-size: min(1.615vw,22px);
	}
	.pfp-button{
		width: calc(100% / 6);
	}
	.features-intro {
	    padding: 37px 110px 32px;
	}
	.features-content.md {
	    width: 100%;
	    max-width: 1003px;
	}
	.features-content:not(.sm) .features-panel-feeds{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.features-content .features-panel-feed{
		width: calc(100% / 3);
	}
	.features-content:not(.md):not(.sm) .features-panel-feed:nth-child(n + 4){
		margin-top: 15px;
	}
	.features-content.md .features-panel-feed{
		width: 50%;
	}
	.features-content.md .features-panel-feed:nth-child(n + 3){
		margin-top: 15px;
	}
	.features-content.sm .features-panel-feed{
		width: 100%;
	}
	.fepo-content{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	.fepo-col{
		padding: 0 20px 0 0;
		max-width: calc(100% / 3);
	}
	.cgit-label{
		font-size: min(1.028vw,14px);
	}
	.cgit-budget .cgit-budget-label{
		font-size: min(1.028vw,14px);
		min-width: min(2.570vw,35px)
	}
	.cgit-bb-fields {
	    width: calc(100% - min(9.545vw,130px));
	}
	.cgit-row .cgit-col select,
	.cgit-row .cgit-col input:not([type="submit"]){
		font-size: min(1.028vw,14px);
	}
	.cgit-row .cgit-col.bb {
	    width: calc((25% - 6px) + min(2.203vw,30px));
	}
	.cgit-row .cgit-col.date {
	    width: calc((25% - 6px) - min(2.203vw,30px));
	    padding: 0 min(0.734vw,10px) 0 0;
	}
	.cgit-date-field {
	    width: calc(100% - min(8.370vw,114px));
	    max-width: 170px;
	}
	.cgit-budget .cgit-budget-field {
	    width: calc(100% - min(5.140vw,70px));
	}
	.cgit-budget .cgit-budget-slider {
	    width: calc(100% - min(5.874vw,80px));
	}
	.home-communities-search-form{
		width: 1140px;
		max-width: calc(100% - 30px);
	}
	.home-about-img::after {
	    content: '';
	    position: absolute;
	    bottom: -3vw;
	    left: -3vw;
	    width: 16.8vw;
	    height: 91%;
	    background: rgb(206,143,102);
	    background: var(--site-gradient-background);
	    z-index: 0;
	}
	.home-about-feed{
		align-items: flex-end;
	}
	.home-about-photo {
	    width: 45.511%;
	}
	.home-about-text {
	    width: 53.7%;
	}
	.home-about-blurb {
	    padding-left: 0;
	}
	.home-about-button {
	    padding-left: 0;
	}
	.features-panel-row{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: space-between;
		text-align: left;
		font-size: min(1.175vw,16px);
	}
	.ameni-data{
		font-size: min(1.175vw,16px);
	}
	.features-panel-label{
		padding-right: 20px;
		/*max-width: 50%;*/
		word-break: break-word;
	}
	.features-panel-val{
		/*max-width: 50%;*/
		word-break: break-word;
	}
	.ameni-data{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	.ameni-single{
		width: 50%;
	}
	.ameni-single:nth-child(odd){
		padding-right: 20px;
	}
	.ameni-single:nth-child(n + 3){
		margin-top: 15px;
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.ldet-top-add {
	    text-align: center;
	    padding: 0 0 40px;
	}
	.ldet-top-buttons{
		display: flex;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}
	.ldet-top-button {
	    min-width: 290px;
	    margin: 20px 0 0;
	    width: 100%;
	}
	.ldet-top-button:first-child{
		margin-top: 0;
	}
	.reqtour-buttons {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		padding: 0 0 30px;
	}
	.ldet-top-button{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.ldet-info{
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
		padding: 50px 0 0;
	}
	.ldet-info-col{
		max-width: 100%;
		margin: 20px 0 0;
	}
	.ldet-info-col:first-child{
		margin-top: 0;
	}
	.features-panel-content{
		text-align: center;
	}
	.col-md-6:not(:first-child) .features-panel-datas,
	.col-md-4:not(:first-child) .features-panel-datas{
		padding-top: 30px;
	}
	.basin-hdr{
		text-align: center;
	}
	.features-panel-row {
	    margin-top: 20px;
	    font-size: 14px;
    	line-height: 1.5;
	}
	.features-panel-val {
	    margin: 10px 0 0;
	}
	.features-panel-label {
	    color: #858585;
	    font-size: 1.1em;
	    font-weight: 600;
	}
	.features-panel-hdr {
	    font-size: 23px;
	    font-weight: 700;
	    text-transform: uppercase;
	}
	.ameni-data{
		font-size: 14px;
	}
	.ameni-single{
		margin: 10px 0 0;
	}
	.reqtour-panel {
	    position: relative;
	    width: 100%;
	    margin: 20px 0 0;
	}
	.reqtour-title {
	    padding: 0 15px;
	}
	.reqtour-title span {
	    font-size: 25px;
	    letter-spacing: 0.020em;
	    padding: 3px 0 9px 37px;
	    background: url(../../images/site-title-accent-logo.png) left top no-repeat;
	    background-size: 30px auto;
	}
	.reqtour-sched{
		padding: 0 0 0 15px;
	    font-size: 13px;
	    letter-spacing: 0.020em;
	}
	.reqtour-lang {
	    padding: 0 0 0 15px;
	    font-size: 13px;
	    letter-spacing: 0.020em;
	    margin: 25px 0 0;
	}
	.ldet-ss-arrows {
	    max-width: 130px;
	    margin: 30px auto 0;
	} 
	.features-buttons .features-button {
	    max-width: 350px;
	    margin: 15px auto 0;
	}
	.features-buttons .features-button:first-child{
		margin-top: 0;
	}
	.features-button button{
		font-size: 18px;
	}
	.pfp-button {
	    max-width: 200px;
	    width: 25%;
	}
	.features-content .features-panel-feed:nth-child(n + 2){
		margin-top: 15px;
	}
	.fepo-col{
		margin: 40px 0 0;
	}
	.fepo-col:first-child{
		margin: 0 0 0;
	}
	.ras-wrap{
		padding: 36px 15px 40px;
	}
	.ldet-ras {
	    width: 600px;
	}
	.cgit-row .cgit-col {
	    margin-left: 0;
	    margin-top: 20px;
	    width: 100%;
	}
	.cgit-date-field{
		width: calc(100% - 120px);
	}
	.cgit-bb-fields {
	    max-width: none;
	    width: calc(100% - 130px);
	}
	.cgit-budget {
	    padding: 20px 0;
	}
	.cgit-budget .cgit-budget-slider {
	    width: calc(100% - 90px);
	    max-width: none;
	}
	.cgit-label.mod i{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.pfp-button button {
	    font-size: 15px;
	}
}
@media only screen and (max-width: 567px) {
	.ldet-top-add {
	    font-size: 18px;
	}
	.pfp-buttons{
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}
	.pfp-button {
	    max-width: none;
	    width: 100%;
	}
	.cgit-label{
		font-size: 11px;
		letter-spacing: 0;
	}
	.cgit-date-field {
	    width: calc(100% - 85px);
	}
	.cgit-bb-fields {
	    width: calc(100% - 85px);
	}
	.cgit-budget .cgit-budget-field {
	    width: calc(100% - 55px);
	}
}
@media only screen and (max-width: 480px) {

}