/**COMMUNITY DETAILS**/
#inner-page-wrapper {}

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

.ip-banner {
	display: none;
}

#ip-community-details {
	position: relative;
	z-index: 1;
	padding-bottom: 128px;
}

/*banner*/
.ip-cd-banner {
	position: relative;
}

.ip-cd-banner-slick {
	font-size: 0;
}

.ip-cd-banner-slide {
	position: relative;
}

.ip-cd-banner-slide canvas {
	display: block;
	width: 100%;
	min-height: 400px;
	background-position: center;
	background-size: cover;
	background-color: #999;
}

.ip-cd-banner-slide ~ .ip-cd-banner-slide {
	display: none;
}

.ip-cd-banner-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.25);
}

.ip-cd-banner-slick .custom-slick-arrow {
	top: initial;
	bottom: -42px;
	left: initial;
	width: 110px;
	height: 110px;
	/*right: 231px;*/
	right: calc((100vw - 1140px) / 2);
	border-radius: 50%;
	background: #fff;
	box-shadow: 5px 19px 25px 0px rgba(0, 0, 0, 0.15);
}

.ip-cd-banner-slick .custom-slick-arrow.slick-prev {
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}

.ip-cd-banner-slick .custom-slick-arrow i.custom-slick-arrow-icon {
	width: 12px;
	height: 19px;
	position: relative;
	z-index: 2;
	transition: all var(--default-transition);
}

.ip-cd-banner-slick .custom-slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: var(--gradient);
	opacity: 0;
	z-index: 1;
	transition: all var(--default-transition);
}

.ip-cd-banner-slick .custom-slick-arrow:hover i.custom-slick-arrow-icon {
	filter: brightness(0) invert(1);
}

.ip-cd-banner-slick .custom-slick-arrow:hover:before {
	opacity: 1;
}

.ip-cd-banner-title {
	position: absolute;
	bottom: 10.4%;
	left: 0;
	right: 0;
	z-index: 2;
	font-size: 65px;
	letter-spacing: 0.02em;
	line-height: 1.107692307692308;
	color: #fff;
	font-weight: 300;
}

.ip-cd-banner-title span {
	display: block;
}

.ip-cd-banner-title strong {
	display: inline-block;
	font-weight: 600;
	position: relative;
}

.ip-cd-banner-title strong:before {
	content: '';
	position: absolute;
	bottom: -0.17em;
	left: 0;
	right: -0.47em;
	height: 0.6308em;
	background: var(--gradient-alt);
	z-index: -1;
	opacity: 0.8;
}

/*info*/
.ip-cd-info {
	position: relative;
	/* padding: 61px 0; */
	margin: 61px 0 123px;
}

.ip-cd-info-text {
	width: 65.614%;
	padding-right: 5%;
}

.ip-cd-info-title {
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0.02em;
	color: #000;
}

.ip-cd-info-title strong {
	font-weight: 600;
	position: relative;
	display: inline-block;
}

.ip-cd-info-title strong:before {
	content: '';
	position: absolute;
	bottom: -0.35em;
	left: 0;
	right: -0.8em;
	height: 0.7334em;
	background: var(--gradient-alt);
	z-index: -1;
	opacity: 0.8;
}

.ip-cd-info-text .ip-cd-info-title {
	margin-bottom: 24px;
}

.ip-cd-info-text h2,
.ip-cd-info-text h3 {
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #000;
	line-height: 1.2;
	margin-bottom: 39px;
}

.ip-cd-info-text h2 strong,
.ip-cd-info-text h3 strong {
	font-weight: 600;
}

.ip-cd-info-text p {
	font-size: 15px;
	line-height: 1.6;
	color: #3b3b3b;
	/*max-width: 510px;*/
	letter-spacing: 0.02em;
	margin-bottom: 17px;
	padding-right: 60px;
}

.ip-cd-info-text p:last-child {
	margin-bottom: 0;
}

.ip-cd-info-text-btn {
	max-width: 430px;
	margin: 39px 0 0;
}

.ip-cd-info-toc {
	width: 392px;
	width: 34.386%;
	margin-left: auto;
	padding: 65px 0 0;
}

.ip-cd-info-toc .ip-cd-info-title {
	margin-bottom: 45px;
}

.ip-cd-info-toc ul {}

.ip-cd-info-toc ul li {
	position: relative;
	min-height: 46px;
	margin-bottom: 29px;
}

.ip-cd-info-toc ul li i {
	position: absolute;
	top: -7px;
	left: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 2px solid #b1cce0;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.ip-cd-info-toc ul li span {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	letter-spacing: 0.02em;
}

.ip-cd-info-toc ul li a {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	padding-left: 70px;
}

.ip-cd-info .container.full {
	display: flex;
	justify-content: center;
}

.ip-cd-info .full .ip-cd-info-text {
	width: 95%;
}

.ip-cd-info .full .ip-cd-info-text p {
	max-width: 100% !important;
}

/*fp*/
.ip-cd-fp {
	position: relative;
	/* padding: 62px 0 111px; */
	padding: 0 0 111px;
	margin: 123px 0 0;
}

.fp-inner {
	padding: 0 3.125%;
}

.ip-cd-fp .section-title {
	text-align: center;
	margin-bottom: 48px;
}

.fp-list {
	margin: 0 -5px;
	font-size: 0;
}

.fp-item {
	display: inline-block;
	width: 33.33%;
	padding: 5px;
}

.fp-item a {
	display: block;
	position: relative;
	overflow: hidden;
}

.fp-item-img {
	position: relative;
	overflow: hidden;
}

.fp-item-img canvas {
	display: block;
	width: 100%;
	background-position: center;
	background-size: cover;
	transition: all var(--default-transition);
}

.fp-item-details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 2;
	padding: 0 6% 6.06%;
	transition: all var(--default-transition);
}

.fp-item-details .flex {
	overflow: hidden;
}

.fp-item-img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	top: 50%;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	opacity: 0.65;
}

.fp-address {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 23px;
}

.fp-address span {
	display: block;
	font-size: 15px;
	font-weight: 400;
}

.fp-address span em {
	display: inline-flex;
	position: relative;
	font-style: normal;
}

.fp-address span em:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	height: 1px;
	margin: auto;
	background: #fff;
	opacity: 0.2;
	width: 100vw;
	margin-left: 22px;
}

.fp-price {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.02em;
}

.fp-item-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	z-index: 2;
	/*padding: 30px 30px 30px;*/
	padding: 6.5%;
	transform: translateY(100%);
	transition: all var(--default-transition);
}

.fp-item-hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--gradient);
	opacity: 0.8;
	z-index: -1;
	display: block;
}

.fp-item-hover-left {
	width: 60%;
}

.fp-hover-price {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.02em;
	padding: 2px 0 8px;
}

.fp-hover-address {
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 22px;
}

.fp-hover-address span {
	display: block;
	font-size: 15px;
}

.fp-item-hover-amenities {
	width: 40%;
	text-align: right;
}

.fp-item-hover-amenities span {
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.6;
	display: block;
}

.fp-view {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: auto;
	padding: 29px 0 0;
}

.fp-view span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #fff;
	padding: 0 16px 9px;
}

.fp-item a:hover .fp-item-img canvas {
	transform: scale(1.1);
}

.fp-item a:hover .fp-item-hover {
	transform: translateY(0);
}

.fp-item a:hover .fp-item-details {
	transform: translateY(-100%);
	opacity: 0;
}

.fp-btns {
	margin: 43px 0 0;
}

.fp-btns a.btn-a {
	margin: 0 25px;
}

/*content*/
.ip-cd-content-1 {
	position: relative;
	padding: 0 0 15px;
}

.ip-cd-content-1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 70px;
	/*bottom: 12.305%;*/
	background: #f1f1f1;
	z-index: -1;
	height: 100%;
}

.ip-cd-content-container {
	padding: 0 7.5%;
}

.ip-cd-content-container::after {
	content: "";
	display: block;
	clear: both;
}

.ip-cd-c1-img {
	/*width: 664px;
		width: 48.824%;*/
	width: 53.824%;
	float: left;
	position: relative;
	padding-right: 5%;
}

.ip-cd-c1-text {
	/*width: 51.176%;*/
	/*padding: 92px 0 70px 70px;*/
	/*padding: 92px 8% 70px 5.148%;*/
	padding: 22px 0 0 0;
}

.ip-cd-c1-text-inner {
	/*max-width: 485px;*/
}

.ip-cd-content-title,
h2,
h3 {
	font-size: 40px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: #000;
	font-weight: 300;
	text-transform: capitalize;
}

.ip-cd-content-title strong,
h2 strong {
	/*display: inline-block;*/
	position: relative;
	font-weight: 600;
}

.ip-cd-content-title strong:before,
h2 strong:before {
	content: '';
	position: absolute;
	bottom: -0.08em;
	left: 0;
	right: -0.6em;
	height: 0.575em;
	background: var(--gradient-alt);
	z-index: -1;
	opacity: 0.8;
}

.ip-cd-c5-text h2 strong:before {
	/*display: none;*/
}

.ip-cd-c1-text .ip-cd-content-title,
.ip-cd-c1-text h2 {
	margin-bottom: 51px;
}

.ip-cd-c1-text p {
	font-size: 15px;
	line-height: 1.6;
	color: #3b3b3b;
	letter-spacing: 0.02em;
	margin-bottom: 17px;
}

.ip-cd-content-2 {
	position: relative;
	/*padding: 102px 0 121px;*/
	padding: 70px 0 121px;
}

.ip-cd-content-2 .ip-cd-content-title,
.ip-cd-content-2 h2 {
	margin-bottom: 54px;
}

.ip-cd-c2-text {
	/*max-width: 800px;*/
}

.ip-cd-c2-text p {
	font-size: 15px;
	line-height: 1.6;
	color: #3b3b3b;
	letter-spacing: 0.02em;
	margin-bottom: 17px;
}

.ip-cd-content-3 {
	background: #f1f1f1;
	position: relative;
	padding: 88px 0 46px;
	z-index: 1;
}

.ip-cd-c3-text {
	padding: 22px 0 0;
}

.ip-cd-c3-text .ip-cd-content-title,
.ip-cd-c3-text h2 {
	margin-bottom: 48px;
}

.ip-cd-c3-text p {
	font-size: 15px;
	line-height: 1.6;
	color: #3b3b3b;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
	max-width: 75.5%;
}

.ip-cd-c3-text a.btn-a {
	margin-top: 17px;
}

.ip-cd-c3-stat-list {
	position: relative;
}

.ip-cd-c3-stat {
	margin-bottom: 101px;
}

.ip-cd-c3-stat h3 {
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 21px;
}

.ip-cd-c3-stat h3 small {
	font-weight: 600;
	font-size: 0.692em;
	color: #000;
	letter-spacing: 0.02em;
}

.ip-cd-c3-stat-bar {
	width: 0;
	height: 23px;
	background: #e1e2e2;
	position: relative;
	transition: all 1s ease;
}

.ip-cd-c3-stat-bar:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(222, 222, 222, 1) 0%, rgba(58, 178, 195, 1) 65%, rgba(70, 127, 170, 1) 100%);
}

.ip-cd-c3-stat-bar-point {
	position: absolute;
	top: 0;
	width: 23px;
	height: 23px;
	transition: opacity .3s ease;
	opacity: 0;
}

.ip-cd-c3-stat-bar-point:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: #000;
	width: 7px;
	height: 7px;
	margin: auto;
}

.ip-cd-c3-stat-bar-point-text {
	position: absolute;
	top: 100%;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1.714285714285714;
	color: #000;
	padding: 11px 0 0;
}

.ip-cd-c3-stat-bar-point-text strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.ip-cd-c3-stat-bar-point-text span {
	display: block;
}

.point-1 .ip-cd-c3-stat-bar-point-text {
	text-align: left;
	left: 8px;
}

.point-2 .ip-cd-c3-stat-bar-point-text {
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

.point-3 .ip-cd-c3-stat-bar-point-text {
	text-align: right;
	right: 6px;
}

.ip-cd-c3-stat-bar-point.point-1 {
	left: 0;
}

.ip-cd-c3-stat-bar-point.point-2 {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.ip-cd-c3-stat-bar-point.point-3 {
	right: 0;
}

/*animation*/
.ip-cd-c3-stat-bar.is-animated {
	width: 100%;
	transition-delay: 0.3s;
}

.ip-cd-c3-stat-bar.is-animated .ip-cd-c3-stat-bar-point {
	opacity: 1;
}

.ip-cd-c3-stat-bar.is-animated .ip-cd-c3-stat-bar-point.point-3 {
	/* transition-delay: 0.1s;*/
	transition-delay: 0.3s;
}

.ip-cd-c3-stat-bar.is-animated .ip-cd-c3-stat-bar-point.point-2 {
	/*transition-delay: 0.3s;*/
	transition-delay: 0.6s;
}

.ip-cd-c3-stat-bar.is-animated .ip-cd-c3-stat-bar-point.point-1 {
	/*transition-delay: 0.5s;*/
	transition-delay: 0.9s;
}

.ip-cd-content-4 {
	position: relative;
	padding: 93px 0 0;
	padding-top: 0;
}

/*#popular-neighborhoods.ip-cd-content-4,
#getting-around.ip-cd-content-4,
#location-and-nearby-areas.ip-cd-content-4,
#shopping-and-dining-scene.ip-cd-content-4,
#schools.ip-cd-content-4 {
	padding-top: 0;
}*/
.ip-cd-c4-img {
	/*width: 664px;*/
	/*width: 48.824%;*/
	flex: 1;
}

#getting-around .ip-cd-c4-text img {
	float: left;
	padding-right: 40px;
}

/*for /community/macdonald-highlands/ page*/
.postid-256 .ip-cd-c4-img {
	/*width: 664px;*/
	/*width: 45.824%;*/
	flex: 1;
}

.ip-cd-c4-img-slick {
	font-size: 0;
	position: relative;
}

.ip-cd-c4-img-slide ~ .ip-cd-c4-img-slide {
	display: none;
}

.ip-cd-c4-img-slick .custom-slick-arrow {}

.ip-cd-c4-img-slick .custom-slick-arrow {
	top: initial;
	bottom: 23px;
	left: -58px;
	right: initial;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 5px 19px 25px 0px rgba(0, 0, 0, 0.15);
}

.ip-cd-c4-img-slick .custom-slick-arrow i.custom-slick-arrow-icon {
	width: 12px;
	height: 19px;
	position: relative;
	z-index: 2;
	transition: all var(--default-transition);
}

.ip-cd-c4-img-slick .custom-slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: var(--gradient);
	opacity: 0;
	z-index: 1;
	transition: all var(--default-transition);
}

.ip-cd-c4-img-slick .custom-slick-arrow:hover i.custom-slick-arrow-icon {
	filter: brightness(0) invert(1);
}

.ip-cd-c4-img-slick .custom-slick-arrow:hover:before {
	opacity: 1;
}

.ip-cd-c4-img-slick .custom-slick-arrow.slick-prev {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ip-cd-c4-text {
	/*width: 51.176%;*/
	flex: 1;
	padding: 49px 7.5% 0 8.2%;
}

/*for /community/macdonald-highlands/ page*/
.postid-256 .ip-cd-c4-text {
	/*width: 53.176%;*/
	flex: 1;
	padding: 49px 4.5% 0 8.2%;
}

.ip-cd-c4-text-inner {
	/*max-width: 485px;*/
}

.ip-cd-c4-text .ip-cd-content-title,
.ip-cd-c4-text h2,
.ip-cd-c4-text h3 {
	margin-bottom: 59px;
}

.ip-cd-c4-text p {
	font-size: 15px;
	line-height: 1.6;
	color: #3b3b3b;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}

.ip-cd-c4-text-slide ~ .ip-cd-c4-text-slide {
	display: none;
}

.ip-cd-content-5 {
	position: relative;
	background: #f1f1f1;
	margin: 0 3.125%;
	z-index: 1;
}

.ip-cd-content-5 .container {
	max-width: 100%;
}

.ip-cd-c5-inner {
	margin-left: -58px;
	margin-right: -58px;
}

.ip-cd-c5-img {
	position: relative;
	align-self: flex-end;
	width: 45.3825%;
}

.ip-cd-c5-img img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -51px;
}

.ip-cd-c5-text {
	width: 575px;
	width: 48.567%;
	margin-left: auto;
	align-self: center;
	padding: 20px 0;
}

.ip-cd-c5-text h2 {
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 40px;
	text-transform: none;
}

.ip-cd-c5-text h2 strong {
	font-weight: 600;
}

.ip-cd-c5-text h2 strong.has-accent {
	display: inline-block;
	position: relative;
}

.ip-cd-c5-text h2 strong.has-accent:before {
	content: '';
	position: absolute;
	bottom: -0.1em;
	left: 0;
	right: -0.2em;
	height: 0.575em;
	background: var(--gradient-alt);
	z-index: -1;
	opacity: 0.8;
}

.real-estate-content {
	display: flex;
	justify-content: center;
}

.real-estate-content .full .ip-cd-c3-text p {
	max-width: 100%;
}

.ip-prop-logo {
	margin: auto 0;
}

.ip-prop-logo .ip-prop-hover-image img {
	filter: invert(1);
	width: 110px;
	height: auto;
}

.postid-119 .ip-cd-content-4 .ip-cd-c4-img {
	display: none;
}

.postid-119 .ip-cd-content-4 .ip-cd-c4-text {
	width: 100%;
}

.postid-119 #life-in-anthem,
.postid-119 #top-realtors,
.postid-119 #attractions,
.postid-119 #popular-activities,
.postid-119 #shopping-dining,
.postid-119 #top-schools {
	padding-top: 0
}

.ip-cd-c4-text ul,
.ip-cd-content-1 ul,
.ip-cd-content-2 ul,
.ip-cd-content-3 ul {
	font-size: 15px;
	line-height: 1.6;
	color: #3b3b3b;
	letter-spacing: 0.02em;
	list-style-type: disc;
	margin: 0 0 40px 20px;
}

.ip-cd-c4-text li {
	/*margin-bottom: 24px;*/
}

#ip-community-details p a {
	color: #488691;
}

.img-canvas {
	background-color: transparent;
}

#ip-community-details h3 {
	/* font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px; */
}

.postid-256 #architectural-styles .ip-cd-c4-img,
.postid-256 #popular-neighborhoods .ip-cd-c4-img,
.postid-256 #getting-around .ip-cd-c4-img,
.postid-256 #location-and-nearby-areas .ip-cd-c4-img,
.postid-256 #shopping-and-dining-scene .ip-cd-c4-img,
.postid-256 #dream .ip-cd-c4-img {
	display: none
}

.postid-256 #architectural-styles .ip-cd-c4-text,
.postid-256 #popular-neighborhoods .ip-cd-c4-text,
.postid-256 #getting-around .ip-cd-c4-text,
.postid-256 #location-and-nearby-areas .ip-cd-c4-text,
.postid-256 #shopping-and-dining-scene .ip-cd-c4-text,
.postid-256 #dream .ip-cd-c4-text {
	width: 100%
}

.ip-cd-content-4 a {
	color: #488691;
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1281px) {}

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

@media only screen and (max-width: 1366px) {
	.ip-cd-c5-inner {
		margin: 0;
	}

	.ip-cd-c5-text {
		width: 50%;
	}
}

@media only screen and (max-width: 1280px) {
	.hp-accent-line.line-left {
		left: 2%;
	}

	.hp-accent-line.line-right {
		right: 2%;
	}
}

@media only screen and (max-width: 1199px) {
	.ip-cd-banner-slick .custom-slick-arrow {
		right: calc((100vw - 940px) / 2);
		width: 70px;
		height: 70px;
		bottom: -35px;
	}

	.ip-cd-banner-title {
		font-size: 45px;
	}

	.ip-cd-content-container {
		padding: 0 5%;
	}

	.ip-cd-c1-text {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.ip-cd-info-text h2,
	.ip-cd-info-text h3 {
		font-size: 45px;
	}

	.ip-cd-content-title,
	h3,
	h2 {
		font-size: 25px;
	}

	.ip-cd-c4-text {
		padding-left: 0;
		padding-right: 8%;
	}

	.ip-cd-c5-text h2 {
		font-size: 25px;
	}

	.ip-prop-logo .ip-prop-hover-image img {
		width: 80px;
	}

	.fp-hover-price {
		font-size: 16px;
	}

	.fp-hover-address,
	.fp-hover-address span,
	.fp-item-hover-amenities span {
		font-size: 14px;
		line-height: 1.3;
	}

	.fp-view {
		padding-top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	#ip-community-details * {
		text-align: left;
	}

	.section-title {
		text-align: center !important;
	}


	#ip-community-details {
		padding-bottom: 60px;
	}

	.ip-cd-banner-slick .custom-slick-arrow {
		right: calc((100vw - 720px) / 2);
		bottom: -20px;
	}

	.ip-cd-banner-title {
		font-size: 35px;
		bottom: 60px;
	}

	.ip-cd-banner-title {
		font-size: 35px;
	}

	.ip-cd-info {
		/* padding: 20px 0 0; */
		margin: 20px 0 123px;
	}

	.ip-cd-info .container.flex.al-start {
		flex-flow: column-reverse;
	}

	.ip-cd-info-text {
		width: 100%;
		padding: 30px 0 0;
	}

	.ip-cd-info-text h2,
	.ip-cd-info-text h3 {
		font-size: 30px;
	}

	.ip-cd-info-title {
		font-size: 20px;
	}

	.ip-cd-info-text .ip-cd-info-title {
		margin-bottom: 10px;
	}

	.ip-cd-info-text p {
		max-width: 100%;
		padding-right: 0;
	}

	.ip-cd-info-text-btn {
		flex-flow: column;
	}

	.ip-cd-info-text-btn a.btn-a:first-child {
		margin-bottom: 20px;
	}

	.ip-cd-info-toc {
		width: 100%;
		padding-top: 0;
	}

	.ip-cd-fp {
		padding: 57px 0;
	}

	.fp-inner {
		padding: 0 5.556%;
	}

	.ip-cd-fp .section-title {
		margin-bottom: 33px;
	}

	.fp-item {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		display: block;
		padding: 5px 5px 3px;
	}

	.fp-item:nth-child(3) ~ .fp-item {
		display: none;
	}

	.fp-address {
		font-size: 18px;
		width: 100%;
		margin-bottom: 7px;
	}

	.fp-address span {
		font-size: 14px;
	}

	.fp-address:after {
		content: '';
		display: block;
		height: 1px;
		margin: auto;
		background: #fff;
		opacity: 0.2;
		margin-top: 3px;
	}

	.fp-price {
		font-size: 18px;
	}

	.fp-address span em:before {
		display: none;
	}

	.fp-item-hover-left {
		text-align: center;
		width: 100%;
	}

	.fp-hover-price {
		font-size: 18px;
		padding: 0 0 6px;
	}

	.fp-hover-address {
		font-size: 16px;
	}

	.fp-hover-address span {
		font-size: 12px;
	}

	.fp-item-hover-amenities span {
		font-size: 12px;
		line-height: 1.3;
	}

	.fp-item-hover-amenities {
		width: 100%;
		text-align: center;
	}

	.fp-view {
		padding-top: 10px;
	}

	.fp-view span {
		font-size: 12px;
	}

	.fp-btns {
		flex-flow: column;
		max-width: 270px;
		margin: 22px auto 0;
	}

	.fp-btns a.btn-a {
		margin: 0 0 18px;
	}

	.fp-btns a.btn-a:last-child {
		margin-bottom: 0;
	}

	.ip-cd-content-1 {
		padding: 40px 0;
	}

	.ip-cd-content-1:before {
		bottom: 0;
	}

	.ip-cd-content-container {
		max-width: 750px;
		padding: 0 15px;
		margin-left: auto;
		margin-right: auto;
	}

	.ip-cd-c1-img {
		width: 100%;
		margin-bottom: 40px;
	}

	.ip-cd-c1-text {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.ip-cd-c1-text .ip-cd-content-title,
	.ip-cd-c1-text h2 {
		margin-bottom: 30px;
	}

	.ip-cd-content-title br,
	h2 br {
		display: none;
	}

	.ip-cd-content-2 {
		padding: 60px 0;
	}

	.ip-cd-content-2 .ip-cd-content-title,
	.ip-cd-content-2 h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	.ip-cd-c2-text {
		text-align: center;
	}

	.ip-cd-content-3 {
		padding: 40px 0 0;
	}

	.ip-cd-c3-text {
		padding-bottom: 40px;
		text-align: center;
	}

	.ip-cd-c3-text .ip-cd-content-title,
	.ip-cd-c3-text h2 {
		margin-bottom: 30px;
	}

	.ip-cd-c3-text p {
		max-width: 100%;
	}

	.ip-cd-content-4 {
		padding: 60px 0 0 0;
	}

	.ip-cd-c4-text {
		width: 100%;
		padding: 0;
		flex: unset;
	}

	.ip-cd-c4-text .ip-cd-content-title,
	.ip-cd-c4-text h2,
	.ip-cd-c4-text h3 {
		margin-bottom: 30px;
	}

	.ip-cd-c4-img {
		width: 100%;
		margin-bottom: 30px;
		flex: unset;
	}

	.ip-cd-c4-img-slick .custom-slick-arrow {
		width: 70px;
		height: 70px;
		left: -35px;
	}

	.ip-cd-content-5 {
		margin: 0 15px;
	}

	.ip-cd-c5-img {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.ip-cd-c5-text {
		width: 100%;
	}

	.ip-cd-c5-text h2 {
		font-size: 20px;
	}

	.ip-cd-c5-text h2 br {
		display: none;
	}

	.ip-cd-c3-stat {
		margin-bottom: 50px;
	}

	.ip-cd-c3-stat-bar {
		height: auto;
		position: relative;
		background: none;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}

	.ip-cd-c3-stat-bar::before,
	.ip-cd-c3-stat-bar-point::before {
		display: none;
	}

	.ip-cd-c3-stat-bar-point {
		position: relative;
		width: 100%;
		height: auto;
	}

	.point-1 .ip-cd-c3-stat-bar-point-text {
		text-align: center;
		left: 0;
	}

	.point-3 .ip-cd-c3-stat-bar-point-text {
		text-align: center;
		right: 0;
	}

	.ip-cd-c3-stat-bar-point-text {
		top: 0;
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	.ip-cd-banner-slick .custom-slick-arrow {
		right: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.ip-cd-banner-title {
		font-size: 25px;
	}

	.ip-cd-c3-stat h3 {
		font-size: 20px;
	}

	.ip-cd-c3-stat-bar-point-text {
		font-size: 11px;
	}

	.ip-cd-c3-stat-bar-point-text strong {
		font-size: 12px;
	}
}