.image_intro {
	margin-bottom: 50px;
}

h2.field-label {
	font-family: "Butler", SansSerif;
	font-size: 65px;
	font-weight: 300;
	color: #A0AAB4;
	text-transform: capitalize;
	margin-bottom: 17px;
}

h2.field-label::before {content: none;}

@media (min-width: 992px) {
	h2.field-label {
		font-size: 115px;
		font-weight: 200;
	}
}

.anchor_icon {background: url(../img/check_white.svg) center no-repeat;}

/***************Details***************/

.details {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 31px;
}

.details .details_wrapper {width: 100%;}

.details .size,
.details .capacity,
.details .category {
	width: 100%;
	font-weight: 300;
	font-size: 17px;
	text-transform: capitalize;
	padding-top: 17px;
	padding-bottom: 17px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	flex: none;
}

.details .detail_wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.details .category .detail_wrapper {
	display: block;
	width: 33%;
}

.details span {
	font-weight: 400;
	color: #148093;
	padding-left: 8px;
}

.details .size,
.details .capacity{
	border-bottom: 1px solid #BDCBD3;
}


.details .category {
	width: 100%;
	padding: 14px 0;
	align-items: flex-start;
}

.details .category a {
	display: flex;
	align-items: flex-start;
	color: #000102;
	max-width: calc(100% - 38px);
}


.details .category span {
	display: flex;
}

.details .category a::after {
	content: "";
	display: inline-block;
	height: 39px;
	width: 39px;
	border-radius: 50%;
	background: url("../img/check_horizontal.svg") center no-repeat;
	background-color: #F6F3F1;
	flex: none;

	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.details{
		width: calc(10 * (100% - 330px) / 12 + 270px);
		margin-left: calc( (100% - 330px) / 12 + 30px);
		font-size: 21px;
		margin-bottom: 163px;
	}

	.details .details_wrapper {
		display: flex;
		border-top: 1px solid #BDCBD3;
	}

	.details .size,
	.details .capacity {
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 0;
	}

	.details .size {
		width: auto;
		padding-right: 60px;
	}

	.details .capacity {
		border-left: 0;
		padding-left: 0;
		width: auto;
		padding-left: 60px;
	}

	.details .category {
		border-top: 1px solid #BDCBD3;
		border-bottom: 1px solid #BDCBD3;
		padding-top: 30px;
		padding-bottom: 30px;
		/*padding-left: 12px;*/
		width: 100%;
	}
	.details .category::after {
		margin: 0 25px 0 44px;
	}

	.details .category a {
		position: relative;
	}

	/*.details .category a {padding-left: 30px;}*/
	.details .category a::after{right: -90px;}


	.details .capacity::before {
		content: "";
		position: absolute;
		height: 50%;
		width: 1px;
		background-color: #BDCBD3;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

/***************Amenities**************/

.field-name-field-amenities,
.field-name-field-other-benefits {
	position: relative;
	padding: 36px 20px 0 20px;
	z-index: 0;
}

.field-name-field-amenities::before,
.field-name-field-other-benefits::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: #F6F3F1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.field-name-field-amenities h3,
.field-name-field-other-benefits h3 {
	display: flex;
	align-items: center;
	font-size: 17px;
	font-style: italic;
	color: #138296;
	text-transform: capitalize;
	padding-bottom: 18px;
	border-bottom: 1px solid #C4CCD3;
}

.field-name-field-amenities h3::before,
.field-name-field-amenities h3::after,
.field-name-field-other-benefits h3::before,
.field-name-field-other-benefits h3::after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 10px;
	background-color: #138296;
}

.field-name-field-amenities h3::before { margin-right: 10px; }
.field-name-field-amenities h3::after { margin-left: 10px; }
.field-name-field-other-benefits h3::before { margin-right: 10px; }
.field-name-field-other-benefits h3::after { margin-left: 10px; }

.field-name-field-amenities > .field-items,
.field-name-field-other-benefits > .field-items {
	margin-top: 22px;
	padding-bottom: 30px;
	border-bottom: 1px solid #C4CCD3;
}

.field-name-field-amenities > .field-items > .field-item,
.field-name-field-other-benefits > .field-items > .field-item {
	display: flex;
	font-size: 14px;
	font-weight: 300;
}

.field-name-field-amenities > .field-items > .field-item::before,
.field-name-field-other-benefits > .field-items > .field-item::before {
	content: "";
	display: inline-block;
	height: 9px;
	width: 9px;
	border: 1px solid #000102;
	border-radius: 50%;
	margin-right: 23px;
	margin-top: 5px;
	flex: none;
}

.field-name-field-amenities > .field-items > .field-item + .field-item { margin-top: 27px; }
.field-name-field-other-benefits > .field-items > .field-item + .field-item { margin-top: 27px; }

.field-name-field-amenities h2.field-label {
	font-weight: 300;
	opacity: 0;
	transform:translate(0, 25%);
	transition: opacity 0.5s ease, transform 1s ease;
}
.field-name-field-amenities h2.field-label.custom-fadeInUp {
	opacity: 1;
	transform: translate(0, 0);
}

.field-name-field-other-benefits h2.field-label { font-weight: 300; }

@media (min-width: 992px) {
	.field-name-field-amenities,
	.field-name-field-other-benefits {
		padding-top: 127px;
		padding-left: calc((100% - 330px) / 12 + 30px);
		padding-right: calc((100% - 330px) / 12 + 30px);
	}

	.field-name-field-other-benefits { padding-top: 70px; }

	.field-name-field-amenities h2.field-label,
	.field-name-field-other-benefits h2.field-label {
		font-weight: 200;
		position: absolute;
		left: calc((100% - 330px) / 12 + 30px);
		top: 0;
		transform: translateY(-50%);
	}

	.field-name-field-amenities h2.field-label {
		left: 50%;
		transform:translate(-50%, -15%);
	}

	.field-name-field-amenities h2.field-label.custom-fadeInUp {
		transform:translate(-50%, -50%);
	}



	.field-name-field-amenities h3 { font-size: 21px; }
	.field-name-field-other-benefits h3 { font-size: 21px; }

	.field-name-field-amenities > .field-items,
	.field-name-field-other-benefits > .field-items {
		display: flex;
		flex-flow: column wrap;
		padding-bottom: 20px;
		padding-left: calc((100% - 270px) / 10 + 30px);
		margin-top: 40px;
	}

	.field-name-field-amenities > .field-items > .field-item,
	.field-name-field-other-benefits > .field-items > .field-item {
		display: flex;
		font-size: 15px;
		margin-bottom: 25px;
		margin-top: 0 !important;
		padding-right: 30px;
		width: 50%;
	}
}

/****************Floort plan***************/
.floor_plans { margin-bottom: 140px; }

.floor_plan {
	padding: 25px 20px 52px 20px;
	background-color: #F6F3F1;
}

.floor_plan label {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}

.floor_plan label::before {
	content: "";
	display: inline-block;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background: url("../img/floor_plan.svg") center no-repeat;
	background-color: #FFFFFF;
	margin-right: 25px;
}

@media (max-width: 350px) {
	.floor_plan label::before {margin-right: 9px;}
}

.floor_plan > label {cursor: pointer;}

.floor_plan input[type=checkbox] {display: none;}

.floor_plan_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.floor_plan_popup {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 46, 69, 0.31);
}

.floor_plan_popup > div { padding: 0 15px; }

.floor_plan_visible .floor_plan_selected .floor_plan_popup { display: flex; }

.floor_plan_content {
	display: flex;
	flex-direction: column;
	padding: 23px 15px 27px 15px;
	background-color: white;
	position: relative;
}

.floor_plan_content label { margin-bottom: 23px; }

.floor_plan_content label::before {background-color: #F6F3F1;}

.floor_plan_content h2 {
	font-size: 21px;
	padding-bottom: 16px;
}
.floor_plan_content h2::before {content: none;}

.floor_plan_content .details {
	width: 100%;
	margin-left: 0;
	margin-bottom: 23px;
}

.floor_plan_content .details > div {
	font-size: 12px;
	padding: 0;
	line-height: 20px;
	border-top: 0;
	border-bottom: 0;
}

.floor_plan_content .details .size,
.floor_plan_content .details .capacity,
.floor_plan_content .details .category {
	width: auto;
}

.floor_plan_content .details .size {
	padding: 15px 25px 15px 0;
}
.floor_plan_content .details .capacity {
	padding: 15px 0 15px 25px;
}
.floor_plan_content .details .category {
	width: 100%;
	padding-top: 22px;
	border-top: 1px solid #BDCBD3;
}
.floor_plan_content .details .category::after {content: none;}

.floor_plan_content .details .category a {position: relative;}

.floor_plan_content .details .category a::after {
	height: 35px;
	width: 35px;
	right: -50px;
}

.floor_plan_content .details .capacity::before {
	content: "";
	position: absolute;
	height: 50%;
	width: 1px;
	background-color: #BDCBD3;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.floor_plan_content .floor_plan_content_scroll {
	max-height: 300px;
	overflow-y: auto;
}

@media (min-width: 992px) {
	.floor_plans {
		display: flex;
		margin-bottom: 280px;
	}

	.floor_plan {
		flex: 1;
		padding-left: calc((100% - 330px) / 12 + 30px);
	}

	.floor_plan_content {
		width: calc( 7 * (100% - 330px) / 12 + 210px);
		margin-left: calc(2.5 * (100% - 330px) / 12 + 60px);
		padding: 23px 40px 27px 40px;
	}

	.floor_plan_content .closeBtn { right: 27px; }

	.floor_plan_content .details .category {
		width: 100%;
		margin-top: 8px;
	}

	.floor_plan_content .floor_plan_content_scroll {
		max-height: 550px;
	}
}

/************Unique Decor**************/
.field-name-field-unique-decor {
	position: relative;
	padding-bottom: 169px;
	margin-bottom: 69px;
}
.field-name-field-unique-decor::after {
	content: "";
	display: block;
	height: 100px;
	width: 0;
	position: absolute;
	right: calc(50% - 50vw);
	bottom: 0;
	background: url("../img/dot_gold.png") center repeat;
	transition: width 1s ease;
}

.field-name-field-unique-decor.isFilled::after {
	width: 75%;
}



.field-name-field-unique-decor > h2 {margin-bottom: 27px;}

.field-name-field-unique-decor > h2 span {
	display: block;
	font-weight: 300;
}

.field-name-field-unique-decor > h2 span + span {padding-left: 50px;}

.field-name-field-unique-decor .field-item h2 {margin-bottom: 30px;}

@media (min-width: 992px) {
	.field-name-field-unique-decor {
		position: relative;
		padding-bottom: 107px;
		margin-bottom: 0;
	}
	.field-name-field-unique-decor::after {
		bottom: auto;
		top: 57px;
		height: 150px;
		left: calc(7.5 * (100% - 330px) / 12 + 210px);
		width: 0;
	}
	.field-name-field-unique-decor.isFilled::after {
		/*width: calc(50vw - 50% + 4.5 * (100% - 330px) / 12 + 120px);*/
		width: calc( 4.25 * (100% - 330px) / 12 + 120px);
	}


	.field-name-field-unique-decor .field-items {
		max-width: calc( 6 * (100% - 330px) / 12 + 150px );
	}

	.field-name-field-unique-decor > h2 {margin-bottom: 120px;}
	.field-name-field-unique-decor > h2 span + span {padding-left: 170px;}

	.field-name-field-unique-decor > h2 span {font-weight: 200;}

	.field-name-field-unique-decor .field-item h2 {margin-bottom: 43px;}
}

/************Unique Decor Images**************/
.unique_decor_images {margin-bottom: 24px;}

.unique_decor_images .image{
	width: 100%;
	height: 243px;
}
.unique_decor_images .image:first-child {height: 190px;}

.unique_decor_images .image + .image {margin-top: 24px;}

@media (min-width: 768px) {
	.unique_decor_images .image {height: 300px;}
	.unique_decor_images .image:first-child {height: 300px;}
}

@media (min-width: 992px) {
	.unique_decor_images {
		display: flex;
		margin-bottom: 120px;
		position: relative;
	}

	.unique_decor_images .image{
		height: 309px;
		width: calc( 4.25 * (100% - 330px) / 12 + 120px);

		margin-right: calc( 0.25 * (100% - 330px) / 12);
		flex: none;
	}

	.unique_decor_images .image:first-child {
		height: 309px;
		position: absolute;
		top: -342px;
		right: 0;
	}

	.unique_decor_images .image:nth-of-type(2) {
		width: calc( 7 * (100% - 330px) / 12 + 180px);
	}
	.unique_decor_images .image:nth-of-type(3) {
		margin-left: auto;
	}

}

/* Other Rooms section */

.other-rooms-wrapper { 
	display: flex;
	margin: 20px 0 80px;
	visibility: hidden;
}

.other-rooms-wrapper .other-rooms-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0;
	display: flex;
	flex: 1 50%;
	flex-flow: column;
	height: 390px;
	padding: 160px 65px 0;
	position: relative;
}

.other-rooms-wrapper .other-rooms-item:nth-child(odd) { margin-right: 10px; }
.other-rooms-wrapper .other-rooms-item:nth-child(even) { margin-left: 10px; }

.other-rooms-wrapper .other-rooms-item:before,
.other-rooms-wrapper .other-rooms-item:after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.other-rooms-wrapper .other-rooms-item:before {
	background-image: inherit;
	z-index: -2;
}

.other-rooms-wrapper .other-rooms-item:after {
	background-image: url('../img/other_rooms_mask.svg');
	transition: opacity .3s ease-in-out;
	z-index: -1;
}

.other-rooms-wrapper .other-rooms-item:hover:after { opacity: 0; }

.other-rooms-wrapper .other-rooms-item .other-rooms-item-title,
.other-rooms-wrapper .other-rooms-item .other-rooms-item-subtitle {
	color: #000102;
	transition: color .3s ease-in-out;
	width: 100%;
}

.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-title,
.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-subtitle { color: white; }

.other-rooms-wrapper .other-rooms-item .other-rooms-item-title {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.51px;
	line-height: 35px;
	margin-bottom: 12px;
	text-align: center;
}

.other-rooms-wrapper .other-rooms-item .other-rooms-item-subtitle {
	font-family: 'Baskervville', SansSerif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.85px;
	line-height: 18px;
	text-align: center;
}

.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow {
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition: width .3s ease-in-out;
	width: 50px;
}

.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-arrow { width: 70px; }

.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow:before,
.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow:after {
	background-color: #000102;
	bottom: 0;
	content: '';
	position: absolute;
	transition: background-color .3s ease-in-out;
}

.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-arrow:before,
.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-arrow:after { background-color: white; }

.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow:before {
	height: 1px;
	width: 100%;
}

.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow:after {
	height: 10px;
	right: -1px;
	transform: rotate(-35deg);
	transform-origin: bottom;
	width: 1px;
}
.other-rooms-wrapper .other-rooms-item:first-child .other-rooms-item-arrow:after {
	right: auto;
	left: -1px;
	transform: rotate(35deg);
}


@media (max-width: 991.98px) {
	.other-rooms-wrapper { margin: 40px 0 90px; }

	.other-rooms-wrapper .other-rooms-item {
		background-image: none !important;
		background-color: #EDE9E5;
		background-size: auto;
		height: 190px;
		padding: 30px 15px 0;
	}

	.other-rooms-wrapper .other-rooms-item:nth-child(odd) { margin-right: 5px; }
	.other-rooms-wrapper .other-rooms-item:nth-child(even) { margin-left: 5px; }

	.other-rooms-wrapper .other-rooms-item:before,
	.other-rooms-wrapper .other-rooms-item:after { display: none; }

	.other-rooms-wrapper .other-rooms-item .other-rooms-item-title,
	.other-rooms-wrapper .other-rooms-item .other-rooms-item-subtitle { transition: none; }

	.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-title,
	.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-subtitle { color: #000102; }

	.other-rooms-wrapper .other-rooms-item .other-rooms-item-title {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -0.24px;
		line-height: 22px;
		text-align: center;
		margin: 0;
	}
	
	.other-rooms-wrapper .other-rooms-item .other-rooms-item-subtitle { display: none; }

	.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow {
		background-color: white;
		border-radius: 50%;
		bottom: 25px;
		height: 50px;
		left: 50%;
		transform: translateX(-50%);
		transition: none;
		width: 50px;
	}

	.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-arrow { width: 50px; }

	.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow:before,
	.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow:after { transition: none; }

	.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-arrow:before,
	.other-rooms-wrapper .other-rooms-item:hover .other-rooms-item-arrow:after { background-color: #000102; }

	.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow:before {
		bottom: 50%;
		height: 1.5px;
		left: 50%;
		transform: translate(-50%, 50%);
		width: 16px;
	}

	.other-rooms-wrapper .other-rooms-item .other-rooms-item-arrow:after {
		bottom: 50%;
		right: 16px;
		transform: rotate(-45deg);
	}
	.other-rooms-wrapper .other-rooms-item:first-child .other-rooms-item-arrow:after {
		right: auto;
		left: 16px;
		transform: rotate(45deg);
	}
}
