@charset 'UTF-8';

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.woff?x6cab3') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-instagram:before {
	content: "\ea92";
}
.icon-whatsapp:before {
	content: "\ea93";
}
.icon-twitter:before {
	content: "\ea96";
}
.contained [class^="icon-"]{
	padding: 0.5rem;
	border-radius: var(--border-radius-l);
	color: #FFF;
}
.contained .icon-facebook{
	background: #1877f2;
}
.contained .icon-instagram{
	background: #c32aa3;
}
.contained .icon-whatsapp{
	background: #25d366;
}
.contained .icon-twitter{
	background: #1da1f2;
}
.m1{
	margin: 1rem;
}
.mt0{
	margin-top: 0;
}
.mt1{
	margin-top: 1rem;
}
.mt2{
	margin-top: 2rem !important;
}
.mt3{
	margin-top: 3rem !important;
}
.mb0{
	margin-bottom: 0 !important;
}
.mb1{
	margin-bottom: 1rem;
}
.mb2{
	margin-bottom: 2rem !important;
}
.ml1{
	margin-left: 1rem !important;
}
.mr1{
	margin-right: 1rem !important;
}
.pt0{
	padding-top: 0;
}
.pt5{
	padding-top: 5rem;
}
.pl1{
	padding-left: 1rem !important;
}
.inline-block{
	display: inline-block;
}
.text-white{
	color: #FFF;
}
.full-width{
	width: 100%;
}
.font-cursive{
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
}
.g_id_signin iframe{
	margin: -2px auto !important;
}
.container.narrow{
	max-width: 900px;
}
a.card{
	display: block;
	border-bottom: 0;
	color: var(--on-surface-color);
}
.wysiwyg-output ul{
	list-style: disc;
	padding-left: 1.1rem;
}
.wysiwyg-output figure.image{
	margin: 0 auto;
	text-align: center;
}
.wysiwyg-output .text-tiny{
	font-size: 0.6rem;
}
.wysiwyg-output .text-small{
	font-size: 0.8rem;
}
.wysiwyg-output .text-big{
	font-size: 1.2rem;
}
.wysiwyg-output .text-huge{
	font-size: 1.4rem;
}
dl.horizontal{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.4rem 1.2rem;
}
dl.horizontal dt{
	font-weight: 600;
}
dl.horizontal dd{
	margin-left: 0;
}
.badge{
	padding: 0.2rem 0.5rem;
	display: inline-block;
	border-radius: var(--border-radius-xs);
}
.badge.primary{
	background: var(--primary-color);
	color: var(--on-primary-color);
}

#pre-menu{
	background: #444;
	padding: 0.6rem 0;
	position: relative;
	z-index: 5;
	display: none;
}
#pre-menu ul,
#pre-menu ul li{
	display: inline-block;
}
#pre-menu a{
	color: #FFF;
	margin: 0 6px;
	font-size: 0.9rem;
}
@media (min-width: 600px){
	#pre-menu{
		display: block;
	}
}

.navigation .desktop-nav li.logo img {
	max-height: 63px;
}
.two-column{
	column-count: 2;
}
.search input{
	padding: 0.6rem;
}
.search input~label,
.search .left-assist.material-icons{
	top: 1.25rem;
}
.search-results a small{
	display: block;
	color: #AAA;
}
.navigation .desktop-nav > li:not(.logo) > a{
	position: relative;
	z-index: 0;
	transition: all 0.3s ease-out;
}
.navigation .desktop-nav > li:not(.logo) > a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background: var(--primary-color);
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}
.navigation .desktop-nav > li:not(.logo) > a:hover,
.navigation .desktop-nav > li:not(.logo) > a.active{
	color: var(--on-primary-color);
}
.navigation .desktop-nav > li:not(.logo) > a:hover:before,
.navigation .desktop-nav > li:not(.logo) > a.active:before{
	height: 100%;
}
.travel-dd{
	max-width: 25rem;
	font-size: 0.8rem;
}
.travel-dd li > a{
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.desktop-nav .third-width{
	display: inline-block;
	float: left;
	width: 33%;
}
.desktop-nav .two-third-width{
	display: inline-block;
	width: 66%;
}
.desktop-nav .dropdown .heading{
	column-span: all;
}
.desktop-nav .dropdown .heading a{
	color: #AAA;
	font-size: 80%;
}

#hero{
	background: #f3faff;
	margin-top: 1px;
}
#hero li{
	position: relative;
}
#hero li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #3fa9f5;
	top: 9rem;
	z-index: 0;
}
#hero li img{
	display: inline-block;
	position: relative;
	width: 80%;
	max-width: 400px;
	border: 20px solid #f3faff;
	outline: 3px solid #3fa9f5;
	margin: 3rem;
	z-index: 2;
}
#hero li .content{
	display: inline-block;
	vertical-align: top;
	margin-top: -3rem;
	width: 100%;
	padding: 3rem;
}
.partialViewSlider-outerwrapper{
	margin-top: 1px;
}
header .partialViewSlider-nav{
	border: 2px solid #3fa9f5;
	color: #3fa9f5;
	bottom: 0;
	top: auto;
	font-size: 2rem;
	line-height: 110%;
	text-shadow: none;
	transition: all 0.3s ease-out;
}
header .partialViewSlider-prev{
	right: 13%;
	left: auto;
}
header .partialViewSlider-nav:hover,
header .partialViewSlider-nav:focus{
	background: #3fa9f5;
	color: #FFF;
}
@media (min-width: 600px){
	#hero li:before {
		top: 6.3rem;
	}
	#hero li img{
		width: 40%;
	}
	#hero li .content{
		margin-top: 2rem;
		width: 40%;
		padding: 0;
	}
	header .partialViewSlider-prev{
		right: 7%;
	}
}
@media (min-width: 1024px){
	#hero li:before {
		top: 12rem;
	}
	#hero li img{
		border: 40px solid #f3faff;
		margin: 5rem;
	}
	#hero li .content{
		margin-top: 9.2rem;
	}
}

.btn.special{
	background: #3fa9f5;
	color: #FFF;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn.special:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ff931e;
	left: -94%;
	top: 0;
	opacity: 1;
	z-index: -1;
	transform: skewX(-15deg);
	transition: all 0.3s ease-out;
}
.btn.special:hover:after,
.btn.special:focus:after{
	left: 6%;
}

.section-title{
	text-align: center;
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
}
.section-title:before,
.section-title:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 8px;
	border-bottom-color: transparent !important;
	bottom: 0;
}
.section-title:after {
	border: 2px solid #ff931e;
	border-right-color: transparent;
	transform: skewX(-40deg);
	transform-origin: bottom left;
	left: 49.9%;
}
.section-title:before {
	border: 2px solid #3fa9f5;
	border-left-color: transparent;
	transform: skewX(40deg);
	right: 49.9%;
	transform-origin: bottom right;
}

.card figure a{
	min-height: 100%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.card figure a img{
	min-width: 100%;
	object-fit: cover;
	min-height: 100%;
}
@media (min-width: 800px){
	.card figure a{
		height: 200px;
	}
}
@media (min-width: 1200px){
	.card figure a{
		height: 220px;
	}
}

.partialViewSlider-nav{
	text-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.partialViewSlider-backdrop {
	background: rgba(0, 0, 0, 0.2);
}

.destinations-gallery .item{
	display: block;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	transition: all 0.3s ease-out;
}
.destinations-gallery .item:hover,
.destinations-gallery .item:focus{
	box-shadow: 0 2px 9px rgba(0,0,0,0.6);
}
.destinations-gallery .item figure{
	margin: 0;
}
.destinations-gallery .item figure img{
	width: 100%;
	display: block;
}
.destinations-gallery .item figure figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3rem 1rem 1rem;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	color: #FFF;
	font-size: 1.2rem;
}

#blog{
	padding-bottom: 11rem;
}
@media (min-width: 1024px){
	#blog{
		padding-bottom: 8rem;
	}
}

#why-us{
	position: relative;
	margin-top: 12rem;
	background: url(../img/trees.jpg);
	background-size: cover;
	background-position: center;
}
#why-us .points{
	position: relative;
	transform: translate(0, -50%);
	width: 80%;
	max-width: 60rem;
	background: #3fa9f5;
	color: #FFF;
	padding: 1rem;
	display: flex;
	text-align: center;
	margin: 0 auto;
	flex-direction: column;
}
#why-us .points:before,
#why-us .points:after{
	content: '';
	position: absolute;
	width: 3rem;
	height: 100%;
	top: 0px;
	background: url(../img/blue-arrow.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#why-us .points:before{
	left: -3rem;
}
#why-us .points:after{
	right: -3rem;
	transform: rotate(180deg);
}
#why-us .points > span{
	padding-top: 2.5rem;
	flex-basis: 100%;
	position: relative;
}
#why-us .points span:before {
	position: absolute;
	font-size: 3rem;
	color: #FFF;
	opacity: 0.3;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-40%);
	z-index: -1;
}
#why-us .points span:nth-child(1):before {
	content: '20+';
}
#why-us .points span:nth-child(2):before {
	content: 'history';
	font-family: 'Material Icons';
}
#why-us .points span:nth-child(3):before {
	content: 'person_pin';
	font-family: 'Material Icons';
}
#why-us .points span:nth-child(4):before {
	content: 'star';
	font-family: 'Material Icons';
}
#why-us .container{
	margin-top: -6rem;
}
@media (min-width: 840px){
	#why-us{
		margin-top: 5rem;
	}
	#why-us .points{
		flex-direction: row;
	}
	#why-us .points > span{
		padding: 4rem 1rem 1rem;
	}
	#why-us .container{
		margin-top: -1rem;
	}
}
#why-us .partialViewSlider-nav{
	color: #FFF;
}
#why-us .author img{
	border-radius: 50%;
	border: 2px solid #ff931e;
	margin-right: 1rem;
	width: 60px;
}
#why-us .author p{
	margin: 0;
	padding-top: 0.5rem;
}

.star-rating{
	color: #ff931e;
}
.star-rating li{
	display: inline;
}

footer{
	padding: 0.8rem 0 0;
	background: #222;
	color: var(--neutral-color-4);
}
footer > .container{
	margin-bottom: 2rem;
}
footer .logo{
	max-width: 180px;
}
footer h4{
	color: #EEE;
}
footer ul li{
	margin-bottom: 6px;
}
footer ul li a{
	color: #FFF;
	font-size:14px;
}
.social-icons li{
	display: inline-block;
	margin: 0 0.2rem;
}
.social-icons li a{
	border: none;
}
footer .social-icons a{
	display: inline-block;
	width: 35px;
	margin-right: 6px;
}
footer .copyright{
	padding: 1px 0;
	background: #222;
}

.grecaptcha-badge{
	display: none !important;
}
#callback .head{
	cursor: pointer;
	background: var(--secondary-container);
	color: var(--on-secondary-container);
}
#callback.active .head{
	background: unset;
}
#whatsapp-fixed{
	position: fixed;
	right: 1rem;
	bottom: 4rem;
	width: 3.4rem;
	border: none;
}

header:not(#home){
	padding-bottom: 0.1px;
	background-image: url(../img/header.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
header:not(#home) h1{
	text-align: center;
	margin-top: 5rem;
	margin-bottom: 5rem;
	color: #FFF;
	font-size: 3rem;
	font-weight: 500;
	line-height: 100%;
	text-shadow: 0 1px 2px rgb(0 0 0 / 32%);
}

.parallax-mirror{
	z-index: -100;
}
.contact-info .item{
	background: #F6F6F6;
	padding: 1.4rem 2rem;
	text-align: center;
	margin-bottom: 1rem;
}
.contact-info .item .material-icons{
	font-size: 3rem;
	color: var(--primary-color);
}
.contact-info .item a{
	border: none;
}

.image-list.quilted figure img{
	transition: all 0.5s ease-out;
}
.image-list.quilted li:hover figure img,
.image-list.quilted li:focus figure img{
	transform: translate(-50%,-50%) scale(1.1);
}

.tab-controller.vertical h3{
	font-size: 1rem;
	margin: 0;
}
#discover-tabs{
	background: #F6F6F6 url(../img/tribal-tattoo.png) no-repeat;
	padding: 0;
	background-blend-mode: overlay;
	background-size: cover;
	background-position: center;
}
#discover-tabs h2{
	line-height: 100%;
	margin-top: 3rem;
}
#discover-tabs .tab-controller li {
	padding: 3rem 1rem;
	font-size: 1.2rem;
}
#discover-tabs .tab-controller li .top {
	font-size: 2rem;
}
#discover-tabs .tab-controller li:hover,
#discover-tabs .tab-controller li:focus{
	background: transparent;
}

.card.tile{
	margin-bottom: 0.5rem;
}
.card.tile .content h4{
	margin-bottom: 0;
}
.card.tile .content a{
	border: none;
}
.card.tile .content .star-rating{
	margin-bottom: 1rem;
}
.card.tile .action{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card.tile .action .price{
	font-size: 1.5rem;
	color: var(--primary-color);
}
.card.tile .action .price small{
	color: var(--on-surface-color);
	font-size: 1.1rem;
}
.hotel-star-rating{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border: 1px solid;
	border-radius: 50%;
	font-size: 1rem;
	line-height: 1.9rem;
	text-align: center;
	vertical-align: middle;
	margin-right: 0.4rem;
}
.hotel-star-rating .material-icons{
	margin-left: -0.1rem;
	vertical-align: text-top;
}

.filters .card{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100% !important;
	padding: 0 !important;
	z-index: 4;
	overflow-y: scroll;
	margin: 0 !important;
	transform: translateY(110%);
	transition: all 0.3s ease-out;
}
.filters.active .card{
	transform: translateY(0);
}
@media (min-width: 1024px){
	.filters .card{
		position: relative;
		transform: none;
		overflow-y: auto;
		z-index: 3;
	}
}
.filters .filter-title{
	padding: 0.8rem 1rem;
	font-weight: 500;
	margin: 0;
	background: #555;
	color: #FFF;
}
.filters .filter-title button{
	font-size: 1rem;
	color: #FFF;
	background: transparent;
	border: none;
	margin-top: 0.3rem;
}
.filters .filter-block ul{
	max-height: 200px;
	overflow-y: auto;
}
.filters .filter-block ul li a{
	border: none;
}
.filters .filter-block li.active{
	background: var(--primary-container);
	border-radius: var(--border-radius-m);
}
.filters .filter-block .input-field{
	margin: 0;
}
.sort-bar{
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 0.5rem;
}
.sort-bar h5{
	display: inline-block;
	margin: 4px 0;
}
.sort-bar .input-field{
	transform: scale(0.8);
	transform-origin: right top;
}
.sort-bar .input-field .select-controller{
	padding: 0.6rem 2rem 0.6rem 0.6rem;
}
.sort-bar .input-field .select-controller:after {
	right: 0.5rem;
}
.list-results > li{
	padding: 1rem;
	background: var(--neutral-color-7);
	margin-top: 10px;
	width: 100%;
	border-radius: var(--border-radius-l);
}
.list-results > li .col{
	margin-bottom: 0;
}
.list-results > li a img{
	border-radius: var(--border-radius-m);
}
.list-results .amenities{
	grid-template-columns: 1fr 1fr;
	max-height: 100px;
	overflow: hidden;
}
.list-results .amenities li{
	padding: 0.3rem 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list-results .price{
	margin-top: -8px;
	font-size: 1.75rem;
	line-height: 1;
	color: var(--primary-color);
}
.list-results .price small{
	font-size: 50%;
	color: var(--neutral-color-1);
}
@media (min-width: 840px){
	#show-filters{
		display: none;
	}
}

.pagination{
	text-align: center;
	margin-top: 1rem !important;
}
.pagination li{
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.pagination li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 37px;
	border: 1px solid #CCC;
	border-radius: 50%;
	color: #555;
	transition: all 0.3s ease-out;
}
.pagination li:first-child a,
.pagination li:last-child a{
	font-size: 1.7rem;
	color: #999;
}
.pagination li:first-child a i,
.pagination li:last-child a i{
	line-height: 37px
}
.pagination li a.disabled{
	color: #DDD;
	pointer-events: none;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li a.active{
	background: #ff931e;
	color: #FFF;
}

.icon-list li{
	margin-bottom: 2rem;
}
.icon-list li:last-child{
	margin-bottom: 0;
}
.icon-list li i{
	font-size: 1.5rem;
	float: left;
}
.icon-list li h4{
	margin-left: 2.4rem;
}
.icon-list li p{
	margin-left: 2.4rem;
	margin-top: -0.7rem;
}
.amenities{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.amenities li{
	padding: 0.5rem 0;
}
.amenities li .material-icons{
	color: var(--primary-color);
	margin-right: 0.7rem;
}
@media (min-width: 600px){
	.amenities{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

#rooms .tabs > li h4{
	color: #3fa9f5;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	margin: 1rem 0;
}
#rooms .tabs > li h4 small{
	color: #555;
	font-size: 60%;
	padding-left: 2px;
}
#rooms .tabs > li h4 .btn-small{
	margin-left: 1rem;
	margin-top: 1px;
	vertical-align: bottom;
}
.scratched{
	color: #CCC;
	font-size: 70%;
	position: relative;
}
.scratched:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #BBB;
	left: 0;
	top: 50%;
	transform: rotate(-10deg);
}

.policies dt{
	font-weight: 600;
}
.policies dd{
	margin-left: 0;
	margin-bottom: 1rem;
}
@media (min-width: 600px){
	.policies{
		column-count: 2;
	}
}

.pie-wrapper {
  height: 140px;
	width: 140px;
	position: relative;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 140px, 140px, 70px);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
 	height: 100%;
	width: 100%;
	border: 5px solid #ff931e;
	border-radius: 50%;
	clip: rect(0, 70px, 140px, 0);
	left: 0;
	position: absolute;
	top: 0;
}
.pie-wrapper .label {
	bottom: 10px;
	color: #3fa9f5;
	cursor: default;
	display: block;
	font-size: 3rem;
	left: 14px;
	line-height: 1;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 31px;
}
.pie-wrapper .label small {
	display: block;
	font-size: 1rem;
	color: #555;
}
.pie-wrapper.star1 .pie .left-side {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
.pie-wrapper.star2 .pie .left-side {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
.pie-wrapper.star3 .pie,
.pie-wrapper.star4 .pie,
.pie-wrapper.star5 .pie{
	clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.star3 .pie .left-side ,
.pie-wrapper.star4 .pie .left-side ,
.pie-wrapper.star5 .pie .left-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pie-wrapper.star3 .pie .right-side {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.pie-wrapper.star4 .pie .right-side {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}
.pie-wrapper.star5 .pie .right-side {
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 5px solid #EEE;
  border-radius: 50%;
}
.reviewForm ul{
	margin-bottom: 0.6rem;
}
.reviewForm ul li{
	display: inline-block;
	font-size: 2rem;
	color: #CCC;
	cursor: pointer;
}
.reviewForm ul li.active,
.reviewForm ul li.selected{
	color: #ffe500;
}
.reviews img{
	width: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.reviews .content .star-rating{
	font-size: 1.6rem;
	margin-top: 0.3rem;
	margin-bottom: -1rem;
}

.hotel-booking-form h4{
	background: #3fa9f5;
	color: #FFF;
	padding: 1rem;
	text-transform: uppercase;
	margin: 0;
	border-radius: var(--border-radius-m);
}
.hotel-booking-form .price{
	color: var(--primary-color);
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.hotel-booking-form .price small{
	color: var(--on-surface-color);
	font-size: 1rem;
}
.hotel-booking-form .btn{
	width: 100%;
	text-align: center;
}
.hotel-booking-form .btn:first-child{
	margin-bottom: 10px;
}
aside dl dt{
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 3px;
}
aside dl dd{
	margin-left: 0;
	margin-bottom: 1.5rem;
}

.helpcard{
	background: #3fa9f5;
	color: #FFF;
}
.helpcard .icon-list{
	margin-top: 3rem;
}
.helpcard a{
	color: #FFF;
}

.highlights ul{
	column-count: 2;
}
@media (min-width: 600px){
	.highlights ul{
		column-count: 3;
	}
}
.highlights ul li{
	margin-bottom: 1rem;
	position: relative;
	padding-left: 1.8rem;
	font-size: 14px;
  line-height: 20px;
}
.highlights ul li:before {
	content: 'check';
	position: absolute;
	left: 0;
	font-family: 'Material Icons';
	color: #3fa9f5;
}
.tab-controller.full-width li{
	flex-grow: 1;
}
.itinerary,
.itinerary li{
	position: relative;
}
.itinerary:after{
	content: '';
	position: absolute;
	width: 1px;
	background: #e8e8e8;
	top: 1rem;
	left: 4rem;
	bottom: 0;
	z-index: -1;
	transform: translateX(-50%);
}
.itinerary li{
	margin-bottom: 2rem;
}
.itinerary .day{
	position: absolute;
	left: 0;
	top: 0.3rem;
	font-size: 1.1rem;
}
.itinerary .day:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #DDD;
	position: absolute;
	left: 4rem;
	top: 0.4rem;
	transform: translateX(-50%) rotate(45deg);
}
.itinerary .content{
	padding-left: 6rem;
  font-size: 14px;
  line-height: 24px;
}
.ad-title{
	display: block;
	margin-top: 2rem;
	color: #CCC;
	text-align: right;
}
#gs-credits {
	display: inline-block;
	position: relative;
	font-size: 0.9rem;
	z-index: 2;
}
#gs-credits:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #FFF;
	bottom: calc(2rem - 12px);
	left: 1rem;
	opacity: 0;
	transition: all 0.3s ease-out;
}
#gs-credits > a{
	color: var(--neutral-color-4);
}
#gs-credits-content{
	position: absolute;
	opacity: 0;
	pointer-events: none;
	bottom: 2rem;
	left: 50%;
	transform: translate(-50%);
	background: #FFF;
	padding: 0.6rem;
	width: 8rem;
	border-radius: 3px;
	color: #444;
	text-align: center;
	transition: all 0.3s ease-out;
}
#gs-credits:hover #gs-credits-content,
#gs-credits:hover:before{
	opacity: 1;
	pointer-events: all;
}
#tour-tabs .inclusion-div ul li{
background: url("../img/tick.png") no-repeat;
background-size: 15px;
padding-left: 22px;
font-size: 14px;
margin-bottom: 9px;
}

#tour-tabs .exclusion-div ul li{
background: url("../img/cross.png") no-repeat;
background-size: 15px;
padding-left: 22px;
font-size: 14px;
margin-bottom: 9px;
}

.destinations-gallery .m3 img{height:177px;}

.main-banner-home{
  background: aliceblue url(../img/banners/hero-banner.jpg) no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-color: aliceblue;
  background-position: center;
  text-align: center;
  padding-top: 120px;
  font-size: 44px;
  color: #000;
  font-weight: 500;
}

@media (min-width: 840px){
	.card.dropdown-on-mobile .dropdown-trigger{
		display: none;
	}
	.card.dropdown-on-mobile .dropdown-content{
		display: block;
	}
}

#registration-form .big-opts{
	padding: 1rem;
	background: var(--surface-color-2);
	border-radius: var(--border-radius-s);
}
#registration-form .big-opts input[type=radio] ~ label{
	width: calc(100% - 2rem);
}
#registration-form .big-opts input[type=checkbox] ~ label{
	width: 100%;
}
#registration-form .big-opts > label{
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
}
#registration-form .big-opts > label span{
	flex-shrink: 0;
}
.big-opts.input-field>input[type=radio]+label:after,
.big-opts.input-field>input[type=radio]+label:before {
	left: 1rem;
	top: 1.15rem;
}
.big-opts .qty{
	display: flex;
	gap: 0.4rem;
	margin-left: auto;
}
.big-opts .input-field.inline{
	max-width: 4rem;
	margin-left: 0.75rem;
}
.big-opts .input-field.inline input{
	padding: 0.5rem 0.5rem;
	margin: -0.3rem 0;
}
.big-opts .input-field.inline label{
	top: -0.25rem;
}