.hm_vb2 {
	display: flex;
	justify-content: left;
	align-items:center;
	align-content:center;
}
.hm_vb2_title {
	position: relative;
	float:left;
	width:50%;
	font-size:90px;
	line-height:90px;
	font-weight:bold;
}
.hm_vb2_text {
	position: relative;
	float:left;
	width:45%;
	margin-left:5%;
	font-size:26px;
	line-height:40px;
}
.hm_vb3 {
	margin-bottom:50px;
}
.hm_vb3_main_title {
	position:relative;
	float:left;
	width:100%;
	font-size:32px;
	margin-bottom:30px;
	font-weight:bold;
}
.hm_vb3_book {
	position:relative;
	float:right;
	width:800px;
	margin-top:4px;
}
.hm_vb3_items {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content: space-between;
}
.hm_vb3_i {
	position:relative;
	float:left;
	width:24%;
	height:0px;
	padding-bottom:32%;
	overflow:hidden;
	border-radius:15px;
	cursor:pointer;
}
.hm_vb3_i:nth-child(1) {
	width:48%;
}
.hm_vb3_img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center center;
	transition-duration: 0.4s;
}
.hm_vb3_i_1 .hm_vb3_img {
	background-image:url('../images/home/rooms-1.jpg');
}
.hm_vb3_i_2 .hm_vb3_img {
	background-image:url('../images/home/rooms-2.jpg');
}
.hm_vb3_i_3 .hm_vb3_img {
	background-image:url('../images/home/rooms-3.jpg');
}
.hm_vb3_content {
	position:absolute;
	top:60%;
	left:0px;
	width:90%;
	height:40%;
	padding:0px 5%;
	padding-bottom:15%;
	display: flex;
  	flex-direction: column; /* Align items vertically */
  	justify-content: flex-end;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	transition-duration: 0.5s;
}
.hm_vb3_title {
	position:relative;
	float:left;
	width:100%;
	color:#FFFFFF;
	font-size:38px;
	font-weight:bold;
	margin-top:-6px;
}
.hm_vb3_subtitle {
	position:relative;
	float:left;
	width:100%;
	color:#FFFFFF;
	font-size:14px;
	text-transform: uppercase;
}
.hm_vb3_cta {
	position:relative;
	float:left;
	width:100%;
	color:#FFFFFF;
	opacity:0;
	transition-duration: 0.5s;
	font-size:22px;
	text-decoration: underline;
}
.hm_vb3_i:hover .hm_vb3_img {
	width:108%;
	height:108%;
	top:-4%;
	left:-4%;
}
.hm_vb3_i:hover .hm_vb3_content {
	top:50%;
}
.hm_vb3_i:hover .hm_vb3_cta {
	opacity:1;
}

.hm_vb4 {
	margin-bottom:30px;
}
.hm_vb4_title {
	position:relative;
	float:left;
	width:460px;
	font-size:32px;
	font-weight:bold;
}
.hm_vb4_enginecontainer {
	position: relative;
	float:right;
	margin-top:4px;
}
.mi-be form {
	display:flex;
	justify-content: center;
}
.mi-be form .DateRangePickerInput, .mi-be-multiroom-field, .mi-be-promo-field, .mi-be-book-btn, .mi-be-button {
	border-radius:8px !important;
	overflow:hidden;
}

.hm_book {
	position: relative;
	float:left;
	width:100%;
	background-color:#064b8c;
	padding:20px 0px;
	margin-bottom:5%;
}

.hm_vb5 {
	display: flex;
	justify-content: space-between;
}
.hm_vb5_left {
	position:relative;
	float:left;
	width:40%;
	display:flex;
	justify-content: left;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
}
.hm_vb5_title {
	position:relative;
	float:left;
	width:100%;
	font-size:32px;
	font-weight:bold;
}
.hm_vb5_text {
	position:relative;
	float:left;
	width:100%;
	font-size:20px;
	margin-top:6px;
}
.hm_vb5_subtitle {
	position:relative;
	float:left;
	width:100%;
	margin-top:40px;
	font-size:22px;
	font-weight:bold;
}
.hm_vb5_vid {
	position:relative;
	float:left;
	width:50%;
	margin-left:10%;
	border-radius:15px;
	overflow:hidden;
}
.hm_vb5_vid img {
	position:relative;
	float:left;
	width:100%;
}
.hm_vb5_vid video {
	position:relative;
	float:left;
	width:102%;
	margin-left:-1%;
	border-radius:15px;
	overflow:hidden;
}
.hm_vb5_btn {
	position:relative;
	float:left;
	width:100%;
	margin-top:50px;
}
.hm_vb6 {
	position:relative;
	float:left;
	width:100%;
	background-image:url('../images/home/reviews.jpg');
	background-size:cover;
	background-position: fixed;
	background-attachment: fixed;
	padding:6% 0px;
}
.hm_vb6_content {
	position:relative;
	float:left;
	width:50%;
	margin-left:25%;
}
.hm_vb6_subtitle {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	text-transform: uppercase;
	font-size:22px;
	color:rgba(255, 255, 255, 1);
}
.hm_vb6_title {
	position:relative;
	float:left;
	width:100%;
	margin-top:-14px;
	color:#FFFFFF;
	text-align:center;
	font-size:48px;
	font-weight:bold;
}
.hm_vb6_grid {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.hm_vb6_grid_i {
	position:relative;
	float:left;
	margin-top:50px;
	width:90%;
	padding:30px 5%;
	border-radius:15px;
	overflow:hidden;
	background-color:rgba(0, 0, 0, 0.5);
	display:flex;
	justify-content: space-between;
}
.hm_vb6_grid_photo {
	position:relative;
	float:left;
	width:100px;
}
.hm_vb6_grid_photo img {
	position:relative;
	float:left;
	width:100%;
}
.hm_vb6_grid_details {
	position:relative;
	float:left;
	width:160px;
	margin-left:20px;
	margin-right:20px;
	display:flex;
	justify-content:left;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	font-size:18px;
	color:#FFFFFF;
	border-right:1px solid rgba(255, 255, 255, 0.3);
}
.hm_vb6_grid_details span {
	position:relative;
	float:left;
	width:100%;
}
.hm_vb6_grid_text {
	position:relative;
	float:right;
	width:calc(100% - 340px);
	color:#FFFFFF;
	font-style: italic;
	font-size:20px;
	display:flex;
	justify-content: left;
	align-items:center;
	align-content:center;
}

.hm_vb7 {

}
.hm_vb7_title {
	position:relative;
	float:left;
	width:100%;
	font-size:32px;
	font-weight:bold;
}
.hm_vb7_grid {
	position: relative;
	float:left;
	width:100%;
	margin-top:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.hm_vb7_grid_i {
	position:relative;
	float:left;
	width:31%;
	padding-bottom:40px;
	cursor:pointer;
}
.hm_vb7_grid_img {
	position:relative;
	float:left;
	width:100%;
	height:0px;
	padding-bottom:66.66%;
	background-size: cover;
	background-position: center center;
	border-radius:15px;
}
.hm_vb7_grid_i_1 .hm_vb7_grid_img {
	background-image:url('../images/blog/fanal-forest.jpg');
}
.hm_vb7_grid_i_2 .hm_vb7_grid_img {
	background-image:url('../images/blog/funchal.jpg');
}
.hm_vb7_grid_i_3 .hm_vb7_grid_img {
	background-image:url('../images/blog/golf-course.jpg');
}
.hm_vb7_grid_content {
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
}
.hm_vb7_grid_title {
	position:relative;
	float:left;
	width:100%;
	font-size:22px;
}
.hm_vb7_grid_subtitle {
	position:absolute;
	top:100px;
	right:0px;
	width:50%;
	opacity:0;
	font-size:22px;
	text-align:right;
	color:rgba(0, 0, 0, 0.4);
	cursor:pointer;
	transition-duration: 0.4s;
}
.hm_vb7_grid_subtitle:hover {
	color:#000000;
}
.hm_vb7_grid_text {
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
}
.hm_vb7_grid_more {
	position:absolute;
	bottom:0px;
	width:100%;
	margin-top:16px;
	text-decoration: underline;
}
.hm_vb7_grid_i:hover .hm_vb7_grid_subtitle {
	opacity:1;
	top:0px;
}

.hm_vb8 {
	display: flex;
	justify-content: space-between;
}
.hm_vb8 .hm_vb5_vid{
	margin-left:0px;
}
.hm_vb8_i {
	position:relative;
	float:left;
	width:120px;
}
.hm_vb8_icon {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content: center;
	opacity:0.3;
}
.hm_vb8_icon img {
	position:relative;
	float:left;
	width:80px;
}
.hm_vb8_text {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	text-transform: uppercase;
	margin-top:12px;
	font-weight:bold;
}
.hm_vb8_i:hover .hm_vb8_icon {
	opacity:1;
}

@media only screen and (max-width: 1700px) {
	.hm_vb2_title {
		font-size:80px;
		line-height:80px;
	}
	.hm_vb2_text {
		font-size:22px;
		line-height:36px;
	}
	.hm_vb5_title {
		font-size:26px;
	}
}
@media only screen and (max-width: 1600px) {
	.hm_vb2_title {
		font-size:70px;
		line-height:70px;
	}
	.hm_vb2_text {
		font-size:20px;
		line-height:32px;
		margin-top:10px;
	}

	.hm_vb4_title {
		width:100%;
	}
	.hm_vb4_enginecontainer {
		float:left;
		width:100%;
		margin-top:12px;
		display:flex;
		justify-content: left;
	}
}
@media only screen and (max-width: 1300px) {
	.hm_vb2_title {
		font-size:50px;
		line-height:60px;
	}
	.hm_vb2_text {
		font-size:18px;
		line-height:28px;
		margin-top:10px;
	}
}