/* hotel results */
.acqua-hotel-results {
	position: relative;
	padding-top: 15px;
	background-color: rgba(var(--light-color),1);
	border-top: 1px solid rgba(var(--primary-color),.15);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-hotel-results:hover,
.acqua-hotel-results:focus {
	background-color: rgba(var(--primary-color),.05);
}
.acqua-hotel-results-wrapper .acqua-hotel-results:last-of-type {
	border-bottom: 1px solid rgba(var(--primary-color),.05);
}
.acqua-hotel-results .acqua-hotel-results-header {
	display: table;
	width: 100%;
}
.acqua-hotel-results .hotel-image,
.acqua-hotel-results .hotel-info,
.acqua-hotel-results .hotel-price {
	display: table-cell;
	vertical-align: top;
}
.acqua-hotel-results .hotel-image {
	/*width: 160px;*/
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.acqua-hotel-results .hotel-image .promo-label-container {
	position: absolute;
	z-index: 15;
	top: 3px;
	left: -6px;
	text-align: left;
	pointer-events: none;
}
.acqua-hotel-results .hotel-image .promo-label-block {
	margin: 5px 0;
	pointer-events: none;
}
.acqua-hotel-results .hotel-image .promo-label {
	display: inline-block;
	position: relative;
	padding: 3px 6px;
	font-weight: 600;
	font-size: 12px;
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--price-color),1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.acqua-hotel-results .hotel-image .promo-label.discount {
	font-weight: 700;
	font-size: 13px;
}
.acqua-hotel-results .hotel-image .promo-label:before {
	content: "";
	position: absolute;
	z-index: 15;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 3px solid rgba(var(--blur-color),.5);
	border-right: 3px solid rgba(var(--blur-color),.5);
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
}
.acqua-hotel-results .hotel-image .image-box {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 83.33334%;
	background-color: rgba(var(--bg-color),1);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('/assets/img/nophoto.png');
	overflow: hidden;
}
.acqua-hotel-results .hotel-image .image-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.acqua-hotel-results .hotel-image .supplier {
	margin-top: 5px;
	font-size: 12px;
}
.acqua-hotel-results .hotel-price {
	width: 180px;
	padding-left: 10px;
	text-align: right;
}
.acqua-hotel-results .hotel-price .travellers,
.acqua-hotel-results .hotel-price .period {
	font-size: 10px;
}
.acqua-hotel-results .hotel-price .acqua-price-per-pers {
	margin-top: -2px;
	font-weight: 700;
	font-size: 11px;
	color: rgba(var(--price-color),1);
}
.item-availability {
	margin: 5px 0 0;
	font-weight: 600;
	font-size: 15px;
	text-align: right;
}
.item-availability.success {
	color: #449d44;
}
.item-availability.warning {
	color: #ec971f;
}
.item-availability.danger {
	color: #c9302c;
}
.acqua-hotel-results .hotel-price .btn {
	min-width: 130px;
	margin: 5px 0 10px;
}
.acqua-hotel-results .hotel-info {
	/*max-width: 10px;*/
	min-height: 100px;
}
.acqua-hotel-results .hotel-info h1 {
	margin-bottom: 5px;
}
.acqua-hotel-results .acqua-label-recommended-wrapper {
	margin-bottom: 2px;
}
.acqua-hotel-results .acqua-label-recommended {
	display: inline-block;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
	font-weight: 600;
}
.acqua-hotel-results .hotel-info h2 {
	margin-bottom: 5px;
	font-size: 20px;
	text-transform: capitalize;
}
.acqua-hotel-results .hotel-info h2 .flight-included {
	position: relative;
	top: -5px;
	font-size: 16px;
	color: rgba(var(--secondary-text-color),1);
}
.acqua-hotel-results .hotel-info .hotel-stars {
	position: relative;
	top: -4px;
}
.acqua-hotel-results .hotel-info .hotel-stars img {
	width: auto;
	height: 14px;
}
.acqua-hotel-results .hotel-info .hotel-like {
	margin-bottom: 5px;
}
.acqua-hotel-results .hotel-info .view-map {
	font-size: 12px;
}
.acqua-hotel-results .hotel-info .hotel-location {
	margin-bottom: 5px;
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.acqua-hotel-results .hotel-info .hotel-location i {
	font-size: 14px;
}
.acqua-hotel-results .hotel-info .acqua-theme-badges {
	/*float: right;*/
	margin: 10px 0 5px;
}
.acqua-hotel-results .hotel-info .acqua-theme-badges .badge {
	margin-bottom: 4px;
	font-weight: 400;
}
.acqua-hotel-results .hotel-info .action-links-container {
	overflow: hidden;
}
.acqua-hotel-results .hotel-info .action-links-container .fa {
	position: relative;
	top: -1px;
	font-size: 9px;
}
.acqua-hotel-results .hotel-info .action-links-container a,
.acqua-hotel-results .hotel-info .action-links-container label {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
.acqua-hotel-results .hotel-info .action-links-container label {
	font-weight: 400;
	color: rgba(var(--link-color),1);
	cursor: pointer;
}
.acqua-hotel-results .hotel-info .action-links-container label:hover,
.acqua-hotel-results .hotel-info .action-links-container label:focus {
	color: rgba(var(--link-hover-color),1);
}
.acqua-hotel-results .hotel-info .action-links-container label .fa {
	font-size: 9px;
	color: rgba(var(--emphasize-color),1);
}
.acqua-hotel-results .hotel-info .short-description {
	max-height: 35px;
	margin-bottom: 2px;
	font-size: 12px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-hotel-results .hotel-info .short-description.show {
	max-height: 2000px;
}

.all-hotels-on-map {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
	     -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.all-hotels-on-map.show {
	max-height: 1000px;
}
.all-hotels-on-map #map-canvas {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

.tripadvisor {
	display: inline-flex;
	margin: 5px 0;
}
.tripadvisor .tripadvisor-link {
	display: inline-block;
	font-size: 14px;
	color: rgba(var(--primary-text-color),.85);
	white-space: nowrap;
}
.tripadvisor:hover .tripadvisor-link {
	color: #5b9a44;
}
.tripadvisor .tripadvisor-link img {
	width: auto;
	height: 18px;
}
.tripadvisor .score {
	display: inline-block;
	padding-left: 5px;
	font-size: 14px;
	white-space: nowrap;
}
.tripadvisor .score strong {	
	font-size: 15px;
	color: #5b9a44;
}
.tripadvisor-modal .modal-header {
	padding: 10px;
    color: rgba(var(--light-color),1);
    text-align: left;
	background-color: #00a680;
	-webkit-border-radius: 2px 2px 0 0;
	   -moz-border-radius: 2px 2px 0 0;
			border-radius: 2px 2px 0 0;
	-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);
}
.tripadvisor-modal .modal-header .hotel-thumb {
    float: left;
	width: 75px;
    height: 50px;
	overflow: hidden;
    margin-right: 10px;
	font-size: 10px;
	line-height: 1.2;
    vertical-align: top;   
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
    -webkit-box-shadow: 0 0 5px rgba(var(--blur-color),.75);
	   -moz-box-shadow: 0 0 5px rgba(var(--blur-color),.75);
			box-shadow: 0 0 5px rgba(var(--blur-color),.75);
}
.tripadvisor-modal .modal-header h3 {
	margin-bottom: 0;
    line-height: 1.2;    
}
.tripadvisor-modal .modal-header h3 .star {
    position: relative;
    top: -2px;
}
.tripadvisor-modal .modal-header h3 span {
    display: block;
	margin-top: 5px;
	font-weight: 400;    
    font-style: italic;
	font-size: 16px;    
	color: #dbecd5;
}
.tripadvisor-modal .modal-header .close {
	margin-top: 0;
    color: #fff;   
    opacity: 1;
}
.tripadvisor-modal .modal-header .close:hover {
    color: #c0deb6;
}
.tripadvisor-modal .modal-body {
    height: 500px;
    padding: 0;
	overflow: hidden;
}
.tripadvisor-modal .modal-footer {
	padding: 8px 0;
    font-size: 9px;
    color: rgba(var(--secondary-text-color),1); 
	text-align: right;
	background-color: rgba(var(--bg-color),1);
    border-top: 5px solid #ddd;
	border-radius: 0 0 2px 2px;
    overflow: hidden;
}
.tripadvisor-modal .modal-footer .logo-tripadvisor {
    position: relative;
    right: -10px;
}
.tripadvisor-modal .modal-footer .logo-tripadvisor span {
    position: relative;
    right: 5px;
    top: 3px;
}
.acqua-hotel-results .hotel-info .tripadvisor {
	font-size: 12px;
}
.acqua-hotel-results .hotel-info .tripadvisor img {
	position: relative;
	top: -2px;
	height: 14px;
}
.acqua-hotel-results .hotel-info .tripadvisor .score {
	font-size: 12px;
	white-space: nowrap;
}
.acqua-hotel-results .hotel-info .tripadvisor .score strong {
	font-size: 12px;
}
.acqua-hotel-results .hotel-info .show-acqua-hotel-rooms {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}
.acqua-hotel-results .hotel-info .show-flight-details {
	white-space: nowrap;	
}
.acqua-hotel-results .hotel-info .show-flight-details .fa {
	color: rgba(var(--primary-text-color),1);
}
.acqua-hotel-results .acqua-hotel-rooms {
	display: block;
	max-height: 0;
	overflow: hidden;
	background-color: rgba(var(--light-color),1);
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.acqua-hotel-results .acqua-hotel-rooms.show {
	max-height: 10000px;
}
.acqua-hotel-rooms .room-row {
	display: table;
	width: 100%;
	table-layout: fixed;	
	border-bottom: 1px solid rgba(var(--bg-color),1);
}
.acqua-hotel-rooms .room-row.room-head-row {
	font-weight: 700;
	background-color: rgba(var(--bg-color),1);
	border-top: 1px solid rgba(var(--border-color),1);
}
.acqua-hotel-rooms .room-type,
.acqua-hotel-rooms .room-meal,
.acqua-hotel-rooms .room-transport,
.acqua-hotel-rooms .room-conditions,
.acqua-hotel-rooms .room-pay-policy,
.acqua-hotel-rooms .room-price {
	display: table-cell;
	padding: 5px 10px;
	font-size: 12px;
	vertical-align: top;
}
.acqua-hotel-results .acqua-hotel-rooms .room-type,
.acqua-hotel-results .acqua-hotel-rooms .room-meal,
.acqua-hotel-results .acqua-hotel-rooms .room-price,
.acqua-hotel-results .acqua-hotel-rooms .room-book {
	width: 25%;
}
.acqua-hotel-rooms .rooms-head-cell .room-type,
.acqua-hotel-rooms .rooms-head-cell .room-meal,
.acqua-hotel-rooms .rooms-head-cell .room-transport,
.acqua-hotel-rooms .rooms-head-cell .room-conditions,
.acqua-hotel-rooms .rooms-head-cell .room-pay-policy,
.acqua-hotel-rooms .rooms-head-cell .room-price {
	font-weight: 600;
	font-size: 14px;
}
.acqua-hotel-rooms .room-type {
	width: 40%;
}
.acqua-hotel-rooms .room-type .cancellation-policy-check {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.acqua-hotel-rooms .room-type .show-cancellation-policy {
	display: block;
	font-size: 12px;
}
.acqua-hotel-rooms .room-type .cancellation-policy {
	position: relative;
	max-width: 650px;
	margin: 40px auto;
	padding: 20px 30px 10px;
	background-color: rgba(var(--light-color),1);
	text-align: left;
}
.acqua-hotel-rooms .room-type .cancellation-policy h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
.acqua-hotel-rooms .room-type .room-thumb {
	float: left;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(var(--border-color),1);
}
.acqua-hotel-rooms .room-type .room-thumb img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-hotel-rooms .room-type .type {
	font-weight: 600;
	text-decoration: none;
}
.acqua-hotel-rooms .room-type .type.with-img {
	margin-left: 40px;
}
.acqua-hotel-rooms .room-type .fa {
	position: relative;
	top: -1px;
}
.acqua-hotel-rooms .room-type .period {
	color: rgba(var(--secondary-text-color),1);
}
.acqua-hotel-rooms .room-meal {
	width: 20%;
}
.acqua-hotel-rooms .room-transport {
	width: 20%;
}
.acqua-hotel-rooms .room-conditions {
	width: 20%;
}
.acqua-hotel-rooms .room-pay-policy {
	width: 21%;
}
.acqua-hotel-rooms .room-conditions .conditions-item abbr {
	border-bottom-color: inherit;
}
.acqua-hotel-rooms .room-conditions .conditions-item .glyphicon {
	position: relative;
	top: 2px;
}
.acqua-hotel-rooms .room-conditions .show-conditions-info {
	cursor: pointer;
}
.acqua-hotel-rooms .room-conditions .conditions-info {
	max-height: 0;
	overflow: hidden;
	font-size: 11px;
	padding: 5px 0 2px 15px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-hotel-rooms .room-conditions .conditions-info.open {
	max-height: 400px;	
}
.acqua-hotel-rooms .room-price {
	width: 20%;
	text-align: center;
	/*vertical-align: middle;*/
}
.acqua-hotel-rooms .room-price .item-availability {
	margin: 0 0 2px;
	font-size: 14px;
	text-align: center;
}
.acqua-hotel-rooms .room-price .price-group .price {
	font-size: 16px;
	vertical-align: middle;
}
.acqua-hotel-rooms .room-price a {
	min-width: 100px;
	padding: 5px 10px;
	line-height: 1;
	border: none;
	white-space: nowrap;
	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-hotel-rooms .room-price a:active {
	-webkit-box-shadow: 0 3px 5px rgba(var(--blur-color),.125) inset;
	   -moz-box-shadow: 0 3px 5px rgba(var(--blur-color),.125) inset;
			box-shadow: 0 3px 5px rgba(var(--blur-color),.125) inset;
}
.acqua-hotel-rooms .room-price a .book-now {
	margin: 5px -10px -5px;
	padding: 5px;
	font-size: 12px;
	background-color: rgba(var(--blur-color),.15);
}
.acqua-hotel-rooms .room-book {
	width: 19%;
	text-align: center;
	/*vertical-align: middle;*/
	vertical-align: top;
}
.acqua-hotel-rooms .show-content-info {
	cursor: pointer;
}
.acqua-hotel-rooms .content-info {
	max-height: 0;
	overflow: hidden;
	font-size: 11px;
	padding: 5px 0 2px 15px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-hotel-rooms .content-info.open {
	max-height: 10000px;	
}
.acqua-hotel-rooms .show-all-rooms {
	padding: 10px;
	font-size: 12px;
}
.acqua-hotel-rooms .show-all-rooms .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}

/* acqua-groundserv-dates */
.acqua-groundserv-dates [class*='col-'] {
	padding: 0;
}
.acqua-groundserv-dates .acqua-groundserv-header {
	padding: 2px 10px;
	font-weight: 700;
	font-size: 16px;
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--bg-color),1);
	border-top: 1px solid rgba(var(--border-color),1);
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-groundserv-dates .acqua-groundserv-content {
	padding: 5px 10px;
}
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options {
	position: relative;
	margin-top: 5px;
	padding: 5px 20px 5px 23px;
	font-size: 14px;
	background-color: rgba(var(--bg-color),1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options:hover,
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options:focus {
	background-color: rgba(var(--bg-color),1);
}
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options a {
	display: block;
}
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options .hours {
	color: rgba(var(--secondary-text-color),1);
}
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options .fa-info-circle,
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options a [class*='fa-chevron'] {
	position: absolute;
	top: 50%;
	font-size: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options .fa-info-circle {
	left: 5px;
	font-size: 14px;
	cursor: pointer;
}
.acqua-groundserv-dates .acqua-groundserv-content .show-acqua-groundserv-options a [class*='fa-chevron'] {
	right: 5px;
}
.acqua-groundserv-dates .acqua-groundserv-content .acqua-groundserv-options {
	max-height: 0;
	padding-left: 10px;
	background-color: rgba(var(--bg-color),1);
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-groundserv-dates .acqua-groundserv-content .acqua-groundserv-options.show {
	max-height: 3000px;
}
.acqua-groundserv-dates .acqua-groundserv-content label {
	display: block;
	margin-bottom: 3px;
	font-weight: 400;
}
.acqua-groundserv-dates .acqua-groundserv-content input[type="radio"] {
	position: relative;
	top: 1px;
	margin-left: 10px;
}

/* acqua-hotel-results-footer */
.acqua-hotel-results-footer {
	padding: 5px 10px;
	border-top: 1px solid rgba(var(--border-color),1);
}
.acqua-hotel-results-footer .social label {
	margin-bottom: 0;
}
.acqua-hotel-results-footer .social .fa-heart {
	color: rgba(var(--emphasize-color),1);
}
.acqua-hotel-results-footer .flight-included-button,
.acqua-hotel-results-footer .buss-included-button {
	float: left;
	height: 22px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 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-hotel-results-footer .flight-included-button span,
.acqua-hotel-results-footer .buss-included-button span {
	display: inline-block;
	padding: 0 5px 0 25px;	
	background-color: rgba(var(--bg-color),1);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-size: 16px 16px;
	background-image: url('/assets/img/icons/icon-plane.png');
	text-shadow: 0 1px 0 rgba(var(--light-color),1);
	-webkit-border-radius: 2px 0 0 2px;
	   -moz-border-radius: 2px 0 0 2px;
			border-radius: 2px 0 0 2px;
}
.acqua-hotel-results-footer .buss-included-button span {
	background-color: rgba(var(--border-color),1);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	background-size: 18px 18px;
	background-image: url('/assets/img/icons/icon-bus.png');
}
.acqua-hotel-results-footer .flight-included-button a,
.acqua-hotel-results-footer .buss-included-button a {
	display: inline-block;
	padding: 0 5px;
	color: rgba(var(--light-color),1);
	text-decoration: none;
}
.acqua-hotel-results-footer .flight-included-button:hover,
.acqua-hotel-results-footer .buss-included-button:hover {
	background-color: rgba(var(--light-color),1);
}
.acqua-hotel-results-footer .flight-included-button:hover span,
.acqua-hotel-results-footer .buss-included-button:hover span {
	background-color: rgba(var(--bg-color),1);
}
.acqua-hotel-results-footer .flight-included-button:hover a,
.acqua-hotel-results-footer .buss-included-button:hover a {
	color: rgba(var(--link-color),1);
}

.modal.hotel-results-wait .modal-body {
	padding: 20px 0;
	font-size: 24px;
	text-align: center; 
}
.modal.hotel-results-wait .modal-body span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}
.modal.hotel-results-wait .modal-body .loading-img {
	width: 40px;
	height: 40px;
	margin: 10px auto 0; 
}
.modal-open .modal {
	padding-right: 0 !important;
}
.modal.tidoRoomsDetailsModal .modal-dialog {
	 width: 100%;
	 max-width: 1000px;
}

/* gmaps generated styles: gm-style and gm-style-iw  */
.gm-style .gm-style-iw .table {
	margin-top: 5px;
	margin-bottom: 0;
}
.gm-style .gm-style-iw .table > tbody > tr > td {
	padding: 0;
	border-bottom: none;
}
.gm-style .gm-style-iw .hotel-image {
	width: 100px;
	height: auto;
}
.gm-style .gm-style-iw .hotel-image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gm-style .gm-style-iw .hotel-name {
	padding-left: 10px;
}
.gm-style .gm-style-iw h2 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 18px;
	background-color: transparent;
}
.gm-style .gm-style-iw .stars img {
	display: block;
	width: auto;
	height: 14px;
	margin-bottom: 10px;
}
/* /gmaps generated styles */

/* hotel-map-infobox */
.hotel-map-infobox {
	min-width: 200px;
	max-width: 350px;
	padding: 5px 20px 5px 0;
	background-color: rgba(var(--light-color),1);
}
.hotel-map-infobox td {
	vertical-align: top;
}
.hotel-map-infobox .hotel-image {
	float: left;
	width: 114px;
	height: 84px;
	margin-right: 10px;
	border: 2px solid rgba(var(--border-color),1);
	background-color: rgba(var(--bg-color),1);
	background-image: url('/assets/img/nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.hotel-map-infobox .hotel-image img {
	width: 114px;
	height: 84px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.hotel-map-infobox h2 {
	margin: 0;
	font-size: 16px;
}
.hotel-map-infobox h2 a:hover {
	text-decoration: none;
}
.hotel-map-infobox .stars {
	display: block;
	margin-bottom: 5px;
}
.hotel-map-infobox .location {
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(var(--primary-text-color),.75);
	line-height: 1.2;
}
.hotel-map-infobox .location a {
	text-decoration: none;
}

/* show-all-hotels-on-map */
.acqua-hotel-map-heading {
	margin-bottom: 0;
	padding: 5px 10px;
}
.acqua-hotel-map-all {
	position: relative;
	height: 150px;
	margin-bottom: 0;
	background: #fff url('/assets/img/world-map-placeholder.png') no-repeat 50%;
	background-size: contain;
	overflow: hidden;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
	opacity: 0.85;
}
.acqua-hotel-map-all:hover {
	opacity: 1;
}
.acqua-hotel-map-all a {
	display: block;
}
.acqua-hotel-map-all .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 100%;
	font-weight: 700;
	font-size: 22px;
	/*color: rgba(var(--light-color),1);*/
	color: rgba(var(--primary-color),.85);
	line-height: 1.2;
	text-align: center;
	text-shadow: 0 1px 2px rgba(var(--blur-color),.5);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.15s ease;
}
.mfp-gmaps {
	overflow: hidden !important;
}
.mfp-gmaps .mfp-container {
	padding: 15px;
}
.mfp-gmaps .mfp-container .mfp-content {
	height: 100%;
}
.hotel-on-map {
	position: relative;
	height: 100%;
	padding: 10px;	
	text-align: left;
	background-color: rgba(var(--light-color),1);
}
.hotel-on-map #hotels-map-canvas {
	width: 100%;
	height: 100%;
}
.hotel-on-map .info-window {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 220px;
	padding: 10px;
	background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);
	opacity: 0.8;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.hotel-on-map .info-window:hover {
	opacity: 1;
}
.hotel-on-map .info-window .icon-cancel {
	position: absolute;
	z-index: 10;
	top: -10px;
	right: -10px;
	width: 19px;
	height: 20px;
	font-size: 22px;
	color: rgba(var(--light-color),1);
	line-height: 20px;
	text-align: center;
	background-color: rgba(var(--blur-color),.85);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	cursor: pointer;
}
.hotel-on-map .info-window .hotel-img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto 5px;
}
.hotel-on-map .info-window .hotel-img img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}
.hotel-on-map .info-window .hotel-stars img {
	width: auto;
	height: 13px;
}
.hotel-on-map .info-window .hotel-name {
	margin-bottom: 5px;
	font-size: 14px;
	color: rgba(var(--blur-color),.9);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hotel-on-map .info-window .hotel-address {
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.hotel-on-map .info-window .hotel-price {
	font-size: 12px;
	text-align: right;
	line-height: 1.1;
}
.hotel-on-map .info-window .hotel-price .price {
	font-size: 20px;
}
.hotel-on-map .info-window .hotel-price .travellers {
	color: rgba(var(--secondary-text-color),1);
}
.hotel-on-map .info-window .hotel-favorites {
	display: block;
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.hotel-on-map .info-window .hotel-favorites .fa {
	color: rgba(var(--emphasize-color),1);
}
.hotel-on-map .info-window .btn {
	margin-top: 10px;
}
.hotel-on-map .poi-container {
	position: absolute;
	z-index: 10;
	top: 90px;
	right: 10px;
	width: 220px;
	bottom: 10px;
	padding: 10px;
	background-color: rgba(var(--light-color),1);
	opacity: 0.75;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.hotel-on-map .poi-container:hover {
	opacity: 1;
}
.hotel-on-map .poi-container .poi {
	position: absolute;
	z-index: 10;
	top: 60px;
	right: 20px;
	bottom: 10px;
	left: 10px;
	width: auto;
	max-width: 310px;
	min-width: 220px;
	overflow-y: auto;  
}
.hotel-on-map .poi-container .hotel-poi li {
	margin-bottom: 2px;
	padding-left: 3px;
	font-size: 12px;
	text-align: left;
}
.hotel-on-map .poi-container .hotel-poi li .glyphicon {
	font-size: 11px;
}
.hotel-on-map .poi-container .title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;	
}
.hotel-on-map .poi-container .subtitle {
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.hotel-on-map .poi-container .hotel-poi li.category {
	margin: 10px 0 0;
	padding: 0;
	font-weight: 700;
	color: rgba(var(--secondary-text-color),1);	
	text-transform: capitalize;
}
.hotel-on-map .poi-container .hotel-poi li.category .glyphicon {
	font-size: 14px;
}

/* ACQUA-HOTEL-DETAILS NEW */
.acqua-hotel-details .acqua-hotel-details-header-container {
	margin-bottom: 10px;
}
.acqua-hotel-details .short-description-container {
	margin-bottom: 10px;
}
.acqua-hotel-details .acqua-hotel-details-header-container .container {
	width: auto;
	padding: 0;
}	
body.fixed .acqua-hotel-details .acqua-hotel-details-header-container {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: auto;
	padding-top: 5px;
	background-color: rgba(var(--light-color),.9);
	-webkit-box-shadow: 0 2px 10px rgba(var(--blur-color),.25);
	   -moz-box-shadow: 0 2px 10px rgba(var(--blur-color),.25);
			box-shadow: 0 2px 10px rgba(var(--blur-color),.25);
}
body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .container {
	width: auto;
	padding: 0;
}	
body.fixed .acqua-hotel-details .acqua-hotel-details-header {
	margin-bottom: 0;
}
.acqua-hotel-details .acqua-hotel-details-header .favorite-icon {
	font-size: 20px;
	color: rgba(var(--emphasize-color),1);
}
.acqua-hotel-details .hotel-info h1 {
	margin-bottom: 5px;
}
.acqua-hotel-details .hotel-info .address {
	display: inline-block;
	margin-right: 10px;
}
.acqua-hotel-details .show-hotel-on-map {
	padding-left: 5px;
	white-space: nowrap;
}
.acqua-hotel-details .hotel-info .hotel-stars {
	margin-bottom: 5px;
}
.acqua-hotel-details .hotel-info .hotel-stars > img {
	margin-top: -10px;
	margin-right: 10px;
}

/* hotel-labels */
.acqua-hotel-details .hotel-info .hotel-labels {
	white-space: nowrap;
}
.acqua-hotel-details .hotel-info .hotel-like,
.acqua-hotel-details .hotel-info .hotel-share {
	position: relative;
	top: -2px;
}
.acqua-hotel-details .hotel-info .hotel-whatsapp-share {
	display: inline-flex;
	height: 20px;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	background-color: #25d366;
	border-radius: 3px;
}
.acqua-hotel-details .hotel-info .hotel-whatsapp-share-icon {
	width: auto;
	height: 16px;
}
.acqua-hotel-details .hotel-info .hotel-whatsapp-share-text {
	padding-left: 5px;
}
.acqua-hotel-details .hotel-info .hotel-favorites-labels {
	position: relative;
	top: -4px;
}
.acqua-hotel-details .hotel-info .hotel-favorites-labels .create {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	font-size: 12px;
	color: rgba(var(--light-color),1);
	line-height: 19px;
	=webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.acqua-hotel-details .hotel-info .hotel-favorites-labels .create .fa {
	font-size: 12px;
}
.acqua-hotel-details .hotel-info .hotel-favorites-labels .create.pdf {
	background-color: #cc0000;
}
.acqua-hotel-details .hotel-info .hotel-favorites-labels .create.doc {
	background-color: #ff8040;
}
.acqua-hotel-details .hotel-info .hotel-favorites-labels .create.email {
	background-color: rgba(var(--primary-color),1);
}
.acqua-hotel-details .hotel-info .view-map {
	font-size: 12px;
}
.acqua-hotel-details .hotel-info .hotel-location {
	margin-bottom: 5px;
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
	line-height: 2;
}
.acqua-hotel-details .hotel-info .hotel-location a {
	white-space: nowrap;
}
.acqua-hotel-details .hotel-info .hotel-location strong {
	margin-right: 10px;
}
.acqua-hotel-details .hotel-info .hotel-location i {
	font-size: 16px;
}
.acqua-hotel-details .hotel-price {
	padding-top: 10px;
	text-align: right;
}
.acqua-hotel-details .hotel-price .price {
	font-size: 32px;
}
.acqua-hotel-details .hotel-price .period {
	margin-bottom: 5px;
	font-size: 12px;
}
.acqua-hotel-details .acqua-tabs-container {
	position: relative;
	min-height: 330px;
	margin-bottom: 20px;
}
.acqua-hotel-details .tab-content {
	min-height: 100px;
	margin-bottom: 20px;
}
.acqua-hotel-details .hotel-facilities h3 {
	margin-bottom: 5px;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid rgba(var(--border-color),1);
}
.acqua-hotel-details .hotel-facilities ul li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 14px;
	background: transparent url('/assets/img/icons/icon-ok.png') no-repeat left 6px;
	background-size: 10px;
}
.acqua-hotel-details .sliding-wrapper {
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-hotel-details .acqua-tabs-container .sliding-wrapper {
	max-height: 280px;
}
.acqua-hotel-details .acqua-tabs-container .sliding-wrapper.open,
.acqua-hotel-details .acqua-tabs-container-wide .sliding-wrapper.open {
	max-height: none;
	overflow: visible;
}
.acqua-hotel-details .sliding-wrapper .mask {
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	pointer-events: none;
}
.acqua-hotel-details .sliding-wrapper .mask.open {
	opacity: 1;
}
.acqua-hotel-details .sliding-wrapper.open .mask {
	opacity: 0 !important;
}
.show-more-container {
	display: none;
	margin: 0;
	padding-top: 3px;
	font-size: 12px;
	border-top: 1px solid rgba(var(--primary-color),.35);
}
.show-more-container .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}
.acqua-hotel-details .acqua-details-text {
	margin-left: 380px;
}
.acqua-hotel-details .acqua-tabs-container.open .acqua-details-text {
	height: auto;
}

/* acqua-img-gallery */
.acqua-hotel-details .acqua-img-gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
}
.acqua-hotel-details .acqua-tabs-container .acqua-img-gallery .slick-list,
.acqua-hotel-details .acqua-tabs-container .acqua-img-gallery .slick-list .slick-track {
	height: 100%;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-box {
	height: 270px;
	margin: 0 0 5px 0;
	background-color: rgba(var(--bg-color),1);
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('/assets/img/nophoto.png');
	overflow: hidden;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-box img {
	display: block;
	width: 100%;
	min-height: 100%;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-thumbnails figure {
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-right: 5px;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-thumbnails figure:last-of-type {
	margin-right: 0;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-thumbnails figure img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-thumbnails a {
	float: left;
	width: 100%;
	height: 100%;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-thumbnails a img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-thumbnails.compact .slick-list {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-thumbnails.compact .slick-track {
	-webkit-transform: translate3d(0, 0, 0) !important;
	   -moz-transform: translate3d(0, 0, 0) !important;
		-ms-transform: translate3d(0, 0, 0) !important;
		 -o-transform: translate3d(0, 0, 0) !important;
			transform: translate3d(0, 0, 0) !important;
}
.acqua-hotel-details .acqua-img-gallery .acqua-img-thumbnails.compact figure {
	width: 60px !important;
}

/* acqua-img-gallery-wide */
.acqua-hotel-details .acqua-tabs-container-wide .acqua-img-gallery {
	position: static;
	top: auto;
	left: auto;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.acqua-hotel-details .acqua-tabs-container-wide .acqua-img-gallery figure {
	margin: 10px;
	opacity: 0.5;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-hotel-details .acqua-tabs-container-wide .acqua-img-gallery figure.slick-center {
	-webkit-transform: scale(1.08);
	   -moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		 -o-transform: scale(1.08);
			transform: scale(1.1);
	opacity: 1;	
}
.acqua-hotel-details .acqua-tabs-container-wide .acqua-img-gallery .acqua-img-box {
	position: relative;
	height: auto;
	margin: 0 auto;
	background-color: rgba(var(--light-color),1);	
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('/assets/img/nophoto.png');
}
.acqua-hotel-details .acqua-tabs-container-wide .acqua-img-gallery .acqua-img-box img {
	display: block;
	max-width: 100%;
	/*min-height: auto;*/
	min-height: 0;
	height: 180px;
}
.acqua-hotel-details .acqua-tabs-container-wide .acqua-details-text {
	margin-left: 0;
}
.acqua-hotel-details .acqua-tabs-container-wide .sliding-wrapper {
	max-height: 100px;
}
/* /acqua-tabs-container-wide */

.acqua-hotel-details h2 {
	margin-bottom: 5px;
	font-size: 20px;
}
.acqua-hotel-details .description p:last-child {
	margin-bottom: 0;
}
.acqua-hotel-details .nav-tabs {
	margin-bottom: 10px;
	border: none;
}
.acqua-hotel-details .details-rooms-nav-tabs {
	margin-bottom: 0;
	border: none;
}
.acqua-hotel-details .nav-tabs > li > a {
	padding: 5px 10px;
	color: rgba(var(--secondary-color),1);
	background-color: rgba(var(--primary-color),.2);
	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-hotel-details .nav-tabs > li.active > a,
.acqua-hotel-details .nav-tabs > li.active > a:hover,
.acqua-hotel-details .nav-tabs > li.active > a:focus {
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
	border: none;	
}
.acqua-hotel-details .nav-tabs > li > a:hover,
.acqua-hotel-details .nav-tabs > li > a:focus {
	background-color: rgba(var(--primary-color),.2);
	border: none;	
}
.acqua-hotel-details .acqua-hotel-rooms {
	max-height: none;
	margin-bottom: 20px;
}
.acqua-hotel-details .facilities ul {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 12px;
	list-style-type: none;
}
.acqua-hotel-details .facilities .facilities-title {
	font-size: 14px;
}
.acqua-hotel-details .tab-pane {
	margin-bottom: 10px;
	padding: 0;
}
.acqua-hotel-details .tab-pane h2 {
	/*margin-right: -10px;
	margin-left: -10px;*/
	font-size: 20px;
}
.acqua-hotel-details .description .acqua-img-box {
	max-height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.acqua-hotel-details .transfers ul {
	padding-left: 0;
	list-style-type: none;
}
.acqua-hotel-details .transfers ul .glyphicon {
	position: relative;
	top: 0;
	font-size: 10px;
	color: rgba(var(--primary-text-color),.75);
}
.acqua-hotel-details .button-container {
	margin: 10px 0 20px;
}
.acqua-hotel-details .acqua-hotel-rooms {
	border: 1px solid rgba(var(--border-color),1);
	/*border-top: none;*/
}
.acqua-hotel-details .acqua-hotel-rooms .room-row.room-head-row {
	background-color: rgba(var(--bg-color),1);
}
/*.acqua-hotel-details .acqua-hotel-rooms .room-row {
	background-color: rgba(var(--bg-color),1);
}*/
.acqua-hotel-details .acqua-hotel-rooms .room-row.selected-row {
	background-color: rgba(var(--light-color),1);
}
.acqua-hotel-details .acqua-hotel-rooms .room-row:last-of-type {
	border-bottom: none;
}
.acqua-hotel-details .acqua-hotel-rooms .room-selected {
	display: table-cell;
	width: 3%;
	/*padding: 0 5px;*/
	font-size: 20px;
	color: green;
	text-align: center;
	vertical-align: middle;
	border-right: 1px dashed rgba(var(--border-color),1);
}
.acqua-hotel-details .acqua-hotel-rooms .room-selected .text {
	display: none;
}
.acqua-hotel-details .acqua-hotel-rooms .room-type {
	width: 37%;
}
.acqua-hotel-details .acqua-hotel-rooms .room-type-title {
	font-weight: 700;
	font-size: 13px;
}
.acqua-hotel-details .acqua-label-recommended-wrapper {
	margin-bottom: 2px;
}
.acqua-hotel-details .acqua-label-recommended {
	display: inline-block;
	height: 20px;
	padding: 0 6px;
	line-height: 20px;
	font-weight: 600;
	font-size: 12px;
}
.acqua-hotel-details .acqua-hotel-rooms .room-price {
	text-align: center;
}
.acqua-hotel-details .acqua-hotel-rooms .tido-price-difference {
	display: block;
}
.acqua-hotel-details .acqua-hotel-rooms .room-type .room-gallery {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
.acqua-hotel-details .acqua-hotel-rooms .room-type .room-gallery .thumb {
	display: block;
	width: 100%;
	height: 100%;		
}
.acqua-hotel-details .acqua-hotel-rooms .room-type .info {
	float: left;		
}
.acqua-hotel-details .acqua-images-disclaimer {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);
}
.acqua-hotel-details .acqua-images-disclaimer i {
	color: #cc0000;
}
.acqua-hotel-details .acqua-images-disclaimer p:last-of-type {
	margin-bottom: 0;
}

/* /ACQUA-HOTEL-DETAILS NEW */

/* acqua-hotel-visited */
.acqua-hotel-visited h3 {
	padding-top: 10px;
	border-top: 1px solid rgba(var(--border-color),1);
}
.acqua-hotel-visited a {
	position: relative;
	display: block;
	height: 100px;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 12px;
	color: rgba(var(--primary-text-color),.85);
	background-color: rgba(var(--bg-color),1);
	border: 1px solid transparent;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-hotel-visited a:hover,
.acqua-hotel-visited a:focus {
	background-color: rgba(var(--bg-color),1);
	border-color: rgba(var(--border-color),1);
}
.acqua-hotel-visited a p {
	margin-bottom: 5px;
}
.acqua-hotel-visited a p:last-of-type {
	margin-bottom: 0;
}
.acqua-hotel-visited a .thumb {
	float: left;
	display: block;
	width: 75px;
	height: 75px;
	margin-bottom: 5px;
	background-color: rgba(var(--bg-color),1);	
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40px auto;
	background-image: url('/assets/img/nophoto.png');
}
.acqua-hotel-visited a .info {
	margin-left: 85px;
}
.acqua-hotel-visited a .info .name {
	margin-bottom: 0;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-hotel-visited a .info .stars {
	display: block;
	width: auto;
	height: 12px;
	margin-bottom: 7px;
}
.acqua-hotel-visited a .info .location {
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-hotel-visited a .info .price-container {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
}
.acqua-hotel-visited a .info .price-container .price {
	font-weight: 700;
	font-size: 18px;
}
.acqua-hotel-visited a .info .price-container .price .curr {
	font-weight: 400;
	font-size: 65%;
}

/* acqua-upsell-insurance */
.acqua-upsell-insurance {
	padding: 10px;
	background-color: rgba(var(--bg-color),1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-upsell-insurance .item {
	padding: 5px;
}

.discount-label {
	position: absolute;
	z-index: 5;
	top: 10px;
	right: -10px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 17px;
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--price-color),1);
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
			transform: rotate(45deg);
}

/* acqua-hotel-calendar */
.acqua-hotel-calendar {
	margin-bottom: 20px;
}
.acqua-hotel-calendar .ui-datepicker {
	width: auto;
	margin: 0 auto;
}
.acqua-hotel-calendar .acqua-datepicker-container {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
.acqua-hotel-calendar .acqua-filters-container {
	margin-bottom: 20px;
	padding: 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-hotel-calendar .acqua-hotel-rooms-container {
	margin-left: 280px;
}
.acqua-hotel-calendar .acqua-hotel-rooms {
	display: block;
	max-height: none;
	overflow: visible;
	-webkit-transition: none;
	   -moz-transition: none;
			transition: none;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-row {
	background-color: rgba(var(--bg-color),1);
	border-bottom: 1px dashed rgba(var(--border-color),1);
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-row:nth-child(even) {
	background-color: rgba(var(--blur-color),.02);
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-row.rooms-head-cell {
	background-color: rgba(var(--bg-color),1);
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details {
	display: table-cell;
	padding: 5px 10px;
	font-size: 12px;
	vertical-align: top;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-type {
	width: 45%;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details {
	width: 35%;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-price {
	width: 20%;
	text-align: right;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-type .type {
	margin-bottom: 5px;
	font-size: 14px;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-type .type.with-img {
	margin-left: 40px;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-type .type .fa {
	font-size: 13px;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-type .period {
	margin-bottom: 5px;
	font-size: 10px;
	color: rgba(var(--primary-text-color),.85);
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details .conditions-item {
	margin-bottom: 5px;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details .conditions-item:last-of-type {
	margin-bottom: 0;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details .conditions-item abbr {
	border-bottom-color: inherit;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details .conditions-item.text-warning {
	color: rgba(var(--emphasize-color),1);
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details .conditions-item .glyphicon {
	position: relative;
	top: 2px;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details .conditions-info {
	max-height: 0;
	overflow: hidden;
	font-size: 11px;
}
.acqua-hotel-calendar .acqua-hotel-rooms .conditions-info.open {
	max-height: 400px;
	padding: 2px 0 2px 15px;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-details-info {
	max-height: 400px;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-price a {
	min-width: 100px;
	padding: 5px 10px;
	line-height: 1;
	border: none;
	white-space: nowrap;
	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-hotel-calendar .acqua-hotel-rooms .room-price a:active {
	-webkit-box-shadow: 0 3px 5px rgba(var(--blur-color),.125) inset;
	   -moz-box-shadow: 0 3px 5px rgba(var(--blur-color),.125) inset;
			box-shadow: 0 3px 5px rgba(var(--blur-color),.125) inset;
}
.acqua-hotel-calendar .acqua-hotel-rooms .room-price a .book-now {
	margin: 5px -10px -5px;
	padding: 5px;
	font-size: 12px;
	background-color: rgba(var(--blur-color),.15);
}

/* acqua-favorites-container */
/* HORIZONTAL */
.acqua-show-favorites-btn {
	display: none;
	position: fixed;
	z-index: 1050;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	background-color: rgba(var(--bg-color),1);
	border: 2px solid rgba(var(--primary-color),1);
	border-bottom: none;
	border-left: none;
	border-radius: 0 4px 0 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	cursor: pointer;
	opacity: 0.75;
}
.acqua-show-favorites-btn:hover {
	opacity: 1;
}
.acqua-show-favorites-btn .fa-heart {
	font-size: 14px;
	color: rgba(var(--emphasize-color),1);
}
.acqua-favorites-container.horizontal {
	position: fixed;
	z-index: 1035;
	right: 0;
	bottom: -100%;
	left: 0;
	height: auto;
	padding: 0 0 5px;
	background-color: rgba(var(--bg-color),1);
	border-top: 2px solid rgba(var(--primary-color),1);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	opacity: 0.75;
}
.acqua-favorites-container.horizontal.logged.open,
.acqua-favorites-container.horizontal.open {
	bottom: 0;
	opacity: 1;
}
.acqua-favorites-header-wrapper {
	margin-bottom: 10px;
	background-color: #f1f1f1;
}
.acqua-favorites-header-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0 10px;	
}
.acqua-favorites-container.horizontal h3 {
	margin: 0 0 5px;
}
.acqua-favorites-container.horizontal h3 .fa-heart {
	font-size: 18px;
	color: rgba(var(--emphasize-color),1);
}
.acqua-favorites-container.horizontal h3 [class*='fa-chevron-'] {
	position: relative;
	top: -3px;
	font-size: 12px;
	color: rgba(var(--primary-text-color),1);
}
.acqua-favorites-container.horizontal .acqua-favorites-buttons-container {
	padding: 2px 4px 0;
}
.acqua-favorites-container.horizontal .acqua-favorites-btn {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 5px;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-weight: 600;
	font-size: 12px;
	color: rgba(var(--light-color),1);
	line-height: 1;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	transition: all .25s ease;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.acqua-favorites-container.horizontal .acqua-favorites-btn:hover,
.acqua-favorites-container.horizontal .acqua-favorites-btn:focus {
	box-shadow: none;
}
.acqua-favorites-container.horizontal .acqua-favorites-btn .fa {
	font-size: 16px;
}
.acqua-favorites-container.horizontal .acqua-favorites-btn.html {
	background-color: #e96228;
	border: 1px solid #e96228;
}
.acqua-favorites-container.horizontal .acqua-favorites-btn.pdf {
	color: #d31517;
	background-color: #fff;
	border: 1px solid #d31517;
}
.acqua-favorites-container.horizontal .acqua-favorites-btn.email {
	background-color: #3595cf;
	border: 1px solid #3595cf;
}
.acqua-favorites-container.horizontal .acqua-favorites-btn.delete {
	background-color: #cc0000;
	border: 1px solid #cc0000;
}
.acqua-favorites-container.horizontal a {
	color: rgba(var(--primary-text-color),.85);
}
.acqua-favorites-container.horizontal .offer-generator {
	display: none;
	margin-top: 5px; 
}
.acqua-favorites-container.horizontal.logged .offer-generator {
	display: block;
}
.acqua-favorites-container.horizontal.logged .offer-generator .row {
	margin-left: -5px;
	margin-right: -5px;
}
.acqua-favorites-container.horizontal.logged .offer-generator [class*='col-sm'] {
	padding-left: 5px;
	padding-right: 5px;
}
.acqua-favorites-container.horizontal .acqua-favorites-items-wrapper {
	overflow-x: auto;
	white-space: nowrap;
	margin-right: -2px;
	margin-left: -2px;
}
.acqua-favorites-container.horizontal .acqua-favorites-item-container {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 100px;
	padding-right: 2px;
	padding-left: 2px;	
}
.acqua-favorites-container.horizontal .acqua-favorites-item-container .close {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 5px;
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	filter: alpha(opacity=75);
	opacity: .75;	
}
.acqua-favorites-container.horizontal .acqua-favorites-item-container .close:hover,
.acqua-favorites-container.horizontal .acqua-favorites-item-container .close:focus {
	filter: alpha(opacity=100);
	opacity: 1;	
}
.acqua-favorites-container.horizontal .acqua-favorites-item {
	position: relative;
	z-index: 5;
	display: block;
	height: 100%;
}
.acqua-favorites-container.horizontal .img-link {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--bg-color),1);	
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('/assets/img/icons/icon-nophoto.png');
	overflow: hidden;
}
.acqua-favorites-container.horizontal .img-link .thumb {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	min-height: 100%;
}
.acqua-favorites-container.horizontal .mask {
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--blur-color),1);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	opacity: .25;
}
.acqua-favorites-container.horizontal .acqua-favorites-item-container:hover .mask,
.acqua-favorites-container.horizontal .acqua-favorites-item-container:focus .mask {
	opacity: .5;
}
.acqua-favorites-container.horizontal .info {
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 10px;
	left: 10px;
	padding: 10px;
	color: rgba(var(--light-color),1);
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.acqua-favorites-container.horizontal .title {	
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-favorites-container.horizontal .price-group {
	text-align: center;
}
.acqua-favorites-container.horizontal .price-group .price {
	font-weight: 400;
	font-size: 18px;
	color: rgba(var(--light-color),1);
}
.acqua-favorites-container .acqua-favorites-item-container.flight {
	height: 105px;
	text-align: center;
	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-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);
}
.acqua-favorites-container .acqua-favorites-item-container.flight:hover,
.acqua-favorites-container .acqua-favorites-item-container.flight:focus {
	border-color: rgba(var(--blur-color),.85);
	-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);
}
.acqua-favorites-container .acqua-favorites-item-container.flight .close {
	color: rgba(var(--blur-color),1);
	filter: alpha(opacity=35);
	opacity: .35;
}
.acqua-favorites-container .acqua-favorites-item-container.flight .close:hover,
.acqua-favorites-container .acqua-favorites-item-container.flight .close:focus {
	color: rgba(var(--blur-color),1);
	filter: alpha(opacity=100);
	opacity: 1;
}
.acqua-favorites-container .acqua-favorites-item-container.flight .carrier-logo {
	margin: 2px auto 5px;
}
.acqua-favorites-container .acqua-favorites-item-container.flight .info {
	color: rgba(var(--primary-text-color),.85);
}
.acqua-favorites-container .acqua-favorites-item-container.flight .title {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 12px;
}
.acqua-favorites-container .acqua-favorites-item-container.flight .price-group .price {
	font-size: 14px;
	color: rgba(var(--price-color),1);
}

/* VERTICAL
.acqua-favorites-container.vertical {
	position: fixed;
	z-index: 1035;
	top: 100px;
	right: -170px;
	width: 170px;
	padding: 5px 0 10px;
	background-color: rgba(var(--bg-color),1);
	border: 2px solid rgba(var(--primary-color),1);
	border-right: none;
	border-bottom-left-radius: 4px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0.5;
}
.acqua-favorites-container.vertical.open {
	right: 0;
	opacity: 1;
}
.acqua-favorites-container.vertical .container {
	position: relative;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.acqua-favorites-container.vertical .create-container {
	width: 150px;
}
.acqua-favorites-container.vertical .create {
	float: left;
	display: inline-block;
	width: 50%;
	height: 30px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 12px;
	color: rgba(var(--light-color),1);
	text-align: center;
	line-height: 30px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-favorites-container.vertical .create .fa {
	font-size: 12px;
}
.acqua-favorites-container.vertical .create.pdf {
	background-color: #cc0000;
	-webkit-border-radius: 2px 0 0 2px;
	   -moz-border-radius: 2px 0 0 2px;
			border-radius: 2px 0 0 2px;
}
.acqua-favorites-container.vertical .create.email {
	background-color: rgba(var(--primary-color),1);
	-webkit-border-radius: 0 2px 2px 0;
	   -moz-border-radius: 0 2px 2px 0;
			border-radius: 0 2px 2px 0;
}
.acqua-favorites-container.vertical .create.pdf:hover,
.acqua-favorites-container.vertical .create.pdf:focus {
	background-color: #aa0000;
}
.acqua-favorites-container.vertical .create.email:hover,
.acqua-favorites-container.vertical .create.email:focus {
	background-color: rgba(var(--primary-color),1);
}
.acqua-favorites-container.vertical .create .text span {
	display: none;
}
.acqua-favorites-container.vertical h3 {
	position: absolute;
	z-index: 5;
	top: -7px;
	left: -40px;
	height: 40px;
	margin-bottom: 0;
	padding: 0 10px;
	line-height: 40px;
	font-size: 20px;
	background-color: rgba(var(--bg-color),1);
	border: 2px solid rgba(var(--primary-color),1);
	border-right: none;
	-webkit-border-radius: 2px 0 0 2px;
	   -moz-border-radius: 2px 0 0 2px;
			border-radius: 2px 0 0 2px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-favorites-container.vertical h3 .text {
	display: none;
}
.acqua-favorites-container.vertical:hover h3,
.acqua-favorites-container.vertical:focus h3,
.acqua-favorites-container.vertical.open h3 {
	opacity: 1;
}
.acqua-favorites-container.vertical h3 .fa-heart {
	font-size: 18px;
	color: rgba(var(--emphasize-color),1);
}
.acqua-favorites-container.vertical h3 [class*='fa-chevron-'] {
	display: none;
}
.acqua-favorites-container.vertical a {
	color: rgba(var(--primary-text-color),.85);
}
.acqua-favorites-container.vertical .item-container {
	position: relative;
	display: block;
	width: 150px;
	height: 100px;
	margin-bottom: 10px;
}
.acqua-favorites-container.vertical .close {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 5px;
	font-size: 28px;
	font-weight: 400;
	color: rgba(var(--light-color),1);
	filter: alpha(opacity=75);
	opacity: .75;	
}
.acqua-favorites-container.vertical .close:hover,
.acqua-favorites-container.vertical .close:focus {
	filter: alpha(opacity=100);
	opacity: 1;	
}
.acqua-favorites-container.vertical .container-scroll {
	width: 210px;
	max-height: 330px;
	overflow-y: auto;
	overflow-x: hidden;
}
.acqua-favorites-container.vertical .container-scroll > .row {
	white-space: nowrap;
	margin-right: 0;
	margin-left: 0;
}
.acqua-favorites-container.vertical .item {
	position: relative;
	z-index: 5;
	display: block;
	height: 100%;
}
.acqua-favorites-container.vertical .img-link {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(var(--bg-color),1) url('/assets/img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-favorites-container.vertical .img-link img {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	max-width: 100%;
	min-height: 100%;
}
.acqua-favorites-container.vertical .mask {
	position: absolute;
	z-index: 15;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background-color: rgba(var(--bg-color),.2);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-favorites-container.vertical .item:hover .mask,
.acqua-favorites-container.vertical .item:focus .mask {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--bg-color),.35);
}
.acqua-favorites-container.vertical .info {
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 10px;
	left: 10px;
	padding: 10px;
	color: rgba(var(--light-color),1);
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.acqua-favorites-container.vertical .title {	
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-favorites-container.vertical .price-group {
	text-align: center;
}
.acqua-favorites-container.vertical .price-group .price {
	font-weight: 400;
	font-size: 18px;
	color: rgba(var(--light-color),1);
}
*/
.acqua-favorites-send-mail .acqua-favorites-form-button {
	text-align: right;
}
.acqua-load-more-offers-container {
	padding-top: 15px;
	text-align: center;
	border-top: 1px solid rgba(var(--border-color),1);
}
.acqua-load-more-offers-container .btn-sm {
	font-size: 14px;
}
.acqua-load-more-offers-container .btn-sm .fa {
	font-size: 10px;
}
.acqua-load-more-offers-container small {
	display: block;
	font-size: 12px;
}

/* acqua-modal-item-details */
.acqua-modal-item-details .hotel-gallery {
	margin-bottom: 10px;
}
.acqua-modal-item-details .hotel-gallery .image-box {
	float: left;
	width: 320px;
	height: 213px;
	margin: 0 5px 5px 0;
	background: rgba(var(--bg-color),1) url('/assets/img/nophoto.png') no-repeat 50%;
	overflow: hidden;
}
.acqua-modal-item-details .hotel-gallery .image-box img {
	width: 100%;
	height: 100%;
}
.acqua-modal-item-details .hotel-gallery .hotel-thumbnails figure {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0;
}
.acqua-modal-item-details .hotel-gallery .hotel-thumbnails figure img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-modal-item-details .hotel-gallery .hotel-thumbnails a {
	float: left;
	width: 100%;
	height: 100%;
}
.acqua-modal-item-details .hotel-gallery .hotel-thumbnails a img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-modal-item-details .hotel-description {
	font-size: 12px;
}

/* MQ */
@media (min-width: 768px) {
	body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .container {
		width: 750px;
		padding: 0 10px;
	}
}
@media (min-width: 992px) {
	body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .container {
		width: 960px;
		padding: 0 10px;
	}
}
@media (min-width: 1200px) {
	body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .container {
		width: 1160px;
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.container,
	body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .container {
		width: 100%;
	}
	/*.acqua-hotel-details .acqua-tabs-container-wide .acqua-img-gallery .acqua-img-box img {
		height: 150px;
	}*/
	.acqua-hotel-rooms .room-book a.btn {
		min-width: 80px;
	}
	.modal.tidoRoomsDetailsModal .modal-dialog {
		 margin-right: 0;
		 margin-left: 0;
		 padding-right: 15px;
		 padding-left: 15px;
	}
}
@media (max-width: 880px){
	.acqua-hotel-calendar .ui-datepicker {
		width: 17em;
	}
	.acqua-hotel-calendar .acqua-datepicker-container {
		float: none;
		width: 100%;
	}
	.acqua-hotel-calendar .acqua-hotel-rooms-container {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	body.fixed .acqua-hotel-details .acqua-hotel-details-header-container {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		background-color: transparent;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;	
	}
	.acqua-hotel-results .acqua-hotel-results-header,
	.acqua-hotel-results .hotel-image,
	.acqua-hotel-results .hotel-info,
	.acqua-hotel-results .hotel-price {
		display: block;
		width: 100%;
	}
	.acqua-hotel-results .hotel-price {
		padding-left: 0;
		text-align: center;
	}
	.acqua-hotel-results .hotel-price .price-container,
	.acqua-hotel-results .hotel-price .price-container .price-group .offer-type {
		text-align: center;
	}
	.acqua-hotel-results .hotel-price .item-availability,
	.acqua-hotel-results .hotel-price .price-group,
	.acqua-hotel-results .hotel-price .price-group .price-discount {
		text-align: center;
	}
	.acqua-hotel-results .hotel-image {
		padding: 0;
	}
	.acqua-hotel-results .hotel-price {
		padding-bottom: 10px;
	}
	.acqua-hotel-results .hotel-info {
		max-width: none;
		min-height: auto;
		margin: 10px 0;
	}
	.acqua-hotel-results .hotel-image .image-box {
		position: relative;
		height: auto;
		padding-bottom: 0;
		overflow: visible;
	}
	.acqua-hotel-results .hotel-image .image-box img {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
		max-width: 100%;
		height: auto;
	}
	.acqua-hotel-details .hotel-price {
		margin-top: 15px;
		text-align: center;
		border-top: 1px solid #ddd;
	}
	.acqua-hotel-details .hotel-price .price-group {
		text-align: center;
	}
	.acqua-hotel-details .acqua-tabs-container {
		height: auto;
	}
	.acqua-hotel-details .nav-tabs {
		padding: 0;
	}
	.acqua-hotel-details .nav-tabs > li {
		display: inline-block;
		margin-bottom: 2px;
	}
	.acqua-hotel-details .details-rooms-nav-tabs > li {
		width: 25%;
	}
	.acqua-hotel-details .details-rooms-nav-tabs > li > a {
		text-align: center;
	}
	.acqua-hotel-details .details-rooms-nav-tabs > li:last-of-type > a {
		margin-right: 0;
	}
	.acqua-hotel-details .acqua-img-gallery {
		position: static;
		top: auto;
		left: 0;
		width: 100%;
	}
	.acqua-hotel-details .acqua-img-gallery .acqua-img-box {
		height: auto;
}
	.acqua-hotel-details .acqua-details-text {
		margin-top: 10px;
		margin-left: 0;
	}	
	.acqua-hotel-rooms .room-row {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 5px 10px 10px;
		background-color: rgba(var(--bg-color),1);
		border: none;
		border-bottom: 1px dashed rgba(var(--border-color),1);
	}
	.acqua-hotel-rooms .room-row:last-of-type {
		margin-bottom: 0;
		border-bottom: none;
	}
	.acqua-hotel-rooms .room-row.room-head-row {
		display: none !important;
	}
	.acqua-hotel-rooms .selected-row .room-selected {
		display: block;
		width: auto;
		margin: 0 -10px 5px;
		padding: 0;
		text-align: center;
		background-color: rgba(var(--bg-color),1);
		border-right: none;
		border-bottom: 1px solid rgba(var(--bg-color),1);
	}
	.acqua-hotel-rooms .selected-row .room-selected .text {
		display: inline;
	}
	.acqua-hotel-results .acqua-hotel-rooms .room-type,
	.acqua-hotel-results .acqua-hotel-rooms .room-meal,
	.acqua-hotel-results .acqua-hotel-rooms .room-transport,
	.acqua-hotel-results .acqua-hotel-rooms .room-conditions,
	.acqua-hotel-results .acqua-hotel-rooms .room-pay-policy,
	.acqua-hotel-results .acqua-hotel-rooms .room-price,
	.acqua-hotel-results .acqua-hotel-rooms .room-book,
	.acqua-hotel-details .acqua-hotel-rooms .room-type,
	.acqua-hotel-details .acqua-hotel-rooms .room-meal,
	.acqua-hotel-details .acqua-hotel-rooms .room-transport,
	.acqua-hotel-details .acqua-hotel-rooms .room-conditions,
	.acqua-hotel-details .acqua-hotel-rooms .room-pay-policy,
	.acqua-hotel-details .acqua-hotel-rooms .room-price,
	.acqua-hotel-details .acqua-hotel-rooms .room-book,
	.acqua-hotel-details .acqua-hotel-rooms .room-type {
		display: block;
		width: 100%;
		padding: 10px 0 0;
		font-size: 14px;
		text-align: left;
	}
	/*.acqua-hotel-details .acqua-hotel-rooms .room-type {
		padding: 0;
	}*/
	.acqua-hotel-details .acqua-hotel-rooms .room-price {
		padding-top: 15px;
	}
	.acqua-hotel-details .acqua-hotel-rooms .room-book {
		padding-top: 10px;
	}
	.acqua-hotel-details .acqua-hotel-rooms .room-type-title {
		margin: 0 -10px 10px;
		padding: 5px 10px;
		font-size: 18px;
		background-color: #efefef;
	}
	.acqua-hotel-rooms .room-type .type {
		font-size: 16px;
	}
	.acqua-hotel-rooms .room-type .info {
		font-weight: 400;
		font-size: 14px;
	}
	.acqua-hotel-rooms .room-conditions {
		font-size: 20px;
	}
	.acqua-hotel-rooms .room-conditions .fa {
		font-size: 20px;
	}
	.acqua-hotel-rooms .room-conditions .content-item,
	.acqua-hotel-rooms .room-conditions .content-item .fa {
		font-size: 14px;
	}
	.acqua-hotel-rooms .room-price,
	.acqua-hotel-rooms.compact .room-price {
		padding-top: 10px;
		text-align: right;
	}
	.acqua-hotel-rooms .room-price a {
		min-width: 140px;
	}
	.acqua-hotel-rooms .room-price .price-group .price {
		font-size: 28px;
	}
	.acqua-hotel-details .acqua-hotel-rooms {
		border: none;
	}
	.acqua-hotel-details .acqua-hotel-rooms .room-row {
		margin-bottom: 20px;
		padding-top: 0;
		/*border: 2px solid rgba(var(--border-color),1);*/
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
		overflow: hidden;
	}
	.acqua-hotel-details .acqua-hotel-rooms .room-row:last-of-type {
		border-bottom: 2px solid rgba(var(--border-color),1);
	}
	.acqua-hotel-details .facilities ul {
		width: 50%;
	}
	.acqua-hotel-visited a {
		height: auto;
	}
	.acqua-hotel-visited a .info .name,
	.acqua-hotel-visited a .info .location {
		text-overflow: none;
		white-space: normal;
		overflow: visible;
	}
	.acqua-hotel-visited a .info .price-container {
  		position: relative;
		right: auto;
		bottom: auto;
	}
	.acqua-hotel-visited a .info .price-container .price {
		font-size: 22px;
	}
	.acqua-hotel-details .acqua-hotel-rooms .room-price .price-group {
		text-align: left;
	}
	/*.acqua-hotel-details .acqua-tabs-container-wide .acqua-img-gallery .acqua-img-box img {
		height: 130px;
	}*/
}
@media (max-width: 680px) {
	.acqua-hotel-rooms .room-type .type i {
		font-size: 14px;
	}
	.acqua-hotel-rooms .room-type .type .modal-body {
		font-size: 14px;
	}
	.acqua-hotel-rooms .room-conditions abbr {
		font-size: 16px;
	}
	.acqua-hotel-rooms .room-conditions .conditions-info {
		padding-left: 20px;
		font-size: 12px;
	}
	.acqua-hotel-rooms .room-price {
		text-align: center;
	}
	.acqua-hotel-rooms .room-price .price {
		font-size: 18px;
	}
	.acqua-hotel-rooms .room-price .price strike {
		font-size: 16px;
	}
	.acqua-hotel-rooms.compact .room-price {
		text-align: right;
	}
	.acqua-hotel-calendar .acqua-hotel-rooms .room-type,
	.acqua-hotel-calendar .acqua-hotel-rooms .room-details,
	.acqua-hotel-calendar .acqua-hotel-rooms .room-price {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 549px) {
	.acqua-hotel-details .hotel-info h1 {
		font-size: 22px;
	}
	.acqua-hotel-details .facilities ul {
		float: none;
		width: 100%;
	}
	.acqua-hotel-details .details-rooms-nav-tabs > li {
		width: 50%;
	}
	.acqua-hotel-rooms .room-price .price {
		display: block;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.acqua-hotel-results .hotel-price .price-container {
		float: none;
		display: block;
	}
	.acqua-hotel-results .hotel-price .btn {
		float: none;
		display: block;
		margin-top: 10px;
	}
	/*.acqua-hotel-details .acqua-hotel-rooms .room-price {
		text-align: center;
	}*/
	.acqua-hotel-details .acqua-hotel-rooms .room-price .price-group {
		text-align: left;
	}
	.acqua-hotel-details .acqua-hotel-rooms .room-price a {
		display: block;
		width: 100%;
		min-width: auto;
		margin-top: 10px;
	}
	.acqua-hotel-calendar .ui-datepicker {
		width: auto;
	}
	.acqua-favorites-container.horizontal .create .text span {
		display: none;
	}
	.acqua-favorites-send-mail .acqua-favorites-form-button .btn {
		display: block;
		width: 100%;
	}
}