@media only screen and (max-width: 1199px) {
	.booking_button {
		padding: 0;
	}
	.contact_map {
		width: calc(100% + ((100vw - 940px) / 2));
	}
}

@media only screen and (max-width: 991px) {
	.home {
		height: 100vh;
	}
	.main_nav {
		display: none;
	}
	.hamburger {
		display: block;
	}
	.booking_input_container div {
		width: 100% !important;
	}
	.booking_input_container div input {
		border-radius: 3px;
	}
	.booking_input_container > div:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.header_content {
		padding-left: 15px;
		padding-right: 15px;
		height: 90px;
	}
	.header.scrolled .header_content {
		height: 70px;
	}
	.logo {
		width: 107px;
		height: 36px;
	}
	.logo a {
		font-size: 25px;
		line-height: 32px;
	}
	.home {
		height: 550px;
	}
	.home_title {
		font-size: 50px;
	}
	.booking_input {
		height: 50px;
	}
	.home_container {
		top: 55%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.about_title h2 {
		font-size: 36px;
	}
	p {
		font-size: 14px;
	}
	.about_images {
		padding: 30px 0 0 0;
	}
	.icon_box_title h2 {
		font-size: 30px;
	}
	.footer_row > div[class^='col']:not(:last-child) {
		margin-bottom: 60px;
	}
	.footer_content {
		padding-bottom: 22px;
	}
	.features_title h1 {
		font-size: 30px !important;
		color: #000;
	}
	.features_title {
		padding: 0 0 40px 0;
		text-align: left;
	}
	.contact_map {
		width: 100%;
		height: 650px;
		padding-bottom: 114px;
	}
}

@media only screen and (max-width: 539px) {
	.super_container {
		overflow: hidden !important;
	}
	.booking_form_container {
		padding: 30px !important;
	}
	.home_container {
		top: 60%;
		-webkit-transform: translateY(-55%);
		-moz-transform: translateY(-55%);
		-ms-transform: translateY(-55%);
		-o-transform: translateY(-55%);
		transform: translateY(-55%);
	}
	.home_title {
		font-size: 40px;
	}
	.icon_box_title h2 {
		font-size: 25px;
	}
	.icon_box_col {
		margin-bottom: 50px;
	}
	.footer {
		padding-top: 40px;
	}
	.footer_logo div {
		font-size: 50px !important;
	}
	.contact_map {
		height: 550px;
	}
}

@media only screen and (max-width: 500px) {
	.booking_form_container {
		padding: 0 !important;
	}
	.gallery_item {
		height: calc(100vw/2);
	}
	.features {
		padding-top: 70px;
	}
}

/************
Rooms
************/
@media only screen and (max-width: 1199px) {
	.split_section_image {
		height: calc(100vw/1.1);
		margin-top: 43px;
	}

	.split_section_right_content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.split_section_left_content {
		padding-left: 0;
		padding-top: 80px;
		padding-right: 0;
		padding-bottom: 0;
	}
	.split_section_left_image {
		margin-top: 30px;
	}
	.split_section_left {
		padding-bottom: 80px;
	}
	.bottom_image {
		display: none;
	}
	.container_custom .container_split {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 991px) {
	.about_row {
		margin: 0;
	}

}