@font-face {
    font-family: 'nexalight';
    src: url('../fonts/nexa-light-webfont.woff2') format('woff2'),
         url('../fonts/nexa-light-webfont.woff') format('woff'),
         url('../fonts/nexa-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexabold';
    src: url('../fonts/nexa-bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa-bold-webfont.woff') format('woff'),
         url('../fonts/nexa-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
  --main-color: rgba(241,127,27, 1);		/* cocktail orange #f17f1b */
  --main-color-light: rgba(241,127,27, .3); /* cocktail light orange #f9d2b4 */
  --main-color-dark: rgba(210,106,13, 1);	/* cocktail dark orange #d26a0d */

  --secondary-color: rgba(96,96,96, 1);		/* cocktail dark gray #606060 */
}
body.vola-theme {
  --main-color: rgba(39,92,189, 1);			/* vola blue #275cbd*/
  --main-color-light: rgba(39,92,189, .3);	/* vola light blue #275cbd*/
  --main-color-dark: rgba(29,68,141, 1);	/* vola dark blue #1d448d*/
}
body {
	font-family: 'nexalight';
	color: var(--secondary-color);
	background-color: #fff;
}

body.menu-main-layout-2 .wrapper {
	padding-top: 70px;
} 
body.acq-sidebar-open,
body.main-menu-wrapper-open{
	overflow-y: hidden;
}
body.no-scrolling {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.body-backdrop {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.35);
	transition: all .25s ease;
	opacity: 0;
}
.open-body-backdrop .body-backdrop {
	z-index: 9999;
	opacity: 1;
}

/* utilities */
.container {
	width: 100%;
	max-width: 1220px;
}
.ptb20 {padding-top: 20px; padding-bottom: 20px;}
.ptb30 {padding-top: 30px; padding-bottom: 30px;}
.pt-0  {padding-top: 0 !important;}
.pr-0  {padding-right: 0 !important;}
.pb-0  {padding-bottom: 0 !important;}
.pl-0  {padding-left: 0 !important;}
.ptb-0 {padding-top: 0 !important; padding-bottom: 0 !important;}
.mt-0  {margin-top: 0 !important;}
.mr-0  {margin-right: 0 !important;}
.mb-0  {margin-bottom: 0 !important;}
.ml-0  {margin-left: 0 !important;}
.mtb-0 {margin-top: 0 !important; margin-bottom: 0 !important;}

.fs-50 {font-size: 50px;}

.spacer5  {height: 5px;}
.spacer10 {height: 10px;}
.spacer15 {height: 15px;}
.spacer20 {height: 20px;}
.spacer25 {height: 25px;}
.spacer30 {height: 30px;}
.spacer35 {height: 35px;}
.spacer40 {height: 40px;}
.spacer45 {height: 45px;}
.spacer50 {height: 50px;}
.spacer55 {height: 55px;}
.spacer60 {height: 60px;}
.spacer70 {height: 70px;}
.spacer80 {height: 80px;}
.spacer90 {height: 90px;}

.d-block {display: block;}
.d-inline {display: inline;}
.d-inline-block {display: inline-block;}

.spinner {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: text-bottom;
	border: 2px solid #fff;
	border-right-color: rgba(255,255,255,.15);
	border-left-color: rgba(255,255,255,.15);
	border-radius: 50%;
	-webkit-animation: spinner-border 1s linear infinite;
			animation: spinner-border 1s linear infinite;
}
@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

strong {
	font-family: 'nexabold';
	font-weight: 400;
}
.strong700 {
	font-family: 'nexabold';
	font-weight: 700;
}
.v-separator {
	padding-right: 5px;
	padding-left: 5px;
}
a {
	color: #606060;
	transition: all 0.25s ease;
}
a:focus,
a:hover {
	color: #06afef;
}
.acq-emphasized {
	font-family: 'nexabold';
	font-weight: 700;
	color: var(--main-color);
}
.acq-carrier-logo {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

.acq-h1-title {
	margin-bottom: 10px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 30px;
	color: #353535;
	line-height: 1.2;
}
.acq-h2-title {
	margin-bottom: 15px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 25px;
	color: #353535;
}
.acq-h2-title.fs-36 {
	font-size: 36px;
}
.acq-h3-title {
	margin-bottom: 10px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 18px;
	color: #454545;
}
.acq-light-text {
	font-family: 'nexalight';
	font-weight: 300;
}
.acq-text-16 {
	font-size: 16px;
}
.acq-h1-title-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.acq-h1-title-wrapper .acq-h1-title {
	padding-right: 20px;
}
.acq-h1-title-label {
	height: 30px;
	margin-bottom: 10px;
	padding: 0 15px;
	line-height: 26px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 16px;
	color: var(--main-color);
	background-color: #fff;
	border: 2px solid var(--main-color);
}

.loader-spinner {
	border-top: 5px solid var(--main-color);
	border-bottom: 5px solid var(--main-color);
}

.acq-breadcrumbs-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
.acq-breadcrumbs-wrapper .acq-breadcrumbs {
	margin-bottom: 0;
}
.acq-avail-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.acq-share-search {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: var(--main-color);
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

/* buttons */
.acq-btn {
	position: relative;
	display: inline-block;
	padding: 9px 25px 8px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	border: 1px solid transparent;
	vertical-align: middle;
	-webkit-border-radius: 0;	
	   -moz-border-radius: 0;	
			border-radius: 0;
	transition: all 0.25s ease;
}
.acq-btn-primary {
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.acq-btn-primary:hover,
.acq-btn-primary:focus {
	color: #fff;
	background-color: var(--main-color-dark);
	border-color: var(--main-color-dark);
}
.acq-btn-primary.acq-btn-disabled,
.acq-btn-primary.acq-btn-disabled:hover,
.acq-btn-primary.acq-btn-disabled:focus {
	color: #fff;
	background-color: #f5bb8d;
	border-color: #f5bb8d;
	cursor: not-allowed;
}
.acq-btn-secondary {
	color: #575757;
	background-color: var(--main-color-light);
	border-color: var(--main-color-light);
}
.acq-btn-hollow {
	color: var(--main-color);
	background-color: #fff;
	border-color: var(--main-color);
}
.acq-btn-hollow:hover,
.acq-btn-hollow:focus {
	color: #fff;
	background-color: var(--main-color);
	border-color: #fff;
}
.acq-btn-hollow.acq-btn-disabled,
.acq-btn-hollow.acq-btn-disabled:hover,
.acq-btn-hollow.acq-btn-disabled:focus {
	color: #f5bb8d;
	background-color: transparent;
	border-color: #f5bb8d;
	cursor: not-allowed;
}
.acq-btn-white {
	color: var(--main-color);
	background-color: #fff;
	border-color: #fff;
}
.acq-btn-white:hover,
.acq-btn-white:focus {
	color: #606060;
	background-color: var(--main-color-light);
	border-color: var(--main-color-light);
}
.acq-btn-white.acq-btn-disabled,
.acq-btn-white.acq-btn-disabled:hover,
.acq-btn-white.acq-btn-disabled:focus {
	color: #606060;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	cursor: not-allowed;
}
.acq-btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.acq-btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.acq-btn-default:hover,
.acq-btn-default.acq-btn-disabled,
.acq-btn-default.acq-btn-disabled:hover,
.acq-btn-default.acq-btn-disabled:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.acq-btn-block {
	display: block;
	width: 100%;
}
.acq-btn-lg {
	padding: 12px 25px 11px;
	font-size: 18px;
}
.acq-btn-sm {
	padding: 6px 20px 5px;
	font-weight: 400;
	font-size: 14px;
}
.acq-btn-xs {
	padding: 4px 10px;
	font-weight: 400;
	font-size: 14px;
}
.acq-btn-text-14 {
	font-size: 14px;
}

/* form */
.form-group {
	margin-bottom: 20px;
}
.form-control {
	height: 40px;
	padding: 0 15px 0 15px;
	line-height: 40px;
	background-color: #f0f0f0;	
	border: 1px solid transparent;
	box-shadow: none;
	transition: all 0.25s ease;
}
.form-control:focus {
	border-color: #ddd;
	background-color: #f7f7f7;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
form [class*='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}
input.date {
	background-color: #f0f0f0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

/* acq-big-banner */
.acq-big-banner-wrapper {
	position: relative;
	z-index: 0;
	min-height: 566px;
	padding-top: 40px;
	padding-bottom: 80px;
	background: transparent url('/assets/themes/cocktail/img/temp/banner-big.jpg') no-repeat center top;
	background-size: cover;
}
.acq-big-banner-wrapper-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.15);
}
.acq-big-banner-box {
	position: relative;
	z-index: 2;
	float: right;
	margin-right: 100px;
	width: 100%;
	max-width: 400px;
	background-color: #fff;
}
.acq-big-banner-wrapper.to-left {
	padding-top: 60px;
	padding-bottom: 60px;
}
.acq-big-banner-wrapper.to-left .acq-big-banner-box {
	float: none;
	margin-right: 0;
	margin-left: 100px;
}
.acq-big-banner-box-header {
	padding: 15px 20px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 15px;	
	background-color: #f2f2f2;
}
.acq-big-banner-box-body {
	padding: 10px 20px;
}
.acq-big-banner-box-body-line {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.acq-big-banner-box-body-line:last-of-type {
	border-bottom: none;
}
.acq-big-banner-box-body-line-left {
	float: left;
	width: calc(100% - 110px);
	font-size: 13px;
}
.acq-big-banner-box-body-line-right {
	float: right;
	width: 100px;
	text-align: right;
}
.acq-big-banner-box-body-line-title {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 15px;
}
.acq-big-banner-box-body-line-left p {
	margin-bottom: 0;
}
.acq-big-banner-box-body-line-price {
	font-family: 'nexabold';
	color: var(--main-color);
}
@media screen and (max-width: 767px){
	.acq-big-banner-wrapper {
		padding-top: 20px;
		padding-bottom: 80px;
	}
	.acq-big-banner-box,
	.acq-big-banner-wrapper.to-left .acq-big-banner-box {
		float: none;
		margin: 0 auto;
	}
}

/* SEARCH ENGINES */
/* acq-search-engine-wrapper */
.acq-search-engine-wrapper {
	position: relative;
	margin-top: -59px;
}
.acq-search-engine-tabs {
	border-bottom: none;
}
.acq-search-engine-tabs > li {
	margin-bottom: 0;
}
.acq-search-engine-tabs > li > a {
	margin: 0;
	padding: 18px 30px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #606060;
	border: none;
	border-radius: 0;
}
.acq-search-engine-tabs > li.active > a,
.acq-search-engine-tabs > li.active > a:focus,
.acq-search-engine-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: var(--main-color);
	border: none;
}
.acq-search-engine-tabs > li > a:focus,
.acq-search-engine-tabs > li > a:hover {
	color: var(--main-color);
	background-color: #606060;
}
.acq-search-engine-tabs .fa {
	font-size: 18px;
}
.acq-tab-content-wrapper {
	padding: 40px 0 25px;
	background-color: var(--main-color);
}
/* fields */
.acq-search-engine .row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.acq-search-engine [class*="col-"] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.acq-field-box {
	position: relative;
	margin-bottom: 15px;
}
/*.acq-field-box.acq-dropdown-trigger {
	z-index: 1040;
}*/
.acq-form-control {
	position: relative;
	height: 45px;
	padding: 0 25px 0 10px;
	font-family: 'nexabold';
	color: #fff;
	line-height: 45px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.5);
	transition: all 0.25s ease;
	cursor: pointer;
	overflow: hidden;
}
.acq-form-control input[type="text"] {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
}
.acq-form-control.acq-form-control-icon-left {
	padding-right: 10px;
	padding-left: 30px;
}
.acq-form-control-value {
	display: inline-block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	background-color: transparent;
	border: none;
	overflow: hidden;
}
#pack_select_travellers .acq-form-control-value {
	font-family: 'nexabold';
}
#pack_select_travellers .acq-form-control-value i {
	margin-right: 2px;
}
.acq-form-control-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin-top: 1px;
	font-size: 20px;
}
.acq-form-control-icon-left .acq-form-control-icon {
	margin-top: 0;
	right: auto;
	left: 10px;
	font-size: 20px;
}
.acq-form-control-dropdown {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 100%;
	left: 0;
	width: 300px;
	max-height: 0;
	margin-top: 5px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-color: #fff;
	transition: opacity 0.25s ease;
	overflow: hidden;
}
.acq-box-body .acq-field-box .acq-form-control-dropdown {
	width: 100%;
}
.acq-search-engine-packages-top .acq-form-control-dropdown {
	margin-top: 2px;
	border: none;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	transition: opacity 0.25s ease;
	overflow: hidden;
}
.acq-form-control-dropdown.to-right {
	left: auto;
	right: 0;
}
.acq-form-control-dropdown-close {
	display: none;
	position: fixed;
	z-index: 1060;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 50px;
	text-align: right;
	background-color: #f5f5f5;
	cursor: pointer;
}
.acq-field-box.open .acq-form-control-dropdown {
	z-index: 6;
	opacity: 1;
	max-height: 1000px;
}
.acq-form-control-dropdown-selectbtn {
	margin-top: 15px;
}
.acq-form-control-dropdown-item {
	padding: 5px 10px;
	transition: all 0.25s ease;
	cursor: pointer;
}
.acq-form-control-dropdown-item.active,
.acq-form-control-dropdown-item.active:hover,
.acq-form-control-dropdown-item.active:focus {
	color: #fff;
	background-color: var(--main-color);
}
.acq-form-control-dropdown-item:hover,
.acq-form-control-dropdown-item:focus {
	background-color: #f0f0f0;
}
@media screen and (min-width: 768px){
	.acq-form-control-dropdown-select-btn {
		padding: 4px 10px 3px;
		font-weight: 400;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.acq-form-control-dropdown-select-btn {
		margin-bottom: 15px;
	}
}

/* acq-destination-selector */
/*.acq-destination .acq-list-box-body-content-rating-value {
	color: #fff;
	background-color: #6fe07a;
}*/
.acq-destination-selector-dropdown {
	width: 500px;
}
.acq-destination-selector-tabs {
	float: left;
	width: 150px;
}
.acq-destination-selector-tab-content {
	margin-left: 175px;
}
.acq-destination-selector-tabs {
	border: none;
}
.acq-destination-selector-tabs > li {
	float: none;
	display: block;
	margin-bottom: 10px;
}
.acq-destination-selector-tabs > li > a {
	margin-right: 0;
	padding: 10px 15px;
	font-family: 'nexabold';
	font-size: 16px;
	color: #606060;
	background-color: #f2f2f2;	
	border: none;
	border-radius: 0;
}
.acq-destination-selector-tabs > li.active > a,
.acq-destination-selector-tabs > li.active > a:focus,
.acq-destination-selector-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: var(--main-color);
	border: none;
}
.acq-destination-selector-tabs > li > a:focus,
.acq-destination-selector-tabs > li > a:hover {
	background-color: #e8e8e8;
}
.acq-destination-selector-title {
	margin: 10px 0;
	font-family: 'nexabold';
	font-size: 16px;
	color: #606060;
}
.acq-destination-selector-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.acq-destination-selector-list li {
	flex-basis: 50%;
	padding: 0 10px 15px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-destination-selector-list label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-airport-selector-list {
	margin-top: 5px;
	margin-bottom: 0;
}
.acq-airport-selector-list li {
	padding: 0 10px 15px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-airport-selector-dropdown {
	width: 290px;
	padding: 15px;
}
.acq-date-selector-list-header {
	margin-bottom: 15px;
	font-family: 'nexabold';
	font-size: 16px;
}
.acq-date-selector-list-header-icons {
	display: inline-block;
	margin-right: -5px;
}
.acq-date-selector-list-header-icons i {
	padding: 0 5px;
	font-size: 22px;
	cursor: pointer;
}
.acq-date-selector-list {
	margin: 0 -5px 10px;
}
.acq-date-selector-list-item {
	float: left;
	width: 25%;
	padding: 5px;
}
.acq-date-selector-list-item-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.acq-date-selector-list-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'nexabold';
	color: #606060;
	text-align: center;
	background-color: #f2f2f2;
	transition: all 0.25s ease;
}
.acq-date-selector-list-link em {
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.acq-date-selector-list-link:hover,
.acq-date-selector-list-link:focus {
	color: #606060;
	background-color: #e8e8e8;
}
.acq-date-selector-list-link.selected {
	color: #fff;
	background-color: var(--main-color);
}
.acq-date-selector-list-link.active {
	background-color: var(--main-color-light);;
}

/* acq-room-selector */
.acq-room-selector-dropdown .acq-form-control-dropdown-body {
	font-family: 'nexabold';
}
.acq-room-selector-title {
	position: relative;
	padding: 10px;	
	font-size: 16px;
	background-color: #f2f2f2;
}
.acq-room-selector-title-close {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1;
	transition: color 0.25s ease;
	cursor: pointer;
}
.acq-room-selector-title-close:hover,
.acq-room-selector-title-close:focus {
	color: #ff0000;
}
.acq-room-selector-item-wrapper {
	margin-bottom: 10px;
	padding: 5px 0;
}
.acq-room-selector-item {
	padding: 6px 10px;
}
.acq-room-selector-item label {
	font-weight: 400;
}
.acq-room-selector-item select.form-control {
	padding-left: 5px;
}
.acq-room-selector-item-label {
	float: left;
}
.acq-room-selector-item-counter-wrapper {
	float: right;
	text-align: right;
}
.acq-room-selector-item-counter-number {
	float: left;
	display: inline-block;
	width: 26px;
	text-align: center;
	background-color: transparent;
	border: none;
	outline: none;
}
.acq-room-selector-item-counter-op {
	float: left;
	display: inline-block;
	width: 14px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	color: var(--main-color);
	text-align: center;
	cursor: pointer;
}
.acq-form-control-dropdown-add-room {
	font-size: 12px;
}
.acq-form-control-dropdown-add-room .fa {
	display: inline-block;
	margin-right: 3px;
	font-size: 11px;
}
.acq-btn-search-engine {	
	height: 45px;
	padding: 0 25px;
	line-height: 1.1;
	font-family: 'nexabold';
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	white-space: normal;
	border-radius: 0;
	transition: all 0.25s ease;
}
@media screen and (max-width: 767px){
	.acq-search-engine-tabs > li > a {
		margin-right: 1px;
		padding: 10px 20px;
		font-weight: 400;
		font-size: 14px;
		border-radius: 6px 6px 0 0;
	}
	.acq-tab-content-wrapper {
		padding: 20px 0 5px;
	}
	.acq-form-control-dropdown {
		position: fixed;
		z-index: -1;
		opacity: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-top: 0;
		padding: 55px 15px 20px;
		background-color: #fff;
		border: none;
		overflow-y: auto;
	}
	.acq-form-control-dropdown-close {
		display: block;
	}
	.acq-destination-selector-dropdown {
		width: 100%;
	}
	.acq-field-box.open .acq-form-control-dropdown {
		z-index: 1050;
		opacity: 1;
	}
	.acq-destination-selector-list li {
		text-overflow: initial;
		overflow: visible;
	}
	.acq-airport-selector-dropdown {
		padding-right: 0;
		padding-left: 0;
	}
	.acq-airport-selector-dropdown .acq-form-control-dropdown-body {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.acq-date-selector-list-item {
		width: 25%;
	}
	.acq-date-selector-list-header,
	.acq-date-selector-list-link {
		font-size: 5vw;
	}
	.acq-date-selector-list-header-icons .fa {
		font-size: 6vw;
	}
}
@media screen and (max-width: 545px){
	.acq-search-engine-tabs .fa {
		display: block;
	}
}

/* acq-search-engine-destination */
.acq-search-engine-destination {
	margin-top: 180px;
}
.acq-search-engine-destination .row {
	margin-right: 0;
	margin-left: 0;
}
.acq-search-engine-destination [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
	border-color: #fff;
}
.acq-search-engine-destination .acq-form-control-date {
	border-right-color: #ddd;
	border-left-color: #ddd;
}
.acq-search-engine-destination .acq-form-control-date .acq-form-control-icon {
	font-size: 16px;
}
.acq-search-engine-destination .acq-form-control-travellers i {
	color: var(--main-color);
}
.acq-search-engine-destination .acq-form-control {
	color: #454545;
	background-color: #fff;
}
.acq-search-engine-destination .acq-form-control-icon {
	color: var(--main-color);
}
.acq-search-engine-destination .acq-btn-search-engine {
	padding-right: 15px;
	padding-left: 15px;
}
@media screen and (max-width: 768px){
	.acq-search-engine-destination {
		margin-top: 30px;
	}
}

/* acq-directory-search-engine */
.acq-directory-search-engine .row {
	margin-right: -1px;
	margin-left: -1px;
}
.acq-directory-search-engine [class*="col-"] {
	padding-right: 1px;
	padding-left: 1px;
}
.acq-directory-search-engine .acq-field-box {
	box-shadow: 0 0 20px rgba(0,0,0,.085);
}
.acq-directory-search-engine .acq-btn-search-engine {
	height: 55px;
	line-height: 55px;
	color: #252525;
	white-space: nowrap;
}
.acq-directory-search-engine .acq-form-control {
	height: 55px;
	line-height: 55px;
	color: #606060;
}

/* acq-flex-title */
.acq-flex-title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	white-space: nowrap;
	margin-bottom: 20px;
}
.acq-flex-title .acq-h2-title {
	margin-bottom: 0;
}
.acq-flex-title-left {
	padding-right: 20px;
}
.acq-flex-title-link {
	display: inline-block;
	margin-top: 10px;
	font-family: 'nexabold';
	font-weight: 700;
	color: var(--main-color);
}

/* acq-breadcrumbs */
.acq-breadcrumbs {
	padding: 5px 0;
	font-weight: 300;
	font-size: 16px;
	list-style: none;
}
.acq-breadcrumbs > li {
	display: inline-block;
}
.acq-breadcrumbs > li + li::before {
	font-family: "FontAwesome";
	content: "\f105";
	padding-right: 6px;
	padding-left: 3px;
	font-size: 13px;
}
.acq-breadcrumbs > li.active {
	font-family: 'nexabold';
}
@media screen and (max-width: 575px){
	.acq-breadcrumbs {
		display: none;
	}
}

/* acq-subtitle-info */
.acq-subtitle-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.acq-subtitle-info-location {
	padding-right: 15px;
}
.acq-subtitle-info-location-link {
	font-family: 'nexabold';
	color: var(--main-color);
}
.acq-subtitle-info-location-map {
	font-family: 'nexabold';
	color: var(--main-color);
	cursor: pointer;
}
.acq-subtitle-info-share {
	font-family: 'nexabold';
	font-size: 18px;
}
.acq-subtitle-info-share-icons,
.acq-subtitle-info-share-icons a {
	color: var(--main-color);
}
.acq-subtitle-info-share-icons a i {
	margin-left: 6px;	
}

/* acq-big-map-wrapper */
.acq-big-map-wrapper {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transition: all 0.25s ease;
}
.acq-big-map-wrapper.open {
	z-index: 999999;
	opacity: 1;
}
.acq-big-map-wrapper-close {
	position: absolute;
	z-index: 2;
	top: 7px;
	right: 7px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #606060;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 3px rgba(0,0,0,0.35);
	transition: all 0.25s ease;
}
.acq-big-map-wrapper-close:hover,
.acq-big-map-wrapper-close:focus {
	color: #fff;
	background-color: var(--main-color);
}
.acq-big-map-wrapper .acq-big-map {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	background-color: #ddd;
}

/* acq-tabs */
.acq-tabs .nav-tabs {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: none;
}
.acq-tabs .nav-tabs > li {
	flex-grow: 1;
	float: none; 
	margin-bottom: 0;
	text-align: center;
	border-right: 1px solid #eee;
}
.acq-tabs .nav-tabs > li:last-of-type {
	border-right: none;
}
.acq-tabs .nav-tabs > li.active {
	border-right-color: var(--main-color-light);;
}
.acq-tabs .nav-tabs > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-right: 0;
	font-family: 'nexabold';
	font-size: 16px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.acq-tabs .nav-tabs > li.active > a,
.acq-tabs .nav-tabs > li.active > a:focus,
.acq-tabs .nav-tabs > li.active > a:hover {
	cursor: default;
	background-color: var(--main-color-light);
	border: none;
}
.acq-tabs .tab-content {
	padding-top: 30px;
}
@media screen and (max-width: 510px) {
	.acq-tabs .nav-tabs > li > a {
		font-size: 12px;
	}
}

/* acq-heading-info-wrapper */
.acq-heading-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.acq-heading-title {
	margin: 0 0 15px;
	padding-right: 20px;
	font-size: 16px;
}
.acq-heading-link {
	display: inline-block;
	margin-bottom: 15px;
	font-family: 'nexabold';
	font-size: 16px;
	color: var(--main-color);
}
@media screen and (max-width: 991px){
	.acq-heading-wrapper {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px){	
	.acq-heading-title {
		display: none;
	}
}

/* acq-sort-options */
.acq-sort-options-wrapper {
	white-space: nowrap;
	margin-bottom: 15px;
}
.acq-sort-options-container {
	position: relative;
	/*z-index: 15;*/
	display: inline-block;
}
.acq-sort-options {
	position: relative;
	height: 34px;
	padding: 0 25px 0 10px;
	line-height: 34px;
	background-color: #fff;
	border: 1px solid #ddd;
    box-shadow: none;
	transition: all 0.25s ease;
	cursor: pointer;
}
.acq-sort-options-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin-top: 1px;
}
.acq-sort-options-dropdown {
	position: absolute;
	z-index: -1;
	top: 100%;
	right: 0;
	left: 0;
	max-height: 0;
	margin-top: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-color: #fff;
	transition: all 0.25s ease;
	opacity: 0;
	overflow: hidden;
}
.acq-sort-options-container.open .acq-sort-options-dropdown {
	z-index: 6;
	opacity: 1;
	max-height: none;
	overflow: visible;
}
.acq-sort-options-dropdown-item {
	padding: 5px 10px;
	transition: all 0.25s ease;
	cursor: pointer;
}
.acq-sort-options-dropdown-item.active,
.acq-sort-options-dropdown-item.active:hover,
.acq-sort-options-dropdown-item.active:focus {
	color: #fff;
	background-color: var(--main-color);
}
.acq-sort-options-dropdown-item:hover,
.acq-sort-options-dropdown-item:focus {
	background-color: #f0f0f0;
}

/* custom controls */
.acq-custom-control-wrapper {
	margin-bottom: 30px;
}
.acq-custom-control-wrapper .acq-custom-control {
	margin-bottom: 15px;
}
.acq-custom-control-wrapper .acq-custom-control:last-of-type {
	margin-bottom: 0;
}
.acq-custom-control-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 30px;
}
.acq-box-body .acq-custom-control-flex-wrapper {
	margin-bottom: 0;
}
.acq-custom-control-flex-wrapper .acq-custom-control {
	margin-bottom: 20px;
	padding-right: 30px;
}
/*
.acq-custom-control-wrapper-info {
	margin-bottom: 30px;
}
*/
.acq-custom-control-wrapper-info .acq-custom-control {
	margin-bottom: 0;
}
.acq-custom-control-wrapper-info .acq-custom-control-text {
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 12px;
	color: #3e3e3e;
}
.acq-custom-control-wrapper-info .acq-custom-control-text:last-of-type {
	margin-bottom: 0;
}

/* custom controlcheckbox */
.acq-custom-control.acq-custom-checkbox {
	position: relative;
	z-index: 1;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 20px;
}
.acq-custom-control.acq-custom-checkbox input[type='checkbox'] {
	position: absolute;
	top: 50%;
	left: 3px;
	margin: 0;
	opacity: 0;
	transform: translateY(-50%);
}
.acq-custom-control.acq-custom-checkbox input[type='checkbox'] + label {
	padding-left: 10px;
	white-space: normal;
}
.acq-custom-control.acq-custom-checkbox input[type='checkbox'] + label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #eaeaea;
	cursor: pointer;
}
.acq-custom-control.acq-custom-checkbox input[type='checkbox']:checked + label::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	color: #fff;
	text-align: center;
	line-height: 20px;
	background-color: var(--main-color);
}
.acq-custom-control.acq-custom-checkbox.acq-custom-checkbox-disabled input[type='checkbox'] + label::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	color: #bbb;
	text-align: center;
	line-height: 20px;
	background-color: #eaeaea;
	cursor: default;
}

/* custom control radiobtn */
.acq-custom-control.acq-custom-radiobtn {
	position: relative;
	z-index: 1;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 20px;
}
.acq-custom-control.acq-custom-radiobtn input[type='radio'] {
	position: absolute;
	top: 50%;
	left: 3px;
	margin: 0;
	opacity: 0;
	transform: translateY(-50%);
}
.acq-custom-control.acq-custom-radiobtn input[type='radio'] + label {
	padding-left: 10px;
	cursor: pointer;
}
.acq-custom-control.acq-custom-radiobtn input[type='radio'] + label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #eaeaea;
	border-radius: 50%;
	cursor: pointer;
}
.acq-custom-control.acq-custom-radiobtn input[type='radio']:checked + label::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f111";
	color: var(--main-color);
	text-align: center;
	line-height: 20px;
}

/* acq-flex-line */
.acq-flex-line {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
.acq-flex-line-left,
.acq-flex-line-right {
	flex-basis: auto;
}
.acq-flex-line-middle {
	flex-basis: 100%;
}
.acq-flex-line-left i,
.acq-flex-line-right i {
	position: relative;
	top: -5px;
	display: inline;
	font-size: 12px;
}
.acq-flex-line-border {
	position: relative;
	top: -4px;
	border-top: 1px dashed #ccc;
}
.acq-flex-line-big {
	margin-bottom: 0;
}
.acq-rating-stars {
	width: auto;
	height: 14px;
}
.acq-flex-line-wrapper {
	margin-bottom: 10px;
}
.acq-flex-line-wrapper .acq-flex-line {
	margin-bottom: 0;
	cursor: pointer;
}
.acq-flex-line-details-wrapper {
	max-height: 0;
	overflow: hidden;
}
.acq-flex-line-wrapper.open .acq-flex-line-details-wrapper {
	max-height: 1000px;
}
.acq-flex-line-details {
	padding: 7px 5px;
	font-size: 12px;
	background-color: #f0f0f0;
}

.navbar {
	height: 120px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
} 
.navbar-nav {
	margin: 0;
}
.top-navbar-wrapper {
	position: relative;
	z-index: 2;
	height: 40px;
	background: #3e3e3e;
}
.top-social-navbar {
	float: left;
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}
.top-social-navbar li {
	float: left;
}
.top-social-navbar li a {
	display: block;
	margin-right: 5px;
	padding: 0 10px;
	transition: all 0.25s ease;
}
.top-social-navbar li a:hover {
	background-color: rgba(255,255,255,.1);
}
.top-social-navbar li:last-of-type a {
	margin-right: 0;
}
.top-social-navbar li a i {
	font-size: 28px;
	color: var(--main-color);
	line-height: 40px;
}
.top-social-navbar .top-navbar-email {
	line-height: 40px;	
}
.top-social-navbar .top-navbar-email a {	
	font-weight: 700;
	color: var(--main-color);
}
.navbar-nav.top-navbar {
	position: relative;
	top: auto;
	right: auto;
	float: right;
	height: 100%;
}
.navbar-nav.top-navbar > li {
	display: inline-block;
}
.navbar-nav.top-navbar > li > a,
.navbar-nav.top-navbar > span > li > a {
	padding: 0 5px;
	font-weight: bold;
	font-size: 11px;
	color: #969696;
	line-height: 40px;
	transition: all 0.25s ease;
}
.navbar-nav.top-navbar > li > a:hover,
.navbar-nav.top-navbar > span > li > a:hover {
	color: #fff;
}
.navbar-nav.top-navbar > li > a i {
	position: relative;
	top: 2px;
	margin-left: 2px;
	font-size: 14px;
	color: var(--main-color);
}
.navbar-nav.top-navbar > li.top-nav-shop {
	padding: 0 5px;
}
.navbar-nav.top-navbar > li.top-nav-shop > a {
	display: inline-block;
	margin-top: 6px;
	padding: 5px 7px;
	color: var(--main-color);
	line-height: inherit;
	border: 1px solid var(--main-color);	
	transition: all 0.25s ease;
}
/*.navbar-nav.top-navbar > li.currency-menu > a i,
.navbar-nav.top-navbar > li.admin-menu > a i {
	font-size: 12px;
	color: #fff;
}*/
.navbar-nav.top-navbar .currency-menu .dropdown-menu,
.navbar-nav.top-navbar .admin-menu .dropdown-menu {
	left: auto;
	right: 0;
}
@media screen and (max-width: 767px){
	.top-social-navbar {
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
				box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}

}
/*.main-menu-wrapper {
	overflow-y: auto;
}*/
.main-menu-wrapper-close {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	left: -100vw;
	width: 100vw;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 48px;
	color: #606060;
	text-align: right;
	background-color: #eaeaea;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.navbar-nav.main-menu {
	float: right;
	position: relative; 
	z-index: 1;
	top: auto;
	left: auto;
	width: auto;
	margin-top: 40px;
}
.navbar-nav.main-menu .edit-menu-item {
	top: -5px;
	right: -5px;
}
.navbar-nav.main-menu > li > .dropdown-menu {
	margin-top: 14px;
	background-color: #fff;
	border: none;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li a {
	padding-right: 10px;
	color: #606060;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li a:hover,
.navbar-nav.main-menu .dropdown .dropdown-menu li a:focus {
	color: #a6ce3b;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li .edit-menu-item {
	top: 50%;
	padding-right: 5px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.navbar-header {
	z-index: 1;
	float: left;
	height: 80px;
	padding: 0;
}
.navbar-header .navbar-brand {
	width: 179px;
	height: 40px;
	margin-top: 20px;
	padding: 0;
}
.navbar-toggle {
	float: right;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
}
.navbar-nav > li > a,
.navbar-nav > span > li > a { 
	display: block;
	margin-right: 0;
	font-size: 15px;
	color: #606060;
}
@media screen and (max-width: 1019px){
	.container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-nav.top-navbar {
		padding-top: 0;
		border-top: none;
	}
	.navbar-nav.top-navbar > li > a > .text {
		display: none;
	}
	.main-menu-wrapper-open .main-menu-wrapper-close {
		left: 0;
	}
	.main-menu-wrapper {
		position: fixed;
		z-index: 1040;
		top: 0;
		right: 0;
		bottom: 0;
		left: -100%;
		width: 100%;
		background-color: #fff;
		-webkit-transition: all 0.25s ease;
		   -moz-transition: all 0.25s ease;
				transition: all 0.25s ease;
	}
	.main-menu-wrapper-open .main-menu-wrapper {
		left: 0;
	}
	.navbar-nav.main-menu {
		float: none;	
		margin-top: 55px;		
	}
	.navbar-nav.main-menu > li {
		float: none;
		padding: 10px 0;
	}
	.navbar-nav.main-menu > li > a,
	.navbar-nav.main-menu > span > li > a {
		padding: 0 15px;
		font-size: 22px;
	}
	.navbar-nav.main-menu .edit-menu-item {
		top: 12px;
		right: 40px;
		font-size: 16px;
		opacity: 1
	}
	.navbar-nav.main-menu .dropdown-menu {
		position: relative;
		top: auto;
		left: auto;
		float: none;
		min-width: none;
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 18px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;		
	}
	.navbar-nav.main-menu .dropdown .dropdown-menu li {
		padding-right: 35px;
		padding-left: 25px;
	}
	.navbar-nav.main-menu .dropdown .dropdown-menu li a {
		padding-right: 35px; 
	}
	.navbar-nav.main-menu .dropdown .dropdown-menu li .edit-menu-item {
		right: 35px;
	}
	.navbar-nav > li > a.trigger-sm {
		display: none;
	}
	.navbar-nav > li > a.trigger-xs {
		display: block;
		margin-right: 50px;
	}
	.navbar-nav > li > a.dropdown-toggle.trigger-xs,
	.navbar-nav > li > a.dropdown-toggle.no-dropdown-toggle-link .caret {
		float: right;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.navbar > .container .navbar-brand {
		margin-left: 0;
	}
	/*.navbar-nav .open .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 4px;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}*/
}
@media screen and (max-width: 500px){
	.navbar-nav.top-navbar > li > a,
	.navbar-nav.top-navbar > span > li > a {
		padding-right: 5px;
		padding-left: 5px;
	}
}

/* float main layout */
.acq-main-body {
	position: relative;
}
.acq-sidebar {
	float: left;
	width: 285px;
	transition: all 0.25s ease;
}
.acq-sidebar-fixed.affix {
	top: 150px;
	width: 285px;
}
.acq-sidebar-fixed.affix-bottom {
	position: absolute;
	width: 285px;
}
@media screen and (max-width: 767px){
	.acq-sidebar-fixed.affix,
	.acq-sidebar-fixed.affix-bottom {
		position: relative;
		top: auto !important;
		width: 100%;
	}
	.acq-sidebar {
		float: none;
		position: fixed;
		z-index: 2000;
		top: 0;
		left: -305px;
		overflow: auto;
	}
	.acq-sidebar-open .acq-sidebar {
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
	}
}

.acq-main {
	float: right;
	width: calc(100% - 315px);
	transition: all 0.25s ease;
}
@media screen and (max-width: 767px){
	.acq-main {
		width: 100%;
	}
}

.acq-flex-wrapper {
	display: flex;
	width: 100%;
}
.acq-flex-sidebar {
	flex-basis: 285px;
	min-width: 285px;
}
.acq-flex-main {
	flex-basis: 100%;
	padding-left: 30px;
}
@media screen and (max-width: 767px){
	.acq-flex-wrapper {
		display: block;
	}
	.acq-flex-sidebar {
		width: 100%;
		min-width: auto;
	}
	.acq-flex-main {
		width: 100%;
		padding-left: 0;
	}
}

.acq-right-sidebar {
	float: right;
	width: 470px;
	transition: all 0.25s ease;
}
.acq-left-main {
	float: left;
	width: calc(100% - 500px);
	transition: all 0.25s ease;
}
@media screen and (max-width: 767px){
	.acq-right-sidebar,
	.acq-left-main {
		float: none;
		width: 100%;
	}
}

/* flex main layout */
.acq-flex-main-body {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px){
	.acq-flex-main-body {
		display: block;
		width: 100%;
	}
}
.acq-flex-sidebar-wrapper {
	flex-basis: auto;
	order: 1;
}
.acq-flex-sidebar {
	width: 285px;
}
@media screen and (max-width: 767px){
	.acq-flex-sidebar-wrapper {
		display: block;
		width: 100%;
		order: 2;
	}
	.acq-flex-sidebar {
		width: 100%;
	}
}
.acq-flex-main {
	flex-basis: 100%;
	order: 2;
	min-width: 0; /* hack for slick slider*/
	padding-left: 30px;
}
@media screen and (max-width: 767px){
	.acq-flex-main {
		display: block;
		width: 100%;
		padding-left: 0;
		order: 1;
	}
}

/* acq-sidebar-right */
.acq-sidebar-right {
	float: right;
	width: 380px;
}
@media screen and (max-width: 767px){
	.acq-sidebar-right {
		width: 285px;
	}
}
@media screen and (max-width: 575px){
	.acq-sidebar-right {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}
/* acq-main-right */
.acq-main-right {
	float: left;
	width: calc(100% - 415px);
}
@media screen and (max-width: 575px){
	.acq-main-right {
		float: none;
	}
}
.wrapper {
	padding-top: 120px;
}

/* navbar
.navbar {
	height: 120px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.navbar-nav.top-navbar {
	height: 40px;
	background-color: #3e3e3e;
}
.navbar-nav.top-navbar > li > a,
.navbar-nav.top-navbar > span > li > a {
	display: inline-block;
	padding: 0 10px;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	border: none;
	border-radius: 0;
	transition: all 0.25s ease;
}
.navbar-nav.main-menu {
	top: 20px;
	text-align: right;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav > li > a,
.navbar-nav > span > li > a {
	display: inline-block;
	margin-right: 3px;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	line-height: 1;
	transition: all 0.25s ease;
}
 */

/* footer */
footer {
	margin-top: 14vw;
	padding-top: 0;
	padding-bottom: 30px;
	font-size: 14px;
	color: var(--main-color);
	background-color: #3e3e3e;
}
footer a {
	font-family: 'nexalight';
	color: var(--main-color);
	transition: color 0.25s ease;
} 
.footer-row {
	margin-right: -3%;
	margin-left: -3%;
}
.footer-row:after,
.footer-row:before {
	content: "";
	display: table;
}
.footer-row:after {
	clear: both;
}
.footer-column {
	float: left;
	width: 20%;
	padding-right: 3%;
	padding-left: 3%;
}
.footer-assets-wrapper {
	position: relative;
	padding: 50px 0 80px;
}
.footer-assets-wrapper::before {
	content: '';	
	position: absolute;
	z-index: 1;
	bottom: calc(100% - 132px);	
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	padding-top: 25%;
	background-image: url("/resources/quick-sell-project/2021/0420/bg_footer_palms.png");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
.footer-assets-wrapper > .container {
	position: relative;
	z-index: 2;
}
.footer-assets-wrapper .footer-column {
	text-align: center;
}
.footer-asset {
	display: inline-block;
	font-size: 40px;
	color: #fff;
}
.footer-asset-icon {
	width: 3.8em;
	height: 3.8em;
	line-height: 3.8em;
	margin: 0 auto 10px;
	font-family: 'nexabold';	
	background: #2d2d2d;
	border: 4px solid var(--main-color);
	border-radius: 100%;
}
.footer-asset-text {
	font-size: 16px;
}
.footer-column-social-icons {
	margin-bottom: 30px;
	margin-top: 15px;
}
.footer-column-social-icons i {
	margin-right: 12px;
	font-size: 42px;
	color: var(--main-color);
}
.footer-column-links {
	padding-top: 10px;
}
.footer-column-links-title {
	font-family: 'nexabold';
	font-size: 16px;
	color: var(--main-color);
	line-height: 1.2;
	text-transform: uppercase;
}
.footer-column-links-list {
	margin-bottom: 30px;
}
.footer-column-link {
	padding: 5px 0;
}
.footer-column-link:hover,
.footer-column-link:focus {
	color: #fff;
}
.footer-column-link-lang {
	display: flex;
	align-items: center;
	padding: 1px 0;
}
.footer-column-link-lang span {
	padding-left: 5px;
}
@media screen and (max-width: 1199px){
	footer {
		margin-top: 5vw;
	}
	.footer-asset {
		font-size: 30px;
	}
}
@media screen and (max-width: 991px){
	footer {
		margin-top: 2vw;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	footer {
		margin-top: 0;
	}
	.footer-column {
		float: none;
		display: block;
		width: 100%;
	}
	.footer-assets-wrapper::before {
		bottom: calc(100% - 99px);
	}
	.footer-asset {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.footer-asset-icon {
		border-width: 3px;
	}
}

/* acq-simple-offers */
.acq-simple-offers {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.acq-simple-offers-item {
	flex-basis: 33.33334%;
	padding: 0 15px;
}
.acq-simple-offers-item-imgbox {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 56.21671%;
	overflow: hidden;
}
.acq-simple-offers-item-imgbox-mask {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00ffffff',GradientType=0 );
}
.acq-simple-offers-item-imgbox img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-simple-offers-item-imgbox-text {
	position: absolute;
	z-index: 4;
	right: 20px;
	bottom: 20px;
	left: 20px;
	font-family: 'nexabold';
	font-size: 22px;
	color: #fff;
}
.acq-simple-offers-item-content {
	font-size: 16px;
}
@media screen and (max-width: 1199px){
	.acq-simple-offers-item-imgbox-text {
		font-size: 20px;
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 767px){
	.acq-simple-offers {
		display: block;
		margin: 0;
	}
	.acq-simple-offers-item {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	.acq-simple-offers-item-imgbox-text {
		font-size: 20px;
	}
}

/* acq-list-box */
.acq-list-box {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.acq-list-box.recommended {
	margin-top: 56px;
	border: 2px solid var(--main-color);
}
.acq-list-box-label-recommended {
	display: none;
	position: absolute;
	top: -26px;
	left: -2px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-family: 'nexabold';
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.5px;
	background-color: var(--main-color);
}
.recommended .acq-list-box-label-recommended {
	display: block;
}
.acq-list-box-header {
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 48px;
	background: #f5f5f5;
	white-space: nowrap;
}
.acq-list-box-header-type {
	flex-basis: auto;
	order: 1;
	padding: 0 25px;
	font-family: 'nexabold';
	font-size: 18px;
	border-right: 1px solid #ddd;
}
.acq-list-box-header .type i {
	margin-right: 5px;
}
.acq-list-box-header-title {
	flex-basis: 100%;
	order: 2;
	padding: 0 25px;
	font-family: 'nexabold';
	font-size: 18px;
	color: #353535;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-list-box-header-favorites,
.acq-list-box-header-stars {
	flex-basis: auto;
	font-weight: 300;
	font-size: 14px;
	color: #353535;
}
.acq-list-box-header-stars {
	order: 3;
	padding-right: 25px;
	padding-left: 5px;
}
.acq-list-box-header-stars img {
	float: left;
	width: auto;
	height: 14px;
}
.acq-list-box-header-stars i {
	margin: 0 1px;
}
.acq-list-box-header-favorites {
	order: 4;
	padding-right: 25px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.acq-list-box-header-favorites i {
	padding-left: 5px;
	color: #ff0000;
}
@media screen and (max-width: 991px){
	.acq-list-box-header {
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
		line-height: 2;
		white-space: normal;
	}
	.acq-list-box-header-title {
		order: 1;
		padding-top: 10px; 
		padding-bottom: 10px;
		line-height: 1.2;
	}
	.acq-list-box-header-stars {
		order: 2;
		flex-basis: 100%;
		margin-bottom: 10px;
		padding: 0 25px;
	}
	.acq-list-box-header-type {
		order: 3;
		flex-basis: auto;
		border: none;
	}	
	.acq-list-box-header-favorites {
		order: 4;
		flex-basis: auto;
		padding-left: 25px;
		text-align: right;
	}
}
@media screen and (max-width: 767px){
	.acq-list-box-header-favorites-text {
		display: none;
	}
	.acq-list-box-header-favorites i {
		font-size: 22px;
	}
}

/* acq-list-box-body */
.acq-list-box-body {
	display: flex;
	padding: 25px;
}
.acq-list-box-body-img-wrapper {
	flex-basis: auto;
	order: 1;
}
.acq-list-box-body-imgbox-inner {
	width: 182px;
	height: 182px;
}
.acq-list-box-body-imgbox {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	background-size: 90% auto;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-list-box-body-imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: auto;
	height: 100%;
}
.acq-list-box-body-content {
	flex-basis: 100%;
	order: 2;
	padding: 0 25px;
	font-size: 16px;
}
.acq-list-box-body-content-text {
	margin-bottom: 15px;
}
.acq-list-box-body-content-rating-wrapper {
	display: inline-block;
	margin-bottom: 20px;
}
.acq-list-box-body-content-rating {
	display: flex;
	align-items: center;	
	padding: 5px 10px 5px 5px;
	font-family: 'nexabold';
	background-color: #eaeaea;
	border-radius: 5px;
}
.acq-list-box-body-content-rating-value-wrapper {
	flex-basis: auto;
}
.acq-list-box-body-content-rating-value {
	width: 53px;
	height: 53px;	
	font-size: 20px;
	line-height: 53px;
	text-align: center;
	background-color: #fff;
	border-radius: 2px;
}
.acq-list-box-body-content-rating-value-orange .acq-list-box-body-content-rating-value {
	background-color: var(--main-color-light);
}
.acq-list-box-body-content-rating-text {
	flex-basis: 100%;
	padding: 0 15px;
	color: #454545;
	white-space: nowrap;
}
.acq-list-box-body-content-rating-text-reviews {
	 font-family: 'nexalight';
	font-size: 12px;
}
.acq-list-box-body-content-rating-categ-wrapper {
	flex-basis: auto;
}
.acq-list-box-body-content-rating-categ {
	width: 33px;
	height: 33px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	background-color: #0c3b7c;
	border-radius: 5px;
	border-bottom-left-radius: 0;
}
.acq-list-box-body-price {
	flex-basis: auto;
	order: 3;
	text-align: right;
}
.acq-list-box-body-price-tag-wrapper {
	display: none;
	margin-right: -25px;
	margin-bottom: 30px;
}
.acq-list-box-body-price-early-booking .acq-list-box-body-price-tag-wrapper,
.acq-list-box-body-price-promo .acq-list-box-body-price-tag-wrapper,
.acq-list-box-body-price-discount .acq-list-box-body-price-tag-wrapper,
.acq-list-box-body-price-easter .acq-list-box-body-price-tag-wrapper,
.acq-list-box-body-price-new-year .acq-list-box-body-price-tag-wrapper {
	display: block;
}
.acq-list-box-body-price-tag {
	position: relative;
	display: inline-block;
	height: 35px;
	padding: 0 25px 0 35px;
	line-height: 35px;
	font-family: 'nexabold';
	font-size: 14px;
	color: #fff;
	background-color: #00adef;
	white-space: nowrap;
}
.acq-list-box-body-price-tag::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 17.5px solid transparent;
	border-left: 13px solid #fff;
	border-bottom: 17.5px solid transparent;
}
.acq-list-box-body-price-value {
	font-family: 'nexabold';
	font-size: 22px;
	color: var(--main-color);
}
.acq-list-box-body-price-value-old {
	display: block;
	font-family: 'nexalight';
	font-size: 18px;
	color: #353535;
	text-decoration: line-through;
}
.acq-list-box-body-price-info {
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}
.acq-list-box-body-price-info-value {
	margin-right: 5px;
}
.acq-list-box-body-price-info i {
	color: #f17f1b;
}
.acq-list-box-body-price .acq-btn {
	min-width: 150px;
	margin-top: 10px;
}
.acq-list-box-body-content-icons {
	white-space: nowrap;
}
.acq-list-box-body-content-icons-box {
	display: inline-block;
	margin-right: 10px;
}
.acq-list-box-body-content-icons-box:last-of-type {
	margin-right: 0;
}
.acq-list-box-body-content-icons-box .fa-plane {
	font-size: 18px;
}
.acq-list-box-body-content-icons-box .fa-bed {
	font-size: 19px;
}
.acq-list-box-body-content-icons-box .fa-bus {
	font-size: 18px;
}
.acq-list-box-body-content-icons-box .fa-male {
	margin: 0 1px;
	font-size: 18px;
}
@media screen and (max-width: 1100px){
	.acq-list-box-body {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.acq-list-box-body-price {
		order: 2;
	}
	.acq-list-box-body-content {
		order: 3;
		padding: 25px 0 0;
	}
}
@media screen and (max-width: 767px){
	.acq-list-box-body-content-rating-wrapper,
	.acq-list-box-body-content {
		display: none;
	}
}
@media screen and (max-width: 575px){
	.acq-list-box-body-img-wrapper {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.acq-list-box-body-imgbox-inner {
		width: 100%;
		height: auto;
	}
	.acq-list-box-body-imgbox {
		padding-bottom: 75%;
		background-size: auto;
	}
	/*.acq-list-box-body-imgbox img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: auto;
		height: 100%;
	}*/
	.acq-list-box-body-price {
		flex-basis: 100%;
		text-align: center;
	}
}

/* acq-rating-grid */
.acq-rating-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0 10px;
}
.acq-rating-subscore {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	gap: 0 20px;
}
.acq-big-rating {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 5px 10px 5px 5px;
	font-family: 'nexabold';
	background-color: var(--main-color);
	border-radius: 5px;
}
.acq-big-rating-value-wrapper {
	flex-basis: auto;
}
.acq-big-rating-value {
	width: 64px;
	height: 64px;	
	font-size: 28px;
	color: var(--main-color);
	line-height: 64px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
}
.acq-big-rating-value-orange .acq-big-rating-value {
	background-color: var(--main-color-light);
}
.acq-big-rating-text {
	flex-basis: 100%;
	min-width: 200px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
}
.acq-big-rating-text-reviews {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
}
.acq-big-rating-text-reviews span {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px 4px;
	color: #589b48;
	background-color: #fff;
	border-radius: 3px;
}
.acq-big-rating-text-reviews span i {
	margin-right: 5px;
}
.acq-big-rating-badge {
	flex-basis: auto;
}
.acq-big-rating-badge img {
	width: auto;
	height: 50px;
}
.acq-rating-subscore-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 3px 0;
}
.acq-rating-subscore-item-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.acq-rating-subscore-item {
	font-size: 16px;
}
.acq-rating-subscore-line .acq-rating-name {
	min-width: 92px;
}
.acq-rating-subscore-line .acq-rating-points {
	width: 44px;
	text-align: right;
}
.acq-rating-subscore-item img {
	display: block;
	width: auto;
	height: 15px;
	margin: 0 5px;
}
@media screen and (max-width: 1190px){
	.acq-rating-subscore {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 575px){
	.acq-rating-subscore-line {
		margin: 0 0 5px;
	}
}

/* acq-rating-filter */
.acq-rating-filter {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.acq-rating-filter .dropdown {
	width: auto;
	padding: 10px 15px;
	background-color: #f0f0f0;
}
.acq-rating-filter .dropdown-toggle i {
	margin-left: 5px;
}
.acq-rating-filter .dropdown-menu {
	padding: 10px 0;
	margin: 2px 0 0;
	font-size: 14px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	white-space: nowrap;
	cursor: pointer;
}
.acq-rating-filter .dropdown-menu-item {
	display: block;
	padding: 5px 15px;
	transition: all .25s ease;
	cursor: pointer;
}
.acq-rating-filter .dropdown-menu-item:hover,
.acq-rating-filter .dropdown-menu-item:focus {
	color: #f17f1b;
}
.acq-rating-filter .dropdown-menu-item.selected {
	background-color: #f0f0f0;
}

/* acq-list-box-custom */
.acq-list-box-custom {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.acq-list-box-custom .acq-list-box-body {
	display: block;
	padding: 25px;
}

/* acq-slim-box */
.acq-slim-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding: 20px 25px;
	background-color: #f5f5f5;
}
.acq-slim-box-text {
	position: relative;
	flex-basis: 100%;
	padding-right: 15px;
	padding-left: 50px;
	font-family: 'nexabold';
	font-size: 18px;
	color: #454545;
}
.acq-slim-box-text i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 32px;
	color: var(--main-color);
}
.acq-slim-box-subtext-wrapper
.acq-slim-box-subtext {
	font-family: 'nexalight';
	font-size: 14px;
}
.acq-slim-box-text-cta {
	flex-basis: auto;
}
@media screen and (max-width: 991px){
	.acq-slim-box,
	.acq-slim-box-text,
	.acq-slim-box-text-cta {
		display: block;
	}
	.acq-slim-box-text-cta {
		margin-top: 20px;
		text-align: right;
	}
}

/* acq-slim-box-short */
.acq-slim-box-short {
	margin-bottom: 30px;
	padding: 20px 25px;
	background-color: #f5f5f5;
}
.acq-slim-box-short-content-wrapper {
	position: relative;
	margin-bottom: 15px;
	padding-left: 77px;
}
.acq-slim-box-short-icon {
	position: absolute;
	top: 7px;
	left: 0;
}
.acq-slim-box-short-content-title {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 16px;
}
.acq-slim-box-short-cta-price {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 10px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 16px;
}

/* acq-box */
.acq-box-wrapper {
	margin-bottom: 30px;
}
.acq-box-wrapper h2 {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-size: 20px;
}
.acq-box-wrapper .acq-box {
	margin-bottom: 3px;
}
.acq-box-wrapper .acq-box:last-of-type {
	margin-bottom: 0;
}
.acq-box {
	margin-bottom: 30px;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.acq-box-header {
	padding: 10px 20px;
	font-family: 'nexabold';
	font-size: 14px;
	color: #353535;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #9a9a9a;
}
.acq-box-dark-header .acq-box-header {
	color: #fff;
	background-color: #353535;
	border-bottom: none;
}
.acq-box-light-header .acq-box-header {
	color: #353535;
	background-color: #f5f5f5;
	border-bottom: none;
}
.acq-box-body {
	padding: 20px;
	background-color: #fff;
}
.acq-box-body-line {	
	margin: 15px 0;
}
.acq-box-body-line:first-of-type {	
	margin-top: 0;
}
.acq-box-body-line:last-of-type,
.acq-box-body-line:last-of-type p {	
	margin-bottom: 0;
}
.acq-box-body-line label {
	margin-bottom: 0;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-box-body-line .acq-rating-stars {	
	position: relative;
	top: -1px;
}
.acq-box-link-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0 10px;
}
.acq-box-body .acq-box-link-line:first-of-type {
	margin-top: 0;
}
.acq-box-body .acq-box-link-line:last-of-type {
	margin-bottom: 0;
}
.acq-box-link-line-imgbox {
	position: relative;
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	background-image: url('/assets/img/nophoto.png');
	overflow: hidden;
}
.acq-box-link-line-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: auto;
	height: 100%;
}
.acq-box-link-line-text {
	flex-basis: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.acq-box-link-line-icon {
	flex-basis: 40px;
	font-size: 24px;
	color: var(--main-color);
	text-align: center;
}
@media screen and (max-width: 767px){
	.acq-box-link-line-text {
		font-size: 18px;
	}
}

/* acq-region-list */
.acq-region-row {
	display: flex;
	margin-bottom: 15px;
}
.acq-region-row-aside {
	flex: 1 0 auto;
	width: 305px;
	padding-right: 30px;
}
.acq-region-row .acq-box {
	margin-bottom: 15px;
}
.acq-region-row-main {
	flex-basis: 100%;
}
.acq-region-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.acq-region-item {
	width: 33.33334%;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.acq-region {
	height: 100%;
}
.acq-region-imgbox {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #f1f1f1;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	overflow: hidden;
}
.acq-region-img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}
.acq-region-title {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px;
	font-family: 'nexabold';	
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,.35);
}
.acq-region-btn {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
}
.acq-region-btn .from {
	font-family: 'nexalight';	
	font-weight: 400;
}
.acq-region-more {
	text-align: left;
}
.acq-region-more .acq-btn {
	_width: 150px;
}
.show-more-regions .acq-region-item {
	width: 33.33334%;
}
.show-more-regions .acq-region-item.acq-region-more {
	width: 100%;
	margin-top: 20px;
}
.show-more-regions .acq-region-item.acq-region-more .acq-btn {
	width: 50%;
}

@media screen and (max-width: 1139px){
	.acq-region-item,
	.show-more-regions .acq-region-item {
		width: 50%;
	}
	.acq-region-imgbox {
		height: 0;
		padding-bottom: 100%;
	}
}
@media screen and (max-width: 767px){
	.acq-region-item, 
	.show-more-regions .acq-region-item {
		width: 100%;
	}
}
@media screen and (max-width: 575px){
	.acq-region-row {
		flex-direction: column;
	}
	.acq-region-row-aside {
		width: 100%;
		padding-right: 0;
	}
	.acq-region-row .acq-box,
	.acq-region-item {
		margin-bottom: 30px;
	}
	.acq-region-more .acq-btn {
		width: 50%;
	}
}

/* acq-box-upsell */
.acq-box-upsell .acq-box-body {
	padding-top: 10px;
	padding-bottom: 10px;
}
.acq-box-upsell-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -8px;
}
.acq-box-upsell-item {
	flex-basis: 50%;
	padding: 8px;
}
.acq-box-upsell-item-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #f5f5f5;
	border: 2px solid #f5f5f5;
}
.acq-item-recommended .acq-box-upsell-item-inner {
	border-color: #f17f1b;
}
.acq-box-upsell-item-inner::before {
	display: none;
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border-top: 0px solid #f17f1b;
	border-right: 75px solid #f17f1b;
	border-bottom: 75px dashed transparent;
}
.acq-item-discount .acq-box-upsell-item-inner::before {
	display: inline-block;
}
.acq-item-discount-text {
	display: none;
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 0;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	transform: rotate(45deg);
}
.acq-item-discount .acq-item-discount-text {
	display: inline-block;
}
.acq-box-upsell-imgbox {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}
.acq-selected-icon {
	display: none;
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.acq-item-selected .acq-selected-icon {
	display: inline-block;
}
.acq-item-recommended {
	
}
.acq-selected-icon-color {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 38px;
	height: 38px;
	background-color: #fff;
	border-radius: 50%;
}
.acq-selected-icon i {
	position: absolute;
	z-index: 2;
	line-height: 40px;
	font-size: 40px;
	color: #00c600;
}
.acq-box-upsell-imgbox img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%,-50%);
}
.acq-box-upsell-text-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.acq-box-upsell-text {
	padding: 30px 30px 20px;
}
.acq-box-upsell-text h2 {
	font-family: 'nexabold';	
	font-weight: 700;
	font-size: 18px;
}
.acq-box-upsell-footer {
	display: flex;
	gap: 15px;
	flex-direction: column;
	padding: 0 30px 30px;
}
.acq-box-upsell-select-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.acq-box-upsell-select-container .form-control {
	width: 60px;
	padding-left: 5px;
	background-color: #fff;
}
.acq-box-upsell-price {
	flex-basis: 100%;
	font-family: 'nexabold';	
	font-weight: 700;
	font-size: 16px;
	text-align: right;
	border-bottom: 1px solid #ddd;
}
.acq-box-upsell-price-container .acq-btn-package-upgrade {
	display: block;
	width: 100%;
}
@media screen and (max-width: 991px){
	.acq-box-upsell-item {
		flex-basis: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

/* acq-box-options */
.acq-box-options .acq-box-body {
	padding-top: 10px;
	padding-bottom: 10px;
}
.acq-box-options-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
}
.acq-box-options-item {
	flex-basis: 33.33334%;
	padding: 10px;
}
.acq-box-options-item-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}
.acq-box-options-text-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.acq-box-options-text {
	padding-bottom: 20px;
}
.acq-box-options-text h2 {
	margin-bottom: 0;
	font-family: 'nexabold';	
	font-weight: 700;
	font-size: 18px;
}
.acq-box-options-text-subtitle {
	font-family: 'nexabold';
	font-weight: 700;	
	font-size: 12px;
	color: #999;
}
.acq-box-options-line {
	margin-top: 15px;
	padding: 15px;
	background-color: #fff;
}
.acq-box-options-line img {
	float: left;
	width: 30px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
}
.acq-box-options-line-text {
	margin-left: 40px;
}
.acq-box-options-line-title {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 14px;
}
.acq-box-options-line-subtitle {
	font-size: 11px;
}
.acq-box-options-btn-container {

}
@media screen and (max-width: 1140px){
	.acq-box-options-item {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 991px){
	.acq-box-options-item {
		flex-basis: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

/* acq-box-search */
.acq-box-search {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}
.acq-box-search-control-wrapper {
	flex-basis: 100%;
}
.acq-box-search-control {
	flex-basis: 100%;
}
.acq-box-search-btn {
	flex-basis: auto;
	padding: 0 20px;
}
.acq-box-body-line-categ {
	position: relative;
	z-index: 1;
	height: 34px;
	padding-left: 26px;
	line-height: 34px;
	text-overflow: ellipsis;
	overflow: hidden;	
}
.acq-box-body-line-categ-icon {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	font-size: 20px;
	color: var(--main-color);
	transform: translateY(-50%);
}
.acq-box-body-line-categ-icon + label {
	padding-left: 10px;
	font-size: 14px;
	cursor: pointer;
}
.with-counter .acq-box-body-line-counter {
	position: absolute;
	top: 50%;
	right: 1px;
	width: 50px;
	font-family: 'nexabold';
	font-size: 12px;
	color: var(--main-color);
	text-align: right;
	transform: translateY(-50%);
}
.with-counter .acq-custom-control.acq-custom-checkbox input[type='checkbox'] + label {
	padding-right: 70px;
}
.acq-box-body-line-taller {	
	margin: 6px -20px;
	transition: all 0.25s ease;
}
.acq-box-body-line-taller:hover,
.acq-box-body-line-taller:focus {	
	background-color: #f3f3f3;
}
.acq-box-body-line-taller:first-of-type {	
	margin-top: 0;
}
.acq-box-body-line-taller:last-of-type {	
	margin-bottom: 0;
}
.acq-box-body-line-taller .acq-box-body-line-categ {	
	padding-right: 20px;
	padding-left: 20px;
	transition: all 0.25s ease;
}
.acq-box-body-line-taller .acq-box-body-line-categ-icon {
	left: 20px;
	transition: all 0.25s ease;
}
.acq-box-body-line-taller .acq-box-body-line-categ-icon + label {
	padding-left: 35px;
	transition: all 0.25s ease;
}
.acq-box-body-line-taller.active .acq-box-body-line-categ {	
	background-color: var(--main-color);
}
.acq-box-body-line-taller.active .acq-box-body-line-categ-icon,
.acq-box-body-line-taller.active .acq-box-body-line-categ label {	
	color: #fff;
}
.acq-box-body-imgbox {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 43.22766%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.acq-box-body-imgbox img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.acq-box-body-imgbox {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 43.22766%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.acq-box-body-title {
	display: flex;
	align-items: flex-start;
}
.acq-box-body-title-icon {
	margin-right: 3px;
	font-size: 16px;
}
.acq-box-body-title-left {
	flex-basis: 100%;
	padding-right: 15px;
	font-family: 'nexabold';
	font-size: 16px;
}
.acq-box-body-title-right {
	flex-basis: auto;
}
.acq-box-body-subtitle {
	font-size: 14px;
}
.acq-box-body-info {
	margin-top: 10px;
	font-family: 'nexabold';
}
.acq-box-body-hline {
	margin-right: -20px;
	margin-left: -20px;
}
.acq-box-body-details p {
	margin-bottom: 5px;
}
.acq-box-body-price-wrapper {
	text-align: center;
}
.acq-box-body-price-old {
	margin-bottom: 5px;
	font-family: 'nexalight';
	font-weight: 300;
	font-size: 16px;	
	text-decoration: line-through;
}
.acq-box-body-price {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 24px;	
	color: var(--main-color);
}
.acq-box-body-price-small {
	font-family: 'nexalight';
	font-weight: 300;
	font-size: 14px;
}
.acq-box-body-price-date {
	margin-bottom: 10px;
	font-family: 'nexabold';
	font-weight: 700;
	font-style: normal;
}
.acq-box-body-btn-wrapper {
	margin: 20px -20px -20px;
}

.acq-box-body-date {
	margin-bottom: 10px;
	font-size: 18px;
}
.acq-booking-transfer {
	display: flex;
	flex-direction: column;
}
.acq-booking-transfer-airport {
	display: flex;
	align-items: flex-start;
	font-family: 'nexabold';
	font-size: 16px;
}
.acq-booking-transfer-icon {
	position: relative;
	top: 2px;
	margin-right: 5px;
	font-size: 18px;
}
.acq-booking-transfer-arrow i {
	padding-top: 3px;
	padding-left: 10px;
	font-size: 24px;
}
.acq-booking-transfer-hotel {
	font-family: 'nexabold';
	font-size: 16px;
}

/* acq-error-msg */
.acq-error-msg {
	margin-top: 5px;
	font-size: 12px;
	color: #ff0000;
}
.acq-error-input,
.acq-error-input:focus {
	border-color: #ff0000;
}

/* acq-success-msg */
.acq-success-msg {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #5ebb00;
}
.acq-error-input,
.acq-error-input:focus {
	border-color: #ff0000;
}

/* acq-calendar */
.acq-calendar {
	margin-bottom: 30px;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.acq-calendar:last-of-type {
	margin-bottom: 0;
}
.acq-calendar-header {
	position: relative;
	padding: 10px 20px;
	font-family: 'nexabold';
	font-size: 14px;
	color: #353535;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 2px solid #9a9a9a;
}
.acq-calendar-dark-header .acq-calendar-header {
	color: #fff;
	background-color: #353535;
	border-bottom: none;
}
.acq-calendar-light-header .acq-calendar-header {
	color: #353535;
	background-color: #f5f5f5;
	border-bottom: none;
}
.acq-calendar-header-prev,
.acq-calendar-header-next {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	cursor: pointer;
}
.acq-calendar-header-prev {
	left: 15px;
}
.acq-calendar-header-next {
	right: 15px;
}
.acq-calendar-header-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url("/assets/themes/cocktail/img/icons/sprite-angle-arrows.png");
}
.acq-calendar-header-icon-prev {
	left: 10px;
}
.acq-calendar-header-icon-next {
	background-position: -22px 0;
}
.acq-calendar-body {
	background-color: #fff;
}
.acq-calendar-week {
	padding: 8px 20px 7px;
	background-color: #e8e8e8;
}
.acq-calendar-week-day {
	float: left;
	width: 14.28571%;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 10px;
	text-align: center;
}
.acq-calendar-month {
	padding: 10px 20px;
}
.acq-calendar-month-day {
	position: relative;
	float: left;
	width: 14.28571%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.acq-calendar-month-day-inactive {
	color: #ccc;
}
.acq-calendar-month-day-number,
.acq-calendar-month-day-inactive {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	border-radius: 26px;
}
.active .acq-calendar-month-day-number {
	color: #fff;
	background-color: var(--main-color);
}
.acq-calendar-month-day-number:hover,
.acq-calendar-month-day-number:focus {
	background-color: #f1f1f1;
}

/* acq-daily-schedule */
/*.acq-daily-schedule-wrapper {
	display: flex;
	flex-direction: column;
}*/
.acq-daily-schedule {
	position: relative;
}
.acq-daily-schedule-dotted-line {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 1px;
	border-left: 1px dashed #ccc;
}
.acq-daily-schedule:last-of-type .acq-daily-schedule-dotted-line  {
	display: none;
}
.acq-daily-schedule-inner {
	position: relative;
	z-index: 5;
	display: flex;
	padding-bottom: 20px;
}
.acq-daily-schedule:last-of-type .acq-daily-schedule-inner {
	padding-bottom: 0;
}
.acq-daily-schedule-number-wrapper {
	padding-right: 10px;
}
.acq-daily-schedule-number-inner {
	width: 40px;
	height: 40px;	
}
.acq-daily-schedule-content-wrapper {
	flex-basis: 100%;
	padding-top: 7px;
}
.acq-daily-schedule-number {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	background-color: var(--main-color-light);;
	border-radius: 50%;
}
.acq-daily-schedule-content {
	display: flex;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}
.acq-daily-schedule-content-left,
.acq-daily-schedule-content-right {
	flex-basis: 50%;
}
.acq-daily-schedule-content-left {
	min-width: 350px;
	padding: 20px;
}
.acq-daily-schedule-content-left-title {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 16px;
}
.acq-daily-schedule-content-list {
	margin-bottom: 0;
}
.acq-daily-schedule-content-list li {
	float: left;
	width: 33.33334%;
}
.acq-daily-schedule-content-list li {
	position: relative;
	float: left;
	width: 33.33334%;
	padding: 5px 5px 5px 23px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-daily-schedule-content-list i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 18px;
	color: var(--main-color);
}
.acq-daily-schedule-content-map-wrapper {
	position: relative;
	width: 100%;
	height: 0;
    padding-bottom: 44.30992%;    
    overflow: hidden;
}
.acq-daily-schedule-content-map-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1280px){
	.acq-daily-schedule-content {
		flex-wrap: wrap;
	}
	.acq-daily-schedule-content-left,
	.acq-daily-schedule-content-right {
		flex-basis: 100%;
	}
}

/* acq-box-price-alert */
.acq-box-price-alert-description img {
	float: left;
	width: 44px;
	height: auto;
	margin-right: 10px;
}
.acq-box-search-control-wrapper {
	position: relative;
}
.acq-box-search-control-wrapper .acq-box-search-control {
	padding-right: 28px;
}
.acq-price-alert-curr {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 10px;
	font-weight: 600;
	transform: translateY(-50%);
}
.acq-box-price-alert .spinner-wrapper .spinner {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

/* acq-box-change-dates */
.acq-box-change-dates .acq-box-search-control-wrapper {
	position: relative;
	z-index: 10;
	padding-left: 35px;
	background-color: #f1f1f1;
}
.acq-box-change-dates .acq-box-search-control-wrapper .acq-calendar {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 285px;
}
.acq-box-change-dates .acq-box-change-dates-icon {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(-50%,-50%);
	font-size: 22px;
	color: #f17f1b;
}
.acq-box-change-dates .acq-box-search-control-wrapper .form-control,
.acq-box-change-dates .acq-box-search-control-wrapper .form-control:focus {
	height: 40px;
	padding: 0;
	font-size: 13px;
	line-height: 40px;
	background-color: transparent;
	border: none;
}
.acq-box-change-dates .acq-box-search-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* acq-box-email-alert */
.open-body-backdrop .acq-box-email-alert {
	position: relative;
	z-index: 999999;
}
.open-body-backdrop .acq-box-email-alert .btn {
	pointer-events: auto;
}

/* acq-box-top-hotels */
.acq-box-top-hotels .acq-box-body-line {
	margin: 20px 0;
	padding: 0 10px;
}
.acq-box-top-hotels .top-rated-hotels {
	margin-top: 0;
	padding: 10px;
	background-color: #f17f1b;
}
.acq-box-top-hotels .top-rated-hotels label {
	font-family: 'nexabold';
	font-size: 16px;
	color: #fff;
}
.top-rated-hotels .acq-custom-control.acq-custom-checkbox input[type="checkbox"] + label::before {
	background-color: #fff;
}
.top-rated-hotels .acq-custom-control.acq-custom-checkbox input[type="checkbox"]:checked + label::before {
	color: var(--main-color);
	background-color: #fff;
}
.acq-box-top-hotels .acq-box-search {
	gap: 0;
}
.acq-box-top-hotels .acq-box-search-btn {
	background-color: #f0f0f0;
}
.acq-box-top-hotels .acq-box-search-btn .fa {
	font-weight: 400;
	color: #353535;
}

/* acq-daily-schedule-gallery */
.acq-daily-schedule-gallery {
	margin-bottom: 20px;
}
.acq-daily-schedule-gallery-img {
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px 20px 10px 0;
	border-radius: 50%;
}

/* acq-services-list */
.acq-services-list-wrapper {
	padding: 10px;
}
.acq-services-list {
	margin-bottom: 0;
}
.acq-services-list li {
	position: relative;
	float: left;
	width: 33.33334%;
	padding: 10px 10px 10px 27px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-services-list i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 18px;
	color: #3da03b;
}
.acq-services-list.included i {
	color: #3da03b;
}
@media screen and (max-width: 991px){
	.acq-services-list li {
		width: 50%;
	}
}
@media screen and (max-width: 510px) {
	.acq-services-list li {
		float: none;
		width: 100%;
	}
}

/*.acq-services-list li {	
	position: relative;
	float: left;
	padding: 15px;	
}
.acq-services-list i {
	font-size: 24px;
	color: #3da03b;
}
.acq-services-list.not-included i {
	color: #ff554a;
}*/

/* acq-reviews */
.acq-review-wrapper {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #f5f5f5;
}
.acq-review {
	display: flex;
}
.acq-review-image-box {
	width: 80px;
	height: 80px;
	margin-top: 5px;
}
.acq-review-image {
	border-radius: 50%;
}
.acq-review-content {
	flex-basis: 100%;
	padding-left: 20px;
}
.acq-review-content-title {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 16px;
}
.acq-review-content-stars {
	position: relative;
	top: -4px;
	width: auto;
	height: 14px;
}

/* ion range slider customizations */
.irs {
	margin-top: -5px;
	margin-bottom: 15px;
	font-family: 'nexalight';
}
.irs--round .irs-min,
.irs--round .irs-max {
	top: 50px;
	padding: 0;
	font-size: 12px;
	color: #3e3e3e;
	line-height: 1;	
	background-color: transparent;
	border-radius: 0;
	visibility: visible !important;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	top: 9px;
	padding: 0;
	font-family: 'nexabold';
	font-size: 12px;
	color: var(--main-color);	
	background-color: transparent;	
	border-radius: 0;
}
.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
	display: none;
}
.irs--round .irs-bar {
	background-color: var(--main-color);
}
.irs--round .irs-handle {
	top: 33px;
	width: 11px;
	height: 11px;
	border: 2px solid var(--main-color);
	background-color: var(--main-color);
	border-radius: 50%;
	box-shadow: none;
	transition: background-color 0.25s ease;
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: #fff;
}

/* filters */
.acq-filters-btn {
	display: none;
	margin-bottom: 20px;
}
.acq-filters-close {
	display: none;
	height: 40px;
	line-height: 40px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: var(--main-color);
	cursor: pointer;
}
.acq-filters-close .fa {
	font-size: 20px;
}
@media screen and (max-width: 767px){
	.acq-filters-btn {
		position: fixed;
		z-index: 20;
		left: 15px;
		bottom: 20px;
		display: block;
	}
	.acq-filters-close {
		display: block;
	}
}

/* acq-filters-map */
.acq-filters-map {
	margin-bottom: 30px;
}
.acq-filters .acq-box-search-btn {
	padding-right: 10px;
	padding-left: 10px;
	color: #353535;
	background-color: #f0f0f0;	
}

/* pagination */
.acq-pagination {
	margin: 20px 0;
	text-align: center;
}
.acq-pagination-list {
	display: inline-block;
}
.acq-pagination-item {
	display: inline-block;
}
.acq-pagination-item.more {
	font-size: 30px;
}
.acq-pagination-link {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.25s ease;
}
.acq-pagination-link:hover,
.acq-pagination-link:focus {
	background: #eaeaea;
}
.acq-pagination-link.active {
	font-family: Nexa Bold;
	background: #eaeaea;
}
.acq-pagination-item-prev .acq-pagination-link,
.acq-pagination-item-next .acq-pagination-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	line-height: 1;
	background: #eaeaea;
	border-radius: 4px;
}
.acq-pagination-item-prev .acq-pagination-link {
	padding: 8px 12px 8px 0;
}
.acq-pagination-item-next .acq-pagination-link {
	padding: 8px 0 8px 12px;
}
.acq-pagination-link .acq-pagination-text {
	line-height: 1;
}
.acq-pagination-link .acq-pagination-icon {
	min-width: 24px;
	text-align: center;
}

/* acq-slider */
.acq-slider {
	margin: 0 -15px;
}
.acq-slider-item {
	padding: 0 15px;
}
.acq-slider-link {
	display: block;
	position: relative;
}
.acq-slider-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
	opacity: 0;
	transition: opacity 0.25s ease;
}
.acq-slider-item:hover .acq-slider-mask,
.acq-slider-item:focus .acq-slider-mask {
	opacity: 1;
}
.acq-slider-imgbox {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat;
	background-position: right 15px top 15px;
	background-size: 50% auto;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-slider-imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*right: 0;
	bottom: 0;*/	
	display: block;
	width: auto;
	height: 100%;
}
.acq-slider-text {
	position: absolute;	
	z-index: 3;
	right: 20px;
	bottom: 15px;
	left: 20px;
	font-family: 'nexabold';
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}
.acq-slider-hide-dots .slick-dots {
	display: none;
}
.acq-slider.acq-slider-hide-dots.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.acq-slider .slick-dots {
	bottom: -30px;	
}
.acq-slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.acq-slider .slick-dots li button::before {
	content: '';
	width: 0;
	height: 0;
	font-size: 0;
	color: transparent;
	line-height: 0;
	text-align: center;
	opacity: 0;	
	background-color: transparent;
}
.acq-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #c4c4c4;
	border-radius: 50%;
	transition: background-color 0.25s ease;
}
.acq-slider .slick-dots li.slick-active button {
	background-color: var(--main-color);
}
.acq-slider.slick-dotted.slick-slider {
	margin-bottom: 60px;
}
@media screen and (max-width: 767px){
	.acq-slider-text {
		font-size: 16px;
	}
}

.slick-track {
	margin-left: 0;
	margin-right: 0;
}
/* acq-slider-big */
/* acq-slider-big-main */
.acq-slider-big-main {
	margin: 0 0 20px;
}
.acq-slider-big-main-item {
	padding: 0;	
}
.acq-slider-big-main-imgbox {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 44.10143%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
}
.acq-slider-big-main .slick-prev::before {
	content: '\f104';
}
.acq-slider-big-main .slick-next::before {
	content: '\f105';
}
.acq-slider-big-main .slick-prev::before,
.acq-slider-big-main .slick-next::before {
	font-family: 'FontAwesome';
	font-size: 80px;
	line-height: 1;	
	color: #fff;
}
.acq-slider-big-main .slick-prev,
.acq-slider-big-main .slick-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 80px;
	height: 100%;
	margin-top: 0;
	opacity: .65;
    transform: translateY(-50%);
	transition: all 0.25s ease;
}
.acq-slider-big-main .slick-prev {
	left: 0;
}
.acq-slider-big-main .slick-next {
	right: 0;
}
.acq-slider-big-main .slick-prev:hover,
.acq-slider-big-main .slick-next:hover,
.acq-slider-big-main .slick-prev:focus,
.acq-slider-big-main .slick-next:focus {
	opacity: .95;
	background-color: rgba(0,0,0,0.15);
}
@media screen and (max-width: 767px){
	.acq-slider {
		margin-bottom: 30px;
	}
	.acq-slider-big-main .slick-prev::before,
	.acq-slider-big-main .slick-next::before {
		font-size: 60px;
	}
	.acq-slider-big-main-imgbox {
		padding-bottom: 66.66667%;
	}
}
@media screen and (max-width: 575px){
	.acq-slider-big-main .slick-prev::before,
	.acq-slider-big-main .slick-next::before {
		font-size: 40px;
	}
}

/* acq-slider-big-nav */
.acq-slider-big-nav-wrapper {
	margin: 0 0 40px;
	overflow: hidden;
}
/*.acq-slider-big-nav {
	margin: 0 -10px;	
}*/
.acq-slider-big-nav-item {
	padding: 0 10px;
}
.acq-slider-big-nav-imgbox {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	background-size: 85% auto;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-slider-big-nav-imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: auto;
	height: 100%;
}

/* acq-box-slider */
.acq-box-slider-wrapper {
	overflow: hidden;
}
.acq-box-slider {
	margin: 0 -5px 40px;
}
.acq-box-slider-item {
	padding: 0 5px;
}
.acq-box-slider-link {
	display: block;
	position: relative;
}
.acq-box-slider-imgbox {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-image: url('/assets/img/nophoto.png');
	overflow: hidden;
}
.acq-box-slider-imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: auto;
	height: 100%;
}
.acq-box-slider .slick-prev::before {
	content: '\f104';
}
.acq-box-slider .slick-next::before {
	content: '\f105';
}
.acq-box-slider .slick-prev::before,
.acq-box-slider .slick-next::before {
	font-family: 'FontAwesome';
	font-size: 30px;
	line-height: 1;
	color: #606060;
}
.acq-box-slider .slick-prev,
.acq-box-slider .slick-next {
	position: absolute;
	z-index: 5;
	top: auto;
	bottom: -35px;
	width: 30px;
	height: 30px;
	margin-top: 0;
	opacity: .5;
    transform: translateY(0);
	transition: opacity 0.25s ease;
}
.acq-box-slider .slick-prev {
	left: 50%;
	margin-left: -35px;
}
.acq-box-slider .slick-next {
	right: 50%;
	margin-right: -35px;
}
.acq-box-slider .slick-prev:hover,
.acq-box-slider .slick-next:hover,
.acq-box-slider .slick-prev:focus,
.acq-box-slider .slick-next:focus {
	opacity: .95;
}
@media screen and (max-width: 767px){
	.acq-box-slider {
		margin-right: -15px;
		margin-left: -15px;
	}
	.acq-box-slider-item {
		padding: 0 15px;
	}
}

/* acq-slider-offers */
.acq-slider-offers-wrapper {
	margin: 0;
	padding-bottom: 60px;
	overflow: hidden;
}
.acq-slider-offers {
	margin: 0 -10px;
}
.acq-slider-offers-item {
	display: flex !important;
	justify-content: space-between;
	padding: 0 10px;
}
.acq-slider-offers-imgbox-wrapper {
	flex-basis: auto;
}
.acq-slider-offers-imgbox-inner{
	width: 178px;
	height: 178px;
}
.acq-slider-offers-content {
	flex-basis: 100%;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: initial;
	overflow: hidden;	
}
.acq-slider-offers-imgbox {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	background-size: 75% auto;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-slider-offers-imgbox img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: auto;
	height: 100%;
}
.acq-slider-offers-over-text {
	position: absolute;	
	z-index: 3;
	right: 20px;
	bottom: 15px;
	left: 20px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}
.acq-slider-offers-over-text p {
	margin-bottom: 0;
}
.acq-slider-offers-title {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-price-line {
	font-size: 15px;
}
.acq-slider-offers-price {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 17px;
	color: var(--main-color);
}
.acq-slider-offers .slick-prev::before {
	content: '\f104';
}
.acq-slider-offers .slick-next::before {
	content: '\f105';
}
.acq-slider-offers .slick-prev::before,
.acq-slider-offers .slick-next::before {
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 1;
	color: #606060;
}
.acq-slider-offers .slick-prev,
.acq-slider-offers .slick-next {
	position: absolute;
	z-index: 5;
	top: auto;
	bottom: -50px;
	width: 40px;
	height: 40px;
	margin-top: 0;
	opacity: .5;
    transform: translateY(0);
	transition: opacity 0.25s ease;
}
.acq-slider-offers .slick-prev {
	left: 50%;
	margin-left: -40px;
}
.acq-slider-offers .slick-next {
	right: 50%;
	margin-right: -40px;
}
.acq-slider-offers .slick-prev:hover,
.acq-slider-offers .slick-next:hover,
.acq-slider-offers .slick-prev:focus,
.acq-slider-offers .slick-next:focus {
	opacity: .95;
}

/* acq-slider-offers-2 */
.acq-slider-offers-2-wrapper {
	margin: 0;
	padding-bottom: 60px;
	overflow: hidden;
}
.acq-slider-offers-2 {
	margin: 0 -15px;
}
.acq-slider-offers-2-inner {
	padding: 0 15px;
}
.acq-slider-offers-2-item {
	display: flex !important;
	justify-content: space-between;
	padding: 15px;
	background-color: #f2f2f2;
}
.acq-slider-offers-2-item .acq-slider-mask {
	opacity: 1;
}
.acq-slider-offers-2-imgbox-wrapper {
	flex-basis: auto;
}
.acq-slider-offers-2-imgbox-inner {
	width: 150px;
	height: 150px;
}
.acq-slider-offers-2-content {
	flex-basis: 100%;
	padding-top: 5px;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-2-content p {
	margin-bottom: 0;
	font-size: 16px;
	white-space: normal;
	text-overflow: initial;
	overflow: visible;
}
.acq-slider-offers-2-imgbox {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
}
.acq-slider-offers-2-imgbox img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.acq-slider-offers-2-over-text {
	position: absolute;	
	z-index: 3;
	right: 20px;
	bottom: 15px;
	left: 20px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}
.acq-slider-offers-2-over-text p {
	margin-bottom: 0;
}
.acq-slider-offers-2-title {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-2-content-price {
	margin-top: 10px;
}
.acq-slider-offers-2-content-price .acq-btn {
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.acq-slider-offers-2-price-line {
	float: left;
	margin-top: 7px;	
	font-size: 15px;
	white-space: nowrap;
	text-overflow: initial;
	overflow: visible;
}
.acq-slider-offers-2-price {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 17px;
	color: var(--main-color);
}
.acq-slider-offers-2 .slick-prev::before {
	content: '\f104';
}
.acq-slider-offers-2 .slick-next::before {
	content: '\f105';
}
.acq-slider-offers-2 .slick-prev::before,
.acq-slider-offers-2 .slick-next::before {
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 1;
	color: #606060;
}
.acq-slider-offers-2 .slick-prev,
.acq-slider-offers-2 .slick-next {
	position: absolute;
	z-index: 5;
	top: auto;
	bottom: -50px;
	width: 40px;
	height: 40px;
	margin-top: 0;
	opacity: .5;
    transform: translateY(0);
	transition: opacity 0.25s ease;
}
.acq-slider-offers-2 .slick-prev {
	left: 50%;
	margin-left: -40px;
}
.acq-slider-offers-2 .slick-next {
	right: 50%;
	margin-right: -40px;
}
.acq-slider-offers-2 .slick-prev:hover,
.acq-slider-offers-2 .slick-next:hover,
.acq-slider-offers-2 .slick-prev:focus,
.acq-slider-offers-2 .slick-next:focus {
	opacity: .95;
}
@media screen and (max-width: 767px){
	.acq-slider-offers-2-content,
	.acq-slider-offers-2-title {
		white-space: normal;
		text-overflow: initial;
		overflow: visible;
	}
}

/* acq-slider-offers-3 */
.acq-slider-offers-3-wrapper {
	margin: 0;
	padding-bottom: 60px;
	overflow: hidden;
}
.acq-slider-offers-3 {
	margin: 0 -15px;
}
.acq-slider-offers-3-item {
	display: block;
	padding: 0 15px;
	color: #606060;
}
.acq-slider-offers-3-item:hover,
.acq-slider-offers-3-item:focus {
	color: #606060;
}
.acq-slider-offers-3-imgbox {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 100%;
	overflow: hidden;
}
.acq-slider-offers-3-imgbox img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-slider-offers-3-content {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-3-title {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-3-content p {
	margin-bottom: 3px;
	font-size: 16px;
	overflow: visible;
}
.acq-slider-offers-3-price-line {
	font-size: 15px;
}
.acq-slider-offers-3-price {
	font-family: 'nexabold';
	font-size: 17px;
	color: var(--main-color);
}
.acq-slider-offers-3 .slick-prev::before,
.acq-slider-offers-3 .slick-next::before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 40px;
	line-height: 1;
	color: #606060;
}
.acq-slider-offers-3 .slick-prev::before {
	content: '\f053';
}
.acq-slider-offers-3 .slick-next::before {
	content: '\f054';
}
.acq-slider-offers-3 .slick-prev,
.acq-slider-offers-3 .slick-next {
	position: absolute;
	z-index: 5;
	top: 30%;
	bottom: auto;
	width: 40px;
	height: 60px;
	margin-top: 0;
	background-color: rgba(255,255,255,.75);
	opacity: .75;
	transform: translateY(0);
	transition: opacity 0.25s ease;
}
.acq-slider-offers-3 .slick-prev {
	left: 15px;
	margin-left: 0;
	border-radius: 0 6px 6px 0;
}
.acq-slider-offers-3 .slick-next {
	right: 15px;
	margin-right: 0;
	border-radius: 6px 0 0 6px;
}
.acq-slider-offers-3 .slick-prev:hover,
.acq-slider-offers-3 .slick-next:hover,
.acq-slider-offers-3 .slick-prev:focus,
.acq-slider-offers-3 .slick-next:focus {
	opacity: .95;
}

/* acq-slider-offers-4 */
.acq-slider-offers-4-wrapper {
	margin: 0;
	padding-bottom: 60px;
	overflow: hidden;
}
.acq-slider-offers-4 {
	margin: 0 -10px;
}
.acq-slider-offers-4-item {
	padding: 15px;
}
.acq-slider-offers-4-box {
	display: block;
	height: 100%;
	color: #606060;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.acq-slider-offers-4-box:hover,
.acq-slider-offers-4-box:focus {
	color: #3e3e3e;
}
.acq-slider-offers-4-imgbox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 67.46032%;
	overflow: hidden;
}
.acq-slider-offers-4-imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-slider-offers-4-content {
	padding: 15px;
	font-size: 14px;
}
.acq-slider-offers-4-title {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-size: 20px;
	color: #3e3e3e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-4-content p {
	margin-bottom: 3px;	
}
.acq-slider-offers-4-price-button-wrapper {
	text-align: center;
}
.acq-slider-offers-4-price-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px 24px;
	color: #fff;
	background-color: var(--main-color);
}
.acq-slider-offers-4-from-price {
	padding: 0 10px;
}
.acq-slider-offers-4-old-price {
	margin-right: 5px;
	text-decoration: line-through;
}
.acq-slider-offers-4-price {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 17px;	
}
.acq-slider-offers-4-info {
	margin-top: 15px;
	font-size: 16px;
}
.acq-slider-offers-4-info span {
	margin-right: 10px;
}
.acq-slider-offers-4-info span:last-of-type {
	margin-right: 0;
}
.acq-slider-offers-4.slick-slider {
	display: flex;
}
.acq-slider-offers-4.slick-slider .slick-track {
	display: flex;
	height: 100%;
}
.acq-slider-offers-4.slick-slider .slick-slide {
	float: none;
}
.acq-slider-offers-4 .slick-prev::before,
.acq-slider-offers-4 .slick-next::before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 40px;
	line-height: 1;
	color: #606060;
}
.acq-slider-offers-4 .slick-prev::before {
	content: '\f053';
}
.acq-slider-offers-4 .slick-next::before {
	content: '\f054';
}
.acq-slider-offers-4 .slick-prev,
.acq-slider-offers-4 .slick-next {
	position: absolute;
	z-index: 5;
	top: 30%;
	bottom: auto;
	width: 40px;
	height: 60px;
	margin-top: 0;
	background-color: rgba(255,255,255,.75);
	opacity: .75;
	transform: translateY(0);
	transition: opacity 0.25s ease;
}
.acq-slider-offers-4 .slick-prev {
	left: 15px;
	margin-left: 0;
	border-radius: 0 6px 6px 0;
}
.acq-slider-offers-4 .slick-next {
	right: 15px;
	margin-right: 0;
	border-radius: 6px 0 0 6px;
}
.acq-slider-offers-4 .slick-prev:hover,
.acq-slider-offers-4 .slick-next:hover,
.acq-slider-offers-4 .slick-prev:focus,
.acq-slider-offers-4 .slick-next:focus {
	opacity: .95;
}

/* acq-slider-offers-5 */
.acq-slider-offers-5-wrapper {
	margin: 0;
	padding: 0 10px 60px;
	overflow: hidden;
}
.acq-slider-offers-5 {
	margin: 0 -15px;
}
.acq-slider-offers-5-item {
	padding: 15px;
}
.acq-slider-offers-5-box {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	color: #606060;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.acq-slider-offers-5-box:hover,
.acq-slider-offers-5-box:focus {
	color: #3e3e3e;
}
.acq-slider-offers-5-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+40,000000+100&0+40,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.acq-slider-offers-5-label {
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 0;
	height: 36px;
	line-height: 36px;
	padding: 0 15px 0;
	font-family: 'nexabold';
	font-size: 16px;
	color: var(--main-color);
	background-color: #fff;
	box-shadow: -5px 0 10px 0 rgba(0,0,0,.2);
}
.acq-slider-offers-5-label::before {
	content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-top: 18px solid #fff;
	border-left: 12px solid transparent;
}
.acq-slider-offers-5-label::after {
	content: '';
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-bottom: 18px solid #fff;
	border-left: 12px solid transparent;
}
.acq-slider-offers-5-box img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: none;
	width: auto;
	height: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-slider-offers-5-content {
	position: absolute;
	z-index: 3;
	right: 15px;
	bottom: 5%;
	left: 15px;
	padding: 15px;
	font-size: 14px;
	color: #fff;
}
.acq-slider-offers-5-title {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 20px;	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-5-content p {
	margin-bottom: 10px;
	text-align: center;
}
.acq-slider-offers-5-price-button-wrapper {
	text-align: center;
}
.acq-slider-offers-5-price-button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px 24px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 20px;
}
.acq-slider-offers-5-from-price {
	padding: 0 10px;
}
.acq-slider-offers-5-old-price {
	margin-right: 5px;
	text-decoration: line-through;
}
.acq-slider-offers-5-price {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 17px;	
}
.acq-slider-offers-5 .slick-prev::before,
.acq-slider-offers-5 .slick-next::before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 40px;
	line-height: 1;
	color: #606060;
}
.acq-slider-offers-5 .slick-prev::before {
	content: '\f053';
}
.acq-slider-offers-5 .slick-next::before {
	content: '\f054';
}
.acq-slider-offers-5 .slick-prev,
.acq-slider-offers-5 .slick-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	bottom: auto;
	width: 40px;
	height: 60px;
	margin-top: 0;
	background-color: rgba(255,255,255,.75);
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.25s ease;
}
.acq-slider-offers-5:hover .slick-prev,
.acq-slider-offers-5:hover .slick-next {
	opacity: 0.5;
}
.acq-slider-offers-5 .slick-prev {
	left: 15px;
	margin-left: 0;
	border-radius: 0 6px 6px 0;
}
.acq-slider-offers-5 .slick-next {
	right: 15px;
	margin-right: 0;
	border-radius: 6px 0 0 6px;
}
.acq-slider-offers-5 .slick-prev:hover,
.acq-slider-offers-5 .slick-next:hover,
.acq-slider-offers-5 .slick-prev:focus,
.acq-slider-offers-5 .slick-next:focus {
	opacity: .95;
}

/* acq-slider-offers-6 */
.acq-slider-offers-6 {
	margin-bottom: 50px;
}
.acq-slider-offers-6-box {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 55.55556%;
	overflow: hidden;
}
.acq-slider-offers-6-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}
.acq-slider-offers-6-box img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-slider-offers-6-content {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.acq-slider-offers-6-title {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 24px;	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-6-content p {
	margin-bottom: 10px;
	text-align: center;
}
.acq-slider-offers-6-info {
	margin: 15px 0;
	font-size: 16px;
}
.acq-slider-offers-6-info span {
	margin-right: 10px;
}
.acq-slider-offers-6-info span:last-of-type {
	margin-right: 0;
}
.acq-slider-offers-6-price-line {
	display: inline-block;
	height: 36px;
	padding: 0 25px;
	line-height: 36px;
	font-size: 15px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 20px;
}
.acq-slider-offers-6-old-price {
	margin-right: 5px;
	text-decoration: line-through;
}
.acq-slider-offers-6-price {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 17px;	
}
.acq-slider-offers-6 .slick-prev::before,
.acq-slider-offers-6 .slick-next::before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 40px;
	line-height: 1;
	color: #606060;
}
.acq-slider-offers-6 .slick-prev::before {
	content: '\f053';
}
.acq-slider-offers-6 .slick-next::before {
	content: '\f054';
}
.acq-slider-offers-6 .slick-prev,
.acq-slider-offers-6 .slick-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	bottom: auto;
	width: 40px;
	height: 60px;
	margin-top: 0;
	background-color: rgba(255,255,255,.75);
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.25s ease;
}
.acq-slider-offers-6:hover .slick-prev,
.acq-slider-offers-6:hover .slick-next {
	opacity: 0.5;
}
.acq-slider-offers-6 .slick-prev {
	left: 0;
	margin-left: 0;
	border-radius: 0 6px 6px 0;
}
.acq-slider-offers-6 .slick-next {
	right: 0;
	margin-right: 0;
	border-radius: 6px 0 0 6px;
}
.acq-slider-offers-6 .slick-prev:hover,
.acq-slider-offers-6 .slick-next:hover,
.acq-slider-offers-6 .slick-prev:focus,
.acq-slider-offers-6 .slick-next:focus {
	opacity: .95;
}

/* acq-slider-offers-7 */
.acq-slider-offers-7-wrapper {
	margin: 0;
	padding-bottom: 60px;
	overflow: hidden;
}
.acq-slider-offers-7 {
	margin: 0 -10px;
}
.acq-slider-offers-7-item {
	display: flex !important;
	justify-content: space-between;
	padding: 0 10px;
	color: #606060;
}
.acq-slider-offers-7-item:hover,
.acq-slider-offers-7-item:focus {
	color: #606060;
}
.acq-slider-offers-7-imgbox-wrapper {
	flex-basis: auto;
}
.acq-slider-offers-7-imgbox-inner {
	width: 178px;
	height: 178px;
}
.acq-slider-offers-7-content {
	flex-basis: 100%;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-7-content .fa {
	font-weight: 400;
}
/*.acq-slider-offers-7-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: initial;
	overflow: hidden;	
}*/
.acq-slider-offers-7-imgbox {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat center center;
	background-size: 75% auto;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-slider-7-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
	opacity: 0;
	transition: opacity 0.25s ease;
}
.acq-slider-offers-7-item:hover .acq-slider-7-mask {
	opacity: 1;
}
.acq-slider-offers-7-imgbox img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	max-width: none;
	width: auto;
	height: 100%;
}
.acq-slider-offers-7-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: initial;
	overflow: hidden;
}
.acq-slider-offers-7-location {
	margin-bottom: 5px;
	font-family: 'nexalight';
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acq-slider-offers-7-info {
	margin-bottom: 20px;
	font-family: 'nexalight';
	font-size: 16px;
}
.acq-slider-offers-7-item .acq-btn-hollow {
	font-weight: 400;
}
.acq-slider-offers-7-price {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 17px;
}
.acq-slider-offers-7 .slick-prev::before {
	content: '\f104';
}
.acq-slider-offers-7 .slick-next::before {
	content: '\f105';
}
.acq-slider-offers-7 .slick-prev::before,
.acq-slider-offers-7 .slick-next::before {
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 1;
	color: #606060;
}
.acq-slider-offers-7 .slick-prev,
.acq-slider-offers-7 .slick-next {
	position: absolute;
	z-index: 5;
	top: auto;
	bottom: -50px;
	width: 40px;
	height: 40px;
	margin-top: 0;
	opacity: .5;
    transform: translateY(0);
	transition: opacity 0.25s ease;
}
.acq-slider-offers-7 .slick-prev {
	left: 50%;
	margin-left: -40px;
}
.acq-slider-offers-7 .slick-next {
	right: 50%;
	margin-right: -40px;
}
.acq-slider-offers-7 .slick-prev:hover,
.acq-slider-offers-7 .slick-next:hover,
.acq-slider-offers-7 .slick-prev:focus,
.acq-slider-offers-7 .slick-next:focus {
	opacity: .95;
}

/* acq-banner-boxes- */
.acq-banner-boxes-wrapper {
	position: relative;
	padding: 100px 0;
	text-align: center;
	background: #f9f9f9 url('../img/temp/duomo-di-milano.jpg') no-repeat top center;
}
.acq-banner-boxes-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.35);
}
.acq-banner-boxes-item-wrapper {
	display: inline-block;
	width: 280px;
	height: 280px;
	padding: 15px;
}
.acq-banner-boxes-item {	
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.acq-banner-boxes-label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 20px;
	width: 60px;
	height: 50px;
	font-family: 'nexabold';
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	background-color: var(--main-color);
}
.acq-banner-boxes-label::before,
.acq-banner-boxes-label::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid var(--main-color);
}
.acq-banner-boxes-label::before {
	left: 0;
	border-right: 30px solid transparent;
}
.acq-banner-boxes-label::after {
	right: 0;
	border-left: 30px solid transparent;
}
.acq-banner-boxes-content {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 15px;
	font-family: 'nexabold';
	font-size: 22px;
	color: #606060;
	text-align: center;
}
.acq-banner-boxes-content img {
	display: block;
	margin: 0 auto 20px;
}
@media screen and (max-width: 1199px){
	.acq-banner-boxes-item-wrapper {
		width: 240px;
		height: 240px;
	}
}
@media screen and (max-width: 991px){
	.acq-banner-boxes-wrapper {
		padding: 50px 0;
	}
	.acq-banner-boxes-wrapper > .container {
		max-width: 760px;
	}
	.acq-banner-boxes-item-wrapper {
		width: 240px;
		height: 240px;
	}
}
@media screen and (max-width: 575px){
	.acq-banner-boxes-wrapper > .container {
		width: 440px;
	}
	.acq-banner-boxes-item-wrapper {
		width: 200px;
		height: 200px;
	}
	.acq-banner-boxes-content {
		padding: 10px;
		font-size: 18px;
	}
	.acq-banner-boxes-label {
		left: 10px;
		width: 50px;
		height: 40px;
		font-family: 'nexabold';
		font-size: 14px;
		color: #fff;
		line-height: 40px;
		background-color: var(--main-color);
	}
	.acq-banner-boxes-label::before,
	.acq-banner-boxes-label::after {
		content: '';
		position: absolute;
		z-index: 1;
		bottom: -15px;
		width: 0;
		height: 0;
		border-top: 15px solid var(--main-color);
	}
	.acq-banner-boxes-label::before {
		left: 0;
		border-right: 25px solid transparent;
	}
	.acq-banner-boxes-label::after {
		right: 0;
		border-left: 25px solid transparent;
	}
}

/* acq-steps */
.acq-steps-wrapper {
	position: relative;
	min-height: 245px;
	background: transparent url('../img/temp/banner-slim.jpg') no-repeat top center;
}
.acq-steps-wrapper-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
}
.acq-steps-wrapper .container {
	position: relative;
	z-index: 2
}
.acq-steps-inner {
	position: relative;
	margin-top: 60px;
}
.acq-steps-inner-white-line {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	height: 2px;
	background-color: #fff;
	transform: translateY(-50%);
}
.acq-steps {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.acq-steps-item-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: var(--main-color);
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}
.acq-steps-item.visited .acq-steps-item-icon {
	color: #575757;
	background-color: var(--main-color-light);;
}
.acq-steps-item.active .acq-steps-item-icon {
	color: #fff;
	background-color: var(--main-color);
}
.acq-steps-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
/*.acq-steps-title-item {
	margin-bottom: 10px;
}*/
.acq-steps-title-item h1 {
	margin-bottom: 0;
	padding-right: 15px;
	font-family: 'nexabold';
	font-size: 30px;
	color: #fff;
}
.acq-steps-title-item-price {
	white-space: nowrap;
}
.acq-steps-title.acq-steps-title-booking,
.acq-steps-wrapper-booking .acq-steps-title {
	display: none;
}
.acq-steps-wrapper-booking .acq-steps-title.acq-steps-title-booking {
	display: flex;
}
.acq-steps-title-item-search {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-right: 15px;
	font-size: 18px;
	color: var(--main-color);
	text-align: center;
	background-color: #fff;
}
.acq-steps-title-item .acq-btn {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding-top: 0;
	padding-bottom: 0;
}
.acq-steps-title-item-inner {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 575px){
	.acq-steps-title-item h1 {
		font-size: 24px;
	}
}

/* acq-steps */
.acq-steps-slim-wrapper {
	margin-top: 20px;
}
.acq-steps-slim-title {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.acq-steps-slim-title-item-price {
	white-space: nowrap;
}
.acq-steps-slim-title.acq-steps-slim-title-booking,
.acq-steps-slim-wrapper-booking .acq-steps-slim-title {
	display: none;
}
.acq-steps-slim-wrapper-booking .acq-steps-slim-title.acq-steps-slim-title-booking {
	display: flex;
}
.acq-steps-slim-title-item-search {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-right: 15px;
	font-size: 18px;
	color: var(--main-color);
	text-align: center;
	background-color: #fff;
}
.acq-steps-slim-wrapper .acq-btn {
	position: relative;
	display: inline-block;
	min-width: 150px;
	height: 34px;
	font-weight: 400;
	line-height: 34px;
	padding-top: 0;
	padding-bottom: 0;
}

/* acq-banner-top-slim */
.acq-banner-top-slim-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 115px;
	padding: 30px 0 20px;
	/*background: transparent url('../img/temp/banner-slim.jpg') no-repeat top center;*/
	background-color: #f4f4f4;
}
.no-scrolling .acq-banner-top-slim-wrapper {
	z-index: 1050;
}
.acq-banner-top-slim-wrapper .acq-search-engine-packages-top {
	margin-bottom: 0;
	padding: 0;
}
.acq-banner-top-slim-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
}
.acq-banner-top-slim-wrapper .container {
	position: relative;
	z-index: 2
}
.acq-banner-top-slim {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.acq-banner-top-slim-left .search-engine-placeholder {
	width: 737px;
	height: 55px;
	margin-right: 15px;
	background-color: #fff;
}
/*.acq-banner-top-slim-left,
.acq-banner-top-slim-right {
	padding: 10px 5px 10px 0;
}*/
.acq-banner-top-slim-left {
	flex-basis: 72%;
}
.acq-banner-top-slim-right {
	flex-basis: 28%;
	padding-left: 5px;
	text-align: right;
}
.acq-banner-top-slim-switch-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
	font-family: 'nexabold';
	font-size: 16px;
	color: var(--secondary-color);
	white-space: nowrap;
}
.acq-banner-top-slim-switch-label {
	transition: all 0.3s ease;
	cursor: pointer;
}
.acq-banner-top-slim-switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 26px;
	margin: 0 15px;
	border: 1px solid var(--main-color);
	border-radius: 12.5px;
	cursor: pointer;
}
.acq-banner-top-slim-switch-dot {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-color: var(--main-color);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	transition: all 0.5s ease;
}
.right .acq-banner-top-slim-switch-dot {
	left: auto;
	right: 5px;
}
.acq-banner-top-slim-switch-label.left-label.active,
.acq-banner-top-slim-switch-label.right-label.active {
	color: var(--main-color);
}
@media screen and (max-width: 991px){
	.acq-banner-top-slim-left {
		order: 2;
	}
	.acq-banner-top-slim-right {
		order: 1;
	}
	.acq-banner-top-slim-switch-wrapper {
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.acq-banner-top-slim-left,
	.acq-banner-top-slim-right {
		flex-basis: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.acq-banner-top-slim-right {
		text-align: center;
	}
}

/* acq-results-top-engine-wrapper */
.acq-results-top-engine-wrapper {
	padding: 20px 0 10px;
	background-color: #d6d6d6;
}
.acq-results-top-engine-wrapper .acq-search-engine-packages-top {
	margin-bottom: 0;
}

/* acq-search-engine-packages-top */
.acq-search-engine-packages-top {
	margin-top: 0;
	margin-bottom: 20px;
}
.acq-search-engine-packages-top .row {
	margin-right: -5px;
	margin-left: -5px;
}
.acq-search-engine-packages-top [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
	border-color: #fff;
}
.acq-search-engine-packages-top .acq-field-box {
	margin-bottom: 10px;
	border: 2px solid #fff;
}
.acq-search-engine-packages-top .acq-field-box-btn-wrapper {
	border-color: var(--main-color);
}
.acq-search-engine-packages-top .acq-field-box i {
	font-size: 16px;
}
.acq-search-engine-packages-top .acq-field-box i.fa-plane {
	margin-top: -8px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
/*.acq-search-engine-packages-top .acq-form-control-date {
	border-right-color: #ddd;
	border-left-color: #ddd;
}*/
.acq-search-engine-packages-top .acq-form-control-date .acq-form-control-icon {
	font-size: 16px;
}
.acq-search-engine-packages-top .acq-form-control-travellers i {
	color: var(--main-color);
}
.acq-search-engine-packages-top .acq-form-control {
	color: #454545;
	background-color: #fff;
}
.acq-search-engine-packages-top .acq-form-control-icon {
	color: var(--main-color);
}
.acq-search-engine-packages-top .acq-btn-search-engine {
	padding-right: 5px;
	padding-left: 5px;
}
@media screen and (max-width: 767px){
	/*.acq-search-engine-packages-top .acq-field-box-btn-wrapper {
		margin-top: 5px;
	}
	.acq-search-engine-packages-top .acq-field-box-btn-wrapper .acq-btn-search-engine {
		height: 36px;
	}*/
}

/* acq-destination-buttons-wrapper */
.acq-destination-buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
} 
.acq-destination-button {
	padding: 5px 12px;
	font-weight: 700;
	font-size: 14px;
	color: var(--secondary-color);
	border: 1px solid var(--main-color);
	border-radius: 18px;
	cursor: pointer;
	transition: all .25s ease;
}
.acq-destination-button:hover,
.acq-destination-button.active,
.acq-destination-button.active:hover {
	color: #fff;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
}

/* acq-search-engine-destination-new */
.acq-search-engine-destination-new {
	margin-top: 50px;
}
.acq-search-engine-destination-new .acq-search-engine .row {
	margin-right: 0;
	margin-left: 0;
}
.acq-search-engine-destination-new .acq-search-engine [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
	border: none;
}
.acq-search-engine-destination-new .acq-field-box {
	margin-bottom: 5px;
}
.acq-search-engine-destination-new .acq-form-control {
	color: #454545;
	background-color: #fff;
}
.acq-search-engine-destination-new #pack_select_date {
	border-right-color: #ddd;
	border-left-color: #ddd;
}
.acq-search-engine-destination-new .acq-form-control-date .acq-form-control-icon {
	font-size: 16px;
}
.acq-search-engine-destination-new .acq-form-control-travellers i {
	color: var(--main-color);
}
.acq-search-engine-destination-new .acq-form-control-icon {
	color: var(--main-color);
}
.acq-search-engine-destination-new .acq-btn-search-engine {
	padding-right: 15px;
	padding-left: 15px;
}
@media screen and (max-width: 767px){
	.acq-search-engine-destination-new {
		margin-top: 30px;
	}
} 

/* acq-banner-top-directory */
.acq-banner-top-directory-wrapper {
	position: relative;
	height: 550px;
	background: transparent url('../img/temp/harbour.jpg') no-repeat center center;
}
.acq-banner-top-directory-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
}
.acq-banner-top-directory {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
}
.acq-banner-top-directory-title {
	margin-bottom: 10px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	line-height: 1.1;
}
.acq-banner-top-directory-subtitle {
	font-size: 20px;
}

/* acq-banner-top-destination */
.acq-banner-top-destination-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	height: 650px;
	background: transparent url('/resources/quick-sell-project/2021/0311/barcelona_1.jpg') no-repeat center center;
}
.no-scrolling .acq-banner-top-destination-wrapper {
	z-index: 1060;
}
.acq-banner-top-destination-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
}
.acq-banner-top-destination {
	position: relative;
	z-index: 2;
}
.acq-banner-top-destination-title {
	margin-bottom: 10px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	line-height: 1.1;
	text-align: center;
}
.acq-banner-top-destination-subtitle {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px){
	.acq-banner-top-destination-title {
		font-size: 8vw;
	}
}

/* acq-search-map */
.acq-search-map-wrapper {
	margin-bottom: 30px;
}
.acq-search-map {
	position: relative;	
	padding-bottom: 25%;
	height: 0;
	overflow: hidden;
}
.acq-search-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.acq-search-map-input-wrapper {
	position: relative;
	padding-right: 50px;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.acq-search-map-input-wrapper input[type="text"] {
	display: block;
	width: 100%;
	height: 100%;
	color: #454545;
	background-color: transparent;
	border: none;
}
.acq-search-map-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 20px;
	color: var(--main-color);
}
@media screen and (max-width: 767px){
	.acq-search-map {
		padding-bottom: 45%;
	}
}

/* acq-flight-tab */
.acq-flight-tab-wrapper {
	position: relative;
}
.acq-flight-tab-wrapper-dotted-line {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	height: 1px;
	border-top: 1px dashed #ddd;
}
.acq-flight-tab {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.acq-flight-tab-airport-wrapper,
.acq-flight-tab-airline-wrapper,
.acq-flight-tab-layover-wrapper {
	flex-basis: auto;
	flex-grow: 1;
	font-size: 12px;
}
.acq-flight-tab-airport-inner,
.acq-flight-tab-layover-inner {
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	background-color: #fff;
}
.acq-flight-tab-airport {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 20px;
}
.acq-flight-tab-airline-icons i {
	padding: 0 1px;
	font-size: 10px;
	color: #999;
}
.acq-flight-tab-airline-wrapper .acq-carrier-logo {
	position: relative;
	top: -8px;
}
.acq-flight-tab-layover-wrapper p {
	margin: 0;
}

/* acq-flight-list */
.acq-flight-list-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -20px;
	padding: 20px;
}
.acq-flight-list-container.active {
	background-color: #f8f7ff;
}
.acq-flight-list-wrapper {
	flex-basis: 100%;
	padding-right: 20px;
}
.acq-flight-list-price-wrapper {
	flex-basis: 190px;
	text-align: center;
}
.acq-flight-list-price-inner {
	width: 130px;
}
.acq-flight-list-price {
	margin-bottom: 5px;
	font-size: 20px;
	color: var(--main-color);
}
.acq-flight-list-container.active .acq-flight-list-price {
	font-family: 'nexabold';
	font-weight: 700;
}
.acq-flight-list-wrapper {
	position: relative;
}
.acq-flight-list-wrapper-dotted-line {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	right: 20px;
	transform: translateY(-50%);
	height: 1px;
	border-top: 1px dashed #ddd;
}
.acq-flight-list {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.acq-flight-list-airport-wrapper,
.acq-flight-list-airline-wrapper,
.acq-flight-list-layover-wrapper {
	flex-basis: auto;
	flex-grow: 1;
	font-size: 12px;
}
.acq-flight-list-airport-inner,
.acq-flight-list-layover-inner {
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	background-color: #fff;
}
.acq-flight-list-container.active .acq-flight-list-airport-inner,
.acq-flight-list-container.active .acq-flight-list-layover-inner {
	background-color: #f8f7ff;
}
.acq-flight-list-airport {
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 20px;
}
.acq-flight-list-airline-icons i {
	padding: 0 1px;
	font-size: 10px;
	color: #999
}
.acq-flight-list-airline-wrapper .acq-carrier-logo {
	position: relative;
	top: -8px;
}
.acq-flight-list-layover-wrapper p {
	margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.acq-flight-list-container {
		flex-wrap: wrap;
	}
	.acq-flight-list-wrapper {
		padding-right: 0;
	}
	.acq-flight-list-price-wrapper {
		flex-basis: 100%;
		padding-top: 15px;
	}
	.acq-flight-list-price-inner {
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.acq-flight-list-container {
		flex-wrap: wrap;
	}
	.acq-flight-list-wrapper {
		padding-right: 0;
	}
	.acq-flight-list-price-wrapper {
		flex-basis: 100%;
		padding-top: 15px;
	}
	.acq-flight-list-price-inner {
		width: 100%;
	}
}

/* acq-table */
.acq-table {
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.table-responsive {
	border: none;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.table-responsive .acq-table {
	margin-bottom: 0;
}
.acq-table.table > thead > tr > th {
	font-family: 'nexabold';
	font-weight: 700;
	border-bottom: none;
}
.acq-table.table > tbody > tr > td,
.acq-table.table > tbody > tr > th,
.acq-table.table > tfoot > tr > td,
.acq-table.table > tfoot > tr > th,
.acq-table.table > thead > tr > td,
.acq-table.table > thead > tr > th {
	vertical-align: middle;
	border-top: none;
}
.acq-table.table > tbody > tr > td,
.acq-table.table > tbody > tr > th,
.acq-table.table > tfoot > tr > td,
.acq-table.table > tfoot > tr > th {
	padding-top: 5px;
	padding-bottom: 5px;
}
.acq-table.table > thead > tr > td,
.acq-table.table > thead > tr > th {
	padding-top: 10px;
	padding-bottom: 10px;
}
.acq-table.table > tbody > tr > td .fa {
	padding: 0 2px;
	font-size: 16px;
}
.acq-table.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f5f5f5;
}
@media screen and (max-width: 575px){
	.acq-table.table > tbody > tr > td,
	.acq-table.table > tbody > tr > th,
	.acq-table.table > tfoot > tr > td,
	.acq-table.table > tfoot > tr > th,
	.acq-table.table > thead > tr > td,
	.acq-table.table > thead > tr > th {
		font-size: 11px;
	}
}

/* acq-favorites */
.acq-favorites-wrapper {
	position: fixed;
	z-index: 1035;
	right: 0;
	bottom: -130px;
	left: 0;
	height: 132px;
	padding: 10px 0;
	background-color: #f9f9f9;
	border-top: 2px solid var(--main-color);
	transition: all 0.25s ease;
}
.acq-favorites-wrapper.logged {
	bottom: -198px;
	height: 200px;
}
.acq-favorites-wrapper.open,
.acq-favorites-wrapper.logged.open {
	bottom: 0;
}
.acq-favorites-wrapper .container {
	position: relative;
}
.acq-favorites-wrapper h3 {
	position: absolute;
	z-index: 5;
	top: -40px;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 15px;
	color: #252525;
	background-color: #f9f9f9;
	border: 2px solid var(--main-color);
	border-bottom: none;
	transition: all 0.25s ease;
	cursor: pointer;
}
.acq-favorites-wrapper h3 .fa-heart {
	margin-right: 3px;
	font-size: 14px;
	color: #ff0000;
}
.acq-favorites-wrapper h3 [class*='fa-chevron-'] {
	position: relative;
	top: -1px;
	margin-left: 3px;
	font-size: 11px;
	color: #252525;
}
.acq-favorites-tools-container {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 15px;
	padding: 2px 4px 0;
	text-align: right;
	background-color: #eaeaea;
	border: 2px solid var(--main-color);
	border-bottom: none;
	transition: all 0.25s ease;
	opacity: 0;
}
.open .acq-favorites-tools-container {
	top: -35px;
	opacity: 1;
}
.acq-favorites-tools-create {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	border-radius: 2px 2px 0 0;
}
.acq-favorites-tools-create .fa {
	font-size: 12px;
}
.acq-favorites-tools-create.pdf {
	background-color: #cc0000;
}
.acq-favorites-tools-create.email {
	background-color: #55aaff;
}
.acq-favorites-item-container {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 110px;
	padding-right: 2px;
	padding-left: 2px;	
}
.acq-favorites-item-container .close {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 5px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	filter: alpha(opacity=75);
	opacity: .75;	
}
.acq-favorites-item-container .close:hover,
.acq-favorites-item-container .close:focus {
	filter: alpha(opacity=100);
	opacity: 1;	
}
.acq-favorites-scroll-container {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.logged .acq-favorites-scroll-container .acq-favorites-item-container {
	display: inline-block;
}
.acq-favorites-item {
	position: relative;
	z-index: 5;
	display: block;
	height: 100%;
}
.acq-favorites-item-image-box {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 74.52472%;
	background: #f5f5f5 url('/assets/themes/cocktail/img/logo/logo-cocktail-holidays.png') no-repeat 50% 50%;
	background-size: 90%;
	text-indent: 1000%;
    white-space: nowrap;
	overflow: hidden;
}
.acq-favorites-item-image {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	min-height: 100%;
}
.acq-favorites-item-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	transition: all 0.25s ease;
}
.acq-favorites-item:hover .acq-favorites-item-mask,
.acq-favorites-item:focus .acq-favorites-item-mask {
	background-color: rgba(0,0,0,0.35);
}
.acq-favorites-item-info {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 10px;
	left: 10px;
	padding: 10px 0;
	color: #fff;
	transform: translateY(-50%);
}
.acq-favorites-item-title {	
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}
.acq-favorites-wrapper .price-group {
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}
.acq-favorites-wrapper .price-group .price {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}
.acq-favorites-offer-generator {
	display: none;
	margin: 5px 0;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.logged .acq-favorites-offer-generator {
	display: block;
	min-width: 576px;
}
.acq-favorites-offer-generator .row {
	margin: 0; 
}
.acq-favorites-offer-generator [class*='col-'] {
	margin-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.acq-favorites-offer-generator [class*='col-']:first-of-type {
	padding-left: 0;
}
.acq-favorites-offer-generator .form-control:focus {
	border-color: var(--main-color);
}
.acq-favorites-btn-move-wrapper {
	position: absolute;
	z-index: 4;
	right: 5px;
	bottom: 5px;
	left: 5px;
}
.acq-btn-move {	
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 20px;
	background-color: rgba(255,255,255,0.75);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acq-btn-move:hover,
.acq-btn-move:focus {	
	background-color: rgba(255,255,255,0.95);
}
.acq-btn-move i {	
	font-size: 12px;
	text-shadow: none;
}
.acq-btn-move-left {
	left: 0;
}
.acq-btn-move-right {
	right: 0;
}

/* acq-booking */
.acq-booking {
	display: flex;
}
.acq-booking-main {
	flex-basis: 100%;
	order: 1;
	padding-right: 30px;
}
.acq-booking-sidebar {
	flex-basis: auto;
	order: 2;
}
.acq-booking-sidebar-inner {
	width: 380px;
}
.acq-booking .acq-flex-line {
	font-size: 16px;
}
.acq-booking .acq-flex-line-middle {
	padding: 0 5px;
}
.acq-booking .acq-flex-line-right {
	font-family: 'nexabold';
	white-space: nowrap;
}
.acq-booking .acq-flex-line-big {
	margin-top: 15px;
	font-size: 20px;
}
 
@media screen and (max-width: 991px){
	.acq-booking-sidebar-inner {
		width: 280px;
	}
}
@media screen and (max-width: 767px){
	.acq-booking {
		flex-wrap: wrap;
	}
	.acq-booking-main {
		order: 2;
		padding: 0;
	}
	.acq-booking-sidebar {
		flex-basis: 100%;
		order: 1;
	}
	.acq-booking-sidebar-inner {
		width: 100%;
	}
}
@media screen and (max-width: 576px){
	.acq-booking-complete-btn {
		display: block;
		width: 100%;
	}
}

/* acq-flights-chart */
/*.acq-flights-chart {
	max-height: 250px !important;
}*/

/* acq-map-infowindow */
.acq-map-infowindow {
	width: 240px;
}
.acq-map-infowindow-imgbox {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 10px;
	padding-bottom: 66.625%;
	overflow: hidden;
}
.acq-map-infowindow-imgbox img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acq-map-infowindow-title {
	margin-bottom: 5px;
	font-family: 'nexabold';
	font-weight: 500;
	font-size: 16px;
	color: #353535;
	line-height: 1.2;
}
.acq-map-infowindow-stars {
	width: auto;
	height: 14px;
}
.acq-map-infowindow-price {
	font-family: 'nexabold';
	font-size: 22px;
	color: var(--main-color);
}
.gm-style .gm-style-iw-c {
	padding: 16px 16px 10px 16px;
	border-radius: 0;
}
.gm-ui-hover-effect {
	top: -10px !important;
	right: -10px !important;
	line-height: 30px;
	text-align: center;
	background-color: #fff !important;
	border-radius: 50%;
	opacity: 1 !important;
}
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw {
	overflow: visible;
}
.gm-ui-hover-effect img {
	position: relative;
	display: none !important;
}
.gm-ui-hover-effect::after {
	content: "\f00d";
	position: absolute;
	top: 5px;
	right: 8px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 20px;
	color: #353535;
	line-height: 1;
	transition: all 0.25s ease;
}
.gm-ui-hover-effect:hover::after {
	color: #cc0000;
}


/* jquery-ui custom styles */
.ui-widget {
	font-family: 'nexalight';
	font-weight: 300;
	font-size: 13px;
}
.ui-autocomplete {
	width: 245px !important;
	line-height: 1.6;
	border-color: #e3e3e3;
	border-top-color: transparent;
}
.ui-autocomplete .ui-menu-item-wrapper {
	padding: 10px;
	color: #606060;
	background: #fff;
	border-color: #e3e3e3;
	border-top-color: transparent;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
	background: #f5f5f5;
	border-color: #e3e3e3;
	border-top-color: transparent;
}
@media screen and (max-width: 767px){
	.ui-autocomplete {
		z-index: 9999;
		right: 38px;
		width: auto !important;
	}
}

.ui-datepicker {
	padding: 0;
	z-index: 1080 !important;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.ui-datepicker.ui-widget.ui-widget-content {
	margin-top: 0;
	border: none;
}
.acq-flex-sidebar .ui-datepicker.ui-widget.ui-widget-content {
	width: 100%;
}
.acq-sidebar .ui-datepicker.ui-widget.ui-widget-content {
	width: 100%;
}
.ui-datepicker.ui-corner-all {
	border-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}
.ui-datepicker .ui-widget-header {
	color: #fff;
	border: none;
	background: #353535;
}
.ui-datepicker .ui-datepicker-header {
	padding: 11px 5px 12px;
}
.ui-datepicker .ui-datepicker-title {
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'nexabold';
	line-height: 1.4em;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	font-size: 14px;
	letter-spacing: 1px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	display: inline;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
	left: 10px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
	right: 10px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	top: auto;
	left: auto;
	margin-left: 0;	
	margin-top: 0;
}
.ui-datepicker .ui-widget-header .ui-icon {
	width: 22px;
	height: 22px;
	background-image: url("/assets/themes/cocktail/img/icons/sprite-angle-arrows.png");
}
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
	background-position: 0 0;
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
	background-position: -22px 0;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-focus,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-focus {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.ui-datepicker table thead {
	padding: 0 20px;
}
.ui-datepicker th,
.ui-datepicker td {
	width: 14.28571%;
}
.ui-datepicker th {
	padding: 8px .3em 7px;
	font-family: 'nexabold';
	font-weight: 700;
	font-size: 10px;
	color: #606060;
	text-align: center;
	background-color: #e8e8e8;
	border: 0;
}
.ui-datepicker td {
	padding: 2px 0;
	text-align: center;
}
.ui-datepicker td .ui-state-default {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	background-color: #f9f9f9;
	border-color: transparent;
	transition: none;
}
.ui-datepicker td .ui-state-hover {
	background-color: #e8e8e8;
	border-color: transparent;
	border-radius: 50%;
}
.ui-datepicker td .ui-state-active {
	color: #fff;
	background-color: var(--main-color);
	border-color: transparent;
	border-radius: 50%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	height: 30px;
	padding: 0;
	/* color: #606060; */
	color: #fff;
	line-height: 30px;
	/* background-color: #fff; */
	background-color: transparent;	
	border: 1px solid transparent;
	box-shadow: none;
	transition: all 0.25s ease;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	margin-right: 2px;
}

/* show-all-hotels-on-map */
.acq-hotel-map-heading {
	margin-bottom: 0;
	padding: 5px 10px;
}
.acq-hotel-map-all {
	position: relative;
	height: 150px;
	margin-bottom: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('/assets/img/world-map-placeholder.png');
	background-size: contain;
	overflow: hidden;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
	opacity: 0.85;
}
.acq-hotel-map-all:hover {
	opacity: 1;
}
.acq-hotel-map-all a {
	display: block;
}
.acq-hotel-map-all .text {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    color: #03aeef;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.35);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.15s ease;
}

.hotel-on-map {
    position: relative;
    height: 100%;
    padding: 10px;
    text-align: left;
    background-color: #fff;
}

.hotel-on-map .info-window {
    position: absolute;
    z-index: 10;
    top: 90px;
    left: 20px;
    width: 220px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    opacity: 0.8;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#all-hotels-on-map.hotel-on-map .info-window {
	top: 160px;
	left: 140px;
} 

/* white label header */
.whitelabel-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}
.whitelabel-content {
	flex-basis: auto;
}
.acqwl-header-wrapper {
	height: 75px;
	background: #275cbd;
}
.acqwl-header-wrapper > .container {
	height: 100%;
}
.acqwl-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	color: #fff;
}
.acqwl-header-logo-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;	
}
.acqwl-header-powered-by {
	margin-left: 16px;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #fff;
}
.acqwl-header-powered-by p {
	margin: 0;
	font-size: 11px;
	line-height: 1;
}
.acqwl-header-powered-by-logo {
	margin-top: 4px;
}
.acqwl-header-menu a {
	display: inline-block;
	margin: 0 8px;
	padding: 6px 16px;	
	font-size: 15px;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	opacity: .7;
}
.acqwl-header-menu a:hover {
	opacity: 1;
}
.acqwl-header-hamburger-wrapper {
	flex-basis: 30px;
	cursor: pointer;
}
.acqwl-header-hamburger-line {
	height: 3px;
	margin-bottom: 7px;
	background-color: #fff;
}
.acqwl-header-hamburger .acqwl-header-hamburger-line:last-of-type {
	margin-bottom: 0;
}
.acqwl-header-menu-close {
	display: none;
	font-size: 72px;
	line-height: 1;
	cursor: pointer;
}
.acqwl-open-mobile-menu .acqwl-header-menu-close {
	display: block;	
}
.acqwl-open-mobile-menu .acqwl-header-hamburger {
	display: none;
}

@media screen and (max-width: 829px){
	.acqwl-header-menu {
		display: block;
		position: fixed;
		z-index: 99999;
		top: 75px;
		left: -100vw;
		bottom: 0;
		width: 100vw;
		background-color: #275cbd;
		transition: all 0.25s ease;
	}
	.acqwl-open-mobile-menu .acqwl-header-menu {
		left: 0;
	}
	.acqwl-open-mobile-menu .acqwl-header-menu a {
		display: block;
		margin: 0;
		padding: 10px 40px;
		font-size: 18px;
		opacity: 1;
	}
}
@media screen and (min-width: 830px){
	.acqwl-header-hamburger,
	.acqwl-header-menu-close,
	.acqwl-open-mobile-menu .acqwl-header-menu-close {
		display: none;
	}
}

/* white label footer */
.acqwl-footer-wrapper {
	height: 100px;
	margin: 0;
	padding: 0;
	background: #363b59;
}
.acqwl-footer-wrapper > .container {
	height: 100%;
}
.acqwl-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	color: #fff;
}
.acqwl-footer-logo-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;	
}
.acqwl-footer-powered-by {
	margin-left: 16px;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #fff;
}
.acqwl-footer-powered-by p {
	margin: 0;
	font-size: 11px;
	line-height: 1;
}
.acqwl-footer-powered-by-logo {
	margin-top: 4px;
}
.acqwl-footer-menu a {
	display: inline-block;
	margin: 0 8px;
	padding: 6px 16px;	
	font-size: 13px;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	opacity: .7;
}
.acqwl-footer-menu a:hover {
	opacity: 1;
}

@media screen and (max-width: 767px){
	.acqwl-footer-wrapper {
		height: auto;
		padding: 30px 0 20px;
	}
	.acqwl-footer {
		display: block;
		height: auto;
	}
	.acqwl-footer-menu {
		margin-top: 30px;
	}
	.acqwl-footer-menu a {
		display: block;
		margin: 5px 0;
		padding: 10px 16px;	
		font-size: 16px;
	}
	.acqwl-footer-menu a:last-of-type {
		margin-bottom: 0;
	}
}

/* wordpress site patches */
#header_main .inner-container {
	padding: 0;
}

/*
.project_site_dev_qtravel_ro .acqua_toast_tools .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.project_site_dev_qtravel_ro .acqua_toast_tools .btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.project_site_dev_qtravel_ro .acqua_toast_tools .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.project_site_dev_qtravel_ro .acqua_toast_tools .btn-xs {
	padding: 1px 4px;
	font-size: 12px;
}
.project_site_dev_qtravel_ro .acqua_toast_tools .acqua_toast_tools__hide_all {
	padding-right: 36px;
}
*/