<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li.hidden {
	display:none;
}
.modal--flights .modal__box__content {
	padding: 25px 20px;
}
.modal--flights .fields {
	max-width: 300px;
	margin: 0 auto;
	text-align: left;
}
.modal--flights .fields__field {
	margin: 0 0 8px;
}
.modal--flights .fields__field label {
	font-size: 14px;
}
.modal--flights .fields__field label .sub {
	color: #afafaf;
}
.modal--flights .fields__field--child-age {
	padding-left: 10px;
}
.modal--flights .fields__field--child-age[aria-hidden="true"] {
	display: none;
}

.section-deals {
	background: #f5f5f5;
}
.section-deals .wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.deals {
	margin: 0 0 30px;
}
.deals__title {
	margin: 0 0 10px;
	color: #005787;
	font: bold 18px/1 Roboto, sans-serif;
	text-align: center;
	position: absolute;
	left: -9999px;
}
.deals__filter {
	margin: 0 0 46px;
	color: #005787;
	overflow: hidden;
}
.deals__filter__departure__label {
	display: block;
	margin: 0 0 10px;
	color: #005787;
	font: bold 18px/1 Roboto, sans-serif;
	text-align: center;
}

.deals__filter__departure__field {
	height: 36px;
	margin: 0 0 10px;
	background-color: #fff;
	vertical-align: middle;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}
.deals__filter__departure__field select {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 36px;
}
.deals__filter__pkgs {
	width: calc(100% - 40px);
	min-width: 280px;
	height: 36px;
	margin: 0;
	position: absolute;
	z-index: 100;
	font-size: 0;
	background: #005787;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
}
.deals__filter__pkgs::before{
	content: attr(data-selected-text);
	display: block;
	width: 100%;
	height: 36px;
	padding: 9px 10px;
	background: #005787 url(../../img/interfaces/select-bg.svg) no-repeat right top;
	cursor: pointer;
	font: 600 14px/1.286 Roboto, sans-serif;
}
.deals__filter__pkgs[data-expanded="true"]::before {
/*	border-bottom: 1px solid currentColor; */
	display: none;
}
.deals__filter__pkgs__pkg {
	width: 100%;
	position: absolute;
	left: -9999px;
	background: #005787;
	border: 1px solid #fff;
	border-width: 1px 0 0;
	font: 600 14px/1.286 Roboto, sans-serif;
}
.deals__filter__pkgs__pkg:first-child {
	border-width: 0;
}
.deals__filter__pkgs[data-expanded="true"] .deals__filter__pkgs__pkg {
	position: relative;
	left: 0;
}
.deals__filter__pkgs__pkg:hover {
	background: #0cbff2;
}
.deals__filter__pkgs__pkg a {
	display: block;
	padding: 9px 10px;
}
@media (min-width: 661px) {
	.deals__filter__pkgs {
		width: calc(100% - 80px);
	}
}
@media (min-width: 741px) {
	.deals__filter {
		margin: 0 0 20px;
	}
	.deals__filter__departure {
		float: left;
	}
	.deals__filter__departure__label {
		display: inline-block;
		margin: 0 16px 10px 0;
		padding: 9px 0;
		font: bold 16px/1 Roboto, sans-serif;
	}
	.deals__filter__departure__field {
		display: inline-block;
		width: auto;
		min-width: 165px;
		vertical-align: top;
	}
	.deals__filter__pkgs {
		width: 200px;
		min-width: auto;
		right: 40px;
	}
	.deals__filter__pkgs__pkg {

	}
}
@media (min-width: 1301px) {
	.deals__filter__departure__label {
		padding: 11px 0;
	}
	.deals__filter__departure__field {
		margin: 2px 0;
	}
	.deals__filter__pkgs {
		float: right;
		width: auto;
		margin: 0 -1px;
		position: static;
		background: none;
		color: inherit;
		white-space: nowrap;
		box-shadow: none;
	}
	.deals__filter__pkgs::before {
		display: none;
	}
	.deals__filter__pkgs__pkg {
		display: inline-block;
		width: auto;
		margin: 0 1px;
		position: static;
		background: none;
		border: none;
	}
	.deals__filter__pkgs__pkg:hover {
		background: none;
	}
	.deals__filter__pkgs__pkg a {
		display: block;
		padding: 11px 20px;
		border-radius: 2px;
	}
	.deals__filter__pkgs__pkg a:hover {
		background: #e7e7e7;
	}
	.deals__filter__pkgs__pkg[aria-selected="true"] a {
		background: #005787;
		color: #fff;
	}
	.deals__filter__pkgs__pkg--hlite {
		color: #cf0f0f;
	}
}

.deals__more {
	margin: 0;
	text-decoration: none !important;
	font-weight: normal;
}

.deals__disclaimer {
	margin: 0;
	color: #005787;
	text-align: center;
}

.deals__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	margin: 0 -5px 5px;
	overflow: auto;
}
.deal {
	-ms-flex: none;
	flex: none;
	float: left;
	width: calc(100% - 10px);
	min-height: 125px;
	margin: 0 5px 5px;
	padding: 0 0 60px;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	font: 14px/1.429 Roboto, sans-serif;
}
.deal__detail {
	padding: 20px;
}
.deal__detail a {
	color: #005787;
	text-decoration: underline;
}
.deal__detail &gt; :last-child {
	margin-bottom: 0;
}
.deal__title {
	display: inline-block;
	margin: 0 8px 6px 0;
	color: #005787;
	font: bold 16px/1.25 Roboto, sans-serif;
}
.deal__rating {
	display: block;
	margin: -6px 0 0 -4px;
	vertical-align: top;
}
.deal__action {
	float: left;
	width: 100%;
	height: 60px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	background: #005787;
	color: #fff;
	overflow: auto;
}
.deal__price {
	float: left;
}
.deal__price__value {
	display: inline-block;
	font: bold 36px/1.111 Roboto, sans-serif;
	vertical-align: middle;
}
.deal__price__value__symbol {
	position: relative;
	top: -0.136em;
	font: bold 22px/1.818 Roboto, sans-serif;
	vertical-align: top;
}
.deal__price__tax {
	display: inline-block;
	font: 600 12px/3.333 "Open Sans", sans-serif;
	vertical-align: middle;
}

.deal__price__tax__expanded {
	position: absolute;
	left: -9999px;
}

.deal__book {
	float: right;
	width: 90px;
	margin: 0;
	padding: 9px 0;
	border-radius: 0;
	text-transform: uppercase;
}

@media (min-width: 381px) {
	.deal__price__tax__condensed {
		display: none;
	}
	.deal__price__tax__expanded {
		position: static;
	}
}
@media (min-width: 481px) {
	.deal__action {
		width: 125px;
		height: 100%;
		padding: 0 0 40px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
	}
	.deal__price {
		display: block;
		width: 100%;
		position: absolute;
		top: calc(50% - 20px);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.deal__price__value {
		font: bold 40px/1 Roboto, sans-serif;
	}
	.deal__price__tax {
		line-height: 1;
	}
	.deal__book {
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}

/* PACKAGES */

.deals--packages .deal__photo {
	display: none;
	background-size: cover;
}
.deals--packages .deal__detail {
	width: calc(100% - 0px);
}
.deals--packages .deal__supplier {
	/* width: 58px; */
	float: right;
	/* position: absolute; */
	/* top: calc(50% - 30px); */
	/* right: 20px; */
	/* -ms-transform: translateY(-50%); */
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
}
@media (min-width: 401px) {
	.deals--packages .deal__detail {
		width: calc(100% - 0px);
	}
	.deals--packages .deal__supplier {
		width: 100px;
	}
}
@media (min-width: 481px) {
	.deals--packages .deal {
		padding: 0;
	}
	.deals--packages .deal__detail {
		width: calc(100% - 125px);
	}
	.deals--packages .deal__supplier {
		/* top: 50%; */
		/* right: 145px; */
	}
}
@media (min-width: 681px), (min-width: 1061px) {
	.deals--packages .deal__photo {
		display: block;
		width: 156px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.deals--packages .deal__detail {
		width: calc(100% - 281px);
		margin: 0 0 0 156px;
	}
}
@media (min-width: 961px) and (max-width: 1220px) {
	.deals--packages .deal__photo {
		width: 200px;
	}
	.deals--packages .deal__detail {
		width: calc(100% - 325px);
		margin: 0 0 0 200px;
	}
}
@media (min-width: 1001px) {
	.deals--packages .deal {
		width: calc(50% - 10px);
	}
	.deals--packages .deal__photo {
		display: none;
	}
	.deals--packages .deal__detail {
		width: calc(100% - 125px);
		margin: 0;
	}
}
@media (min-width: 1221px) {
	.deals--packages .deal__photo {
		display: block;
	}
	.deals--packages .deal__detail {
		width: calc(100% - 281px);
		margin: 0 0 0 156px;
	}
}
@media (min-width: 1381px) {
	.deals--packages .deal__photo {
		width: 200px;
	}
	.deals--packages .deal__detail {
		/* width: calc(100% - 445px); */
		width: calc(100% - 325px);
		margin: 0 0 0 200px;
	}
	.deals--packages .deal__supplier {
		width: 100px;
	}
}

/* FLIGHTS */
@media (min-width: 481px) {
	.deals--flights .deal {
		padding: 0 145px 0 0;
	}
	.deals--flights .deal__detail {
		padding-top: 30px;
	}
}
@media (min-width: 801px) {
	.deals--flights .deal {
		width: calc(50% - 10px);
	}
}
@media (min-width: 1161px) {
	.deals--flights .deal {
		width: calc(33.333% - 10px);
	}
}</pre></body></html>