/* hotels-section-nav */
.acqua-hotel-details .hotels-section-nav {
	margin-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: rgba(var(--primary-color), 1);
	border-radius: 2px;
}
.acqua-hotel-details .hotels-section-nav .anchor-reset {
	width: 0;
	height: 0;
	visibility: hidden;
}
.acqua-hotel-details .hotels-section-nav .container {
	width: 100%;
}
.acqua-hotel-details .hotels-section-nav .nav-pills {
	display: inline-block;
	margin: 4px auto;
}
.acqua-hotel-details .hotels-section-nav .nav-pills > li {
	float: none;
	display: inline-block;
}
.acqua-hotel-details .hotels-section-nav .nav-pills > li > a {
	padding: 5px 10px;
	color: rgba(var(--light-color), 1);
}
.acqua-hotel-details .hotels-section-nav .nav-pills > li > a:hover,
.acqua-hotel-details .hotels-section-nav .nav-pills > li > a:focus,
.acqua-hotel-details .hotels-section-nav .nav-pills > li.active > a,
.acqua-hotel-details .hotels-section-nav .nav-pills > li.active > a:focus,
.acqua-hotel-details .hotels-section-nav .nav-pills > li.active > a:hover {
	color: rgba(var(--primary-color), 1);
	background-color: rgba(var(--light-color), .9);
}
body.fixed .acqua-hotel-details .hotels-section-nav {
	display: block;
	border-radius: 0;
}
@media screen and (max-width: 860px){
	body.fixed .acqua-hotel-details .hotels-section-nav {
		display: none;
	}
}

/* poi-box-wrapper */
.poi-box-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.poi-box-col {
	flex: 0 0 auto;
	width: 25%;
	margin-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
.poi-list-item {
	display: flex;
}
.poi-list-item-icon {
	margin-top: 4px;
	margin-right: 4px;
	font-size: 14px;
}
@media screen and (max-width: 991px){
	.poi-box-col {
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	.poi-box-col {
		width: 100%;
	}
}

/* hotel-ratings-wrapper */
.hotel-ratings-wrapper {
	display: flex;
	align-items: center;
	margin: 1rem 0 1.25rem;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.hotel-vazut-rating-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 40%;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
/* hotel-main-rating */
.hotel-main-rating-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 12px 20px;
	width: 100%;
}
.hotel-main-rating {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.hotel-main-rating-big {
	padding-right: 10px;
	font-weight: 600;
	font-size: 52px;
	line-height: 0.7;
}
.hotel-main-rating-info {
	line-height: 1.2;
}
.hotel-main-rating-title {
	margin-bottom: 2px;
	font-weight: 600;
}
.hotel-main-rating-icon-wrapper {
	display: flex;
	align-items: center;
}
.hotel-main-rating-icon {
	width: auto;
	height: 22px;
}
.hotel-main-rating-text {
	padding-left: 5px;
	font-size: 11px;
	line-height: 1;
}
.hotel-main-rating-logo {
	display: inline-block;
	width: auto;
	height: 22px;
}

/* hotel-small-rating */
.hotel-small-rating-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
}
.hotel-small-rating {
	margin-bottom: 4px;
}
.hotel-small-rating-label {
	font-size: 11px;
}
.hotel-small-rating-img img {
	display: block;
	width: auto;
	height: 14px;
}

/* hotel-other-ratings */
.hotel-other-ratings {
	display: flex;
	align-items: center;
	gap: 0 20px;
	width: 60%;
	margin: 1rem 0;
	padding-left: 15px;
}
/*body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .hotel-system-name,
body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .tripadvisor,
body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .check-booking-price,
body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .hotel-ratings-wrapper {
	display: none;
}*/
.acqua-hotel-details-header-container .alert {
	position: fixed;
	z-index: 2000;
	bottom: 5px;
	width: calc(100% - 30px);
	max-width: 1140px;
	margin: 0 auto;
	font-size: 24px;
	opacity: .9;
}
.hotel-other-ratings-cell {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: inherit;
}
.hotel-other-ratings-cell a {
	display: block;
}
.hotel-other-ratings-info {
	display: flex;
	align-items: center;
}
.hotel-other-ratings-info-text {
	white-space: nowrap;
}
.hotel-other-ratings-info-text strong {
	font-weight: 600;
}
.hotel-other-ratings-cell.booking {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.hotel-other-rating-booking-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	height: 40px;
	margin-right: 10px;
	font-size: 18px;
	color: #fff;
	background: #003580;
	border-radius: 10px 10px 10px 0;
}
.booking .hotel-other-ratings-info {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.booking .hotel-other-ratings-info img {
	width: auto;
	height: 12px;
}
.booking .hotel-other-ratings-info-text {
	margin-top: 2px;
}
.tripadv a img {
	width: auto;
	height: 30px;
}
.tripadv .hotel-other-ratings-info img {
	width: auto;
	height: 14px;
	margin-right: 5px;
}
.google a img {
	width: auto;
	height: 32px;
}
.facebook a img {
	width: auto;
	height: 36px;
}

.hotel-price-wrapper {
	display: flex;
	justify-content: flex-end;
}
.check-booking-price {
	order: 1;
	margin-right: 10px;
	text-align: right;	
}
.hotel-price-inner {
	order: 2;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}
.check-booking-price-inner {
	display: inline-block;
}
.check-booking-price-box {
	padding: 5px 10px 7px;
	color: #fff;
	text-align: center;
	background: #003580;
	border-radius: 10px 10px 0 10px;
}
.check-booking-price-box img {
	display: block;
	margin-top: 5px;
}
.check-booking-price-from {
	font-size: 12px;
}
.check-booking-price-from strong {
	font-size: 14px;
	color: #579421;
}

@media screen and (max-width: 1040px){
	.hotel-other-ratings {
		flex-wrap: wrap;
		gap: 20px;
	}	
}
@media screen and (max-width: 991px){
	.hotel-price-wrapper {
		flex-direction: column;
	}
	.check-booking-price {
		order: 2;
		margin-top: 5px;
		margin-right: 0;
	}
	.hotel-price-inner {
		order: 1;
	}
	.hotel-ratings-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}	
	.hotel-vazut-rating-wrapper {
		width: 100%;
		margin-bottom: 5px;
		padding-right: 0;
		border-right: none;
	}
	.hotel-other-ratings {
		flex-wrap: nowrap;
		gap: 0 20px;
		padding-top: 15px;
		padding-left: 0;
	}
	.hotel-other-ratings-cell {
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.hotel-other-ratings {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0;
		width: auto;
	}	
	.hotel-price-wrapper {
		flex-direction: row;
		justify-content: center;
	}
	.check-booking-price {
		order: 1;
		margin-top: 0;
		margin-right: 15px;
	}
	.hotel-price-inner {
		order: 2;
		padding-left: 0;
		border-left: none;
	}
}
@media screen and (max-width: 400px){
	.hotel-main-rating-logo {
		display: none;
	}
	.hotel-price-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.check-booking-price {
		order: 2;
		margin-top: 10px;
		margin-right: 0;
	}
	.hotel-price-inner {
		order: 1;
	}
	.hotel-other-ratings {
		justify-content: space-around;
		gap: 30px;
		width: 100%;
	}
	.hotel-other-ratings-cell {
		width: 100%;
	}
}

/* hotel-list-ratings-wrapper */
/*.hotel-list-ratings-facilities-wrapper {
	display: flex;
	justify-content: space-between;
}*/
.hotel-list-ratings-wrapper {
	display: flex;
	flex-direction: column;	
	border: none;	
}
.hotel-list-ratings-wrapper .hotel-other-ratings {
	gap: 20px;
	padding-left: 0;
}
.hotel-list-ratings-wrapper .hotel-vazut-rating-wrapper {
	width: auto;
	margin: 8px 0;
	padding: 0 0 8px;
	border-right: none;
	border-bottom: 1px solid #ddd;
}
/*.hotel-list-ratings-wrapper .hotel-main-rating-wrapper {
	justify-content: flex-start;
}*/
.hotel-list-ratings-wrapper .hotel-other-ratings {
	width: auto;
	flex-wrap: wrap;
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #ddd;
}
.hotel-list-ratings-wrapper .hotel-main-rating {
	margin-bottom: 0;
}
.hotel-list-ratings-wrapper .hotel-main-rating-big {
	font-size: 36px;
}
.hotel-list-ratings-wrapper .hotel-main-rating-title {
	margin-bottom: 0;
	font-size: 10px;
}
.hotel-list-ratings-wrapper .hotel-main-rating-icon {
	position: relative;
	top: -2px;
	height: 14px;
}
.hotel-list-ratings-wrapper .hotel-main-rating-text {
	position: relative;
	top: -4px;
	padding-left: 4px;
	font-size: 10px;
	line-height: 1;	
}
.hotel-list-ratings-wrapper .hotel-main-rating-logo {
	height: 24px;
}
.hotel-list-ratings-wrapper .hotel-other-ratings-cell {
	font-size: 10px;
}
.hotel-list-ratings-wrapper .hotel-other-rating-booking-icon {
	min-width: 30px;
	height: 30px;
	margin-right: 4px;
	font-size: 14px;
	border-radius: 6px 6px 6px 0;
}
.hotel-list-ratings-wrapper .booking .hotel-other-ratings-info img {
	height: 10px;
}
.hotel-list-ratings-wrapper .booking .hotel-other-ratings-info-text {
	margin-top: 0;
}
.hotel-list-ratings-wrapper .tripadv .hotel-other-ratings-info img {
	height: 10px;
	margin-right: 4px;
}

/* pdf-generator-list-wrapper */
.modal-offer-generator .acqua-flex-modal-body {
	background-color: #f5f5f5;
}
.pdf-generator-list-wrapper {
	display: flex;
	justify-space: space-between;
}
.pdf-generator-list {
	width: 50%;
	padding-right: 15px;
}
.pdf-generator-list:last-of-type {
	padding-left: 15px;
	border-left: 1px solid #ddd;
}
.pdf-generator-list li {
	margin-bottom: 10px;
	cursor: pointer;
}
.pdf-generator-list label {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	cursor: pointer;
}
.pdf-generator-list label input {
	margin-top: 5px;
	margin-right: 5px;
}
.pdf-generator-list ul {
	margin-bottom: 0
}
.pdf-generator-list-radiobtn {
	padding-left: 0;
	list-style-type: none;
}
.pdf-generator-list-checkbox {
	margin-top: 5px;
	padding-left: 20px;
	list-style-type: none;	
}
.pdf-generator-list-checkbox li {
	margin-bottom: 0;
}
.pdf-generator-list-checkbox label {
	font-weight: 400;
	font-size: 14px;
	color: #555;
}
@media screen and (max-width: 480px){
	.pdf-generator-list-wrapper {
		flex-wrap: wrap;
	}
	.pdf-generator-list,
	.pdf-generator-list:last-of-type {
		width: 100%;
		padding: 0;
		border: none;
	}
}

/* amenities-box */
.amenities-box-wrapper {
	display: flex;
	/* justify-content: space-between; */
	margin-right: -15px;
	margin-left: -15px;
}
.amenities-box-col {
	flex: 0 0 auto;
	width: 25%;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.amenities-box {
	height: 100%;
	padding: 5px;
	border: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.amenities-box p {
	padding-right: 5px;
	padding-left: 5px;
}
.amenities-box-title {
	font-size: 20px;
}
.amenity-list-item {
	display: flex;
	margin-bottom: 5px;
}
.amenity-list-item-icon {
	margin-top: 5px;
	margin-right: 4px;
	font-size: 12px;
	color: #71b53b;
}
.amenity-list-item-info {
	margin-left: 6px;
}
.more-link {
	display: block;
	padding-top: 2px;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #e8e8e8;
}
.more-link i {
	font-size: .7rem;
}
@media screen and (max-width: 991px){
	.amenities-box-wrapper {
		flex-wrap: wrap;
	}
	.amenities-box-col {
		width: 33.33334%;
	}
}
@media screen and (max-width: 767px){
	.amenities-box-col {
		width: 50%;
	}
}
@media screen and (max-width: 575px){
	.amenities-box-col {
		width: 100%;
	}
	.amenities-box {
		height: auto;
	}
}

/* hotel-details-img-box */
.hotel-details-img-box {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	border-radius: 10px;
	overflow: hidden;
}
.hotel-details-img {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: auto;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.hotel-details-img.no-photo {
	opacity: 0.5;
	height: 80%;
}
.hotel-details-img-icon {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 3;
	left: 50%;	
	bottom: 5px;
	transform: translateX(-50%);
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	transition: all 0.25s ease;
	opacity: 0.85;
}
.hotel-details-img-icon:hover,
.hotel-details-img-icon:focus {
	color: #fff;
	opacity: 1;
}
.hotel-details-img-icon .bi {
	font-size: 26px;
}
.hotel-details-img-icon span {
	padding-left: 5px;
}
.hotel-details-room-img-box {
	margin-bottom: 20px;
}
.hotel-details-room-img {
	display: block;
	margin: 0 auto 3px;
}
.hotel-details-thumb-box-container {
	margin-right: -3px;
	margin-left: -3px;
}
.hotel-details-thumb-box-wrapper {
	float: left;
	width: 25%;
	padding: 3px;
}
.hotel-details-thumb-box {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 50px;
	margin-bottom
	overflow: hidden;
}
.hotel-details-thumb-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 991px){
	.hotel-details-thumb-box-wrapper {
		width: 33.33334%;
	}
}
@media screen and (max-width: 767px){
	.hotel-details-thumb-box-wrapper {
		width: 16.66667%;
	}
}
@media screen and (max-width: 575px){
	.hotel-details-thumb-box-wrapper {
		width: 25%;
	}
}

/* hotel-details-room-wrapper */
.hotel-details-room-wrapper {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}
.hotel-details-room-col {
	flex: 0 0 auto;
	padding-top: 15px;
}
.hotel-details-room-wrapper:last-of-type {
	margin-bottom: 20px;
}
.hotel-details-room-wrapper:first-of-type .hotel-details-room-col {
	padding-top: 0;
}
.hotel-details-room-col.img-col {
	width: 30%;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
.hotel-details-room-col.info-col-wrapper {
	width: 70%;
	padding-left: 15px;
}
.hotel-details-room-col .info-col {
	display: flex;
}
.hotel-details-room-table-wrapper {
	margin-top: 15px;
	border-top: none;
	border-bottom: none;
}
.hotel-details-room-table {
	width: 100%;
	max-width: 100%;
	min-width: 440px;
	margin-bottom: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.hotel-details-room-table .fa-info-circle {
	position: relative;
	top: -1px;
	font-size: 11px;
	color: #777;
}
.hotel-details-room-table th,
.hotel-details-room-table td {
	border-bottom: 1px solid #ddd;
}
.hotel-details-room-table th {
	font-weight: 400;
}
.hotel-details-room-table td {
	padding: 5px;
}
.hotel-details-room-table .fa-check {
	color: #579421;
}
.hotel-details-room-table-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0 10px;
	padding: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #4c76b2;
}
.hotel-details-room-table-head em {
	font-weight: 400;
}
.hotel-details-room-table .tourists {
	white-space: nowrap;
}
.hotel-details-room-table .meal {
	color: #4c76b2;
}
.hotel-details-room-table .price {
	font-weight: 600;
	font-size: 16px;
	color: #579421;
	white-space: nowrap;
}
.hotel-details-room-table .old-price {
	font-style: italic;
	font-weight: 600;	
	color: #ff0000;
	text-decoration: line-through;
	white-space: nowrap;
}
.hotel-details-room-table-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*.hotel-details-room-table-footer > * {
	width: 50%;
}*/
.hotel-details-room-table-footer-more {
	font-style: italic;
	font-size: 12px;
	color: #5096b5;
}
.hotel-details-room-table-footer-more span {
	cursor: pointer;
}
.hotel-details-room-table-footer-more .fa {
	font-size: 11px;
}
/*.hotel-details-room-table-footer-btn {
	text-align: right;
}*/
.hotel-details-room-table-footer-btn a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 10px 5px;
	color: #fff;
	border-radius: 4px;
}
.hotel-details-room-table-footer-btn a.hotel-details-btn-rates {
	background-color: #c0264c;
}
.hotel-details-room-table-footer-btn a.hotel-details-btn-booking {
	background-color: #003580;
}
.hotel-details-room-col .room-col {
	width: 40%;
	padding-right: 15px;
}
.hotel-details-room-col .facilities-col {
	width: 60%;	
	margin-bottom: 0;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}
.hotel-details-room-facilities-wrapper {
	position: relative;
}
.hotel-details-room-facilities-wrapper .mask {
	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;
}
.hotel-details-room-facilities {
	max-height: 205px;
	overflow: hidden;
}
.open .hotel-details-room-facilities {
	max-height: none;
	overflow: visible;
}
.hotel-details-room-facilities-wrapper.open .mask {
	opacity: 0;
}
.facilities-col .show-more-facilities {
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 5px;
	font-style: italic;
	font-size: 12px;
	border-top: 1px solid #5096b5;
}
.facilities-col .show-more-facilities .fa {
	font-size: 11px;
}
.hotel-details-room-title {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 22px;
}
.hotel-details-room-info {
	margin-bottom: 15px;
	font-style: italic;
}
.hotel-details-room-options .hotel-details-room-options-title {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
}
.hotel-details-room-options p {
	margin-bottom: 0;
}
.hotel-details-room-options .fa {
	font-size: 12px;
	color: #579421;
}
.hotel-details-room-specs {
	margin-bottom: 10px;
}
.hotel-details-room-specs span {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	margin-right: 10px;
	margin-bottom: 5px;
}
.hotel-details-room-specs .fa {
	margin-right: 5px;
	font-size: 14px;
}
.hotel-details-room-facilities-title {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
}
.hotel-details-room-facilities-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.hotel-details-room-facilities .hotel-details-room-facilities-section:last-of-type {
	margin-bottom: 0;
}
.hotel-details-room-facilities-section-title {
	font-weight: 600;
}
.hotel-details-room-facilities span {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	margin-right: 5px;
}
.hotel-details-room-facilities .fa {
	margin-right: 3px;
	font-size: 11px;
	color: #579421;
}
@media screen and (max-width: 767px){
	.hotel-details-room-wrapper {
		flex-wrap: wrap;
	}
	.hotel-details-room-col.img-col {
		width: 100%;
		padding-right: 0;
		border: none;
	}
	.hotel-details-room-col.info-col-wrapper {
		width: 100%;
		padding-left: 0;
	}
	.hotel-details-room-table .fa-info-circle {
		display: none;
	}
}
@media screen and (max-width: 575px){
	.hotel-details-room-col .info-col {
		flex-wrap: wrap;
	}
	.hotel-details-room-options {
		margin-bottom: 15px;
	}
	.hotel-details-room-col .room-col,
	.hotel-details-room-col .facilities-col {
		width: 100%;
		padding: 0;
		border: none;
	}
	/*.hotel-details-room-table-footer {
		margin-bottom: 20px;
	}*/
}

/* suppliers-wrapper */
.suppliers-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.suppliers-wrapper img {
	width: auto;
	height: 80px;
	padding: 10px;
}

/* hotel-vazut-rating-bars */
.hotel-vazut-rating-bars-wrapper {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	padding-left: 12px;
	border-left: 1px solid #ddd;
}
.hotel-vazut-rating-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}
.hotel-vazut-rating-bar:last-of-type {
	margin-bottom: 0;
}
.hotel-vazut-rating-bar-item {
	width: 100%;
	height: 100%;
}
.hotel-vazut-rating-bar-item:first-of-type {
	flex-shrink: 0;
	width: auto;
	margin-right: 4px;
	font-weight: 600;
}
.hotel-vazut-rating-bar-item.icon-rating-cell {
	flex-shrink: 0;
	width: auto;
	margin-right: 4px;
}
.hotel-vazut-rating-bar-item.icon-rating-cell img {
	float: left;
}
.hotel-vazut-rating-bar-item:last-of-type {
	flex-shrink: 0;
	width: auto;
	min-width: 30px;
	margin-left: 12px;
	text-align: right;
}
.hotel-vazut-rating-bar-progress {
	height: 100%;
	background-color: #efefef;
}
.hotel-vazut-rating-bar-progress-bar {
	height: 100%;
}
.rating_5 .hotel-vazut-rating-bar-progress-bar {
	background-color: #509626;
}
.rating_4 .hotel-vazut-rating-bar-progress-bar {
	background-color: #7ab13c;
}
.rating_3 .hotel-vazut-rating-bar-progress-bar {
	background-color: #fbb635;
}
.rating_2 .hotel-vazut-rating-bar-progress-bar {
	background-color: #fe8c0f;
}
.rating_1 .hotel-vazut-rating-bar-progress-bar {
	background-color: #db3644;
}

/* vazut-hotel-facilities-wrapper */
.vazut-hotel-facilities-wrapper {
	/*width: 120px;*/
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
.vazut-hotel-facilities-item {
	display: flex;
	align-items: center;
	gap: 0 4px;
}
.vazut-hotel-facilities-item i {
	font-size: 18px;
	/*font-size: 6px;*/
}
.vazut-hotel-facilities-text {
	font-size: 12px;
}

/* short-reviews-wrapper */
.short-reviews-wrapper {
	margin-bottom: 8px;
	padding-top: 8px;
	border-top: 1px solid #ddd;
}
/*.short-reviews-wrapper .short-reviews-col {
	width: 100%;
	min-width: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.short-reviews-wrapper .short-reviews-col .box {
	height: 100%;
}
.short-reviews-wrapper .slick-track {
	display: flex;
	height: 100%;
}*/

.short-reviews-header .hotel-ratings-wrapper {
	margin-bottom: 16px;
	border: none;
}
.short-reviews-header .hotel-vazut-rating-wrapper {
	flex-shrink: 0;
	width: 460px;
	border-right: none;
}
@media screen and (max-width: 991px){
	.short-reviews-header .hotel-ratings-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.short-reviews-header .hotel-vazut-rating-wrapper {
		flex-shrink: 1;
		width: 100%;
		max-width: none;
		margin-bottom: 24px;
	}
	.hotel-vazut-rating-bars-wrapper {
		padding-top: 28px;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #ddd;
	}
}

.short-reviews-filters-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.short-reviews-filters {
	display: flex;
	align-items: center;
}
.short-reviews-filter-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.short-reviews-filters-block {
	display: flex;
	align-items: center;
	margin-right: 24px;	
}
.short-reviews-filter-item label,
.short-reviews-filter-item .form-control {
	width: auto;
}
.short-reviews-filter-item label {
	margin-right: 8px;
	white-space: nowrap;
}
@media screen and (max-width: 650px){
	.short-reviews-filters-wrapper {
		margin-bottom: 8px;
	}
	.short-reviews-filters-block {
		flex-wrap: wrap;
	}
	.short-reviews-filter-item .form-control {
		width: 100%;
	}
}

.reviews-sliding-wrapper {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.short-reviews-wrapper {
	position: relative;	
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.open .reviews-sliding-wrapper {
	max-height: 20000px;
	overflow: visible;
}

/* review-sliding-container */
.review-sliding-container {
	margin-bottom: 20px;
	padding-top: 16px;
}
.review-sliding-container:first-of-type {
	border-top: 1px solid #ddd;
}
.review-sliding-wrapper {
	position: relative;
	max-height: 320px;
	_padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
@media screen and (min-width: 768px){
	.review-sliding-wrapper {
		max-height: 140px;
	}
}
.review-sliding-wrapper-mask {
	display: none;
	opacity: 1;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+75,ffffff+100&0+75,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	/*-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
			transition: opacity .25s ease;*/
	pointer-events: none;
}
.open .review-sliding-wrapper {
	max-height: 2000px;
	overflow: visible;
}
.open .review-sliding-wrapper-mask {
	opacity: 0;
}
.review-show-all {
	display: none;
	margin: 4px 0 0;
	padding: 8px;
	font-weight: 600;
	color: #fff;
	text-align: center;		
	background-color: #73b43b;
	border-radius: 2px;
	cursor: pointer;
}
.review-show-all a {
	color: #fff;
}
.review-show-all .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}
.review {
	display: flex;
	margin-bottom: 24px;
	padding: 0 0 12px;
	border-bottom: 1px solid #ddd;
}
.review-header-wrapper {
	flex-shrink: 0;
	width: 300px;	
	margin-right: 24px;
	margin-bottom: 16px;
}
.review-header {
	display: flex;	
	justify-content: space-between;
	align-items: center;	
}
.review-header a {
	color: inherit;
}
.review-header-info {
	display: flex;
	align-items: center;
}
.review-header-avatar {
	display: block;
	width: 54px;
	height: auto;
	margin-top: 2px;
	border-radius: 50%;
}
.review-header-text {
	padding-right: 10px;
	padding-left: 10px;
}
.review-header-author {
	font-weight: 600;
	line-height: 1.2;
}
.review-header-period {
	margin-top: 16px;
	font-size: 12px;
	color: #6c757d;
}
.review-rating {
	margin-bottom: 16px;
}
.review-rating img {
	display: block;
	width: auto;
	height: 16px;
	margin-top: 7px;
}
.review-small {
	font-size: 12px;
} 
.review-small .review-header-avatar {
	width: 30px;
}
.review-small .review-rating img {
	height: 12px;
}
@media screen and (max-width: 767px){
	.review {
		flex-wrap: wrap;
	}
	.review-header-wrapper {
		flex-shrink: 1;
		width: 100%;	
		margin-right: 0;
	}
}

.review-header-img-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
.review-header-thumb-box-wrapper {
	padding: 0 3px 3px 0;
}
.review-header-thumb-box {
	position: relative;
	z-index: 1;
	width: 70px;
	height: 50px;
	overflow: hidden;
}
.review-header-thumb-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

/* review-comment */
.review-comment {
	display: flex;
	width: 100%;
}
.review-comment-avatar {
	flex-basis: 40px;
}
.review-comment-avatar img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.review-comment-main {
	flex-basis: 100%;
	padding-left: 10px;
}
.review-body {
	width: 100%;
}
.review-body-title {
	font-weight: 600;
	font-size: 20px;
}
.review-body-text-wrapper {
	display: flex;
	color: #6c757d;
}
.review-body-text-icon .fa.positive {
	color: #198754;
}
.review-body-text-icon .fa.negative {
	color: #dc3545;
}
.review-body-text {
	min-width: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 8px;
}
.review-body-text-full {
	margin-bottom: 10px;
}
/*.review-body-text-full:last-of-type {
	margin-bottom: 0;
}*/
.review-body-text-full .review-body-text {
	flex-basis: 100%;
	max-width: none;
	padding-left: 10px;
	white-space: normal;
	overflow: visible;
}
.short-reviews-more {
	margin-top: 12px;
	margin-bottom: 24px;
	font-size: 12px;
	color: #337ab7;
	text-align: right;
	text-decoration: none;
	transition: all .25s ease;
}
.short-reviews-more:hover,
.short-reviews-more:focus {
	color: #6c757d;
}
.short-reviews-more .fa {
	font-size: 9px;
}
.review-body + hr {
	margin-top: 16px;
	margin-bottom: 4px;
}
.review-body-categ-rating {
	display: flex;
	flex-wrap: wrap;
}
.review-body-categ-rating-item {
	display: flex;
	align-items: center;
	margin-right: 12px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #555;
}
.review-body-categ-rating-item img {
	margin-left: 4px;
}
.review-body-translate-link {
	margin-top: 8px;
	font-style: italic;
	font-size: 14px;
	text-align: right;
}
.review-footer {
	margin-bottom: 0;
	font-size: 12px;
	color: #6c757d;
}
.short-reviews-wrapper .slick-prev,
.short-reviews-wrapper .slick-next {
	width: 30px;
}
.short-reviews-wrapper .slick-prev {
	left: -16px;
	background-image: url('/assets/img/icons/icon-arrow-left-gray-32x32.png');
}
.short-reviews-wrapper .slick-next {
	right: -16px;
	background-image: url('/assets/img/icons/icon-arrow-right-gray-32x32.png');
}

/* add-review-comment */
.add-review-comment-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: all 0.25s ease;
}
.add-review-comment-wrapper.add-review-comment-open {
	max-height: 1000px;
	overflow: visible;
}
.add-review-error-wrapper {
	display: flex;
	justify-content: space-between;
}
.acqua-add-review-vazut {
	padding-top: 16px;
	border-top: 1px solid #ddd;
}
.acqua-add-review-vazut h2 {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 28px;
}
.acqua-add-review-vazut form {
	margin-bottom: 16px;
}
.acqua-add-review-vazut form label {
	margin-bottom: 8px;
}
.acqua-add-review-vazut .add-rating-radio-button .btn-check {
	display: none;
}
.acqua-add-review-vazut .add-rating-radio-button .btn {
	margin-right: 8px;
}
.acqua-add-review-vazut .form-group {
	margin-bottom: 16px;
}
.acqua-add-review-vazut .rating-message-error {
	font-style: italic;
	font-size: 12px;
	color: #ff0000;
}
.acqua-add-review-vazut .checkbox {
	margin-top: 0;
}
.add-rating-icons-wrapper {
	display: flex;
	align-items: center;
}
.add-rating-icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	width: 180px;
}
.add-rating-icons > span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: #ccc;
	cursor: pointer;
}
.add-rating-icons > span img {
	display: none;
}
.add-rating-icons > span:hover {
	background-color: #75b840;
}
.add-rating-icons > span:hover img {
	display: inline-block;
}
.add-rating-text-wrapper {
	position: relative;
	display: inline-block;
	min-width: 160px;
	margin-left: 30px;
}
.add-rating-arrow {
	position: absolute;
	left: -11px;
	top: 5px;
	width: 22px;
	height: 22px;
	background-color: #75b840;
	transform: rotate(45deg);	
}
.add-rating-text {	
	width: auto;
	height: 32px;	
	padding: 0 15px 0 16px;
	color: #fff;
	line-height: 29px;
	background-color: #75b840;
}
/*.add-rating-text::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 5px;
	width: 22px;
	height: 22px;
	background-color: #75b840;
	transform: rotate(45deg);	
}*/
.add-rating-icons-wrapper.categories label {
	flex-basis: 200px;
	padding-right: 10px;
	font-weight: 600;
}
.add-rating-icons-wrapper.categories .add-rating-icons {
	flex-shrink: 0;
	width: 156px;
}
.add-rating-icons-wrapper.categories span {
	width: 28px;
	height: 28px;
}
.add-rating-icons-wrapper span img {
	width: 22px;
	height: auto;
}
.add-rating-icons-wrapper.categories .add-rating-text {
	height: 26px;
	padding: 0 15px 0 16px;
	line-height: 25px;
	font-size: 14px;
	white-space: nowrap;
}
.add-rating-icons-wrapper.categories .add-rating-arrow {
	position: absolute;
	left: -9px;
	top: 4px;
	width: 18px;
	height: 18px;
	background-color: #75b840;
	transform: rotate(45deg);
}
.add-rating-text-wrapper.mandatory .add-rating-text,
.add-rating-text-wrapper.mandatory .add-rating-arrow,
.add-rating-icons-wrapper.categories .add-rating-text-wrapper.mandatory .add-rating-text,
.add-rating-icons-wrapper.categories .add-rating-text-wrapper.mandatory .add-rating-arrow {
	/*background-color: #dc3545;*/
	background-color: #ccc;
}
.add-rating-radio-button .btn-group {
	flex-wrap: wrap;
}
.add-rating-radio-button .btn-group > .btn {
	flex: 0 1 auto;
}
.add-rating-radio-button label {
	flex-grow: 0;
	display: block;
	padding: 5px 15px;
	text-align: center;
	border: 1px solid #ddd;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.add-rating-radio-button label:hover {
	background-color: #f9f9f9;
	box-shadow: none;
}
.add-rating-radio-button .btn-check:active + .btn-outline-default,
.add-rating-radio-button .btn-check:checked + .btn-outline-default {
	color: #fff;
	background-color: #75b840;
	border-color: #75b840;
}
.add-rating-trip-period.form-select {
	width: auto;
}
.add-rating-meal-comments {
	display: none_;
}
@media screen and (max-width: 860px){
	.add-rating-icons-wrapper.categories {
		flex-wrap: wrap;
	}
	.add-rating-icons-wrapper.categories label {
		flex-basis: 100%;
		padding-bottom: 5px;
	}
}

/* acqua-choice-confirmation */
.acqua-choice-confirmation-wrapper {
	margin-bottom: 20px;
	border-bottom: 1px solid #c4e7d5;
}
.acqua-choice-confirmation {
	margin-bottom: 20px;
	padding: 20px 28px;
	font-size: 18px;
	color: #555;
	line-height: 1.2;
	text-align: center;
	background-color: #c4e7d5;
	border-radius: 4px;
}
.acqua-choice-confirmation-title {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 28px;
	color: #238c00;
	text-align: left;
}
.acqua-choice-confirmation-text-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 0 20px;
	text-align: left;
}
.acqua-choice-confirmation-text-icon {
	width: 96px;
	height: auto;
}
.acqua-choice-confirmation-icon {
	width: 40px;
	height: auto;
}
.acqua-choice-confirmation-down-icon-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 60px 20px 60px;
}
.acqua-choice-confirmation-down-icon {
	width: 15px;
	height: auto;
}
@media screen and (max-width: 575px){
	.acqua-choice-confirmation-text-wrapper {
		gap: 0;
	}
	.acqua-choice-confirmation-text-icon {
		display: none;
	}
}
.btn-goto-rates {
	min-width: 160px;
	margin-bottom: 8px;
}

/* vazut-location-infoline */
.vazut-location-infoline {
	display: flex;
	margin-bottom: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.vazut-location-infoline-imgbox-wrapper {
	width: 33.33334%;
}
.vazut-location-infoline-imgbox {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.vazut-location-infoline-img {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
}
.vazut-location-infoline-content {
	width: 66.66666%;
	padding: 15px;
}
.vazut-location-infoline-title {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 20px;
	color: rgba(var(--link-color),1);
}
.vazut-location-infoline-text {
	margin-bottom: 4px;
}
.vazut-location-infoline-more {
	margin-bottom: 0;
	font-style: italic;
	text-align: right;
}
@media screen and (max-width: 991px){
	.vazut-location-infoline-imgbox-wrapper,
	.vazut-location-infoline-content {
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	.vazut-location-infoline {
		flex-direction: column;
	}
	.vazut-location-infoline-imgbox-wrapper,
	.vazut-location-infoline-content {
		width: 100%;
	}
	.vazut-location-infoline-img {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
		max-width: 100%;
		height: auto;
	}
	.vazut-location-infoline-content {
		padding-left: 16px;
	}
}

/* vazut-location-infobox */
.vazut-location-infobox {
	margin-bottom: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.vazut-location-infobox-title {
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0 16px;
	font-weight: 600;
	font-size: 24px;
	color: rgba(var(--link-color),1);
}
.vazut-location-infobox-container {
	display: flex;
	align-items: center;
}
.vazut-location-infobox-icon {
	min-width: 220px;
	font-size: 7rem;
	color: #feb94c;
	text-align: center;
	line-height: 1;
}
.vazut-location-infobox-content {
	padding: 16px 16px 16px 8px;
}
.vazut-location-infobox-content ul,
.vazut-location-infobox-content ol {
	margin: 0;
	padding: 0;
}
.vazut-location-infobox-content-q {
	display: block;
	margin-bottom: .25rem;
	font-weight: 600;
	color: #71b53b;
}
.vazut-location-infobox-content-q:hover {
	color: #5c9430;
}
.vazut-location-infobox-content-q i {
	position: relative;
	top: -2px;
	font-size: 10px;
}
.vazut-location-infobox-content-a {
	line-height: 1.3;
}
.vazut-location-infobox-content ul li,
.vazut-location-infobox-content ol li {
	margin-bottom: 12px;
	padding-left: 16px;
}
@media screen and (max-width: 767px){
	.vazut-location-infobox-icon {
		display: none;
	}
	.vazut-location-infobox-content {
		padding-left: 16px;
	}
	.vazut-location-infobox-content ul,
	.vazut-location-infobox-content ul li,
	.vazut-location-infobox-content ol,
	.vazut-location-infobox-content ol li {
		padding-left: 12px;
	}
}


/* feelter custom css */
.feelter-wrapper .fltr_app {
	position: relative !important;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	background-color: #f7f7f7;
	border-radius: 6px;
}
.feelter-wrapper .fl_app .appHeader {
	display: none;
}
.feelter-wrapper .fl_anchor_btn {
	display: none !important;
}
.feelter-wrapper .stats {
	position: static !important;
	min-width: auto !important;
	padding: 0 !important;
	border: none !important;
	transition: none !important;
	height: 0 !important;
}
.feelter-wrapper .stats h5 {
	top: 20px !important;
	left: 40px !important;
	width: auto !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	color: #009fe3 !important;
	text-align: left !important;
	text-transform: lowercase !important;
	letter-spacing: 0 !important;
	background: transparent !important;
	-webkit-transform: translateY(0) !important;
	   -moz-transform: translateY(0) !important;
			 transform: translate(0) !important;
}
.feelter-wrapper .stats.anchor .fl_content > span {
	position: absolute;
	top: 23px;
	right: 40px;
	display: inline-block;
	width: 120px !important;
	font-style: italic !important;
	font-size: 16px !important;
	text-align: right;	
	text-transform: lowercase !important;
}
.feelter-wrapper .stats.anchor .fl_content span {
	width: auto !important;
}
.feelter-wrapper .stats.anchor .fl_content span br {
	display: none;
}
.feelter-wrapper .stats.anchor .fl_content span .fl_percentage_num {
	padding-right: 5px;
	font-weight: normal !important;
	font-size: 16px !important;
}
/* /feelter custom css */



/* globals */
.acqua-anchor-heading {
	margin-bottom: 15px;
	padding: 2px 10px 3px;
	background-color: #f3f3f3;
}
.text-secondary {
	color: #6c757d !important;
}
/*.box {
	padding: 16px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 5px rgba(0,0,0,.125);
	border-radius: 10px;
}*/