@media screen and (max-width: 1680px) {
	.home header .swiper-slide img {
		width: 100%;
		height: 100vh;
		object-fit: cover;
		object-position: center;
	}
}
@media screen and (max-width: 1366px) {
	.header_top .content {
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 1199px) {

	.navbar_right .btn {
		padding: 1rem 0.5rem;
		font-size: .78rem;
	}
	.container {
		max-width: 94%;
	}
	.navbar-nav a {
		padding: 12px 5px;
	}
	.header_top h1 strong {
		font-size: 3.375rem;
	}
	.header_top h1 em {
		font-size: 1.5rem;
	}
	.booking label {
		letter-spacing: 1px;
		font-size: 1rem;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	.card_img img {
		width: 100%;
	}
	.card_body {
		padding: 15px;
		margin-left: 15px;
		margin-right: 15px;
    }

    .subPage .content {
		padding: 60px;
	}
}
@media screen and (max-width: 1023px) {
	.navbar__toggler {
		margin-left: 30px;
		display: block;
		padding: 0;
		border: 0;
		background: 0 0;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler span {
		width: 30px;
		height: 3px;
		display: block;
		background: #f12711;
		margin: 4px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler.show {
		border-color: transparent;
		padding: 0;
	}
	.navbar__toggler.show span:nth-child(2) {
		opacity: 0;
		height: 0;
	}
	.navbar__toggler.show span:first-child {
		-webkit-transform: rotate(-45deg) translateY(4.5px);
		transform: rotate(-45deg) translateY(4.5px);
	}
	.navbar__toggler.show span:last-child {
		-webkit-transform: rotate(45deg) translateY(-4.5px);
		transform: rotate(45deg) translateY(-4.5px);
	}
	#navbar .btn {
		padding: 0.5rem 1rem;
		letter-spacing: normal;
	}
	.navbar-nav {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 66666666;
		width: 50vw;
		min-width: 270px;
		height: 100vh;
		overflow-y: auto;
		background: rgba(0, 0, 0, 0.9);
		-webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0;
	}
	.navbar-nav.show {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
	.navbar-nav a,
	.navbar-nav li {
		display: block;
		width: 100%;
		margin: 0;
	}
	.navbar-nav a::after,
	.navbar-nav li::after {
		display: none;
	}
	.navbar-nav a {
		width: calc(100% - 30px);
		padding: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: #fff !important;
	}
	.navbar-nav a.active,
	.navbar-nav a:focus,
	.navbar-nav a:hover {
		background: #f12711;
		color: #fff;
	}
	.navbar-nav .dropdown {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.05);
		max-height: 0;
	}
	.navbar-nav .dropdown a.active,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a:hover {
		background: #9d1809 !important;
		color: #fff;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}
	.sub header .swiper-slide img {
		height: auto;
		width: 100%;
	}

	.sub .subPage .col {
		width: 100%;
		max-width: 100%;
	}
	.subPage .col.thumb img {
		max-height: 40vh;
	}
	/* .sub header {
		height: 245px;
	} */

	.sub header {
		height: auto;
	}

	.sub .hero {
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}

	.sub #main iframe {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.col-3,
	.col-5,
	.col-6,
	.col-8,
	.col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}


	.header_top .container {
		justify-content: center;
		text-align: center;
	}
	/*
	.header_top h1 {
		margin-bottom: 22px;
		margin-top: -150px;
	}
	*/

	.hbs {
		flex-direction: column;
	}

	.hbs a {
		height: 150px;
		margin-bottom: 10px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.hbs a > img {
		height: ;: 100%;
	}

	.header_top .content {
		padding-bottom: 60px;
		align-items: center;
		justify-content: center;
	}

	.header_top h1 strong {
		font-size: 2.375rem;
	}
	.header_top h1 em {
		font-size: 1rem;
	}
	.booking {
		flex-direction: column;
		margin-bottom: 0;
		box-shadow: none;
	}
	.booking .group {
		margin: 0;
		padding: 10px;
		width: calc(100% - 20px);
	}
	.booking button {
		margin-left: 0;
		height: 90px;
	}

	/*
	header {
		position: relative;
		background: #000;
		height: 100vh;
		display: flex;
		flex-direction: column-reverse;
	}

	.header_top {
		position: relative;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 100vh;
		text-align: center;
	}
	*/

	#about,
	#why {
		padding: 30px 0;
	}
	#about .col-5,
	#about .col-6 {
		text-align: center;
	}
	#about .col-6:first-child img {
		display: block;
		margin: 0 auto 30px;
	}
	footer .row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_left {
		margin-bottom: 30px;
	}
	.madeby {
		margin-top: 15px;
	}

	.checkDates {display: none;}

	.booking .group small a {
		position: relative;
		bottom: 0;
	}

	.footer_left {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer_left .ic {
		flex-direction: column;
		margin: 0 0 15px 0;
		text-align: center;
	}

	.footer_left .ic img {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.footer_right a:first-child {
		margin-left: 0;
	}

	.sub .header_top {
		position: absolute;
	}

	.sub main {
		padding: 30px 0;
	}
}
@media screen and (max-width: 768px) {
	#main .col-4,
	#main .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		float: none !important;
		width: 100%;
		margin: 0 0 15px 0;
	}

	.sub img[width="80"] {
		width: 80px !important;
		height: 80px !important;
		display: block;
		margin: 0 auto 15px !important;
	}
}
@media screen and (max-width: 640px) {
	.five-cols a {
		max-width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		margin-right: 30px;
	}
	.five-cols a:nth-child(5n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 0;
	}
	#why .col-4 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer_left {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_left .ic {
		margin-bottom: 15px;
		margin-right: 0;
		flex-direction: column;
	}
	.footer_left .ic img {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.footer_right a:first-child {
		margin-left: 0;
	}
	.two-cols a {
		max-width: 100%;
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px) {
	.four-cols a {
		max-width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
		width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (10px - 10px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
		margin-right: 10px;
	}
	.four-cols a:nth-child(2n) {
		margin-right: 0;
	}
	form fieldset.col {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#main .col-5,
	#main .col-7 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	header .swiper-slide img {
		width: 100%;
		height: 40vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	.sub .h1,
	.sub h1 {
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 480px) {
	.three-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.three-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.three-cols a:nth-child(2n) {
		margin-right: 0;
	}
	.five-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(2n) {
		margin-right: 0;
	}
	#main .col-6 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	footer .cb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.madeby {
		margin-top: 15px;
	}

	#navbar .btn {
		position: relative;
	}
	#navbar .btn span {
		display: none;
	}
	#navbar .btn::before {
		content: 'See also:';
		letter-spacing: 1px;
		position: absolute;
		top: -12px;
		left: 0;
		color: #f12711;
		font-size: .6rem;
	}
	.logo img {
		height: 55px;
	}
}
@media screen and (max-width: 435px) {
	.container {
		max-width: 90%;
	}
	.navbar__toggler {
		margin-left: 15px;
	}
	.home header .swiper-slide img {
		height: 250px;
	}

	.hbs .cb.ic {
		background-image: linear-gradient(to right, #e3effd 25%, transparent);
	}

	.home section small {
    color: black;
		font-size: 1.5rem;
		letter-spacing: normal;
	}
	.hbs .cb.ic span {
		max-width: 60%;
		-webkit-text-stroke: 1px hsl(0 0% 100% / .5);
		text-shadow: 0 0 4px white;
	}

	.hbs .cb.ic {background-image: none;}
}
@media screen and (max-width: 375px) {
	.downloads a {
		padding: 15px;
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	.downloads .text strong {
		line-height: 1.3em;
	}
	.downloads a img {
		max-width: 25px;
		margin-right: 15px;
	}
	#navbar .btn {
		padding: 0.5rem 0.7rem;
		letter-spacing: normal;
		font-size: 0.7rem;
	}
	.logo img {
		height: 45px !important;
	}

	.header_top h1 {
		margin-bottom: 22px;
		margin-top: -96px;
	}
	.header_top h1 strong {
		font-size: 1.8rem;
		line-height: 1.1em;
	}
	.header_top h1 em {
		font-size: 0.9rem;
	}
}
