/* top banner */
.topblackbanner {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.topblackbanner > a {
	font-size: 12px !important;
	margin: 0;
	padding: 0 !important;
}

.topblackbanner > a > u {
	display:block;
}

/* div.container-fluid {
	width: 100%;
} */

/* div.container-xl {
	max-width: 1920px;
	width: 90%;
} */

/* row that contains logo and ABTA etc */
header > div.container-fluid {
	background: #079b90;
	background: linear-gradient(180deg, #079b90 0%, #11948a 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

header > div.container-fluid > div.container-xl {
	min-height: 93px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

header > div.container-fluid > div.container-xl > div.row {
	min-height: 93px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	width: 100%;
}

/* makes the logo column only as wide as the logo */
header > div.container-fluid > div.container-xl > div.row > div.col-3.col-lg-4 {
	max-width: fit-content;
}

header a.logo > img {
	max-width: 155px !important;
	margin: 0 !important;
}

/* targets the column with ABTA, log in etc */
header
	> div.container-fluid
	> div.container-xl
	> div.row
	> div.col-9.col-lg-8.row.pr-0 {
	max-width: 500px;
}

header #header_abta_atol img {
	margin-right: 20px;
}

.header_nav_icons > a {
	font-size: 11px !important;
}

.header_nav_icons > a b {
	font-size: 14px;
}

.header_nav_icons i {
	font-size: 24px !important;
	margin-bottom: 15px;
	height: 20px !important;
}

header .col-9 > .col-lg-3,
header .col-9 > .col-3 {
	padding: 0;
}

/* container of the row with holidays, hotels etc */
div#searchtabs_light_nlue {
	background: #11b7ab;
	background: linear-gradient(180deg, #11b7ab 0%, #0eada4 90%);
}

/* .showhide_search_form:first-of-type {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
} */

.showhide_search_form:nth-of-type(2) > a {
	color: #333 !important;
}

.showhide_search_form.search--nights {
	display: none !important;
}

.showhide_search_form > h3 {
	font-size: 26px !important;
}

.showhide_search_form > .btn.btn-primary {
	font-size: 18px;
	padding: 10px 20px;
	background: #038178;
	border-radius: 5px;
	width: 230px;
}

#mod-custom120 > .head_space {
	height: 100px;
}

#mainMenu .nav-item.item-161,
#mainMenu .nav-item.item-169 {
	display: none;
}

/* #searchtabs_light_nlue > .container-xl > .row a,
#searchtabs_light_nlue > .container-xl > .row ul > li, */
#searchtabs_light_nlue > .container-xl > .row a > i,
#searchForm label,
#searchForm input {
	font-size: 15px !important;
	font-weight: bold !important;
}

/* form row */
.container-fluid.container--max {
	max-width: 2000px;
	/* padding: 0 65px; */
}

/* div#search_white {
	border-radius: 0 0 5px 5px;
} */

div#search_white > .container-xl {
	padding: 0;
}

/* content inside the carousel */
.lead {
	font-size: 1.4rem;
	line-height: 2.5;
}

.lead > .btn.btn-primary {
	font-size: 15px;
	border-radius: 5px;
	padding: 12px 30px;
	background-color: #0b9a8f;
}

.carousel-caption h2 {
	font-size: 35px;
}

#carouselExampleIndicators > div > div.carousel-item {
	max-height: 600px;
	height: 30vw;
	background-size: cover;
}

.carousel-indicators-home {
	position: absolute;
	display: flex !important;
	bottom: 13px;
	left: -40px;
	justify-content: flex-end;
	height: auto;
	overflow-x: hidden;
}

ol.carousel-indicators-home > li {
	background: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.carousel-indicators-home > li.active {
	background: #fff;
}

button.carousel-control-prev-home,
button.carousel-control-next-home {
	position: relative;
	float: right;
	top: -65px;
	background: 0;
	border: 0;
}

button.carousel-control-prev-home {
	left: -115px;
	z-index: 100;
}

button.carousel-control-next-home {
	right: -65px;
}

.carousel-control-prev-icon-home,
.carousel-control-next-icon-home {
	background: 0;
}

.carousel-control-prev-icon-home > i,
.carousel-control-next-icon-home > i {
	color: #fff;
	font-size: 30px;
}

/* first h2 below carousel */
.container > .row > h2 {
	font-size: 30px !important;
	color: #434343;
}

.pinktrustpoint {
	min-width: 156px;
}

.pinktrustpoint_icon i {
	font-size: 43px;
}

.pinktrustpoint > h6,
.pinktrustpoint > p {
	font-size: 15px;
	color: #434343;
}

.pinktrustpoint > h6 {
	font-weight: bold;
	margin: 0;
}

h1,
h2 {
	color: #444;
}

.news-and-events-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 53.33px;
	/* line-clamp: 1; */
	/* text-overflow: ellipsis; */
}

/* -------------------- results page -------------------- */

.resultsContainer-row {
	width: 90%;
	margin: auto;
	/* margin: 175px auto auto; */
}

.results-header {
	width: 90%;
	margin: 30px auto;
}

/* .results-header .h1-sort-row {
	justify-content: space-between;
	align-items: flex-end;
} */

/* .results-header .h1-sort-row .sortby-column > label {
	display: none;
}

.results-header .h1-sort-row .sortby-column > select {
	width: 300px;
	border: 2px solid #28a29a !important;
	height: 55px !important;
	padding: 7px 30px !important;
	font-size: 22px !important;
	background: 0;
	color: #28a29a;
	font-weight: bold;
	border-radius: 3px;
} */

.results-header .h1-row > h1 {
	font-weight: normal;
	margin-bottom: 7px;
}

.results-containing h1 {
    font-size: 30px;
}

.results-header .p-row > p {
	font-size: 24px;
}

#filterPanel {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #d3d3d399;
	padding: 0px !important;
}

#resultsContainer, #skeletonResultsContainer {
	padding-right: 0;
	padding-left: 70px;
	/* margin-top: -52px; */
}

#filterPanel .container-shadow {
	box-shadow: none !important;
}

#resultsContainer > .resultpage > article {
	box-shadow: 0px 0px 12px 0px #d3d3d333;
}

.results-edit-container h2 {
	text-align: left !important;
}

#sortBy {
	border: 1px solid #28a29a;
	border-radius: 5px;
	color: #4ba89e;
	font-weight: bold;
	font-size: 17px;
	padding: 7px 20px !important;
	height: auto;
	background: none;
}

/* .deal--row .deal__thumb .carousel .carousel-item img {
	max-height: 350px;
} */

.deal__details {
	font-size: 14px !important;
	color: #474747 !important;
}

.deal__details > .container {
	margin: 0;
	max-width: 100%;
}

.deal__info .deal__details.row {
	margin-bottom: 8px !important;
}

/* .resultpage .deal__details {
	height: 100%;
} */

.deal__location {
	max-width: 100%;
	flex: 0 0 100%;
}

.deal__details .deal__location {
	margin-bottom: 13px;
}

.deal--row .deal__details .deal__location-accomm a {
	color: #474747 !important;
}

.deal--row .deal__details .deal__location-dest,
.deal__location-dest > .badge {
	color: #8c8c8c;
	font-size: 14px !important;
	font-weight: normal;
	/* margin-bottom: -10px; */
}

.deal--row .deal__details .deal__location .deal__location-rating {
	color: #f6694c;
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 14px;
	letter-spacing: 4.5px;
	display: inline-block;
}

.deal__location-guestrating {
	letter-spacing: 4.5px;
	font-size: 12px;
	display: inline-block;
}

.deal__location-guestrating .rating_count {
	letter-spacing: 0;
}

.deal__location-guestrating > i {
	color: #35dfa1;
}

.deal__info > .deal__details .badge {
	font-size: 15px;
	font-weight: normal;
	background: 0;
	color: #474747;
}

.deal--row .deal__details .deal__info {
	border: 0;
}

.deal__details .deal__info {
	padding-left: 7px;
}

.deal__details .badge-active-board-basis {
	background-color: #11b7ab !important;
	color: #fdfffe !important;
	padding: 4px 5px;
}

.deal__details span > i {
	font-size: 17px;
}

.deal__details > i {
	font-size: 17px;
}

/* .deal__details > i.fa-bed {
	padding-right: 3px;
}

.deal__details > i.fa-moon {
	padding-left: 4px;
	padding-right: 10px;
}

.deal__details > i.fa-calendar {
	padding: 0px 8px 0px 2px;
} */

.deal__details .alternative_dates_link {
	font-size: 15px;
	margin-left: 17px;
	color: #11b7ab;
	text-decoration: underline;
}

.holiday-details-price {
	color: #474747;
}

.holiday-details-price .price {
	color: #049a8e;
	font-size: 27px;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
}

.holiday-details-price .price-from-text {
	display: block;
	margin-top: 10px;
}

.holiday-details-price .per-person-text {
	display: inline-block;
	margin-left: 5px;
}

.row.result_button_row {
	margin-bottom: 16px;
	display: flex;
	align-items: flex-end;
}

.result_button_row a.btn {
	border-radius: 3px;
	padding: 15px 5px !important;
	font-size: 17px !important;
	margin-bottom: 0 !important;
	background: #0b9a8f;
}

span.filterCount,
div.filtersCheck {
	padding-left: 24px;
}

.search_checkboxes > .h4 {
	font-size: 21px;
	color: #494949;
	/* float:left; */
	display:inline-flex;
}

#destinationModal .modal-title,
#departureModal .modal-title,
#destinationModal .h5,
#departureModal .h4 {
    font-size: 18px;
}



/* set border radius on the results row */

.container-shadow {
	border-radius: 5px;
}

.deal__thumb .carousel .carousel-inner .carousel-item img {
	border-radius: 5px;
}

.results-edit-container {
	padding: 0 90px;
}

.results-edit-container > .container > .row h2 {
	color: #434343;
	font-size: 30px;
	margin: 20px 0 5px;
}

.resultsNote {
	color: #434343;
}

.resultsNote,
.resultsNote b > span {
	color: #434343 !important;
}

.hotelCount {
	font-weight: bold;
}

form#searchForm input[type="text"],
form#searchForm input[type="search"],
form#searchForm select {
	padding: 0 10px 0 40px;
}

.search__inner .search__param label {
	/* margin: 15px 0 5px; */
	color: #6b6b6b;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
}

form#searchForm input,
form#searchForm input::placeholder {
	color: #434343 !important;
	font-size: 17px !important;
}

#searchForm > .search__outer > div:first-child {
	height: auto !important;
	/* padding: 10px 0 0 0 !important; */
}

span.fa.overinput {
	color: #434343;
	left: 10px;
	float: none;
}

#searchFormBtn {
	margin: -24px 0 0 0 !important;
	padding: 18px 40px !important;
	background: #038178;
	border-radius: 5px;
}

div.searchform_field {
	margin: 0;
	padding-right: 0;
}

.trustpoint-container h2 {
	text-align: center !important;
}

#carouselExampleIndicators > div > div.carousel-item {
	min-height: 450px;
}

#filterPanel h3, #filterPanel .h3 {
	font-weight: normal;
	display: inline-block;
	margin: 0 24px 15px 24px;
}

.filters-collapse-button {
	margin-right: 24px;
	display: none;
}

#filterPanel h4 {
	display: inline-block;
}

#filterPanel .collapse-caret > button,
#filterPanel .filters-collapse-button > button {
	border: none;
	background: none;
	color: #038178;
	font-size: 24px;
}

#filterPanel .filter_button_row {
	margin: 0 auto;
	border-radius: 3px;
}

#filterPanel .togglePP,
#filterPanel .toggleTotal {
	font-size: 16px;
	height: auto;
}

#filterPanel .togglePP {
	background: #0b9a8f;
}

#filterPanel .checkbox {
	margin-right: 20px;
}

#filterPanel .search_checkboxes ul li label,
#filterPanel .search_checkboxes ul li {
	font-size: 16px;
}

#filterPanel ul li .fa-star {
	color: #f6694c;
}

#filterPanel > #checkBtn ~ i {
	margin-left: 25px;
}

label[for="checkBtn"],
#filterPanel > #checkBtn ~ i {
	display: none;
}

/* ----- DATE PICKER ----- */

.jQueryDatepicker_table_td {
	color: #0b9a8d;
	font-size: 20px;
}

/* ----- ROOMS MODAL ----- */
#RoomsModal .room {
	border: 0;
}

#RoomsModal h5 {
	color: #555;
	font-size: 20px;
	margin-bottom: 15px;
}

.form-group {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.room > .form-group:nth-of-type(1),
.room > .form-group:nth-of-type(2) {
	border-bottom: 1px solid #0b9a8d;
}

.room > .form-group > .form-group-label > label {
	color: #0b9a8d !important;
	font-weight: bold;
	font-size: 17px;
}

#RoomsModal .room .form-group > .form-group-quantity > button {
	border: 0;
	border-radius: 100%;
	background: #6bc2bc;
	color: #fff;
	font-size: 20px;
	height: 22px;
	width: 22px;
	vertical-align: 0;
}

#RoomsModal .room .form-group > .form-group-quantity > input {
	border: 0;
	font-size: 20px;
}

#RoomsModal .room span.information > i {
	margin-right: 10px;
}

#RoomsModal #addRoomBtn {
	/* background: none; */
	border: 2px solid #0b9a8f;
	border-radius: 5px;
	color: #0b9a8f;
	font-size: 16px;
	padding: 12px 20px;
}
#RoomsModal #addRoomBtn:hover {
	color: #fff;
	background-color: #0b9a8f;
}

#exampleModalLabel {
	color: #0b9a8d;
	font-size: 20px;
	margin: 15px 0 0 15px;
}

.modal-footer > .btn {
	border-radius: 5px;
	margin: 0 0 20px 0;
}

/* ----- FOOTER ----- */

footer .logo > img {
	margin-left: 0 !important;
}

/* ----- EXTRAS PAGE ----- */

.top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Noel - Few changes to this so that it works with checkmarks etc. */

.numbers .number {
	width: 42px; /* Fixed width for perfect circles */
	height: 42px; /* Match height to width */
	background: #7bc5bf;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}

/* Active number styles */
.numbers .number-active {
	background: #0b9a8f;
}

/* Page progress styles */
.numbers .page-progress {
	color: #08998e;
	font-weight: bold;
	margin: auto 25px auto 5px;
	min-width: 95px;
	display: none;
}

/* FontAwesome icon adjustment */
.numbers .number i {
	font-size: 20px; /* Scale icon appropriately */
	line-height: 0; /* Avoid line-height issues */
}

#booking-indicator div.active .page-progress {
	display: flex;
}

.content__hotel-price > .header-font > .holiday-details-title {
	margin-bottom: 10px;
}

.content__hotel-price > .header-font > .h3-title > i {
	color: #049a8f;
	font-size: 20px;
	margin-right: 5px;
}

.content__hotel-price > .header-font > .h3-title > h3 {
	display: inline-block;
	color: #049a8f;
	font-size: 22px;
}

.holiday-details > span > i {
	margin-right: 20px;
	width: 20px;
}

.content__hotel-details > .base-price {
	color: #049a8f;
	font-weight: bold;
}

.holiday-details > .price {
	color: #0b9a8f;
	font-weight: bold;
	font-size: 24px;
}

/* .holiday-details > .fullPrice {
	border-left: 1px solid #049a8f;
	padding-left: 20px;
	margin-left: 20px;
} */

.price-border {
	border-left: 1px solid #0b9a8f !important;
	height: 25px !important;
}

.prices-row {
	align-items: baseline;
}

.holiday-prices {
	margin: 20px 0;
}

.continue-button > #continuetoguests {
	width: 100%;
	/* padding: 8px; */
	border-radius: 5px;
	font-size: 16px;
	background: #0b9a8f;
}

/* ----- Hotel Article Page ----- */

.custom-container {
	max-width: 2000px;
	width: 90%;
	padding: 0;
}

.content--hotel .summary_panel > .continue-btn {
	background: #079b8f;
}

section.content--hotel button {
	border-radius: 2px;
	/* border: 1px solid #038178; */
	font-size: 16px !important;
}

/* .content--hotel .hotel-content-info-row {
	padding: 30px !important;
} */

.hotel-content-info-row button {
	width: 100% !important;
	/* max-width: 700px !important;
	min-width: 350px !important; */
}

.about-hotel-row {
	padding: 20px !important;
}

.hotel-description-text > #readMore {
	display: none;
}

.hotel-description-text {
	font-size: 17px;
	line-height: 1.8;
}

.hotel-description-text #readMoreSpan,
.hotel-description-text #readLessSpan {
	cursor: pointer;
	text-decoration: underline;
}

section.content--hotel button.btn-tertiary,
section.content--hotel button.btn-primary,
section.content--hotel button.btn-secondary {
	padding: 15px 30px;
	/* background: #079b8f; */
	/* min-width: 240px; */
	height: 55px;
}

.btn-tertiary {
	border-radius: 3px;
	border: 2px solid #038178 !important;
	background: #fff !important;
}

.btn-tertiary:hover {
	color: #fff;
	background: #038178 !important;
}

.holiday-deets {
	margin-top: 0px;
}

.back-to-search {
	padding: 0;
}

.back-to-search > a {
	color: #14b5ab;
	font-size: 18px;
}

.hotel-title-row > div > h1 {
	font-weight: normal;
}

.hotel-title-row h2 {
	font-size: 25px;
}

.content__hotel-rating > i {
	font-size: 15px;
	color: #f6694c;
}

.content__hotel-thumb-wrap {
	background: #fff;
	border-radius: 20px 20px 0px 0px;
}

.content__hotel-thumb-wrap > span > #holidayCarousel > a {
	background: 0;
	padding: 0;
}

.content__hotel-thumb-wrap > span > #holidayCarousel > a > i {
	color: #fff;
	font-size: 35px;
}

.holiday-details-content {
	background: #fff;
}

.holiday-details-content-main-top {
	margin-top: 40px;
}

.holiday-details-content > h2 {
	font-size: 26px;
}

.holiday-details-content > div > p,
.holiday-details-content > div > span,
.pp-container,
.total-container {
	font-size: 20px;
}

.holiday-details-content > div > p > span {
	margin-right: 30px;
}

.priceFrom {
	margin-bottom: 0;
}

/* .fullPrice {
	border-left: 1px solid #2b9b8e;
	margin-left: 20px;
	padding-left: 20px;
} */

.ppPrice,
.fullPrice {
	font-size: 30px !important;
	color: #2b9b8e;
	font-weight: bold;
	line-height: 1;
}

.summary_panel {
	border: 0;
}

.holiday-details-content button {
	float: right;
	background: #079b8f;
	border: 0;
	border-radius: 2px;
	padding: 15px 50px;
	width: 240px;
	height: 55px;
	margin-top: 10px !important;
}

.holiday-details-content button > a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

/* .holiday-details-content span {
	font-size: 20px;
} */

#myTabs > li > a {
	font-weight: bold;
}

#myTabs > li > i {
	margin-right: 10px;
}

#myTabs > li > a {
	/* color: #2b9b8e !important; */
	font-size: 23px;
}

#myTabs > li > a.active {
	color: #2b9b8e !important;
}

.content--hotel .tab-content > #description a {
	font-size: 17px;
	background: #079b8f;
	border-radius: 2px;
	padding: 15px 90px;
}

.holiday-details-container > h2,
.content--hotel .rooms-container > h2,
.content--hotel .board-basis-container > h2,
.abtatol-container > h2 {
	font-size: 24px;
	color: #2b9b8e;
	font-weight: bold;
}

.holiday-details-container > h2 > i,
.content--hotel .rooms-container > h2 > i,
.content--hotel .board-basis-container > h2 > i,
.abtatol-container > h2 > i {
	font-weight: normal;
	margin-right: 10px;
}

.abtatol-container > p {
	font-size: 20px;
}

#mealbasisoption > .mealBasis > h5 {
	font-size: 20px;
	color: #444;
}

.content__hotel-subtitle {
	font-size: 17px !important;
}

.content.content--hotel .content__hotel-room li span,
.content.content--hotel .content__hotel-room li span > span {
	font-size: 20px !important;
}

.holiday-details-right {
	margin: 10px 0;
}

#flightRow1487 i {
	margin-right: 10px;
	font-size: 20px;
}

#flightRow1487 strong {
	font-size: 20px;
}

.summary_panel h2 {
	font-size: 25px;
}
/* 
.holiday-deets-container {
	max-width: 490px;
} */

.holiday-details-right .pp-container,
.holiday-details-right .total-container {
	display: inline-block;
}

.deal--row .deal__thumb .carousel-control-prev,
.deal--row .deal__thumb .carousel-control-next {
	background: 0;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 15px;
	top: auto;
	margin: 0;
}

.deal--row .deal__thumb .carousel-control-next {
	right: 5px;
}

.deal--row .deal__thumb .carousel-control-prev > .carousel-control-prev-icon,
.deal--row .deal__thumb .carousel-control-next > .carousel-control-next-icon {
	background: 0 !important;
}

.deal--row
	.deal__thumb
	.carousel-control-prev
	> .carousel-control-prev-icon
	> i,
.deal--row
	.deal__thumb
	.carousel-control-next
	> .carousel-control-next-icon
	> i {
	color: #fff;
	font-size: 30px;
}

.deal--row .deal__thumb .carousel-control-prev {
	left: auto;
	right: 25px;
}

/* ----- BOOKING PAGE ----- */

#hotel-details > .content__hotel-price {
	font-size: 17px;
}

section.content.bookForm h2 {
	font-size: 26px;
}

#check-details-confirm {
	font-size: 17px;
}

#check-details-confirm .confirm-booking-icon,
#payment-options-container .payment-options-icon {
	color: #049a8f;
	font-size: 26px;
	margin-right: 2rem;
}

#check-details-confirm .price-border {
	border-left: 2px solid #049a8f;
	height: 40px;
	margin: 0 50px;
}

#check-details-confirm .promo-input-container > .promo-input {
	height: 40px;
	margin: 0;
}
#check-details-confirm .promo-input-container > .apply-promo-btn {
	height: 40px;
	line-height: normal;
	padding: 0px 15px;
	margin-left: 15px;
	width: 250px;
	font-size: 16px;
}

#check-details-confirm .special-requests > textarea,
#check-details-confirm .promo-input-container > .promo-input {
	border: 1px solid #444 !important;
	border-radius: 3px !important;
}

/* .payment-options-card {
	width: 300px;
} */

.payment-options-card h5 {
	font-size: 20px;
	font-weight: bold;
}

.payment-options-card .btn {
	font-size: 14px;
	padding: 10px;
	width: 100%;
	justify-content: center;
}

.payment-options-card .pay-today-text {
	font-size: 17px;
}

.payment-options-card .payment-light-text {
	font-size: 13px;
}

.payment-options-card .full-payment-text {
	margin-bottom: 55px !important;
}

.confirm-booking-flight-details .inbound-details h3,
.confirm-booking-flight-details .outbound-details h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #434343;
}

.confirm-booking-flight-details .inbound-details i,
.confirm-booking-flight-details .outbound-details i {
	margin-right: 7px;
}

/* .extras-list-container .extra-item .extra-description {
	width: 450px;
}

.extras-list-container .extra-item .extra-quantity {
	margin-right: 135px;
} */

.excursionResult .excursion-type.h3 {
	color: #434343;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 5px;
}

.excursionResult select.form-control {
	font-size: 14px;
}

/* ----- BOOKING CONFIRMED PAGE ----- */
.congrats-row .congrats-col {
	text-align: center;
}

.booking-confirmed-section h1 {
	font-weight: 600;
	font-size: 26px;
}

.holiday-details-booked .booked-detail > span > i {
	margin-right: 20px;
}

.booking-confirmed-section .carousel-row {
	width: 80%;
	margin: 0 auto;
}

.booking-confirmed-carousel img {
	width: 100%;
	/* max-width: 1288px; */
	height: 509px;
	object-fit: cover;
	border-radius: 5px;
}

.booking-confirmed-section .btn {
	font-size: 15px;
}

.carousel-indicators li {
	background-clip: content-box;
	border-top: 0;
	border-bottom: 0;
}

.carousel-indicators li img {
	border-radius: 5px;
	height: 70px;
}

/* .single-hotel-result-container {
    margin-top: -60px;
} */

.flight-info-container-baggage > p:not(:last-child) {
    margin-bottom: 0;
}

#hotel-details #rightPanel2 a.btn {
	margin: 10px auto;
    display: block;
    width: fit-content;
}

.flight-info-container .flight-logo>img {
	max-width: 100px;
}

.logos-container-mobile {
	display: none;
}

#selectCalendar .btn#reset {
    margin-left: 10px;
}

.summarytop-btn > button {
	max-width: fit-content;
}

.header-container {
	text-align: center;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
    display: none; width : 0; height: 0; 
    }
input[type="search"]::-ms-reveal {
    display: none; width : 0; height: 0; 
    }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

#manageMyBooking .booking-ref-no {
	font-size: 24px;
	font-weight: bold;
}

#manageMyBooking .booking-ref-no > span{
	font-size: 15px;
	font-weight: normal;
	display: block;
}

#manageMyBooking .summary-heading {
	font-size: 22px;
	font-weight: bold;
}

#manageMyBooking h6.summary-heading {
	font-size: 18px;
}

#manageMyBooking .badge {
	background-color: #3ab6ab;
	color: #fff;
	padding: 10px;
	font-size: 12px;
}

#manageMyBooking p {
	margin-bottom: 5px;
}

#manageMyBooking h4 {
    font-size: 16px;
    font-weight: bold;
	color: #444;
}

#manageMyBooking #pricingSummary h4 {
    font-size: 20px;
}

#manageMyBooking #pricingSummary h5 {
    font-size: 15px;
}

#manageMyBooking #flightBar .bar li > div {
    margin-left: 20px;
}

#manageMyBooking #flightBar li {
    margin-bottom: 8px;
}

#manageMyBooking #flightBar .bar li > div {
    margin-left: 20px;
}

#manageMyBooking .bar>li:before {
	position: absolute;
    margin-left: 2px;
	top: 20%;
}

#manageMyBooking #flightBar .badge {
    height: 25px;
	width: 74px;
    padding: 6px;
    margin: 0px 0 0 25px;
}

#manageMyBooking .bar > li.nodot:before {
    content: '';
    margin-right: 0px;
    font-size: 0px;
    position: relative;
    z-index: 0;
}

#manageMyBooking .carrierInfo {
    float: right;
    width: 80px;
    font-size: 15px;
	margin-bottom: 0;
}

#manageMyBooking h2 {
    font-size: 24px;
	font-weight: bold;
}

#manageMyBooking .green-title {
	color: #049a8f;
}

#manageMyBooking .fullPrice {
	font-size: 24px !important;
}

#manageMyBooking .flight-container {
	border-bottom: 4px dotted #ccc; 
}

#manageMyBooking .flight-container:last-of-type {
	border: none; 
}

.smallBold {
    font-weight: bold;
    font-size: 15px !important;
}

.fw-bold {
	font-weight: bold;
}

.flightLogo > img {
	margin-top: -30px;
}

#seatModal h5#exampleModalLabel {
	margin: 0;
	font-size: 22px;
}

.destination-grid-container .destination-bg {
	border-radius: 5px;
}

#weather-container {
	border-radius: 5px;
}

#loadingText {
	text-align: center;
}

#DF_results_module .offers-carousel {
    height: 270px !important;
}

#DF_results_module .carousel-container ~ .deal__details > div:first-of-type {
    height: 305px !important;
}

#DF_results_module .deal__price.showPricePP {
	font-size: 17px;
	color: #8c8c8c;
}

#DF_results_module .deal__location-dest > .badge {
    padding-left: 3px;
}

#DF_results_module .deal__location-accomm a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-roombasis {
    margin: 5px 0;
}

#toggleFiltersBtn {
	border: 2px solid #079b8f !important;
    border-radius: .25rem;
    background-color: transparent;
    color: #079b8f;
    font-weight: bold;
    width: 170px;
    margin: 0 0 10px -15px;
    padding: 7px;
}

#profile {
	padding: 7px;
	height: auto;
	text-align: center;
	font-size: 15px;
}

.userProfile.loggedIn .card > a > img {
	object-fit: cover;
    height: 200px;
}

.accom-image img {
	max-height: 250px;
}

.accom-image-mobile {
	display: none !important;
}

#hotel_options .room-wrapper {
	border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 15px;
	margin-bottom: 10px;
}

.green-selected-border {
	border: 3px solid #079B8F !important;
	border-radius: 20px !important;
    padding: 0 15px !important;
	margin-bottom: 10px !important;
}

.btn.btn-secondary.room_note {
	/* padding: 10px 20px !important;*/
	height: 55px;
    min-width: 120px;
    padding: 15px 0px !important;
}

#filterPanel .region-checkboxes.search_checkboxes {
    max-height: 340px;
    overflow-y: scroll;
}

/* ----- MEDIA QUERIES ----- */
@media screen and (max-width: 1612px) {
	.holiday-details-right .pp-container,
	.holiday-details-right .total-container {
		display: block;
	}

	/* .holiday-details-right .total-container .fullPrice {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	} */
}

/* @media screen and (max-width: 1500px) {
	.filters-collapse-button {
		display: inline-block;
	}

	label[for="checkBtn"],
	#filterPanel > #checkBtn ~ i {
		display: inline-block;
	}

	.filters {
		display: none;
	}

	#checkBtn:checked ~ .filters {
		display: block;
	}

	.resultsContainer-row > .row {
		flex-direction: column;
	}

	#resultsContainer {
		padding-left: 0;
		min-width: 100%;
	}

	#filterPanel {
		margin-bottom: 25px;
		min-width: 100%;
	}

	.resultsContainer-row > .row {
		display: flex !important;
		flex-direction: column !important;
	}
} */

@media screen and (max-width: 1440px) {
	#hotel-details .holiday-prices.price {
		display: inline-block;
	}

	/* #hotel-details .holiday-prices > .fullPrice {
		margin-left: 0;
		padding-left: 0;
		border: 0;
	} */

	#hotel-details .holiday-prices > .fullPrice:before {
		content: "\a";
		white-space: pre;
	}
}

@media screen and (max-width: 1400px) {
	#filterPanel h3, #filterPanel .h3 {
		margin-left: 13px;
		margin-right: 13px;
	}
}

@media screen and (max-width: 1340px) {
	.holiday-details-content button {
		/* float: none; */
		display: block;
		margin-top: 20px;
	}
	.holiday-details-content .holiday-details-container .row button::before {
		content: "\A";
		white-space: pre;
	}

	.holiday-details-bottom button {
		min-width: fit-content !important;
	}

	#manageMyBooking,
	#manageMyBooking > div {
		margin: 0 auto !important;
	}
}

@media (min-width: 1201px) and (max-width: 1300px) {
	#filterPanel .checkbox {
		margin-right: 8px;
	}

	#filterPanel h3, #filterPanel .h3 {
		margin-left: 8px;
		margin-right: 8px;
		font-size: 24px;
	}

	#filterPanel .search_checkboxes {
		padding: 1rem !important;
	}
}

@media screen and (max-width: 1247px) {
	.holiday-prices.price {
		display: inline-block;
	}

	/* .holiday-prices > .fullPrice {
		margin-left: 0;
		padding-left: 0;
		border: 0;
	} */

	#masterprice .price-border {
		display: none !important;
	}

	.holiday-prices > .fullPrice:before {
		content: "\a";
		white-space: pre;
	}
}

@media screen and (max-width: 1200px) {
	.filters-collapse-button {
		display: inline-block;
	}

	label[for="checkBtn"],
	#filterPanel > #checkBtn ~ i {
		display: inline-block;
	}

	.filters {
		display: none;
	}

	#checkBtn:checked ~ .filters {
		display: block;
	}

	.resultsContainer-row > .row {
		flex-direction: column;
	}

	#resultsContainer, #skeletonResultsContainer {
		padding-left: 0;
		min-width: 100%;
	}

	#filterPanel {
		margin-bottom: 25px;
		min-width: 100%;
	}

	.resultsContainer-row > .row {
		display: flex !important;
		flex-direction: column !important;
	}

	.results-header > .h1-row > h1 {
		font-size: 35px;
	}

	.results-header > .p-row > p {
		font-size: 22px;
	}

	#filterPanel h3, #filterPanel .h3 {
		font-size: 24px;
	}

	div.container-xl {
		width: 100%;
	}

	.search__inner {
		margin: 0;
	}
}

@media screen and (max-width: 1140px) {
	.header_nav_icons i {
		font-size: 22px !important;
		margin-bottom: 15px;
		height: 20px !important;
	}
}

@media screen and (min-width: 992px) {
	.submenu.level-1 .menu-toggle::after {
		/* public_html/:704 */
        right: -15px !important;
    }

	.dropdown-container,
	.dropdown-container .submenu.level-1 {
        width: 230px !important;
    }

	.destinations-submenu.submenu {
		max-height: 432px;
		overflow: auto;
	}
}

@media screen and (max-width: 991px) {
	header #header_abta_atol img {
		margin-right: 0;
	}

	#nav_contact > a {
		padding-left: 10px;
	}

	.header_nav_icons > a b {
		font-size: 13px;
	}

	#mod-custom120 > .head_space {
		height: 62px;
	}

	#searchForm > .search__outer > div:first-child {
		/* height: auto !important; */
		padding: 0 !important;
	}

	div.searchform_field.border_right {
		border: 0;
	}

	.showhide_search_form:first-of-type {
		height: 90px !important;
	}

	.showhide_search_form .searchform_field {
		border-bottom: 1px solid #ccc !important;
	}

	div#search_white > .container-xl {
		width: 85%;
		padding: 0;
	}

	.select-holiday-type-tabs-container {
		justify-content: center;
	}

	.select-holiday-type-tabs {
		width: fit-content;
	}

	.logos-container-mobile {
		display: flex;
		justify-content: center;
		background: #3ab6ab;
		padding: 5px 0;
	}

	/* FORM */

	.search__inner .search__param label {
		margin: 15px 0 5px;
		color: #333;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.search__outer,
	.search__inner {
		justify-content: center;
        max-width: 500px;
        margin: 0 auto 20px auto;
	}

	form#searchForm input[type="text"],
	form#searchForm input[type="search"],
	form#searchForm select {
		height: 40px;
		border: 0 !important;
		padding: 0 10px;
	}

	#searchbuttoncontainer > .searchBtn {
		float: none !important;
		text-align: center !important;
	}

	span.fa.overinput {
		top: -29px;
		float: right;
		right: 5px;
        left: 0;
	}
	#destairView ~ span {
        left: -6px;
	}
	#depairView ~ span {
        left: -3px;
	}
	#showDates ~ span {
        left: -6px;
	}

	ul.header_menu {
		float: none;
	}

	.navbar > .container-xl .nav-item.item-161 {
		margin-top: 30px;
		margin-bottom: -25px;
	}

	.nav-item.item-161::before {
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		content: "\f145";
		margin-right: 5px;
	}

	.nav-item.item-169::before {
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		content: "\f007";
		margin-right: 5px;
	}

	.nav-item.item-161,
	.nav-item.item-169 {
		display: list-item;
	}

	.nav-item.item-161 > a,
	.nav-item.item-169 > a {
		font-size: 16px;
	}

	.holiday-details-content-main-top {
		margin-top: 0;
	}

	.holiday-details-content button {
		width: auto !important;
		float: right;
		margin-top: 15px;
	}

	#hotel-details #booking-indicator {
		margin-right: auto;
	}

	#hotel-details .continue-button > #continuetoguests {
		max-width: 200px;
	}

	#CarHireRows .add-button,
	#ExcursionsRows .add-button {
		width: auto !important;
		padding: 15px 40px !important;
	}

	.booking-confirmed-carousel img {
		height: 450px;
	}

	.destinations-submenu {
		top: 0 !important;
	}

	.destinations-submenu > .subList {
		float: none !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 777px) {
	header > div.container-fluid {
		width: 100%;
	}
}

/* on screens larger than 770 don't exceed 350px */
@media screen and (min-width: 770px) {
	.hotel-content-info-row .rooms-picker button {
		max-width: 350px !important;
	}
}

@media screen and (max-width: 767px) {
	#nav_burger_menu {
		margin: 0 !important;
	}

	.showhide_search_form > h3 {
		font-size: 23px !important;
	}

	.showhide_search_form > .btn.btn-primary {
		font-size: 15px;
		padding: 10px 20px;
		width: 25%;
		max-height: 46.5px;
	}

	/* .deal__thumb {
		border-radius: 5px;
	}
 */
	.deal--row .deal__thumb .carousel .carousel-item img {
		min-height: 350px;
	}

	/* section.content.bookForm {
		padding-top: 55px;
	} */

	.back-and-numbers-row {
		margin-top: 50px;
		flex-direction: column;
	}

	.back-and-numbers-row .booking-indicators-container {
		padding: 0 !important;
		margin: 0 auto;
		max-width: 100% !important;
	}

	.footer-mobile-column {
		flex-direction: column;
	}

	.booking-confirmed-carousel img {
		height: 450px;
	}

	#filterPanel {
		margin-top: 15px;
	}

	.hotel-title-row h1 {
		font-size: 25px;
	}

	.hotel-title-row h2 {
		font-size: 20px;
	}

	/* #seat-map.seatCharts-container {
		margin: 0 auto !important;
	} */

	#seatModal .booking-details h5 {
		margin-top: 10px;
	}

	.accom-image img {
		display: none;
	}
	
	.accom-image-mobile {
		display: block !important;
	}

	.accom-image-mobile img {
		width: 50%;
		min-width: 275px;
	}

	#searchForm .search__outer {
		padding: 0;
	}

	#searchForm .search__outer,
	#searchForm .search__inner {
		max-width: 1000px;
	}

	div#search_white > .container-xl {
        width: 100%;
    }

	.results-containing h1 {
		font-size: 20px;
	}

	.results-containing .h1-row p {
		font-size: 11px;
	}

	.sortAndFilterMobileRow #sortByCol,
	.sortAndFilterMobileRow #filtersCol {
		padding: 0;
	}

	.sortAndFilterMobileRow #sortByCol p,
	.sortAndFilterMobileRow #filtersCol p,
	#changeSearch {
		font-size: 13px;
	}

	#profile,
	#toggleFiltersBtn {
		font-size: 13px;
		width: 140px !important;
	}

	#changeSearch,
	#resetFiltersBtn {
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	#results .deal__thumb .carousel .carousel-inner .carousel-item img {
		border-radius: 0 !important;
	}

	#destinationModal,
	#departureModal,
	#datesModal,
	#RoomsModal,
	#seatModal {
		padding: 0;
	}

	#destinationModal .modal-dialog,
	#departureModal .modal-dialog,
	#datesModal .modal-dialog,
	#RoomsModal .modal-dialog,
	#seatModal .modal-dialog {
		margin: 0;
	}

	#destinationModal .modal-dialog .modal-content,
	#departureModal .modal-dialog .modal-content,
	#datesModal .modal-dialog .modal-content,
	#RoomsModal .modal-dialog .modal-content,
	#seatModal .modal-dialog .modal-content {
		height: 100vh;
	}

	#destinationModal .modal-dialog .modal-content .modal-body,
	#departureModal .modal-dialog .modal-content .modal-body,
	#datesModal .modal-dialog .modal-content .modal-body,
	#RoomsModal .modal-dialog .modal-content .modal-body,
	#seatModal .modal-dialog .modal-content .modal-body {
		max-height: 100vh;
	}

	#seat-map {
		border-bottom: 1px solid #434343;
	}

	.room-board-container {
		padding-right: 0 !important;
	}

	/* .room-price-from-container {
		padding: 0 10px 0 0 !important;
	} */

	.room-price-from-container .room_note {
		margin: 0 !important;
	}

	.btn.btn-secondary.room_note {
		padding: 10px 30px;
	}
}

@media screen and (max-width: 604px) {
	.top-row {
		display: flex;
		flex-direction: column;
	}

	.top-row > a {
		align-self: flex-start;
	}

	.top-row > .numbers {
		margin-top: 10px;
	}

	#check-details-confirm .holiday-details {
		display: block !important;
	}

	/* #check-details-confirm .holiday-details .price-border {
		display: none;
	} */

	#check-details-confirm .holiday-details .full-holiday-price {
		margin-top: 10px;
	}
	#check-details-confirm .enter-promo .apply-promo-btn {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.holiday-details #masterprice {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 575px) {
	.booking-confirmed-carousel img {
		height: 350px;
	}

	.booking-details-left {
		margin-right: 10px !important;
	}

	.booking-details-right {
		margin-left: 10px !important;
	}

	#manageMyBooking {
		padding: 10px 5px;
	}

	#toggleFiltersBtn {
		margin-left: 0px;
	}
}

@media screen and (max-width: 533px) {
	.showhide_search_form > .btn.btn-primary {
		width: 50%;
	}

	.baggageRow > .d-flex,
	.carHireRow > .d-flex,
	.excursionsRow > .d-flex,
	.SportsRow > .d-flex,
	.seatsRow > .d-flex,
	.airportParkingRow > .d-flex,
	.excursionResult .date-btn-container,
	.summaryBottomRow > .d-flex,
	#mobileToolBar {
		flex-direction: column !important;
	}

	.baggageRow .add-btn,
	.carHireRow .add-btn,
	.excursionsRow .add-btn,
	.SportsRow .add-btn,
	.seatsRow .add-btn,
	.airportParkingRow .add-btn,
	.excursionResult .add-button,
	.summaryBottomRow .continue-btn,
	.carHireResult .add-button,
	#mobileToolBar .mobileToolbar-btn,
	.baggageRow .main-extra-icon,
	.carHireRow .main-extra-icon,
	.excursionsRow .main-extra-icon,
	.SportsRow .main-extra-icon,
	.baggageRow p,
	.carHireRow p,
	.excursionsRow p,
	.SportsRow p {
		margin: 10px auto !important;
	}

	#summarybottom .price-border {
		display: none !important;
	}

	#summarybottom .prices-row {
		display: block !important;
	}

	#mobileToolBar .content__hotel-total {
		margin: 10px auto !important;
		padding: 0 !important;
	}

	#mobileToolBar .content__hotel-book {
		margin: 10px auto !important;
		padding: 0 !important;
	}

	.insideExtra h6.extraItem {
		font-size: 20px !important;
	}

	.insideExtra .car-image-container,
	.insideExtra .excursion-image-container {
		text-align: center;
	}

	.car-title-row .car-type {
		text-align: center;
		margin-bottom: -10px !important;
	}

	.carHireResult.insideExtra {
		margin-bottom: 5px !important;
	}

	.car-desc-row .car-desc,
	.excursion-title > p,
	.excursion-type.select-a-date {
		text-align: center;
	}

	.carHireIcons {
		flex-direction: column !important;
	}

	.carHireIcons > .flex-row {
		padding: 0 !important;
	}

	.excursionsRow .select-a-date {
		margin: 0 !important;
	}

	.footer-info {
		flex-direction: column;
	}

	.holiday-details-booked {
		display: block;
		margin: 0 auto;
		width: fit-content;
	}

	.booking-details-left,
	.booking-details-right {
		margin: 0 !important;
	}

	.holiday-prices.price {
		display: inline-block;
	}

	#summarytop.prices-row .price-border {
		display: none !important;
	}

	#summarytop.prices-row .prices-row {
		display: block !important;
	}

	#summarytop.prices-row .prices-row .ppPrice,
	#summarytop.prices-row .prices-row .priceAfter {
		margin-bottom: 10px;
	}

	#summarytop.prices-row #full_total_price::before {
		content:"";
	}

	.summarytop-btn {
		margin-top: 30px !important;
	}

	.footer-info .col {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	div.filter_button_row {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 500px) {
	.calendar-footer {
		height: fit-content !important;
	}
}

@media screen and (max-width: 474px) {
	.carousel-caption:nth-of-type(1) {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 40px;
	}

	.carousel-caption:nth-of-type(2),
	.carousel-caption:nth-of-type(3) {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 70px;
	}

	.holiday-details-content > .row > .col:first-of-type,
	.title-info h2 {
		padding-left: 0;
	}
	.holiday-details-content > .row > .col:nth-of-type(2) {
		padding-right: 0;
	}

	/* .holiday-details-content .fullPrice {
		border: 0;
		margin-left: 0;
		padding-left: 0;
	} */

	#confirmprice .price-border {
		display: none !important;
	}

	#confirmprice .prices-row {
		display: block !important;
	}

	.holiday-details-content .fullPrice::before {
		content: "\A";
		white-space: pre;
	}

	.holiday-details-content.holiday-details-right .fullPrice::before {
		content: "";
	}

	.baggageRow .insideExtra div,
	.carHireRow .insideExtra div,
	.SportsRow .insideExtra div {
		padding: 0 !important;
	}

	.insideExtra .inline-group .btn-outline-secondary {
		width: 23px !important;
		height: 23px !important;
	}

	.input-group .form-control.quantity {
		margin-top: -3px !important;
	}

	.excursionResult .select-date-col,
	.excursionResult .add-btn-col {
		min-width: 85%;
	}

	/* .about-hotel-row #myTabs {
		display: block;
	}

	.about-hotel-row #myTabs a {
		border: none;
	} */
}

@media screen and (max-width: 430px) {
	.results-header > .h1-row {
		display: block;
	}

	.results-header > .h1-row > h1 {
		font-size: 30px;
		text-align: center;
	}
	.results-header > .p-row > p {
		font-size: 19px;
		text-align: center;
	}

	#myTabs > li > a {
		font-size: 18px;
	}
}

@media screen and (max-width: 421px) {
	.showhide_search_form > h3 {
		font-size: 20px !important;
	}

	.showhide_search_form > .btn.btn-primary {
		font-size: 13px;
	}

	#selectCalendar .btn#reset {
		margin-left: 0px;
	}

	#selectCalendar > div {
		flex-direction: column;
		margin: 0 auto;
	}

	#selectCalendar .btn.call_to_action {
		max-height: 60px;
	}

	#selectCalendar {
		align-items: center;
	}

	#month, #year {
		min-width: 0 !important;
		width: auto !important;
	}

	.summarytop-btn > button {
		padding: 15px !important;
	}

	#seatModal .modal-body {
		padding: 0;
	}

	#seatModal .modal-header {
		padding-left: 0;
	}
}

@media screen and (max-width: 389px) {
	.top-row > .numbers {
		width: 124%;
		margin-left: 23px;
	}

	#filterPanel h3, #filterPanel .h3 {
		margin-left: 5px;
	}

	.filters-collapse-button {
		margin-right: 5px;
	}

	.extras-list-container > .extra-item > .extra-quantity,
	.select-holiday-type-tabs-container > .select-holiday-type-tabs,
	#seatModal .seats-container {
		padding: 0 !important;
	}

	#seatModal .seats-container p {
		padding-left: 15px;
	}

	.accom-image-mobile img {
		width: 100%;
		min-width: 250px;
	}
}

/* 
div.search__inner {
	background: #fff;
} */

/* #results {
    width: 85%;
} */

/* #results .container-fluid > div {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-around;
} */

/* Hiding and showing the sub-menu */
/* ul.mod-menu__sub {
    display: none;
}

li.nav-item.item-111:hover ul.mod-menu__sub {
    display: block;
} */
