html, body {
	overflow-x: hidden;
}

/* home: slider */
/* .hp-slider .aios-slider::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 1;
	opacity: .30;
} */


/* home: about */
.hp-about {
	max-width: 1600px;
	margin: 0 auto;
}

.hp-about-inner {
	margin: 60px 0;
}

.hp-about-left {
	width: 530px;
	padding: 60px 0 20px;
}

.hp-about-right {
	width: 810px;	
}

.hp-about-content {	
	max-width: 70%;
	margin: 90px auto;
}

.hp-about-content p {
	text-align: justify;
	font-size: 16px;
}

/* home: the press */
.hp-press {
	padding: 75px 0;
}

.hp-press-list {
	margin: 70px 0 20px
}

.hp-press-list-item {
	width: 25%;
}

.hp-press-list-item:not(:last-child) {
	text-align: center;
}

.hp-press .slick-slide {
	width: 300px;
	height: 70px;	
	display: flex !important;
	justify-content: center;
	align-items: center;
	border-right: 1px #dddddd solid;
}

.hp-press .slick-slide img {
	max-width: 220px;
	height: auto;
	margin: 0 auto;
}

/* home: inside the a-list */
.hp-a-list-vid {}

.hp-a-list-vid::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
	opacity: 0.40;
}

.hp-a-list-vid-img,
.hp-a-list-vid-img canvas {
	min-height: 747px;
}

.hp-a-list-vid-text {
	position: absolute;
	bottom: 10px;
	left: 50px;
	color: #fff;
	z-index: 3;
}

.hp-a-list-vid-text .section-title {
	margin-bottom: 10px;
}

.hp-press .section-title :is(h1,h2) small::after {
	width: 32px;
}

.hp-press a {
	outline: none !important;
}

/* home: the neighborhoods */
.hp-neighborhoods {
	position: relative;
}

.hp-neighborhoods .section-title {
	margin-bottom: 20px;
}

.hp-neighborhoods-list {
	font-size: 0;
}

.hp-neighborhoods-list .slick-list {
	padding: 0 90px;
}

.hp-neighborhoods-list-item {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.hp-neighborhoods-list-item a {
	display: block;
	outline: none;
}

.hp-neighborhoods-list-item a:hover {
	text-decoration: none;
}

.hp-neighborhoods-list:not(.slick-initialized) .hp-neighborhoods-list-item {
	width: 50%;
}

.hp-neighborhoods-list:not(.slick-initialized) .hp-neighborhoods-list-item:nth-child(n+3)  {
	display: none;
}

.hp-neighborhoods-list-item-img {
	background: #000;
}

.hp-neighborhoods-list-item-img img {
	opacity: .90;
}

.hp-neighborhoods-list-item:hover .hp-neighborhoods-list-item-img img {
	opacity: 1;
}

.hp-neighborhoods-list-item-txt {
	font-size: 11px;
	text-align: center;
	padding: 25px 0;
	color: var(--primary);
}

.hp-neighborhoods-list-item-txt .neighborhood-name {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}

.hp-neighborhoods-list-item-txt .neighborhood-name::after {
	background: #8e8e8e;
	width: 73px;
	height: 1px;
	display: block;
	content: '';
	margin: 10px auto
}

.hp-neighborhoods-list-item-txt .neighborhood-desc {
	max-width: 490px;
	margin: 0 auto;
}

.hp-fp-neighborhoods-list-arrows {
	pointer-events: none;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
}

.hp-fp-neighborhoods-list-arrows  .slider-arrow {
	color: #fff;
	font-size: 0;
	pointer-events: all;
	padding: 0;
	margin: 0
}

.hp-fp-neighborhoods-list-arrows  .slider-arrow i {
	font-size: 25px;
}

.hp-fp-neighborhoods-list-arrows  .slider-arrow span {
	display: none;
}

.hp-fp-neighborhoods-list-arrows  .slider-arrow:hover {
	background: transparent;
	color: #fff;
	opacity: 0.6;
}

/* home: gallery */
.hp-gallery {
	margin-top: 40px;
	margin-bottom: 15px;
}

.hp-gallery-list {
	font-size: 0;
}

.hp-gallery-list-item {
	width: 25%;
	display: inline-block;
}

.hp-gallery-list-item-img {
	background: #8e8e8e;
}

.hp-gallery-list-item:hover .hp-gallery-list-item-img img {
	opacity: .50;
}

.hp-gallery-list-item-img span {
	font-size: 14.58px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0;
	transition: all .5s;
}

.hp-gallery-list-item:hover .hp-gallery-list-item-img span {
	opacity: 1;
}

.hp-gallery-list-item-img span::before, .hp-gallery-list-item-img span::after {
	content: '';
	width: 1px;
	height: 60px;
	background: #fff;
	display: block;
	margin: 0 auto 24px;
}

.hp-gallery-list-item-img span::after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	margin: 0;
}

@media(min-width:992px) and (max-width: 1600px) {
	.home .header:not(.fixed) .header-menu, 
	.home .header:not(.fixed)  .header-buttons {
		position: relative;
		top: -25px;
	}	
}


@media(max-width: 1440px) {
	
}

@media(max-width: 1280px) {
	
}

@media(max-width: 1199px) {
	
}

@media(max-width: 991px) {
	.hp-about-content {
		max-width: 100%;
		padding: 0 20px;
		margin: 30px 0;
	}
	.hp-about-left {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.hp-about-img {
		padding: 0 20px;
	}

	.hp-a-list-vid-img,
	.hp-a-list-vid-img canvas {
		min-height: 507px;
	}	
	.hp-a-list-vid-text {
		bottom: 20px;
		left: 30px;
	}

	.hp-slider .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img {
		height: 100vh;
	}

	#aios-slider-homepage-a-list .aios-slider-splide .aios-slider-img canvas, #aios-slider-homepage-a-list .aios-slider-splide .aios-slider-custom-video canvas {
		min-height: 357px !important;
	}	

	.hp-press .section-title :is(h1,h2) small::after {
		width: 50px;
	}

	.hp-fp-neighborhoods-list-arrows {
		padding: 0 15px;
	}
}

@media(max-width: 991px) and (min-width: 768px) {
	.hp-neighborhoods-list .slick-list::before, .hp-neighborhoods-list .slick-list::after {
		content: '';		
		width: 90px;
		height: 30%;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}
	 .hp-neighborhoods-list .slick-list::after  {
		 right: 0;
		 left: auto;
	 }
	 .hp-fp-neighborhoods-list-arrows {
		top: 41%;
		padding: 0 55px;
	}
	.hp-about-content p {
		font-size: 14px !important;
	}	
}

@media(max-width: 767px) {
	.hp-about-inner {
		flex-wrap: wrap;
	}

	.hp-about .section-title {
		justify-content: center;
	}

	.hp-neighborhoods-list .slick-list {
		padding: 0;
	}
}

@media(max-width: 575px) {
	.hp-gallery-list-item {
		width: 50%;
	}

	.hp-fp-neighborhoods-list-arrows {
		top: 38%
	}

	.hp-a-list-vid-text {
		bottom: 0;
		left: 0;
		padding: 0 20px;
	}

	.hp-a-list p {
		font-size: 10px;
		line-height: 1.5;
		margin: 0 0 10px;
	}

	.hp-a-list .section-title :is(h1,h2) {
		min-width: auto;
	}

	.hp-about-content p {
		font-size: 13px;
	}
	
	#aios-slider-homepage-a-list .aios-slider-volume {
		right: 10px !important;
	}	

	.hp-fp-neighborhoods-list-arrows {
		top: 45%;
	}	
}