@CHARSET "UTF-8";
/*@import url('/assets/css/theme/acqua-cs-theme-1.css');*/

html, body {
	height: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	top: 0 !important;
	padding-right: 0 !important;
	font-family: "Open Sans", Arial, sans-serif;
	font-display: swap;
	overflow-x: hidden;
	overflow-y: scroll;
}
body.fixed {
	padding-top: 220px;
}
body.fixed nav {
	display: none;
}
body.modal-open {
	margin-right: 17px;
    overflow: hidden;
}
body.modal-open .navbar-fixed-bottom,
body.modal-open .navbar-fixed-top {
	margin-right: 17px;
}
.body-overlay {
	display: none;
	position: fixed;
	z-index: 1029;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--blur-color),.5);
}
.mobile-menu-open .body-overlay {
	display: block;
}
.rtl-direction {
   direction: rtl; 
}
.ltr-direction {
   direction: ltr; 
}
.canvasloader-wrapper {
	position: absolute;
	z-index: 9999;
	top: 150%;
	left: 50%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding-top: 70px;	
}
body.menu-main-layout-2 .wrapper {
	padding-top: 108px;
}
body.fixed .wrapper {
	padding-top: 0;
}
body.menu-layout-new .wrapper {
	padding-top: 135px;
}
/*.push {
	height: 440px;
}*/
.inner-container {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.acqua-main,
.acqua-aside {
	position: relative;
	-webkit-transition: all 0.25s ease; 
	   -moz-transition: all 0.25s ease; 
	     -o-transition: all 0.25s ease; 
			transition: all 0.25s ease; 
}
.show-acqua-aside {
	display: none;
	margin-bottom: 10px;
}
.hide-acqua-aside {
	display: none;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}
.hide-acqua-aside.is_stuck {
	z-index: 100;
	background-color: rgba(var(--light-color),1);
}
.hide-acqua-aside .close {
	float: none;
	font-weight: 400;
	font-size: 40px;
	color: rgba(var(--emphasize-color),1);
	line-height: 0;
	vertical-align: middle;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0.6;
}
.hide-acqua-aside .close:hover,
.hide-acqua-aside .close:focus {
	opacity: 0.9;
}
.hide-acqua-aside .text {
	font-size: 22px;
	color: rgba(var(--secondary-text-color),1);
	vertical-align: middle;
}
.admin-section .a2a_floating_style.a2a_vertical_style {
	display: none;
}

/* footer */
footer {
	position: relative;
	height: auto;
	padding: 20px 0 0;
	font-size: 12px;
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
}
.admin-logged footer {
	padding-bottom: 44px;
}
footer a {
	color: rgba(var(--light-color),1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer a:hover,
footer a:focus {
	color: rgba(var(--light-color),.85);
}
footer label {
	color: rgb(var(--light-color));
}
footer h3,
footer .footer-heading {
	font-weight: 700;
	font-size: 18px;
}
footer li {
	padding: 3px 0;
	font-size: 14px;
}
footer .footer-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px 4px;
	margin-top: 10px;
}
footer .footer-social .fa-container {	
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-right: 0;
	margin-bottom: 3px;
	font-size: 28px;
	text-align: center;
	background-color: rgba(var(--light-color),.25);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
footer .footer-social .fa-container a {
	display: flex;
	align-items: center;
}
footer .footer-contact li {
	padding-top: 8px;
	padding-bottom: 8px;
}
footer .footer-contact li .text ul {
	padding-left: 28px;
}
footer .footer-contact li .text li {
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: disc;
}
footer .footer-contact .fa-container {	
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 0;
	line-height: 30px;
	text-align: center;
	background-color: rgba(var(--light-color),.25);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
/*footer .footer-company .fa-container .fa,*/
footer .footer-contact .fa-container .fa {
	line-height: 30px;
}
footer .footer-contact .fa-container .fa.fa-whatsapp {
	font-size: 16px;
}
footer .footer-contact .text {	
	margin-top: 4px;
	margin-left: 45px;
}
footer .footer-nwl .input-and-button-container {
	position: relative;
	background-color: rgba(var(--light-color),1);
}
footer .footer-nwl .input-and-button-container input[type="text"] {
	padding-right: 75px;
	background-color: rgba(var(--blur-color),.08);
	border: none;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer .footer-nwl .input-and-button-container input[type="text"]:focus {
	background-color: rgba(var(--light-color),1);
}
footer .footer-nwl .input-and-button-container .button {
	position: absolute;
	z-index: 5;
	top: 2px;
	right: 2px;
}
footer .footer-nwl .footer-nwl-agree label {
	font-weight: 400;
	font-size: 12px;
}
footer .footer-nwl .footer-nwl-agree input {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
footer .footer-nwl .footer-nwl-confirmation {
	margin: 25px 0 40px;
	font-size: 18px;
}
footer .copyright {
	margin-top: 20px;
	margin-bottom: 5px;
}
footer .copy-main {
	margin-bottom: 5px;
}
footer .copy-acqua {
	font-size: 10px;
	color: rgba(255,255,255,.85);
}
footer .server-stats {
	font-size: 10px;
}
footer .footer-menu {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: rgba(var(--light-color),.1);
}
footer .footer-menu a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer .footer-logos {
	padding-top: 15px;
	text-align: center;
}
footer .footer-logos img {
	display: inline-block;
	width: auto;
	height: 35px;
	margin-bottom: 10px;
	margin-right: 3px;
}
footer .footer-logos .footer-logos-text {
	display: inline-block;
	text-indent: -999999px;
}
.footer-powered-by {
	padding: 5px 0;
	font-size: 11px;
	text-align: center;
}
.footer-logos-accreditation {
	margin: 10px 0;
}
.footer-logos-accreditation-imgwrapper {
	display: inline-block; 
	padding: 5px 3px;
}

/* navbar */
.navbar {
	height: 70px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: rgba(var(--light-color),1);
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;	
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.navbar .container {
	position: relative;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
}
.navbar-header {
	position: relative;
	z-index: 10;
	height: 70px;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
	margin-right: 0;
}
.navbar-header .navbar-brand {
	width: 205px;
	height: 49px;
	margin-top: 10px;
	padding: 0;
	background: transparent url('/assets/img/logo/logo-qtc-flat-blue-green-293x70.png') no-repeat;
	background-size: contain;
}
.navbar-nav {
	margin-top: 25px;
}
.navbar-nav .pages,
.navbar-nav .account {
	display: none;
}
.navbar-nav > li > a,
.navbar-nav > span > li > a {
	display: inline-block;
	margin-right: 3px;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 18px;
	color: rgba(var(--primary-color),1);
	line-height: 1;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav > li > a:hover,
.navbar-nav > span > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > span > li > a:focus {
	color: rgba(var(--secondary-color),1);
	background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	background-color: rgba(var(--light-color),1);
}
.navbar-nav > li:last-of-type > a,
.navbar-nav > span > li:last-of-type > a {
	margin-right: 0;
}
.navbar-toggle {
	margin-top: 18px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.navbar-toggle .navbar-toggle-title {
	display: none;
	margin-bottom: 3px;
	font-size: 12px;
}
.navbar-toggle .icon-bar {
	width: 24px;
	height: 3px;
	margin: 0 auto;
	background-color: rgba(var(--primary-text-color),1);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	border-color: transparent;
}

.navbar-nav.top-navbar > li.currency-dropdown > a .currency-label-icon {
	display: none;
}

/* navbar-phone-receiver */
.menu-layout-2 .navbar-phone-receiver {
	display: none;
	position: absolute;
	z-index: 20;
	top: 20px;
	right: 50px;
	text-align: right;
}
.menu-layout-2 .navbar-phone-receiver .fa-phone {
	font-size: 40px;
	color: rgba(var(--primary-color),1);
}
@media screen and (max-width: 767px){
	.menu-layout-2 .navbar-phone-receiver {
		display: inline-block;
	}
	/*.menu-layout-2 .navbar-phone-receiver.navbar-phone-receiver-hidden {
		display: none;
	}*/
	.menu-layout-2 .navbar-phone-receiver .text {
		display: inline-block;
		text-indent: -9999px;
		text-align: left;
	}
}
@media screen and (max-width: 375px) {
	.menu-layout-2 .navbar-phone-receiver {display: none;}
}

.menu-layout-2 .navbar-header-container {
	position: relative;
}
.menu-layout-2 .navbar-custom-space-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-width: 0;
	height: 40px;
	margin-top: 27px;
	padding-left: 16px;
}

/* navbar-search-wrapper */
.menu-layout-2 .navbar-search-wrapper {
	flex-shrink: 0;
	position: relative;
	z-index: 5;
	min-width: 250px;
	margin-left: 20px;
	/* display: none; */
}
.menu-layout-2 .navbar-search-input {
	padding-right: 30px;
}
.menu-layout-2 .navbar-search-icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0 10px;
	color: rgba(var(--primary-color), 1);
	cursor: pointer;
}

/* navbar-custom-space */
.menu-layout-2 .navbar-custom-space {
	position: relative;
	margin-left: 20px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*.menu-layout-2 .navbar-custom-space {
	position: absolute;
	top: 25px;
	right: 0;
	left: 300px;
	height: 40px;
	text-align: right;
	overflow: hidden;
}*/

/* top-navbar-mobile-container */
.top-navbar-mobile-container {
	display: none;
	position: fixed;
	z-index: 1040;
	top: 0;
	right: 0;
	left: 0;
	height: 27px;
	background-color: rgba(var(--bg-color),1);
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.top-navbar-mobile {
	margin: 0;
}
.top-navbar-mobile li {
	display: inline-block;
}
.top-navbar-mobile li a {
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
	color: rgba(var(--primary-text-color),1);
	line-height: 26px;
}
.top-navbar-mobile li .dropdown-menu li {
	display: block;
}

/* top-navbar */
.navbar-nav.top-navbar {
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: 0;
	height: 24px;
	font-size: 12px;
}
.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;
	line-height: 24px;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-top-navbar-container .open a .caret {
	border-top: 0;
	border-bottom: 4px solid rgba(var(--primary-color),1);
}
.acqua-top-navbar-container .open a:hover .caret {
	border-bottom: 4px solid rgba(var(--secondary-color),1);
}
.navbar-nav.main-menu .slide-dropdown a .caret {
	border-top: 0;
	border-bottom: 4px solid rgba(var(--light-color),.9);
}
.navbar-nav.top-navbar > li > .dropdown-menu {
	/*padding: 10px;*/
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.navbar-nav.top-navbar > li > .dropdown-menu > li > a.btn-success:hover,
.navbar-nav.top-navbar > li > .dropdown-menu > li > a.btn-success:focus {
	background-color: #449d44;
	border-color: #449d44;
}
.navbar-nav.top-navbar > li > .dropdown-menu > li > a.btn-danger:hover,
.navbar-nav.top-navbar > li > .dropdown-menu > li > a.btn-danger:focus {
	background-color: #c9302c;
	border-color: #c9302c;
}
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a {
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a:hover,
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a:focus {
	text-decoration: none;
}
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a.btn {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: rgba(var(--light-color),1);
	text-decoration: none;
}
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a.btn-danger {
	margin-top: 5px;
}
.navbar-nav.main-menu {
	float: none;
	margin-top: 0;
	position: absolute;
	top: 35px;
	left: 240px;
	width: 991px;
}
.demo_rezervari_quick-sell_ro .navbar-nav.main-menu {
	left: 340px;
}
.navbar-nav.top-navbar .admin-menu hr {
	margin: 5px 10px;
	border-color: rgba(var(--border-color),1);
}
.navbar-nav.main-menu .dropdown-menu .li {
	position: relative;
}
.navbar-nav.main-menu > li > .dropdown-menu {
	margin-top: 9px;
	background-color: rgba(var(--primary-color), 1);
	border-color: rgba(var(--primary-color), 1);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li {
	position: relative;
	padding-right: 25px;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li a {
	padding-right: 0;
	padding-left: 15px;
	color: rgba(var(--light-color),.9);
}

/* edit-menu-item */
.navbar-nav.main-menu .edit-menu-item {
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav.main-menu li:hover .edit-menu-item {
	z-index: 5;
	opacity: 1;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li .edit-menu-item {
	top: 0;
	left: auto;
	right: 5px;
}
.navbar-nav.top-navbar .admin-menu .dropdown-menu {
	left: auto;
	right: 0;
}

/* edit-add-menu-item */
.navbar-nav.main-menu .edit-add-menu-item {
	position: relative;
	z-index: -1;
	opacity: 0;
	width: 22px;
	height: 22px;
	margin-top: 6px;
	margin-left: 15px;
	padding: 0;
	font-size: 16px;
	color: #555;
	text-align: center;
	line-height: 22px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav.main-menu:hover .edit-add-menu-item {
	z-index: 5;
	opacity: 1;
}
.navbar-nav.main-menu .edit-add-menu-item:hover,
.navbar-nav.main-menu .edit-add-menu-item:focus,
.navbar-nav.main-menu .edit-add-menu-item:active {
	color: #23527c;
	background-color: #fff;
}

.modal.acqua-edit-online-modal .modal-content {
	/*background-color: rgba(var(--bg-color),1);*/
	background-color: #fff;
	overflow: hidden;
}
.modal.acqua-edit-online-modal .modal-body {
	padding-bottom: 0;
}
.modal.acqua-edit-online-modal .modal-header {
	/*background-color: rgba(var(--light-color),1);
	border-bottom-color: rgba(var(--border-color),1);*/
	background-color: #fff;
	border-bottom-color: #ddd;
}
.modal.acqua-edit-online-modal .modal-inner-box {
	padding: 15px 15px 10px;
	/*background-color: rgba(var(--light-color),1);*/
	/*border: 1px solid rgba(var(--border-color),1);*/
	background-color: #fff;
	border: 1px solid #ddd;
}
.modal.acqua-edit-online-modal .modal-body form label {
	font-size: 12px;
}
.modal.acqua-edit-online-modal .modal-body form .form-control {
	/*border-color: rgba(var(--border-color),1);*/
	border-color: #ddd;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.modal.acqua-edit-online-modal .modal-body form .form-control:focus {
	/*border-color: rgba(var(--primary-color),1);*/
	border-color: #555;
}
.modal.acqua-edit-online-modal .modal-footer {
	margin: 0 15px 15px;
	text-align: left;
	/*background-color: rgba(var(--bg-color),1);*/
	/*border: 1px solid rgba(var(--border-color),1);*/
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
}
.modal.acqua-edit-online-modal .btn {
	min-width: 120px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn {
	display: inline-block;
	width: 38px;
	height: 24px;
	margin-bottom: 3px;
	font-weight: 400;
	font-size: 12px;
	color: #555;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 2px;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
			user-select: none;
			transition: all .25s ease;
	cursor: pointer;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn:focus,
.modal.acqua-edit-online-modal .admin-modal-widget-btn:hover {
	background-color: #f3f3f3;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn:active {
	background-color: #e3e3e3;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn.disabled {
	/*background-color: #ddd;
	opacity: 0;*/
	border-color: #ddd;
	cursor: default;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn.disabled:hover,
.modal.acqua-edit-online-modal .admin-modal-widget-btn.disabled:focus {
	background-color: #fff;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn.disabled .fa {
	opacity: 0.3;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn.remove-deleted-widget {
	margin-right: 10px;
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f;
}
/*.modal.acqua-edit-online-modal .admin-modal-widget-btn.visible {
	margin-left: 10px;
}*/
.modal.acqua-edit-online-modal .admin-modal-widget-btn.hide-widget {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn.show-widget {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn.remove-deleted-widget:hover,
.modal.acqua-edit-online-modal .admin-modal-widget-btn.remove-deleted-widget:focus {
	background-color: #c9302c;
	border-color: #c9302c;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn.hide-widget:hover,
.modal.acqua-edit-online-modal .admin-modal-widget-btn.hide-widget:focus {
	background-color: #449d44;
	border-color: #449d44;
}
.modal.acqua-edit-online-modal .admin-modal-widget-btn.show-widget:hover,
.modal.acqua-edit-online-modal .admin-modal-widget-btn.show-widget:focus {
	background-color: #ec971f;
	border-color: #ec971f;
}
.modal.acqua-edit-online-modal .admin-modal-widget-name {
	font-weight: 600;
	font-size: 13px;
}
.modal.acqua-edit-online-modal .input-group .btn {
	min-width: 100px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.modal.acqua-edit-online-modal .nav-tabs {
	/*border-bottom-color: rgba(var(--border-color),1);*/
	border-bottom-color: #ddd;
}
.modal.acqua-edit-online-modal .nav-tabs > li {
	padding: 0;
}
.modal.acqua-edit-online-modal .nav-tabs > li > a {
	padding: 5px 15px;
	/*font-size: 12px;
	color: rgba(var(--primary-text-color),1);*/
	color: #333;
	border-color: transparent;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.modal.acqua-edit-online-modal .nav-tabs > li > a:hover,
.modal.acqua-edit-online-modal .nav-tabs > li.active > a,
.modal.acqua-edit-online-modal .nav-tabs > li.active > a:hover {
	/*background-color: rgba(var(--light-color),1);
	border-color: rgba(var(--border-color),1);*/
	background-color: #fff;
	border-color: #ddd;
}
.modal.acqua-edit-online-modal .nav-tabs > li.active > a,
.modal.acqua-edit-online-modal .nav-tabs > li.active > a:hover {
	/*border-bottom-color: rgba(var(--light-color),1);*/
	border-bottom-color: #fff;
}
.modal.acqua-edit-online-modal .tab-content {
	padding: 15px 15px 10px;
	/*background-color: rgba(var(--light-color),1);*/
	/*border: 1px solid rgba(var(--border-color),1);*/
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
}
.modal.acqua-edit-online-modal .table {
	table-layout: fixed;
}
.modal.acqua-edit-online-modal .table .truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.modal.acqua-edit-online-modal .table th,
.modal.acqua-edit-online-modal .table td {
	font-size: 12px;
}

/* menu-layout-2 */
.navbar.menu-layout-2  {
	/*height: 108px;*/
	height: auto;
}
.menu-layout-2 .acqua-top-navbar-container {
	position: fixed;
	z-index: 1040;
	top: 0;
	right: 0;
	left: 0;
	height: 24px;
}
.menu-layout-2 .acqua-top-navbar-container .language-label {
	display: none;
}
.menu-layout-2 .navbar-nav.top-navbar {
	position: relative;
	top: auto;
	right: auto;
	float: right;
}
.menu-layout-2 .navbar-nav.main-menu {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: 34px;
	margin: 0 -15px;
	/*overflow: hidden;*/
}
.menu-layout-2 .navbar-nav.main-menu .order-link {
	float: right;
}
.menu-layout-2 .navbar-nav.main-menu .order-link a {
	font-weight: 700;
}
.menu-layout-2 .navbar-nav.main-menu > li:hover {
	background-color: rgba(var(--light-color),.15);
}
.menu-layout-2 .navbar-nav.main-menu > li > a,
.menu-layout-2 .navbar-nav.main-menu > span > li > a {
	margin-right: 0;
	padding: 0 17px;
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	color: rgba(var(--light-color),.9);
}
.menu-layout-2 .navbar-nav.main-menu > li > a:hover,
.menu-layout-2 .navbar-nav.main-menu > span > li > a:hover,
.menu-layout-2 .navbar-nav.main-menu > li > a:focus,
.menu-layout-2 .navbar-nav.main-menu > span > li > a:focus {
	color: rgba(var(--light-color), 1);
}
.menu-layout-2 .navbar-nav.main-menu > li > a .fa,
.menu-layout-2 .navbar-nav.main-menu > span > li > a .fa {	
	position: relative;
	top: -1px;
	font-size: 9px;
}
.navbar-nav > li > a.trigger-xs {
	display: none;
}
.menu-layout-2 .navbar-collapse {
	background-color: rgba(var(--primary-color), 1);
	-webkit-box-shadow: 0 1px 3px rgba(var(--blur-color),.1);
	   -moz-box-shadow: 0 1px 3px rgba(var(--blur-color),.1);
			box-shadow: 0 1px 3px rgba(var(--blur-color),.1);
}

/* menu-layout-2  edit-menu-item */
.menu-layout-2 .navbar-nav.main-menu .li-edit-add-menu-item:hover {
	background-color: transparent;
}
.menu-layout-2 .navbar-nav.main-menu .edit-menu-item {
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.menu-layout-2 .navbar-nav.main-menu li:hover .edit-menu-item {
	z-index: 5;
	opacity: 1;
}
.menu-layout-2 .navbar-nav.main-menu > li > .dropdown-menu {
	display: block;
	margin-top: 0;
	padding: 0;
	border: none;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.35s ease;
	   -moz-transition: max-height 0.35s ease;
			transition: max-height 0.35s ease;
}
.menu-layout-2 .navbar-nav.main-menu > li.slide-dropdown > .dropdown-menu {
	max-height: 1000px;
	overflow: visible;
}
.menu-layout-2 .navbar-nav.main-menu > li > .dropdown-menu li:first-of-type {
	margin-top: 5px;
}
.menu-layout-2 .navbar-nav.main-menu > li > .dropdown-menu li:last-of-type {
	margin-bottom: 5px;
}
.menu-layout-2 .navbar-nav.main-menu > li > .dropdown-menu li:hover,
.menu-layout-2 .navbar-nav.main-menu > li > .dropdown-menu li:focus {
	background-color: rgba(var(--light-color),.15);
}
.menu-layout-2 .navbar-nav.main-menu .dropdown .dropdown-menu li .edit-menu-item {
	top: 6px;
	right: 5px;
}

/* menu-layout-2 edit-add-menu-item */
.menu-layout-2 .navbar-nav.main-menu .edit-add-menu-item {
	position: relative;
	z-index: -1;
	opacity: 0;
	width: 22px;
	height: 22px;
	margin-top: 6px;
	margin-left: 15px;
	padding: 0;
	font-size: 16px;
	color: rgba(var(--primary-text-color),1);
	text-align: center;
	line-height: 22px;
	background-color: rgba(var(--light-color),1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.menu-layout-2 .navbar-nav.main-menu:hover .edit-add-menu-item {
	z-index: 5;
	opacity: 1;
}
.menu-layout-2 .navbar-nav.main-menu .edit-add-menu-item:hover,
.menu-layout-2 .navbar-nav.main-menu .edit-add-menu-item:focus,
.menu-layout-2 .navbar-nav.main-menu .edit-add-menu-item:active {
	color: #23527c;
	background-color: #fff;
}

/* top-header */
.top-header {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.top-header ul {
	margin-bottom: 0;
}
.top-header .pages {
	float: left;
	display: block;
}
.top-header .pages li {
	display: inline-block;
	padding-right: 10px;
}
.top-header .account {
	float: right;
	margin-right: 30px;
}
.top-header .account li {
	display: inline-block;
	color: rgba(var(--secondary-text-color),1);
}
.top-header .phone {
	float: right;
	margin-right: 30px;
	color: rgba(var(--secondary-text-color),1);
}
.top-header .phone .glyphicon {
	padding-left: 5px;
}
.top-header .social {
	float: right;
	margin-right: 30px;
	font-size: 16px;
}
.top-header .social a {
	padding-left: 5px;
}

.top-header .account a,
.top-header .lang-selector a,
.top-header .lang-selector span {
	display: inline-block;
	padding: 0 5px;
	font-weight: 400;
	font-size: 12px;
}
.top-header .account a:hover,
.top-header .account a:focus,
.top-header .lang-selector a:hover,
.top-header .lang-selector a:focus,
.top-header .lang-selector .open > a,
.top-header .lang-selector .open > a:hover,
.top-header .lang-selector .open > a:focus {
	background-color: transparent;
}
.top-header .lang-selector {
	float: right;
}
.top-header .lang-selector .dropdown-menu {
	right: 0;
	left: auto;
	min-width: 110px;
	margin-top: 1px;	
	padding: 4px 5px;
	font-size: 12px;
	line-height: 1.5;
	background-color: rgba(var(--light-color),1);
	background-color: rgba(var(--light-color),.95);
	border-color: rgba(var(--border-color),1);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: 0 1px 2px rgba(var(--blur-color),1);
	   -moz-box-shadow: 0 1px 2px rgba(var(--blur-color),1);
			box-shadow: 0 1px 2px rgba(var(--blur-color),1);
}
.top-header .lang-selector .dropdown-menu > li > a,
.top-header .lang-selector .dropdown-menu > li > span {
	margin: 0 -5px;
	padding: 0 5px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.8;	
}
.top-header .lang-selector .dropdown-menu > li > span {
	color: rgba(var(--secondary-text-color),1);
}
.top-header .lang-selector .dropdown-menu > li > a img,
.top-header .lang-selector .dropdown-menu > li > span img {
	padding-right: 3px;
}
.top-header .lang-selector .dropdown-toggle img { 
	position: relative;
	top: -1px;
}
.top-header .lang-selector .dropdown-menu .arrow {
	position: absolute;
	top: -8px;
	right: 30%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px dashed rgba(var(--border-color),1);
}
.top-header .lang-selector .dropdown-menu .arrow:after {
	content: "";
	position: absolute;
	top: 1px;
	right: -7px; 
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px dashed rgba(var(--blur-color),1);
}

/* acqua-search-results */
.acqua-search-results h1 {
	margin-bottom: 0;
	font-weight: 400; 
	font-size: 20px;
}
.acqua-search-results h2 {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 24px;
	border-bottom: 1px solid #efefef;
}
.acqua-search-results h2 strong {
	font-weight: 600; 
}
.acqua-search-results-item {
	display: flex;
	margin: 0;
	padding: 5px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #efefef;
	transition: all .25s ease;
}
.acqua-search-results-item:hover {
	background-color: #f7f7f7;
}
.acqua-search-results-item-icon {
	width: 36px;
	padding-right: 10px;
}
.acqua-search-results-item-icon img {
	display: block;
	width: 26px;
	height: auto;
	margin-top: 5px;
}
.acqua-search-results-item-categ {
	margin-bottom: 5px;
	font-size: 12px;
}
.acqua-search-results-item-categ span {
	display: inline-block;
	height: 20px;
	padding: 0 10px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
	background-color: #e8e8e8;
}
.acqua-search-results-item-title {
	font-weight: 600;
	color: #337ab7;
	transition: all 0.25s ease;
}
.acqua-search-results-item:hover .acqua-search-results-item-title {
	color: #23527c;
}
.acqua-search-results-item-stars {
	width: auto;
	height: 12px;
}
.acqua-search-results-item-subtitle {
	margin-bottom: 5px;
	font-size: 13px;
	color: #666;
	line-height: 1;
}
.acqua-search-results-item-info {
	font-size: 12px;
}
.acqua-search-results-item-info strong {
	font-weight: 600;
}
.acqua-search-results-view-more {
	margin-top: 10px;
	font-size: 12px;
	cursor: pointer;
}
.acqua-search-results-view-more .fa {
	font-size: 11px;
}
.acqua-search-results-dropdown-item .acqua-search-results-item {
	padding: 10px 10px 5px;
}
.acqua-search-results-dropdown-item:last-of-type .acqua-search-results-item {
	border-bottom: none;
}
.acqua-search-results-dropdown-item .acqua-search-results-item-stars {
	display: block;
	top: 0;
	margin-bottom: 5px;
}
.acqua-search-results-dropdown-item .acqua-search-results-item-title {
	font-size: 12px;
}
.acqua-search-results-dropdown-item .acqua-search-results-item-subtitle {
	margin-top: 5px;
	font-size: 11px;
}

/* PROGRESS BAR */
.page-progress {
	height: 24px;
	margin-bottom: 20px;
	background-color: rgba(var(--bg-color),1);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	overflow: hidden;
}
.page-progress .progress-bar {
	width: 25%;
	padding-right: 3px;
	padding-left: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 24px;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.page-progress.progress-bar-three-steps .progress-bar {
	width: 33.33334%;
}
.page-progress.progress-bar-five-steps .progress-bar {
	width: 20%;
}
.page-progress .progress-bar .fa {
	position: relative;
	top: -1px;
	font-size: 9px;
}
.page-progress .progress-bar-default {
	color: rgba(var(--secondary-text-color),1);
	background-color: transparent;
}
.page-progress.progress .progress-bar-info {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
	/*background-color: #cac9c5;*/
}
.page-progress.progress .progress-bar-info a,
.page-progress.progress .progress-bar-info a:hover,
.page-progress.progress .progress-bar-info a:focus {
	color: rgba(var(--light-color),1);
}
.page-progress .progress-bar.progress-bar-default .fa.dir-arrow,
.page-progress .progress-bar.progress-bar-info .fa.dir-arrow {
	display: inline-block;
	height: 24px;
	padding: 0 8px;
	line-height: 24px;
	top: auto;
	right: -3px;
	float: right;
	font-size: 11px;
	color: rgba(var(--light-color),1);
	border-right: 1px solid rgba(var(--border-color),1);
}
.page-progress .progress-bar.progress-bar-default .fa.dir-arrow {
	/*color: rgba(var(--blur-color),.1);*/
	color: rgba(var(--blur-color),1);
	border-right-color: rgba(var(--border-color),1);
}

/* acqua-change-search */
.show-change-search {
	margin-bottom: 10px;
}
.show-change-search-aside {
	margin-bottom: 10px;
}
.acqua-change-search .acqua-search-form-big {
	float: none;
	margin-bottom: 10px;
}
.acqua-change-search {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-change-search.show {
	max-height: 2000px;
}

/* acqua-sort-options */
.acqua-sort-options {
	margin-bottom: 5px;
}
.acqua-sort-options .acqua-sort-options-title {
	font-weight: 600;
	font-size: 12px;
}
.acqua-sort-options .acqua-sort-options-btn {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0;
	font-size: 11px;
}
.acqua-sort-options .acqua-sort-options-btn-text {
	padding: 1px 5px 3px;
	color: rgba(var(--blur-color),1);
	background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);	
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-sort-options .acqua-sort-options-btn-text.active,
.acqua-sort-options .acqua-sort-options-btn-text:hover,
.acqua-sort-options .acqua-sort-options-btn-text:focus {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
	border-color: rgba(var(--primary-color),1);
}
.acqua-sort-options .fa {
	position: relative;
	top: -1px;
	font-size: 7px;
	color: inherit;
}  
.acqua-sort-options .dropdown {
	display: inline-block;
}
.acqua-sort-options .dropdown-menu {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-sort-options .dropdown-menu a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	border: none;
}
.acqua-sort-options .dropdown-menu a:hover {
	background-color: #f1f1f1;
}
.acqua-sort-options .dropdown-menu a.active,
.acqua-sort-options .dropdown-menu a.active:focus {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
}

/* acqua-sys-log-wrapper */
.acqua-sys-log-wrapper-show-btn-container {
	margin-top: 8px;
	margin-bottom: 4px;
}
.acqua-sys-log-wrapper-show-btn-container span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	white-space: normal;
	background-color: #fff;
	border: 1px solid #ccc;	
	cursor: pointer;
}
.acqua-sys-log-wrapper-show-btn-container span:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.acqua-sys-log-wrapper-show-btn-container span .fa {
	font-size: 8px;
}
.acqua-sys-log-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px 8px;
}
.acqua-sys-log-cell {
	min-width: 1px;
	width: 20%;
	padding: 4px;
}
.acqua-sys-log-box {
	display: block;
	height: 100%;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	transition: all .25s ease;
	cursor: pointer;
}
.acqua-sys-log-box:hover {
	background-color: #f5f5f5;
	box-shadow: none;
}
.acqua-sys-log-box-header {
	padding: 4px 6px;
	font-weight: 600;
	color: #002353;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
	background-color: #efefef;
}
.acqua-sys-log-box-header .fa {
	font-size: 12px;
}
.acqua-sys-log-box-header.head-results-ok {
	color: #fff;
	background-color: #008000;
}
.acqua-sys-log-box-header.head-results-ok-ish {
	color: #fff;
	background-color: #ffa500;
}
.acqua-sys-log-box-header.head-results-not-ok {
	color: #fff;
	background-color: #ff0000;
}
.acqua-sys-log-box-body {
	display: flex;
	justify-content: space-between;
	padding: 4px 8px;
}
.acqua-sys-log-box-item {
	padding: 5px;
	font-size: 10px;
	color: #777;
	text-align: center;
	line-height: 1.2;
}
.acqua-sys-log-box-item strong {
	font-size: 18px;
	color: #555;
}
.acqua-sys-log-box-item strong.results-ok {
	color: #008000;
}
.acqua-sys-log-box-item strong.results-ok-ish {
	color: #ffa500;
}
.acqua-sys-log-box-item strong.results-not-ok {
	color: #ff0000;
}
@media screen and (max-width: 650px){
	.acqua-sys-log-cell {
		width: 50%;
	}
}
@media screen and (max-width: 450px){
	.acqua-sys-log-cell {
		width: 100%;
	}
}
/* /acqua-sys-log-wrapper */

/* acqua-static-page-wrapper */
.acqua-static-page-wrapper h1 {font-size: 30px;}
.acqua-static-page-wrapper h2 {font-size: 26px; font-weight: 700; margin-top: 30px; margin-bottom: 20px;}
.acqua-static-page-wrapper h3 {font-size: 22px; font-weight: 400; margin-top: 30px; margin-bottom: 10px;}
.acqua-static-page-wrapper p {margin: 0 0 10px;}
.acqua-static-page-wrapper ol {padding-left: 25px;}
.acqua-static-page-wrapper ol ol {padding-left: 25px;}
.acqua-static-page-wrapper ul {padding-left: 35px;}
.acqua-static-page-wrapper li {padding-top: 3px; padding-bottom: 3px;}
.acqua-static-page-wrapper .countered ol {counter-reset: items;}
.acqua-static-page-wrapper .countered ol > li {display: block;}
.acqua-static-page-wrapper .countered ol > li:before {content: counters(items, ".") " "; counter-increment: items; font-weight: 700;}
.acqua-static-page-wrapper .list-title {margin-top: 20px;}
.acqua-static-page-wrapper .list-title:first-of-type {margin-top: 0;}
.acqua-static-page-wrapper .list-title span {font-size: 18px;}
.acqua-static-page-wrapper .list-title:before {font-weight: 400; font-size: 18px;}

/* pagination */
.pagination-container {
	margin: 5px 0;
}
.pagination-container .total-results {
	float: left;
	margin-right: 20px;
	padding: 5px 0;
	font-size: 12px;
}
.pagination-container nav {
	float: right;
}
.pagination-container nav.top-pagination {
	margin-top: 20px;
}
.pagination-container .pagination {
	margin: 0;
}
.pagination-container .pagination > li > a,
.pagination-container .pagination > li > span {
	margin-left: 2px;
	padding: 2px 8px;
	font-size: 14px;
	color: rgba(var(--secondary-text-color),1);
    background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.pagination-container .pagination > li > a:hover,
.pagination-container .pagination > li > a:focus,
.pagination-container .pagination > li > span:hover,
.pagination-container .pagination > li > span:focus {
	color: rgba(var(--secondary-text-color),1);
    background-color: rgba(var(--bg-color),1);
	border: 1px solid rgba(var(--border-color),1);
}
.pagination-container .pagination > .active > a,
.pagination-container .pagination > .active > a:focus,
.pagination-container .pagination > .active > a:hover,
.pagination-container .pagination > .active > span,
.pagination-container .pagination > .active > span:focus,
.pagination-container .pagination > .active > span:hover {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
	border-color: rgba(var(--primary-color),1);
}
.pagination > li:first-child > a,
.pagination > li:first-child > a:hover,
.pagination > li:first-child > a:focus,
.pagination > li:first-child > span,
.pagination > li:first-child > span:hover,
.pagination > li:first-child > span:focus,
.pagination > li:last-child > a,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > a:focus,
.pagination > li:last-child > span:hover,
.pagination > li:last-child > span:focus,
.pagination > li:last-child > span {
	background-color: transparent;
	border-color: transparent;
}
.pagination-container .display-mode {
	display: inline-block;
	margin-top: 5px;
}
.pagination-container .display-mode .title {
	display: inline-block;
	margin-right: 5px;
}
.pagination-container .display-mode a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px 0 0;
	text-indent: -9999px;
}
.pagination-container .display-mode a.grid {
	background: url('/assets/img/icons/icon-display-mode-grid.png') no-repeat;
}
.pagination-container .display-mode a.horizontal {
	background: url('/assets/img/icons/icon-display-mode-horizontal.png') no-repeat;
}
.pagination-container .display-mode a.vertical {
	background: url('/assets/img/icons/icon-display-mode-vertical.png') no-repeat;
}
.pagination-container .display-mode a.grid.active,
.pagination-container .display-mode a.grid:hover,
.pagination-container .display-mode a.grid:active,
.pagination-container .display-mode a.grid:focus {
	background: url('/assets/img/icons/icon-display-mode-grid-active.png') no-repeat;
}
.pagination-container .display-mode a.horizontal.active,
.pagination-container .display-mode a.horizontal:hover,
.pagination-container .display-mode a.horizontal:active,
.pagination-container .display-mode a.horizontal:focus {
	background: url('/assets/img/icons/icon-display-mode-horizontal-active.png') no-repeat;
}
.pagination-container .display-mode a.vertical.active,
.pagination-container .display-mode a.vertical:hover,
.pagination-container .display-mode a.vertical:active,
.pagination-container .display-mode a.vertical:focus {
	background: url('/assets/img/icons/icon-display-mode-vertical-active.png') no-repeat;
}

/* prettyPhoto */
.pp_social {
	display: none;
}

/* acqua-filters */
.acqua-filters {
	margin-bottom: 20px;
	background-color: rgba(var(--light-color),1);
}
.acqua-filters .filter-container {
	padding: 10px 0;
	border-top: 1px solid rgba(var(--border-color),1);
}
.acqua-filters .search-by-name {
	padding-right: 5px;
	padding-left: 5px;
	background-color: rgba(var(--primary-color),.05);
}
.acqua-filters .filter-container:last-of-type {
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-filters h4 {
	margin: 0;
	padding: 0 5px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
}
.acqua-filters h4 .fa {
	float: right;
	margin-top: 3px;
	font-size: 10px;
}
.acqua-filters .filter-block .count {	
	color: rgba(var(--blur-color),.85);
}
.acqua-filters h4 + .filter-block {	
	max-height: 0;
	padding-top: 10px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-filters h4.open + .filter-block {	
	max-height: 10000px;	
}
.acqua-filters .filter-row {
	padding-top: 3px;
	color: rgba(var(--primary-text-color),.75);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-filters .filter-row:hover,
.acqua-filters .filter-row:focus {
	color: rgba(var(--primary-text-color),.95);
	background-color: rgba(var(--bg-color),.75);
}
.acqua-filters .range {
	padding: 0 13px 10px;
}
.acqua-filters .price-range .price-group {
	text-align: center;
}
.acqua-filters .price-group .price {
	color: rgba(var(--primary-text-color),1);
}
.acqua-filters .price-group .price .value {
	font-weight: 600;
}
.acqua-filters .range #amount,
.acqua-filters .range #stars-rating,
.acqua-filters .range #trip-advisor-rating {
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
}
.acqua-filters label {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
    margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	overflow: hidden;
}
.acqua-filters label .filter-stars {
	position: relative;
	top: -1px;
	left: 2px;
	width: auto;
	height: 12px;
}
.acqua-filters label .filter-tripadvisor {
	position: relative;
	top: -1px;
	left: 2px;
	width: auto;
	height: 12px;
}
.acqua-filters label .name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acqua-filters label input {
	position: relative;
	top: 2px;
	margin-top: 0;
	margin-right: 3px;
}
.acqua-filters .hotel-name-filter {
	margin: 1px 0;
	padding: 5px;
}
.acqua-filters .hotel-name-filter input[type="text"] {
	font-size: 14px;
}
.acqua-filters .hotel-name-filter .btn {
	margin: 10px 0 0;
}
.acqua-filters .acqua-filters-btn {
	padding: 5px;
}
.acqua-filters .show-more-filters {
	font-size: 12px;
	text-align: right;
}
.acqua-filters .show-more-filters .fa {
	position: relative;
	top: -1px;
	font-size: 8px;
}
.acqua-filters-remove {
	margin-top: 2px;
}
.acqua-filters-remove a.label {
	display: inline-block;
	margin-bottom: 2px;
	padding: 3px 5px 5px;
}
.acqua-filters-remove .glyphicon {
	position: relative;
	top: 2px;
	font-size: 10px;
}
.acqua-filters .irs-from,
.acqua-filters .irs-to,
.acqua-filters .irs-single {
	background-color: rgba(var(--blur-color),.7);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-filters .irs-from::after,
.acqua-filters .irs-to::after,
.acqua-filters .irs-single::after {
	border-top-color: rgba(var(--blur-color),.7);
}
.acqua-filters .irs-grid-pol {
	background: rgba(var(--blur-color),.7);
}
.acqua-filters .irs-grid-text {
	bottom: 5px;
	color: rgba(var(--blur-color),.7);
}
.acqua-filters .irs-line-mid,
.acqua-filters .irs-line-left,
.acqua-filters .irs-line-right,
.acqua-filters .irs-bar,
.acqua-filters .irs-bar-edge,
.acqua-filters .irs-slider {
	background-image: url('/assets/img/sprite-skin-modern-gray.png');
}

/* acqua-filter-applied-label */
.acqua-filter-applied-container {
	margin-bottom: 10px;
	padding: 10px 0 7px;
	border-top: 1px solid rgba(var(--border-color),1);
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-filter-applied-label {
	display: inline-block;
	margin-bottom: 3px;
	padding: 2px 3px 2px 5px;
	font-size: 11px;
	color: rgba(var(--secondary-text-color),1);
	background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;	
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-filter-applied-label:hover,
.acqua-filter-applied-label:focus {
	color: rgba(var(--primary-text-color),1);
	-webkit-box-shadow: 0 1px 2px rgba(var(--blur-color),.1);
	   -moz-box-shadow: 0 1px 2px rgba(var(--blur-color),.1);
			box-shadow: 0 1px 2px rgba(var(--blur-color),.1);
}
.acqua-filter-applied-label .close {
	margin-top: -1px;
	padding-left: 3px;
	font-size: 18px;
	color: rgba(var(--emphasize-color),1);
	text-shadow: none;
	opacity: 0.7;
}
.acqua-filter-applied-label:hover .close,
.acqua-filter-applied-label:focus .close {
	opacity: 0.95;
}

/* acqua-history */
.acqua-history-heading {
	margin-bottom: 5px;
}
.acqua-history {
	margin-bottom: 20px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-history .destination {
	position: relative;
	margin-bottom: 2px;
	padding: 5px;
	background-color: rgba(var(--bg-color),1);
	border: 1px solid transparent;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-history .destination:hover {
	background-color: rgba(var(--light-color),1);
	border-color: rgba(var(--border-color),1);
}
.acqua-history .destination .remove-search {
	display: none;
	position: absolute;
	z-index: 100;
	top: 5px;
	right: 5px;
	font-size: 14px;
	color: rgba(var(--secondary-text-color),1);
}
.acqua-history .destination:hover .remove-search {
	display: inline;
	color: rgba(var(--emphasize-color),1);
}
.acqua-history .destination .remove-search:hover {
	color: rgba(var(--emphasize-color),1);
}
.acqua-history .destination .city {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	padding-right: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: rgba(var(--link-color),1);
}
.acqua-history .destination .city .glyphicon {
	position: relative;
	top: 2px;
	font-size: 16px;
}
.acqua-history .destination p {
	margin-bottom: 0;
	font-size: 12px;
	color: rgba(var(--primary-text-color),.85);
}
.acqua-history .destination .date {
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 20px;
}
.acqua-history .destination .date .glyphicon {
	padding-right: 2px;
}

/* acqua-booking-info */
.acqua-booking-info {
	margin-bottom: 20px;
	/*border: 1px solid rgba(var(--primary-color),1);*/
	border: 2px solid #ddd;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.acqua-booking-info .acqua-booking-info-section-name {
	margin: 0;
	padding: 5px 10px;
	font-size: 20px;
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
}
.acqua-booking-info .acqua-booking-info-section-name small {
	color: rgba(var(--light-color),.9);
}
.acqua-booking-info .acqua-booking-info-section-name .icon-container {
	display: inline-block;
	width: 24px;
	text-align: center;
}
.acqua-booking-info .acqua-booking-info-section-name .fa {
	font-size: 20px;
}
.acqua-booking-info .rounded-box {
	margin-bottom: 20px;
	background-color: rgba(var(--bg-color),1);
	border: 1px solid rgba(var(--border-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(var(--blur-color),.1);
	   -moz-box-shadow: 0 1px 3px rgba(var(--blur-color),.1);
			box-shadow: 0 1px 3px rgba(var(--blur-color),.1);
	overflow: hidden;
}
.acqua-booking-info .acqua-booking-info-section {
	padding: 10px;
	/*background-color: rgba(var(--bg-color),1);*/
}
/*.acqua-booking-info .acqua-booking-info-section-name.flight + .acqua-booking-info-section {
	padding-top: 0;
}*/
.acqua-booking-info .acqua-booking-info-section hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: rgba(var(--primary-color),1);
	border-style: dashed;
}
.acqua-booking-info .acqua-booking-info-section .hotel-image {
	margin-bottom: 10px;	
}
.acqua-booking-info .acqua-booking-info-section .hotel-image img {
	display: block;
	width: 100%;
	height: auto;
}
.acqua-booking-info .acqua-booking-info-subsection {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(var(--border-color),1);
}
.acqua-booking-info .acqua-booking-info-subsection:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.acqua-booking-info .acqua-booking-info-section .acqua-service-types {
	padding: 10px 0 5px;
	font-weight: 400;
	font-size: 20px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-service-types .item {
	display: inline-block;
	min-width: 54px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	background-color: rgba(var(--bg-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-service-types .item .fa {
	padding: 0 10px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-service-types .item em {
	display: block;
	font-style: normal;
	font-size: 11px;
}
.acqua-booking-info .acqua-booking-info-section p {
	margin-bottom: 0;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-subtitle {
	font-size: 13px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-dimmed {
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-link {
	margin-top: 5px;
	font-size: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-link .fa {
	font-size: 9px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-flight {
	margin: 0 -10px;
	padding: 0 10px;
	/*background-color: #f1f1f1;*/
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-title {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
	font-weight: 700;
	font-size: 12px;
	color: #14123e;
	line-height: 1;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-trip-details {
	padding-left: 20px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-title .fa {
	padding-right: 5px;
	font-size: 16px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-title img {
	width: auto;
	height: 16px;
	padding-right: 5px;
}
/*.acqua-booking-info .acqua-booking-info-section .acqua-flight-date-time {
	font-size: 13px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-travel-duration {
	font-size: 12px;
	color: rgba(var(--seconday-text-color),1);
}*/
.acqua-booking-info .acqua-booking-info-section .acqua-flight-layover {
	color: rgba(var(--emphasize-color),1);
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-layover .layover-icon {
	position: relative;
	top: -3px;
	right: 3px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-view-flight-details {
	margin-top: 5px;
	font-size: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-view-flight-details .fa {
	font-size: 9px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-image {
	margin-bottom: 5px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-supplier {
	margin-bottom: 5px;
	font-size: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-emphasize {
	margin: 0 -10px 5px;
	padding: 5px 10px;
	background-color: #f3f3f3;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-name {
	font-weight: 700;
	font-size: 16px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-info {
	font-size: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-city {
	margin-bottom: 2px;
	font-size: 14px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-name .acqua-hotel-stars {
	display: block;
	width: auto;
	height: 16px;
	margin-bottom: 5px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-period {
	font-weight: 700;
}
/*.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-details {
	font-size: 14px;
	line-height: 1.6;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-wrapper {
	margin-bottom: 5px;
	padding-bottom: 5px;
}*/
.acqua-booking-info .acqua-booking-info-section .acqua-flight-wrapper-title {
	margin-bottom: 8px;
	/*font-size: 16px;*/
	text-transform: uppercase;
}
.acqua-booking-info .acqua-booking-total-price {
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	background-color: rgba(var(--light-color),1);
}
.acqua-booking-info .acqua-booking-total-price .acqua-booking-total-price-title {
	display: none;
	margin-bottom: 4px;
}
.acqua-booking-info .acqua-booking-total-price .acqua-view-flight-details {
	font-size: 13px;
}
.acqua-booking-info.fixed-booking-summary .acqua-booking-total-price .acqua-booking-total-price-title {
	display: block;
}
.acqua-booking-info .acqua-booking-total-price .acqua-booking-total-price-subtitle {
	font-weight: 600;
	font-size: 14px;
}
.acqua-booking-info .acqua-booking-total-price .acqua-hotel-name {
	font-weight: 600;
	text-align: center;
}
.acqua-booking-info .acqua-booking-total-price .acqua-hotel-stars {
	display: block;
	width: auto;
	height: 16px;
	margin: 0 auto 5px;
}
.acqua-booking-info.fixed-booking-summary {
	padding-top: 124px;
}
.acqua-booking-info.fixed-booking-summary.with-flight {
	padding-top: 180px;
}
.acqua-booking-info.fixed-booking-summary .acqua-booking-total-price {
	position: fixed;
	z-index: 1000;
	top: 120px;
	outline: 3px solid rgba(var(--primary-color),1);
	box-shadow: 0 1px 12px rgba(0,0,0,.75);
}
.acqua-booking-info .acqua-booking-total-price .price-container {
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px dotted rgba(var(--primary-color),1);
}
.acqua-booking-info .acqua-booking-total-price .acqua-note {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 11px;
	color: rgba(var(--secondary-text-color),1);
}
.acqua-booking-info #extra-services-rates table,
.acqua-booking-info #final-extra-services-rates table {
	margin-top: 0;
	margin-bottom: 0;
}
.acqua-booking-info #extra-services-rates table td,
.acqua-booking-info #final-extra-services-rates table td {
	font-size: 12px;
}
.acqua-booking-info #extra-services-rates table .price-cell,
.acqua-booking-info #final-extra-services-rates table .price-cell {
	width: 110px;
	text-align: right;
	white-space: nowrap;
}
@media screen and (max-width: 767px){
	.acqua-booking-info.fixed-booking-summary .acqua-booking-total-price {
		top: 110px;
	}
}

/* acqua-booking */
.acqua-booking .acqua-booking-type {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 18px;
	color: #999;
}
.acqua-booking h1 {
	margin-bottom: 0;
	line-height: 1.2;
}
.acqua-booking .show-flight-details {
	display: inline-block;
	padding: 4px 8px;
	font-weight: 600;
	border: 2px solid #777;
	border-radius: 4px;
}
.acqua-booking .acqua-hotel-supplier {
	margin-top: 8px;
	font-weight: 600;
	font-size: 16px;
}
.acqua-booking .acqua-hotel-address {
	margin-top: 8px;
	font-style: italic;
	color: #999;
}
.acqua-booking h1 small {
	font-size: 65%;
}
.acqua-booking h1 a,
.acqua-booking h1 span {
	font-size: 14px;
}
.acqua-booking h2 {
	margin: 0 0 5px;
	font-weight: 600;
	font-size: 24px;
}
.acqua-booking h2 small {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
}
.acqua-booking .group-title {
	margin: 5px 0;
	font-weight: 700;
	font-size: 14px;
}
.acqua-booking .radio,
.acqua-booking .checkbox {
	min-height: 1px;
	margin-top: 0;
    margin-bottom: 5px;   
}
.acqua-booking label {
	font-weight: 600;
	font-size: 14px;
}
.parsley-errors-list {
	margin: 0 !important;
}
.acqua-booking .parsley-errors-list {
	display: inline;
	padding: 0;
}
.acqua-booking .info-box {
	margin-bottom: 20px;
	padding: 10px;
	/*border: 2px solid rgba(var(--border-color),1);
	box-shadow: 0 1px 3px rgba(var(--blur-color),.05);*/
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.acqua-booking .info-box.remarks {
	padding: 0;
	border: none;
	box-shadow: none;
}
.acqua-booking .info-box.remarks textarea {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.acqua-booking .info-box.remarks textarea:focus {
	box-shadow: none;
}
.acqua-booking .info-box.add-coupon {
	background-color: #f1f1f1;
	border: none;
}
.acqua-booking .info-box.payment-method {
	background-color: #f1f1f1;
	border: none;
}
.acqua-booking .info-box.passengers {
	padding: 0;
	/*background-color: #f1f1f1;*/
	border: none;
}
.acqua-booking .info-box.form-inline .form-group {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(var(--border-color),1);
}
.acqua-booking .info-box.form-inline .row:last-of-type .form-group {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.acqua-booking .info-box.form-inline .form-group.valign-middle label {
	margin-top: 4px;
}
.acqua-booking .info-box h3 {
	margin: 0 -10px 10px;
	padding: 3px 10px;
	font-weight: 600;
	font-size: 20px;
	background-color: rgba(var(--bg-color),1);
	border-bottom: 1px solid #ddd;
}
.acqua-booking .info-box h3:first-of-type {
	margin-top: -10px;
}
.acqua-booking .info-box.acqua-saved-offers-passengers h3:first-of-type {
	margin-top: 0;
}
.acqua-booking .info-box.acqua-saved-offers-passengers [id*='room_']:first-of-type h3 {
	margin-top: -10px;
}
.acqua-booking .info-box h3 .persons {
	font-size: 14px;
}
.acqua-booking .info-box.passengers .passengers-details-box {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	/*border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,.075);
	overflow: hidden;*/
}
.acqua-booking .info-box.passengers .passengers-details-box:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .info-box.passengers .passengers-details-box .passengers-details-section {
	margin-bottom: 12px;
	padding: 8px 8px 0;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 6px;
	overflow: hidden;
}
.acqua-booking .info-box.passengers .passengers-details-box .passengers-details-section:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .info-box.passengers .passengers-details-box .destine_extra_details {
	margin-right: -8px;
	margin-left: -8px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #f4f9fc;
}
.acqua-booking .info-box.passengers .passengers-details-box .passengers-details-section-extra-details-title {
	margin: 0 -8px 4px;
	padding: 0 8px 4px;
	font-weight: 600;
	font-size: 13px;
	background-color: #fff;
	border-bottom: 1px solid #d7eaf4;
}
.acqua-booking .info-box.passengers .passengers-details-box h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage h3 {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	font-weight: 600;
	font-size: 15px;
	background-color: transparent;
	border: none;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage .acqua-booking-luggage-inner {
	padding: 5px 10px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
.acqua-booking .info-box.passengers [class*='acqua-flight-optional-services'] {
	margin-bottom: 15px;
	padding: 10px 0 5px;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage {
	margin-bottom: 15px;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage label,
.acqua-booking .info-box.passengers [class*='acqua-flight-optional-services'] label {
	display: inline-block;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage h4 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage h4 .fa {
	position: relative;
	top: -2px;
	font-size: 14px;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage .luggage-options-container {
	margin-bottom: 12px;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage .luggage-options-container .title {
	margin-bottom: 5px;
	font-weight: 600;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage .luggage-options-container .luggage-options {
	padding-left: 0;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage .luggage-options-container .luggage-options label {
	/*margin: 0;*/
	font-weight: 400;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage .luggage-options-container .luggage-options-show-more {
	display: block;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #e8e8e8;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage .luggage-options-container .luggage-options-show-more .fa {
	font-size: 9px;
}

/* acqua-extra-services-container */
.acqua-extra-services-container .acqua-extra-services-inner {
	margin-bottom: 20px;
	padding: 5px 10px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
.acqua-extra-services-container:last-of-type .acqua-extra-services-inner {
	margin-bottom: 0;
}
.acqua-extra-services-container h4 {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
}
.acqua-extra-services-container .acqua-extra-services-inner-line:last-of-type label {
	margin-bottom: 0;
}

.acqua-booking .options {
	margin-bottom: 5px;
}
.acqua-booking .transfers .row {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted rgba(var(--border-color),1);
}
.acqua-booking .transfers .row:first-child {
	padding-top: 0;
	border-top: none;
}
.acqua-booking .transfers .row:last-child {
	padding-bottom: 0;
}
.acqua-booking .transfers .row label,
.acqua-booking .transfers .row .form-group {
	margin-bottom: 0;
}
.acqua-booking .transfers .row label {
	font-size: 13px;
}
.acqua-booking .transfers .row input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.acqua-booking .payment .radio {
	margin-bottom: 12px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,.075);
	transition: all .25s ease;
}
.acqua-booking .payment .radio:hover {
	border-color: #ddd;
	box-shadow: none;
}
.acqua-booking .payment-method .radio.payment-method-selected {
	border-color: #0080c0;
}
.acqua-booking .payment .radio:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .payment .price {
	color: rgba(var(--price-color),1);
}
.acqua-booking .payment label {
	font-weight: 600;
	font-size: 16px;
}
.acqua-booking .payment .details {	
	font-weight: 400;
	font-size: 13px;
}
.acqua-booking .payment .details label {
	font-size: 12px;
}
.acqua-booking .payment .details .payment-details-info {
	margin-top: 4px;
	padding: 8px;
	font-size: 12px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.acqua-booking .payment .details .payment-creditcard-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}
.acqua-booking .payment .details .payment-creditcard-logo img {
	display: block;
	width: auto;
	height: 18px;
}
.acqua-booking .payment-variants label {
	display: block;
	margin-bottom: 10px;
}
.acqua-booking .payment-variants label:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .payment-method label {
	display: block;
	padding: 10px 10px 10px 30px;
}
.acqua-booking .payment-method label label {
	padding: 0;
}
.acqua-booking .booking-cancellation-policies p {
	margin-bottom: 5px;
}
.acqua-booking .booking-cancellation-policies p:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .icon-info {
	position: relative;
	top: -1px;
	width: 20px;
	height: auto;
}
.acqua-booking .terms {
	text-align: center;
}
.acqua-booking .terms label {
	display: block;
	font-size: 12px;
	text-align: left;
}
.acqua-booking .terms label input {
	position: relative;
	top: 1px;
}
.acqua-booking .terms .btn {
	margin-top: 20px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.acqua-booking .btn-booking {
	text-align: center;
}
.acqua-booking .flight-booking-details .carrier-logo {
	float: left;
	margin-right: 5px;
}
.acqua-booking .flight-booking-details ul {
	margin-bottom: 5px;
}
.acqua-booking .flight-booking-details li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.3;
	border-bottom: 1px dotted rgba(var(--border-color),1);
}
.acqua-booking .flight-booking-details li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.acqua-booking .flight-booking-details li .glyphicon-calendar {
	margin-left: 10px;
	font-size: 12px;
}
.acqua-booking .flight-booking-details li .route {
	font-size: 12px;
}
.acqua-booking .hotel-booking-details table {
	margin-bottom: 0;
}
.acqua-booking .hotel-booking-details table tr:last-child td {
	border-bottom: none;
}
.acqua-booking .hotel-booking-details table tr td .glyphicon {
	font-size: 12px;
}
.acqua-booking .passengers-booking-details ul {
	padding-left: 5px;
}
.acqua-booking .delivery-booking-details p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
}
.acqua-booking .delivery-booking-details span {
	font-size: 12px;
}
.acqua-booking .booking-buttons .btn {
	font-size: 12px;
	text-transform: lowercase;
}
.acqua-booking .booking-buttons .btn strong {
	display: block;
	font-size: 18px;
}
.acqua-booking .acqua-flight-services-wait {
	margin: 5px 0;
}
.acqua-booking .acqua-flight-services-wait .looking-luggage-options {
	padding-left: 70px;
}
.acqua-booking .acqua-flight-services-wait .loader-spinner {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 5px;
}

/* booking-protect */
.acqua-booking-protect {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e3e3e3;
	border-radius: 6px;	
}
.acqua-booking-protect-trust-pilot {
	margin: 0 0 5px;
}
.acqua-booking-protect-trust-pilot a {
	display: inline-block;
}
.acqua-booking-protect.add-refund {
	background-color: #f4f9fc;
	border-color: #d7eaf4;
}
.acqua-booking-protect.add-refund a {
	font-style: italic;
}
.acqua-booking-protect label {
	display: flex;
	align-items: start;
	margin-bottom: 0;
	font-weight: 600;
}
.acqua-booking-protect label .label-price {
	font-weight: 700;
	color: rgba(var(--price-color),1);
	white-space: nowrap;
}
.acqua-booking-protect label .label-currency {
	font-weight: 600;
	font-size: 90%;
}
.acqua-booking-protect label input {
	margin-top: 3px;
	margin-right: 6px;
}
.acqua-booking-protect label > a {
	font-weight: 400;
}
.acqua-booking-protect-recommended {
	margin: 5px 0;
}
.acqua-booking-protect-recommended-badge {
	display: inline-block;
	margin-left: 20px;
	padding: 3px 10px;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	background-color: #689e38;
	border-radius: 4px;
}
.acqua-booking .booking-protect-description ul {
	margin-top: 5px;
	padding-left: 25px;
}
.acqua-booking .trustpilot-widget {
	margin-bottom: 10px;
}
.acqua-booking-protect-list {
	margin: 10px 0 0 22px;
}
.acqua-booking-protect-list-item {
	display: flex;
	margin-bottom: 5px;
	font-size: 13px;
}
.acqua-booking-protect-list-item:last-of-type {
	margin-bottom: 0;
}
.acqua-booking-protect-list-item .fa {
	position: relative;
	top: 4px;
	margin-right: 5px;
	font-size: 12px;
	color: green;
}
.acqua-booking-protect-footer {
	display: flex;
	align-items: center;
	margin-top: 15px;
	font-size: 12px;
	color: #999;
	line-height: 1.2;
}
.acqua-booking-protect-footer img {
	display: inline-block;
	width: auto;
	height: 30px;
}
.acqua-booking-protect-footer-text {
	padding-left: 10px;
}
@media screen and (max-width: 575px){
	.acqua-booking-protect-footer {
		flex-direction: column;
	}
	.acqua-booking-protect-footer img {
		margin: 0 auto 10px;
	}
}

.acqua-booking-loader-container {
	width: 100%;
	max-width: 280px;
	margin: 20px auto;
	padding: 12px;
	font-weight: 600;
	font-size: 18px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

/* acqua-booking-insurance */
.acqua-booking-insurance-desc {
	margin-bottom: 12px;
	padding-bottom: 8px;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}
.acqua-booking-insurance-box {
	margin-bottom: 12px;
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
}
.acqua-booking-insurance-box label {
	display: block;
	margin-bottom: 0;
	cursor: pointer;
}
.acqua-booking-insurance-box .destine_insurance_yes label {
	background-color: #fff;
}
.acqua-booking-insurance-box .optionDesc {
	margin-top: 4px;
	padding-left: 20px;
	font-weight: 400;
}
.acqua-booking-insurance-box.add-insurance {
	background-color: #f4f9fc;
	border-color: #d7eaf4;
}
.acqua-booking-insurance-box.insurance-selected {
	border-color: #0080c0;
}
.acqua-booking-insurance-box ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
.acqua-booking-insurance-box .label-price {
	font-weight: 700;
	color: rgba(var(--price-color),1);
	white-space: nowrap;
}
.acqua-booking-insurance-box .label-currency {
	font-weight: 600;
	font-size: 90%;
}
.acqua-booking-insurance label {
	display: flex;
	align-items: start;
	margin-bottom: 0;
	font-weight: 600;
}
.acqua-booking-insurance label input {
	margin-top: 3px;
	margin-right: 6px;
}
.acqua-booking-insurance-note {
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0 2px;
	font-size: 12px;
	color: #777;
	line-height: 1.1;
}
.acqua-booking-insurance-footer {
	display: flex;
	align-items: center;
	margin-top: 12px;
	padding-top: 8px;
	font-size: 12px;
	color: #888;
	line-height: 1.2;
	border-top: 1px solid #ddd;
}
.acqua-booking-insurance-footer-icon {
	width: 36px;
	height: auto;
	opacity: .55;
}
.acqua-booking-insurance-footer-text {
	padding-left: 10px;
}
@media screen and (max-width: 575px){
	.acqua-booking-insurance-footer {
		flex-direction: column;
	}
	.acqua-booking-insurance-footer img {
		margin: 0 auto 10px;
	}
}


/* acqua-mondial-assistance */
.acqua-mondial-assistance {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 6px;
}
.acqua-mondial-assistance.add-insurance {
	border: none;
	background-color: #f1f1f1;
}
.acqua-mondial-assistance label {
	display: flex;
	align-items: first baseline;
	margin-bottom: 0;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
}
.acqua-mondial-assistance label input {
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
}
.acqua-mondial-assistance .form-check {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.acqua-mondial-assistance-spacer {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 5px;	
}
.acqua-mondial-assistance-spacer .hline {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #777;
}
.acqua-mondial-assistance-price {
	padding-left: 20px;
	font-weight: 700;
	color: #449d44;
	white-space: nowrap;
}
.acqua-mondial-assistance-price .currency {
	font-weight: 600;
	font-size: 85%;
}
.acqua-mondial-assistance .documents-info {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 10px 15px;
	background-color: #fafafa;
	border-radius: 6px;
}
.acqua-mondial-assistance .documents-info li {
	margin-left: 25px;
	font-weight: 600;
}
@media screen and (max-width: 575px){
	.acqua-mondial-assistance .form-check {
		flex-direction: column;
	}
	.acqua-mondial-assistance label {
		white-space: normal;
	}
	.acqua-mondial-assistance-spacer {
		display: none;
	}
	.acqua-mondial-assistance-price {
		margin-left: 20px;
		font-size: 18px;
	}
}

/* acqua-booking-details */
.acqua-booking-details h1 span {
	display: block;
	margin-top: 3px;
	font-size: 14px;
}
.acqua-booking-details h2 {
	margin: 0 0 5px;
	font-size: 18px;
}
.acqua-booking-details .rounded-box {
	margin-bottom: 20px;
	background-color: rgba(var(--bg-color),1);
	border: 1px solid rgba(var(--border-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-booking-details table {
	margin-bottom: 0;
	font-size: 12px;
}
.acqua-booking-details .contact-person-details table tr:first-of-type td {
	border-top: none;
}
.acqua-booking-details table tr td:first-of-type {
	width: 30%;
	font-weight: 700;
}
.acqua-booking-details .tourists {
	margin-bottom: 5px;
	padding: 10px 5px;
}
.acqua-booking-details .price-booking-details .rounded-box,
.acqua-booking-details .payment-booking-details .rounded-box {
	padding: 5px;
}
.acqua-booking-details .price-booking-details .total-price {
	font-size: 18px;
}
.acqua-booking-details .price-booking-details .total-price .price {
	font-size: 22px;
}
.acqua-booking-details .price-booking-details .total-price .price .curr {
	font-size: 65%;
}

/* acqua-gs-options */
.acqua-gs-options {
	border: 1px solid rgba(var(--border-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
	   -moz-box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
			box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
	overflow: hidden;
}
.acqua-gs-options .acqua-gs-options-title {
	margin: 0;
	padding: 5px 10px;
	font-size: 22px;
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--bg-color),1);
}
.acqua-gs-options .acqua-gs-options-section {
	padding: 5px;
	font-size: 12px;
	background-color: rgba(var(--border-color),1);
	border-bottom: 1px dashed rgba(var(--light-color),1);
}
.acqua-gs-options .acqua-gs-options-section-name {
	float: left;
	width: 70%;
	padding: 2px 5px;
}
.acqua-gs-options .acqua-gs-options-section-name .acqua-gs-name {
	display: block;
	font-weight: 700;
	font-size: 14px;
}
.acqua-gs-options .acqua-gs-options-section-price {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	padding: 2px 15px 2px 0;
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
}
.acqua-booking-info .acqua-gs-options .acqua-gs-options-section-price {
	padding-right: 0;
}
.acqua-gs-options .acqua-gs-options-section-price .close {
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	font-size: 14px;
	color: rgba(var(--emphasize-color),1);
}
.acqua-gs-options .acqua-gs-total-price {
	padding: 5px;
	font-size: 14px;
	text-align: right;
	background-color: rgba(var(--bg-color),1);
}
.acqua-gs-options .acqua-gs-btn-continue {
	margin: 15px 0;
	text-align: center;
}
#ground-services-filters .acqua-filters {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(var(--border-color),1);
}

/* modal reservation terms */
.acqua-reservation-terms .modal-content {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.acqua-reservation-terms .modal-header {
	/*padding: 5px 10px;*/
	background-color: rgba(var(--bg-color),1);
}
.acqua-reservation-terms .modal-header h3 {
	margin-top: 2px;
	font-size: 18px;
}
.acqua-reservation-terms .modal-header .close {
	margin-top: 2px;
	font-size: 26px;
	color: rgba(var(--emphasize-color),1);
	opacity: 0.75;
}
.acqua-reservation-terms .modal-header:hover .close {
	opacity: 0.95;
}
.acqua-reservation-terms .modal-header .close:hover {
	opacity: 1;
}
.acqua-reservation-terms .modal-body {
	max-height: 510px;
	overflow: auto;
	margin-bottom: 10px;
	padding-right: 20px;	
	padding-left: 20px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(var(--primary-text-color),1);
	letter-spacing: 1px;
}
.acqua-reservation-terms .modal-body p br:last-of-type {
	display: none;
}
.acqua-reservation-terms .modal-body p {
	margin-bottom: 15px;
}
.acqua-reservation-terms .modal-body h3 {
	margin-bottom: 2px;
	padding-bottom: 3px;
	font-weight: 700;
	font-size: 16px;
	color: rgba(var(--link-color),1);
	border-bottom: 1px dotted rgba(var(--border-color),1);
}
.acqua-reservation-terms .modal-body .loading-img {
	width: 40px;
	height: 40px;
	margin: 10px auto 0;
}
.acqua-reservation-terms .modal-footer {
	padding: 5px 0;
}

/* banner-wide */
.banner-wide {
	position: relative;
	height: 350px;
	margin-bottom: 30px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 2px 5px rgba(var(--blur-color),.35);
	   -moz-box-shadow: 0 2px 5px rgba(var(--blur-color),.35);
			box-shadow: 0 2px 5px rgba(var(--blur-color),.35);
}
.landing-page.exotic .banner-wide {
	background-image: url('/assets/img/banners/banner-exotic-1920x350.jpg');
}
.landing-page.honeymoon .banner-wide {
	background-image: url('/assets/img/banners/banner-honeymoon-1920x350.jpg');
}
.landing-page.safari .banner-wide {
	background-image: url('/assets/img/banners/banner-safari-1920x350.jpg');
}
.landing-page.shopping .banner-wide {
	background-image: url('/assets/img/banners/banner-shopping-1920x350.jpg');
}
.landing-page.citybreak .banner-wide {
	background-image: url('/assets/img/banners/banner-citybreak-1920x350.jpg');
}
.landing-page.others .banner-wide {
	background-image: url('/assets/img/banners/banner-others-1920x350.jpg');
}
.landing-page h1 {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	font-size: 32px;
	color: rgba(var(--light-color),1);
	line-height: 1.5;
	background-color: rgba(var(--blur-color),.45);
}
/* /banner-wide */

/* airport-map-canvas */
.airport-map-canvas {
	height: 300px;
}

/* acqua-box-destinations */ 
.acqua-box-destinations h2 {
	padding: 0 15px;
}
.acqua-box-destinations .item {
	display: block;
	margin-bottom: 30px;
	color: rgba(var(--primary-text-color),1);
	background-color: rgba(var(--light-color),1);
	border-bottom: 1px solid rgba(var(--border-color),1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-box-destinations p {
	margin-bottom: 0;
}
.acqua-box-destinations .img-link {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 74.52472%;
	background: rgba(var(--bg-color),1) url('/assets/img/icons/icon-nophoto.png') no-repeat 50% 50%;
	border: 1px solid #def0fa;
	overflow: hidden;
}
.acqua-box-destinations .img-link .icon-box {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	min-width: 35px;
	padding: 5px;
	text-align: center;
	background: rgba(var(--blur-color),.5);
	border: 1px solid rgba(var(--light-color),.35);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-box-destinations .item:hover .img-link .icon-box {
	background: rgba(var(--blur-color),.75);
}
.acqua-box-destinations .img-link .icon-box .fa {
	font-size: 24px;
	color: rgba(var(--light-color),1);
	text-shadow: 1px 1px 1px rgba(var(--blur-color),1);
}
.acqua-box-destinations .img-link .icon-box .img-icon {
	position: relative;	
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-box-destinations .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.acqua-box-destinations .img-link .icon-flight-hotel {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 87px;
	height: 32px;
	padding: 5px;
	background: rgba(0,0,0,0.4) url('/assets/themes/jinfotours/img/icons/icon-flight-hotel-white.png') no-repeat 50% 50%;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-box-destinations .img-link:hover .icon-flight-hotel,
.acqua-box-destinations .img-link:focus .icon-flight-hotel {
	background-color: transparent;
}
.acqua-box-destinations .img-link .edit-icon {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	background-color: rgba(var(--blur-color),.35);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-box-destinations .img-link .edit-icon .fa {
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
			transform:translateY(-50%);
}
.acqua-box-destinations .img-link:hover .edit-icon:hover,
.acqua-box-destinations .img-link:focus .edit-icon:focus {
	background-color: rgba(var(--blur-color),1);
}
.acqua-box-destinations .stars {
	display: block;
	width: auto;
	height: 14px;
	margin-top: 10px;
}
.acqua-box-destinations .destination {
	font-size: 18px;
	color: rgba(var(--primary-text--color),1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-box-destinations .destination-details {
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-box-destinations .destination-details .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}
.acqua-box-destinations .price-group {
	min-height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.acqua-box-destinations .price-group .price {
	line-height: 1;
}
.acqua-box-destinations .price-details {
	font-size: 11px;
	color: rgba(var(--secondary-text-color),1);
	line-height: 1;
}

/* acqua-directory */
.acqua-directory h1 {
	margin-bottom: 20px;
}
.acqua-directory .choose-title {
	font-weight: 600;
	font-size: 18px;
}
.acqua-hotel-details #best-offers-text,
.acqua-directory #best-offers-text {
	color: rgba(var(--secondary-text-color),1);
}
.acqua-directory #best-offers-text h2 strong,
.acqua-directory #best-offers-text h3 strong {
	font-weight: 600;
}
.acqua-directory .acqua-directory-list-container {
	margin-bottom: 10px;
}
.acqua-directory .acqua-directory-list-container small {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: rgba(var(--blur-color), 0.5);
}
.acqua-directory .acqua-directory-list-container .row {
	margin-right: -5px;
	margin-left: -5px;
}
.acqua-directory .acqua-directory-list-container [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}
.acqua-directory .acqua-directory-list-container .acqua-directory-list-index {
	margin-bottom: 20px;
	text-align: center;
}
.acqua-directory .acqua-directory-list-container .acqua-directory-list-index a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px 1px;
	line-height: 30px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: rgba(var(--primary-color), 1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-directory .acqua-directory-list-container .acqua-directory-list-index-letter {
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	background-color: rgba(var(--primary-color), .035);
}
.acqua-directory .acqua-directory-list-container .acqua-directory-list-index-letter .fa {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
	font-size: 20px;
	color: #777;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0;
}
.acqua-directory .acqua-directory-list-container .acqua-directory-list-index-letter:hover .fa {
	opacity: 1;
}
.acqua-directory .acqua-directory-list-container .acqua-directory-list-index-letter strong {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	font-size: 20px;
	color: rgba(var(--light-color), 1);;
	text-align: center;
	background-color: rgba(var(--primary-color), 1);
	-webkit-border-radius: 2px 0 0 2px;
	   -moz-border-radius: 2px 0 0 2px;
			border-radius: 2px 0 0 2px;
}
.acqua-directory .acqua-directory-section-title {
	margin-bottom: 0;
	text-align: center;
}
.acqua-directory .acqua-directory-list-title {
	margin: 0 15px 7px;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 1px dashed rgba(var(--border-color),1);
}
.acqua-directory .acqua-directory-list-title small {
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.acqua-directory .acqua-directory-list-title .text {
	color: rgba(var(--secondary-text-color),1);
}
.acqua-directory .acqua-directory-list-index-line {
	position: relative;
	height: 34px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	color: rgba(var(--blur-color), 0.75);
	line-height: 34px;
	background-color: rgba(var(--primary-color), .035);
}
.acqua-directory .acqua-directory-list-index-line strong {
	color: rgba(var(--primary-color), 1);
}
.acqua-directory .acqua-directory-list-item {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 10px 18px 10px 10px;
	border: 1px solid #efefef;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
			box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-directory .acqua-directory-list-item:hover {
	background-color: #fbfbfb;
}
.acqua-directory .acqua-directory-list-item .fa {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
	font-size: 20px;
	color: rgba(var(--primary-color), 1);
}
.acqua-directory .acqua-directory-list-item .acqua-directory-item-city-name {
	display: block;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-directory .acqua-directory-list-item .acqua-directory-item-info {
	font-size: 11px;
	color: rgba(var(--blur-color), 0.75);
}
.acqua-directory .acqua-directory-list-item .acqua-directory-item-info strong {
	font-weight: 600;
}
.acqua-directory .acqua-select-interval-container {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-directory .acqua-select-interval-container select {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 10px;
	font-size: 18px;
}
.acqua-directory .acqua-select-interval-container select + select {
	margin-right: 0;
	margin-left: 10px;
}
.acqua-directory.acqua-countries h2 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 34px;
	text-align: center;
}
.acqua-directory.acqua-regions h2 {
	margin-bottom: 20px;
	font-size: 34px;
	text-align: center;
}
.acqua-directory.acqua-countries h3,
.acqua-directory.acqua-regions h3 {
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
.acqua-directory .acqua-box-destinations .destination {
	font-size: 22px;
}
.acqua-directory .acqua-box-destinations.lonely-box .img-link {
	padding-bottom: 0;
	height: 196px;
}
.acqua-directory .acqua-box-destinations.lonely-box .img-link img {
	height: auto;
}

/* acqua-hotel-details-modal */
.acqua-hotel-details .acqua-hotel-details-modal-title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 18px;
}
.acqua-hotel-details-modal h2 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
}
.acqua-hotel-details-modal-stars {
	position: relative;
	top: -3px;
	height: 14px;
}
.acqua-hotel-details-modal-hotel-code {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	border-bottom: 1px dashed #ccc;
}
.acqua-hotel-details-modal-hotel-code span {
	padding: 1px 5px;
	background-color: #efefef;
}
.acqua-hotel-details-modal-short-desc {
	margin-bottom: 10px;
	font-size: 12px;
}
.acqua-hotel-details-modal-slider-wrapper {
	margin-right: -2.5px;
	margin-left: -2.5px;
}
.acqua-hotel-details-modal-slider {
	margin-bottom: 15px;
}
.acqua-hotel-details-modal-slider-item {
	display: inline-block;
	padding: 2.5px;
}
.acqua-hotel-details-modal-slider-imgbox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
}
.acqua-hotel-details-modal-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acqua-hotel-details-modal-desc {
	font-size: 12px;
}
.acqua-hotel-details-modal-desc h2 {
	font-size: 14px;
}
.acqua-hotel-details-modal-desc p {
	margin-bottom: 5px;
}
.acqua-hotel-details-modal-map {
	position: relative;
	height: 0;
	margin-top: 15px;
	padding-bottom: 50%;
	overflow: hidden;
}
.acqua-hotel-details-modal-map  #hotels-map-canvas2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* acqua-tm-facilities */
.acqua-tm-facilities {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-tm-facilities:last-of-type {
	border-bottom: none;
}
.acqua-tm-facilities .acqua-tm-facilities-title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
.acqua-tm-facilities .acqua-tm-facilities-title img {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 24px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}
.acqua-tm-facilities .acqua-tm-facilities-item {
	display: block;
	padding: 2px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tm-facilities .acqua-tm-facilities-item .fa {
	font-size: 12px;
	color: green;
}
.acqua-tm-facilities.top-facilities {
	margin: 0;
	padding: 5px 15px 0;
	border-top: 1px solid rgba(var(--border-color),1);
}
.acqua-tm-facilities li {
	margin-bottom: 10px;
}
.acqua-tm-facilities li small {
	display: block;
	padding-left: 10px;
}

/* wait */
.wait {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 0;
	text-align: center;
}
.wait .loader-spinner-container {
	margin-bottom: 15px;
}
.wait .progress {
	position: relative;
	height: 2px;
	margin: 30px -10px 0;
	overflow: visible;
}
.wait .progress-bar {
	width: 100%;
	height: 100%;
	background: rgba(var(--primary-color),1);
	text-align: right;
	overflow: visible !important;
}
.wait .progress .percent-value {
	display: block;
	position: relative;
	z-index: 5;
	top: -20px;
	font-size: 14px;
	color: rgba(var(--primary-color),1);
}
.wait .title {
	font-size: 18px;
}
.wait .message {
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.wait.compact {
	background-color: transparent;
}
.wait.compact .progress {
	margin-top: 0;
}

/* acqua-search-progress */
.acqua-search-progress {
	height: 2px;
	background-color: transparent;
}
.acqua-search-progress .progress {
	position: relative;
	height: 2px;
	margin: 0;
	overflow: visible;
}
.acqua-search-progress .progress-bar {
	width: 100%;
	height: 100%;
	background: rgba(var(--primary-color),1);
	/*text-align: right;
	overflow: visible !important;*/
}
.acqua-search-progress .percent-value {
	display: block;
	position: relative;
	z-index: 5;
	top: 0;
	font-size: 10px;
	color: rgba(var(--primary-color),1);
	line-height: 1.3;
}

/* wait-modal */
.wait-modal {
	position: relative;
	max-width: 300px;	
	margin: 40px auto;	
	padding: 20px;	
	text-align: center;
	background-color: rgba(var(--light-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.wait-modal h2 {
	margin-bottom: 15px;
	font-size: 20px;
}

/* acqua-full-page-wait */
.acqua-full-page-wait {
	position: fixed;
	z-index: 1500;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--light-color),.9);
}
.acqua-full-page-wait .acqua-full-page-wait-content {
	position: fixed;
	z-index: 1500;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.acqua-full-page-wait .acqua-full-page-wait-text {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}

/* acqua-room-rows-wait-wrapper */
.acqua-room-rows-wait-wrapper {
	display: block;
	width: 100%;
	height: 400px;
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: rgba(var(--light-color),.85);
}
.acqua-room-rows-wait {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.acqua-room-rows-wait-text {
	font-size: 20px;
	text-align: center;
}
.acqua-room-rows-wait-text p {
	margin-bottom: 30px;
}

/* wave loader */
.loader-container {
	position: relative;
	width: 100px;
	height: 25px;
	margin: 35px auto 15px;
}
.loader-container .loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.wave .loader > div {
	float: left;
	margin: 0 3% 0 0;
	width: 5px;
	height: 100%;
	background-color: rgba(var(--secondary-color),1);
	-webkit-animation: wave 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite;
		    animation: wave 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite;
}
.wave .loader .line-1 {
	margin-left: 30%;
}
.wave .loader .line-1 {
	-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
}
.wave .loader .line-2 {
	-webkit-animation-delay: 0.2s;
		    animation-delay: 0.2s;
}
.wave .loader .line-3 {
	-webkit-animation-delay: 0.3s;
		    animation-delay: 0.3s;
}
.wave .loader .line-4 {
	-webkit-animation-delay: 0.4s;
		    animation-delay: 0.4s;
}
.wave .loader .line-5 {
	-webkit-animation-delay: 0.5s;
		    animation-delay: 0.5s;
}
@-webkit-keyframes wave {
  0%, 100% {
	-webkit-transform: scaleY(1);
			transform: scaleY(1);
  }
  50% {
	-webkit-transform: scaleY(1.5);
			transform: scaleY(1.5);
	}
}
@keyframes wave {
  0%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
	}
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5);
	}
}


/* parsley */
.parsley-required {
	font-size: 9px;
	color: #b94a48;
}
.terms .parsley-required {
	display: inline-block;
	padding-top: 5px;
	font-weight: 700;
	font-size: 12px;
	border-top: 1px dotted rgba(var(--emphasize-color),1);
}

/* search-expired */
.search-expired {
	display: table;
	width: 100%;	
}
.search-expired-cell {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	background-color: rgba(var(--emphasize-color),.1);
}
.search-expired-cell:first-of-type {
	width: 64px;
}
.search-expired h3 {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 22px;
	/*color: rgba(var(--emphasize-color),1);*/
	color: #cc334a;
	line-height: 1.1;
}
.search-expired small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.search-msg-error {
	padding: 0 10px;
	font-size: 11px;
	/*color: rgba(var(--emphasize-color),1);*/
	color: #cc334a;
}

/* static-page */
/*.static-page {
	padding-bottom: 20px;
}*/
.static-page h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.static-page .gray-title {
	margin-bottom: 0;
	padding: 5px;
	font-weight: 700;
	font-size: 16px;
	background-color: rgba(var(--bg-color),1);
	border-top: 2px solid rgba(var(--border-color),1);
}
.static-page .agency-info {
	font-size: 11px;
	border-top: 1px solid rgba(var(--border-color),1);
}
.static-page .agency-info > tbody > tr > td {
	padding: 3px 10px;
}
.static-page .agency-info tr td:first-child {
	white-space: nowrap;
	border-right: 1px solid rgba(var(--border-color),1);
	background-color: rgba(var(--bg-color),1);
}
.static-page .agency-info tr:last-child td {
	border-bottom: 2px solid rgba(var(--border-color),1);
}
.static-page .document-gallery {
	margin-bottom: 20px;
}
.static-page .document-gallery a {
	display: inline-block;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid rgba(var(--border-color),1);
}
.static-page #map-canvas-travio {
	width: 100%;
	height: 300px;
	margin-top: -20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-contact-map {
	height: 300px;
}

/* acqua-contact-page */
.acqua-contact-page .acqua-contact-map {
	height: 300px;
	margin-bottom: 30px;
}
.acqua-contact-page .container {
	padding-bottom: 30px;
}
.acqua-contact-page .acqua-heading-container {
	margin-bottom: 20px;
	text-align: center;
}
.acqua-contact-page .acqua-heading-container h1 {
	margin-bottom: 15px;
	font-size: 36px;
}
.acqua-contact-page h2 {
	margin-bottom: 20px;
}
.acqua-contact-page .acqua-heading-container .heading-underline {
	display: inline-block;
	width: 100px;
	height: 3px;
	margin-bottom: 15px;
	background-color: rgba(var(--bg-color),1);
}
.acqua-contact-page .acqua-heading-container p {
	margin-bottom: 0;
	font-size: 18px;
	color: rgba(var(--secondary-text-color),1);
}
.acqua-contact-page .acqua-contact-form {
	height: 100%;
}
.acqua-contact-form .acqua-contact-form-heading {
	line-height: 1.2;
}
.acqua-contact-form .note {
	margin-bottom: 5px;
	font-size: 12px;
}
.acqua-contact-form .mandatory {
	color: #ff0000;
}
.acqua-contact-form label {
	font-weight: 600;
	color: #555;
	line-height: 1.2;
}
.acqua-contact-form label small {
	font-weight: 400;
	color: #777;
}
.acqua-contact-form .form-control {
	border: 1px solid rgba(var(--border-color),1);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-contact-form .form-control.input-lg {
	font-size: 16px;
}
.acqua-contact-page .acqua-contact-form .buttons {
	margin-top: 15px;
	text-align: center;
}
.acqua-contact-form .buttons .btn {
	min-width: 200px;
}
.acqua-contact-page .acqua-contact-info .info-title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
	color: rgba(var(--emphasize-color),1);
}
.acqua-contact-page .acqua-contact-info a {
	color: rgba(var(--primary-text-color),1);
}
.acqua-contact-page .acqua-contact-info .info-content {
	margin-bottom: 20px;
}

/* contact_us_form_thank_you */
.contact_us_form_thank_you .modal-header {
	padding-bottom: 0;
	border-bottom: none;
}
.contact_us_form_thank_you .modal-body {
	padding-top: 0;
}
.contact_us_form_thank_you .modal-body h3 {
	font-size: 20px;
}
.contact_us_form_thank_you .modal-body p {
	font-size: 16px;
}

/* acqua-about-page */
.acqua-about-page .about-company {
	padding-top: 20px;
}
.acqua-about-page .acqua-about-page-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	margin-bottom: 40px;
	background: #efefef url('/resources/quick-sell-oferte-vacanta/2025/0723/blurred_office_space.webp') center no-repeat;
}
.acqua-about-page .acqua-about-page-hero-text {
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,.85);
}
.acqua-about-page .acqua-about-page-hero-title {
	margin-bottom: 8px;	
	font-size: 48px;	
}
.acqua-about-page .acqua-about-page-hero-subtitle {
	margin-bottom: 0;
	font-size: 32px;
}
.acqua-about-page .about-three-boxes {
	margin: 40px 0;
	padding: 40px 0;
	background-color: rgba(var(--bg-color),1);
}
.acqua-about-page .about-team .item {
	margin-bottom: 30px;
	padding: 10px;
	font-size: 14px;
	color: rgba(var(--secondary-text-color),1);
	text-align: center;
	border: 1px solid rgba(var(--border-color),1);
	border-radius: 2px;
}
.acqua-about-page .about-team .item img {
	max-height: 220px;
	margin: 10px auto 15px;
}
.acqua-about-page .about-team .item .name {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	color: rgba(var(--primary-text-color),1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-about-page .about-team .item .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-about-page .about-team .item .line {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid rgba(var(--border-color),1);
}
@media screen and (max-width: 767px){
	.acqua-about-page .acqua-about-page-hero {
		min-height: 200px;
	}
	.acqua-about-page .acqua-about-page-hero-text {
		font-weight: 600;
		letter-spacing: 1px;
	}
	.acqua-about-page .acqua-about-page-hero-title {
		font-size: 32px;	
	}
	.acqua-about-page .acqua-about-page-hero-subtitle {
		font-size: 24px;
	}
	.acqua-about-page h1 {
		font-size: 24px;
	}
}

/* GLOBAL CSS */
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	font-weight: 600;
	line-height: inherit;
}
.h1, h1 {
	font-size: 30px;
} 
[class*="blog"] .h1,
[class*="blog"]  h1 {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1.2;
}
.h2, h2 {
  font-size: 26px;
}
h2.centered {
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
.h3, h3 {
  font-size: 22px;
}
.h4, h4 {
  font-size: 18px;
}
.h5, h5 {
  font-size: 14px;
}
.search-details-subtitle {
	font-size: 12px;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
	padding-right: 10px;
	padding-left: 10px;	
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
}
abbr[data-original-title], abbr[title] {
	border-bottom: none;
}
.normal {
	font-weight: 400 !important;
}
.bold600 {
	font-weight: 600 !important;
}
.red {
	color: rgba(var(--emphasize-color),1) !important;
}
.magenta {
	color: rgba(var(--emphasize-color),1);
}
.emphasize {
	color: rgba(var(--emphasize-color),1);
}
.faded {
	color: rgba(var(--secondary-text-color),1) !important;
}
.small {
	font-weight: 400;
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.hidden-text {
	display: inline-block;
	text-align: left;
	text-indent: -9999px;
}
.bg-container {
	background-color: rgba(var(--light-color),1);
}
.black {
	color: rgba(var(--primary-text-color),1) !important;
}
.carrier-logo {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);
}
[src*="Charter"].carrier-logo {
	background-color: transparent;
	border: none;
}
.current-lang {
	padding: 10px 0;
	text-align: center;
}
.truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.truncate-off {
	text-overflow: initial;
	white-space: normal;
	overflow: visible;
}
.display-table {
	display: table;
	width: 100%;
}
.display-table-cell {
	display: table-cell;
	vertical-align: top;
}
.display-inline-block {
	display: inline-block;
}
.acqua-note {
	font-size: 12px;
}
.btn {
	 border-radius: 2px;
}
.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;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}
.pad20 {padding: 20px;}
.padtb20 {padding-top: 20px; padding-bottom: 20px;}
.padtb30 {padding-top: 30px; padding-bottom: 30px;}
.padt20 {padding-top: 20px;}
.padt30 {padding-top: 30px;}
.padt40 {padding-top: 40px;}
.padt50 {padding-top: 50px;}
.padb20 {padding-bottom: 20px;}
.padb30 {padding-bottom: 30px;}
.padb40 {padding-bottom: 40px;}
.padb50 {padding-bottom: 50px;}
.padtop50 {padding-top: 50px;}
.padbot20 {padding-bottom: 20px;}
.pa0 {padding: 0 !important;}
.pt0 {padding-top: 0 !important;}
.pr0 {padding-right: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pl0 {padding-left: 0 !important;}
.ma0 {margin: 0 !important;}
.mt0 {margin-top: 0 !important;}
.mr0 {margin-right: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.ml0 {margin-left: 0 !important;}
.ba0 {border: none !important;}
.bt0 {border-top: none !important;}
.br0 {border-right: none !important;}
.bb0 {border-bottom: none !important;}
.bl0 {border-left: none !important;}
.text-success {color: #449d44;}
.text-warning {color: #ec971f;}
.text-danger {color: #c9302c;}
.text-upper {text-transform: uppercase !important;}
.acqua-label-inner-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 6px;
}
.modal-title {
	font-weight: 600;
	font-size: 24px;
}

/* adv-demo-bs-07-wrapper */
.adv-demo-bs-07-wrapper {
	display: flex;
	gap: 12px;
}
.adv-demo-bs-07-title {
	font-weight: 600;
	font-size: 16px;
}
.adv-demo-bs-07-item.aside {
	min-width: 180px;
	width: 220px;
	border-right: 1px solid #ddd;
}
.adv-demo-bs-07-item.main {
	width: 100%;
}
.adv-demo-bs-07-item.aside ul {
	padding-left: 10px;
}
.adv-demo-bs-07-item.main ul {
	padding-left: 25px;
}
@media screen and (max-width: 575px){
	.adv-demo-bs-07-wrapper {
		flex-direction: column;
	}
	.adv-demo-bs-07-item.aside {
		min-width: none;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
}

/* COMPONENTS */
/* scrollToTop */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 50;
	right: 10px;
	bottom: 20px;	
	width: 38px; 
	height: 38px;
	font-weight: bold;
	font-size: 16px;
	color: rgba(var(--secondary-text-color),1);
	line-height: 34px;
	text-align: center; 
	text-decoration: none;
	background: rgba(var(--light-color),.85);
	border: 2px solid rgba(var(--blur-color),.15);
	border-radius: 100%;
	opacity: 0.65;
	transition: all .25s ease;
}
.scrollToTop:hover {
	color: rgba(var(--emphasize-color),1);
	border-color: rgba(var(--emphasize-color),1);
	opacity: 0.95;
}

/* price */
.price-container {
	text-align: right;
}
.price-group {
	text-align: right;
}
.price-group.price-center {
	text-align: center;
}
.price-group.price-btn {
	text-align: center;
}
.price-group .price {
	display: inline-block;
	font-size: 24px;
	color: rgba(var(--price-color),1);
	white-space: nowrap;
	line-height: 1;
}
.price-group.price-btn .price {
	color: rgba(var(--light-color),1);
}
.price-group .offer-type {
	display: none;
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 10px;
	color: rgba(var(--primary-text-color),1);
	text-transform: uppercase;
}
.price-group.price-btn .offer-type {
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: 400;
	color: rgba(var(--light-color),1);
	border-bottom: 1px dotted rgba(var(--light-color),1);
}
.price-group span.from,
.price-group div.from,
.price-group div.per-pers {
	display: none;
	font-size: 12px;
	color: rgba(var(--primary-text-color),.85);
}
/*.price-group div.from,*/
.price-group div.per-pers {
	line-height: 1;
}
/*.price-group span.from {
	margin-right: 5px;
}*/
.price-group .price .value {
	display: inline-block;
	font-weight: 700;
}
.price-group .price sup {
	font-weight: 400;
	font-size: 60%;
}
.price-group .price .prep-curr {
	display: none;
	font-weight: 400;
	font-size: 100%;
}
.price-group .price .curr {
	display: inline-block;
	margin-left: 2px;
	font-weight: 400;
	font-size: 65%;
}
.price-group .price-discount {
	display: none;
	margin-bottom: 0;
	font-size: 16px;
	color: rgba(var(--primary-text-color),.75);
	line-height: 1.2;
	text-decoration: line-through;
	text-align: right;
}
.price-group .price-discount.no-strike-through {
	text-decoration: none;
}
.price-group.price-btn .price-discount {
	margin-bottom: 2px;
	font-size: 12px;
	color: rgba(var(--bg-color),1);
	text-align: center;
	line-height: 1.4;
}
.price-group .price-discount .value {
	font-weight: 400;
	text-decoration: line-through;
}
.price-group .price-discount .value sup {
	font-size: 65%;
}
.price-group .price-discount .curr,
.price-group .price-discount .prep-curr {
	font-weight: 400;
	text-decoration: line-through;
}
.price-group .price-discount .curr {
	margin-left: 2px;
}
.price-group .price-discount .prep-curr {
	display: none;
}
.price-group .price-details {
	font-size: 11px;
	line-height: 1;
}

/* price switches */
.price-group.normal .value,
.price-group.normal .price .prep-curr {
	font-weight: 400;
}
.price-group.show-discount .price-discount {
	display: block;
}
.price-group.show-discount-inline .price-discount {
	display: inline-block;
	margin-bottom: 0;
}
.price-group.show-offer-type .offer-type {
	display: block;
}
.price-group.show-from span.from {
	display: inline-block;
}
.price-group.show-from div.from,
.price-group.show-per-pers div.per-pers {
	display: block;
}
.price-group.show-prep-curr .price .prep-curr,
.price-group.show-prep-curr .price-discount .prep-curr {
	display: inline-block;
}
.price-group.show-prep-curr .price .curr,
.price-group.show-prep-curr .price-discount .curr {
	display: none;
}
.price-group.price-12 .price {
	font-size: 12px;
}
.price-group.price-14 .price {
	font-size: 14px;
}
.price-group.price-16 .price {
	font-size: 16px;
}
.price-group.price-18 .price {
	font-size: 18px;
}
.price-group.price-20 .price {
	font-size: 20px;
}
.price-group.price-22 .price {
	font-size: 22px;
}
.price-group.price-24 .price {
	font-size: 24px;
}
.price-group.price-26 .price {
	font-size: 26px;
}
.price-group.price-28 .price {
	font-size: 28px;
}
.price-group.price-30 .price {
	font-size: 30px;
}
.price-group.price-32 .price {
	font-size: 32px;
}
.price-group.price-34 .price {
	font-size: 34px;
}
.price-group.price-36 .price {
	font-size: 36px;
}
.price-group.price-lg .from,
.price-group.price-xl .from {
	font-size: 55%;
	color: #777;
}
.dynamic-options-price-button {
	text-align: right;
}
@media screen and (max-width: 767px){
	.dynamic-options-price.price-group,
	.dynamic-options-price-button {
		text-align: left;
	}	
}

/* cookie button bg color */
/*#cookie-bar {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding: 0;
	font-size: 14px;
	color: #555;
	text-align: left;
	line-height: 1.3;
	background: #fff;
	background: rgba(255,255,255,.85);
	border-top: 1px solid #ccc;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
#cookie-bar:hover {
	background-color: #fff;
}
#cookie-bar p {
	display: table-cell;
	height: 100%;
	padding: 15px 140px 15px 15px;
	vertical-align: middle;
}
#cookie-bar a,
#cookie-bar a:visited {
	display: inline-block;
	margin-left: 0;
	padding: 0;
	color: #555;
	text-decoration: underline;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
#cookie-bar a:hover {
	text-decoration: none;
}
#cookie-bar a.cb-enable {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 15px;
	height: 26px;
	line-height: 26px;
	margin-top: -13px;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: #5cb85c;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
#cookie-bar .cb-enable:hover {
	background: #449d44;
}

#cookie-bar .cb-enable {background: #5bc0de;}
#cookie-bar .cb-enable:hover {background: #32b0d6;}
#cookie-bar .cb-disable {background: #990000;}
#cookie-bar .cb-disable:hover {background: #bb0000;}
#cookie-bar .cb-policy {background: #0033bb;}
#cookie-bar .cb-policy:hover {background: #0055dd;}
*/

.modal-open {
	overflow-y: scroll;
}
.modal-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-header .btn {
	margin-left: 20px;
}

/* modal-wait */
.modal.modal-wait .modal-content {	
	border-radius: 2px;
	overflow: hidden;
}
.modal.modal-wait .modal-header {
	margin-bottom: 5px;
	text-align: center;	
	border-bottom: none;	
}
.modal.modal-wait .modal-header h3 {
	font-size: 22px;
	color: rgba(var(--primary-text-color),.85);
	line-height: 1.2;
}
.modal.modal-wait .modal-body {
	padding-top: 0;
	font-weight: 400;
	font-size: 18px;
	color: rgba(var(--primary-text-color),.85);
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}
.modal.modal-wait .modal-body .loader-spinner-container {
	margin-bottom: 10px;
}
.modal.modal-wait .modal-footer {
	padding: 5px 0;
}
.modal.modal-wait.fade .modal-dialog,
.modal.modal-wait.in .modal-dialog {
	top: 50%;
	transform: translateY(-50%);
}
.modal-wait .modal-dialog {
	margin-top: 0;
	margin-bottom: 0;	
}

/* loader-spinner */
.loader-spinner-page-overlay {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--light-color),.5);
}
.loader-spinner-container {
	position: relative;
	text-align: center;
}
.loader-spinner-text {
	display: none;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.loader-spinner-text {
		display: block;
	}
}
.loader-spinner-container.abs,
.loader-spinner-container.fixed {
	position: absolute;
	z-index: 1060;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.loader-spinner-container.fixed {
	position: fixed;
}
.loader-spinner {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 5px solid rgba(var(--light-color),.15);
	border-top: 5px solid rgba(var(--primary-color),1);
	border-bottom: 5px solid rgba(var(--primary-color),1);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;		
	-webkit-animation: spin-loader 1s linear infinite;
	   -moz-animation: spin-loader 1s linear infinite;
			animation: spin-loader 1s linear infinite;
}
.loader-spinner.inline {
	display: inline-block;
}
.loader-spinner.d14 {
	width: 14px;
	height: 14px;
	border-width: 2px;
}
.loader-spinner.d16 {
	width: 16px;
	height: 16px;
	border-width: 2px;
}
.loader-spinner.d18 {
	width: 18px;
	height: 18px;
	border-width: 2px;
}
.loader-spinner.d20 {
	width: 20px;
	height: 20px;
	border-width: 2px;
}
.loader-spinner.d30 {
	width: 30px;
	height: 30px;
	border-width: 2px;
}
.loader-spinner.d40 {
	width: 40px;
	height: 40px;
	border-width: 3px;
}
.loader-spinner.d50 {
	width: 50px;
	height: 50px;
}
.loader-spinner.d60 {
	width: 60px;
	height: 60px;
}
.loader-spinner.fixed {
	position: fixed;
	z-index: 1060;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.abs {
	position: absolute;
	z-index: 110;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.d14.fixed,
.loader-spinner.d14.abs {
	margin-top: -8px;
	margin-left: -8px;
}
.loader-spinner.d20.fixed,
.loader-spinner.d20.abs {
	margin-top: -10px;
	margin-left: -10px;
}
.loader-spinner.d40.fixed,
.loader-spinner.d40.abs {
	margin-top: -20px;
	margin-left: -20px;
}
.loader-spinner.d60.fixed,
.loader-spinner.d60.abs {
	margin-top: -30px;
	margin-left: -30px;
}
.loader-spinner.green {
	border-top-color: rgba(var(--secondary-color),1);
	border-bottom-color: rgba(var(--secondary-color),1);
}
.loader-spinner.white {
	border-top-color: rgba(var(--light-color),1);
	border-bottom-color: rgba(var(--light-color),1);
}
@-webkit-keyframes spin-loader {
	  0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin-loader {
	  0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes spin-loader {
	  0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* acqua-translations-page */
.acqua-translations-page .acqua-translations-page-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}
.acqua-translations-page .btn-breadcrumbs-wrapper {
	order: 2;
}
.acqua-translations-page .headings-wrapper {
	order: 1;
}
.acqua-translations-page .btn-breadcrumbs-wrapper {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 12px;
}
.acqua-translations-page .btn-breadcrumbs-wrapper .btn {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
}
.acqua-translations-page .btn-breadcrumbs-wrapper .btn .fa {
	font-size: 12px;
}
@media screen and (max-width: 767px){
	.acqua-translations-page .acqua-translations-page-header {
		display: flex;
		flex-direction: column;
	}
	.acqua-translations-page .btn-breadcrumbs-wrapper {
		order: 1;
	}
	.acqua-translations-page .headings-wrapper {
		order: 2;
	}
}
.acqua-translations-page h1 {
	margin-bottom: 0;
	font-weight: 700;
	color: rgba(var(--primary-color),1);
}
.acqua-translations-page h2 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 24px;
}
.acqua-translations-page h2 .fa {
	position: relative;
	top: -2px;
	font-size: 14px;
}
.acqua-translations-page h3 {
	font-weight: 600;
	font-size: 20px;
}
.acqua-translations-page .emph-color {
	color: rgba(var(--primary-color),1);
}
.acqua-translations-page hr {
	margin-top: 8px;
	margin-bottom: 8px;
}
.acqua-translations-page .acqua-translations-page-section {
	margin-bottom: 4px;
	font-size: 18px;
}
.acqua-translations-page .acqua-translations-page-section a span {
	color: #555;
}
.acqua-translations-page .acqua-translations-page-section a:hover span,
.acqua-translations-page .acqua-translations-page-section a:focus span {
	color: #23527c;
}
.acqua-translations-page h4 {
	font-weight: 600;
	font-size: 18px;
	color: rgba(var(--primary-text),1); 
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-translations-page h4 .fa {
	position: relative;
	top: -1px;
	font-size: 13px;
}
.acqua-translations-page .acqua-terms-container-wrapper-dropdown .acqua-terms-title .text {
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-translations-page .acqua-terms-container-wrapper-dropdown .acqua-terms-title .text:hover,
.acqua-translations-page .acqua-terms-container-wrapper-dropdown .acqua-terms-title .text:focus {
	color: rgba(var(--primary-color),1);
}
.acqua-translations-page.all-translations .acqua-terms-container-wrapper {
	max-height: 0;
	overflow: hidden;
}
.acqua-translations-page.all-translations .acqua-terms-container-wrapper.open {
	max-height: 100000px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.acqua-translations-page .acqua-terms-container {
	margin-bottom: 20px;
}
.acqua-translations-page .acqua-terms-content {
	padding-top: 10px;
	border-top: 1px dashed rgba(var(--border-color),1);
}
.acqua-translations-page .acqua-term {
	margin-bottom: 10px;
}
.acqua-translations-page .acqua-term .input-group-addon {
	width: 48px;
	text-transform: uppercase;
}
.acqua-translations-page .acqua-term .form-group {
	margin-bottom: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.acqua-translations-page .acqua-term label {
	margin-bottom: 0;
	font-size: 14px;
}
.acqua-translations-page .acqua-term .form-control {
	background-color: rgba(0,0,0,.025);
	border: 1px solid rgba(var(--border-color),1);
	border-radius: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.acqua-translations-page .acqua-term .form-control:focus {
	color: #111;
	background-color: #fff;
}
.acqua-translations-page .input-group {
	width: 100%;
}
.acqua-translations-page .input-group-addon {
	width: 44px;
	font-weight: 700;
	font-size: 14px;
	/*color: rgba(var(--light-color),1);
	background-color: rgba(var(--blur-color),.5);*/
	border-color: rgba(var(--border-color),1);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
/*.acqua-translations-page .input-group-addon[title="en"] {
	background-color: rgba(var(--blur-color),.25);
	border-color: rgba(var(--blur-color),.25);
}
.acqua-translations-page .input-group-addon[title="en"] + .form-control[language="en"]:focus {
	border-color: rgba(var(--primary-color),.5);
}*/
.acqua-translations-page .acqua-translation-save-btn {
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-translations-page .acqua-translation-save-btn .btn {
	font-size: 18px;
}
.acqua-translations-page button {
	min-width: 150px;
}
.acqua-translations-page .add-translation [class*="row"] {
	margin-right: -5px;
	margin-left: -5px;
}
.acqua-translations-page .add-translation [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.acqua-translations-page .acqua-translation-history {
	margin-bottom: 15px;
	padding: 5px 10px;
	background-color: rgba(var(--bg-color),1);
	border: 1px solid rgba(var(--border-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;	
	-webkit-box-shadow: 0 1px 3px rgba(var(--blur-color),.15);
	   -moz-box-shadow: 0 1px 3px rgba(var(--blur-color),.15);
			box-shadow: 0 1px 3px rgba(var(--blur-color),.15);
}
.acqua-translations-page .acqua-translation-history .acqua-translation-history-row {
	padding: 5px 0;
}
.acqua-translations-page .acqua-translation-history .acqua-translation-history-row button {
	min-width: 250px;
	text-align: left;
}


.show-flight-details {
	white-space: nowrap;
}

/* acqua-saved-offers */
.acqua-saved-offers .acqua-saved-hotel {
	margin-bottom: 40px;
	border: 1px solid rgba(var(--border-color),1);
	-webkit-box-shadow: 0 2px 5px rgba(var(--blur-color),.1);
	   -moz-box-shadow: 0 2px 5px rgba(var(--blur-color),.1);
			box-shadow: 0 2px 5px rgba(var(--blur-color),.1);
}
.acqua-saved-offers .acqua-saved-hotel-header {
	position: relative;
	min-height: 170px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: rgba(var(--bg-color),1);
}
.acqua-saved-offers .acqua-saved-hotel-header h2 {
	margin-bottom: 5px;
	padding-right: 190px;
	padding-left: 210px;
	font-size: 26px;
	line-height: 1;
}
.acqua-saved-offers .acqua-saved-hotel-header h2 .acqua-rating-stars {
	position: relative;
	top: -5px;
	height: 13px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-info {
	max-width: none;
	display: block;
	padding-right: 190px;
	padding-left: 210px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image-box {
	position: absolute;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image-box img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	max-width: 100%;
	min-height: 100%;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-price {
	position: absolute;
	top: 10px;
	right: 10px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-country {
	font-size: 14px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-address {
	margin-bottom: 5px;
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-location {
	margin-bottom: 5px;
	font-size: 14px;
	color: rgba(var(--primary-text-color),1);
}
.acqua-saved-offers .acqua-saved-hotel-content {
	padding: 0 10px;
}
.acqua-saved-offers .acqua-saved-hotel-content h3 {
	font-size: 20px;
}
.acqua-saved-offers .acqua-saved-hotel-rooms {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
.acqua-saved-offers .acqua-saved-hotel-rooms thead th {	
	padding: 5px;
	background-color: rgba(var(--bg-color),1);
}
.acqua-saved-offers .acqua-saved-hotel-rooms tbody tr {
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-saved-offers .acqua-saved-hotel-rooms tbody td {	
	padding: 5px;
	vertical-align: top;
}
.acqua-saved-offers .acqua-saved-hotel-rooms tbody td .acqua-cell-label {
	margin: 0 -10px 5px;
	padding: 3px 10px;
	font-weight: 700;
	font-size: 18px;
	background-color: rgba(var(--bg-color),1);
	border-bottom: 1px solid rgba(var(--border-color),1);
}
/*.acqua-saved-offers .acqua-saved-hotel-rooms .room-type {
	width: 50%;
}*/
.acqua-saved-offers .acqua-saved-hotel-rooms .price-details {
	font-size: 12px;
	color: rgba(var(--primary-text-color),.75);
}
.acqua-saved-offers .acqua-saved-hotel-content .map-wrapper {
	margin-bottom: 30px;
}
.acqua-saved-offers .acqua-saved-hotel-content .map-container {
	max-width: 730px;
	max-height: 300px;
	margin: 0 auto;
}
.acqua-saved-offers .acqua-saved-hotel-content .map-container .map-img {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 41.09589%;
	background-size: cover;  
}
.acqua-saved-offers .acqua-saved-hotel-content .map-container .map-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 730px;
	height: 300px;
	margin-left: -375px;
	margin-top: -150px;
}
.acqua-saved-offers .acqua-saved-offers-button {
	margin-top: 5px;
	margin-bottom: 5px;
}
.acqua-saved-offers .acqua-directional-arrows {
	position: absolute;
	z-index: 10;
	top: -27px;
	right: 5px;
}

/* acqua-tmpl */
.acqua-tmpl-edit-link {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* acqua-widget-modal */
.acqua-edit-widget-modal .modal-title {
	line-height: 1.1;
}
.acqua-edit-widget-modal .upload-file {
	padding-top: 4px;
	padding-left: 5px;
}

/* acqua-panel */
.acqua-panel-container {
	margin-bottom: 20px;
}
.acqua-panel {
	margin-bottom: 10px;
	background-color: rgba(var(--bg-color),1);
	border: 1px solid rgba(var(--border-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(var(--blur-color),.05);
	   -moz-box-shadow: 0 1px 1px rgba(var(--blur-color),.05);
			box-shadow: 0 1px 1px rgba(var(--blur-color),.05);
}
.acqua-panel-heading {
	position: relative;
	padding: 10px;	
}
.acqua-panel-heading .heading {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;	
}
.acqua-panel-heading .fa {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 11px;
}
.acqua-panel-body {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.25s ease;
	   -moz-transition: max-height 0.25s ease;
			transition: max-height 0.25s ease;
}
.acqua-panel.open .acqua-panel-body {
	max-height: 10000px;
}
.acqua-panel-body .inner {
	padding: 5px 10px 10px;
}

/* message-404 */
.acqua-message-404-container {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--bg-color),1);
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('/assets/img/wallpaper-city-1920x1080.jpg');
}
.acqua-message-404 {
	position: relative;
	z-index: 10;
	margin: 30px 0;
	padding: 1px 15px 0;
	color: rgba(var(--light-color),1);
	text-align: center;
	background-color: rgba(var(--blur-color),.6);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 2px 10px rgba(var(--blur-color),.15);
	   -moz-box-shadow: 0 2px 10px rgba(var(--blur-color),.15);
			box-shadow: 0 2px 10px rgba(var(--blur-color),.15);
}
.acqua-message-404 h1 {
	margin: 30px 0 0;
	font-size: 72px;
	color: rgba(var(--light-color),1);
}
.acqua-message-404 h2 {
	margin-bottom: 20px;
	font-size: 36px;
	color: rgba(var(--light-color),1);
}
.acqua-message-404 .message {
	margin-bottom: 40px;
	font-size: 20px;
}
.acqua-message-404 .btn {
	margin-bottom: 55px;
}

/* acqua-filter-calendar-destination */
.acqua-filter-calendar-destination {
	margin: 20px 0 30px;
	text-align: center;
}
.acqua-filter-calendar-destination h1 {
	margin-bottom: 20px;
}
.acqua-filter-calendar-destination h3 .select2-container .select2-selection--single .select2-selection__rendered {
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
}
.acqua-filter-calendar-destination .select-label {
	margin-bottom: 15px;
	padding: 1px 5px;
	font-size: 22px;
	background-color: rgba(var(--bg-color),1);
}

/* acqua-directory-boxes */
.acqua-directory-boxes h2 {
	padding: 0 15px;
}
.acqua-directory-boxes .flex-row > * {
	padding-bottom: 20px;
}
.acqua-directory-boxes .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	color: rgba(var(--primary-text-color),1);
	background-color: rgba(var(--light-color),1);
	border-bottom: 1px solid rgba(var(--border-color),1);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-directory-boxes .item:hover,
.acqua-directory-boxes .item:focus {
	background-color: rgba(var(--blur-color),.025);
}
.acqua-directory-boxes p {
	margin-bottom: 0;
}
.acqua-directory-boxes .img-link {
	position: relative;
	width: 100%;
	margin-bottom: 8px;
	padding-bottom: 74.52472%;
	background: rgba(var(--bg-color),1) url('/assets/img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-directory-boxes .img-link .remove-from-directory {
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	line-height: 24px;
	padding: 0 5px 0 7px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: #cc0000;
	white-space: nowrap;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-directory-boxes .img-link .remove-from-directory .fa {
	margin-right: 4px;
}
.acqua-directory-boxes .img-link .remove-from-directory .remove {
	position: relative;
	top: 3px;
	padding-right: 4px;
	font-weight: 700;
	font-size: 22px;
	line-height: 0;
}
.acqua-directory-boxes .img-link:hover .remove-from-directory {
	width: 100%;
}
.acqua-directory-boxes .img-link .supplier {
	position: absolute;
	z-index: 15;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin-bottom: 0;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.5);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.acqua-directory-boxes .img-link .icon-box {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	min-width: 35px;
	padding: 5px;
	text-align: center;
	background: rgba(var(--blur-color),.5);
	border: 1px solid rgba(var(--light-color),.35);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-directory-boxes .item:hover .img-link .icon-box {
	background: rgba(var(--blur-color),.75);
}
.acqua-directory-boxes .img-link .icon-box .fa {
	font-size: 24px;
	color: rgba(var(--light-color),1);
	text-shadow: 1px 1px 1px rgba(var(--blur-color),1);
}
.acqua-directory-boxes .img-link .icon-box .img-icon {
	position: relative;	
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-directory-boxes .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.acqua-directory-boxes .item:hover .img-link img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
			transform: scale(1.1);
}
.acqua-directory-boxes .img-link .icon-flight-hotel {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 87px;
	height: 32px;
	padding: 5px;
	background: rgba(0,0,0,0.4) url('/assets/themes/jinfotours/img/icons/icon-flight-hotel-white.png') no-repeat 50% 50%;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-directory-boxes .img-link:hover .icon-flight-hotel,
.acqua-directory-boxes .img-link:focus .icon-flight-hotel {
	background-color: transparent;
}
.acqua-directory-boxes .img-link .edit-icon {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	background-color: rgba(var(--blur-color),.35);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-directory-boxes .img-link .edit-icon .fa {
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
			transform:translateY(-50%);
}
.acqua-directory-boxes .img-link:hover .edit-icon:hover,
.acqua-directory-boxes .img-link:focus .edit-icon:focus {
	background-color: rgba(var(--blur-color),.75);
}
.acqua-directory-boxes .supplier {
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-directory-boxes img {
	display: block;
	margin-bottom: 4px;
}
.acqua-directory-boxes .destination {
	font-weight: 600;
	font-size: 18px;
	color: rgba(var(--primary-text-color),1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-directory-boxes .destination-details {
	margin-bottom: 5px;
	font-size: 13px;
	color: rgba(var(--primary-text-color),.75);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-directory-boxes .destination-details .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}
.acqua-directory-boxes .hotel-main-rating-wrapper {
	padding: 4px 8px;
	background-color: #f1faeb;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e6f7db+100 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(230,247,219,1) 100%);
	border-left: 3px solid #559522;
}
.acqua-directory-boxes .hotel-main-rating {
	margin-bottom: 0;
}
.acqua-directory-boxes .hotel-main-rating-big {
	font-size: 32px;
}
.acqua-directory-boxes .hotel-main-rating-title {
	margin-bottom: 0;
	font-size: 12px;
}
.acqua-directory-boxes .hotel-main-rating-icon-wrapper {
	flex-wrap: wrap;
	align-items: revert;
}
.acqua-directory-boxes .hotel-main-rating-icon {
	margin-right: 4px;
	height: 14px;
}
.acqua-directory-boxes .hotel-main-rating-text {
	margin-top: 2px;
	padding-left: 0;
}
.acqua-directory-boxes .price-group {
	margin-bottom: 8px;
}
.acqua-directory-boxes .price-group .price-discount {
	display: inline-block;
}
.acqua-directory-boxes .price-group .price {
	display: block;
	line-height: 1.2;
}
.acqua-directory-boxes .price-details {
	font-size: 11px;
	color: rgba(var(--primary-text-color),.75);
	line-height: 1;
}
.acqua-directory-boxes .delete-cache-button-wrapper {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}
.acqua-directory-boxes .delete-cache-button-wrapper .btn {
	color: #ff0000;
	border-radius: 4px;
}

/* acqua-directory */
.acqua-directory .map-heading {
	line-height: 1.34;
}
.acqua-directory .hotel-on-map {
	position: relative;
	height: 100%;
	margin-bottom: 30px;
	padding: 0;	
	text-align: left;
	background-color: rgba(var(--light-color),1);
}
.acqua-directory .hotel-on-map #hotels-map-canvas {
	position: relative;
	width: 100%;
	height: 410px;
}
.acqua-directory .hotel-on-map #hotels-map-canvas .list-map-inside {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 24px;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.75);
	text-align: center;
	background: #efefef url('/assets/img/google_maps_generic_1140x410.jpg') no-repeat 50% 50%;
	cursor: pointer;
}
.acqua-directory .hotel-on-map .info-window {
	position: absolute;
	z-index: 10;
	/*top: 50px;
	left: 10px;
	width: 160px;
	padding: 5px;*/
	width: 100%;
	padding: 0;
	background-color: rgba(var(--light-color),1);
	border: none;
	opacity: 0.8;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	/*-webkit-box-shadow: 0 2px 5px rgba(var(--blur-color),.25);
	   -moz-box-shadow: 0 2px 5px rgba(var(--blur-color),.25);
			box-shadow: 0 2px 5px rgba(var(--blur-color),.25);*/
}
.acqua-directory .hotel-on-map .info-window:hover {
	opacity: 1;
}
.acqua-directory .hotel-on-map .info-window .icon-cancel-circled {
	position: absolute;
	z-index: 10;
	top: -10px;
	right: -10px;
	width: 19px;
	height: 20px;
	font-weight: 700;
	font-size: 19px;
	color: rgba(var(--light-color),1);
	line-height: 20px;
	text-align: center;
	background-color: rgba(var(--primary-text-color),1);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	cursor: pointer;
}
.acqua-directory .hotel-on-map .info-window .hotel-img {
	width: auto;
	height: 100%;
	margin-bottom: 10px;
}
.acqua-directory .hotel-on-map .info-window .hotel-img img {
	display: block;
	width: 100%;
	height: auto;
}
.acqua-directory .hotel-on-map .info-window .hotel-stars {
	height: 14px;
}
.acqua-directory .hotel-on-map .info-window .hotel-stars img {
	display: block;
	width: auto;
	height: 12px;
}
.acqua-directory .hotel-on-map .info-window .hotel-name {
	font-size: 14px;
	line-height: 1;
}
.acqua-directory .hotel-on-map .info-window .hotel-address {
	font-size: 12px;
	color: rgba(var(--primary-text-color),.75);
}
.acqua-directory .hotel-on-map .info-window .acqua-price {
	font-size: 12px;
	text-align: right;
	line-height: 1.1;
}
.acqua-directory .hotel-on-map .info-window .acqua-price .price {
	font-size: 20px;
}
.acqua-directory .hotel-on-map .info-window .acqua-price .travellers {
	color: rgba(var(--primary-text-color),.75);
}
.acqua-directory .hotel-on-map .info-window .btn {
	margin-top: 10px;
}
.acqua-directory .hotel-on-map #pop_contentDiv {
	width: calc(100% - 15px) !important;
}

/* acqua-directory-searches-wrapper */
.acqua-directory-searches-wrapper [class*='flex-col'] {
	margin-bottom: 20px;
}
.acqua-directory-searches-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 4px 8px;
	font-size: 12px;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	transition: all .25s ease;
}
.acqua-directory-searches-item:hover,
.acqua-directory-searches-item:hover {
	box-shadow: none;
}
.acqua-directory-searches-item strong {
	font-weight: 600;
}
.acqua-directory-searches-item-top {
	display: flex;
	flex-direction: column;
	color: inherit;
}
.acqua-directory-searches-item-top:hover,
.acqua-directory-searches-item-top:focus {
	color: inherit;
}
.acqua-directory-searches-item-top .price-group {
	margin-top: 8px;
}
.acqua-directory-rooms-list-line .price-group.price-center .price-discount {
	text-align: center;
}
.acqua-directory-searches-item-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding-bottom: 4px;
	font-size: 11px;
}
.acqua-directory-searches-item-id {
	display: block;
	color: #337ab7;
}
.acqua-directory-searches-item-time {
	color: #cc0000;
}
.acqua-directory-searches-item-type {
	margin-bottom: 4px;
	padding: 2px 4px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #e8e8e8;
}
.acqua-directory-searches-item-destination {
	margin-bottom: 4px;
}
.acqua-directory-searches-item-date,
.acqua-directory-searches-item-travellers{
	color: #777;
}
.acqua-directory-searches-item-bottom {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #ddd;
}
.acqua-directory-section-filters-wrapper {
	margin-bottom: 60px;
}
.acqua-directory-section-filters-wrapper.depart-month {
	margin-bottom: 24px;
}
.acqua-directory-section-filters-wrapper h2,
.acqua-directory-section-filters-wrapper-title {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}
.acqua-directory-section-filters-wrapper .labels-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.acqua-directory-section-filters-wrapper label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 4px 12px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	transition: all .25s ease;
	cursor: pointer;	
}
.acqua-directory-section-filters-wrapper label:hover,
.acqua-directory-section-filters-wrapper label:focus {
	background-color: #ecf8ff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
}
.acqua-directory-section-filters-wrapper label input {
	margin: 0;
}
.acqua-directory-section-filters-wrapper .label-details {
	font-size: 12px;
	color: #999;
}
.acqua-directory-section-filters-wrapper .label-price {
	font-weight: 700;
	font-size: 14px;
	color: rgba(var(--price-color),1);
}
.acqua-directory-section-filters-wrapper.transport-type {
	text-align: center;
}
.acqua-directory-section-filters-wrapper.transport-type .labels-wrapper {
	justify-content: center;
}
.acqua-directory-section-filters-wrapper.transport-type label {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600;
	font-size: 20px;
	color: rgba(var(--primary-text-color),1);
	text-transform: uppercase;
	background-color: #fff;	
	border: 3px solid rgba(var(--primary-color),1);
	border-radius: 8px;	
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
}
.acqua-directory-section-filters-wrapper.transport-type label:hover,
.acqua-directory-section-filters-wrapper.transport-type label:focus {
	box-shadow: none;
}
.acqua-directory-section-filters-wrapper label.selected {
	color: rgba(var(--light-color),1);
	background: rgba(var(--primary-color),1);
}
.acqua-directory-section-filters-wrapper label input {
	width: 0;
	height: 0;
	display: none;
}
.acqua-directory-section-filters-wrapper.transport-type label .fa {
	font-size: 28px;
}
.acqua-directory-section-filters-wrapper.transport-type label img {
	width: auto;
	height: 36px;
}
.acqua-directory-section-filters-wrapper.depart-location .labels-wrapper {
	flex-wrap: wrap;
}
.acqua-directory-section-filters-wrapper.depart-month .labels-wrapper {
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.acqua-directory-section-filters-wrapper.depart-month label {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 120px;
	padding-top: 12px;
}
.acqua-directory-section-filters-wrapper.depart-date .labels-wrapper {
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.acqua-directory-section-filters-wrapper.depart-date .labels-wrapper > div {
	width: 120px;
}
.acqua-directory-section-filters-wrapper.depart-date label {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	padding-top: 12px;	
}
.acqua-directory-section-filters-wrapper.depart-date label.selected {
	color: rgba(var(--light-color),1);
	background: rgba(var(--primary-color),1);
}
.acqua-directory-section-filters-wrapper.nights-number .labels-wrapper {
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.acqua-directory-section-filters-wrapper.nights-number .labels-wrapper > div {
	width: 120px;
}
.acqua-directory-section-filters-wrapper.nights-number label {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 120px;
	min-height: 80px;
	padding-top: 12px;	
}
.acqua-directory-section-filters-wrapper.nights-number label.selected {
	color: rgba(var(--light-color),1);
	background: rgba(var(--primary-color),1);
}
.acqua-directory-section-filters-wrapper label.selected .label-price,
.acqua-directory-section-filters-wrapper label.selected .label-details {
	color: #fff;
}

/* acqua-directory-rooms-search-engine */
.acqua-directory-rooms-search-engine {
	margin-bottom: 60px;
	padding: 12px;
	background-color: #fafafa;
	border: 1px solid #ddd;
}
/*.acqua-directory-rooms-search-engine .search-number-of-rooms {
	width: auto;
}*/
.acqua-directory-rooms-search-engine .room-container-title {
	display: block;
	margin-top: 32px;
	text-align: right;
}
.acqua-directory-rooms-search-engine .btn {
	margin-top: 24px;
}
@media screen and (max-width: 767px){
	.acqua-directory-rooms-search-engine .room-container-title {
		margin-top: 0;
		margin-bottom: 0;
		padding: 4px;
		text-align: center;
		background-color: #e3e3e3;
	}
	.acqua-directory-rooms-search-engine .btn {
		margin-top: 8px;
	}
}

.acqua-directory-rooms-container {
	margin-bottom: 60px;
}
.acqua-directory-rooms-list-tabs {
	text-align: center;
}
.acqua-directory-rooms-list-tabs.nav-tabs > li {
	float: none;
	display: inline-block;
}
.acqua-directory-rooms-list-tabs.nav-tabs > li > a {
	display: block;
	min-width: 200px;
	font-size: 16px;
}
.acqua-directory-rooms-list-alert {
	margin-top: 32px;
}

/* acqua-directory-rooms-list-tabs-container */
.acqua-directory-rooms-list-tabs-container {
	display: flex;
	gap: 2px;
}
.acqua-directory-rooms-list-tab {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2px 10px;
	margin-bottom: -2px;
	padding: 4px 8px;
	font-weight: 600;
	color: rgba(var(--light-color),.9);
	text-align: center;
	background-color: rgba(var(--primary-color),.75);
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	transition: all .25s ease;
}
.acqua-directory-rooms-list-tab.active {
	background-color: rgba(var(--primary-color),1);
	color: rgba(var(--light-color),1);
}
.acqua-directory-rooms-list-tab.general-basis {
	position: relative;
	white-space: nowrap;
}
.acqua-directory-rooms-list-tab .badge-wrapper {
	display: flex;
	align-items: center;
	gap: 2px;
}
.acqua-directory-rooms-list-tab .badge:first-of-type {
	font-weight: 700;
}
.acqua-directory-rooms-list-tab .badge {
	padding: 2px 4px;
	font-weight: 600;
	font-size: 10px;	
	color: rgba(var(--primary-color),1);
	background-color: rgba(var(--light-color),1);
	border-radius: 2px;
}
.acqua-directory-rooms-list-tab .badge-count {
	align-self: flex-start;
	margin-top: -2px;
	color: rgba(var(--primary-color),1);
	background-color: rgba(var(--light-color),1);
	border-radius: 50%;
}
@media screen and (max-width: 575px){
	.acqua-directory-rooms-list-tab {
		align-items: center;
		flex-direction: column;
		row-gap: 4px;
		font-size: 12px;
		line-height: 1.2;
	}
	.acqua-directory-rooms-list-tab .badge {
		font-size: 10px;
	}
}


/* acqua-directory-rooms-list */
.acqua-directory-rooms-list {
	border-top: 2px solid rgba(var(--primary-color),1);
	border-bottom: 2px solid rgba(var(--primary-color),1);
}
.acqua-directory-rooms-list .flex-row {
	margin-right: 0;
	margin-left: 0;
}
.acqua-directory-rooms-list .flex-row [class*='flex-col']:first-of-type {
	padding-left: 0;
}
.acqua-directory-rooms-list .flex-row [class*='flex-col']:last-of-type {
	padding-right: 0;
}
.acqua-directory-rooms-list-line {
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid rgba(var(--primary-color),.25);
	transition: background-color .25s ease;
}
.acqua-directory-rooms-list-line:last-of-type {
	border-bottom: none;
}
.acqua-directory-rooms-list-line:hover,
.acqua-directory-rooms-list-line:focus {
	background-color: #f5f5f5;
}
.acqua-directory-rooms-list-line-room {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 14px;
}
.acqua-directory-rooms-list-line-supplier {
	margin-top: 4px;
	color: #888;
}
.acqua-directory-rooms-list-line ul {
	margin-bottom: 4px;
	padding-left: 20px;
}
.acqua-directory-rooms-list-line ul:last-of-type {
	margin-bottom: 0;
}
.acqua-directory-rooms-list-policies-cell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.acqua-directory-rooms-list-line-policy-price {
	font-weight: 700;
	color: rgba(var(--price-color),1);
}

.acqua-directory-rooms-list .flex-row [class*='flex-col'].remarks-cell,
.acqua-directory-rooms-list .flex-row [class*='flex-col'].included-services-cell,
.acqua-directory-rooms-list .flex-row [class*='flex-col'].not-included-services-cell,
.acqua-directory-rooms-list .flex-row [class*='flex-col'].offer-details-cell {
	padding-right: 0;
	padding-left: 0;
}

/* acqua-directory-rooms-list-line-special-offer */
.acqua-directory-rooms-list-line-info-wrapper {
	margin-top: 4px;
	padding: 0 3px;
}
.acqua-directory-rooms-list-line-info-title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 2px;
	font-weight: 600;
	font-size: 11px;
	cursor: pointer;
}
.acqua-directory-rooms-list-line-info-title .before-fa-icon {
	margin-top: 2px;
	font-size: 11px;
	/*color: rgba(var(--primary-color), 1);*/
}
.acqua-directory-rooms-list-line-info-title .after-fa-icon {
	font-size: 8px;
}
.acqua-directory-rooms-list-line-info {
	height: 0;
	font-size: 12px;
	overflow: hidden;
}
.open .acqua-directory-rooms-list-line-info {
	height: auto;
	padding: 4px 8px 4px 16px;
	overflow: visible;
}

/* acqua-directory-rooms-list-line-remarks */
/*
.acqua-directory-rooms-list-line .remarks-cell {
	order: 4;
	padding-left: 0;
	border-image: linear-gradient(to right, #ccc, white);
    border-image-slice: 20%;
}
*/
/*
.acqua-directory-rooms-list-line-remarks-wrapper {
	margin-top: 8px;
	padding: 4px;
	background-color: #f5f5f5;
	border-radius: 4px;
	transition: all .25s ease;
}
.acqua-directory-rooms-list-line:hover .acqua-directory-rooms-list-line-remarks-wrapper {
	background-color: #fff;
}
.acqua-directory-rooms-list-line-remarks-title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 2px;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}
.acqua-directory-rooms-list-line-remarks-title .before-fa-icon {
	font-size: 12px;
	color: rgba(var(--primary-color), 1);
}
.acqua-directory-rooms-list-line-remarks-title .after-fa-icon {
	font-size: 10px;
}
.acqua-directory-rooms-list-line-remarks {
	height: 0;
	font-size: 12px;
	overflow: hidden;
}
.open .acqua-directory-rooms-list-line-remarks {
	height: auto;
	padding: 4px 8px 4px 16px;
	overflow: visible;
}
.acqua-directory-rooms-list-line-remarks .fa {
	margin-top: 4px;
	font-size: 9px;
}
*/
/*.acqua-directory-rooms-list-line-remarks {
	display: flex;
	gap: 4px;
	max-height: 90px;
	padding-top: 4px;
	font-size: 11px;
	color: #777;
	overflow: hidden;
}
.acqua-directory-rooms-list-line-remarks-title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 2px;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}*/

/* acqua-directory-rooms-list-price-cell-wrapper */
/*.acqua-directory-rooms-list-line .price-cell {
	order: 3;
}*/
.acqua-directory-rooms-list-price-cell-wrapper {
	display: flex;
	flex-direction: column;
	/* justify-content: end; */
	height: 100%;
	text-align: center;
}
.acqua-directory-rooms-list-line .price-group {
	margin-bottom: 4px;
}
.acqua-directory-rooms-list-line .price-group.price-center .price-discount {
	text-align: center;
}
.acqua-directory-rooms-list-line .btn {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	white-space: wrap;
}

.acqua-directory-rooms-list-line .acqua-flight-details {
	margin-top: 4px;
	margin-bottom: 4px;
}
.acqua-directory-rooms-list-line .acqua-flight-details .acqua-flight-segment-header {
	background-color: #efefef;
}
@media screen and (max-width: 767px){
	.acqua-directory-rooms-list {
		padding: 0;
	}
	.acqua-directory-rooms-list-line [class*='flex-col'] {
		padding-right: 0;
		padding-left: 0;
	}
	.acqua-directory-rooms-list-line .flex-row {
		flex-direction: column;
	}
	.acqua-directory-rooms-list-line .price-cell {
		order: 4;
		border-left: none;
	}
	.acqua-directory-rooms-list-line .remarks-cell {
		order: 3;
	}
	.acqua-directory-rooms-list-line-room {
		font-weight: 600;
		font-size: 20px;
	}
	.acqua-directory-rooms-list-policies-cell {
		margin-top: 8px;
		padding-right: 4px;
		padding-left: 4px;
	}
	.acqua-directory-rooms-list-policies-cell .waiting-msg {
		text-align: center;
	}
	.acqua-directory-rooms-list-price-cell-wrapper {
		margin-top: 8px;
		margin-bottom: 4px;
		padding-top: 8px;
		border-top: 1px solid rgba(var(--price-color),.25);
	}
	.acqua-directory-rooms-list-line .btn {
		width: auto;
		min-width: 200px;
	}
}

/* acqua-directory-month-wrapper */
.acqua-directory-month-wrapper {
	margin-bottom: 60px;
	padding-bottom: 2px;
	border-bottom: 1px solid #aaa;
}
.acqua-directory-month-wrapper h2 {
	font-weight: 600;
}
.acqua-directory-month-wrapper input {
	width: 0;
	height: 0;
	display: none;
}
.acqua-directory-month-wrapper .flex-row {
	margin-right: 0;
	margin-left: 0;
}
.acqua-directory-month-wrapper .flex-row .flex-col {
	padding-right: 0;
	padding-left: 0;
}
.acqua-directory-month-head {
	margin-bottom: 2px;
}
.acqua-directory-month-head .flex-row .flex-col:first-of-type span {
	border-radius: 6px 0 0 6px;
}
.acqua-directory-month-head .flex-row .flex-col:last-of-type span {
	border-radius: 0 6px 6px 0;
}
.acqua-directory-month-head span {
	display: block;
	padding: 4px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #555;
	border-right: 1px solid #fff;
}
.acqua-directory-month-head .flex-col:last-of-type span {
	border-right: none;
}
.acqua-directory-month-body .label-price {
	font-weight: 700;
	font-size: 14px;
	color: rgba(var(--price-color),1);
}
.acqua-directory-month-body .label-details {
	font-size: 12px;
	color: #999;
}
.acqua-directory-month {
	height: 90px;
	margin: 4px;
	font-size: 12px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	transition: all .25s ease;
	overflow: hidden;
}
.acqua-directory-month:hover,
.acqua-directory-month:focus {
	background-color: rgba(var(--primary-color),.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
}
.acqua-directory-month label {
	display: block;
	height: 100%;
	margin-bottom: 0;
	padding: 4px;
	font-size: 14px;
	cursor: pointer;
}
.acqua-directory-month .label-price.text {
	font-weight: 600;
}
.acqua-directory-month label .label-date {
	text-align: right;
}
.acqua-directory-month label.selected {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
}
.acqua-directory-month label.selected .label-date {
	font-weight: 700;
	color: rgba(var(--light-color),1);
}
.acqua-directory-month label.selected .label-price,
.acqua-directory-month label.selected .label-details {
	color: rgba(var(--light-color),1);
}
.acqua-directory-month.with-price {
	background-color: #f5f5f5;
}
.acqua-directory-month.with-price:hover,
.acqua-directory-month.with-price:focus {
	/*background-color: rgba(var(--price-color),.1);*/
	background-color: rgba(var(--primary-color),.1);
}
.acqua-directory-month.empty {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: none;
	cursor: default;
}
.acqua-directory-month.empty:hover,
.acqua-directory-month.empty:focus {
	background-color: #fff;
}
.acqua-directory-month.no-route,
.acqua-directory-month.no-route:hover,
.acqua-directory-month.no-route:focus{
	background-color: rgba(255,0,0,.03);
	border: 1px solid rgba(255,0,0,.1);
	box-shadow: none;
	/*cursor: not-allowed;*/
	cursor: default;
}
.acqua-directory-month.no-route label {
	font-weight: 400;
	color: #FFC6C6;
	/*cursor: not-allowed;*/
	cursor: default;
}

/* cookie-bar */
#cookie-bar {
	z-index: 17000000;
	font-size: 13px;
	color: #555;
	text-align: left;
	/*line-height: 1.3;*/
	background: #fff;
	background: rgba(255,255,255,.9);
	border-top: 1px solid #ccc;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
#cookie-bar.fixed {
	z-index: 21474836440 !important;
}
#cookie-bar:hover {
	background-color: #fff;
}
#cookie-bar p {
	/*padding: 10px 140px 10px 15px;*/
	padding: 10px 15px;
	vertical-align: middle;
}
#cookie-bar p .title {
	display: block;
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 15px;
}
#cookie-bar a,
#cookie-bar a:visited {
	display: inline-block;
	margin-left: 0;
	padding: 0;
	color: #555;
	text-decoration: underline;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
#cookie-bar a:hover {
	text-decoration: none;
}
#cookie-bar a.cb-enable,
#cookie-bar span.cb-enable {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 7px;
	padding: 0 10px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #5cb85c;
	transition: all .25s ease;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	cursor: pointer;
}
#cookie-bar .cb-enable:hover {
	background: #449d44;
} 
#cookie-bar a.cb-disable,
#cookie-bar span.cb-disable {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 7px;
	margin-right: 10px;
	padding: 0 10px;
	font-weight: 500;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
	background: #990000;
	transition: all .25s ease;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	cursor: pointer;
	
}

/* olPopup */
.hotel-on-map .olPopup {
	width: 220px !important;
	height: auto !important;
	/*top: 200px !important;
	left: 20px !important;*/
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	overflow: visible !important;
}
.hotel-on-map .olPopup .olFramedCloudPopupContent {	
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.hotel-on-map .olPopup .info-window .hotel-img {
	height: 130px;
	overflow: hidden;
}
.hotel-on-map .olPopup .info-window .hotel-img img {
	min-height: 130px;
}

.hotel-on-map .olPopup #pop_GroupDiv {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	overflow: visible !important;
}
.hotel-on-map .olPopup #pop_FrameDecorationDiv_0,
.hotel-on-map .olPopup #pop_FrameDecorationDiv_1,
.hotel-on-map .olPopup #pop_FrameDecorationDiv_2,
.hotel-on-map .olPopup #pop_FrameDecorationDiv_3 {
	display: none;
}

.hotel-on-map .olPopup .olPopupCloseBox {
	width: 0 !important;
	height: 0 !important;
	right: 0 !important;
	top: 0 !important;
	z-index: 800;
}

.hotel-on-map .olPopup .olPopupCloseBox::before {
	content: "\00D7";	
	position: absolute;
	z-index: 800;	
	top: 2px;
	right: -8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #333;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0.8;
	cursor: pointer;
}
.hotel-on-map .olMap [id*="OpenLayers_Map_"] {
	width: 100%;
	height: 100%;
}
.hotel-on-map .olPopup:hover .olPopupCloseBox::before {
	opacity: 1;
}
.hotel-on-map .olPopup .info-window {
	position: relative;
	top: 10px;
	left: 0;
	transform: translate(0,0);
}
.hotel-on-map .olPopup #pop_FrameDecorationImg_4 {
	display: none;
}

/* select2 */
.select2-container .select2-selection--single {
	height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: rgba(var(--primary-text-color),1);
	line-height: 34px;
}
.select2-container--default .select2-selection--single {	
	background-color: rgba(var(--light-color),1);
	border: none;
	outline: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(var(--primary-color),1);
}
.select2-container {
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(var(--border-color),1);
}
.time-lapse-form-h1 {	
    font-size: 25px;
}
.time-lapse-form-h1 .title {
	margin-bottom: 20px;
    font-size: 36px;
}

/* magnific popup */
.mfp-wrap {
	z-index: 2010;
}
.mfp-bg {
	z-index: 2000;
}
.mfp-container {
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	padding: 10px;
}
.mfp-close {
	width: 26px;
	height: 26px;
	line-height: 26px;	
}
button.mfp-close,
button.mfp-arrow {
	background: transparent;
}
.inline-modal {
	position: relative;
	max-height: 100%;
	margin: 0 auto 10px;
	padding: 20px;
	text-align: left;
	background-color: rgba(var(--light-color),1);
	overflow-y: auto;
}
.inline-modal.full-height {
	height: 100%;
	padding: 20px 10px;
}
.inline-modal.auto {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	max-width: none;
	min-width: 300px;
}
.inline-modal h2 {
	margin-bottom: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 20px;
	border-bottom: 1px dashed rgba(var(--border-color),1);
}
.inline-modal h2 small {
	display: block;
	font-size: 16px;
	line-height: 1.7;
}
.inline-modal h3 {
	margin-top: 10px;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 16px;
	color: rgba(var(--primary-text-color),1);
	background-color: rgba(var(--bg-color),1);
}
.inline-modal .mfp-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.inline-modal .mfp-close:active {
	top: 10px;
}
.inline-modal img {
	display: block;
	max-width: 100%;
	height: auto;
}
.inline-modal.w400 {
	max-width: 400px;
}
.inline-modal.w600 {
	max-width: 600px;
}
.inline-modal.w800 {
	max-width: 800px;
}

/* acqua-demo-page */
.acqua-demo-page h1 {
	margin-bottom: 30px;
	padding: 10px 0 5px;
	text-align: center;
	background-color: rgba(var(--bg-color),1);
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-demo-page .acqua-tmpl-heading-01 h1 {
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	background-color: transparent;
	border-bottom: none;
}
.acqua-demo-page .acqua-widget-link {
	font-size: 20px;
}
.acqua-demo-widget-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	margin-bottom: 8px;
}
.acqua-demo-widget-header-item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.acqua-demo-widget-header-item h2 {
	margin-bottom: 0;
}

/*acqua-point-of-interest-list*/
.acqua-point-of-interest-list {
	padding-left: 15px;
}
.acqua-point-of-interest-list li {
	padding: 2px 0;
}

/* dropdown-pack-exp */
.adv-pack-exp h1 {
	
}
.adv-pack-exp h2 {
	font-size: 18px;
}
.adv-pack-exp label {
	margin-bottom: 0;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.adv-pack-exp .dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
}
.adv-pack-exp .dropdown-toggle .fa {
	font-size: 9px;
}
.adv-pack-exp .dropdown-menu {
	min-width: auto;
	width: 100%;
}
.adv-pack-exp .dropdown-menu > li {
	padding: 4px 12px;
}
.adv-pack-exp .dropdown-menu > li label {
	display: block;
	margin-bottom: 0;
	cursor: pointer;
}
.adv-pack-exp-section {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #efefef;
}
.adv-pack-exp-section.no-border {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.adv-pack-exp-section.with-bg {
	padding: 12px;
	background-color: #f5f5f5;
	border: 1px solid #efefef;
}
.adv-pack-exp-section.adv-pack-exp-section-filters {
	margin-bottom: 10px;
}
.adv-pack-exp-section.adv-pack-exp-section-filters label  {
	font-weight: 600;
}
.adv-pack-exp-spinner-wrapper {
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.adv-pack-exp-spinner-wrapper .fa-spinner {
	 font-size: 50px;
	 color: #000;
}

/* acqua-admin
.acqua-admin .dashboard-heading a {
	float: right;
	margin-top: 15px;
}
.acqua-admin .dashboard-sections {
	margin: 0;
	padding: 0;
	text-align: center;
}
.acqua-admin .dashboard-sections li {
	position: relative;
	display: inline-block;
	width: 240px;
	height: 180px;
	margin: 0 15px 30px;
	text-align: center;
	background-color: #fafafa;
	border: 2px solid #777;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
			box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .dashboard-sections li .inner {
	position: absolute;
	top: 50%;
	right: 10px;
	left: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.acqua-admin .dashboard-sections li a {
	display: block;
	font-weight: 600;
	font-size: 24px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .dashboard-sections li .second-link {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
}
.acqua-admin .dashboard-sections li .section-counter {
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	min-width: 60px;
	height: 30px;
	line-height: 26px;	
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background-color: #777;
	border: 2px solid #777;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .dashboard-sections li:hover,
.acqua-admin .dashboard-sections li:focus {
	background-color: #337ab7;
	border-color: #337ab7;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.acqua-admin .dashboard-sections li:hover a,
.acqua-admin .dashboard-sections li:focus a {
	color: rgba(255,255,255,0.8);
}
.acqua-admin .dashboard-sections li:hover a:hover,
.acqua-admin .dashboard-sections li:focus a:focus {
	color: #fff;
}
.acqua-admin .dashboard-sections li:hover .section-counter,
.acqua-admin .dashboard-sections li:focus .section-counter {
	color: #337ab7;
	background-color: #fff;
	border-color: #337ab7;
}
.acqua-admin .dashboard-sections li:hover .second-link,
.acqua-admin .dashboard-sections li:focus .second-link {
	border-top-color: rgba(255,255,255,0.5);
}

.acqua-admin .nav-tabs > li > a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-admin .nav-tabs > li.active > a,
.acqua-admin .nav-tabs > li.active > a:focus,
.acqua-admin .nav-tabs > li.active > a:hover {
	background-color: #f7f7f7;
}
.acqua-admin .tab-content {
	padding: 10px 15px 0;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom-width: 2px;
}
.acqua-admin label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-admin .acqua-list-all-filters {
	margin-bottom: 20px;
}
.acqua-admin .acqua-list-all-filters .acqua-list-all-filters-title {
	font-size: 18px;
}
.acqua-admin .acqua-list-all-filters .acqua-active-filters {
	margin: 0 -15px;
	padding: 10px 15px 5px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.acqua-admin .acqua-list-all-filters .acqua-active-filters .title {
	font-weight: 600;
}
.acqua-admin .acqua-active-filters .active-filter-remove {
	position: relative;
	display: inline-block;
	float: left;
	padding: 4px 20px 4px 4px;
	margin: 0 5px 5px 0;
	font-size: 12px;
	cursor: pointer;
	background-color: #f9f9f9;
	border: 1px solid #ccc;	
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .acqua-active-filters .active-filter-remove:hover {
	background: #fff0f0;
	border-color: #ffbbbb;
}
.acqua-admin .acqua-active-filters .active-filter-remove .filter-remove {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 20px;
	color: #cc0000;
	line-height: 1;
}
.acqua-admin .acqua-active-filters .btn-container {
	text-align: right;
}
.acqua-admin .acqua-active-filters .btn {
	position: relative;
	padding-right: 20px;
}
.acqua-admin .acqua-active-filters .btn .btn-close {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
.acqua-admin .acqua-pagination {
	margin-bottom: 15px;
}
.acqua-admin .acqua-pagination .filter-results {
	padding-top: 5px;
	font-weight: 600;
	font-size: 16px;
}
.acqua-admin .acqua-pagination .pagination-container {
	margin: 0;
}
.acqua-admin .acqua-pagination .pagination-box {
	float: left;
	width: 24px;
	height: 24px;
	margin: 2px;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	border: 1px solid #ccc;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .acqua-pagination .pagination-box.current,
.acqua-admin .acqua-pagination .pagination-box.current:hover,
.acqua-admin .acqua-pagination .pagination-box.current:focus {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.acqua-admin .acqua-pagination .pagination-box:hover,
.acqua-admin .acqua-pagination .pagination-box:focus {
	background-color: #edf4fa;
}
.acqua-admin .pagination-box.middle-pag-data,
.acqua-admin .pagination-box.middle-pag-data:hover,
.acqua-admin .pagination-box.middle-pag-data:focus {
	background-color: transparent;
	border-color: transparent;
	cursor: default;
}
.acqua-admin .pagination-div-max {
	float: right;
}
.acqua-admin .table-listing {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.acqua-admin .table-listing.table > tbody > tr > td,
.acqua-admin .table-listing.table > tbody > tr > th,
.acqua-admin .table-listing.table > tfoot > tr > td,
.acqua-admin .table-listing.table > tfoot > tr > th,
.acqua-admin .table-listing.table > thead > tr > td,
.acqua-admin .table-listing.table > thead > tr > th {
	font-size: 13px;
}
.acqua-admin .table-listing.table-hover > tbody > tr {
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .table-listing.table-hover > tbody > tr:hover {
	background-color: #f9f9f9;
}
.acqua-admin .table-listing .stars {
	display: block;
	width: auto;
	height: 12px;
	margin: 0 auto;
}
.acqua-admin .table-listing .price-discount-label {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 5px;
	font-size: 11px;
	color: #fff;
	background-color: #c0264c;
}
.acqua-admin .table-listing .price-units {
	font-size: 11px;
}
.acqua-admin .table-listing .status-inactive,
.acqua-admin .table-listing .status-active {
	min-width: 50px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 5px;
	font-size: 11px;
	color: #fff;
}
.acqua-admin .table-listing .status-inactive {
	background-color: #999;
}
.acqua-admin .table-listing .status-active {
	background-color: #00a452;
}
.acqua-admin .table-listing .destination-cell .fa {
	position: relative;
	top: -1px;
}
.acqua-admin .table-listing .image-cell {
	width: 5%;
	text-align: center;
}
.acqua-admin .table-listing .image-cell img {
	width: 20px;
	height: 20px;
	text-align: center;
}
.acqua-admin .table-listing .details-cell {
	border-left: 1px dashed #ddd;
	vertical-align: middle;
}
.acqua-admin .table-listing .details-cell a {
	display: block;
	font-size: 12px;
	text-decoration: underline;
	white-space: nowrap;
}
.acqua-admin .table-listing .details-cell a .fa {
	font-size: 9px;
}
.acqua-admin .table-listing .details-cell a:hover,
.acqua-admin .table-listing .details-cell a:focus {
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .table-listing .btn.btn-remove {
	margin-left: 10px;
}
.acqua-admin .table-listing .btn.btn-remove .fa {
	color: #cc0000;
}
.acqua-admin .table-listing .table-listing-details {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
}
.acqua-admin .table-listing .table-listing-details tr {
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .table-listing .table-listing-details tbody tr:hover,
.acqua-admin .table-listing .table-listing-details tbody tr:focus {
	background-color: #f1f1f1;
}
.acqua-admin .table-listing .table-listing-details th {
	padding: 5px;
	font-size: 16px;
	background-color: #e8e8e8;
}
.acqua-admin .table-listing .table-listing-details td {
	width: 24%;
	padding: 5px;
	vertical-align: top;
	border-top: 1px dashed #e3e3e3;
}
.acqua-admin .table-listing .table-listing-details tr:first-of-type td {
	border-top: none;
}
.acqua-admin .table-listing .table-listing-details td + td {
	width: 76%;
}
.acqua-admin .buttons-container {
	margin: 0 -15px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.acqua-admin .website-colors .color-select-container {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 0;
	background-color: #fff;
	border: 1px solid #ddd;
}
.acqua-admin .website-colors .inner-container {
	display: inline-block;
}
.acqua-admin .website-colors .color-section-heading {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 20px;
}
.acqua-admin .website-colors label {
	margin-bottom: .2rem;
	font-weight: 600;
	font-size: 14px;
}
.acqua-admin .website-colors .input-container {
	position: relative;
	display: inline-block;
}
.acqua-admin .website-colors .input-container .btn-select-color {
	position: absolute;
	top: 4px;
	left: 4px;
	bottom: 4px;
	z-index: 5;
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	color: #333;
	line-height: 22px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	pointer-events: none;
}
.acqua-admin .website-colors input {
	width: 220px;
	height: 34px;
	padding: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-admin .error-email-settings {
	color: #cc0000;
	text-align: center;        
} */

/* edit-icon 
.img-link .edit-icon {
	position: absolute;
	z-index: 15;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: rgba(var(--light-color),1);
	text-align: left;
	line-height: 30px;
	background-color: rgba(var(--blur-color),.5);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
	opacity: 0;
}
.img-link:hover .edit-icon,
.img-link:focus .edit-icon {
	opacity: 1;
}
.img-link .edit-icon:hover,
.img-link .edit-icon:focus {	
	background-color: rgba(var(--primary-color),.5);
}
.img-link .edit-icon .fa {
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
			transform:translateY(-50%);
}*/

/* acqua-error-msg */
.alert-danger {
	padding-left: 40px;
	background-image: url('/assets/img/icons/icon-warning-64x64.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 24px;
}

.tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1;
}
.tooltip.top .tooltip-arrow {
	border-top-color: rgba(var(--border-color),1);
	border-left-width: 8px;
	border-right-width: 8px;
	border-top-width: 8px;
	bottom: -3px;
	margin-left: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
}
.tooltip-inner { 
	min-width: 130px;
	max-width: 400px;
	max-height: 300px;
	padding: 10px;
	color: rgba(var(--primary-text-color),1);
	text-align: left;
	background-color: rgba(var(--bg-color),1);
	border: 1px solid rgba(var(--border-color),1);
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
	   -moz-box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
			box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
}

/* error-msg */
.error-msg {
	display: none;
	font-size: 11px;
	/*color: rgba(var(--emphasize-color),1);*/
	color: #ff0000;
}

/* slick */
.slick-prev,
.slick-next {
	width: 68px;
	height: 100%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

/* .img-link.img-info */
.img-link.img-info {
	position: relative;
}
.img-link.img-info .img-size {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.img-link.img-info .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--light-color),.75);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.img-link.img-info:hover .mask,
.img-link.img-info:hover .img-size {
	opacity: 0;
}
[class*='acqua-tmpl-'] .img-link.img-info,
[class*='acqua-box-'] .img-link.img-info {
	background-color: rgba(var(--bg-color),1);
	background-image: none !important;
}
[class*='acqua-tmpl-'] .img-link.img-info img,
[class*='acqua-box-'] .img-link.img-info img {
	z-index: 5;
}
[class*='acqua-tmpl-'] .img-link.img-info .img-size,
[class*='acqua-box-'] .img-link.img-info .img-size {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	left: 0;
	padding: 8px;	
	transform: translateY(-50%);
	font-size: 28px;
	text-align: center;
	color: rgba(var(--primary-text-color),1);
}

.acqua-tmpl-box-05 .img-link.img-info .img-size,
.acqua-tmpl-box-14 .img-link.img-info .img-size {
	font-size: 24px;
}
[class*='acqua-tmpl-'] .img-link.img-info .img-size .dimensions,
[class*='acqua-box-'] .img-link.img-info .img-size .dimensions {
	white-space: nowrap;
	border-bottom: 1px solid rgba(var(--border-color),1);
}
[class*='acqua-tmpl-'] .img-link.img-info .img-size .text,
[class*='acqua-box-'] .img-link.img-info .img-size .text {
	font-size: 14px;
}
.acqua-tmpl-box-05 .img-link.img-info .img-size .text,
.acqua-tmpl-box-14 .img-link.img-info .img-size .text {
	font-size: 12px;
}
.acqua-tmpl-box-08 .item .img-link.img-info + .info,
.acqua-tmpl-box-08 .item .img-link.img-info + .info {
	opacity: 0;
}
.acqua-tmpl-box-08 .item:hover .img-link.img-info + .info,
.acqua-tmpl-box-08 .item:focus .img-link.img-info + .info {
	opacity: 1;
}

/* .acqua-img-box.img-info */
.acqua-img-box.img-info {
	position: relative;
}
.acqua-img-box.img-info .img-size {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-img-box.img-info .acqua-mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--light-color),.75);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-img-box.img-info:hover .acqua-mask,
.acqua-img-box.img-info:hover .img-size {
	opacity: 0;
}
[class*='acqua-tmpl-'] .acqua-img-box.img-info,
[class*='acqua-box-'] .acqua-img-box.img-info {
	background-color: rgba(var(--bg-color),1);
	background-image: none !important;
}
[class*='acqua-tmpl-'] .acqua-img-box.img-info img,
[class*='acqua-box-'] .acqua-img-box.img-info img {
	z-index: 5;
}
[class*='acqua-tmpl-'] .acqua-img-box.img-info .img-size,
[class*='acqua-box-'] .acqua-img-box.img-info .img-size {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	left: 0;
	padding: 8px;	
	transform: translateY(-50%);
	font-size: 28px;
	text-align: center;
	color: rgba(var(--primary-text-color),1);
}

.acqua-tmpl-box-05 .acqua-img-box.img-info .img-size,
.acqua-tmpl-box-14 .acqua-img-box.img-info .img-size {
	font-size: 24px;
}
[class*='acqua-tmpl-'] .acqua-img-box.img-info .img-size .dimensions,
[class*='acqua-box-'] .acqua-img-box.img-info .img-size .dimensions {
	white-space: nowrap;
	border-bottom: 1px solid rgba(var(--border-color),1);
}
[class*='acqua-tmpl-'] .acqua-img-box.img-info .img-size .text,
[class*='acqua-box-'] .acqua-img-box.img-info .img-size .text {
	font-size: 14px;
}
.acqua-tmpl-box-05 .acqua-img-box.img-info .img-size .text,
.acqua-tmpl-box-14 .acqua-img-box.img-info .img-size .text {
	font-size: 12px;
}
.acqua-tmpl-box-08 .item .acqua-img-box.img-info + .info,
.acqua-tmpl-box-08 .item .acqua-img-box.img-info + .info {
	opacity: 0;
}
.acqua-tmpl-box-08 .item:hover .acqua-img-box.img-info + .info,
.acqua-tmpl-box-08 .item:focus .acqua-img-box.img-info + .info {
	opacity: 1;
}

.acqua-modal-details .modal-body {
	max-height: 600px;
	overflow: auto;
}

/* jquery-ui custom styles*/
.ui-datepicker {
	z-index: 1080 !important;
	-webkit-box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
	   -moz-box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
			box-shadow: 0 2px 5px rgba(var(--blur-color),.15);
}

/* style for injected data */
	/* .ui-datepicker {
		width: 22em;
	}
	.ui-datepicker .weekend .ui-state-default {
	  background: #ddd;
	}
	.ui-datepicker-calendar td a[data-custom] {
	  position: relative;
	}
	.ui-datepicker-calendar td a[data-custom]::after {
	  content: '$' attr(data-custom);
	  display: block;
	  font-size: 11px;
	}*/
/* /style for injected data */

.ui-datepicker.ui-widget.ui-widget-content {
	margin-top: 2px;
	border: 1px solid rgba(var(--border-color),1);
}
.ui-datepicker.ui-corner-all {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.ui-datepicker .ui-widget-header {
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-title {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4em;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	padding: 2px;
	/*font-size: 16px;
	letter-spacing: 1px; */
	background-color: transparent;
	/*border-radius: 2px;
	border: 1px solid #ddd;*/
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	display: block;
	margin: 0 auto;
	color: rgba(var(--primary-text-color),.85);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.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/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 .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker th,
.ui-datepicker td {
	width: 14.28571%;
}
.ui-datepicker td .ui-state-default {
	/*background-color: rgba(var(--bg-color),1);*/
	background-color: rgba(36,160,86,.15);
	border-color: transparent;
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
	color: #000;
	background-color: #e3e3e3;
}
.ui-datepicker td .ui-state-hover {
	color: #fff;
	/*background-color: rgba(var(--bg-color),1);*/
	background-color: rgba(36,160,86,1);
}
.ui-datepicker td .ui-state-active {
	color: rgba(var(--light-color),1);
	color: #fff;
	/*background-color: rgba(var(--emphasize-color),1);*/
	background-color: rgba(36,160,86,1);
}

.caret-up {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-bottom: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/* acqua-modal */
.acqua-modal-wrapper {
	display: none;
	position: fixed;
	z-index: 11000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 100%;
	padding: 15px;
}
.acqua-modal {
	position: relative;
	width: 800px;
	height: 500px;
	margin: 0 auto;
	font-size: 16px;
	background-color: rgba(var(--light-color),1);
	background: rgba(var(--light-color),1) url('/assets/img/beach-girl.jpg') no-repeat left bottom;
	background-size: cover;
	-webkit-box-shadow: 0 2px 10px rgba(var(--blur-color),.75);
	   -moz-box-shadow: 0 2px 10px rgba(var(--blur-color),.75);
			box-shadow: 0 2px 10px rgba(var(--blur-color),.75);
}
.acqua-modal .mask {
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--blur-color),.25);
}
.acqua-modal .acqua-modal-left {
	margin-right: 300px;
	padding: 20px;
}
.acqua-modal .acqua-modal-left .acqua-modal-left-text {
	position: relative;
	z-index: 10;
	font-size: 18px;
	color: rgba(var(--light-color),1);
	text-shadow: 0 1px 1px rgba(var(--blur-color),1);
}
.acqua-modal .acqua-modal-right {
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	bottom: 0;
	width: 280px;
	padding: 20px;
	background-color: rgba(var(--light-color),1);	
}
.acqua-modal h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
}
.acqua-modal .acqua-close-modal {
	position: absolute;
	z-index: 100;
	top: -5px;
	right: 5px;
	font-weight: 700;
	font-size: 28px;
	color: rgba(var(--blur-color),1);
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.25 ease;
	   -moz-transition: all 0.25 ease;
			transition: all 0.25 ease;
}
.acqua-modal .acqua-close-modal:hover,
.acqua-modal .acqua-close-modal:focus {
	color: rgba(var(--emphasize-color),1);
}
.acqua-modal .acqua-close-modal em {
	font-style: normal;
}
.acqua-modal .acqua-modal-content {
	padding: 15px;
}
.acqua-modal .acqua-modal-content label {
	font-weight: 600;
}
.acqua-modal .acqua-modal-content .form-control {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-modal #contact_us_form_thank_you {
	margin-top: 30px;
	text-align: center;
}
#get-new-rooms-by-flight-running-modal {
	padding-top: 15px;
	padding-bottom: 15px;
}
#get-new-rooms-by-flight-running-modal .modal-dialog {
	top: 50%;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}

/* primary button */
.btn-primary {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-btn-color),1);
	border-color: rgba(var(--primary-btn-color),1);
}
.btn-primary:hover {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--primary-btn-hover-color),1);
	border-color: rgba(var(--primary-btn-hover-color),1);
}
.btn-primary.focus,
.btn-primary:focus {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--primary-btn-hover-color),1);
	border-color: rgba(var(--primary-btn-hover-color),1);
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--primary-btn-hover-color),1);
	border-color: rgba(var(--primary-btn-hover-color),1);
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: rgba(var(--primary-btn-color),1);
	border-color: rgba(var(--primary-btn-color),1);
}

.btn > a {
	color: inherit;
}
.btn-success {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-btn-color),1);
	border-color: rgba(var(--primary-btn-color),1);
}
.btn-success:hover {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--primary-btn-hover-color),1);
	border-color: rgba(var(--primary-btn-hover-color),1);
}
.btn-success.focus,
.btn-success:focus {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--primary-btn-hover-color),1);
	border-color: rgba(var(--primary-btn-hover-color),1);
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--primary-btn-hover-color),1);
	border-color: rgba(var(--primary-btn-hover-color),1);
}

/* secondary button */
.btn-info {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--secondary-btn-color),1);
	border-color: rgba(var(--secondary-btn-color),1);
}
.btn-info:hover {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--secondary-btn-hover-color),1);
	border-color: rgba(var(--secondary-btn-hover-color),1);
}
.btn-info.focus,
.btn-info:focus {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--secondary-btn-hover-color),1);
	border-color: rgba(var(--secondary-btn-hover-color),1);
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--secondary-btn-hover-color),1);
	border-color: rgba(var(--secondary-btn-hover-color),1);
}
.btn-crm {
	min-width: 130px;
	margin: 1px 0;
	padding: 1px 8px;
}

.padt10 {padding-top: 10px !important;}
.acqua-semibold {font-weight: 600;}
.acqua-thin300 {font-weight: 300;}
.acqua-regular {font-weight: 400;}
.acqua-semibold500 {font-weight: 500;}
.acqua-semibold600 {font-weight: 600;}
.acqua-bold700 {font-weight: 700;}

.color-green {color: green;}
.color-red {color: red;}

/* acqua-kb-search-wrapper */
.acqua-kb-heading {
	margin-bottom: 30px;
}
.acqua-kb-heading span {
	padding: 5px 15px;
	color: #fff;
	background-color: #2c8aaa;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.acqua-kb-search-wrapper {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f7f7f7;
	border: 1px solid #f5f5f5;
}
.acqua-kb-search-input-wrapper {
	position: relative;
}
.acqua-kb-search-input-wrapper .btn {
	position: absolute;
	z-index: 5;
	top: 2px;
	right: 2px;	
	min-width: 100px;
}
.acqua-kb-breadcrumbs {
	margin-bottom: 20px;
	font-size: 16px;
}
.acqua-kb-sections {
	margin-bottom: 0;
	padding: 5px 10px;
	background-color: #f7f7f7;
}
.acqua-kb-sections__section-title {
	display: block;
	font-weight: 600;
	font-size: 18px;
}
.acqua-kb-sections__sections-list {
	margin-bottom: 0;
}
.acqua-kb-sections__section-list li {
	color: #777;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-kb-sections__section-category {
	display: block;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.acqua-kb-sections__section-subcategory {
	display: block;
	padding: 3px 0 3px 15px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-kb-sections__section-subcategory:hover {
	background-color: #efefef;
}
.acqua-kb-sections__section-subcategory.active,
.acqua-kb-sections__section-subcategory.active:hover {
	font-weight: 700;
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
}
.acqua-kb-sections li a {
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-kb-sections li.active,
.acqua-kb-sections li.active:hover {
	color: #fff;
	background-color: #2c8aaa;
}
.acqua-kb-sections li.active a,
.acqua-kb-sections li.active:hover a {
	color: #fff;
}
.acqua-kb-list-group {
	margin-bottom: 0;
}
.acqua-kb-list-group .list-group-item {
	margin-bottom: 5px;
	border-color: #e8e8e8;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-kb-list-group .list-group-item:hover {
	background-color: #f1f1f1;
}
.acqua-kb-list-group .list-group-item:first-child,
.acqua-kb-list-group .list-group-item:last-child {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-kb-sections li .fa {
	position: relative;
	top: -1px;
	font-size: 9px;
}
.acqua-kb-sections li a {
	color: #555;
}
.acqua-kb-modal .modal-header {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
}
.acqua-kb-modal .modal-title {
	padding-right: 50px;
}
.acqua-kb-modal .close {
	margin-top: 5px;
	font-weight: 400;
	font-size: 44px;
	color: rgba(var(--light-color),1);
	line-height: 0.5;
	text-shadow: none;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0.5;
}
.acqua-kb-modal .close:hover {
	opacity: 0.9;
}
.acqua-kb-modal .modal-content {
	overflow: hidden;
}
.acqua-bg-dark {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;	
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
}
.acqua-kb-article-close-link {
	position: fixed;
	top: 0;
	right: 0;	
	bottom: 0;
	left: 0;
	cursor: default;
}
.acqua-kb-article-wrapper {
	position: fixed;
	z-index: 1510;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
}

.acqua-kb-article-container {
	position: relative;
	z-index: 1530;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	width: calc(100% - 30px);
	max-width: 1200px;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.5);
			box-shadow: 0 6px 12px rgba(0,0,0,0.5);	
}
@media screen and (max-width: 767px){
	.acqua-kb-article-container {
		position: absolute;
	}
}
.acqua-kb-article-header {
	position: relative;
}
.acqua-kb-article-header h2 {
	padding-right: 40px;
}
.acqua-kb-article-close {
	position: absolute;
	top: 10px;
	right: 15px;	
	font-size: 40px;
	color: #999;
	line-height: 0.75;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-kb-article-close:hover {
	color: #2c8aaa;	
}
.acqua-kb-article-body {
	max-height: 700px;
	overflow-Y: auto;
}

/* MQ */
@media (max-width: 840px){
	.acqua-modal-wrapper {
		position: absolute;
		top: 0;
		left: auto;
		-webkit-transform: translate(0);
		   -moz-transform: translate(0);
				transform: translate(0);
	}
	.acqua-modal {
		width: 100%;
	}
}
@media (max-width: 640px){
	.acqua-modal {
		width: 100%;
		height: auto;
	}
	.acqua-modal .acqua-modal-left {
		margin-right: 0;
		padding: 20px;
	}
	.acqua-modal .acqua-modal-right {
		position: relative;
		z-index: 15;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		background-color: rgba(var(--light-color),.85);
		-webkit-box-shadow: 0 3px 5px rgba(var(--blur-color),.35);
		   -moz-box-shadow: 0 3px 5px rgba(var(--blur-color),.35);
				box-shadow: 0 3px 5px rgba(var(--blur-color),.35);
	}
	.acqua-modal .acqua-close-modal {
		color: rgba(var(--light-color),1);
	}
	.acqua-modal #contact_us_form_thank_you {
		margin-top: 0;
	}
}

/* bs4 modal */
.bs4-modal-open {
	overflow: hidden;
}
.bs4-modal-open .bs4-modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.bs4-modal {
	position: fixed;
	z-index: 1060;
	top: 0;
	left: 0;	
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.bs4-modal-dialog {
	position: relative;
	width: auto;
	margin: 0;
	padding: 15px 15px 0 15px;
	pointer-events: none;
}
.bs4-modal.fade .bs4-modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
			transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.bs4-modal.fade .bs4-modal-dialog {
		transition: none;
	}
}

.bs4-modal.show .bs4-modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.bs4-modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}
.bs4-modal-dialog-scrollable .bs4-modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.bs4-modal-dialog-scrollable .bs4-modal-header,
.bs4-modal-dialog-scrollable .bs4-modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.bs4-modal-dialog-scrollable .bs4-modal-body {
	overflow-y: auto;
}
.bs4-modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.bs4-modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}
.bs4-modal-dialog-centered.bs4-modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
	height: 100%;
}
.bs4-modal-dialog-centered.bs4-modal-dialog-scrollable .bs4-modal-content {
	max-height: none;
}
.bs4-modal-dialog-centered.bs4-modal-dialog-scrollable::before {
	content: none;
}
.bs4-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.bs4-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.bs4-modal-backdrop.fade {
	opacity: 0;
}
.bs4-modal-backdrop.show {
	opacity: 0.5;
}
.bs4-modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	padding: 1rem 5rem 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}
.bs4-modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}
.bs4-modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 600;
}
.bs4-modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.bs4-modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.bs4-modal-footer > :not(:first-child) {
	margin-left: .25rem;
}
.bs4-modal-footer > :not(:last-child) {
	margin-right: .25rem;
}
.bs4-modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

/* acqua-demo-popup */
.acqua-demo-popup-wrapper {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,.65);
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.openDemoPopupNotice .acqua-demo-popup-wrapper {
	z-index: 99999;
	opacity: 1;
}
.acqua-demo-popup {
	position: relative;
	flex-basis: 580px;
	padding: 0 15px 35px;
	font-size: 22px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.9);
}
.acqua-demo-popup-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 28px;
	height: 28px;
	font-weight: 700;
	font-size: 30px;
	color: rgba(0,0,0,.35);
	line-height: 28px;
	text-align:center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-demo-popup-close:hover,
.acqua-demo-popup-close:focus {
	color: rgba(0,0,0,.9);
}
.acqua-demo-popup strong {
	color: #c60021;
	white-space: nowrap;
}
.acqua-demo-popup-heading span {
	display: block;
	margin: 0 -15px 25px;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	/*background-color: #c60021;*/
	background-color: #8c1c38;
}
@media (max-width: 640px) {
	.acqua-demo-popup {
		flex-basis: 90%;
	}
}
/* /acqua-demo-popup */

/* acqua-cookies-popup */
.acqua-cookies-popup-open {
	cursor: pointer;
	text-decoration: underline;
}
.acqua-cookies-popup-open:hover {
	text-decoration: none;
}
.acqua-cookies-popup-wrapper {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: rgba(0,0,0,.65);
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.openCookiesPopup .acqua-cookies-popup-wrapper {
	z-index: 99999;
	opacity: 1;
}
.acqua-cookies-popup {
	flex-basis: 100%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	color: #555;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,.9);
	   -moz-box-shadow: 0 2px 15px rgba(0,0,0,.9);
			box-shadow: 0 2px 15px rgba(0,0,0,.9);
}
.acqua-cookies-popup-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 0 15px;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}
.acqua-cookies-popup-close {
	font-size: 30px;
	color: rgba(0,0,0,.35);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-cookies-popup-close:hover,
.acqua-cookies-popup-close:focus {
	color: rgba(0,0,0,.9);
}
.acqua-cookies-popup-body {
	display: flex;
	height: 320px;
	background-color: #fff;
}
.acqua-cookies-popup-body .nav-tabs {
	display: flex;
	flex-direction: column;
	min-width: 240px;
	background-color: #efefef;
	border-bottom: none;
}
.acqua-cookies-popup-body .nav-tabs > li > a {
	margin-right: 0;
	color: #777;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.acqua-cookies-popup-body .nav-tabs > li.active > a,
.acqua-cookies-popup-body .nav-tabs > li.active > a:focus,
.acqua-cookies-popup-body .nav-tabs > li.active > a:hover {
	background-color: #fff;
	border: none;
}
.acqua-cookies-popup-body .tab-content {
	flex-basis: 100%;
}
.acqua-cookies-popup-body .tab-content > .tab-pane {
	height: 100%;
	padding: 10px;
	overflow: auto;
}
.acqua-cookies-popup-tab-pane-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight: 700;
}
.acqua-cookies-popup-tab-pane-heading span {
	color: #999;
}
.acqua-cookies-popup-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
	padding: 0 15px;
	text-align: right;
	border-top: 1px solid #ddd;
}
@media screen and (max-width: 575px){	
	.acqua-cookies-popup-body {
		height: calc(100vh - 110px);
	}
	.acqua-cookies-popup-body .nav-tabs {
		min-width: auto;
		height: 100%;
		overflow: auto;	
	}
	.acqua-cookies-popup-body .tab-content > .tab-pane {
		max-height: none;
	}
}
/* /acqua-cookies-popup */

/* acqua-main-img-gallery */ 
.acqua-main-img-gallery {
	position: relative;
	margin-bottom: 10px;	
	transition: all .25s ease;
}
.acqua-main-img-gallery .img-gallery-slider {
	margin-bottom: 3px;
}
.acqua-main-img-gallery .img-gallery-slider .img-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 376px;
	padding-bottom: 0;
	background: transparent url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-main-img-gallery .img-gallery-slider .img-box {
	position: relative;
	height: 100%;
}
.acqua-main-img-gallery .img-gallery-slider-item figcaption {
	display: none;
}
.acqua-main-img-gallery .img-gallery-slider-item .figcaption {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}
.acqua-main-img-gallery .img-gallery-slider-item .figcaption-inner {
	width: 80%;
	margin: 0 auto;
	padding: 8px 10px;
	color: #fff;
	text-align: center;
}
.acqua-main-img-gallery .img-gallery-slider .img-link img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	width: auto;
	height: 100%;
}
.acqua-main-img-gallery .img-gallery-slider-nav {
	margin-bottom: 20px;
}
.acqua-main-img-gallery .img-gallery-slider-nav .slick-track {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100% !important;
	margin: 0 -3px;
	transform: translate3d(0, 0px, 0px);
}
.acqua-main-img-gallery .img-gallery-slider-nav .slick-slide {
	width: 51px !important;
	margin: 3px;
	padding: 0;
	cursor: pointer;
}
.acqua-main-img-gallery .img-gallery-slider-nav .img-link {
	display: block;
	position: relative;
	z-index: 5;
	width: auto;
	height: 50px;
	background: transparent url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-main-img-gallery .img-gallery-slider-nav .img-link img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}
@media (max-width: 767px){
	.acqua-main-img-gallery .img-gallery-slider .img-link {
		padding-bottom: 0;
		height: 300px;
	}
}
@media (max-width: 575px){
	.acqua-main-img-gallery .img-gallery-slider .img-link {
		height: 200px;
	}
}
/* /acqua-main-img-gallery */

/* alert-box */
.alert-box {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 30px);
	max-width: 320px;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.35);
	border-radius: 10px;
	overflow: hidden;
}
.alert-box-text {
	padding: 10px 15px;
	background-color: #f1f1f1;
}
.alert-box-btn {
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.alert-box .close {
	float: none;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 36px;
	color: #cc0000;
	line-height: .75;
	transition: all .25s ease;
	opacity: .5;
}
.alert-box:hover .close,
.alert-box:focus .close {
	opacity: 1;
}

/* acqua-alert */
.acqua-alert {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 12px;
	padding: 8px;
	font-weight: 600;
	color: #fff;
	border-radius: 4px;
}
.acqua-alert-icon {
	font-size: 24px;
}
.acqua-alert-danger {
	color: #cc334a;
	background-color: #f2dede;
}
.acqua-alert-info {
	background-color: #2f99cc; 
}

/* acqua-flex-modal */
body.acqua-flex-modal-open {
	padding-right: 17px;
	overflow: hidden;
}
.acqua-flex-modal-overlay {
	display: none;
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
}
.acqua-flex-modal {
	display: none;
	position: fixed;
	z-index: 99999;	
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	pointer-events: none;
}
.acqua-flex-modal-dialog {
	position: relative;
	width: auto;
	max-width: 720px;
	margin: 15px auto;
	padding: 0 15px;
	pointer-events: none;
	display: flex;
	align-items: center;
	height: calc(100% - 30px);
	min-height: calc(100% - 30px);
}
.acqua-flex-modal-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}
.acqua-flex-modal-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-height: 100%;
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 10px;
	pointer-events: auto;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.75);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,.75);
			box-shadow: 0 2px 10px rgba(0,0,0,.75);
	outline: 0;
	overflow: hidden;
}
.acqua-flex-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 15px 0 15px;
	border-bottom: 1px solid #ddd;
}
.acqua-flex-modal-title {
	font-weight: 600;
	font-size: 20px;
}
.acqua-flex-modal-btn-close {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	min-width: 28px;
	height: 28px;
	margin-top: 3px;
	margin-left: 15px;
	font-weight: 400;
	font-size: 36px;
	color: #000;
	line-height: 1;
	opacity: .5;
	cursor: pointer;
	transition: all .25s ease;
}
.acqua-flex-modal-btn-close em {
	font-style: normal;
}
.acqua-flex-modal-btn-close:hover,
.acqua-flex-modal-btn-close:focus {
	color: #cc0000;
	opacity: 1;
}
.acqua-flex-modal-body {
	position: relative;
	z-index: 2;
	/*flex: 1 1 auto;*/
	padding: 16px;
	font-size: 16px;
	overflow-y: auto;
}
.acqua-flex-modal-footer {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	padding: 10px;
	border-top: 1px solid #ddd;
}
.acqua-flex-modal-footer .btn {
	border-radius: 6px;
}
@media screen and (max-width: 575px){
	.acqua-flex-modal-dialog {
		margin: 15px;
		padding: 0;
	}
}
/* /acqua-flex-modal */

/* addToany */
.addToany_wrapper {z-index: 999;}
.addToany_wrapper .a2a_vertical_style .a2a_button_viber:not(.demo_rezervari_quick-sell_ro .addToany_wrapper .a2a_vertical_style .a2a_button_viber),
.addToany_wrapper .a2a_vertical_style .a2a_button_telegram:not(.demo_rezervari_quick-sell_ro .addToany_wrapper .a2a_vertical_style .a2a_button_telegram) {
	display: none;
}

/* lightgallery custom styles */
#lg-counter {
	color: #fff;
}
/*
.lg-outer .lg-thumb-item {
	border-color: #555 !important;
	border-radius: 0 !important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #fff !important;
}
*/
@media (min-width: 576px) {
	.bs4-modal-dialog {
		margin: 1.75rem auto;
		padding-top: 0;
	}
	.bs4-modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.bs4-modal-dialog-scrollable .bs4-modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.bs4-modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.bs4-modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	.bs4-modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.bs4-modal-lg,
	.bs4-modal-xl {
		/*max-width: 800px;*/
		max-width: none;
	}
}
@media (min-width: 1200px) {
	.bs4-modal-xl {
		max-width: 1140px;
	}
}
/* BS4 modal */

.acqua-messaging-icons-wrapper {
	position: fixed;
	z-index: 1100;
	bottom: 12px;
	left: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
/* acqua-telegram-icon */
.acqua-telegram-icon {	
    display: flex;
	align-items: center;
	justify-content: center; 
    width: 50px;
	height: 50px;
	font-size: 50px;
	background-color: #fff;
	text-decoration: none; 
	border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
	transition: all .25s ease;
	overflow: hidden;
}
.acqua-telegram-icon i {
	color: #2c9fd7;
	transition: all .25s ease;
}
.acqua-telegram-icon:hover i,
.acqua-telegram-icon:focus i {
	color: #2183b1;
}

.acqua-whatsapp-button {
	display: flex !important;
	align-items: center;
	justify-content: center; 
    width: 50px;
	height: 50px;
	text-decoration: none; 
	background-color: #0bc119; 
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
	transition: all .25s ease;
	cursor: pointer;
}
.acqua-whatsapp-button i {
	font-size: 30px;
	color: #fff;
}
.acqua-whatsapp-button:hover,
.acqua-whatsapp-button:focus {
	background-color: #0a9e15;
}

/* acqua-viber-icon */
.acqua-viber-icon {
	display: flex;
	align-items: center;
	justify-content: center; 
    width: 50px;
	height: 50px;
	text-decoration: none; 
	background-color: #7B519D; 
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
	transition: all .25s ease;
	cursor: pointer;
}
.acqua-viber-icon i {
	font-size: 28px;
	color: #fff;
}
.acqua-viber-icon:hover,
.acqua-viber-icon:focus {
	background-color: #57396f;
}

/* acqua responsive tables */
@media screen and (max-width: 767px){
	.table.acqua-table-responsive thead {
		display: none;
	}
	.table.acqua-table-responsive tbody,
	.table.acqua-table-responsive tr,
	.table.acqua-table-responsive td {
		display: block;
		width: 100%;
		min-width: 340px;
	}
	.table.acqua-table-responsive tr {
		margin-bottom: 15px;
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
	}
	.table.acqua-table-responsive > tbody > tr > td {
		position: relative;
		min-height: 35px;
		padding-left: 25%;
		text-align: left;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.table.acqua-table-responsive > tbody > tr > td:last-of-type {
		border-bottom: 2px solid #aaa;
	}
	.table.acqua-table-responsive > tbody > tr > td::before {
		content: attr(data-label);
		position: absolute;
		top: 0;
		right: 8px;
		bottom: 0;
		left: 0;
		width: calc(25% - 8px);
		padding: 8px;
		font-weight: 700;		
		text-align: left;
		background-color: #f1f1f1;
	}
}

/* google translate widget */
.goog-te-gadget-simple {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 4px 8px !important;
	font-size: 12px !important;
	border: none !important;
}
.goog-te-gadget-icon {
	width: 14px !important;
	height: 14px !important;
	margin-right: 0 !important;
	background-position: -48px 0 !important;
	background-size: auto 14px !important;	
}
@media screen and (max-width: 767px){
	#google_translate_element {
		margin: 8px 15px !important;
	}
}

/* Bootstrap Grid v5.0.0 */
.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.flex-row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.flex-col {
	flex: 1 0 0%;
}
.flex-row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}
.flex-row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}
.flex-row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}
.flex-row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.flex-row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}
.flex-row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}
.flex-row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}
.flex-col-auto {
	flex: 0 0 auto;
	width: auto;
}
.flex-col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%;
}
.flex-col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%;
}
.flex-col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.flex-col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.flex-col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%;
}
.flex-col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.flex-col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%;
}
.flex-col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%;
}
.flex-col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.flex-col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%;
}
.flex-col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%;
}
.flex-col-12 {
	flex: 0 0 auto;
	width: 100%;
}
.flex-offset-1 {
	margin-left: 8.3333333333%;
}
.flex-offset-2 {
	margin-left: 16.6666666667%;
}
.flex-offset-3 {
	margin-left: 25%;
}
.flex-offset-4 {
	margin-left: 33.3333333333%;
}
.flex-offset-5 {
	margin-left: 41.6666666667%;
}
.flex-offset-6 {
	margin-left: 50%;
}
.flex-offset-7 {
	margin-left: 58.3333333333%;
}
.flex-offset-8 {
	margin-left: 66.6666666667%;
}
.flex-offset-9 {
	margin-left: 75%;
}
.flex-offset-10 {
	margin-left: 83.3333333333%;
}
.flex-offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.flex-col-sm {
		flex: 1 0 0%;
	}
	.flex-row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.flex-row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.flex-col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.flex-col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.flex-col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.flex-col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.flex-col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.flex-col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.flex-col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-offset-sm-0 {
		margin-left: 0;
	}
	.flex-offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	.flex-offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	.flex-offset-sm-3 {
		margin-left: 25%;
	}
	.flex-offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	.flex-offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	.flex-offset-sm-6 {
		margin-left: 50%;
	}
	.flex-offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	.flex-offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	.flex-offset-sm-9 {
		margin-left: 75%;
	}
	.flex-offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	.flex-offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.flex-col-md {
		flex: 1 0 0%;
	}
	.flex-row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.flex-row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.flex-col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.flex-col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.flex-col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.flex-col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.flex-col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.flex-col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.flex-col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-offset-md-0 {
		margin-left: 0;
	}
	.flex-offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.flex-offset-md-2 {
		margin-left: 16.6666666667%;
	}
	.flex-offset-md-3 {
		margin-left: 25%;
	}
	.flex-offset-md-4 {
		margin-left: 33.3333333333%;
	}
	.flex-offset-md-5 {
		margin-left: 41.6666666667%;
	}
	.flex-offset-md-6 {
		margin-left: 50%;
	}
	.flex-offset-md-7 {
		margin-left: 58.3333333333%;
	}
	.flex-offset-md-8 {
		margin-left: 66.6666666667%;
	}
	.flex-offset-md-9 {
		margin-left: 75%;
	}
	.flex-offset-md-10 {
		margin-left: 83.3333333333%;
	}
	.flex-offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.flex-col-lg {
		flex: 1 0 0%;
	}
	.flex-row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.flex-row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.flex-col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.flex-col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.flex-col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.flex-col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.flex-col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.flex-col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.flex-col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-offset-lg-0 {
		margin-left: 0;
	}
	.flex-offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	.flex-offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	.flex-offset-lg-3 {
		margin-left: 25%;
	}
	.flex-offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	.flex-offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	.flex-offset-lg-6 {
		margin-left: 50%;
	}
	.flex-offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	.flex-offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	.flex-offset-lg-9 {
		margin-left: 75%;
	}
	.flex-offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	.flex-offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.flex-col-xl {
		flex: 1 0 0%;
	}
	.flex-row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.flex-row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.flex-col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.flex-col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.flex-col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.flex-col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.flex-col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.flex-col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.flex-col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-offset-xl-0 {
		margin-left: 0;
	}
	.flex-offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.flex-offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	.flex-offset-xl-3 {
		margin-left: 25%;
	}
	.flex-offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	.flex-offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	.flex-offset-xl-6 {
		margin-left: 50%;
	}
	.flex-offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	.flex-offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	.flex-offset-xl-9 {
		margin-left: 75%;
	}
	.flex-offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	.flex-offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1400px) {
	.flex-col-xxl {
		flex: 1 0 0%;
	}
	.flex-row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.flex-row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.flex-col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.flex-col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.flex-col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.flex-col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.flex-col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.flex-col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.flex-col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.flex-col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.flex-col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.flex-col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.flex-col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.flex-col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.flex-offset-xxl-0 {
		margin-left: 0;
	}
	.flex-offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	.flex-offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	.flex-offset-xxl-3 {
		margin-left: 25%;
	}
	.flex-offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	.flex-offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	.flex-offset-xxl-6 {
		margin-left: 50%;
	}
	.flex-offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	.flex-offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	.flex-offset-xxl-9 {
		margin-left: 75%;
	}
	.flex-offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	.flex-offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
}


/* MQ */
@media (max-width: 991px) {	
	.top-header {
		margin-right: 5px;
	}
	.top-header .social,
	.top-header .account {
		display: none;
	}
	/* modified navbar mobile breakpoint 
	.navbar-header {
        float: none;
    }
	.navbar-toggle {
        display: block;
		margin-top: 18px;
    }
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse.collapse {
        display: none !important;
		overflow-y: scroll !important;
    }
    .navbar-collapse.collapse.in {
  		display: block !important;
	}
	.home .navbar-nav {
		margin-left: 0;
	}
	.navbar-nav {
        float: none;
		margin: 0;
	}
	.navbar-nav > li,
	.navbar-nav > span > li {
        float: none;
    }
	/* /modified navbar mobile breakpoint */

	.acqua-filters label .name {
		white-space: normal;
		text-overflow: inherit;
		overflow: visible;
	}
	.show-acqua-aside {
		display: inline-block;
	}
	.hide-acqua-aside {
		display: block;
	}
	.show-acqua-aside.toLeft .glyphicon-chevron-left {
		opacity: 1;
	}
	.show-acqua-aside.toLeft .glyphicon-chevron-right {
		opacity: 0;
	}
	.aside-filters {
		float: left;
		width: 280px;
		margin-left: -280px;
	}
	.aside-filters.show {
		margin-left: 0;
	}	
	.main-content {
		width: 100%;
	}
	.main-content.slide {		
		margin-right: -280px;
	}	
	/*
		margin-left: 60px;
	}
	.show-change-search {
		margin-left: 60px;
	}*/
	.acqua-admin .toggle-box.dash-general-info .short-info-box-container {
		width: 33.33334%;
	}
}
@media (max-width: 920px) {
	.acqua-demo-page .nav-tabs {
		border-bottom: none;
	}
	.acqua-demo-page .nav-tabs > li {
		margin-bottom: 5px;
	}
	.acqua-demo-page .nav-tabs > li > a {
		margin-left: 5px;
		border: 1px solid rgba(var(--border-color),1);
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}
	.acqua-demo-page .nav-tabs > li.active > a,
	.acqua-demo-page .nav-tabs > li.active > a:focus,
	.acqua-demo-page .nav-tabs > li.active > a:hover {
		color: rgba(var(--light-color),1);
		cursor: pointer;
		background-color: rgba(var(--primary-color),1);
		border: 1px solid rgba(var(--primary-color),1);
	}
}
@media (max-width: 767px) {
	.container > .navbar-header-container > .navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}
	body.fixed {
		padding-top: 0;
	}
	body.fixed nav {
		display: block;
	}
	body.fixed .progress {
		display: block;
	}
	.wrapper {
		min-height: auto;
		height: auto;
		margin-bottom: 0;
	}
	body.show-top-navbar-mobile .wrapper {
		padding-top: 97px;
	}
	body.menu-main-layout-2 .wrapper {
		padding-top: 70px;
	}
	body.show-top-navbar-mobile.menu-main-layout-2 .wrapper {
		padding-top: 97px;
	}
	.push {
		display: none;
	}
	footer {
		height: auto;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 1.5;
	}
	footer h3 {
		font-weight: 400;
		font-size: 26px;
	}
	footer .footer-section {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(var(--light-color),.15);
	}
	footer .footer-company a {
		font-size: 18px;
	}
	footer .footer-company .fa-container a {
		font-size: 28px;
	}
	/*footer .footer-company .fa-container {	
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}*/
	footer .footer-nwl {
		padding-bottom: 30px;
	}
	footer .copyright,
	footer .powered {
		float: none;
		display: block;
		margin-top: 0;
		border-top: none;
	}
	footer .copyright {
		margin-bottom: 5px;
	}
	footer .footer-menu a {
		font-size: 16px;
	}
	.show-top-navbar-mobile .navbar,
	.show-top-navbar-mobile .navbar.menu-layout-2 {
		/*height: 70px;*/
		height: auto;
		margin-top: 27px;
	}
	.navbar-nav.main-menu .edit-menu-item {
		z-index: 5;
		top: 10px;
		right: 5px;
		font-size: 16px;
		opacity: 1;
	}
	.navbar-nav.main-menu .edit-add-menu-item {
		display: inline-block;
		z-index: 5;
		opacity: 1;
	}
	.navbar-nav.main-menu,
	.demo_rezervari_quick-sell_ro .navbar-nav.main-menu {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
	}
	.navbar-nav.top-navbar {
		position: relative;
		top: 0;
		right: auto;
		height: auto;
		padding-top: 5px;
		font-size: 16px;
		line-height: normal;
		border-top: 2px solid rgba(var(--border-color),1);
	}
	.navbar-nav.top-navbar > li > a,
	.navbar-nav.top-navbar > span > li > a {
		display: block;
		padding: 5px 15px;
		font-size: 16px;
		line-height: normal;		
	}
	.navbar > .container .navbar-brand {
		margin-left: 15px;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-nav > li > a,
	.navbar-nav > span > li > a {
		display: block;
		margin-right: 0;
		padding: 10px 20px;
	}
	.navbar-collapse {
		background-color: rgba(var(--bg-color),1);
		-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.2);
		   -moz-box-shadow: 0 6px 10px rgba(0,0,0,.2);
				box-shadow: 0 6px 10px rgba(0,0,0,.2);
	}
	/*.navbar.menu-layout-2 {
		top: 26px;
		height: 70px;
	}*/
	.show-top-navbar-mobile .top-navbar-mobile-container {
		display: block; 
	}
	.menu-layout-2 .acqua-top-navbar-container {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		height: auto;
	}
	.menu-layout-2 .navbar-nav.top-navbar {
		float: none;
		position: static;
		top: auto;
		right: auto;
		height: auto;
		margin-top: 10px;
		padding-top: 5px;
		font-size: 16px;
		line-height: normal;
		border-top: 2px solid rgba(var(--light-color),.5);
	}
	.menu-layout-2 .navbar-nav.top-navbar > li > .dropdown-menu {
		padding: 0;
	}
	.menu-layout-2 .navbar-nav > li > a,
	.menu-layout-2 .navbar-nav > span > li > a {
		color: rgba(var(--light-color),.9);
	}
	.menu-layout-2 .navbar-nav.main-menu {
		height: auto;
		margin: 0;
		overflow: visible;
	}
	.menu-layout-2 .navbar-nav.main-menu .order-link {
		float: none;
	}
	.menu-layout-2 .navbar-collapse .container {
		padding-right: 0;
		padding-left: 0;
	}
	.menu-layout-2 .navbar-nav.main-menu > li:hover {
		background-color: transparent;
	}
	.menu-layout-2 .navbar-nav.main-menu > li > a,
	.menu-layout-2 .navbar-nav.main-menu > span > li > a {
		padding: 10px 0;
		font-size: 18px;
		line-height: initial;
	}
	.menu-layout-2 .navbar-nav.main-menu > li > a .fa,
	.menu-layout-2 .navbar-nav.main-menu > span > li > a .fa {
		font-size: 14px;
	}
	.acqua-top-navbar-container .open a .caret,
	.acqua-top-navbar-container .open a:hover .caret {
		border-bottom: 4px solid rgba(var(--light-color),1);
	}
	.navbar-nav > li > a.trigger-sm {
		display: none;
	}
	.navbar-nav > li > a.trigger-xs {
		display: inline-block;
	}
	.navbar-nav > li > a.dropdown-toggle-link.trigger-xs,
	.navbar-nav > li > a.dropdown-toggle.no-dropdown-toggle-link {
		display: block;
		margin-right: 30px;
	}
	.navbar-nav > li > a.dropdown-toggle.trigger-xs,
	.navbar-nav > li > a.dropdown-toggle.no-dropdown-toggle-link .caret {
		float: right;
		display: inline-block;
	}
	.menu-main-layout-2 .navbar-nav > li > a.dropdown-toggle.no-dropdown-toggle-link .caret {
		margin-top: 10px;
		margin-right: -30px;
	}
	.navbar-nav > li > a.dropdown-toggle.trigger-xs .caret,
	.navbar-nav > li > a.dropdown-toggle.no-dropdown-toggle-link .caret {
		border-top: 8px dashed;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}
	.navbar-nav > li.open > a.dropdown-toggle.trigger-xs .caret,
	.navbar-nav > li.open > a.dropdown-toggle.no-dropdown-toggle-link .caret {
		border-top: 0;
		border-bottom: 8px solid rgba(var(--light-color),.9);
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}
	.menu-layout-2 .dropdown-menu {
		padding: 0;
	}
	.menu-layout-2 .dropdown-menu > li > a {
		color: rgba(var(--light-color),.9);
	}
	.menu-layout-2 .navbar-nav.top-navbar .admin-menu hr {
		border-color: rgba(var(--light-color),.15);
	}
	.menu-layout-2 .navbar-custom-space-wrapper {
		position: absolute;
		z-index: 15;
		top: 20px;
		right: 50px;
		margin-top: 0;
	}
	.menu-layout-2 .navbar-custom-space-wrapper.with-search-block {
		display: block;
		position: relative;
		z-index: 15;
		top: auto;
		right: auto;
		height: auto;
		margin: 0 -15px;
		padding-left: 0;
	}
    .menu-layout-2 .navbar-search-wrapper {
		/* display: none; */
	}
	.menu-layout-2 .navbar-nav.main-menu .edit-menu-item {
		z-index: 5;
		top: 18px;
		right: 30px;
		opacity: 1;
	}
	.menu-layout-2 .navbar-nav.main-menu .edit-add-menu-item {
		display: inline-block;
		margin-left: 0;
		z-index: 5;
		opacity: 1;
	}
	.menu-layout-2 .navbar-nav.main-menu .dropdown .dropdown-menu li .edit-menu-item {
		top: 6px;
		right: 30px;
	}
	.menu-layout-2 .navbar-nav.main-menu > li > .dropdown-menu {
		display: none;
		max-height: none;
		margin: 0 -15px;
		padding: 0 15px;
		background-color: rgba(0,0,0,.05);
		border: none;
		overflow: visible;
	}
	.menu-layout-2 .navbar-nav.main-menu > li > .dropdown-menu li:hover,
	.menu-layout-2 .navbar-nav.main-menu > li > .dropdown-menu li:focus {
		background-color: transparent;
	}
	.menu-layout-2 .navbar-nav.main-menu > li.open > .dropdown-menu {
		display: block;
	}
	.show-acqua-aside {
		display: block;
	}
	.acqua-flight-container-box {
		height: auto;
	}
	.acqua-flight-details .acqua-flight-content {
		display: block;
		table-layout: auto;
	}
	.acqua-flight-details .acqua-flight-content .flight-segment {
		display: block;
		width: 100%;
		height: auto;
	}
	.acqua-flight-details .acqua-flight-content .flight-segment.retour {
		border-left: none;
	}
	.acqua-flight-details .airport {
		text-overflow: clip;
		white-space: normal;
		overflow: visible;
	}
	.acqua-contact-page .acqua-contact-map {
		height: 200px;
	}
	.acqua-filter-calendar-destination h1 {
		font-size: 24px;
	}
	.acqua-saved-offers .acqua-saved-hotel-header h2 {
		margin-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		font-size: 26px;
		line-height: 1.4;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-info {
		padding-right: 0;
		padding-left: 0;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-price {
		position: static;
		top: auto;
		left: auto;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		margin-bottom: 10px;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image-box {
		position: relative;		
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms {
		display: block;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms thead {
		display: none;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody,
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody tr,
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody td {
		display: block;
		text-align: left;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody tr {
		border-bottom: 2px solid rgba(var(--border-color),1);
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody td .price-group {
		text-align: left;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms .room-type {
		width: 100%;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-price {
		margin-top: 15px;
		text-align: center;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-price .btn {
		min-width: 200px;
	}
	.acqua-saved-offers .acqua-directional-arrows .btn-left,
	.acqua-saved-offers .acqua-directional-arrows .btn-right {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.modal.acqua-edit-online-modal .modal-footer.buttons [class*='col-'] {
		text-align: center;
	}
	.acqua-directory .acqua-box-destinations.lonely-box .img-link {
		padding-bottom: 74.52472%;
		height: 0;
	}
	.acqua-directory .acqua-box-destinations.lonely-box .img-link img {
		height: 100%;
	}
	.acqua-directory-boxes .img-link .remove-from-directory {
		width: 100%;
	}
	.acqua-contact-page .acqua-heading-container h1 {
		margin-bottom: 10px;
		font-size: 28px;
	}
	.acqua-box-destinations .price-group {
		min-height: auto;
	}
	.pagination-container .pagination > li > a,
	.pagination-container .pagination > li > span {
		margin-left: 8px;
		padding: 2px 12px;
		font-size: 20px;
	}
}
@media screen and (max-width: 650px) {
	.acqua-booking .terms {
		text-align: center;
	}
	.acqua-booking .terms label {
		float: none;
		margin-bottom: 20px;
	}	
	.acqua-booking .terms .btn {
		float: none;
	}
}
@media (max-width: 549px) {
	.navbar-toggle {
		/*margin-top: 15px;*/
		margin-bottom: 5px;
    }
	.progress-bar {
		font-size: 11px;
	}
	.progress-bar .glyphicon {
		display: none;
	}
	.show-change-search-aside {
		display: none;
	}
	.show-change-search {
		display: inline-block;
	}
	.acqua-booking .info-box.passengers .acqua-booking-luggage,
	.acqua-booking .info-box.passengers [class*='acqua-flight-optional-services'] {
		padding-left: 0;
	}
}
@media screen and (max-width: 530px) {
	.top-navbar-mobile li a .text {
		display: inline-block;
		text-indent: -9999px;
	}
	.top-navbar-mobile .top-navbar-mobile-phone,
	.top-navbar-mobile .top-navbar-mobile-email {
		padding: 2px 7px;
	}
	.top-navbar-mobile .top-navbar-mobile-phone .fa,
	.top-navbar-mobile .top-navbar-mobile-email .fa {
		font-size: 20px;
	}
}
@media (max-width: 400px) {
	.acqua-booking-info .acqua-booking-info-section {
		padding-left: 10px;
	}
	.modal.acqua-edit-online-modal .modal-footer.buttons .btn {
		display: block;
		width: 100%;
	}
}

.container {
	min-width: 320px;
}
/* fluid container */
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
	.text-overflow {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.page_subtitle_qs_class{ 
	margin-bottom:10px;
}

@media (min-width: 768px) {
	.acqua-edit-widget-modal .modal-dialog {
		width: auto;
		margin: 30px 10px;
	}
}
@media (min-width: 992px) {
	.acqua-edit-widget-modal .modal-lg {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
	}
}